[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/

2019-02-03 Thread Guilherme Amadio
commit: 77fb886a0bf351673ebf371d6f87d50cf5f0dd87
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Mon Feb  4 07:37:36 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Feb  4 07:37:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fb886a

sci-physics/root: version bump to 6.16/00

Now using external LLVM.

Bug: https://bugs.gentoo.org/564302
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Guilherme Amadio  gentoo.org>

 sci-physics/root/Manifest|   1 +
 sci-physics/root/root-6.16.00.ebuild | 322 +++
 2 files changed, 323 insertions(+)

diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest
index 0c29d7f76c8..867a78a85d5 100644
--- a/sci-physics/root/Manifest
+++ b/sci-physics/root/Manifest
@@ -1,3 +1,4 @@
 DIST root_v6.12.06.source.tar.gz 162284452 BLAKE2B 
944b5e899677bab40842d7ec969ff08cfa470e63be9a02b948a49ae088e8da72ce433a5071d9196bfd98f71e6861b1bda285354012620eee6c61cffcee71a0c8
 SHA512 
3d44749ccfc3d40a2f516ae53ef40fb244ed785eee0dbc18ff822bbb811a15b943039d30282ef5358a283d485e62531880c877ec77a86089503b06d6f37e42e1
 DIST root_v6.14.06.source.tar.gz 162462837 BLAKE2B 
a6904b67d1f5964768fa884bd2b5c648390d0b3626b5be8f39ff0e311bf14690d2aff7eb9d6047fa8d5a9de894935067ea8c033592b9795fc34b61aa5f65fcdb
 SHA512 
83698e1213ae9bd4a87ef3160b459c962199585bed7378efc0cfefdc352e6651a17286a11cd925dbcb5d04e1b832d47a3a69849d048731ea9d0d84f9b0f996a4
 DIST root_v6.14.08.source.tar.gz 162474562 BLAKE2B 
f8bfdabb4d91bbdfbab0b17626fff1f8aa265292996d857025cbd1543306f3ec540a1afb080788bfc7149ea835932b59d7c54dcd802354e31294ba2e5e9d2366
 SHA512 
827e39efbf3c69429a0a256127ca9f87550d9084c34c715bddccbf87a8c111c367b9a0ac6882aac747c9b48f4a3effb3747b4df567429910c93ee64dfe35df5b
+DIST root_v6.16.00.source.tar.gz 164836293 BLAKE2B 
9d8f02631bdc1fa1775cbdaf50dd1feacd9b3c86b81d679ba6f0ca3c5787cd1d22ef7c33358b608361a01ad4f0aff3e8c749649d24773a35c52ce87f808d08f5
 SHA512 
17e5b9815973773e30ff83c2f4028e9e93691c1ecb824c162c8b3e02d1ffb8e0b72a5d0652a90032af146d92d271cbffcd634fb6fe6a63bdf46d672789bf

diff --git a/sci-physics/root/root-6.16.00.ebuild 
b/sci-physics/root/root-6.16.00.ebuild
new file mode 100644
index 000..b70e8aff149
--- /dev/null
+++ b/sci-physics/root/root-6.16.00.ebuild
@@ -0,0 +1,322 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=Release
+# ninja does not work due to fortran
+CMAKE_MAKEFILE_GENERATOR=emake
+FORTRAN_NEEDED="fortran"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
+   llvm prefix python-single-r1 toolchain-funcs
+
+DESCRIPTION="C++ data analysis framework and interpreter from CERN"
+HOMEPAGE="https://root.cern;
+SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz;
+
+IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples
+   fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap
+   libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix
+   pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl
+   table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd
+   zeroconf"
+
+SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
+LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="
+   ^^ ( c++11 c++14 c++17 )
+   cuda? ( tmva !c++17 )
+   !X? ( !asimage !opengl !qt5 !tiff )
+   davix? ( ssl xml )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   qt5? ( root7 )
+   root7? ( || ( c++14 c++17 ) )
+   tmva? ( gsl )
+"
+
+CDEPEND="
+   app-arch/lz4
+   app-arch/xz-utils
+   fortran? ( dev-lang/cfortran )
+   dev-libs/libpcre:3
+   dev-libs/xxhash
+   media-fonts/dejavu
+   media-libs/freetype:2
+   media-libs/libpng:0=
+   sys-devel/llvm:5=
+   sys-libs/ncurses:=
+   sys-libs/zlib
+   X? (
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/libXft:0
+   x11-libs/libXpm:0
+   opengl? (
+   media-libs/ftgl:0=
+   media-libs/glew:0=
+   virtual/opengl
+   virtual/glu
+   x11-libs/gl2ps:0=
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebengine:5[widgets]
+   )
+   )
+   asimage? ( || (
+   media-libs/libafterimage[gif,jpeg,png,tiff?]
+   >=x11-wm/afterstep-2.2.11[gif,jpeg,png,tiff?]
+   ) )
+   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 )
+   davix? ( net-libs/davix )
+   emacs? ( virtual/emacs )
+   fftw? ( sci-libs/fftw:3.0= )
+   fits? ( 

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

2019-02-03 Thread Sergei Trofimovich
commit: ff3a828dbd7f8e829c56bb0ff37de677ef18e0af
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb  4 07:16:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb  4 07:17:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3a828d

toolchain.eclass: fix comment typos

Reported-by: Arfrever Frehtes Taifersar Arahesis
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 7e4f8774f3c..635582ff63b 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2501,10 +2501,10 @@ toolchain_death_notice() {
 # Usually configure-based packages handle explicit feature requests
 # like
 # ./configure --enable-foo
-# as explicit request to check for suppor of 'foo' and bail out at
+# as explicit request to check for support of 'foo' and bail out at
 # configure time.
 #
-# GCC does not follow this pattern an instead overrides autodetection
+# GCC does not follow this pattern and instead overrides autodetection
 # of the feature and enables it unconditionally.
 # See https://gcc.gnu.org/PR85663
 #



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/

2019-02-03 Thread Eray Aslan
commit: 4a7c51ca4fe05e78a3cfc37f0d0fb04a7fc8a8d6
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Feb  4 06:02:07 2019 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Feb  4 06:02:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7c51ca

net-proxy/squid: remove myself as maintainer

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Eray Aslan  gentoo.org>

 net-proxy/squid/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-proxy/squid/metadata.xml b/net-proxy/squid/metadata.xml
index b001b2a98b0..b062fb4a3b3 100644
--- a/net-proxy/squid/metadata.xml
+++ b/net-proxy/squid/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-e...@gentoo.org
-Eray Aslan
-  
+  
   A full-featured web proxy cache
   
 Adds support for loadable content adaptation modules



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

2019-02-03 Thread Hans de Graaff
commit: 91034c033c6287ee5917c118462e28541993a030
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  4 05:37:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  4 05:37:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91034c03

dev-ruby/childprocess: add ruby26

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

 dev-ruby/childprocess/Manifest  |  1 +
 dev-ruby/childprocess/childprocess-1.0.1.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/childprocess/Manifest b/dev-ruby/childprocess/Manifest
index 45d1860a3c4..dfedf67b754 100644
--- a/dev-ruby/childprocess/Manifest
+++ b/dev-ruby/childprocess/Manifest
@@ -1 +1,2 @@
 DIST childprocess-0.9.0.gem 32768 BLAKE2B 
cb836c2cc3f9d6bda1db88aec8692499dae2a325611dcdfae482fd6a7bbf065612f0efbe140c08447566b8759ce125968a153d6df38889403d98bc94fe397d7b
 SHA512 
5a788556e14491b0801b8a533d8d8eebba726af6417c8c6c7146738fcae2f92e9faa090312e77d974852003f5a4d155d5307b0c9d1ff1d18173ad653d21f63d8
+DIST childprocess-1.0.1.gem 34816 BLAKE2B 
54b1db5bfa8829eeaa923f9e7be88183058d0c4f3ad7474b96199b486bc12f7035a0a1eb9858ce9e8e4aa73eb34fe81e734b206851ca744abbcbb6bb32e4d1df
 SHA512 
efe61096dd09f6278582763692104fcc3beacfc96065372afdee355b68ef6ed498baf855f911d2a0b3a186d978d6d737519ae189064293af2d756a7356dad30d

diff --git a/dev-ruby/childprocess/childprocess-1.0.1.ebuild 
b/dev-ruby/childprocess/childprocess-1.0.1.ebuild
new file mode 100644
index 000..294d4cf7e4a
--- /dev/null
+++ b/dev-ruby/childprocess/childprocess-1.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ruby26: code not compatible
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Solution for controlling external programs running in the 
background"
+HOMEPAGE="https://github.com/jarib/childprocess;
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e "/[Cc]overalls/d" spec/spec_helper.rb || die
+   sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_prepare() {
+   sed -i -e "s:'ruby':'"${RUBY}"':" spec/childprocess_spec.rb || die
+}
+
+each_ruby_test() {
+   RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec
+}



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

2019-02-03 Thread Hans de Graaff
commit: 8c19e5ea79be2cf3c5d28181e67be32b82adbc64
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb  4 05:45:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb  4 05:45:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c19e5ea

dev-ruby/sshkit: add 1.18.2

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

 dev-ruby/sshkit/Manifest |  1 +
 dev-ruby/sshkit/sshkit-1.18.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index 5de817450a5..203c8c5ed19 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -2,3 +2,4 @@ DIST sshkit-1.16.1.gem 148480 BLAKE2B 
4d33e5258a0a4fb9dd063bf914724d69bb838e6f5a
 DIST sshkit-1.17.0.gem 149504 BLAKE2B 
a44b00917eca7a4953f57821518b14b5a5ed4f8d70c9e2b728c22071c705e185da33b63845bffce6fcb2fc35ed8efa3bb3ba5202eb71edae52cfd99c26583874
 SHA512 
61f531651a76418e157c1affa55927e438ad3eda9dea2b3f0c26f566522df11d1d39eceef84f706aa7733b60c8428dbb3d7da863ada64a24c79567dc4a8c10ad
 DIST sshkit-1.18.0.gem 150016 BLAKE2B 
3592bbacf2b9031ce9527f0ecfdcd0ec973239496c842fd659277498ec9a5d815ae77ff7b06afe7dd20d82577dab6ccfcbab79e7514752b41ddb1b80fcfed7cc
 SHA512 
ceff9c7be99155b5e86e1564be221da5946b91b396ffc948aafbbc1a5214928020ee3db97615b780c91f4fefacff2174c4d0a33e54aa2e935552eecedac71bde
 DIST sshkit-1.18.1.gem 150016 BLAKE2B 
c7f2f1462c27305bd2715f90b385df0598443ff96542c1340e4251667baa0c440d804f4322ead611a10195303b0f481cc15e5627e3115b50f0f1477bdb896e07
 SHA512 
0fae9e948094eed1139fab66492b53743bd98d1dbcedb39f644fc1825a768299a1b783e2e0893f57439ddf2c270a520134ff5181c284a5e6b96100731fbabe2b
+DIST sshkit-1.18.2.gem 150016 BLAKE2B 
b9427eab02b6967a71252bf4a519d86f06429241e28d661dd424ff7739fd69d68ca9b430096518872141e4e09fbac832e04aab8a89fc1d89ebe5077303b87238
 SHA512 
a98477dfc9c566ba3777a2557db95aa20c2b220b238d8acd59888c8ac271b71c1bbebb29f37ad87102a155beecdd0b60872b4c735f71f7a65be2c1fb5ae60c8f

diff --git a/dev-ruby/sshkit/sshkit-1.18.2.ebuild 
b/dev-ruby/sshkit/sshkit-1.18.2.ebuild
new file mode 100644
index 000..5c4ef99622e
--- /dev/null
+++ b/dev-ruby/sshkit/sshkit-1.18.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# There are functional tests that require vagrant boxes to be set up.
+RUBY_FAKEGEM_TASK_TEST="test:units"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
+HOMEPAGE="https://github.com/capistrano/sshkit;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/net-ssh-2.8.0:*
+   >=dev-ruby/net-scp-1.1.2
+"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
+   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
+   -e '1irequire "set"; require "pathname"' test/helper.rb || die
+
+   # Fix assumption about parent directory name
+   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
+}
+
+each_ruby_test() {
+   # Run tests directly to avoid dependencies in the Rakefile
+   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
+}



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

2019-02-03 Thread Jeroen Roovers
commit: 640e8dd16caf33089d1fe6cb5575ea1fd464df64
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb  4 05:11:00 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb  4 05:11:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640e8dd1

dev-util/cppcheck: Do not install triage/

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/677224
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/cppcheck/cppcheck-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/cppcheck/cppcheck-.ebuild 
b/dev-util/cppcheck/cppcheck-.ebuild
index 1ca3b949a80..492bd6fe04a 100644
--- a/dev-util/cppcheck/cppcheck-.ebuild
+++ b/dev-util/cppcheck/cppcheck-.ebuild
@@ -109,5 +109,4 @@ src_install() {
rm "${ED}/usr/bin/cppcheck-htmlreport" || die
fi
doman ${PN}.1
-   dodoc -r triage
 }



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

2019-02-03 Thread Jeroen Roovers
commit: 337849c854aaafec1bc0cbd8ecd0988c4553f79a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  3 16:52:39 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb  4 05:06:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337849c8

net-analyzer/tcpreplay: Old

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

 net-analyzer/tcpreplay/Manifest  |  1 -
 net-analyzer/tcpreplay/tcpreplay-4.1.2-r1.ebuild | 77 
 2 files changed, 78 deletions(-)

diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest
index 238771e1da6..ed40a9677c0 100644
--- a/net-analyzer/tcpreplay/Manifest
+++ b/net-analyzer/tcpreplay/Manifest
@@ -1,2 +1 @@
-DIST tcpreplay-4.1.2.tar.gz 2162175 BLAKE2B 
a99542277084a419c1f1208392e3d5b47aaf0be61a8e8de33bee9ba8e4f636fa78ae8eabcc07031c9bb659a8ba58a0aad6e4cc102e56d3dbddb0c3cf11c9df51
 SHA512 
3a7d125f38fe15070d666eacb4a5ef026a73ff850adec7ef3592966f38d1d155002792c5d5ac2476aa034d71be5f31b9dacd5be34af01a336149af3a42cad360
 DIST tcpreplay-4.3.1.tar.xz 746804 BLAKE2B 
c1feb541b8243b00b2fa6ee9742ced4ef47c58a58d3a95be88faa0fa4301da0cb962a620df724cd4526ea31e74a0e7d7161eb44afea37467a19976a20855e0e0
 SHA512 
2dbad1a88ed19db897cc1222883c02eb7f0808f64cafb3c3ef8f21c0cfcb14d3ebb92a8a01ea203ca128ed675d2e7dcdb30d0bce30eb79e729d9d45d309f9220

diff --git a/net-analyzer/tcpreplay/tcpreplay-4.1.2-r1.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-4.1.2-r1.ebuild
deleted file mode 100644
index abd2c47ceca..000
--- a/net-analyzer/tcpreplay/tcpreplay-4.1.2-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic
-
-DESCRIPTION="utilities for editing and replaying previously captured network 
traffic"
-HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay;
-LICENSE="BSD GPL-3"
-SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
-IUSE="debug pcapnav +tcpdump"
-
-DEPEND="
-   >=sys-devel/autogen-5.18.4[libopts]
-   dev-libs/libdnet
-   >=net-libs/libpcap-0.9
-   tcpdump? ( net-analyzer/tcpdump )
-   pcapnav? ( net-libs/libpcapnav )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
-   docs/{CHANGELOG,CREDIT,HACKING,TODO}
-)
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.1.0-enable-pcap_findalldevs.patch
-   "${FILESDIR}"/${PN}-4.1.2-CVE-2017-6429.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e 's|-O3||g' \
-   -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
-   configure.ac || die
-   sed -i \
-   -e 's|#include |#include |g' \
-   src/common/sendpacket.c || die
-   sed -i \
-   -e 's|@\([A-Z_]*\)@|$(\1)|g' \
-   -e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \
-   -e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \
-   src/Makefile.am || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # By default it uses static linking. Avoid that, bug 252940
-   econf \
-   $(use_enable debug) \
-   $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
-   $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
-   --disable-local-libopts \
-   --enable-dynamic-link \
-   --enable-shared \
-   --with-libdnet \
-   --with-testnic2=lo \
-   --with-testnic=lo
-}
-
-src_test() {
-   if [[ ! ${EUID} -eq 0 ]]; then
-   ewarn "Some tests were disabled due to FEATURES=userpriv"
-   ewarn "To run all tests issue the following command as root:"
-   ewarn " # make -C ${S}/test"
-   emake -j1 -C test tcpprep || die "self test failed - see 
${S}/test/test.log"
-   else
-   emake -j1 test || {
-   ewarn "Note, that some tests require eth0 iface to be 
UP." ;
-   die "self test failed - see ${S}/test/test.log" ; }
-   fi
-}



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

2019-02-03 Thread Matt Turner
commit: 5328e870725abd97c896724199e2cf08b264d967
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb  4 04:31:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  4 04:31:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5328e870

profiles/base: Add pkg-config to BOOTSTRAP_USE

Closes: https://bugs.gentoo.org/509578
Signed-off-by: Matt Turner  gentoo.org>

 profiles/base/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 975c2a93890..c260c70f6a1 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -122,7 +122,7 @@ PYTHONDONTWRITEBYTECODE="1"
 # This MUST be kept in sync with the PYTHON_TARGETS below
 # Mike Gilbert  (23 May 2018)
 # sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 
python_targets_python2_7"
+BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr 
python_targets_python3_6 python_targets_python2_7"
 
 # Mike Gilbert  (15 May 2012)
 # Default target(s) for python-r1.eclass



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2019-02-03 Thread Matt Turner
commit: 011c6b5f643277ae247a016486063545a5bed235
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb  4 03:55:00 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  4 03:55:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011c6b5f

x11-drivers/xf86-input-libinput: Version bump to 0.28.2

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

 x11-drivers/xf86-input-libinput/Manifest|  1 +
 .../xf86-input-libinput-0.28.2.ebuild   | 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index e91ba50f519..af9b52864ab 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1 +1,2 @@
 DIST xf86-input-libinput-0.28.1.tar.bz2 375923 BLAKE2B 
f676e857fd47baad848a9325dd23ff41d9f3a0e1ab148b4e0662fe5c47f1c148bf702189c16990defdc18a33378647373ca18a379cb4421043871ec44f1224cc
 SHA512 
2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623
+DIST xf86-input-libinput-0.28.2.tar.bz2 377357 BLAKE2B 
a68b52781c5d1ff4b35b239c8f9f4b866ebb41521b05299a62b38e9570d5a09e22b3f25d1339844a61af72ae7868dbbbec8154932d1767fc65bfd365bc2b5e6b
 SHA512 
da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
new file mode 100644
index 000..d9e07aac053
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit linux-info xorg-2
+
+DESCRIPTION="X.org input driver based on libinput"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libinput-1.5.0:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.md" )
+
+pkg_pretend() {
+   CONFIG_CHECK="~TIMERFD"
+   check_extra_config
+}



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

2019-02-03 Thread Matt Turner
commit: eb01105187d2c0fe5dfdb45fb3fa3ae49d1292b0
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb  4 03:39:45 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  4 03:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb011051

virtual/pkgconfig: Bump to prefer dev-util/pkgconf

Blessed by floppym.

Bug: https://bugs.gentoo.org/537330
Closes: https://bugs.gentoo.org/606260
Signed-off-by: Matt Turner  gentoo.org>

 virtual/pkgconfig/pkgconfig-1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/virtual/pkgconfig/pkgconfig-1.ebuild 
b/virtual/pkgconfig/pkgconfig-1.ebuild
new file mode 100644
index 000..880f1c4983e
--- /dev/null
+++ b/virtual/pkgconfig/pkgconfig-1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for the pkg-config implementation"
+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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || (
+   >=dev-util/pkgconf-1.3.7[pkg-config,${MULTILIB_USEDEP}]
+   >=dev-util/pkgconfig-0.29.2[${MULTILIB_USEDEP}]
+   
>=dev-util/pkgconfig-openbsd-20130507-r2[pkg-config,${MULTILIB_USEDEP}]
+   )"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/xmr-stak/

2019-02-03 Thread Craig Andrews
commit: a66979336691fc2f500d2675fd436740ab2f5414
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb  4 02:41:02 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb  4 02:45:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6697933

net-p2p/xmr-stak: 2.8.0 version bump, EAPI=7

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

 net-p2p/xmr-stak/Manifest| 1 +
 net-p2p/xmr-stak/{xmr-stak-.ebuild => xmr-stak-2.8.0.ebuild} | 4 ++--
 net-p2p/xmr-stak/xmr-stak-.ebuild| 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest
index c93de1d6448..15d608e591f 100644
--- a/net-p2p/xmr-stak/Manifest
+++ b/net-p2p/xmr-stak/Manifest
@@ -1,2 +1,3 @@
 DIST xmr-stak-2.7.0.tar.gz 376873 BLAKE2B 
78dd64acf7fbae46bf150d97b00c8443fbd097789b6e1aef99a954d966b8a75add358c82636621bb8b5639883a6d79b17ba3691e72354034bd944fa1f44d8c1e
 SHA512 
cb56de595225ab22f1c53f1dd971898fcb14610a11d1cbc789e144a5b34f24e56f44fb75bdefc809bde17e434a5e6d02830874b9b825af179cd4699587f5e7c7
 DIST xmr-stak-2.7.1.tar.gz 376919 BLAKE2B 
bdbd3f7ca522e200db072679f21ee79dc99167cf512f19008ca6b591d0c7ba73f58b68e0d2d7a2622cb88438922e28a4c78e4cbf9d617e28881cc37e1db8c08a
 SHA512 
f33afa259ffde23bd0b5dd8efceadd98e4e176ccabbb68e79eb7cfcc88af9444e897c552e1eea2e3798291309847451ebfa1c44d5310e192014cf6b2aa5eb530
+DIST xmr-stak-2.8.0.tar.gz 388733 BLAKE2B 
cc75b2d80d7d9761b192f8d0752dde29d49c561675c63151f6cb915399dad715d133a17f2fa64c58ce8720a8de0a46bdb963c21571e29be3f99f0db3164aff40
 SHA512 
48803a9eb10e92763992dcbedb28b41735adf7da404312fe8358161cecef562bfc777a0b78ef90953db9c2a093adb30c4f9cd637f0613c949ff3b326662d2876

diff --git a/net-p2p/xmr-stak/xmr-stak-.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild
similarity index 97%
copy from net-p2p/xmr-stak/xmr-stak-.ebuild
copy to net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild
index 8a521d6793d..3244143bb5f 100644
--- a/net-p2p/xmr-stak/xmr-stak-.ebuild
+++ b/net-p2p/xmr-stak/xmr-stak-2.8.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils systemd
 

diff --git a/net-p2p/xmr-stak/xmr-stak-.ebuild 
b/net-p2p/xmr-stak/xmr-stak-.ebuild
index 8a521d6793d..b0edfc7d216 100644
--- a/net-p2p/xmr-stak/xmr-stak-.ebuild
+++ b/net-p2p/xmr-stak/xmr-stak-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils systemd
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-joystick/

2019-02-03 Thread Craig Andrews
commit: 957e6fe254c231e1d02c760c8f4747952022f6c9
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb  4 02:44:32 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb  4 02:45:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957e6fe2

media-plugins/kodi-peripheral-joystick: 1.4.7 version bump

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

 media-plugins/kodi-peripheral-joystick/Manifest|  1 +
 .../kodi-peripheral-joystick-1.4.7.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-peripheral-joystick/Manifest 
b/media-plugins/kodi-peripheral-joystick/Manifest
index 46d75d821fa..f9ed53c6714 100644
--- a/media-plugins/kodi-peripheral-joystick/Manifest
+++ b/media-plugins/kodi-peripheral-joystick/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-peripheral-joystick-1.3.2.tar.gz 82787 BLAKE2B 
c3edcc037161e7f1b865b1761a1296e15d6428ac6f32907569f8b32d3a7ecd7e2c27103ce72079b92b4329818d6709209d8f7caea386223fef6e59df281774fd
 SHA512 
9aa2e5d1af51b83abc0691fb9f6c7603d07c37b61fde898e2010d6370b9dca44275bd53caa2252479128360bc97eb8bd904d268a9c0cab7f2958c0b31f64ba1f
 DIST kodi-peripheral-joystick-1.3.3.tar.gz 84408 BLAKE2B 
53ac931708319945c132c7a835fd37e4fcd2c003d64db32c7a888af116625746b96685563dd732873810f28adec20ff5dbed37bd66dcb6bff74cdd192f5a45bb
 SHA512 
e566cfab838b471f4d5cd6d1bde48479868bf1e401e2d5512627f6cfad606c9ec359fade3612dc32424b4a5baffad82278d25906e59062bea9e8aea009754a78
 DIST kodi-peripheral-joystick-1.4.6.tar.gz 91142 BLAKE2B 
c80daf4e9a425c88ecb323d7f5ab7538aa5a8af06758723310f133f63ac65b74650f6374e4361e9086813474a6b84cf54bb8bc054d54eaec19c1ab32da5181e9
 SHA512 
ae42a295e548c6bda7a258d02d7a68ec3f34c66e88b1e3848181d8fb76da6ff83f19f8adc007e2697c096052fdd1ea9879b178aab9f8f4118f4d2d57691c2a7c
+DIST kodi-peripheral-joystick-1.4.7.tar.gz 90671 BLAKE2B 
281a1d821586224ad155ac621fe5fd48c189733277c877799355bf432a580311967c7300cdd201ca9561f149b42b3327a320bd3641108d8c69cbfd27242ed4dc
 SHA512 
89d9c993f598f7660fccfcc1926ad3b944d88586b0399b3e47524fe5a68665eec8fc7b196acd6d59e36488f830afef50c402ecd05d69cee75c21a69c538e9acd

diff --git 
a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild 
b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild
new file mode 100644
index 000..c7f3f573a17
--- /dev/null
+++ 
b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
+HOMEPAGE="https://github.com/xbmc/peripheral.joystick;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/peripheral.joystick-${PV}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   =dev-libs/libplatform-2*
+   dev-libs/libpcre
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/

2019-02-03 Thread Craig Andrews
commit: af37bdb129f55414b5e88d8d43090b2e15dcdce8
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Jan 31 15:30:15 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb  4 02:45:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af37bdb1

media-plugins/kodi-pvr-mythtv: 5.10.5 version bump

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

 media-plugins/kodi-pvr-mythtv/Manifest |  1 +
 .../kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest 
b/media-plugins/kodi-pvr-mythtv/Manifest
index f4579245aea..e58fafe5d4d 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-mythtv-4.15.3.tar.gz 650217 BLAKE2B 
ddc6b11039bd8e5e6b46331030909063e127f681f4059e604734644a3159c10f10c3dbed770ba8a58bb5ea3b7e543dfba042b28f347c842d963d7966e35cad32
 SHA512 
1171f4e6a05878660795b585185d35707ef713e310f3508e7fb3327caf79feb6a941e4b4f4d9f2331ef13492c141a4d36157547e350642eee900f3fad1d46b55
 DIST kodi-pvr-mythtv-5.10.4.tar.gz 700724 BLAKE2B 
51b30945bc24c5b66be2543ca95f7f86663e238554051735ab84f70742d78b15beee434feb7620241f36a65b279967b7e99e3f6c94708dbbc68447aaf9908418
 SHA512 
d7267f71a65f9a25c10bd2b8ebe114f9e9ab0b8575f1d60c58be70a6a7fae3a6abd8777186e092555b89d4911b5ef4639cc48874f189f4839fdf70d6bf07eae4
+DIST kodi-pvr-mythtv-5.10.5.tar.gz 701110 BLAKE2B 
7aa1148cdc5b0c187b0c4c077c5a882493bc081e27ea2210fc0b02fa7757007d3f7081ca35bc155e9d019601b1d51b89fd358c094a30202309e6cfa218636e9b
 SHA512 
9c3b5fc208693bfbded7e6376131aa06bf94b2019c111d40c254a7505c0b4641d66f7a57ad55fe0c174756811983250ce68e4d074619413d04d1b46d66759d7e

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild 
b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild
new file mode 100644
index 000..8b96d7f0430
--- /dev/null
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-5.10.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="MythTV PVR for Kodi"
+HOMEPAGE="https://github.com/janbar/pvr.mythtv;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/janbar/pvr.mythtv.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.mythtv-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   sys-libs/zlib
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



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

2019-02-03 Thread Georgy Yakovlev
commit: 22ec6789c6965fb4afc02298ec346baf903f672f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Feb  4 02:32:58 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Feb  4 02:33:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ec6789

app-admin/tmpreaper: drop vulnerable

Bug: https://bugs.gentoo.org/675214
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-admin/tmpreaper/Manifest   |  1 -
 app-admin/tmpreaper/tmpreaper-1.6.13-r1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/app-admin/tmpreaper/Manifest b/app-admin/tmpreaper/Manifest
index 45916a7b68a..d842258e22c 100644
--- a/app-admin/tmpreaper/Manifest
+++ b/app-admin/tmpreaper/Manifest
@@ -1,2 +1 @@
-DIST tmpreaper_1.6.13+nmu1.tar.gz 141080 BLAKE2B 
ad2895e0444e3c1a1ceabf71c34b560a817e7cc274482bde63a07499fac799ef127f5b64c953d43cd11a279819972b63b7e21a683f6250a77eeadc299a491a78
 SHA512 
c868d421a7757a47b81c8932743981ded2b415c83377f8781fdfd4dfda48c701991da17fa262dfa0680b2a315d6b46ee4c9035ba4c06f5a0c1bc32efa717f19f
 DIST tmpreaper_1.6.14.tar.gz 158981 BLAKE2B 
1c9ec124c6e57c0aab5d94950dda37f06a6404a0d111da05be7a48bf6141e09e942c090d3f79ccf855f958a7b32f0d64c73da68b412da74465e39bdb72ae
 SHA512 
e78fab0cd2cc8c851e2806be70c102697bff86230e181bfad1c76b15fe5455fb431bc0dd16bebf77a2e9bb64b5f5a1474d24254ff780d4d72d343ea0e6e30ccb

diff --git a/app-admin/tmpreaper/tmpreaper-1.6.13-r1.ebuild 
b/app-admin/tmpreaper/tmpreaper-1.6.13-r1.ebuild
deleted file mode 100644
index f325a972844..000
--- a/app-admin/tmpreaper/tmpreaper-1.6.13-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-MY_P="${PN}_${PV}+nmu1"
-DESCRIPTION="A utility for removing files based on when they were last 
accessed"
-HOMEPAGE="https://packages.debian.org/sid/tmpreaper;
-SRC_URI="mirror://debian/pool/main/t/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="sys-fs/e2fsprogs"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P/_/-}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix-protect.patch
-   "${FILESDIR}"/${P}-gentoo.patch
-)
-
-src_install() {
-   emake DESTDIR="${D}" install
-   insinto /etc
-   doins debian/tmpreaper.conf
-
-   exeinto /etc/cron.daily
-   newexe debian/cron.daily tmpreaper
-   doman debian/tmpreaper.conf.5
-   dodoc README ChangeLog debian/README*
-}
-
-pkg_postinst() {
-   elog "This package installs a cron script under /etc/cron.daily"
-   elog "You can configure it using /etc/tmpreaper.conf"
-   elog "Consult tmpreaper.conf man page for more information"
-   elog "Read /usr/share/doc/${P}/README.security and"
-   elog "remove SHOWWARNING from /etc/tmpreaper.conf afterwards"
-}



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/FTL-gog/

2019-02-03 Thread Andreas Sturmlechner
commit: 4cdebc43d6c78036720499e360115dd593e794c6
Author: Rob Levitsky  protonmail  ch>
AuthorDate: Wed Dec 19 22:23:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 01:12:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdebc43

games-roguelike/FTL-gog: drop old version 1.6.8.24110

Signed-off-by: Rob Levitsky  protonmail.ch>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-roguelike/FTL-gog/FTL-gog-1.6.8.24110.ebuild | 63 --
 games-roguelike/FTL-gog/Manifest   |  1 -
 2 files changed, 64 deletions(-)

diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.8.24110.ebuild 
b/games-roguelike/FTL-gog/FTL-gog-1.6.8.24110.ebuild
deleted file mode 100644
index a70fe76bef5..000
--- a/games-roguelike/FTL-gog/FTL-gog-1.6.8.24110.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop unpacker
-
-DESCRIPTION="Top-down roguelike space ship simulator"
-HOMEPAGE="https://www.gog.com/game/faster_than_light;
-SRC_URI="ftl_advanced_edition_${PV//./_}.sh"
-RESTRICT="bindist fetch mirror strip test"
-
-LICENSE="GOG-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="media-libs/freetype
-   media-libs/libsdl[X,sound,opengl,video]
-   media-libs/libpng
-   sys-libs/zlib
-   virtual/opengl"
-
-S="${WORKDIR}/data/noarch"
-
-pkg_nofetch() {
-   elog "Please buy and download ${SRC_URI} from"
-   elog "https://www.gog.com/game/faster_than_light;
-}
-
-src_unpack() {
-   unpack_zip "${DISTDIR}/${A}"
-}
-
-src_prepare() {
-   default
-   rm -r support/{xdg*,*.{sh,txt}} || die
-   if ! use x86; then
-   rm game/data/FTL.x86 || die
-   fi
-   if ! use amd64; then
-   rm game/data/FTL.amd64 || die
-   fi
-
-   sed -i start.sh -e '/chmod/d'
-}
-
-src_install() {
-   insinto /opt/gog/FTL
-   doins -r .
-   fperms +x /opt/gog/FTL/{start.sh,game/FTL,game/data/FTL}
-
-   if use x86; then
-   fperms +x /opt/gog/FTL/game/data/FTL.x86
-   fi
-   if use amd64; then
-   fperms +x /opt/gog/FTL/game/data/FTL.amd64
-   fi
-
-   make_desktop_entry "/opt/gog/FTL/start.sh" "FTL: Advanced Edition" FTL
-   newicon support/icon.png FTL.png
-}

diff --git a/games-roguelike/FTL-gog/Manifest b/games-roguelike/FTL-gog/Manifest
index 01ad988f500..6e6e90bdc56 100644
--- a/games-roguelike/FTL-gog/Manifest
+++ b/games-roguelike/FTL-gog/Manifest
@@ -1,2 +1 @@
-DIST ftl_advanced_edition_1_6_8_24110.sh 201034290 BLAKE2B 
6ed07bcbcacaf81704682be438ae8bfa4ccfe906e2845ad25550b081d33964f8c3d6f40326a56168b072e99e0c30190579bcd756f8a3c055a5b54907a0913014
 SHA512 
ad66211ad077738797d0a8f33bc43c01dbcd6bdff3e4d9a8316e0ebca06a94b76380911e54c4b16dfc2f836cdbb6a025383714f0de4b9f9c19376660a695c678
 DIST ftl_advanced_edition_1_6_9_25330.sh 200833898 BLAKE2B 
9eb048e302158f1cc040492a9fb5bd84038dd9202b8cfdd08ec50a3e55326da18048f4eab0c8b79ecf47229d54b59fca46cebaa107d253eadc0cc5659da4792b
 SHA512 
7b1d87b5def455989290366ef80652361dee9d0fd2838806d2386d8a1df44e0ab125c5538aa07b20382be4aa3054b14b4a489b39b6aa252f3cc00ead8504186c



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/FTL-gog/

2019-02-03 Thread Andreas Sturmlechner
commit: 3c050a702c41ebdc685cb3ee0ae2877449e03b0a
Author: Rob Levitsky  protonmail  ch>
AuthorDate: Wed Dec 19 22:22:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 01:12:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c050a70

games-roguelike/FTL-gog: bump version to 1.6.9.25330

Signed-off-by: Rob Levitsky  protonmail.ch>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10667
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild | 63 ++
 games-roguelike/FTL-gog/Manifest   |  1 +
 2 files changed, 64 insertions(+)

diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild 
b/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild
new file mode 100644
index 000..d06484d8ce7
--- /dev/null
+++ b/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop unpacker
+
+DESCRIPTION="Top-down roguelike space ship simulator"
+HOMEPAGE="https://www.gog.com/game/faster_than_light;
+SRC_URI="ftl_advanced_edition_${PV//./_}.sh"
+RESTRICT="bindist fetch mirror strip test"
+
+LICENSE="GOG-EULA"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+BDEPEND="app-arch/unzip"
+RDEPEND="media-libs/freetype
+   media-libs/libsdl[X,sound,opengl,video]
+   media-libs/libpng
+   sys-libs/zlib
+   virtual/opengl"
+
+S="${WORKDIR}/data/noarch"
+
+pkg_nofetch() {
+   elog "Please buy and download ${SRC_URI} from"
+   elog "https://www.gog.com/game/faster_than_light;
+}
+
+src_unpack() {
+   unpack_zip "${DISTDIR}/${A}"
+}
+
+src_prepare() {
+   default
+   rm -r support/{xdg*,*.{sh,txt}} || die
+   if ! use x86; then
+   rm game/data/FTL.x86 || die
+   fi
+   if ! use amd64; then
+   rm game/data/FTL.amd64 || die
+   fi
+
+   sed -i start.sh -e '/chmod/d' || die
+}
+
+src_install() {
+   insinto /opt/gog/FTL
+   doins -r .
+   fperms +x /opt/gog/FTL/{start.sh,game/FTL,game/data/FTL}
+
+   if use x86; then
+   fperms +x /opt/gog/FTL/game/data/FTL.x86
+   fi
+   if use amd64; then
+   fperms +x /opt/gog/FTL/game/data/FTL.amd64
+   fi
+
+   make_desktop_entry "/opt/gog/FTL/start.sh" "FTL: Advanced Edition" FTL
+   newicon support/icon.png FTL.png
+}

diff --git a/games-roguelike/FTL-gog/Manifest b/games-roguelike/FTL-gog/Manifest
index bf66610bb8f..01ad988f500 100644
--- a/games-roguelike/FTL-gog/Manifest
+++ b/games-roguelike/FTL-gog/Manifest
@@ -1 +1,2 @@
 DIST ftl_advanced_edition_1_6_8_24110.sh 201034290 BLAKE2B 
6ed07bcbcacaf81704682be438ae8bfa4ccfe906e2845ad25550b081d33964f8c3d6f40326a56168b072e99e0c30190579bcd756f8a3c055a5b54907a0913014
 SHA512 
ad66211ad077738797d0a8f33bc43c01dbcd6bdff3e4d9a8316e0ebca06a94b76380911e54c4b16dfc2f836cdbb6a025383714f0de4b9f9c19376660a695c678
+DIST ftl_advanced_edition_1_6_9_25330.sh 200833898 BLAKE2B 
9eb048e302158f1cc040492a9fb5bd84038dd9202b8cfdd08ec50a3e55326da18048f4eab0c8b79ecf47229d54b59fca46cebaa107d253eadc0cc5659da4792b
 SHA512 
7b1d87b5def455989290366ef80652361dee9d0fd2838806d2386d8a1df44e0ab125c5538aa07b20382be4aa3054b14b4a489b39b6aa252f3cc00ead8504186c



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

2019-02-03 Thread Andreas Sturmlechner
commit: 66b728a0392cb114f6134c77944aa399f96d7fd1
Author: Joonas Niilola  gmail  com>
AuthorDate: Fri Jan 11 05:03:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 01:12:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b728a0

x11-terms/terminology: remove old

Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-terms/terminology/terminology-1.3.2.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/x11-terms/terminology/terminology-1.3.2.ebuild 
b/x11-terms/terminology/terminology-1.3.2.ebuild
deleted file mode 100644
index 813c81c47cd..000
--- a/x11-terms/terminology/terminology-1.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology;
-SRC_URI="https://fau.re/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="nls"
-
-RDEPEND="
-   || ( dev-libs/efl[egl] dev-libs/efl[opengl] )
-   || ( dev-libs/efl[X] dev-libs/efl[wayland] )
-   app-arch/lz4
-   dev-libs/efl[eet,fontconfig]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use nls)
-   )
-
-   meson_src_configure
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: d1d2d72d68520427a73ef5075c1530eb8c8ea4d6
Author: Joonas Niilola  gmail  com>
AuthorDate: Fri Jan 11 05:02:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 01:12:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d2d72d

x11-terms/terminology: revbump 1.3.2 to correct dependency

Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-terms/terminology/terminology-1.3.2-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/x11-terms/terminology/terminology-1.3.2-r1.ebuild 
b/x11-terms/terminology/terminology-1.3.2-r1.ebuild
new file mode 100644
index 000..3f81250defd
--- /dev/null
+++ b/x11-terms/terminology/terminology-1.3.2-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
+HOMEPAGE="https://www.enlightenment.org/about-terminology;
+SRC_URI="https://fau.re/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
+IUSE="nls"
+
+RDEPEND="
+   || ( dev-libs/efl[gles2] dev-libs/efl[opengl] )
+   || ( dev-libs/efl[X] dev-libs/efl[wayland] )
+   app-arch/lz4
+   dev-libs/efl[eet,fontconfig]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use nls)
+   )
+
+   meson_src_configure
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 94bc40c9f5e8947e76df362de7a8177342e28d50
Author: Joonas Niilola  gmail  com>
AuthorDate: Fri Jan 11 05:01:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 01:12:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bc40c9

dev-libs/efl: drop old

Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/efl/efl-1.20.7-r2.ebuild | 306 --
 dev-libs/efl/metadata.xml |   2 -
 2 files changed, 308 deletions(-)

diff --git a/dev-libs/efl/efl-1.20.7-r2.ebuild 
b/dev-libs/efl/efl-1.20.7-r2.ebuild
deleted file mode 100644
index beecaff39a2..000
--- a/dev-libs/efl/efl-1.20.7-r2.ebuild
+++ /dev/null
@@ -1,306 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils pax-utils xdg-utils
-
-DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
-HOMEPAGE="https://www.enlightenment.org/;
-SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="avahi +bmp dds connman debug doc drm +eet egl examples fbcon +fontconfig 
fribidi gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus ivi jpeg2k 
libressl libuv luajit neon nls opengl ssl pdf physics pixman postscript +ppm 
+psd pulseaudio raw scim sdl sound static-libs svg systemd tga tiff tslib 
unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpresent xpm"
-
-REQUIRED_USE="
-   ?? ( opengl egl )
-   ?? ( opengl gles )
-   egl ( gles )
-   fbcon? ( !tslib )
-   gles? (
-   || ( X wayland )
-   !sdl
-   egl
-   )
-   ibus? ( glib )
-   opengl? ( X )
-   pulseaudio? ( sound )
-   sdl? ( opengl )
-   vnc? ( X fbcon )
-   wayland? ( egl gles !opengl )
-   xim? ( X )
-"
-
-COMMON_DEPEND="
-   media-libs/libpng:0=
-   sys-apps/dbus
-   sys-apps/util-linux
-   sys-libs/zlib:=
-   virtual/jpeg:0=
-   avahi? ( net-dns/avahi )
-   connman? ( net-misc/connman )
-   drm? (
-   dev-libs/libinput
-   media-libs/mesa[gbm]
-   x11-libs/libdrm
-   x11-libs/libxkbcommon
-   )
-   egl? ( media-libs/mesa[egl] )
-   fontconfig? ( media-libs/fontconfig )
-   fribidi? ( dev-libs/fribidi )
-   gif? ( media-libs/giflib:= )
-   glib? ( dev-libs/glib:2 )
-   gles? ( media-libs/mesa[gles2] )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   harfbuzz? ( media-libs/harfbuzz )
-   hyphen? ( dev-libs/hyphen )
-   ibus? ( app-i18n/ibus )
-   jpeg2k? ( media-libs/openjpeg:0= )
-   libuv? ( dev-libs/libuv )
-   luajit? ( dev-lang/luajit:= )
-   !luajit? ( dev-lang/lua:* )
-   nls? ( sys-devel/gettext )
-   pdf? ( app-text/poppler:=[cxx] )
-   physics? ( sci-physics/bullet:= )
-   pixman? ( x11-libs/pixman )
-   postscript? ( app-text/libspectre )
-   pulseaudio? ( media-sound/pulseaudio )
-   raw? ( media-libs/libraw:= )
-   scim? ( app-i18n/scim )
-   sdl? (
-   media-libs/libsdl2
-   virtual/opengl
-   )
-   sound? ( media-libs/libsndfile )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   )
-   svg? (
-   gnome-base/librsvg
-   x11-libs/cairo
-   )
-   systemd? ( sys-apps/systemd )
-   tiff? ( media-libs/tiff:0= )
-   tslib? ( x11-libs/tslib:= )
-   unwind? ( sys-libs/libunwind )
-   valgrind? ( dev-util/valgrind )
-   vlc? ( >=media-video/vlc-3.0.0 )
-   vnc? ( net-libs/libvncserver )
-   wayland? (
-   dev-libs/wayland
-   media-libs/mesa[gles2,wayland]
-   x11-libs/libxkbcommon
-   )
-   webp? ( media-libs/libwebp:= )
-   X? (
-   media-libs/freetype
-   x11-libs/libXcursor
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libXScrnSaver
-   opengl? (
-   x11-libs/libX11
-   x11-libs/libXrender
-   virtual/opengl
-   )
-  

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

2019-02-03 Thread Andreas Sturmlechner
commit: f77b1be67b97101d6efdb430dc14cd2e1f780287
Author: Joonas Niilola  gmail  com>
AuthorDate: Fri Jan 11 04:57:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 01:12:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77b1be6

dev-libs/efl: fix GL handling in ebuilds

Bug: https://bugs.gentoo.org/673460
Closes: https://bugs.gentoo.org/673702
Closes: https://bugs.gentoo.org/673588
Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10696
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../{efl-1.21.1-r3.ebuild => efl-1.20.7-r3.ebuild} | 94 +-
 dev-libs/efl/efl-1.21.1-r3.ebuild  | 24 +++---
 dev-libs/efl/metadata.xml  |  1 +
 3 files changed, 69 insertions(+), 50 deletions(-)

diff --git a/dev-libs/efl/efl-1.21.1-r3.ebuild 
b/dev-libs/efl/efl-1.20.7-r3.ebuild
similarity index 71%
copy from dev-libs/efl/efl-1.21.1-r3.ebuild
copy to dev-libs/efl/efl-1.20.7-r3.ebuild
index a2bedffdb45..eb9d5b8d1fa 100644
--- a/dev-libs/efl/efl-1.21.1-r3.ebuild
+++ b/dev-libs/efl/efl-1.20.7-r3.ebuild
@@ -6,41 +6,37 @@ EAPI=6
 inherit gnome2-utils pax-utils xdg-utils
 
 DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
-HOMEPAGE="https://www.enlightenment.org;
+HOMEPAGE="https://www.enlightenment.org/;
 SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="+bmp dds connman debug drm +eet egl examples fbcon +fontconfig fribidi 
gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv 
luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim 
sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l 
valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent zeroconf"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="avahi +bmp dds connman debug doc drm +eet examples fbcon +fontconfig 
fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus ivi jpeg2k 
libressl libuv luajit neon nls opengl ssl pdf physics pixman postscript +ppm 
+psd pulseaudio raw scim sdl sound static-libs svg systemd tga tiff tslib 
unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent"
 
 REQUIRED_USE="
-   ?? ( opengl egl )
-   ?? ( opengl gles )
-   egl? ( gles )
+   ?? ( gles2 opengl )
fbcon? ( !tslib )
-   gles? (
-   || ( X wayland )
+   gles2? (
+   || ( wayland X )
!sdl
-   egl
)
ibus? ( glib )
opengl? ( X )
pulseaudio? ( sound )
sdl? ( opengl )
-   vnc? ( X fbcon )
-   wayland? ( egl gles !opengl )
+   vnc? ( fbcon X )
+   wayland? ( gles2 !opengl )
xim? ( X )
-   xpresent? ( X )
 "
 
-RDEPEND="
-   net-misc/curl
+COMMON_DEPEND="
media-libs/libpng:0=
sys-apps/dbus
sys-apps/util-linux
sys-libs/zlib:=
virtual/jpeg:0=
+   avahi? ( net-dns/avahi )
connman? ( net-misc/connman )
drm? (
dev-libs/libinput
@@ -48,12 +44,11 @@ RDEPEND="
x11-libs/libdrm
x11-libs/libxkbcommon
)
-   egl? ( media-libs/mesa[egl] )
fontconfig? ( media-libs/fontconfig )
fribidi? ( dev-libs/fribidi )
gif? ( media-libs/giflib:= )
-   gles? ( media-libs/mesa[gles2] )
glib? ( dev-libs/glib:2 )
+   gles2? ( media-libs/mesa[egl,gles2] )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -61,13 +56,14 @@ RDEPEND="
harfbuzz? ( media-libs/harfbuzz )
hyphen? ( dev-libs/hyphen )
ibus? ( app-i18n/ibus )
-   jpeg2k? ( media-libs/openjpeg:= )
+   jpeg2k? ( media-libs/openjpeg:0= )
libuv? ( dev-libs/libuv )
luajit? ( dev-lang/luajit:= )
!luajit? ( dev-lang/lua:* )
nls? ( sys-devel/gettext )
pdf? ( app-text/poppler:=[cxx] )
physics? ( sci-physics/bullet:= )
+   pixman? ( x11-libs/pixman )
postscript? ( app-text/libspectre )
pulseaudio? ( media-sound/pulseaudio )
raw? ( media-libs/libraw:= )
@@ -88,13 +84,12 @@ RDEPEND="
gnome-base/librsvg
x11-libs/cairo
)
-   system-lz4? ( app-arch/lz4 )
systemd? ( sys-apps/systemd )
tiff? ( media-libs/tiff:0= )
tslib? ( x11-libs/tslib:= )
unwind? ( sys-libs/libunwind )
valgrind? ( dev-util/valgrind )
-   vlc? ( media-video/vlc )
+   vlc? ( >=media-video/vlc-3.0.0 )
vnc? ( net-libs/libvncserver )
wayland? (
dev-libs/wayland
@@ 

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

2019-02-03 Thread Andreas Sturmlechner
commit: 56e47926ad8c27ac0c61edc265608a8ed0815973
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  3 23:25:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 00:43:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e47926

dev-libs/double-conversion: 3.0.3 version bump

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

 dev-libs/double-conversion/Manifest|  1 +
 .../double-conversion-3.0.3.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/double-conversion/Manifest 
b/dev-libs/double-conversion/Manifest
index b0d2cf5f8f7..c8de27e4128 100644
--- a/dev-libs/double-conversion/Manifest
+++ b/dev-libs/double-conversion/Manifest
@@ -1 +1,2 @@
 DIST double-conversion-3.0.0.tar.gz 7019526 BLAKE2B 
631973dadefa8bbf7e4acffd44968dfbf6b7dbeeb045fbbe0df7824a890991f510131647a52646fcd2b069b8b886a7b66a82434b829bdcb58bd8f503fecc7d18
 SHA512 
5057af6e72f2aaace56ebdd9a0ddfa34318cbdfeabec5c361b60e6c92f160c8999c046c50f8c6f8d590eb8e97aa70bb6e97ba8148f0dc95dbc42f204fcdc1abf
+DIST double-conversion-3.0.3.tar.gz 7019705 BLAKE2B 
65d7729b55dbb9fd0cf31b258738f3e9f3350b4ecf0204d3d2d23de24cb24651788e844aa1a10d6ec452ca6484c43ed1d218d434fc18be7bb1f15bf8ba97102a
 SHA512 
3a8e956da485195753508c90cd6fa3d9fde42103291a8e65a0d95488faa02e98dddff21935625519c0ce49d8911d66d0773ddf6012264094f3edd851b461f62b

diff --git a/dev-libs/double-conversion/double-conversion-3.0.3.ebuild 
b/dev-libs/double-conversion/double-conversion-3.0.3.ebuild
new file mode 100644
index 000..be433fb279d
--- /dev/null
+++ b/dev-libs/double-conversion/double-conversion-3.0.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils multibuild
+
+DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE 
doubles"
+HOMEPAGE="https://github.com/google/double-conversion;
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+IUSE="static-libs test"
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( shared $(usev static-libs) )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
+   if [[ ${MULTIBUILD_VARIANT} = shared ]]; then
+   mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
+   fi
+   if [[ ${MULTIBUILD_VARIANT} = static-libs ]]; then
+   mycmakeargs+=( -DBUILD_SHARED_LIBS=OFF )
+   fi
+
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+   [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_test
+}
+
+src_install() {
+   myinstall() {
+   [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_install
+   [[ ${MULTIBUILD_VARIANT} = static-libs ]] && \
+   dolib 
${BUILD_DIR}/double-conversion/libdouble-conversion.a
+   }
+
+   multibuild_foreach_variant myinstall
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 402fb92fcb1eaf9cb5e76d3834621451b3637e84
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  3 23:26:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 00:43:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402fb92f

dev-libs/double-conversion: Drop 3.0.0-r1

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

 .../double-conversion-3.0.0-r1.ebuild  | 53 --
 1 file changed, 53 deletions(-)

diff --git a/dev-libs/double-conversion/double-conversion-3.0.0-r1.ebuild 
b/dev-libs/double-conversion/double-conversion-3.0.0-r1.ebuild
deleted file mode 100644
index 786bdf2fd13..000
--- a/dev-libs/double-conversion/double-conversion-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE 
doubles"
-HOMEPAGE="https://github.com/google/double-conversion;
-SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
-IUSE="static-libs test"
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( shared $(usev static-libs) )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
-   if [[ ${MULTIBUILD_VARIANT} = shared ]]; then
-   mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = static-libs ]]; then
-   mycmakeargs+=( -DBUILD_SHARED_LIBS=OFF )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_test
-}
-
-src_install() {
-   myinstall() {
-   [[ ${MULTIBUILD_VARIANT} = shared ]] && cmake-utils_src_install
-   [[ ${MULTIBUILD_VARIANT} = static-libs ]] && \
-   dolib 
${BUILD_DIR}/double-conversion/libdouble-conversion.a
-   }
-
-   multibuild_foreach_variant myinstall
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: e2f534410f3c73c4de3efbad930441f3080d4928
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb  4 00:36:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb  4 00:48:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f53441

media-gfx/sane-frontends: EAPI-7 bump, fix gimp symlink, SRC_URI

Debian alioth server has been taken down, code moved to salsa.debian.org,
see also: https://lists.debian.org/debian-devel-announce/2018/04/msg8.html

Bug: https://bugs.gentoo.org/664570
Thanks-to: Herb Miller Jr  hlmjr.com>
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/9800
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/sane-frontends/Manifest  |  1 +
 .../sane-frontends/sane-frontends-1.0.14-r4.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/sane-frontends/Manifest 
b/media-gfx/sane-frontends/Manifest
index 14eae5f193d..49b144a9fad 100644
--- a/media-gfx/sane-frontends/Manifest
+++ b/media-gfx/sane-frontends/Manifest
@@ -1 +1,2 @@
 DIST sane-frontends-1.0.14.tar.gz 231892 BLAKE2B 
3d3af2ded774fa90ba4b9545a00df1f036fc72edb71a69f803dde84ca1e9d37b4d20ac91d046ce702c31eb7353d2d85b91cbf8bd53b84adea7f2e58f8be1a062
 SHA512 
51b24a9bd6889e99419c1d6abb30cb14d8f89b6196c5147044697bdb1b39ee029bdc0d7c6e1f1e800491988aa26f658bc974b25040c49d008ca8977673c78710
+DIST sane-frontends-upstream-1.0.14.tar.gz 233587 BLAKE2B 
69e34ed783cff68879b92d478195fe8c67f29d8904e22bdc62deb7310e8ac73d1ce6fc89ee0eafe3e2460f54cec257dbfe28843aec679cfe8669be6c5fc0e2bd
 SHA512 
ffb854f4f4fd08a98395f325c22aa81924ac1e0827e795107bf01f3c42c2cd64bc204c79bc5ec8fd570746d039eae87a2da9cdf30b7f4640442a33c6495d35f8

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild 
b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
new file mode 100644
index 000..7eb6ed27c10
--- /dev/null
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Scanner Access Now Easy"
+HOMEPAGE="http://www.sane-project.org;
+SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV}/${PN}-upstream-${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gimp gtk"
+
+REQUIRED_USE="gimp? ( gtk )"
+
+DEPEND="
+   media-gfx/sane-backends
+   gimp? ( media-gfx/gimp:2 )
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gtk+:2
+   )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
+
+PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
+
+S="${WORKDIR}"/"${PN}"-upstream-"${PV}"
+
+src_configure() {
+   local myeconfargs=(
+   --datadir=/usr/share/misc
+   $(use_enable gimp)
+   $(use_enable gtk gtk2)
+   $(use_enable gtk guis)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # link xscanimage so it is seen as a plugin in gimp
+   if use gimp; then
+   local plugindir
+   if type gimptool &>/dev/null; then
+   plugindir="$(gimptool --gimpplugindir)/plug-ins"
+   elif type gimptool-2.0 &>/dev/null; then
+   plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
+   else
+   die "Can't find GIMP plugin directory."
+   fi
+   dodir "${plugindir#${EPREFIX}}"
+   dosym "${EPREFIX}"/usr/bin/xscanimage 
"${plugindir#${EPREFIX}}"/xscanimage
+   fi
+
+   einstalldocs
+}



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

2019-02-03 Thread Sergei Trofimovich
commit: f93be58bb19aefa9dd56dac353a4f649d6e58c43
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb  3 23:22:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb  3 23:39:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93be58b

toolchain.eclass: drop IUSE_DEF array

IUSE_DEF is just an IUSE with '+' prepended.
IUSE_DEF was not used consistently.

Use '+' form consistently.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/toolchain.eclass | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 018079ba937..ea1e1f3c5b6 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -128,12 +128,10 @@ else
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 fi
 
-IUSE="regression-test vanilla"
-IUSE_DEF=( nls nptl )
+IUSE="regression-test vanilla +nls +nptl"
 
 if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
-   IUSE+=" altivec debug"
-   IUSE_DEF+=( cxx fortran )
+   IUSE+=" altivec debug +cxx +fortran"
[[ -n ${PIE_VER} ]] && IUSE+=" nopie"
[[ -n ${HTB_VER} ]] && IUSE+=" boundschecking"
[[ -n ${D_VER}   ]] && IUSE+=" d"
@@ -144,13 +142,13 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
tc_version_is_at_least 4.0 && IUSE+=" objc-gc"
tc_version_is_between 4.0 4.9 && IUSE+=" mudflap"
tc_version_is_at_least 4.1 && IUSE+=" libssp objc++"
-   tc_version_is_at_least 4.2 && IUSE_DEF+=( openmp )
+   tc_version_is_at_least 4.2 && IUSE+=" +openmp"
tc_version_is_at_least 4.3 && IUSE+=" fixed-point"
tc_version_is_at_least 4.7 && IUSE+=" go"
# Note: while <=gcc-4.7 also supported graphite, it required forked ppl
# versions which we dropped.  Since graphite was also experimental in
# the older versions, we don't want to bother supporting it.  #448024
-   tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize )
+   tc_version_is_at_least 4.8 && IUSE+=" graphite +sanitize"
tc_version_is_between 4.9 8 && IUSE+=" cilk"
tc_version_is_at_least 4.9 && IUSE+=" +vtv"
tc_version_is_at_least 5.0 && IUSE+=" jit mpx"
@@ -159,8 +157,6 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
tc_version_is_at_least 8.0 && IUSE+=" systemtap"
 fi
 
-IUSE+=" ${IUSE_DEF[*]/#/+}"
-
 SLOT="${GCC_CONFIG_VER}"
 
 #>> DEPEND <<



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

2019-02-03 Thread Sergei Trofimovich
commit: 5e28abe80540409b3aede4e8a87acf7c74565b03
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb  3 23:37:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb  3 23:39:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e28abe8

toolchain.eclass: never pass --enable-libsanitizer to ./configure

gcc treats --enable-libsanitizer as an override on top of
autodetection. It it never what we want. Happens to break
at least mips cross-compilers and likely many more minor
targets.

Bug: https://gcc.gnu.org/PR85663
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/toolchain.eclass | 19 ++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ea1e1f3c5b6..7e4f8774f3c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1299,7 +1299,8 @@ toolchain_src_configure() {
fi
 
if tc_version_is_at_least 4.8 && in_iuse sanitize ; then
-   confgcc+=( $(use_enable sanitize libsanitizer) )
+   # See Note [implicitly enabled flags]
+   confgcc+=( $(usex sanitize '' --disable-libsanitizer) )
fi
 
if tc_version_is_at_least 6.0 && in_iuse pie ; then
@@ -2494,3 +2495,19 @@ toolchain_death_notice() {
popd >/dev/null
fi
 }
+
+# Note [implicitly enabled flags]
+# ---
+# Usually configure-based packages handle explicit feature requests
+# like
+# ./configure --enable-foo
+# as explicit request to check for suppor of 'foo' and bail out at
+# configure time.
+#
+# GCC does not follow this pattern an instead overrides autodetection
+# of the feature and enables it unconditionally.
+# See https://gcc.gnu.org/PR85663
+#
+# Thus safer way to enable/disable the feature is to rely on implicit
+# enabled-by-default state:
+#econf $(usex foo '' --disable-foo)



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

2019-02-03 Thread Georgy Yakovlev
commit: fc3ee06c649a5fcf5141fe72b42a4a37c4578219
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb  3 22:43:06 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb  3 22:47:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3ee06c

dev-java/icedtea-bin: update metadata.xml

Add myself as first maintainer
retab while at it

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea-bin/metadata.xml | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/dev-java/icedtea-bin/metadata.xml 
b/dev-java/icedtea-bin/metadata.xml
index b7ed2bccdce..5b10c991e94 100644
--- a/dev-java/icedtea-bin/metadata.xml
+++ b/dev-java/icedtea-bin/metadata.xml
@@ -1,12 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  j...@gentoo.org
-  Java
-  
-
-  Don't install the X backend for AWT, needed by 
some GUIs (used to be X flag)
-  Provide javaws command through symlink to 
icedtea-web
-
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   j...@gentoo.org
+   Java
+   
+   
+   Don't install the X backend for AWT, 
needed by some GUIs (used to be X flag)
+   Provide javaws command through symlink to 
icedtea-web
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-news/liferea/

2019-02-03 Thread Andreas Sturmlechner
commit: 725730f5ed6bdc575fc032d090a8b2da0b07c442
Author: Yuri Konotopov  gnome  org>
AuthorDate: Tue Jan  1 10:36:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725730f5

net-news/liferea: version bump to 1.12.6b

Signed-off-by: Yuri Konotopov  gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/10717
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-news/liferea/Manifest   |  1 +
 net-news/liferea/liferea-1.12.6b.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest
index 9f82f6ebe7e..25e3adbfbd5 100644
--- a/net-news/liferea/Manifest
+++ b/net-news/liferea/Manifest
@@ -1,2 +1,3 @@
 DIST liferea-1.12.3.tar.bz2 1467804 BLAKE2B 
3ef8039b7af136568e041309a384547543908e193cd384af819e24cd7ae213e4020e0ea099128295603ecf36d5d817b7529a2356191320ba80f4624128a72a36
 SHA512 
574dd13502fee81e81e88a0fa3a57028af2d2bfcfed5a132468a2be9257a886c7cbf958883c230deb6dbf952912ecc92631396ef6b5c353315833e0541db1208
 DIST liferea-1.12.5a.tar.bz2 1470744 BLAKE2B 
83f86b1f08efe32c236f7a4bcf8f18e4c6d568cd0d94ebdf6fb700f4d5e3afd433f55628272e46984c81932d7a7004cf09bc9efe93c90e841afe1cd9953baec1
 SHA512 
6ada3750d40310cc56577baff29796bd26d1da6d74958dbfd46d9477ac24c2f33f5a88cd82a143073dd2e34dcfb4d82fdeec8029307f7c6a4e16e587d2148b5c
+DIST liferea-1.12.6b.tar.bz2 1495311 BLAKE2B 
28af2ed3045aa63646df4dc45d3108984a4ad41c85536fe8143af2629d0df44622508722f91a4860ba94f751e4a581e182b3f12c80d7be6acce1a12976c5a2dc
 SHA512 
247d4cea97f890bf20b2d01394182d3020c2ccd056c6f0ff94d4c9055ae1c3d73e2e94609c66344260eb4ddece1df86cee8be745247735bd9b48f936f0ad74a8

diff --git a/net-news/liferea/liferea-1.12.6b.ebuild 
b/net-news/liferea/liferea-1.12.6b.ebuild
new file mode 100644
index 000..726e2e64321
--- /dev/null
+++ b/net-news/liferea/liferea-1.12.6b.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds"
+HOMEPAGE="https://lzone.de/liferea/;
+SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v1.12.6/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="gnome-keyring mediaplayer networkmanager notification tray"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="${PYTHON_DEPS}
+   >=dev-db/sqlite-3.7.0:3
+   >=dev-libs/glib-2.28.0:2
+   dev-libs/gobject-introspection
+   dev-libs/json-glib
+   >=dev-libs/libpeas-1.0.0[gtk,python,${PYTHON_USEDEP}]
+   >=dev-libs/libxml2-2.6.27:2
+   >=dev-libs/libxslt-1.1.19
+   gnome-base/gsettings-desktop-schemas
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/webkit-gtk:4
+   x11-libs/gtk+:3
+   >=x11-libs/pango-1.4.0"
+RDEPEND="${CDEPEND}
+   gnome-keyring? ( app-crypt/libsecret[introspection] )
+   mediaplayer? ( media-libs/gstreamer[introspection] )
+   networkmanager? ( net-misc/networkmanager )
+   notification? ( x11-libs/libnotify[introspection] )
+   tray? (
+   dev-python/pycairo
+   x11-libs/gdk-pixbuf[introspection]
+   )"
+DEPEND="${CDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"



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

2019-02-03 Thread Andreas Sturmlechner
commit: 8cf95ddbd3247fb630942645068072c687fbbd61
Author: David Roman  gmail  com>
AuthorDate: Wed Jan  2 00:43:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf95ddb

dev-python/flask-api: verbump to 1.1

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10722
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/flask-api/Manifest |  1 +
 dev-python/flask-api/flask-api-1.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/flask-api/Manifest b/dev-python/flask-api/Manifest
index 4e074089118..dffd2b7e19c 100644
--- a/dev-python/flask-api/Manifest
+++ b/dev-python/flask-api/Manifest
@@ -1 +1,2 @@
 DIST flask-api-1.0.tar.gz 18 BLAKE2B 
113bc6a3ba9f548e61ab6c1822491d91f8562c7809929bcd2b0ecc4160a2358532d5da398b7c876cf5e4f3d9dd03bc159da6a1f24621af1e07bc9d9680b87d7f
 SHA512 
425669e54b9f5dbf548acdb9fc2c3c661b8cfc4631d7677f20a838729584c4f970f9fbd47621e5b3155124637f5b8f4b5cb51bc402f7f406108882d46e4908de
+DIST flask-api-1.1.tar.gz 235042 BLAKE2B 
b3c7e476c8ef1fa21f7e60aa1fb87ef5b40708ea96332ca0290d932bc5c195914da769b39ace1d34864c32989cf7f9856d070b1e6b690a6c1f60b495cabc
 SHA512 
52bb983bf9a0f906f37b645ff907eaa6ee3bc557b51f8935817963f3d66d99689eeba6a3e17711974663ad5ede267f9c85eb1d11f27597fe63806dc9f9e7ea22

diff --git a/dev-python/flask-api/flask-api-1.1.ebuild 
b/dev-python/flask-api/flask-api-1.1.ebuild
new file mode 100644
index 000..920cdeb2004
--- /dev/null
+++ b/dev-python/flask-api/flask-api-1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Browsable web APIs for Flask"
+HOMEPAGE="https://github.com/flask-api/flask-api;
+# pypi mirror don't have docs folder
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc docs/about/* docs/api-guide/* docs/index.md
+}
+
+python_test() {
+   pytest -vv || die
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: ef712bb25af47127fee40d09ac1e2c250fd64ba1
Author: Chris Mayo  gmail  com>
AuthorDate: Sun Jan 27 20:06:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:57:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef712bb2

media-gfx/gscan2pdf: version bump to 2.3.0, now using GTK+ 3

Closes: https://bugs.gentoo.org/669318
Signed-off-by: Chris Mayo  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10338
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/gscan2pdf/Manifest   |  1 +
 media-gfx/gscan2pdf/gscan2pdf-2.3.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index aab8059cf4a..6ac5a62fbd3 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,2 +1,3 @@
 DIST gscan2pdf-1.8.10.tar.xz 406128 BLAKE2B 
328c05f377e12742bbf8ebf92f327afddc4556533e4f7500b237d968fa07b6505f0a3be2c02f42318740e9d185611c094cf96c66804af02197097eebd16b880c
 SHA512 
334979b10238d510da8c5807290920b50e3a06ddda99dad41ced96d33e1ca8467cafe1f3112fb81b6705f80bc232eb6f041d588a57e04d5eecd09a201f007a49
 DIST gscan2pdf-1.8.11.tar.xz 409212 BLAKE2B 
37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0
 SHA512 
1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
+DIST gscan2pdf-2.3.0.tar.xz 432604 BLAKE2B 
e411e3a58f6c1a9e9c6df7057711377a70676d7ab718d5e4a19ea2690a26bda0b99def3cc04099bd0392bef0060b6d60328cf36450bd18d7c64100d553a4c627
 SHA512 
c9f08ce9c4f9c14c78d0b821d8c4381eccdc5a741a4b54e817dab33e67b7eeb705d48a02109c97913149b4839a713340aa6947a548eef3acd6a7bcabfa4116e1

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



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

2019-02-03 Thread Andreas Sturmlechner
commit: b68a1e4ecc33c1ba6590365b2e936919d4421659
Author: Matthias Gerstner  nefkom  net>
AuthorDate: Wed Jan  2 19:17:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68a1e4e

sys-fs/xwmfs: removal of old ebuild revision

Signed-off-by: Matthias Gerstner  nefkom.net>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/xwmfs/xwmfs-0.82.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/sys-fs/xwmfs/xwmfs-0.82.ebuild b/sys-fs/xwmfs/xwmfs-0.82.ebuild
deleted file mode 100644
index aa134c2864b..000
--- a/sys-fs/xwmfs/xwmfs-0.82.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="FUSE-based X11 Window-Manager file system"
-HOMEPAGE="https://github.com/gerstner-hub/xwmfs;
-SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~arm"
-SLOT="0"
-
-RDEPEND="
-   sys-fs/fuse:=
-   >=x11-libs/libX11-1.6.5"
-
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig"



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

2019-02-03 Thread Andreas Sturmlechner
commit: 8d92b82781f61da23cdcf84c564cc9050b135674
Author: Matthias Gerstner  nefkom  net>
AuthorDate: Wed Jan  2 19:15:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d92b827

sys-fs/xwmfs: new revision to use sys-fs/fuse SLOT 0 in dependency

Closes: https://bugs.gentoo.org/673632
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Matthias Gerstner  nefkom.net>
Closes: https://github.com/gentoo/gentoo/pull/10705
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild 
b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
new file mode 100644
index 000..b867b43c6de
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs;
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="
+   sys-fs/fuse:0=
+   >=x11-libs/libX11-1.6.5"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-dvb-saa716x/, media-tv/v4l-dvb-saa716x/files/

2019-02-03 Thread Andreas Sturmlechner
commit: e67dfee2ac77d29107a204c4485367c8f7d6e919
Author: Martin Dummer  gmx  net>
AuthorDate: Thu Nov  8 16:25:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:57:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67dfee2

media-tv/v4l-dvb-saa716x: fix AUDIO_GET_PTS undeclared

fix compile error "... AUDIO_GET_PTS undeclared" with kernel >=4.17

Signed-off-by: Martin Dummer  gmx.net>
Closes: https://bugs.gentoo.org/670156
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10363
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch | 12 +
 .../v4l-dvb-saa716x-0.0.1_p20170225-r2.ebuild  | 60 ++
 2 files changed, 72 insertions(+)

diff --git 
a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch
 
b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch
new file mode 100644
index 000..8e418c82868
--- /dev/null
+++ 
b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch
@@ -0,0 +1,12 @@
+--- a/linux/drivers/media/common/saa716x/saa716x_ff.h  2018-11-08 
15:44:10.479886225 +0100
 b/linux/drivers/media/common/saa716x/saa716x_ff.h  2018-11-08 
15:45:19.981237523 +0100
+@@ -108,6 +108,9 @@
+ #define VIDEO_CAPTURE_OFF 0
+ #define VIDEO_CAPTURE_ONE_SHOT1
+
++#ifndef AUDIO_GET_PTS
++#define AUDIO_GET_PTS  _IOR('o', 19, __u64)
++#endif
+
+ /* place to store all the necessary device information */
+ struct sti7109_dev {

diff --git a/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r2.ebuild 
b/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r2.ebuild
new file mode 100644
index 000..66babc6091c
--- /dev/null
+++ b/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info linux-mod
+
+DESCRIPTION="driver for saa716x based dvb cards like TT S2-6400 or Skystar 2 
eXpress HD"
+HOMEPAGE="https://bitbucket.org/powARman/v4l-dvb-saa716x/overview;
+
+HG_REVISION="3b9fce6a"
+HG_REVISION_DATE="20160322"
+
+SRC_URI="https://bitbucket.org/powARman/v4l-dvb-saa716x/get/${HG_REVISION}.tar.gz
+-> v4l-dvb-saa716x-0.0.1_p${HG_REVISION_DATE}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+firmware"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   firmware? ( sys-firmware/tt-s2-6400-firmware )"
+
+S="${WORKDIR}/powARman-v4l-dvb-saa716x-${HG_REVISION}"
+
+BUILD_TARGETS="modules"
+MODULE_NAMES="saa716x_ff(misc:${EROOT%/}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)
+   
saa716x_core(misc:${EROOT%/}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)
+   
saa716x_budget(misc:${EROOT%/}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)
+   
saa716x_hybrid(misc:${EROOT%/}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)"
+
+CONFIG_CHECK="~DVB_CORE ~DVB_STV6110x ~DVB_STV090x"
+
+src_prepare() {
+   default
+
+   eapply -p0 "${FILESDIR}/OSD_RAW_CMD_patch_2.diff"
+   eapply "${FILESDIR}/v4l-dvb-saa716x-Makefilepatch-2.diff"
+   kernel_is ge 3 19 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-3.19-set_gpio.patch"
+   kernel_is ge 4 2 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.2-fix-compile.patch"
+   kernel_is ge 4 5 2 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.5.2-fix-compile.patch"
+   kernel_is ge 4 6 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.6.0-fix-compile.patch"
+   kernel_is ge 4 9 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.9-fix-warnings.patch"
+   kernel_is ge 4 10 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.10-fix-compile.patch"
+   kernel_is ge 4 14 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.14.0-fix-compile.patch"
+   kernel_is ge 4 15 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.15-fix-autorepeat.patch"
+   kernel_is ge 4 15 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.15-fix-timers.patch"
+   kernel_is ge 4 16 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.16-fix-compile.patch"
+   kernel_is ge 4 17 0 && eapply 
"${FILESDIR}/v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch"
+}
+
+src_compile() {
+   BUILD_PARAMS="SUBDIRS=${S}/linux/drivers/media/common/saa716x \
+   CONFIG_SAA716X_CORE=m CONFIG_DVB_SAA716X_FF=m 
CONFIG_DVB_SAA716X_BUDGET=m \
+   CONFIG_DVB_SAA716X_HYBRID=m"
+   addpredict "${EROOT%/}"/usr/src/linux/
+   linux-mod_src_compile
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 30ae990b2f06a371c60b56881012c0acac00f441
Author: Matthias Gerstner  nefkom  net>
AuthorDate: Mon Jan  7 19:57:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 22:57:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae990b

sys-fs/xwmfs: disable X11 tests

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

 sys-fs/xwmfs/xwmfs-0.82-r1.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild 
b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
index b867b43c6de..0a3213274d9 100644
--- a/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
+++ b/sys-fs/xwmfs/xwmfs-0.82-r1.ebuild
@@ -17,3 +17,11 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
+
+src_test() {
+   # unset display to avoid testing errors, tests rely on X11 and a window
+   # manager environment
+   unset DISPLAY
+
+   default
+}



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

2019-02-03 Thread Georgy Yakovlev
commit: 8a64700209226a17e24e72d525999e6ec5e71cd2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb  3 22:54:02 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb  3 22:54:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a647002

dev-java/icedtea: update metadata.xml

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea/metadata.xml | 71 ---
 1 file changed, 39 insertions(+), 32 deletions(-)

diff --git a/dev-java/icedtea/metadata.xml b/dev-java/icedtea/metadata.xml
index 524aeed23e8..ea0ab250ad5 100644
--- a/dev-java/icedtea/metadata.xml
+++ b/dev-java/icedtea/metadata.xml
@@ -1,35 +1,42 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+http://www.gentoo.org/dtd/metadata.dtd'>
 
-
-  gnu_and...@member.fsf.org
-  Andrew John Hughes
-
-
-  j...@gentoo.org
-  Java
-
-
-  proxy-ma...@gentoo.org
-  Proxy Maintainers
-
-The IcedTea project provides a harness to build the source 
code from OpenJDK (http://openjdk.java.net) using Free Software build tools 
along with additional tools such as a browser plugin and Web Start support via 
NetX. 
-
-  Use the CACAO virtual machine rather than HotSpot.
-  Link against the CUPS library at compile time, rather than 
using it dynamically at runtime.
-  Don't install the X backend for AWT, needed by 
some GUIs (used to be X flag)
-  Use the JamVM virtual machine rather than HotSpot.
-  If possible, recompile the final IcedTea executables 
with itself.
-  Link against Kerberos in order to obtain the cache 
location.
-  Enable browser plugin (NPPlugin), requires also the 
webstart flag to be enabled.
-  Apply patch needed for pax enabled kernels.
-  Build using pre-compiled headers.
-  Build the SCTP NIO channel implementation against 
lksctp
-  Include the Shenandoah ultra-low pause time garbage 
collector (-XX:+UseShenandoahGC) (arm64 and x86_64 only)
-  Build the PCSC driver against pcsc-lite
-  Build the SunEC provider against system NSS
-  Build against the system LCMS installation rather 
than the in-tree copy.
-  Enable Zero assembler port (usually for non-HotSpot 
architectures)
-  Enable Web Start support (via NetX).
-
+   
+   gnu_and...@member.fsf.org
+   Andrew John Hughes
+   
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   j...@gentoo.org
+   Java
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   The IcedTea project provides a harness to build the source code 
from OpenJDK (http://openjdk.java.net) using Free Software  build tools 
along with additional tools such as a browser plugin and Web Start support via 
NetX.
+   
+   
+   Use the CACAO virtual machine rather than 
HotSpot.
+   Link against the CUPS library at compile 
time, rather than using it dynamically at runtime.
+   Don't install the X backend for AWT, 
needed by some GUIs (used to be X flag)
+   Use the JamVM virtual machine rather than 
HotSpot.
+   If possible, recompile the final 
IcedTea executables with itself.
+   Link against Kerberos in order to obtain 
the cache location.
+   Enable browser plugin (NPPlugin), 
requires also the webstart flag to be enabled.
+   Apply patch needed for pax enabled 
kernels.
+   Build using pre-compiled headers.
+   Build the SCTP NIO channel implementation 
against lksctp
+   Include the Shenandoah ultra-low pause 
time garbage collector (-XX:+UseShenandoahGC) (arm64 and x86_64 only)
+   Build the PCSC driver against 
pcsc-lite
+   Build the SunEC provider against system 
NSS
+   Build against the system LCMS 
installation rather than the in-tree copy.
+   Enable Zero assembler port (usually for 
non-HotSpot architectures)
+   Enable Web Start support (via 
NetX).
+   
 



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

2019-02-03 Thread Georgy Yakovlev
commit: f6b343ff244032fbd937dc2994589d7ca47a1ce6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb  3 11:52:56 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb  3 22:10:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b343ff

dev-java/icedtea: re-add mincoming-stack-boundary=2 on x86

it was lost on bump
Bug: https://bugs.gentoo.org/677138
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea/icedtea-3.10.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-java/icedtea/icedtea-3.10.0.ebuild 
b/dev-java/icedtea/icedtea-3.10.0.ebuild
index c47e7ca17b5..9dafe7d9ab9 100644
--- a/dev-java/icedtea/icedtea-3.10.0.ebuild
+++ b/dev-java/icedtea/icedtea-3.10.0.ebuild
@@ -10,7 +10,7 @@
 EAPI="6"
 SLOT="8"
 
-inherit check-reqs gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils 
prefix versionator
+inherit check-reqs flag-o-matic gnome2-utils java-pkg-2 java-vm-2 
multiprocessing pax-utils prefix versionator
 
 ICEDTEA_VER=$(get_version_component_range 1-3)
 ICEDTEA_BRANCH=$(get_version_component_range 1-2)
@@ -233,6 +233,9 @@ src_configure() {
# In-tree JIT ports are available for amd64, arm, arm64, ppc64 (be), 
SPARC and x86.
if { use amd64 || use arm || use arm64 || use ppc64 || use sparc || use 
x86; }; then
hotspot_port="yes"
+
+   # Work around stack alignment issue, bug #647954.
+   use x86 && append-flags -mincoming-stack-boundary=2
fi
 
# Always use HotSpot as the primary VM if available. #389521 #368669 
#357633 ...



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

2019-02-03 Thread Georgy Yakovlev
commit: 6635432227c8374c2333478929007e458cfc703d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Feb  3 22:39:08 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Feb  3 22:47:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66354322

dev-java/icedtea-bin: upload proper x86 tarball

Bug: https://bugs.gentoo.org/677138
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/icedtea-bin/Manifest | 4 ++--
 .../{icedtea-bin-3.10.0.ebuild => icedtea-bin-3.10.0-r1.ebuild}   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 16b55f49006..108058b73ea 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -3,12 +3,12 @@ DIST icedtea-bin-core-3.10.0-arm.tar.xz 58156488 BLAKE2B 
d250f4e13437384366bd11c
 DIST icedtea-bin-core-3.10.0-arm64.tar.xz 61270912 BLAKE2B 
fef3e93230ec624b7e02d3cbe370191c0bfcb30d43c486025b28722f25383eb928b065e9a005a26077fc1df956ba0fc7096a73ded6018aa1992258a7f5e4a407
 SHA512 
6382a8de65b5fd57fd1a6c05e23699899ca850919201e1c63e907ac5e60673b4a520440fea599e20ca12ef80ac120133ec6b78c59d11020f3fc6ccd574fb4d8b
 DIST icedtea-bin-core-3.10.0-ppc64.tar.xz 5136 BLAKE2B 
baa42a8a5133936f6071cbd150b122d9aaeaa9cdf4d5892a881de3d470042d3b47d9808d6e1cb6138977df930c03aa14bab6a10a61d6ed306d42cb6ad7fa2a78
 SHA512 
4ce1bcf040ac4e2309a4dc1d927b59344102c42e032c27163e6bb1eccab9d9dea3914ef3b854a28a507a56c9a0a13063299dd843fd83a7f79a35e0780a420564
 DIST icedtea-bin-core-3.10.0-ppc64le.tar.xz 54511716 BLAKE2B 
ab536cd53c696828e3edee14b7bf589b332243d6cf3fba3502aed3cf5863fb62d946ba57479c7bf64c7b5a2b8e22eb571aa86a1ea0f134e6c066c23957bb7296
 SHA512 
d78b9d06232d2e09d2b550b9ce750190b5340254381ccb9801f437e4af73ec99f09a64d2b6a2ba2a33bcb1e0983e8bac918a3573147a448b54cd29f71871e9cc
-DIST icedtea-bin-core-3.10.0-x86.tar.xz 61547820 BLAKE2B 
1a7dded7bec1bfa1dae726307ac9238f6cb30a3b4010a31db770f04f5b4aa1724137d6b636bf4771d62c2e37478c8311a58c6348c4e6fb6a5b751f2266729261
 SHA512 
ce0d66284b26ca633fde59c329e306d0092bffba59f2ef38e0892a87034c07fa3d439458c679e60251ed8d0fabdc83d2e1f60238cc00d10b3803a5b8d14f3041
+DIST icedtea-bin-core-3.10.0-r1-x86.tar.xz 61580012 BLAKE2B 
e334e6589f7603fcd881f9fea8c2178804502f83c898274e53f427752ad8f284f5ca1ba9f6a87546e4a21284a30226551fc7047ce7f84836af3f3a815e2ea50c
 SHA512 
004a16e67804eb01d56ba9c36b67e60547198943bb086a19fd161f7f348cea774deb6a806814f6fbddefd111e59e7e98d934d895b89db2bfdd5a836b6aa4b483
 DIST icedtea-bin-doc-3.10.0.tar.xz 11707560 BLAKE2B 
1b09d024bfb39437365252b1c20fd55a0fbeb2b984dceb1c26b16319e95c6582cefd3e42694d56db998565714afbe6a375aa513afa8ab91479a727751b291c43
 SHA512 
010100e505d7deca6a3dea82075419eef842e0e49dd51caaadbd7f7ad4c2411e4c7c02709faef68b9d830943684632b111d45378ac657be9b11eccd6e0fc77fe
 DIST icedtea-bin-examples-3.10.0-amd64.tar.xz 1856192 BLAKE2B 
ddd0ecc4eb79592e6eb7f7894decd1fac6a84e0285a252584601cab28acb860f0b6012cd15687ef5f4139431e12b043af9e187772a794e7664cffc89fb4b3835
 SHA512 
9535c85b36c3f66154d39f903bd5e5ba19c979ba46cd6f4e4f4a15d60f6a825f5600b108ff590254c8b1e1f194a04b80835ef3697acf9011b69285661f2e5ce4
 DIST icedtea-bin-examples-3.10.0-arm.tar.xz 1845892 BLAKE2B 
f071a774653c90534253d5c757e161164412ed8148e8f3fd9d91fd00f8c35a649b2221731888197730dcca4ee3af9cf5c72b9f40b62a3be2e440afa1c4628587
 SHA512 
79cacbd9f1e2cf7b277e1040066ebff5a982d4ee6a0df19ed48174ab287661a150d00697673728b206f9ee8709c5d8f8a6dc5908b77ffdc67ca0cc175fe90e4d
 DIST icedtea-bin-examples-3.10.0-arm64.tar.xz 1841760 BLAKE2B 
89baa68800302187d0da212d4aedd3614e4a47744e75426ee81909b942ab0c0e4e0ddab7f46e1e1488c6c5a601dfa96edaff6aa4df5ca8fa8d6b3fb0baf5ef9e
 SHA512 
36c3a2dec0fdccc836fd5bb8e37ed859b592fdabafb6ee73453fdb7d98a33989d6dd94ece2ce481676841231a9e3b6c0ba7a2fb7965bed9ba5d639f904f3b8bb
 DIST icedtea-bin-examples-3.10.0-ppc64.tar.xz 1852168 BLAKE2B 
90202d9960ad99e14b223e5498a3b1d8fa399e02fa47533a812ad7d7201319a1ae32ca64bfa1cb02dcebad5fce31f7cf27882e4130812d90752e46281756b030
 SHA512 
734f9b2443bb038bb8e375c96147a926060eb7f0f241b5417f84da296e4353341c3f2d52d6b32d4656e3c8c68bdee854b5b2d4729dfce7fc618792c74707ba7f
 DIST icedtea-bin-examples-3.10.0-ppc64le.tar.xz 1854000 BLAKE2B 
c6345b3202b581a60ccbecf5dd593ccddb0ad3079e03794c4a55412bde53480651e9e3dab8714759f342eefb752fd3b509a3eab42e7e21e796aad0771aa2e1e4
 SHA512 
1de307b0e3230936ddfd57cae1f0a44d890d6e5cb61b6634c55abc5979c930784eda21d52a705968e59b5fc3434869693e54f61eb33dcbeeea837c99c8414128
-DIST icedtea-bin-examples-3.10.0-x86.tar.xz 1862172 BLAKE2B 
bf188b9c1ca9c18eaaf0b6f972dbbed15747d194f7804209e5ef926522c31835a15dcf418a07ffc108b64ff36795c9ea42c8dca7ccef2536a5ae80e366ca81a1
 SHA512 
851a3f6af4adea336ea1a4e5c042072ba6733e5ebc6248b4e46359bdc6b634b497bc5754312eaefdff7cdf2fba8debc3f432c1d8da29cdf52fb36353da4ecf19
+DIST icedtea-bin-examples-3.10.0-r1-x86.tar.xz 1863128 BLAKE2B 

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

2019-02-03 Thread William Hubbs
commit: 5df23f6b1670d5e9261431a6b4a0670355067c3d
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Feb  3 21:36:54 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Feb  3 21:38:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df23f6b

media-sound/mpd: remove meson_auto_depend usage from 0.24.1-r1

This was approved by zlogene.

Closes: https://bugs.gentoo.org/676364
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 media-sound/mpd/mpd-0.21.4-r1.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-sound/mpd/mpd-0.21.4-r1.ebuild 
b/media-sound/mpd/mpd-0.21.4-r1.ebuild
index 5a07765cd9d..51216f324c5 100644
--- a/media-sound/mpd/mpd-0.21.4-r1.ebuild
+++ b/media-sound/mpd/mpd-0.21.4-r1.ebuild
@@ -5,8 +5,6 @@ EAPI=7
 
 inherit flag-o-matic linux-info meson systemd user
 
-MESON_AUTO_DEPEND="no"
-
 DESCRIPTION="The Music Player Daemon (mpd)"
 HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
 SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
@@ -111,8 +109,7 @@ DEPEND="${RDEPEND}
>=dev-libs/boost-1.58:=
test? ( dev-cpp/gtest )"
 
-BDEPEND=">dev-util/meson-0.47.1
-virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.18.conf.patch



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

2019-02-03 Thread Matthew Thode
commit: 7029f99fd226abf63cc30aa2ec54595a96e55a05
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  3 21:21:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Feb  3 21:21:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7029f99f

dev-python/ryu: fix QA violation

Fixes: https://bugs.gentoo.org/677186
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ryu/ryu-4.26-r1.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-python/ryu/ryu-4.26-r1.ebuild 
b/dev-python/ryu/ryu-4.26-r1.ebuild
new file mode 100644
index 000..833a947e96b
--- /dev/null
+++ b/dev-python/ryu/ryu-4.26-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Component-based Software-defined Networking Framework"
+HOMEPAGE="http://osrg.github.io/ryu/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_install_all() {
+   distutils-r1_python_install_all
+   mv "${D}"/usr/etc "${D}"/etc
+}



[gentoo-commits] proj/kde:master commit in: Documentation/maintainers/, Documentation/package.unmask/.kde-frameworks-5.55/, ...

2019-02-03 Thread Andreas Sturmlechner
commit: 15c7949050b0b7fa11d1cb81a41f7a2a31deb5cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  2 22:55:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  2 22:55:51 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=15c79490

Documentation: Add KDE Frameworks 5.55

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

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.55/_HEADER_  |  2 +
 .../.kde-frameworks-5.55/kde-frameworks-5.55   |  1 +
 .../.kde-frameworks-5.55/more-deps |  0
 .../kde-frameworks-5.55.keywords   | 83 ++
 Documentation/package.mask/kde-frameworks-5.55 | 83 ++
 .../package.unmask/.kde-frameworks-5.55/_HEADER_   |  2 +
 .../.kde-frameworks-5.55/kde-frameworks-5.55   |  1 +
 Documentation/package.unmask/kde-frameworks-5.55   | 83 ++
 9 files changed, 256 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index d7e7254905..13e088fd89 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.52 5.54"
+KF_RELEASES="5.52 5.54 5.55"
 KF_RELEASE=${KF_RELEASE:-5.52}
 
 PLASMA_RELEASES="5.14 5.15"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.55/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.55/_HEADER_
new file mode 100644
index 00..b99320391a
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.55/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.55 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.55/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.55/kde-frameworks-5.55
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.55/kde-frameworks-5.55
new file mode 12
index 00..cf61328164
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.55/kde-frameworks-5.55
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.55
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.55/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.55/more-deps
new file mode 100644
index 00..e69de29bb2

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.55.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.55.keywords
new file mode 100644
index 00..4b2dc35350
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.55.keywords
@@ -0,0 +1,83 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.55 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.55/ files 
instead.
+

[gentoo-commits] proj/kde:master commit in: sets/

2019-02-03 Thread Andreas Sturmlechner
commit: 2cd197b8227d1ca898e2bfda70ba50a896e7a8bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  2 22:53:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  2 22:53:12 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cd197b8

sets: Add kde-frameworks-5.55

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

 sets/kde-frameworks-5.55 | 80 
 1 file changed, 80 insertions(+)

diff --git a/sets/kde-frameworks-5.55 b/sets/kde-frameworks-5.55
new file mode 100644
index 00..b81c47f19f
--- /dev/null
+++ b/sets/kde-frameworks-5.55
@@ -0,0 +1,80 @@
+

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2019-02-03 Thread Andreas Sturmlechner
commit: f615f3801bc6b4d1fd2099c7374cf0eb9f70c6bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  2 22:59:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  2 22:59:03 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f615f380

profiles: Add kde-frameworks-5.55 package.mask

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

 profiles/package.mask/kde-frameworks-5.55 | 83 +++
 1 file changed, 83 insertions(+)

diff --git a/profiles/package.mask/kde-frameworks-5.55 
b/profiles/package.mask/kde-frameworks-5.55
new file mode 100644
index 00..c717263b99
--- /dev/null
+++ b/profiles/package.mask/kde-frameworks-5.55
@@ -0,0 +1,83 @@
+# Andreas Sturmlechner  (03 Feb 2019)
+# KDE Frameworks 5.55.0 mask
+# Not released yet.
+~kde-frameworks/attica-5.55.0:5
+~kde-frameworks/baloo-5.55.0:5
+~kde-frameworks/bluez-qt-5.55.0:5
+~kde-frameworks/breeze-icons-5.55.0:5
+~kde-frameworks/breeze-icons-rcc-5.55.0:5
+~kde-frameworks/extra-cmake-modules-5.55.0:5
+~kde-frameworks/frameworkintegration-5.55.0:5
+~kde-frameworks/kactivities-5.55.0:5
+~kde-frameworks/kactivities-stats-5.55.0:5
+~kde-frameworks/kapidox-5.55.0:5
+~kde-frameworks/karchive-5.55.0:5
+~kde-frameworks/kauth-5.55.0:5
+~kde-frameworks/kbookmarks-5.55.0:5
+~kde-frameworks/kcmutils-5.55.0:5
+~kde-frameworks/kcodecs-5.55.0:5
+~kde-frameworks/kcompletion-5.55.0:5
+~kde-frameworks/kconfig-5.55.0:5
+~kde-frameworks/kconfigwidgets-5.55.0:5
+~kde-frameworks/kcoreaddons-5.55.0:5
+~kde-frameworks/kcrash-5.55.0:5
+~kde-frameworks/kdbusaddons-5.55.0:5
+~kde-frameworks/kdeclarative-5.55.0:5
+~kde-frameworks/kded-5.55.0:5
+~kde-frameworks/kdelibs4support-5.55.0:5
+~kde-frameworks/kdesignerplugin-5.55.0:5
+~kde-frameworks/kdesu-5.55.0:5
+~kde-frameworks/kdewebkit-5.55.0:5
+~kde-frameworks/kdnssd-5.55.0:5
+~kde-frameworks/kdoctools-5.55.0:5
+~kde-frameworks/kemoticons-5.55.0:5
+~kde-frameworks/kfilemetadata-5.55.0:5
+~kde-frameworks/kglobalaccel-5.55.0:5
+~kde-frameworks/kguiaddons-5.55.0:5
+~kde-frameworks/kholidays-5.55.0:5
+~kde-frameworks/khtml-5.55.0:5
+~kde-frameworks/ki18n-5.55.0:5
+~kde-frameworks/kiconthemes-5.55.0:5
+~kde-frameworks/kidletime-5.55.0:5
+~kde-frameworks/kimageformats-5.55.0:5
+~kde-frameworks/kinit-5.55.0:5
+~kde-frameworks/kio-5.55.0:5
+~kde-frameworks/kirigami-5.55.0:5
+~kde-frameworks/kitemmodels-5.55.0:5
+~kde-frameworks/kitemviews-5.55.0:5
+~kde-frameworks/kjobwidgets-5.55.0:5
+~kde-frameworks/kjs-5.55.0:5
+~kde-frameworks/kjsembed-5.55.0:5
+~kde-frameworks/kmediaplayer-5.55.0:5
+~kde-frameworks/knewstuff-5.55.0:5
+~kde-frameworks/knotifications-5.55.0:5
+~kde-frameworks/knotifyconfig-5.55.0:5
+~kde-frameworks/kpackage-5.55.0:5
+~kde-frameworks/kparts-5.55.0:5
+~kde-frameworks/kpeople-5.55.0:5
+~kde-frameworks/kplotting-5.55.0:5
+~kde-frameworks/kpty-5.55.0:5
+~kde-frameworks/kross-5.55.0:5
+~kde-frameworks/krunner-5.55.0:5
+~kde-frameworks/kservice-5.55.0:5
+~kde-frameworks/ktexteditor-5.55.0:5
+~kde-frameworks/ktextwidgets-5.55.0:5
+~kde-frameworks/kunitconversion-5.55.0:5
+~kde-frameworks/kwallet-5.55.0:5
+~kde-frameworks/kwayland-5.55.0:5
+~kde-frameworks/kwidgetsaddons-5.55.0:5
+~kde-frameworks/kwindowsystem-5.55.0:5
+~kde-frameworks/kxmlgui-5.55.0:5
+~kde-frameworks/kxmlrpcclient-5.55.0:5
+~kde-frameworks/modemmanager-qt-5.55.0:5
+~kde-frameworks/networkmanager-qt-5.55.0:5
+~kde-frameworks/oxygen-icons-5.55.0:5
+~kde-frameworks/plasma-5.55.0:5
+~kde-frameworks/prison-5.55.0:5
+~kde-frameworks/purpose-5.55.0:5
+~kde-frameworks/qqc2-desktop-style-5.55.0:5
+~kde-frameworks/solid-5.55.0:5
+~kde-frameworks/sonnet-5.55.0:5
+~kde-frameworks/syndication-5.55.0:5
+~kde-frameworks/syntax-highlighting-5.55.0:5
+~kde-frameworks/threadweaver-5.55.0:5



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

2019-02-03 Thread Andreas Sturmlechner
commit: 1a35788ec1bbdf2f14014318b2c49232d20b7a33
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb  2 23:02:21 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb  2 23:02:21 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a35788e

kde5.eclass: Mark KDE Frameworks 5.55.0 unreleased

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

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index b25679a76c..571de1158a 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -157,7 +157,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-frameworks-5.55.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] proj/kde:master commit in: kde-frameworks/sonnet/, kde-frameworks/plasma/, kde-frameworks/kxmlgui/, ...

2019-02-03 Thread Andreas Sturmlechner
commit: 28ecb0632424bdf4451d9705768148e5ef6dde1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  3 20:02:35 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 20:02:35 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=28ecb063

kde-frameworks: Add KDE Frameworks 5.55.0

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

 kde-frameworks/attica/attica-5.55.0.ebuild | 25 +++
 kde-frameworks/baloo/baloo-5.55.0.ebuild   | 34 +
 kde-frameworks/bluez-qt/bluez-qt-5.55.0.ebuild | 37 ++
 .../breeze-icons-rcc-5.55.0.ebuild | 41 +++
 .../breeze-icons/breeze-icons-5.55.0.ebuild| 40 ++
 .../extra-cmake-modules-5.55.0.ebuild  | 66 +
 .../frameworkintegration-5.55.0.ebuild | 53 +
 .../kactivities-stats-5.55.0.ebuild| 21 ++
 .../kactivities/kactivities-5.55.0.ebuild  | 26 +++
 kde-frameworks/kapidox/kapidox-5.55.0.ebuild   | 28 +++
 kde-frameworks/karchive/karchive-5.55.0.ebuild | 27 +++
 kde-frameworks/kauth/kauth-5.55.0.ebuild   | 42 +++
 kde-frameworks/kbookmarks/kbookmarks-5.55.0.ebuild | 31 
 kde-frameworks/kcmutils/kcmutils-5.55.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.55.0.ebuild   | 16 
 .../kcompletion/kcompletion-5.55.0.ebuild  | 22 ++
 kde-frameworks/kconfig/kconfig-5.55.0.ebuild   | 35 +
 .../kconfigwidgets/kconfigwidgets-5.55.0.ebuild| 37 ++
 .../kcoreaddons/kcoreaddons-5.55.0.ebuild  | 39 ++
 kde-frameworks/kcrash/kcrash-5.55.0.ebuild | 30 
 .../kdbusaddons/kdbusaddons-5.55.0.ebuild  | 29 
 .../kdeclarative/kdeclarative-5.55.0.ebuild| 31 
 kde-frameworks/kded/kded-5.55.0.ebuild | 37 ++
 .../kdelibs4support/kdelibs4support-5.55.0.ebuild  | 86 ++
 .../kdesignerplugin/kdesignerplugin-5.55.0.ebuild  | 55 ++
 kde-frameworks/kdesu/kdesu-5.55.0.ebuild   | 32 
 kde-frameworks/kdewebkit/kdewebkit-5.55.0.ebuild   | 30 
 kde-frameworks/kdnssd/kdnssd-5.55.0.ebuild | 32 
 kde-frameworks/kdoctools/kdoctools-5.55.0.ebuild   | 37 ++
 kde-frameworks/kemoticons/kemoticons-5.55.0.ebuild | 26 +++
 .../kfilemetadata/kfilemetadata-5.55.0.ebuild  | 65 
 .../kglobalaccel/kglobalaccel-5.55.0.ebuild| 30 
 kde-frameworks/kguiaddons/kguiaddons-5.55.0.ebuild | 22 ++
 kde-frameworks/kholidays/kholidays-5.55.0.ebuild   | 30 
 kde-frameworks/khtml/khtml-5.55.0.ebuild   | 70 ++
 kde-frameworks/ki18n/ki18n-5.55.0.ebuild   | 36 +
 .../kiconthemes/kiconthemes-5.55.0.ebuild  | 29 
 kde-frameworks/kidletime/kidletime-5.55.0.ebuild   | 46 
 .../kimageformats/kimageformats-5.55.0.ebuild  | 35 +
 kde-frameworks/kinit/kinit-5.55.0.ebuild   | 47 
 kde-frameworks/kio/kio-5.55.0.ebuild   | 83 +
 kde-frameworks/kirigami/kirigami-5.55.0.ebuild | 43 +++
 .../kitemmodels/kitemmodels-5.55.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.55.0.ebuild | 21 ++
 .../kjobwidgets/kjobwidgets-5.55.0.ebuild  | 37 ++
 kde-frameworks/kjs/kjs-5.55.0.ebuild   | 23 ++
 kde-frameworks/kjsembed/kjsembed-5.55.0.ebuild | 26 +++
 .../kmediaplayer/kmediaplayer-5.55.0.ebuild| 21 ++
 kde-frameworks/knewstuff/knewstuff-5.55.0.ebuild   | 36 +
 .../knotifications/knotifications-5.55.0.ebuild| 48 
 .../knotifyconfig/knotifyconfig-5.55.0.ebuild  | 24 ++
 kde-frameworks/kpackage/kpackage-5.55.0.ebuild | 35 +
 kde-frameworks/kparts/kparts-5.55.0.ebuild | 30 
 kde-frameworks/kpeople/kpeople-5.55.0.ebuild   | 39 ++
 kde-frameworks/kplotting/kplotting-5.55.0.ebuild   | 18 +
 kde-frameworks/kpty/kpty-5.55.0.ebuild | 26 +++
 kde-frameworks/kross/kross-5.55.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.55.0.ebuild   | 36 +
 kde-frameworks/kservice/kservice-5.55.0.ebuild | 47 
 .../ktexteditor/ktexteditor-5.55.0.ebuild  | 56 ++
 .../ktextwidgets/ktextwidgets-5.55.0.ebuild| 37 ++
 .../kunitconversion/kunitconversion-5.55.0.ebuild  | 26 +++
 kde-frameworks/kwallet/kwallet-5.55.0.ebuild   | 57 ++
 kde-frameworks/kwayland/kwayland-5.55.0.ebuild | 27 +++
 .../kwidgetsaddons/kwidgetsaddons-5.55.0.ebuild| 27 +++
 .../kwindowsystem/kwindowsystem-5.55.0.ebuild  | 42 +++
 kde-frameworks/kxmlgui/kxmlgui-5.55.0.ebuild   | 52 +
 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/

2019-02-03 Thread Dennis Lamm
commit: 24a1522c7c0d28bd2d093c19c79d2fc6fb82d4ce
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Feb  3 19:42:26 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Sun Feb  3 19:43:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a1522c

gnome-extra/mousetweaks: updated Homepage URL

Signed-off-by: Dennis Lamm  gentoo.org>

 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild 
b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
index 2c6fb0eb99c..cdc2ca7a4f8 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
 inherit gnome2
 
 DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
-HOMEPAGE="https://live.gnome.org/Mousetweaks/Home;
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/Mousetweaks;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2019-02-03 Thread Andreas Sturmlechner
commit: 8d5eed988b6238cb31043e2f70263c69202aaff5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 27 19:39:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5eed98

dev-db/lmdb: 0.9.23 version bump

No change in Makefile over 0.9.22.

Update HOMEPAGE
Add missing || die
Drop obsolete blocker (cleaned up 2 years ago)
Sort inherit

Closes: https://bugs.gentoo.org/675852
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-db/lmdb/Manifest   |  1 +
 dev-db/lmdb/lmdb-0.9.23.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-db/lmdb/Manifest b/dev-db/lmdb/Manifest
index 2c7e2699880..d024e6d0ca8 100644
--- a/dev-db/lmdb/Manifest
+++ b/dev-db/lmdb/Manifest
@@ -2,3 +2,4 @@ DIST LMDB_0.9.18.tar.gz 139156 BLAKE2B 
6a8d32c6f203272a212d5e298f7d1af290c12a876
 DIST LMDB_0.9.19.tar.gz 143141 BLAKE2B 
69f39e2194638989d8a17b79edd7918966d5608f4e611a7446b45e7321adf3b7d4bd69107fe00a1476d32cbd43b83f512c8498cefa3fca7eea8ba615821341fe
 SHA512 
1d9825f09592ad92a540a1dec232cf6649f41cc67b0d59dc8958a71f4090f347c84995f32a166e2c2efecb862981f455814dd07af99bc3489e42fe3fd8bc6191
 DIST LMDB_0.9.21.tar.gz 143352 BLAKE2B 
de206eb03ebd0ed329127380a2aeac693280d9c1d7b61a4a36c42889169b28adab30ecfeff37487b9e36f4e953bc6587e54b7a49dfd0969f2dec99e45bd09654
 SHA512 
e0f998507da654ccac02aa199367e8363c37f47e06ee0984085aae60fb086e49087824915bf8896f90187f1cc96e5c9caf5e5f72fa3911415151ca1e56f0309f
 DIST LMDB_0.9.22.tar.gz 143468 BLAKE2B 
125b447344cc601ad8af1c3cf0ba4d05474c8e7a4cafbca71446681a615884e82ae7fcdd4d8d6fdfa8e409a646115c3577972cdfcee8d792af0a1d82a8efbbd1
 SHA512 
49afca13b9683ed571c274380bb5e111236903b12d19bcb8781d6bbc00f711766b0d62de0b36536c85309cc9ff9e9d0aaa708e27bae9be6cfcaed8ba91e5545d
+DIST LMDB_0.9.23.tar.gz 143813 BLAKE2B 
252acad974a7ed528fe0e52b8332845bc0b6076599bbc79ef2c3f41459acb6ccbe5f6030c6a258fe30633c4c0568fa05fa6d46dc05bab3f93ee3aab16e6faa89
 SHA512 
47466a96ce288d18d489acf1abf811aa973649848a4cac31f71e1f25ea781a055ebd6616d2d630214b2df2f146f12609c82d65be0196f49d6b46a6c96464e120

diff --git a/dev-db/lmdb/lmdb-0.9.23.ebuild b/dev-db/lmdb/lmdb-0.9.23.ebuild
new file mode 100644
index 000..65a2931f0dd
--- /dev/null
+++ b/dev-db/lmdb/lmdb-0.9.23.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="An ultra-fast, ultra-compact key-value embedded data store"
+HOMEPAGE="https://symas.com/lmdb/technical/;
+SRC_URI="https://github.com/LMDB/lmdb/archive/LMDB_${PV}.tar.gz;
+
+LICENSE="OPENLDAP"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}-LMDB_${PV}/libraries/liblmdb"
+
+src_prepare() {
+   eapply_user
+   if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -lt 10 ]] ; then
+   # posix_memalign isn't available before 10.6, but on OSX
+   # malloc is always aligned for any addressable type
+   sed -i -e '/(__APPLE__)/a#define HAVE_MEMALIGN 1\n#define 
memalign(X,Y) malloc(X)' mdb.c || die
+   fi
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local soname="-Wl,-soname,liblmdb$(get_libname 0)"
+   [[ ${CHOST} == *-darwin* ]] && \
+   soname="-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/liblmdb$(get_libname 0)"
+   sed -i -e "s!^CC.*!CC = $(tc-getCC)!" \
+   -e "s!^CFLAGS.*!CFLAGS = ${CFLAGS}!" \
+   -e "s!^AR.*!AR = $(tc-getAR)!" \
+   -e "s!^SOEXT.*!SOEXT = $(get_libname)!" \
+   -e "/^prefix/s!/usr/local!${EPREFIX}/usr!" \
+   -e "/^libdir/s!lib\$!$(get_libdir)!" \
+   -e "s!shared!shared ${soname}!" \
+   "Makefile" || die
+
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # fdatasync lives in -lrt on Solaris 10
+   [[ ${CHOST#*-solaris2.} -le 10 ]] && append-ldflags -lrt
+   fi
+}
+
+multilib_src_compile() {
+   emake LDLIBS+=" -pthread"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+
+   mv "${ED}"/usr/$(get_libdir)/liblmdb$(get_libname) \
+   "${ED}"/usr/$(get_libdir)/liblmdb$(get_libname 0) || die
+   dosym liblmdb$(get_libname 0) /usr/$(get_libdir)/liblmdb$(get_libname)
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins "${FILESDIR}/lmdb.pc"
+   sed -i -e "s!@PACKAGE_VERSION@!${PV}!" \
+   -e "s!@prefix@!${EPREFIX}/usr!g" \
+   -e "s!@libdir@!$(get_libdir)!" \
+   

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

2019-02-03 Thread Andreas Sturmlechner
commit: 21fdd4546d25849fcf6494fe40826acc5ec49042
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jan 29 19:46:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:25:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fdd454

net-analyzer/authforce: EAPI7, fix manpage installation

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-analyzer/authforce/authforce-0.9.9-r2.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/net-analyzer/authforce/authforce-0.9.9-r2.ebuild 
b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
new file mode 100644
index 000..6bea4016bb1
--- /dev/null
+++ b/net-analyzer/authforce/authforce-0.9.9-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An HTTP authentication brute forcer"
+HOMEPAGE="http://www.divineinvasion.net/authforce/;
+SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="curl nls"
+
+RDEPEND="sys-libs/readline:0=
+   curl? ( net-misc/curl )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
+
+PATCHES=(
+   "${FILESDIR}"/${P}-curl.patch
+   "${FILESDIR}"/${P}-locale.patch
+)
+
+src_prepare() {
+   default
+   gunzip doc/${PN}.1.gz
+   sed -i -e "s/${PN}.1.gz/${PN}.1/g" \
+   -e "s/\/mang/\/man1/g" doc/Makefile* || die
+}
+
+src_configure() {
+   econf \
+   $(use_with curl) \
+   $(use_enable nls) \
+   --with-path=/usr/share/${PN}/data:.
+}
+
+src_install() {
+   default
+   doman doc/${PN}.1
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 14c6d1f1090f54e8ee6b2f1ca9c6d714f6085d49
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jan 29 18:52:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:25:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c6d1f1

net-analyzer/authforce: take maintainership

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10935
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-analyzer/authforce/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/authforce/metadata.xml 
b/net-analyzer/authforce/metadata.xml
index 6f49eba8f49..a565dfe5457 100644
--- a/net-analyzer/authforce/metadata.xml
+++ b/net-analyzer/authforce/metadata.xml
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   bu9zi...@gmail.com
+   Michael Mair-Keimberger
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
 



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

2019-02-03 Thread Andreas Sturmlechner
commit: b1699a0a21d6b5ad39a582517e00c98a82b802e3
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Wed Jan  9 13:24:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:13:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1699a0a

app-text/pdfgrep: Bump to 2.1.2

Closes: https://bugs.gentoo.org/655510
Signed-off-by: Florian Schmaus  geekplace.eu>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/pdfgrep/Manifest |  1 +
 app-text/pdfgrep/pdfgrep-2.1.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
index cbccbe4a734..23af45ba436 100644
--- a/app-text/pdfgrep/Manifest
+++ b/app-text/pdfgrep/Manifest
@@ -1,2 +1,3 @@
 DIST pdfgrep-1.4.1.tar.gz 151926 BLAKE2B 
68b846b26c28e8209fa3ac7a7e6fe3d0c4c6a298e9bea2e3929fd82a44482ec914bd3594f3e07da8c56766e94ca3d4c3c2d6997364393e95b3741b1bf9685ec5
 SHA512 
27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735
 DIST pdfgrep-2.0.1.tar.gz 187217 BLAKE2B 
f498158e63e2f8419829df0d1801a31d3dff02627ccf0efee7239650203300233d1a19a5c72c57eb24495f2b5403e0e2c6a479b0f28a8d053aa578c732866b1a
 SHA512 
4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0
+DIST pdfgrep-2.1.2.tar.gz 197289 BLAKE2B 
94d20649104f7b17adf2d99bdf2ce215cf16746c649f7ec77d58a41b90b13dd903d47b5ed2d35f56ca7ca12ae49cfb8a57004f9ad3ee6b8930f533b33d7d8463
 SHA512 
27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c

diff --git a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild 
b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild
new file mode 100644
index 000..41a8ff10f22
--- /dev/null
+++ b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A tool similar to grep which searches text in PDFs"
+HOMEPAGE="https://pdfgrep.org/;
+SRC_URI="https://www.pdfgrep.org/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+pcre test unac"
+
+RDEPEND="
+   app-text/poppler:=[cxx]
+   dev-libs/libgcrypt:0=
+   pcre? ( dev-libs/libpcre[cxx] )
+   unac? ( app-text/unac )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/asciidoc
+   virtual/pkgconfig
+   test? (
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexrecommended
+   dev-util/dejagnu
+   )"
+
+DOCS="AUTHORS README.md NEWS.md"
+
+src_configure() {
+   econf \
+   $(use_with pcre libpcre) \
+   $(use_with unac)
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 446adf335c125dedf3ed9071bb06b5ee6b57eca3
Author: Paul Healy  gmail  com>
AuthorDate: Wed Jan  9 20:58:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:13:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446adf33

media-sound/pasystray: bump pasystray to 0.7.1

This version adds a check on stream input/output
settings.

Signed-off-by: Paul Healy  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10792
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/pasystray/Manifest   |  1 +
 media-sound/pasystray/pasystray-0.7.1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
index 0e8ecd55798..a3b0c5299e2 100644
--- a/media-sound/pasystray/Manifest
+++ b/media-sound/pasystray/Manifest
@@ -1,2 +1,3 @@
 DIST pasystray-0.6.0.tar.gz 53835 BLAKE2B 
ef5abab45a17f6445e8cbd1e37c300aa2c1c25bee3d684d05263b02a507badb1d5ce7a1c76bed94d255e4f2d5e2f18bdfd749e83e98273a52d42ffb12a32f115
 SHA512 
51fdb5aab22ad10ffe73f6de68115ee1559f09f58cfe4d5201a2f262323ca3476a8b09c7fc02c4144414f4661edd25d2d39b3de54ed4c662660867da622c
 DIST pasystray-0.7.0.tar.gz 56014 BLAKE2B 
cba947895fc71a18a43c314486ec3513e844b1df426d0104f321c8ecd28199b6b4adf69f5c10146470a74c5e6f74f505833bd00c4541399a162ddcfb8aac4701
 SHA512 
a98dae85640c0640f921173cf5a794963e974af64a7a972bbc2a53e69060895b55494934bc1fcfd957f0c94ca90e4d52634bf444e841b2a0a57434e05500161b
+DIST pasystray-0.7.1.tar.gz 56041 BLAKE2B 
5f7cae7a55580bf3dfe294e95bbda372c3a679bec000d222964b4027ced2462dfb4a8446d0683f8910e96ab98e1541b3fa9fafc36da530c92d2285f00a1beb65
 SHA512 
2af5176e6a5bf6d74baf0a0b52b731b7a3b54f787c4e89d945357aab4e186a35e0f77288d69d66743bf4e21f758e0d961cc1f9b339ce513eb4eb2bcab0d754bb

diff --git a/media-sound/pasystray/pasystray-0.7.1.ebuild 
b/media-sound/pasystray/pasystray-0.7.1.ebuild
new file mode 100644
index 000..b1c33c69dc3
--- /dev/null
+++ b/media-sound/pasystray/pasystray-0.7.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils autotools xdg
+
+DESCRIPTION="PulseAudio system tray"
+HOMEPAGE="https://github.com/christophgysin/pasystray;
+SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="libnotify zeroconf"
+
+RDEPEND="
+   >=dev-libs/glib-2.48.2
+   >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   zeroconf? ( >=net-dns/avahi-0.6 )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable libnotify notify) \
+   $(use_enable zeroconf avahi)
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 644c4d2379e2c9a8930a2e50450ef54c74b77e47
Author: Tomas Mozes  gmail  com>
AuthorDate: Sun Feb  3 03:47:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:13:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644c4d23

app-admin/syslog-ng: add version constraint on sys-devel/bison

Bug: https://bugs.gentoo.org/677040
Signed-off-by: Tomas Mozes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10967
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.19.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/syslog-ng/syslog-ng-3.19.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.19.1.ebuild
index db4299782e4..11636df492d 100644
--- a/app-admin/syslog-ng/syslog-ng-3.19.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.19.1.ebuild
@@ -41,6 +41,7 @@ RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
 DEPEND="${RDEPEND}
+   

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

2019-02-03 Thread Andreas Sturmlechner
commit: 6c5fe6ec1986dc13c948c3efb92e5601a8b28af1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Feb  3 12:18:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:13:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5fe6ec

media-sound/gtick: version bump (0.5.4), EAPI7 bump, use HTTPS

Closes: https://bugs.gentoo.org/677174
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/gtick/Manifest   |  1 +
 media-sound/gtick/gtick-0.5.4.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/media-sound/gtick/Manifest b/media-sound/gtick/Manifest
index e1e9d3f85c4..fc12cc5a937 100644
--- a/media-sound/gtick/Manifest
+++ b/media-sound/gtick/Manifest
@@ -1 +1,2 @@
 DIST gtick-0.5.0.tar.gz 650541 BLAKE2B 
ecffe2ce04438352f3c294eee550d3d73268102960e9447bdea03c9ddfce20a223fb018f8dc92ab98a778f9a24718e2d740a2631d130da8eb4ea065761da0110
 SHA512 
916295cb4101e6b958e1a51195dcc0cc0e088f0b2a2e52afaf8becd93782277cbf9cd51ae4e0b3edbbc66994912b6f7be755632ff85a47aabb8fb87b4acb14ef
+DIST gtick-0.5.4.tar.gz 641902 BLAKE2B 
f1832f46b559908ae0c40bd0f6a08e145a0ba58a6cf2f8e7235b4f3f0b9141ea514cf52c51cef24d745ce360423daab855c42b5f6719664be65bf5f254650c1d
 SHA512 
28ea6f38952c376f1f684e7b598d1032063f7fdf3454cdb86735cb835079312c0d1c30dfeade7272f5399296f2a2ede5b81524036a9ac0d91e0878865fab446e

diff --git a/media-sound/gtick/gtick-0.5.4.ebuild 
b/media-sound/gtick/gtick-0.5.4.ebuild
new file mode 100644
index 000..6d5842684e8
--- /dev/null
+++ b/media-sound/gtick/gtick-0.5.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop
+
+DESCRIPTION="Metronome application supporting different meters and speeds 
ranging"
+HOMEPAGE="https://www.antcom.de/gtick;
+SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE="nls sndfile"
+
+RDEPEND="x11-libs/gtk+:2
+   media-sound/pulseaudio
+   sndfile? ( media-libs/libsndfile )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i "/GenericName/d" ${PN}.desktop || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with sndfile)
+}
+
+src_install() {
+   default
+   newicon src/icon48x48.xpm ${PN}.xpm
+   make_desktop_entry ${PN} "GTick"
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 41a55071bd2a9b1486ba333c8e85a08be6a4d9a2
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Wed Jan  9 13:28:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:13:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a55071

app-text/pdfgrep: Correct remote-id to 'gitlab' in metadata.xml

Signed-off-by: Florian Schmaus  geekplace.eu>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10783
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/pdfgrep/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pdfgrep/metadata.xml b/app-text/pdfgrep/metadata.xml
index 2b82d0ff620..1a839140fb6 100644
--- a/app-text/pdfgrep/metadata.xml
+++ b/app-text/pdfgrep/metadata.xml
@@ -15,6 +15,6 @@
Removing accents and ligatures before 
search


-   pdfgrep
+   pdfgrep

 



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

2019-02-03 Thread Andreas Sturmlechner
commit: dfbbec3f7c1f2ba9e097940171c4fe3769047400
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Feb  3 11:58:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 19:13:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbbec3f

media-sound/gtick: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10970
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/gtick/gtick-0.5.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/gtick/gtick-0.5.0.ebuild 
b/media-sound/gtick/gtick-0.5.0.ebuild
index 444515a7a38..01b14460e32 100644
--- a/media-sound/gtick/gtick-0.5.0.ebuild
+++ b/media-sound/gtick/gtick-0.5.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 inherit eutils
 
 DESCRIPTION="a metronome application supporting different meters and speeds 
ranging"
-HOMEPAGE="http://www.antcom.de/gtick;
-SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.gz;
+HOMEPAGE="https://www.antcom.de/gtick;
+SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/

2019-02-03 Thread Sergei Trofimovich
commit: fb3d099066137f2e2490d4623afb873fe681053d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb  3 18:56:24 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb  3 18:56:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3d0990

app-arch/lbzip2: stable 2.5-r1 for ppc64, bug #677122

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

 app-arch/lbzip2/lbzip2-2.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lbzip2/lbzip2-2.5-r1.ebuild 
b/app-arch/lbzip2/lbzip2-2.5-r1.ebuild
index 56359e8c2bd..57b001f9783 100644
--- a/app-arch/lbzip2/lbzip2-2.5-r1.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://archive.lbzip2.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug symlink"
 
 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/

2019-02-03 Thread Sergei Trofimovich
commit: 5d5aa3322f463623c7100202dce7fe8afd2ea2a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb  3 18:54:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb  3 18:54:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5aa332

sys-auth/oath-toolkit: keyworded 2.6.2 for ppc64, bug #668278

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

 sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild 
b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
index 5fccec15e71..6de83fa9ade 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz;
 LICENSE="GPL-3 LGPL-2.1"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="pam pskc test"
 
 RDEPEND="



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

2019-02-03 Thread Sergei Trofimovich
commit: f3d9209fcfbdb138cba5a1b47e13d78e2e66c737
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb  3 18:50:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb  3 18:52:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d9209f

net-libs/libssh: stable 0.8.6 for ppc/ppc64, bug #676970

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

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

diff --git a/net-libs/libssh/libssh-0.8.6.ebuild 
b/net-libs/libssh/libssh-0.8.6.ebuild
index b804971d4a0..913967600ee 100644
--- a/net-libs/libssh/libssh-0.8.6.ebuild
+++ b/net-libs/libssh/libssh-0.8.6.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git;
 else
SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="LGPL-2.1"



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

2019-02-03 Thread Sergei Trofimovich
commit: adc2db698a2756f53ed115e21334f5ff46618285
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Feb  3 18:52:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Feb  3 18:52:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc2db69

sys-devel/binutils: indent metadata.xml

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

 sys-devel/binutils/metadata.xml | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/sys-devel/binutils/metadata.xml b/sys-devel/binutils/metadata.xml
index 3b4e0782a80..cd119b3491c 100644
--- a/sys-devel/binutils/metadata.xml
+++ b/sys-devel/binutils/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-toolch...@gentoo.org
-Gentoo Toolchain Project
-
-
-Adds support to binutils for cross compiling (does 
not work with gas)
-
-
-cpe:/a:gnu:binutils
-
+   
+   toolch...@gentoo.org
+   Gentoo Toolchain Project
+   
+   
+   Adds support to binutils for cross 
compiling (does not work with gas)
+   
+   
+   cpe:/a:gnu:binutils
+   
 



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

2019-02-03 Thread Andreas Sturmlechner
commit: cbec1c4458c2a73925a6d2b15fa5e088cfdfbda2
Author: João Santos  gmail  com>
AuthorDate: Sat Feb  2 09:59:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 18:28:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbec1c44

app-text/master-pdf-editor: removed 5.2.00 version

Source is no longer available.

Signed-off-by: João Santos  gmail.com>

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/10963
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/master-pdf-editor/Manifest|  1 -
 .../master-pdf-editor-5.2.00.ebuild| 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index e1e61257b8e..b3a38be9e91 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,2 +1 @@
-DIST master-pdf-editor-5.2.00_qt5.amd64.tar.gz 16173634 BLAKE2B 
a29d1bcb1d0497a33cad98394c7d0b6a2f057d58eb9b403b02907bd6d436413aa01a5dbfc59d79771622af9c4acee43500b36f18cc74a00ba52f8bd61b251f90
 SHA512 
7d97c97dc744310e8af10e54ee10cca73ad4712bcb566165684dbe89f28f32f5b947b8fab715260280960a65c1f260675c075c21638367697f69a461cf88c0ef
 DIST master-pdf-editor-5.2.20_qt5.amd64.tar.gz 16261577 BLAKE2B 
112c8d308875d36e3a71d28ae407eb78a0f714383fc005dc020cdb911a5596548274a55466133d8e03cbf47df29c062973f243f88ad0b1e9caa8410fbdfe2b8d
 SHA512 
85b095603da1114cd4749ddbcf7bdd513c868ee17434df47037f7e0b914546fd13a6911949579ee981b5c33dcb13eb0ffa9585d4cbedd9bff4dc56e32bdcf4cb

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild
deleted file mode 100644
index e7b7b1117c3..000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.2.00.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils desktop
-
-DESCRIPTION="A complete solution for viewing and editing PDF files"
-HOMEPAGE="https://code-industry.net/free-pdf-editor/;
-SRC_URI="https://code-industry.net/public/${P}_qt5.amd64.tar.gz;
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-RDEPEND="
-   >=dev-qt/qtcore-5.4.1:5
-   >=dev-qt/qtgui-5.4.1:5
-   >=dev-qt/qtnetwork-5.4.1:5
-   >=dev-qt/qtprintsupport-5.4.1:5
-   >=dev-qt/qtsvg-5.4.1:5
-   >=media-gfx/sane-backends-1.0
-"
-
-QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
-
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r fonts lang stamps templates masterpdfeditor5.png
-
-   exeinto /opt/${PN}
-   doexe masterpdfeditor5
-   dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
-
-   make_desktop_entry "masterpdfeditor5 %f" \
-   "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
-   "Office;Graphics;Viewer" \
-   
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 618e13ee848145e2ea1461288feb16a72fa36afc
Author: João Santos  gmail  com>
AuthorDate: Sat Feb  2 10:03:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 18:28:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618e13ee

app-text/master-pdf-editor: version bump to 5.3.05

Signed-off-by: João Santos  gmail.com>
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/master-pdf-editor/Manifest|  1 +
 .../master-pdf-editor-5.3.02.ebuild| 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-text/master-pdf-editor/Manifest 
b/app-text/master-pdf-editor/Manifest
index b3a38be9e91..464216995ee 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1 +1,2 @@
 DIST master-pdf-editor-5.2.20_qt5.amd64.tar.gz 16261577 BLAKE2B 
112c8d308875d36e3a71d28ae407eb78a0f714383fc005dc020cdb911a5596548274a55466133d8e03cbf47df29c062973f243f88ad0b1e9caa8410fbdfe2b8d
 SHA512 
85b095603da1114cd4749ddbcf7bdd513c868ee17434df47037f7e0b914546fd13a6911949579ee981b5c33dcb13eb0ffa9585d4cbedd9bff4dc56e32bdcf4cb
+DIST master-pdf-editor-5.3.02_qt5.amd64.tar.gz 16333023 BLAKE2B 
99c1291cd5d354e304e873dd2528806898109f0a9a79c87eb89394ec8300ab692294c5b04fa7fb712df82fa683cd3ed549b9842417d2b13f6a3f5f41fcfa334e
 SHA512 
bf1118f1eefe3f46addacba832eee757112a91154de5929c825845983e7b6bc681bff84501082e696bb14acf6652ea180912ae48a0dfea270053fc42a3200448

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.3.02.ebuild 
b/app-text/master-pdf-editor/master-pdf-editor-5.3.02.ebuild
new file mode 100644
index 000..c1a2f781209
--- /dev/null
+++ b/app-text/master-pdf-editor/master-pdf-editor-5.3.02.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils desktop
+
+DESCRIPTION="A complete solution for viewing and editing PDF files"
+HOMEPAGE="https://code-industry.net/free-pdf-editor/;
+SRC_URI="https://code-industry.net/public/${P}_qt5.amd64.tar.gz;
+
+LICENSE="master-pdf-editor"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.4.1:5
+   >=dev-qt/qtgui-5.4.1:5
+   >=dev-qt/qtnetwork-5.4.1:5
+   >=dev-qt/qtprintsupport-5.4.1:5
+   >=dev-qt/qtsvg-5.4.1:5
+   >=media-gfx/sane-backends-1.0
+"
+
+QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
+
+S="${WORKDIR}/${PN}-${PV%%.*}"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r fonts lang stamps templates masterpdfeditor5.png
+
+   exeinto /opt/${PN}
+   doexe masterpdfeditor5
+   dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
+
+   make_desktop_entry "masterpdfeditor5 %f" \
+   "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
+   "Office;Graphics;Viewer" \
+   
"MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 504a7ec746545a930667fb68808722c8f8e3cddb
Author: Pierre-Olivier Mercier  nemunai  re>
AuthorDate: Wed Jan 30 20:07:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 18:00:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504a7ec7

app-crypt/moolticute: add missing dep + bump to 0.30.8

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Pierre-Olivier Mercier  nemunai.re>
Closes: https://github.com/gentoo/gentoo/pull/10946
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/moolticute/Manifest | 1 +
 .../moolticute/{moolticute-.ebuild => moolticute-0.30.8.ebuild}   | 4 ++--
 app-crypt/moolticute/moolticute-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/moolticute/Manifest b/app-crypt/moolticute/Manifest
index 1b3bd8b26d6..1c49058e47f 100644
--- a/app-crypt/moolticute/Manifest
+++ b/app-crypt/moolticute/Manifest
@@ -1 +1,2 @@
 DIST moolticute-0.30.1.tar.gz 5562456 BLAKE2B 
104f4bd10edf4147d205fec69ec48eddf31150f898242819be25b83fa5f8ddcd51fd016aa2331b9b94fc8c60062745f0d06e5f0b4a30222c1cc44d54eccd6521
 SHA512 
463b549fbcdbdff3da51a0b781e7ff2c4ca33ebd22ff355b24f13db3c77b3f3fe38d3d97ff260829517d5d93c43b7d746ff58e3fca3d838f7e32de7066c5288a
+DIST moolticute-0.30.8.tar.gz 5587730 BLAKE2B 
a8ef141d7b8ed4d79a43652760626c4b608d7c92270a4d7f384bd240a5f90d6264d2714f3513acaa86f22135a1c885d6f713252ef69794e301a1b658aa1c47a3
 SHA512 
e5f848252d1deabfa8767284c2c34329a98f5849f8b2bdc62d454cc0e331d58fcd78e0845683931460c20be13d2f1baf3aee32a9f3244e769d5d4c222e182706

diff --git a/app-crypt/moolticute/moolticute-.ebuild 
b/app-crypt/moolticute/moolticute-0.30.8.ebuild
similarity index 95%
copy from app-crypt/moolticute/moolticute-.ebuild
copy to app-crypt/moolticute/moolticute-0.30.8.ebuild
index da3da6c6597..efd4c37a4de 100644
--- a/app-crypt/moolticute/moolticute-.ebuild
+++ b/app-crypt/moolticute/moolticute-0.30.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,6 @@ EAPI=6
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git;
inherit git-r3
-   KEYWORDS=""
 else

SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
@@ -23,6 +22,7 @@ IUSE=""
 
 RDEPEND="
>=dev-libs/libusb-1.0.20
+   dev-qt/qtdbus:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5

diff --git a/app-crypt/moolticute/moolticute-.ebuild 
b/app-crypt/moolticute/moolticute-.ebuild
index da3da6c6597..efd4c37a4de 100644
--- a/app-crypt/moolticute/moolticute-.ebuild
+++ b/app-crypt/moolticute/moolticute-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,6 @@ EAPI=6
 if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git;
inherit git-r3
-   KEYWORDS=""
 else

SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
@@ -23,6 +22,7 @@ IUSE=""
 
 RDEPEND="
>=dev-libs/libusb-1.0.20
+   dev-qt/qtdbus:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5



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

2019-02-03 Thread Andreas Sturmlechner
commit: bf2612dd142c69f86ca9db06d1e8dd929627d640
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  3 16:58:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 18:00:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2612dd

profiles: x86: Drop obsolete app-office/libreoffice-bin mask

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

 profiles/arch/x86/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 25a8a1927e6..f076794ebdb 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -46,11 +46,6 @@ net-fs/samba -ceph
 # Catalyst has support for assembling bootloader on this arch
 dev-util/catalyst -system-bootloader
 
-# Andreas K. Hüttel  (21 May 2018)
-# LO kde support on x86 is broken, see bug 650208
-=app-office/libreoffice-bin-6.0* kde
-=app-office/libreoffice-bin-debug-6.0* kde
-
 # Jan Ziak <0xe2.0x9a.0...@gmail.com> (14 Mar 2018)
 # Expose SVGA backend for x86 users
 app-emulation/fuse -backend-svga



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

2019-02-03 Thread Jeroen Roovers
commit: e1c3326f84baa1e2050df2653cc37736d2a64796
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  3 16:49:11 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  3 16:52:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c3326f

net-analyzer/tcpreplay: Live ebuild

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

 net-analyzer/tcpreplay/tcpreplay-99.ebuild | 73 ++
 1 file changed, 73 insertions(+)

diff --git a/net-analyzer/tcpreplay/tcpreplay-99.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-99.ebuild
new file mode 100644
index 000..36c173f66f5
--- /dev/null
+++ b/net-analyzer/tcpreplay/tcpreplay-99.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic git-r3
+
+DESCRIPTION="utilities for editing and replaying previously captured network 
traffic"
+HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay;
+LICENSE="BSD GPL-3"
+EGIT_REPO_URI="https://github.com/appneta/tcpreplay;
+
+SLOT="0"
+KEYWORDS=""
+IUSE="debug pcapnav +tcpdump"
+
+DEPEND="
+   >=sys-devel/autogen-5.18.4[libopts]
+   dev-libs/libdnet
+   >=net-libs/libpcap-0.9
+   tcpdump? ( net-analyzer/tcpdump )
+   pcapnav? ( net-libs/libpcapnav )
+"
+RDEPEND="${DEPEND}"
+DOCS=(
+   docs/{CHANGELOG,CREDIT,HACKING,TODO}
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.3.0-enable-pcap_findalldevs.patch
+)
+
+S=${WORKDIR}/${P/_/-}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's|#include |#include |g' \
+   src/common/sendpacket.c || die
+   sed -i \
+   -e 's|@\([A-Z_]*\)@|$(\1)|g' \
+   -e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \
+   -e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \
+   src/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # By default it uses static linking. Avoid that, bug 252940
+   econf \
+   $(use_enable debug) \
+   $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
+   $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
+   --disable-local-libopts \
+   --enable-dynamic-link \
+   --enable-shared \
+   --with-libdnet \
+   --with-testnic2=lo \
+   --with-testnic=lo
+}
+
+src_test() {
+   if [[ ! ${EUID} -eq 0 ]]; then
+   ewarn "Some tests will be disabled due to FEATURES=userpriv"
+   ewarn "To run all tests issue the following command as root:"
+   ewarn " # make -C ${S}/test"
+   emake -j1 -C test tcpprep || die "self test failed - see 
${S}/test/test.log"
+   else
+   emake -j1 test || {
+   ewarn "Note that some tests require eth0 iface to be 
up." ;
+   die "self test failed - see ${S}/test/test.log" ; }
+   fi
+}



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

2019-02-03 Thread Jeroen Roovers
commit: 04d7b39f4cae5dd04ce42ab7edef6c65449e7024
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  3 15:13:39 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  3 16:52:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d7b39f

net-analyzer/tcpreplay: Stable for AMD64 x86 too.

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

 net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild
index 1dfd57b11cd..3d0c5b4f1d7 100644
--- a/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild
+++ b/net-analyzer/tcpreplay/tcpreplay-4.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ LICENSE="BSD GPL-3"
 
SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.xz
 -> ${P}.tar.xz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 IUSE="debug pcapnav +tcpdump"
 
 DEPEND="



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

2019-02-03 Thread Andreas Sturmlechner
commit: 6c5366ce5a06a81815e4ea2343cd76cf365367c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  3 15:42:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 16:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5366ce

dev-db/sqlitestudio: eutils -> desktop

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

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

diff --git a/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild 
b/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild
index f19509e0896..bd8f78a3763 100644
--- a/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild
+++ b/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PLOCALES="de es fr it pl pt_BR ro_RO ru sk zh_CN"
 
-inherit eutils l10n qmake-utils xdg
+inherit desktop l10n qmake-utils xdg
 
 DESCRIPTION="Powerful cross-platform SQLite database manager"
 HOMEPAGE="https://sqlitestudio.pl;



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitestudio/files/, dev-db/sqlitestudio/

2019-02-03 Thread Andreas Sturmlechner
commit: 2168560c5ae69247cd1b55faf7973501b6d2b0d9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  3 15:43:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 16:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2168560c

dev-db/sqlitestudio: Drop 3.0.7

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

 dev-db/sqlitestudio/Manifest   |   1 -
 .../files/sqlitestudio-3.0.6-portable.patch|  11 --
 .../sqlitestudio-3.0.6-qt5_5-QDataStream.patch |  30 -
 .../files/sqlitestudio-3.0.7-paths.patch   |  22 
 dev-db/sqlitestudio/sqlitestudio-3.0.7.ebuild  | 130 -
 5 files changed, 194 deletions(-)

diff --git a/dev-db/sqlitestudio/Manifest b/dev-db/sqlitestudio/Manifest
index 5162c98345f..27b6da151b6 100644
--- a/dev-db/sqlitestudio/Manifest
+++ b/dev-db/sqlitestudio/Manifest
@@ -1,3 +1,2 @@
-DIST sqlitestudio-3.0.7.tar.gz 2551341 BLAKE2B 
b499aac9d251b9682c241e37c30f52d6fce65bc317ee39022e385d2535e2e62b9213bc72941236fcb355d0f8a56924f9d28d32db9937a0af6e7a0cfb05252763
 SHA512 
2171fe26754aed2abe24d73e9ccc2ee1abe5e87228096bc5643c5638ad578dc323b810535f41d0206b3d7a7aa75132bfb578972c7945b962dd593543c7da3270
 DIST sqlitestudio-3.1.1.tar.gz 8610037 BLAKE2B 
7f0de65a31a8c25da305cb8d73a03f4215a1134c652e6fb68424ae2153afb1e3655ae3360b2c25b863f105a53cd5fb9909d3f8aa5674f25f0e19a080b15dfa97
 SHA512 
421247730660e8396f692fd8df9366e6ae834633823004ef3cb7c6f3064e66f420f0517df6a8542b800f7f88dacf2fc646b4224b423ab3994c7d8a083e82e143
 DIST sqlitestudio-3.2.1.tar.gz 9405867 BLAKE2B 
53cd8465a6140cf17c602094cceef2fdf74f513f33257b22e1a3d7adcb9c78d8eb2cdaff047920836a9d98429ba0025924ce608f2eab97319feabf063de4c9ee
 SHA512 
9c07f0dc50bf35ad04d0cb06cfc1a306d3f0aa9446e7d737c8187c63cb7dd2c44fb4b960693f2c30a15ece3aac0878701874a9ce3cebfe0c6bf48df10814a574

diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-portable.patch 
b/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-portable.patch
deleted file mode 100644
index 558a84231b8..000
--- a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-portable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/SQLiteStudio3/sqlitestudio/sqlitestudio.pro  2015-11-24 
20:09:29.0 +0100
-+++ b/SQLiteStudio3/sqlitestudio/sqlitestudio.pro  2016-01-20 
15:04:46.700926391 +0100
-@@ -25,7 +25,7 @@
- 
- CONFIG   += c++11
- QMAKE_CXXFLAGS += -pedantic
--linux|portable {
-+portable {
- QMAKE_LFLAGS += -Wl,-rpath,./lib
- }
- 

diff --git 
a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch 
b/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch
deleted file mode 100644
index c42160c52f0..000
--- a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 a/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2015-05-11 23:22:41.0 
+0200
-+++ b/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2016-01-20 02:21:00.350160645 
+0100
-@@ -1,6 +1,7 @@
- #include "db.h"
- #include 
- #include 
-+#include 
- 
- Db::Db()
- {
 a/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp  2015-05-11 
23:22:41.0 +0200
-+++ b/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp  2016-01-20 
01:46:22.113263710 +0100
-@@ -11,6 +11,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #ifdef Q_OS_LINUX
- #include 
 a/SQLiteStudio3/sqlitestudiocli/cli_config.h   2015-05-11 
23:22:40.0 +0200
-+++ b/SQLiteStudio3/sqlitestudiocli/cli_config.h   2016-01-20 
02:45:11.393819294 +0100
-@@ -2,6 +2,7 @@
- #define CLI_CONFIG_H
- 
- #include "config_builder.h"
-+#include 
- 
- namespace CliResultsDisplay
- {

diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch 
b/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch
deleted file mode 100644
index 59d8c0f187a..000
--- a/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 a/Plugins/DbAndroid/DbAndroid.pro  2015-11-24 20:09:41.0 +0100
-+++ a/Plugins/DbAndroid/DbAndroid.pro  2016-01-20 13:39:02.436869035 +0100
-@@ -6,7 +6,7 @@
- 
- QT += widgets network
- 
--include($$PWD/../../../sqlitestudio/SQLiteStudio3/plugins.pri)
-+include($$PWD/../../SQLiteStudio3/plugins.pri)
- 
- TARGET = DbAndroid
- TEMPLATE = lib
 a/Plugins/ScriptingTcl/ScriptingTcl.pro
-+++ b/Plugins/ScriptingTcl/ScriptingTcl.pro
-@@ -35,7 +35,7 @@ linux: {
- 
- # Find tclConfig.sh
- TCL_CONFIG_DIR = $$system(echo "puts [info library]" | tclsh)
--TCL_CONFIG = $$TCL_CONFIG_DIR/tclConfig.sh
-+TCL_CONFIG = $$TCL_CONFIG_DIR/../tclConfig.sh
- message("Looking for $$TCL_CONFIG")
- !exists($$TCL_CONFIG) {
-   # Debian case

diff --git a/dev-db/sqlitestudio/sqlitestudio-3.0.7.ebuild 
b/dev-db/sqlitestudio/sqlitestudio-3.0.7.ebuild
deleted file mode 100644
index 21747b2426f..000
--- 

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

2019-02-03 Thread Andreas Sturmlechner
commit: 77758a540f56b33450c3c2a12b996ab3b1d1203f
Author: reagentoo  gmail  com>
AuthorDate: Sun Jan 20 17:32:33 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 16:14:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77758a54

dev-db/sqlitestudio: version bump to 3.2.1

Also fix build with USE test

Closes: https://bugs.gentoo.org/663926
Closes: https://github.com/gentoo/gentoo/pull/10878
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-db/sqlitestudio/Manifest  |   1 +
 dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild | 145 ++
 2 files changed, 146 insertions(+)

diff --git a/dev-db/sqlitestudio/Manifest b/dev-db/sqlitestudio/Manifest
index 3cc879c663f..5162c98345f 100644
--- a/dev-db/sqlitestudio/Manifest
+++ b/dev-db/sqlitestudio/Manifest
@@ -1,2 +1,3 @@
 DIST sqlitestudio-3.0.7.tar.gz 2551341 BLAKE2B 
b499aac9d251b9682c241e37c30f52d6fce65bc317ee39022e385d2535e2e62b9213bc72941236fcb355d0f8a56924f9d28d32db9937a0af6e7a0cfb05252763
 SHA512 
2171fe26754aed2abe24d73e9ccc2ee1abe5e87228096bc5643c5638ad578dc323b810535f41d0206b3d7a7aa75132bfb578972c7945b962dd593543c7da3270
 DIST sqlitestudio-3.1.1.tar.gz 8610037 BLAKE2B 
7f0de65a31a8c25da305cb8d73a03f4215a1134c652e6fb68424ae2153afb1e3655ae3360b2c25b863f105a53cd5fb9909d3f8aa5674f25f0e19a080b15dfa97
 SHA512 
421247730660e8396f692fd8df9366e6ae834633823004ef3cb7c6f3064e66f420f0517df6a8542b800f7f88dacf2fc646b4224b423ab3994c7d8a083e82e143
+DIST sqlitestudio-3.2.1.tar.gz 9405867 BLAKE2B 
53cd8465a6140cf17c602094cceef2fdf74f513f33257b22e1a3d7adcb9c78d8eb2cdaff047920836a9d98429ba0025924ce608f2eab97319feabf063de4c9ee
 SHA512 
9c07f0dc50bf35ad04d0cb06cfc1a306d3f0aa9446e7d737c8187c63cb7dd2c44fb4b960693f2c30a15ece3aac0878701874a9ce3cebfe0c6bf48df10814a574

diff --git a/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild 
b/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild
new file mode 100644
index 000..f19509e0896
--- /dev/null
+++ b/dev-db/sqlitestudio/sqlitestudio-3.2.1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="de es fr it pl pt_BR ro_RO ru sk zh_CN"
+
+inherit eutils l10n qmake-utils xdg
+
+DESCRIPTION="Powerful cross-platform SQLite database manager"
+HOMEPAGE="https://sqlitestudio.pl;
+SRC_URI="https://sqlitestudio.pl/files/sqlitestudio3/complete/tar/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="cli cups tcl test"
+
+REQUIRED_USE="test? ( cli )"
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   cli? ( sys-libs/readline:0= )
+   cups? ( dev-qt/qtprintsupport:5 )
+   tcl? ( dev-lang/tcl:0= )
+"
+DEPEND="${RDEPEND}
+   dev-qt/designer:5
+   dev-qt/qtconcurrent:5
+   test? ( dev-qt/qttest:5 )
+"
+
+S="${WORKDIR}"
+core_build_dir="${S}/output/build"
+plugins_build_dir="${core_build_dir}/Plugins"
+
+src_prepare() {
+   xdg_src_prepare
+
+   sed -i -e 's/linux|portable/portable/' \
+   SQLiteStudio3/sqlitestudio/sqlitestudio.pro || die
+
+   disable_modules() {
+   [[ $# -lt 2 ]] && die "not enough arguments"
+
+   local pro="$1"; shift
+   local modules="${@}"
+
+   sed -r -i \
+   -e 's/('${modules// /|}')[[:space:]]*(\\?)/\2/' \
+   ${pro} || die
+   }
+
+   use cli || disable_modules SQLiteStudio3/SQLiteStudio3.pro cli
+
+   local mod_lst=( DbSqlite2 )
+   use cups || mod_lst+=( Printing )
+   use tcl || mod_lst+=( ScriptingTcl )
+   disable_modules Plugins/Plugins.pro ${mod_lst[@]}
+
+   local mylrelease="$(qt5_get_bindir)"/lrelease
+   local ts_dir_lst=$(find * -type f -name "*.qm" -printf '%h\n' | sort -u)
+   local ts_pro_lst=$(find * -type f -name "*.pro" -exec grep -l 
'TRANSLATIONS' {} \;)
+   local ts_qrc_lst=$(find * -type f -name "*.qrc" -exec grep -l '\.qm' {} 
\;)
+
+   # delete all "*.qm"
+   for ts_dir in ${ts_dir_lst[@]}; do
+   rm "${ts_dir}"/*.qm || die
+   done
+
+   prepare_locale() {
+   for ts_dir in ${ts_dir_lst[@]}; do
+   local ts=$(find "${ts_dir}" -type f -name "*${1}.ts" || 
continue)
+   "${mylrelease}" "${ts}" || die "preparing ${1} locale 
failed"
+   done
+   }
+
+   rm_locale() {
+   for ts_pro in ${ts_pro_lst[@]}; do
+   sed -i -r -e 's/[^[:space:]]*'${1}'\.ts//' \
+   ${ts_pro} || die
+   done
+
+   for ts_qrc in ${ts_qrc_lst[@]}; do
+   sed -i -e '/'${1}'\.qm/d' \
+   ${ts_qrc} || die
+   done
+   }
+
+   local 

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

2019-02-03 Thread Miroslav Šulc
commit: 4fb7244bbb83ea6f29b5b5bb07f6e8e748793988
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Feb  3 14:59:42 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Feb  3 14:59:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb7244b

dev-java/icedtea-sound-1.0.1: dependency fix

Closes: https://bugs.gentoo.org/536050
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild 
b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
index c663e70656d..52150dcdba3 100644
--- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
+++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Build written by Andrew John Hughes (gnu_and...@member.fsf.org)
@@ -21,7 +21,8 @@ COMMON_DEP="
>=virtual/jdk-1.6.0
>=media-sound/pulseaudio-0.9.11:="
 RDEPEND="${COMMON_DEP}"
-DEPEND="${COMMON_DEP}"
+DEPEND="${COMMON_DEP}
+   app-arch/zip"
 
 pkg_setup() {
JAVA_PKG_WANT_SOURCE="1.6"



[gentoo-commits] repo/gentoo:master commit in: net-misc/oidentd/files/, net-misc/oidentd/

2019-02-03 Thread Andreas Sturmlechner
commit: 9ca63b8f40cab90250e10c023ed18fc704018db2
Author: Robert Förster  gmake  de>
AuthorDate: Sun Jan 20 12:10:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:53:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca63b8f

net-misc/oidentd: remove old

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Robert Förster  gmake.de>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/oidentd/Manifest|  1 -
 net-misc/oidentd/files/oidentd.service-r1|  9 -
 net-misc/oidentd/files/oidentd_at.service-r1 |  7 
 net-misc/oidentd/oidentd-2.0.8-r5.ebuild | 53 
 net-misc/oidentd/oidentd-2.2.2.ebuild| 52 ---
 5 files changed, 122 deletions(-)

diff --git a/net-misc/oidentd/Manifest b/net-misc/oidentd/Manifest
index 89a0403d30c..087131e366b 100644
--- a/net-misc/oidentd/Manifest
+++ b/net-misc/oidentd/Manifest
@@ -1,3 +1,2 @@
 DIST oidentd-2.0.8.tar.gz 212354 BLAKE2B 
46f4c4478822e832885f5f38a2ab5b2132ff5c1e5071fd1dc6050e55992d50bd96be096064996853af69d16316e6aff648c5320714b53b60c038cc9aaedfedda
 SHA512 
86229a4ef9892121c25a7140616e180f862ca34b73ea3ad9f0fbb008f657abb17e9f14c2c25ae14c14bfc14bf1ea10b50fd68318631a9c52227bbfd6e6d43288
-DIST oidentd-2.2.2.tar.gz 260185 BLAKE2B 
a719413751280d44e134245793c4a88d93dd573d7d85895e341040c2d83a7b201f21f499b931c27e5c0f1d7d0957d730b2cda698ef98b74755e2ca1958457579
 SHA512 
c5c5040f8955e61e8a7cddd310501d24c3b2a3818e0cd122db85c03dc5b2b18ca7ea4e7edb420df3ad81558a25d4b31c1fea97684a9f53c71c9159014f84678d
 DIST oidentd-2.3.2.tar.xz 187772 BLAKE2B 
460d2959cf9f1f125a76191f8b67a083a7d9bce84c706c76f6e8da6113b12eb6e760345774d15079ff449c153ac54805d4bfa8b057c1238ff703474e118b8458
 SHA512 
7293339897149a990928105e6cdd77aef7cd273f625496fcc674a414764ebfe835d2a9525e518a7215fc93537c48b70d15999d5669227dbb7fbf5cefb3d04e14

diff --git a/net-misc/oidentd/files/oidentd.service-r1 
b/net-misc/oidentd/files/oidentd.service-r1
deleted file mode 100644
index af426eed617..000
--- a/net-misc/oidentd/files/oidentd.service-r1
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=TCP/IP IDENT protocol server
-
-[Service]
-ExecStart=/usr/sbin/oidentd -i -S -u oidentd -g oidentd
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

diff --git a/net-misc/oidentd/files/oidentd_at.service-r1 
b/net-misc/oidentd/files/oidentd_at.service-r1
deleted file mode 100644
index dac0e70fd79..000
--- a/net-misc/oidentd/files/oidentd_at.service-r1
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Ident (RFC 1413) per-connection server
-
-[Service]
-ExecStart=/usr/sbin/oidentd -I -S -u oidentd -g oidentd
-ExecReload=/bin/kill -HUP $MAINPID
-StandardInput=socket

diff --git a/net-misc/oidentd/oidentd-2.0.8-r5.ebuild 
b/net-misc/oidentd/oidentd-2.0.8-r5.ebuild
deleted file mode 100644
index 1a328a04f7a..000
--- a/net-misc/oidentd/oidentd-2.0.8-r5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils systemd
-
-DESCRIPTION="Another (RFC1413 compliant) ident daemon"
-HOMEPAGE="http://ojnk.sourceforge.net/;
-SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~x86-fbsd"
-IUSE="debug ipv6 masquerade"
-
-PATCHES=(
-   "${FILESDIR}/${P}-masquerading.patch"
-   "${FILESDIR}/${P}-bind-to-ipv6-too.patch"
-   "${FILESDIR}/${P}-gcc5.patch"
-)
-
-src_prepare() {
-   epatch -p1 "${PATCHES[@]}"
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable ipv6) \
-   $(use_enable masquerade masq) \
-   $(use_enable masquerade nat)
-}
-
-src_install() {
-   default
-
-   dodoc AUTHORS ChangeLog README TODO NEWS \
-   "${FILESDIR}"/${PN}_masq.conf "${FILESDIR}"/${PN}.conf
-
-   newinitd "${FILESDIR}"/${PN}-2.0.7-init ${PN}
-   newconfd "${FILESDIR}"/${PN}-2.0.7-confd ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}_at.service ${PN}@.service
-   systemd_dounit "${FILESDIR}"/${PN}.socket
-   systemd_dounit "${FILESDIR}"/${PN}.service
-}
-
-pkg_postinst() {
-   echo
-   elog "Example configuration files are in /usr/share/doc/${PF}"
-   echo
-}

diff --git a/net-misc/oidentd/oidentd-2.2.2.ebuild 
b/net-misc/oidentd/oidentd-2.2.2.ebuild
deleted file mode 100644
index 73fc0be4d05..000
--- a/net-misc/oidentd/oidentd-2.2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd user
-
-DESCRIPTION="Another (RFC1413 compliant) ident daemon"
-HOMEPAGE="https://oidentd.janikrabe.com/;

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

2019-02-03 Thread Andreas Sturmlechner
commit: 309183eb48be6775e1145ba58dcb8ef7e6350f07
Author: Diogo Pereira  gmail  com>
AuthorDate: Sun Feb  3 14:30:35 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:53:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309183eb

net-misc/remmina: update metadata.xml

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Diogo Pereira  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10971
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/remmina/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/remmina/metadata.xml b/net-misc/remmina/metadata.xml
index 17edcfb89bc..f71db79b267 100644
--- a/net-misc/remmina/metadata.xml
+++ b/net-misc/remmina/metadata.xml
@@ -27,7 +27,7 @@
Enable telepathy support


-   FreeRDP/Remmina
-   https://github.com/FreeRDP/Remmina/issues
+   Remmina/Remmina
+   https://gitlab.com/Remmina/Remmina/issues

 



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

2019-02-03 Thread Andreas Sturmlechner
commit: c220ed80d44aa15c5dcf183f75266c911b404054
Author: Robert Förster  gmake  de>
AuthorDate: Sun Jan 20 12:06:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:52:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c220ed80

net-misc/oidentd: version bump to 2.3.2

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Robert Förster  gmake.de>
Closes: https://github.com/gentoo/gentoo/pull/10875
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-misc/oidentd/Manifest |  1 +
 net-misc/oidentd/oidentd-2.3.2.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/net-misc/oidentd/Manifest b/net-misc/oidentd/Manifest
index f5561f79d57..89a0403d30c 100644
--- a/net-misc/oidentd/Manifest
+++ b/net-misc/oidentd/Manifest
@@ -1,2 +1,3 @@
 DIST oidentd-2.0.8.tar.gz 212354 BLAKE2B 
46f4c4478822e832885f5f38a2ab5b2132ff5c1e5071fd1dc6050e55992d50bd96be096064996853af69d16316e6aff648c5320714b53b60c038cc9aaedfedda
 SHA512 
86229a4ef9892121c25a7140616e180f862ca34b73ea3ad9f0fbb008f657abb17e9f14c2c25ae14c14bfc14bf1ea10b50fd68318631a9c52227bbfd6e6d43288
 DIST oidentd-2.2.2.tar.gz 260185 BLAKE2B 
a719413751280d44e134245793c4a88d93dd573d7d85895e341040c2d83a7b201f21f499b931c27e5c0f1d7d0957d730b2cda698ef98b74755e2ca1958457579
 SHA512 
c5c5040f8955e61e8a7cddd310501d24c3b2a3818e0cd122db85c03dc5b2b18ca7ea4e7edb420df3ad81558a25d4b31c1fea97684a9f53c71c9159014f84678d
+DIST oidentd-2.3.2.tar.xz 187772 BLAKE2B 
460d2959cf9f1f125a76191f8b67a083a7d9bce84c706c76f6e8da6113b12eb6e760345774d15079ff449c153ac54805d4bfa8b057c1238ff703474e118b8458
 SHA512 
7293339897149a990928105e6cdd77aef7cd273f625496fcc674a414764ebfe835d2a9525e518a7215fc93537c48b70d15999d5669227dbb7fbf5cefb3d04e14

diff --git a/net-misc/oidentd/oidentd-2.3.2.ebuild 
b/net-misc/oidentd/oidentd-2.3.2.ebuild
new file mode 100644
index 000..3c995fd5377
--- /dev/null
+++ b/net-misc/oidentd/oidentd-2.3.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd user
+
+DESCRIPTION="Another (RFC1413 compliant) ident daemon"
+HOMEPAGE="https://oidentd.janikrabe.com/;
+SRC_URI="https://files.janikrabe.com/pub/${PN}/releases/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE="debug ipv6 masquerade selinux"
+
+DEPEND="masquerade? (
+   net-libs/libnetfilter_conntrack
+   sys-libs/libcap-ng )"
+
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-oident )"
+
+pkg_setup() {
+   enewgroup oidentd
+   enewuser oidentd -1 -1 -1 oidentd
+}
+
+src_prepare() {
+   sed -i '/ExecStart/ s|$| -u oidentd -g oidentd|' 
contrib/systemd/*.service || die
+
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable debug)
+   $(use_enable ipv6)
+   $(use_enable masquerade libnfct)
+   $(use_enable masquerade masq)
+   $(use_enable masquerade nat)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/${PN}-2.0.7-init ${PN}
+   newconfd "${FILESDIR}"/${PN}-2.2.2-confd ${PN}
+
+   systemd_dounit contrib/systemd/${PN}@.service
+   systemd_dounit contrib/systemd/${PN}.socket
+   systemd_dounit contrib/systemd/${PN}.service
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 6fe00f797122c77843d98e4d093ee7ab008cf155
Author: Diogo Pereira  gmail  com>
AuthorDate: Sun Feb  3 14:31:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:53:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe00f79

net-misc/remmina: depend on freerdp>=2.0.0_rc4

Closes: https://bugs.gentoo.org/677168
Reported-by: Kamil Smardzewski  gmail.com>
Signed-off-by: Diogo Pereira  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/net-misc/remmina/remmina-1.3.2.ebuild 
b/net-misc/remmina/remmina-1.3.2.ebuild
index 2bab3b74966..834591991fa 100644
--- a/net-misc/remmina/remmina-1.3.2.ebuild
+++ b/net-misc/remmina/remmina-1.3.2.ebuild
@@ -26,7 +26,7 @@ CDEPEND="
x11-libs/libxkbfile
ayatana? ( dev-libs/libappindicator:3 )
crypt? ( dev-libs/libgcrypt:0= )
-   rdp? ( >=net-misc/freerdp-2.0.0_rc2 )
+   rdp? ( >=net-misc/freerdp-2.0.0_rc4 )
gnome-keyring? ( app-crypt/libsecret )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )



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

2019-02-03 Thread Miroslav Šulc
commit: 5226c8c9815ba2e4cf385adaf978d397c034fc24
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Feb  3 14:48:25 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Feb  3 14:48:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5226c8c9

media-sound/musescore-{3.0.1-r1,}: fixes

1) fixed cmake restriction implementation
2) src_prepare: replaced default with cmake-utils_src_prepare

Bug: https://bugs.gentoo.org/677080
Closes: https://bugs.gentoo.org/677156
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/musescore/musescore-3.0.1-r1.ebuild | 4 ++--
 media-sound/musescore/musescore-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/musescore/musescore-3.0.1-r1.ebuild 
b/media-sound/musescore/musescore-3.0.1-r1.ebuild
index 5da73687b8b..a433e8b6636 100644
--- a/media-sound/musescore/musescore-3.0.1-r1.ebuild
+++ b/media-sound/musescore/musescore-3.0.1-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+CMAKE_MIN_VERSION="3.11"
 inherit cmake-utils xdg-utils gnome2-utils
 
 DESCRIPTION="WYSIWYG Music Score Typesetter"
@@ -45,7 +46,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
-   >=dev-util/cmake-3.11
virtual/pkgconfig
 "
 
@@ -57,7 +57,7 @@ PATCHES=(
 S="${WORKDIR}/MuseScore-${PV}"
 
 src_prepare() {
-   default
+   cmake-utils_src_prepare
 
# Move soundfonts to the correct directory
mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move 
soundfont files"

diff --git a/media-sound/musescore/musescore-.ebuild 
b/media-sound/musescore/musescore-.ebuild
index 0a701e5405a..cd2dec78e2d 100644
--- a/media-sound/musescore/musescore-.ebuild
+++ b/media-sound/musescore/musescore-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+CMAKE_MIN_VERSION="3.11"
 inherit git-r3 cmake-utils xdg-utils gnome2-utils
 
 DESCRIPTION="WYSIWYG Music Score Typesetter"
@@ -45,7 +46,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
-   >=dev-util/cmake-3.11
virtual/pkgconfig
 "
 
@@ -60,7 +60,7 @@ src_unpack() {
 }
 
 src_prepare() {
-   default
+   cmake-utils_src_prepare
 
# Move soundfonts to the correct directory
mv "${WORKDIR}"/sound/* "${S}"/share/sound/ || die "Failed to move 
soundfont files"



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

2019-02-03 Thread Jason Zaman
commit: 110887bfac4232e3ebb41b1a00fe5218ce403199
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Feb  3 14:24:22 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Feb  3 14:24:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110887bf

dev-util/bazel: stable 0.20.0

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

 dev-util/bazel/bazel-0.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bazel/bazel-0.20.0.ebuild 
b/dev-util/bazel/bazel-0.20.0.ebuild
index 49ee7864380..2cb3bda8d83 100644
--- a/dev-util/bazel/bazel-0.20.0.ebuild
+++ b/dev-util/bazel/bazel-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples tools"
 # strip corrupts the bazel binary
 RESTRICT="strip"



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

2019-02-03 Thread Jason Zaman
commit: 9d99c68fe66a24455b8a05928d4b79f58c15b5a3
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Feb  3 14:13:22 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Feb  3 14:18:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d99c68f

dev-util/bazel: bump to 0.22.0

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

 dev-util/bazel/Manifest|   1 +
 dev-util/bazel/bazel-0.22.0.ebuild | 120 +
 2 files changed, 121 insertions(+)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index f69343dc6ba..ebcb6de9e27 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -2,3 +2,4 @@ DIST bazel-0.17.2-dist.zip 79230155 BLAKE2B 
62a60011f9605a1d615e648fdbb98b193561
 DIST bazel-0.18.0-dist.zip 86890953 BLAKE2B 
53da2c2d4467f1f7dd2e613a347acd0ea547bd41fe49fa39cbbcb92c337dca43412ac9b65abf7a3e00c322b8fea075cbdef0da5b064bf4e224c545c539de
 SHA512 
128e1041ae0d85be26933bb107b406ca4ab177f00eec2ee1d791ec9089c0cb384857b532498276480d1063b82e7a9a809b9f8a0d0715260534c3e3d202d6cf13
 DIST bazel-0.19.0-dist.zip 8729 BLAKE2B 
a9a0002b6a1dc98d3c753b9e37001f41c0e9b3e8628600d10d7ffb379686a2fef33032b8264e72cb787135be0a5a3c26aa452320b309da10ed8a1f8fe6667046
 SHA512 
ea67fb4d13487d24a0442084f42ff3c082a107c56a06d882f579064f17c545d6e9b5f0c4d724238c22e9b3bad12c68c60c58b59f82d9e957fe3af222d44bc969
 DIST bazel-0.20.0-dist.zip 87602213 BLAKE2B 
0d10fc89a8bc2bf91a67317d42302b894abbec8c4e9f39dd4fbeae71fcba847d5ae35102e3ef4a26d7dfe2da9e47cec5660dd28e1804c3ad562583e9566b78cb
 SHA512 
1628a99a2c95334b7b190c5cf1b80ad3ce61c827103844f68401ffe5cfa994d5b7edd9e314a2775b6ed5b8da70ad79bee0ef47b9acf409919a613069356623a3
+DIST bazel-0.22.0-dist.zip 88633015 BLAKE2B 
7cb7ef53c9acb4089b92d82679ad82739fd3c1fd3af7147e13b1474353fdf4cba1f58deed6d1880ec85fe5a07940b8df14af2701361d86e638b5c0e6924300c1
 SHA512 
b93cd21f0f164c118b90efba761a9492eb9894e24f13ff468defd12b86c7e67f16e51060ac2fc4c2f8dbf51b1c833d41b255fdd8107988e5babf093cfc5b3254

diff --git a/dev-util/bazel/bazel-0.22.0.ebuild 
b/dev-util/bazel/bazel-0.22.0.ebuild
new file mode 100644
index 000..68be76691f9
--- /dev/null
+++ b/dev-util/bazel/bazel-0.22.0.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 java-pkg-2 multiprocessing
+
+DESCRIPTION="Fast and correct automated build system"
+HOMEPAGE="https://bazel.build/;
+
+SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples tools"
+# strip corrupts the bazel binary
+RESTRICT="strip"
+RDEPEND="virtual/jdk:1.8"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S="${WORKDIR}"
+QA_FLAGS_IGNORED="usr/bin/bazel"
+
+bazel-get-flags() {
+   local i fs=()
+   for i in ${CFLAGS}; do
+   fs+=( "--copt=${i}" "--host_copt=${i}" )
+   done
+   for i in ${CXXFLAGS}; do
+   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+   done
+   for i in ${CPPFLAGS}; do
+   fs+=( "--copt=${i}" "--host_copt=${i}" )
+   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
+   done
+   for i in ${LDFLAGS}; do
+   fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
+   done
+   echo "${fs[*]}"
+}
+
+pkg_setup() {
+   echo ${PATH} | grep -q ccache && \
+   ewarn "${PN} usually fails to compile with ccache, you have 
been warned"
+   java-pkg-2_pkg_setup
+}
+
+src_unpack() {
+   # Only unpack the main distfile
+   unpack ${P}-dist.zip
+}
+
+src_prepare() {
+   default
+
+   # F: fopen_wr
+   # S: deny
+   # P: /proc/self/setgroups
+   # A: /proc/self/setgroups
+   # R: /proc/24939/setgroups
+   # C: /usr/lib/systemd/systemd
+   addpredict /proc
+
+   # Use standalone strategy to deactivate the bazel sandbox, since it
+   # conflicts with FEATURES=sandbox.
+   cat > "${T}/bazelrc" <<-EOF || die
+   build --verbose_failures
+   build --spawn_strategy=standalone --genrule_strategy=standalone
+
+   build --distdir="${S}/derived/distdir/"
+   build --jobs=$(makeopts_jobs) $(bazel-get-flags)
+
+   test --verbose_failures --verbose_test_summary
+   test --spawn_strategy=standalone --genrule_strategy=standalone
+   EOF
+}
+
+src_compile() {
+   export EXTRA_BAZEL_ARGS="--jobs=$(makeopts_jobs) 
--host_javabase=@local_jdk//:jdk"
+   VERBOSE=yes ./compile.sh || die
+
+   ./scripts/generate_bash_completion.sh \
+   --bazel=output/bazel \
+   --output=bazel-complete.bash \
+   --prepend=scripts/bazel-complete-header.bash \
+   --prepend=scripts/bazel-complete-template.bash
+}
+
+src_test() {
+   output/bazel test \

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

2019-02-03 Thread Jason Zaman
commit: b496c130a752b078b6b32b9c08a79347c80cf67d
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Feb  3 14:22:40 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Feb  3 14:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b496c130

dev-util/bazel: drop old

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

 dev-util/bazel/Manifest|   3 -
 dev-util/bazel/bazel-0.17.2.ebuild | 123 
 dev-util/bazel/bazel-0.18.0.ebuild | 121 ---
 dev-util/bazel/bazel-0.19.0.ebuild | 125 -
 4 files changed, 372 deletions(-)

diff --git a/dev-util/bazel/Manifest b/dev-util/bazel/Manifest
index ebcb6de9e27..a407df48e71 100644
--- a/dev-util/bazel/Manifest
+++ b/dev-util/bazel/Manifest
@@ -1,5 +1,2 @@
-DIST bazel-0.17.2-dist.zip 79230155 BLAKE2B 
62a60011f9605a1d615e648fdbb98b193561e1d86a7562ccb10fdbb8b6986e17a72c4076dbdbf6baf8a7af83e320af2c4e4b65b5b2101d845597ddd688194ba5
 SHA512 
0d277e20eac6fc972a31be1c77a750f6585d16beabfe7dd096db4103f0f191958aa83b52203b91d4df5b486ff20004c0b4b22125e58379f64f68abc4a87ac326
-DIST bazel-0.18.0-dist.zip 86890953 BLAKE2B 
53da2c2d4467f1f7dd2e613a347acd0ea547bd41fe49fa39cbbcb92c337dca43412ac9b65abf7a3e00c322b8fea075cbdef0da5b064bf4e224c545c539de
 SHA512 
128e1041ae0d85be26933bb107b406ca4ab177f00eec2ee1d791ec9089c0cb384857b532498276480d1063b82e7a9a809b9f8a0d0715260534c3e3d202d6cf13
-DIST bazel-0.19.0-dist.zip 8729 BLAKE2B 
a9a0002b6a1dc98d3c753b9e37001f41c0e9b3e8628600d10d7ffb379686a2fef33032b8264e72cb787135be0a5a3c26aa452320b309da10ed8a1f8fe6667046
 SHA512 
ea67fb4d13487d24a0442084f42ff3c082a107c56a06d882f579064f17c545d6e9b5f0c4d724238c22e9b3bad12c68c60c58b59f82d9e957fe3af222d44bc969
 DIST bazel-0.20.0-dist.zip 87602213 BLAKE2B 
0d10fc89a8bc2bf91a67317d42302b894abbec8c4e9f39dd4fbeae71fcba847d5ae35102e3ef4a26d7dfe2da9e47cec5660dd28e1804c3ad562583e9566b78cb
 SHA512 
1628a99a2c95334b7b190c5cf1b80ad3ce61c827103844f68401ffe5cfa994d5b7edd9e314a2775b6ed5b8da70ad79bee0ef47b9acf409919a613069356623a3
 DIST bazel-0.22.0-dist.zip 88633015 BLAKE2B 
7cb7ef53c9acb4089b92d82679ad82739fd3c1fd3af7147e13b1474353fdf4cba1f58deed6d1880ec85fe5a07940b8df14af2701361d86e638b5c0e6924300c1
 SHA512 
b93cd21f0f164c118b90efba761a9492eb9894e24f13ff468defd12b86c7e67f16e51060ac2fc4c2f8dbf51b1c833d41b255fdd8107988e5babf093cfc5b3254

diff --git a/dev-util/bazel/bazel-0.17.2.ebuild 
b/dev-util/bazel/bazel-0.17.2.ebuild
deleted file mode 100644
index 79fea4a87e0..000
--- a/dev-util/bazel/bazel-0.17.2.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 java-pkg-2 multiprocessing
-
-DESCRIPTION="Fast and correct automated build system"
-HOMEPAGE="http://bazel.io/;
-
-SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.zip;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples tools zsh-completion"
-# strip corrupts the bazel binary
-RESTRICT="strip"
-RDEPEND="virtual/jdk:1.8"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-   app-arch/zip"
-
-S="${WORKDIR}"
-QA_FLAGS_IGNORED="usr/bin/bazel"
-
-bazel-get-flags() {
-   local i fs=()
-   for i in ${CFLAGS}; do
-   fs+=( "--copt=${i}" "--host_copt=${i}" )
-   done
-   for i in ${CXXFLAGS}; do
-   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
-   done
-   for i in ${CPPFLAGS}; do
-   fs+=( "--copt=${i}" "--host_copt=${i}" )
-   fs+=( "--cxxopt=${i}" "--host_cxxopt=${i}" )
-   done
-   for i in ${LDFLAGS}; do
-   fs+=( "--linkopt=${i}" "--host_linkopt=${i}" )
-   done
-   echo "${fs[*]}"
-}
-
-pkg_setup() {
-   echo ${PATH} | grep -q ccache && \
-   ewarn "${PN} usually fails to compile with ccache, you have 
been warned"
-   java-pkg-2_pkg_setup
-}
-
-src_unpack() {
-   # Only unpack the main distfile
-   unpack ${P}-dist.zip
-}
-
-src_prepare() {
-   default
-
-   sed -i 's@//src:bazel@//src:bazel_nojdk@' scripts/BUILD || die
-
-   # F: fopen_wr
-   # S: deny
-   # P: /proc/self/setgroups
-   # A: /proc/self/setgroups
-   # R: /proc/24939/setgroups
-   # C: /usr/lib/systemd/systemd
-   addpredict /proc
-
-   # Use standalone strategy to deactivate the bazel sandbox, since it
-   # conflicts with FEATURES=sandbox.
-   cat > "${T}/bazelrc" <<-EOF
-   build --verbose_failures
-   build --spawn_strategy=standalone --genrule_strategy=standalone
-
-   build --distdir=${S}/derived/distdir/
-   build --jobs=$(makeopts_jobs) $(bazel-get-flags)
-
-   test --verbose_failures --verbose_test_summary
-   test --spawn_strategy=standalone --genrule_strategy=standalone
-   EOF
-
-   echo "import 

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

2019-02-03 Thread Andreas Sturmlechner
commit: 30166c7b126b4812ecf5f2cdd7d92cc31454393c
Author: Daniele Rondina  gmail  com>
AuthorDate: Fri Jan 18 21:53:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30166c7b

dev-db/cpp-driver: Use real name as maintainer [GLEP 76]

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Daniele Rondina  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10866
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-db/cpp-driver/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/cpp-driver/metadata.xml b/dev-db/cpp-driver/metadata.xml
index 40d0b15e572..6352cbeb9df 100644
--- a/dev-db/cpp-driver/metadata.xml
+++ b/dev-db/cpp-driver/metadata.xml
@@ -6,7 +6,7 @@


gea...@gmail.com
-   Geaaru
+   Daniele Rondina


proxy-ma...@gentoo.org



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

2019-02-03 Thread Andreas Sturmlechner
commit: 9b5929260a1b184e9fce0f4eaa1a5f6b6372ce1b
Author: Daniele Rondina  gmail  com>
AuthorDate: Mon Jan 28 15:47:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b592926

dev-db/cpp-driver: Drop v.2.8.1

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

 dev-db/cpp-driver/Manifest|  1 -
 dev-db/cpp-driver/cpp-driver-2.8.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-db/cpp-driver/Manifest b/dev-db/cpp-driver/Manifest
index bb0b5bad8d6..9b3874ac211 100644
--- a/dev-db/cpp-driver/Manifest
+++ b/dev-db/cpp-driver/Manifest
@@ -1,3 +1,2 @@
 DIST cpp-driver-2.11.0.tar.gz 9392387 BLAKE2B 
37d6063b33cd9821faa15d0eb8cb7e87d3a57a58384cf60dd623f94c9246250ba00c3303d9e0ca586f5455d449c9749058e9ed5dcb06d736591329b252bc1ffc
 SHA512 
c8ccb3b10895c3e8f3bcf9543dff233a45c468b1b5e9c9c848d651b13c1b3f76cd0edd20fbff8e6e093767e1a2c8d360447496f1ef4370c1776d3fad28a9b3a3
-DIST cpp-driver-2.8.1.tar.gz 1526453 BLAKE2B 
8ab4332f00a1da9f35be6fa8651ace54d71fbac76223c1665089096376dcfd6f5976beb83c25094f531786a4aa628aa4e288540ef7bcb8cc5221625dcd1ccf78
 SHA512 
1b303e874d6b24cb429ec92d6030880ad7d7b28b167a25c62060626c206f623863ecf58eab33e89b0efea4a474ca9500e1701b719ac203c76b0875c2b5d0a1c8
 DIST cpp-driver-2.9.0.tar.gz 9178108 BLAKE2B 
22c51d050dc65303dd6b584f0a89e510905bf084ff5e45a54375a4e0b904c11895c9a7dd3d0df2fb12c1e2e58e8530c4113706c8b2548adb0b6f9431419c
 SHA512 
45c6d58b1d287d142c9d7d6b1e28114683648a3634f44b185208fa44da64d4c8a9d485b3956a0cf7429e96f74faa588de832de30265dfa17782ca90e8163a0c1

diff --git a/dev-db/cpp-driver/cpp-driver-2.8.1.ebuild 
b/dev-db/cpp-driver/cpp-driver-2.8.1.ebuild
deleted file mode 100644
index 454caab7dba..000
--- a/dev-db/cpp-driver/cpp-driver-2.8.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="DataStax C/C++ Driver for Cassandra"
-HOMEPAGE="http://datastax.github.io/cpp-driver/;
-SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl libressl"
-
-RDEPEND="
-   dev-libs/libuv:=
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=( -DCASS_USE_OPENSSL=$(usex ssl) )
-   cmake-utils_src_configure
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: e9d5df86b18cfa019990d795045907e60e32e817
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Jan 20 13:33:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d5df86

x11-misc/libinput-gestures: drop old 2.39

Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10876
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/libinput-gestures/Manifest|  1 -
 .../libinput-gestures-2.39.ebuild  | 56 --
 2 files changed, 57 deletions(-)

diff --git a/x11-misc/libinput-gestures/Manifest 
b/x11-misc/libinput-gestures/Manifest
index 448322d6a55..9468b3190dd 100644
--- a/x11-misc/libinput-gestures/Manifest
+++ b/x11-misc/libinput-gestures/Manifest
@@ -1,2 +1 @@
-DIST libinput-gestures-2.39.tar.gz 18028 BLAKE2B 
f7d24a1ca8a6ba7064359d3f1c4e1cc72419205d94c9da7efc85b1fa0561f8353a50e126b6ec15cd79f6ef6c82b5d1ed94d44f0af6fcfc21eb2644695dd66337
 SHA512 
5aa54c9da01de76e279924bc2840b704f163512e06734fee1fa37e6905c33fa2aa734f4bfef6e8bc75a654f0345dfd8928be298d880229cc47be791a65ba1927
 DIST libinput-gestures-2.40.tar.gz 18082 BLAKE2B 
ef01449a6fa381361876909487460f2a11e86887b1a3885b1459c218206e80d76ccf53dbebe39d39c360bee5da7a32028673d2165c244df584ae6e8078957d33
 SHA512 
70c22f7225f4a1f7e0a4d0a83f84370f2649ef01d9a72756b2d4bb4be92ac2265c9aff9302642609065da0e1769b719f616e2d8ee843aca01ce66f1891732890

diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.39.ebuild 
b/x11-misc/libinput-gestures/libinput-gestures-2.39.ebuild
deleted file mode 100644
index ebd4d9f424c..000
--- a/x11-misc/libinput-gestures/libinput-gestures-2.39.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4..7} )
-
-inherit gnome2-utils python-single-r1
-
-DESCRIPTION="Actions gestures on your touchpad using libinput"
-HOMEPAGE="https://github.com/bulletmark/libinput-gestures;
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bulletmark/${PN}.git;
-else
-   SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/libinput-1.8.0
-   x11-misc/xdotool
-   x11-misc/wmctrl"
-DEPEND=">=dev-libs/libinput-1.8.0
-   dev-util/desktop-file-utils"
-
-src_prepare() {
-   default
-
-   # Fix docdir installation path
-   sed '/^DOCDIR/s@$NAME@${PF}@' -i libinput-gestures-setup || die
-}
-
-src_test() { :; }
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-
-   elog "You must be in the input group to read the touchpad device."
-
-   if ! has_version x11-libs/gtk+:3 ; then
-   elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
-   fi
-   if ! has_version kde-plasma/kde-cli-tools:5 ; then
-   elog "${PN}-setup script supports Plasma 5 via 
kde-plasma/kde-cli-tools:5."
-   fi
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: ca642e13aecc57fe23152ddd4b7bed844653dab0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 17:20:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca642e13

x11-terms/lilyterm: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild 
b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
deleted file mode 100644
index 61340f581bf..000
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and 
lightweight"
-HOMEPAGE="https://lilyterm.luna.com.tw;
-LICENSE="GPL-3"
-SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   x11-libs/vte:0
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch
-
-   ./autogen.sh
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: f47abe773d4a432e19357b92129d584dd66f7e60
Author: Diogo Pereira  gmail  com>
AuthorDate: Mon Jan 28 00:41:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47abe77

media-gfx/img2pdf: version bump to 0.3.3

Closes: https://bugs.gentoo.org/675834
Closes: https://bugs.gentoo.org/676100

Signed-off-by: Diogo Pereira  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/img2pdf/Manifest |  1 +
 media-gfx/img2pdf/img2pdf-0.3.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-gfx/img2pdf/Manifest b/media-gfx/img2pdf/Manifest
index fe7314c8992..84eb6ab0054 100644
--- a/media-gfx/img2pdf/Manifest
+++ b/media-gfx/img2pdf/Manifest
@@ -1 +1,2 @@
 DIST img2pdf-0.3.1.tar.gz 67954 BLAKE2B 
d0d6a9927e9b3e7087e562a108157677a46a17a896beddcc424dd2c234fd7c4f1376b824dbf814b42d9a314a8495b149bc9df65ab2864405b9dde0054e7bafdf
 SHA512 
25f788f78e93ed336ed8e31e88350d89263b82477c8d9c36103dfa522a5e661922fc09b59e1d5104161fe1be15114f843172555efa942722d8b093900d38bae1
+DIST img2pdf-0.3.3.tar.gz 80523 BLAKE2B 
39e372f1ab82d9f521cf2c512b173680afe6463dd041283b336af49c41b12d12261fe5947ad9f03d489b7898d3c8d161faedb2b3366cb75bd1bc0666f905f60c
 SHA512 
234e0031d75727d2f5d2b82603bb447d9101ace81e604b6d5eb358d0b4681e209dbd737775b90b44096cf84239aac9e87e2369e0c6112a17f24ccbf10a20cdd5

diff --git a/media-gfx/img2pdf/img2pdf-0.3.3.ebuild 
b/media-gfx/img2pdf/img2pdf-0.3.3.ebuild
new file mode 100644
index 000..9436b9466cc
--- /dev/null
+++ b/media-gfx/img2pdf/img2pdf-0.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Losslessly convert raster images to PDF"
+HOMEPAGE="https://gitlab.mister-muffin.de/josch/img2pdf;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pdfrw[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff,zlib]
+   )"
+RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 135b618956f804b69f16cfa43ed508aa2f9dc402
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 17:17:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135b6189

x11-themes/golden-xcursors: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10943
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../golden-xcursors/golden-xcursors-0.8.ebuild | 46 --
 1 file changed, 46 deletions(-)

diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild 
b/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
deleted file mode 100644
index 0d47c8ef627..000
--- a/x11-themes/golden-xcursors/golden-xcursors-0.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-MY_P="5507-Golden-XCursors-3D-${PV}"
-DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5507;
-SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_install() {
-   dodir /usr/share/cursors/xorg-x11/Gold/cursors/
-   cp -R "${WORKDIR}"/${MY_P:5}/Gold/cursors 
"${D}"/usr/share/cursors/xorg-x11/Gold/ || die
-   dodoc "${WORKDIR}"/${MY_P:5}/README
-}
-
-pkg_postinst() {
-   einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
-   einfo "and add the following line:"
-   einfo "Xcursor.theme: Gold"
-   einfo ""
-   einfo "You can change the size by adding a line like:"
-   einfo "Xcursor.size: 48"
-   einfo ""
-   einfo "Also, to globally use this set of mouse cursors edit the file:"
-   einfo "   /usr/share/cursors/xorg-x11/default/index.theme"
-   einfo "and change the line:"
-   einfo "Inherits=[current setting]"
-   einfo "to"
-   einfo "Inherits=Gold"
-   einfo ""
-   einfo "Note this will be overruled by a user's ~/.Xdefaults file."
-   einfo ""
-   ewarn "If you experience flickering, try setting the following line in"
-   ewarn ""
-   ewarn "the Device section of your xorg.conf file:"
-   ewarn "Option  \"HWCursor\"  \"false\""
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 7a630e467096c1cce3e787ed294db0a99d02092c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Feb  1 14:54:57 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a630e46

app-misc/recoll: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10959
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-misc/recoll/recoll-1.24.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/recoll/recoll-1.24.1.ebuild 
b/app-misc/recoll/recoll-1.24.1.ebuild
index 8029a864e67..3d326d8297b 100644
--- a/app-misc/recoll/recoll-1.24.1.ebuild
+++ b/app-misc/recoll/recoll-1.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils linux-info python-single-r1 qmake-utils
 
 DESCRIPTION="A personal full text search package"
-HOMEPAGE="http://www.lesbonscomptes.com/recoll/;
-SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz;
+HOMEPAGE="https://www.lesbonscomptes.com/recoll/;
+SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-02-03 Thread Andreas Sturmlechner
commit: 86aba157f2750464c59c04016df5eaa24bbbefea
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 17:20:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86aba157

x11-misc/easystroke: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/easystroke/easystroke-0.6.0-r2.ebuild | 64 --
 1 file changed, 64 deletions(-)

diff --git a/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild 
b/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild
deleted file mode 100644
index c441c8c4a8c..000
--- a/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,64 +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 toolchain-funcs
-
-DESCRIPTION="a gesture-recognition application for X11"
-HOMEPAGE="https://sourceforge.net/apps/trac/easystroke/;
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/boost:=
-   dev-libs/dbus-glib
-   dev-libs/glib:2
-   x11-base/xorg-server
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXtst
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-cellrendertextish.patch
-   epatch "${FILESDIR}"/${P}-desktop.patch
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-   epatch "${FILESDIR}"/${P}-reinstate-signal-handlers.patch
-   epatch "${FILESDIR}"/${P}-buttons-scroll-send.patch
-   epatch "${FILESDIR}"/${P}-cxx11.patch
-
-   tc-export CC CXX PKG_CONFIG
-
-   if ! [[ -z ${LINGUAS} ]]; then
-   strip-linguas -i po/
-
-   local es_lingua lang
-   for es_lingua in $( printf "%s\n" po/*.po ); do
-   lang=${es_lingua/po\/}
-   has ${lang/.po/} ${LINGUAS} || rm ${es_lingua}
-   done
-   fi
-}
-
-src_compile() {
-   append-cxxflags -std=c++11
-   emake \
-   AOFLAGS='' \
-   LDFLAGS="${LDFLAGS}" \
-   PREFIX=/usr
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-server/files/, media-sound/teamspeak-server/

2019-02-03 Thread Andreas Sturmlechner
commit: 59395ac734b9247f627622c405c2422af266b367
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Jan 30 15:30:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59395ac7

media-sound/teamspeak-server: drop old version

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 -
 media-sound/teamspeak-server/files/ts3server-bin   |  10 --
 .../teamspeak-server/teamspeak-server-3.5.1.ebuild | 118 -
 3 files changed, 130 deletions(-)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index b0ffc496e39..09a609617fb 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,4 +1,2 @@
-DIST teamspeak3-server_linux_amd64-3.5.1.tar.bz2 8455161 BLAKE2B 
3a85c00982567be779279877868b814101ec543f3f58046ca49b45e2d94a9d4aaab2b2de057302e5125dd3a2f5c831715a426f9d30a26e0164845d205cb5d842
 SHA512 
f4091aa594636dc6556204fc3a4b86d3e7a6fa4e3f889585326e025db7fc1944fa416be5378829abd60a44a71714ead5712e002825abe352f907cefaa91cea9f
 DIST teamspeak3-server_linux_amd64-3.6.1.tar.bz2 8523183 BLAKE2B 
1b6bd2850547ae6f86f348c988660ceab3786c16ff920e433b2e942ab2b995f8e2b9814213bddf012762cb540e2c10cc12641408e7528f9e424984f84e900104
 SHA512 
185559df9129b61322b7b0fda4c021e0bbfad0eecacd78c45e9467a29cd2eb5a822bed214312255f641869b4218c93931b6145fb17acacda7eab23bca5a9a8fc
-DIST teamspeak3-server_linux_x86-3.5.1.tar.bz2 8326316 BLAKE2B 
7533d44b6bdb54edf22b932797890563f50ad520a2ebcb9305c328559dcddfc5ac41bbfe892014ddd9201018f2b715ec69b8c655585761883928833b6106ea6a
 SHA512 
03c9b3aecc962c968b954da440fea5186612c63d00ae8927af539e2e09e0b7a3b07289f3645933e69c742ad9a4ff57c5cb7617aa37d0ddfff765da4123a8c21c
 DIST teamspeak3-server_linux_x86-3.6.1.tar.bz2 839 BLAKE2B 
ad11dfe38b99db314ba73799a94fd047cf07a9f33990a0bcca99490af8cb1a4c054d3722c3bde634545f1e922d67f1d6bba57e03029f57d0999d1164f99240c4
 SHA512 
ca693e9bb2d6b4f994ac0934621ec9050e5b985fd34c534677754cb37a4586aa2e6ec78dea440bd919f8dce18acd238befc54d6aa73829eb94f2536ff3050ef7

diff --git a/media-sound/teamspeak-server/files/ts3server-bin 
b/media-sound/teamspeak-server/files/ts3server-bin
deleted file mode 100644
index 3deb9dd87e5..000
--- a/media-sound/teamspeak-server/files/ts3server-bin
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# Sets BASEDIR for teamspeak3-server
-BASEDIR="/opt/teamspeak3-server"
-
-# Work around DT_RPATH (.) security issue by chdir'ing into expected 
$LD_LIBRARY_PATH
-export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
-
-# Launch teamspeak3-server
-cd "${BASEDIR}" && exec "${BASEDIR}/ts3server" $*

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.5.1.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.5.1.ebuild
deleted file mode 100644
index dda16c3b435..000
--- a/media-sound/teamspeak-server/teamspeak-server-3.5.1.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit systemd user
-
-DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="
-   amd64? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
-   x86? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="doc mysql tsdns"
-
-RESTRICT="mirror"
-
-QA_PREBUILT="
-   opt/teamspeak3-server/libmariadb.so.2
-   opt/teamspeak3-server/libts3db_mariadb.so
-   opt/teamspeak3-server/libts3db_sqlite3.so
-   opt/teamspeak3-server/libts3_ssh.so
-   opt/teamspeak3-server/ts3server
-   opt/teamspeak3-server/tsdnsserver
-"
-
-pkg_setup() {
-   enewgroup teamspeak
-   enewuser teamspeak -1 -1 /opt/teamspeak3-server teamspeak
-}
-
-src_unpack() {
-   default
-
-   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
-}
-
-src_install() {
-   diropts -o teamspeak -g teamspeak
-   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
-
-   diropts
-   keepdir /etc/teamspeak3-server
-
-   touch "${D%/}"/opt/teamspeak3-server/.ts3server_license_accepted || die
-
-   exeinto /opt/teamspeak3-server
-   doexe ts3server
-   doexe "${FILESDIR}"/ts3server-bin
-   dodir /opt/bin
-   dosym ../teamspeak3-server/ts3server-bin /opt/bin/ts3server
-
-   exeinto /opt/teamspeak3-server
-   doexe libts3db_sqlite3.so libts3_ssh.so
-
-   insinto /opt/teamspeak3-server/serverquerydocs
-   doins -r 

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

2019-02-03 Thread Andreas Sturmlechner
commit: 36a19a310b70cc28e1acb58d50ead392f04f1bdd
Author: Diogo Pereira  gmail  com>
AuthorDate: Mon Jan 28 00:40:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a19a31

media-gfx/img2pdf: drop 0.2.4

Signed-off-by: Diogo Pereira  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10921
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/img2pdf/Manifest |  1 -
 media-gfx/img2pdf/img2pdf-0.2.4.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/media-gfx/img2pdf/Manifest b/media-gfx/img2pdf/Manifest
index 7993869d21f..fe7314c8992 100644
--- a/media-gfx/img2pdf/Manifest
+++ b/media-gfx/img2pdf/Manifest
@@ -1,2 +1 @@
-DIST img2pdf-0.2.4.tar.gz 54426 BLAKE2B 
c645d61ee8eb950bfb15337a2d2be724efe9fdf40ba7b211c9882ea14ec34aa977358e0550a732bf770d9539e7b8f8f0dfe045fa7fe8ce0cd0c1311be570cc23
 SHA512 
c2d99da7076411cf4acabe8929fc8af4005ef1f3e3d9edc953f2731b8d41159c9e4637a803765e1405c595daebfb3d519d4c7903003ce0118d8b0c6e88f11860
 DIST img2pdf-0.3.1.tar.gz 67954 BLAKE2B 
d0d6a9927e9b3e7087e562a108157677a46a17a896beddcc424dd2c234fd7c4f1376b824dbf814b42d9a314a8495b149bc9df65ab2864405b9dde0054e7bafdf
 SHA512 
25f788f78e93ed336ed8e31e88350d89263b82477c8d9c36103dfa522a5e661922fc09b59e1d5104161fe1be15114f843172555efa942722d8b093900d38bae1

diff --git a/media-gfx/img2pdf/img2pdf-0.2.4.ebuild 
b/media-gfx/img2pdf/img2pdf-0.2.4.ebuild
deleted file mode 100644
index c392f9e3c04..000
--- a/media-gfx/img2pdf/img2pdf-0.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Losslessly convert raster images to PDF"
-HOMEPAGE="https://gitlab.mister-muffin.de/josch/img2pdf;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pdfrw[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2019-02-03 Thread Andreas Sturmlechner
commit: dae32ce3332c65e2c3d63c3a5a3abdff5a4ee5f4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Feb  1 14:52:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae32ce3

app-benchmarks/stress-ng: use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10958
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild | 6 +++---
 app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild
index dbbd4ceea1d..6cd26a16422 100644
--- a/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild
+++ b/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/;
-SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild
index 13f9d61038e..0dd8c5303f6 100644
--- a/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild
+++ b/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild
@@ -4,8 +4,8 @@
 EAPI=7
 
 DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/;
-SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-02-03 Thread Andreas Sturmlechner
commit: c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jan 30 17:18:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cce9a6

x11-misc/lineakd: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 58 
 1 file changed, 58 deletions(-)

diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild 
b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
deleted file mode 100644
index a2967bdf38c..000
--- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib
-
-MY_P=${P/.0/}
-
-DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
-HOMEPAGE="http://lineak.sourceforge.net;
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libxkbfile
-   x11-libs/libXt
-   x11-libs/libXtst"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gcc43.patch \
-   "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
-}
-
-src_configure() {
-   econf $(use_enable debug) --with-x
-}
-
-src_install() {
-   sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
-
-   dodir /usr/share/man/man8
-
-   emake -j1 DESTDIR="${D}" install
-   dodoc AUTHORS README TODO
-   keepdir /usr/$(get_libdir)/lineakd/plugins
-
-   insinto /etc/lineak
-   doins lineakd.conf.example lineakd.conf.kde.example
-}
-
-pkg_postinst() {
-   elog
-   elog "evtest utility has not been installed. evtest can be found"
-   elog "in app-misc/evtest."
-   elog
-}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 532806c213e48f7e76ac07ee771f4ee2ffc59ca7
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Jan 20 13:34:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532806c2

x11-misc/libinput-gestures: version bump to 2.41

Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/libinput-gestures/Manifest|  1 +
 .../libinput-gestures-2.41.ebuild  | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/x11-misc/libinput-gestures/Manifest 
b/x11-misc/libinput-gestures/Manifest
index 9468b3190dd..e9186e7d121 100644
--- a/x11-misc/libinput-gestures/Manifest
+++ b/x11-misc/libinput-gestures/Manifest
@@ -1 +1,2 @@
 DIST libinput-gestures-2.40.tar.gz 18082 BLAKE2B 
ef01449a6fa381361876909487460f2a11e86887b1a3885b1459c218206e80d76ccf53dbebe39d39c360bee5da7a32028673d2165c244df584ae6e8078957d33
 SHA512 
70c22f7225f4a1f7e0a4d0a83f84370f2649ef01d9a72756b2d4bb4be92ac2265c9aff9302642609065da0e1769b719f616e2d8ee843aca01ce66f1891732890
+DIST libinput-gestures-2.41.tar.gz 18098 BLAKE2B 
792ebab29cb5ea24cbb696eac6ed651632db4079d8470784f45a1055d99c9672f8bfa7e8ddc08b80417c91a47f540fdf13f7a071c73bb7a654ce66508f181a38
 SHA512 
7f718275d5b4b722df52adb597f0344427500ca730c154cf6fd3de2f06d7081e6214cc954addc34594f17f10c70d081fecbfc1a22d16726b6ea820019dae6d83

diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild 
b/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild
new file mode 100644
index 000..e82dec9b3e7
--- /dev/null
+++ b/x11-misc/libinput-gestures/libinput-gestures-2.41.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4..7} )
+
+inherit gnome2-utils python-single-r1
+
+DESCRIPTION="Actions gestures on your touchpad using libinput"
+HOMEPAGE="https://github.com/bulletmark/libinput-gestures;
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bulletmark/${PN}.git;
+else
+   SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/libinput-1.8.0
+   x11-misc/xdotool
+   x11-misc/wmctrl"
+DEPEND=">=dev-libs/libinput-1.8.0
+   dev-util/desktop-file-utils"
+
+src_prepare() {
+   default
+
+   # Fix docdir installation path
+   sed '/^DOCDIR/s@$NAME@${PF}@' -i libinput-gestures-setup || die
+}
+
+src_test() { :; }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+
+   elog "You must be in the input group to read the touchpad device."
+
+   if ! has_version x11-libs/gtk+:3 ; then
+   elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
+   fi
+   if ! has_version kde-plasma/kde-cli-tools:5 ; then
+   elog "${PN}-setup script supports Plasma 5 via 
kde-plasma/kde-cli-tools:5."
+   fi
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 404c50488f5e15100d7de970cb3dc45402533bb6
Author: Daniele Rondina  gmail  com>
AuthorDate: Mon Jan 28 15:46:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404c5048

dev-db/cpp-driver: Bump v.2.11.0

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

 dev-db/cpp-driver/Manifest |  1 +
 dev-db/cpp-driver/cpp-driver-2.11.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-db/cpp-driver/Manifest b/dev-db/cpp-driver/Manifest
index ada7b3c9785..bb0b5bad8d6 100644
--- a/dev-db/cpp-driver/Manifest
+++ b/dev-db/cpp-driver/Manifest
@@ -1,2 +1,3 @@
+DIST cpp-driver-2.11.0.tar.gz 9392387 BLAKE2B 
37d6063b33cd9821faa15d0eb8cb7e87d3a57a58384cf60dd623f94c9246250ba00c3303d9e0ca586f5455d449c9749058e9ed5dcb06d736591329b252bc1ffc
 SHA512 
c8ccb3b10895c3e8f3bcf9543dff233a45c468b1b5e9c9c848d651b13c1b3f76cd0edd20fbff8e6e093767e1a2c8d360447496f1ef4370c1776d3fad28a9b3a3
 DIST cpp-driver-2.8.1.tar.gz 1526453 BLAKE2B 
8ab4332f00a1da9f35be6fa8651ace54d71fbac76223c1665089096376dcfd6f5976beb83c25094f531786a4aa628aa4e288540ef7bcb8cc5221625dcd1ccf78
 SHA512 
1b303e874d6b24cb429ec92d6030880ad7d7b28b167a25c62060626c206f623863ecf58eab33e89b0efea4a474ca9500e1701b719ac203c76b0875c2b5d0a1c8
 DIST cpp-driver-2.9.0.tar.gz 9178108 BLAKE2B 
22c51d050dc65303dd6b584f0a89e510905bf084ff5e45a54375a4e0b904c11895c9a7dd3d0df2fb12c1e2e58e8530c4113706c8b2548adb0b6f9431419c
 SHA512 
45c6d58b1d287d142c9d7d6b1e28114683648a3634f44b185208fa44da64d4c8a9d485b3956a0cf7429e96f74faa588de832de30265dfa17782ca90e8163a0c1

diff --git a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild 
b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild
new file mode 100644
index 000..9413734574c
--- /dev/null
+++ b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="DataStax C/C++ Driver for Cassandra"
+HOMEPAGE="https://datastax.github.io/cpp-driver/;
+SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl ssl"
+
+RDEPEND="
+   dev-libs/libuv:=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=( -DCASS_USE_OPENSSL=$(usex ssl) )
+   cmake-utils_src_configure
+}



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

2019-02-03 Thread Andreas Sturmlechner
commit: 4d1f4c0a284e6ac1517be59b58794d11690c11f4
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Jan 30 15:30:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1f4c0a

media-sound/teamspeak-server: bump to version 3.6.1

Closes: https://bugs.gentoo.org/675594
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/10893
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 +
 .../teamspeak-server/teamspeak-server-3.6.1.ebuild | 118 +
 2 files changed, 120 insertions(+)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index 008311cc571..b0ffc496e39 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,2 +1,4 @@
 DIST teamspeak3-server_linux_amd64-3.5.1.tar.bz2 8455161 BLAKE2B 
3a85c00982567be779279877868b814101ec543f3f58046ca49b45e2d94a9d4aaab2b2de057302e5125dd3a2f5c831715a426f9d30a26e0164845d205cb5d842
 SHA512 
f4091aa594636dc6556204fc3a4b86d3e7a6fa4e3f889585326e025db7fc1944fa416be5378829abd60a44a71714ead5712e002825abe352f907cefaa91cea9f
+DIST teamspeak3-server_linux_amd64-3.6.1.tar.bz2 8523183 BLAKE2B 
1b6bd2850547ae6f86f348c988660ceab3786c16ff920e433b2e942ab2b995f8e2b9814213bddf012762cb540e2c10cc12641408e7528f9e424984f84e900104
 SHA512 
185559df9129b61322b7b0fda4c021e0bbfad0eecacd78c45e9467a29cd2eb5a822bed214312255f641869b4218c93931b6145fb17acacda7eab23bca5a9a8fc
 DIST teamspeak3-server_linux_x86-3.5.1.tar.bz2 8326316 BLAKE2B 
7533d44b6bdb54edf22b932797890563f50ad520a2ebcb9305c328559dcddfc5ac41bbfe892014ddd9201018f2b715ec69b8c655585761883928833b6106ea6a
 SHA512 
03c9b3aecc962c968b954da440fea5186612c63d00ae8927af539e2e09e0b7a3b07289f3645933e69c742ad9a4ff57c5cb7617aa37d0ddfff765da4123a8c21c
+DIST teamspeak3-server_linux_x86-3.6.1.tar.bz2 839 BLAKE2B 
ad11dfe38b99db314ba73799a94fd047cf07a9f33990a0bcca99490af8cb1a4c054d3722c3bde634545f1e922d67f1d6bba57e03029f57d0999d1164f99240c4
 SHA512 
ca693e9bb2d6b4f994ac0934621ec9050e5b985fd34c534677754cb37a4586aa2e6ec78dea440bd919f8dce18acd238befc54d6aa73829eb94f2536ff3050ef7

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.6.1.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.6.1.ebuild
new file mode 100644
index 000..d944f47933e
--- /dev/null
+++ b/media-sound/teamspeak-server/teamspeak-server-3.6.1.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd user
+
+DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="
+   amd64? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
+   x86? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
+"
+
+LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc mysql tsdns"
+
+RESTRICT="mirror"
+
+QA_PREBUILT="
+   opt/teamspeak3-server/libmariadb.so.2
+   opt/teamspeak3-server/libts3db_mariadb.so
+   opt/teamspeak3-server/libts3db_sqlite3.so
+   opt/teamspeak3-server/libts3_ssh.so
+   opt/teamspeak3-server/ts3server
+   opt/teamspeak3-server/tsdnsserver
+"
+
+pkg_setup() {
+   enewgroup teamspeak
+   enewuser teamspeak -1 -1 /opt/teamspeak3-server teamspeak
+}
+
+src_unpack() {
+   default
+
+   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
+}
+
+src_install() {
+   diropts -o teamspeak -g teamspeak
+   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
+
+   diropts
+   keepdir /etc/teamspeak3-server
+
+   touch "${D%/}"/opt/teamspeak3-server/.ts3server_license_accepted || die
+
+   exeinto /opt/teamspeak3-server
+   doexe ts3server
+
+   dodir /opt/bin
+   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
+
+   exeinto /opt/teamspeak3-server
+   doexe libts3db_sqlite3.so libts3_ssh.so
+
+   insinto /opt/teamspeak3-server/serverquerydocs
+   doins -r serverquerydocs/.
+
+   insinto /opt/teamspeak3-server/sql
+   doins sql/*.sql
+   doins -r sql/create_sqlite
+
+   insinto /etc/teamspeak3-server
+   newins "${FILESDIR}"/ts3server.ini-r1 ts3server.ini
+
+   dodoc CHANGELOG
+   docinto ts3server
+   dodoc doc/*.txt
+
+   newinitd "${FILESDIR}"/teamspeak.initd-r1 teamspeak3-server
+   systemd_newunit "${FILESDIR}"/teamspeak.service 
teamspeak3-server.service
+
+   newenvd - 99teamspeak3-server <<- EOF
+   CONFIG_PROTECT="/etc/teamspeak3-server/ts3server.ini 

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

2019-02-03 Thread Andreas Sturmlechner
commit: a1df610ebe50765802b187a1e4dd3db60407370a
Author: Tact Yoshida  gmail  com>
AuthorDate: Wed Jan 23 22:47:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1df610e

dev-util/cutter: version bump to 1.7.4.

Signed-off-by: Tact Yoshida  gmail.com>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/10900
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-util/cutter/Manifest   |  1 +
 dev-util/cutter/cutter-1.7.4.ebuild| 56 ++
 .../cutter/files/cutter-1.7.4-python3-config.patch | 20 
 3 files changed, 77 insertions(+)

diff --git a/dev-util/cutter/Manifest b/dev-util/cutter/Manifest
index 3eaf10ed104..9ca3dfe9ab5 100644
--- a/dev-util/cutter/Manifest
+++ b/dev-util/cutter/Manifest
@@ -1,4 +1,5 @@
 DIST cutter-1.0.tar.gz 614826 BLAKE2B 
8f75343e57bf986d80dde3dc3ceb59675d28854744d8cc5fac783514e9c200595990d4860ee45db6544537d4f367df5b62a034e298bf273e44302edfa1647c84
 SHA512 
af6be59be7871d21d4f665e8ecb7f8224d99ccf7d62793e989ccd780ee521641c6ec0d941b46bb82770f5d44e5c0ef2efc29f9be303385e8e757e62a54bf53b1
 DIST cutter-1.4.tar.gz 1067162 BLAKE2B 
2f7eceffcfb3c542695e03ec72de1c99451f8278e91f50abc2e87542efbd2cc73d5a52b0e5303b9cea751edf91bc71b63295edd5b32d1b2b9ed3a1443cfc92e7
 SHA512 
54caec67e57f2ff3908942c1ebd1e909c65204c6f31d0ec95e31f46e03364f309898006b93555ba81287c0d74faf407272226e5ec65b3148ecde8feec11ca3be
 DIST cutter-1.6.tar.gz 1083427 BLAKE2B 
d51b88f2b9dd2655ef58d7075086959ec3ed59ed4b21db81a792ee165deda523a4e59378c954d0f2aa5b0af25d67329ed2119c004edc402c9b593a3b230a6fd9
 SHA512 
83aaadfbaccdaa514606408868c050e22d0a80a749b98a9f6df929467a16e69b0d454b25ce1cf53e35ebbfb74e9b39e2bd390057488c9bb3992a442ca306c2f1
+DIST cutter-1.7.4.tar.gz 1182307 BLAKE2B 
7b80c99654c430c7d694b658c5757a0f75463f02867ca33baa12bbd84a16782421350b5db63c90dd999a17b89865ecc5a87783f2a5e6df2a7395f957076c3e28
 SHA512 
d5750e756b51a0a140f53946b7cd7ed6f12b81c798335873781d5ecb906012fe0e257ff27e5c75e0ece6000f65a8b602530d80e6f9da22abbb8beac6573db6ac
 DIST cutter-1.7.tar.gz 1099734 BLAKE2B 
200621a902fabee66ebb6e02cc0efb7a705320c6071db5ce64adee0717977a72056bb5ef3ea8f8cad05488c7f031da7c24bbfc2986bb780f111f0a3a5b7a5b0e
 SHA512 
52eea3017ebe02dee4f4e2f7109486ef2b833359959f7058fff49b4462dbc551e6d25cf31da934c9dc8489dad68ad2a3ba8b12fa60789852d13e8d3cb225a1b8

diff --git a/dev-util/cutter/cutter-1.7.4.ebuild 
b/dev-util/cutter/cutter-1.7.4.ebuild
new file mode 100644
index 000..eee67872b63
--- /dev/null
+++ b/dev-util/cutter/cutter-1.7.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="A Qt and C++ GUI for radare2 reverse engineering framework"
+HOMEPAGE="https://www.radare.org;
+SRC_URI="https://github.com/radareorg/cutter/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="jupyter webengine"
+REQUIRED_USE="webengine? ( jupyter )"
+
+DEPEND="
+   >=dev-qt/qtcore-5.9.1:5
+   >=dev-qt/qtgui-5.9.1:5
+   >=dev-qt/qtsvg-5.9.1:5
+   >=dev-qt/qtwidgets-5.9.1:5
+   >=dev-util/radare2-3.0.0
+   jupyter? ( dev-python/jupyter )
+   webengine? ( >=dev-qt/qtwebengine-5.9.1:5[widgets] )
+"
+
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-python3-config.patch"
+)
+
+src_configure() {
+   local myqmakeargs=(
+   CUTTER_ENABLE_JUPYTER=$(usex jupyter true false)
+   CUTTER_ENABLE_QTWEBENGINE=$(usex webengine true false)
+   PREFIX=\'${EPREFIX}/usr\'
+   )
+
+   eqmake5 "${myqmakeargs[@]}" src
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}

diff --git a/dev-util/cutter/files/cutter-1.7.4-python3-config.patch 
b/dev-util/cutter/files/cutter-1.7.4-python3-config.patch
new file mode 100644
index 000..51a811dbb33
--- /dev/null
+++ b/dev-util/cutter/files/cutter-1.7.4-python3-config.patch
@@ -0,0 +1,20 @@
+--- a/src/Cutter.pro   2018-04-24 17:43:11.0 +0900
 b/src/Cutter.pro   2018-07-08 21:21:34.280748499 +0900
+@@ -74,11 +74,13 @@
+ LIBS += -F$$PYTHON_FRAMEWORK_DIR -framework Python
+ DEFINES += MACOS_PYTHON_FRAMEWORK_BUNDLED
+ } else {
+-CONFIG += link_pkgconfig
+-!packagesExist(python3) {
+-error("ERROR: Python 3 could not be found. Make sure it is 
available to pkg-config.")
++system(type python3-config) {
++LIBS += $$system(python3-config --libs)
++TMP = $$system(python3-config --includes)
++INCLUDEPATH += $$replace(TMP, "-I", "")
++  

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/files/, games-roguelike/moria/

2019-02-03 Thread Andreas Sturmlechner
commit: c27a8b891c263d60c4685c9a314953a65a1e6a7c
Author: Stefan Strogin  gmail  com>
AuthorDate: Wed Jan 23 22:08:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27a8b89

games-roguelike/moria: version 5.7.10

Closes: https://bugs.gentoo.org/674540
Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10899
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 games-roguelike/moria/Manifest |   1 +
 .../moria/files/moria-5.7.10-gentoo-paths.patch|  33 +++
 games-roguelike/moria/files/moria.6| 108 +
 games-roguelike/moria/metadata.xml |  11 ++-
 games-roguelike/moria/moria-5.7.10.ebuild  |  49 ++
 5 files changed, 198 insertions(+), 4 deletions(-)

diff --git a/games-roguelike/moria/Manifest b/games-roguelike/moria/Manifest
index cbe1291829f..c64583a00c4 100644
--- a/games-roguelike/moria/Manifest
+++ b/games-roguelike/moria/Manifest
@@ -1,2 +1,3 @@
+DIST moria-5.7.10.tar.gz 392842 BLAKE2B 
6b1f372d2c5503c708428b119e2c0333d3134eab3bd76ad8453ee062764b41d9dccca31c1512bd9561b5ba48b59dac32a447bb058c26c1cd9595cdc2e06cb9fc
 SHA512 
f81754f03ae36ab5a8737fb0ae18da422b87da8684d00c88c934afa2c0b42e429c23a475751c506b499f809a421d1d3dfcc729e0d64d901b2e6c74e444d0f06f
 DIST moria-extras.tar.bz2 57324 BLAKE2B 
7a885e5595c8c3a3d0a29c65729e03ab1d26ad514b96a1d078a436960c1245283a51544dc54c6a5f225b77da3c3a72f8c7407efeac2b0629d51330b3abf9af49
 SHA512 
39d04ffdbe779fc070ee72084df5c731f8db25116e9156898d4c78c86e02288cf3560849461f2081209a06a74274789a671b104dc806b63a0d955adad17fd85f
 DIST um5.5.2.tar.Z 910536 BLAKE2B 
d36d5cbb45992937f8e7c2f98cf2ad568e11e2d2b1af107e77ba98d8cfc23f2f4bcdb43ab9d5a9dd05e0ec45a5ecd298a1c4c7307bc0f75ca629c9c63cf9d3bb
 SHA512 
987bbccb9cb4870ec91704cd20cf19875320d1cfe62c4c5a0063bfc3827732a0e3334a4ea3712137f3262d7418db0ea7e803d724e2dec4d5eb41ebe741f326cc

diff --git a/games-roguelike/moria/files/moria-5.7.10-gentoo-paths.patch 
b/games-roguelike/moria/files/moria-5.7.10-gentoo-paths.patch
new file mode 100644
index 000..0d17c549e77
--- /dev/null
+++ b/games-roguelike/moria/files/moria-5.7.10-gentoo-paths.patch
@@ -0,0 +1,33 @@
+diff --git a/src/config.cpp b/src/config.cpp
+index 09528f7..1c299ed 100644
+--- a/src/config.cpp
 b/src/config.cpp
+@@ -12,17 +12,17 @@ namespace config {
+ // Data files used by Umoria
+ // NOTE: use relative paths to the executable binary.
+ namespace files {
+-const std::string splash_screen = "data/splash.txt";
+-const std::string welcome_screen = "data/welcome.txt";
+-const std::string license = "LICENSE";
+-const std::string versions_history = "data/versions.txt";
+-const std::string help = "data/help.txt";
+-const std::string help_wizard = "data/help_wizard.txt";
+-const std::string help_roguelike = "data/rl_help.txt";
+-const std::string help_roguelike_wizard = "data/rl_help_wizard.txt";
+-const std::string death_tomb = "data/death_tomb.txt";
+-const std::string death_royal = "data/death_royal.txt";
+-const std::string scores = "scores.dat";
++const std::string splash_screen = "/usr/share/moria/splash.txt";
++const std::string welcome_screen = "/usr/share/moria/welcome.txt";
++const std::string license = "/usr/share/doc/@PF@/LICENSE";
++const std::string versions_history = "/usr/share/moria/versions.txt";
++const std::string help = "/usr/share/moria/help.txt";
++const std::string help_wizard = "/usr/share/moria/help_wizard.txt";
++const std::string help_roguelike = "/usr/share/moria/rl_help.txt";
++const std::string help_roguelike_wizard = 
"/usr/share/moria/rl_help_wizard.txt";
++const std::string death_tomb = "/usr/share/moria/death_tomb.txt";
++const std::string death_royal = "/usr/share/moria/death_royal.txt";
++const std::string scores = "/var/lib/moria/scores.dat";
+ std::string save_game = "game.sav";
+ }
+ 

diff --git a/games-roguelike/moria/files/moria.6 
b/games-roguelike/moria/files/moria.6
new file mode 100644
index 000..be1fc7cc353
--- /dev/null
+++ b/games-roguelike/moria/files/moria.6
@@ -0,0 +1,108 @@
+.TH MORIA 6 ""
+.SH NAME
+moria \- a dungeon game
+.SH SYNOPSIS
+.B
+moria 
+[
+.B \-o
+] [
+.B \-r
+] [
+.B \-s
+] [
+.B \-S
+] [
+.B \-n
+] [
+.B \-w
+] [ savefile ]
+.SH DESCRIPTION
+.I Moria\^
+plays a dungeon game with you.
+It lets you generate a character,
+lets you buy equipment,
+and lets you wander in a fathomless dungeon
+while finding treasure and being attacked by monsters
+and fellow adventurers.
+Typing
+.B ?
+gives you a list of commands.
+.PP
+The ultimate object of
+.I moria
+is to kill the Balrog,
+which dwells on the 50th 

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

2019-02-03 Thread Andreas Sturmlechner
commit: 50e2653ecf22445cbc7340ada7771b2fdf4ece24
Author: Petr Vaněk  atlas  cz>
AuthorDate: Thu Jan 24 12:34:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  3 14:07:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e2653e

net-im/bitlbee-facebook: Version bump 1.2.0

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/10902
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/bitlbee-facebook/Manifest   |  1 +
 .../bitlbee-facebook/bitlbee-facebook-1.2.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/net-im/bitlbee-facebook/Manifest b/net-im/bitlbee-facebook/Manifest
index ea4b2be0563..b5f01ba7b49 100644
--- a/net-im/bitlbee-facebook/Manifest
+++ b/net-im/bitlbee-facebook/Manifest
@@ -1 +1,2 @@
 DIST bitlbee-facebook-1.1.2.tar.gz 67269 BLAKE2B 
7f6b9c3706a6955d49dd79e7ee25e252679838468011a5044b0e8fa140cd7d144fca86ef9d65fccb65b9c1844348dcca292a3cde16c9371264e252d28dc1cbf8
 SHA512 
3e27935cd4c8c1d55de9dfe9d6fd1e7aef1bf410e64c711436875ddfb83f67f1da0055af3b279d2d6627bafe438a7689e280c2bfd51ec4f64cf7c614182003da
+DIST bitlbee-facebook-1.2.0.tar.gz 71718 BLAKE2B 
967e2f4250e92c88a74e32b1ddda8d96327a6e190e4b17e416f20e27e7a07083ae8ff2e2006de6ab114a98d7f81deccf515aec9206a7f0a2470ae67f5c787662
 SHA512 
b815dcaceb9ee12a68cfe7401da503139ba92cb0396e8d52e5491fed04431d2c6e4cf667bcc6f457bc51b916c8dc1dc43dc277ff0a683a1c0d72a65e819fe5b4

diff --git a/net-im/bitlbee-facebook/bitlbee-facebook-1.2.0.ebuild 
b/net-im/bitlbee-facebook/bitlbee-facebook-1.2.0.ebuild
new file mode 100644
index 000..f7a43704ab5
--- /dev/null
+++ b/net-im/bitlbee-facebook/bitlbee-facebook-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2017-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Facebook protocol plugin for BitlBee"
+HOMEPAGE="https://github.com/bitlbee/bitlbee-facebook;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bitlbee/bitlbee-facebook;
+else
+   SRC_URI="https://github.com/bitlbee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/json-glib
+   >=net-im/bitlbee-3[plugins]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-02-03 Thread Jeroen Roovers
commit: 562514f8b12d256ca794da6c304448bc21ab22d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  3 12:26:53 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  3 12:27:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562514f8

x11-themes/greybird: Version 3.22.9

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

 x11-themes/greybird/Manifest   |  1 +
 ...greybird-.ebuild => greybird-3.22.9.ebuild} | 24 +-
 x11-themes/greybird/greybird-.ebuild   | 17 ---
 x11-themes/greybird/metadata.xml   | 17 ---
 4 files changed, 35 insertions(+), 24 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index e7e6f533bf9..383a3d46015 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -1,2 +1,3 @@
 DIST greybird-3.20.1.tar.gz 193824 BLAKE2B 
d4e5cba92e9acf2fd084ee5b1bb5db332bb541193980ee7c74ba98da3b1bb675efd171078fac6051be21d2c2fd03b88f45bf7dff3101ec91578dc28bed212ec9
 SHA512 
9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 DIST greybird-3.22.8.tar.gz 211084 BLAKE2B 
958b1dd837bbf91c40ef9ec3e5944d24d83d984e46b53cee8297dbf93931efd3f2efbda496929c3ced875f7a1d9046804b48b870bdca37a7bcffd57271e80470
 SHA512 
c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b
+DIST greybird-3.22.9.tar.gz 211750 BLAKE2B 
bfce416c55cc03d1f98c4d14916bcecb6cdc857ed3f813d90cae2a9e92f607d4ae3798d0eb39b0e548f7b4c7964b60d4970c442b91eb78db02772b9a2c02f3a2
 SHA512 
d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744

diff --git a/x11-themes/greybird/greybird-.ebuild 
b/x11-themes/greybird/greybird-3.22.9.ebuild
similarity index 71%
copy from x11-themes/greybird/greybird-.ebuild
copy to x11-themes/greybird/greybird-3.22.9.ebuild
index 395fa8e0a14..3c636128df5 100644
--- a/x11-themes/greybird/greybird-.ebuild
+++ b/x11-themes/greybird/greybird-3.22.9.ebuild
@@ -1,41 +1,45 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools git-r3
+EAPI=7
+inherit autotools
 
 MY_PN=${PN/g/G}
 
 DESCRIPTION="The default theme from Xubuntu"
 HOMEPAGE="http://shimmerproject.org/project/greybird/ 
https://github.com/shimmerproject/Greybird;
-EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN};
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS=""
-IUSE="ayatana gnome"
+KEYWORDS="~amd64 ~x86"
+IUSE="ayatana gnome xfce"
 
 RDEPEND="
>=x11-libs/gtk+-3.22:3
>=x11-themes/gtk-engines-murrine-0.90
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
+   dev-lang/sassc
dev-libs/glib:2
dev-ruby/sass:3.5
 "
+S=${WORKDIR}/${MY_PN}-${PV}
 
 src_prepare() {
-   eapply_user
+   default
eautoreconf
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
+   default
 
-   pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+   pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
use ayatana || rm -rf unity
use gnome || rm -rf metacity-1
+   use xfce || rm -rf xfce* xfwm4*
popd > /dev/null || die
 }
 

diff --git a/x11-themes/greybird/greybird-.ebuild 
b/x11-themes/greybird/greybird-.ebuild
index 395fa8e0a14..5c63ed8b713 100644
--- a/x11-themes/greybird/greybird-.ebuild
+++ b/x11-themes/greybird/greybird-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit autotools git-r3
 
 MY_PN=${PN/g/G}
@@ -14,28 +14,31 @@ EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN};
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="ayatana gnome"
+IUSE="ayatana gnome xfce"
 
 RDEPEND="
>=x11-libs/gtk+-3.22:3
>=x11-themes/gtk-engines-murrine-0.90
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
+   dev-lang/sassc
dev-libs/glib:2
dev-ruby/sass:3.5
 "
 
 src_prepare() {
-   eapply_user
+   default
eautoreconf
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
+   default
 
-   pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
+   pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
use ayatana || rm -rf unity
use gnome || rm -rf metacity-1
+   use xfce || rm -rf xfce* xfwm4*
popd > /dev/null || die
 }
 

diff --git 

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

2019-02-03 Thread Jeroen Roovers
commit: dc231d1953dc67a30f6538195c57e7cbe835ad5b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  3 11:35:43 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  3 12:27:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc231d19

net-analyzer/net-snmp: Live ebuild

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

 net-analyzer/net-snmp/net-snmp-5.8.ebuild  |  4 +--
 ...et-snmp-5.8.ebuild => net-snmp-.ebuild} | 37 --
 2 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.ebuild
index c3d4d0622ea..fbcef8694f1 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ GENTOO_DEPEND_ON_PERL=no
 inherit autotools distutils-r1 eutils perl-module systemd
 
 DESCRIPTION="Software for generating and retrieving SNMP data"
-HOMEPAGE="http://net-snmp.sourceforge.net/;
+HOMEPAGE="http://www.net-snmp.org/;
 SRC_URI="
mirror://sourceforge/project/${PN}/${PN}/${PV/_p*/}/${P/_p*/}.tar.gz
https://dev.gentoo.org/~jer/${PN}-5.7.3-patches-3.tar.xz

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.ebuild 
b/net-analyzer/net-snmp/net-snmp-.ebuild
similarity index 92%
copy from net-analyzer/net-snmp/net-snmp-5.8.ebuild
copy to net-analyzer/net-snmp/net-snmp-.ebuild
index c3d4d0622ea..7fde04eba0e 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,22 +9,24 @@ WANT_AUTOMAKE=none
 PATCHSET=3
 GENTOO_DEPEND_ON_PERL=no
 
-inherit autotools distutils-r1 eutils perl-module systemd
+inherit autotools distutils-r1 eutils git-r3 perl-module systemd
 
 DESCRIPTION="Software for generating and retrieving SNMP data"
-HOMEPAGE="http://net-snmp.sourceforge.net/;
+HOMEPAGE="http://www.net-snmp.org/;
+EGIT_REPO_URI="https://git.code.sf.net/p/net-snmp/code;
 SRC_URI="
-   mirror://sourceforge/project/${PN}/${PN}/${PV/_p*/}/${P/_p*/}.tar.gz
https://dev.gentoo.org/~jer/${PN}-5.7.3-patches-3.tar.xz
 "
 
-S=${WORKDIR}/${P/_/.}
-
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/35"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS=""
 IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql 
netlink pci perl python rpm selinux smux ssl tcpd ucd-compat zlib"
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   rpm? ( bzip2 zlib )
+"
 
 COMMON_DEPEND="
ssl? (
@@ -61,31 +63,32 @@ RDEPEND="
)
selinux? ( sec-policy/selinux-snmp )
 "
-
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-   rpm? ( bzip2 zlib )
-"
+S=${WORKDIR}/${P/_/.}
 S=${WORKDIR}/${P/_p*/}
-
 RESTRICT=test
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.7.3-include-limits.patch
+   "${FILESDIR}"/${PN}-5.8-tinfo.patch
+)
 
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }
 
+src_unpack() {
+   default
+   git-r3_src_unpack
+}
+
 src_prepare() {
# snmpconf generates config files with proper selinux context
use selinux && eapply "${FILESDIR}"/${PN}-5.1.2-snmpconf-selinux.patch
 
-   eapply "${FILESDIR}"/${PN}-5.7.3-include-limits.patch
-   eapply "${FILESDIR}"/${PN}-5.8-tinfo.patch
-
mv 
"${WORKDIR}"/patches/0002-Respect-DESTDIR-for-pythoninstall.patch{,.disabled} 
|| die
mv 
"${WORKDIR}"/patches/0004-Don-t-report-CFLAGS-and-LDFLAGS-in-net-snmp-config.patch{,.disabled}
 || die
eapply "${WORKDIR}"/patches/*.patch
 
-   eapply_user
+   default
 
eautoconf
 }



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

2019-02-03 Thread Hans de Graaff
commit: 432099b8cced5b0967d21ff336f5967e4bb166d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 08:30:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:04:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432099b8

dev-ruby/binding_of_caller: add ruby26

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

 dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild 
b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
index 3cb0f7f5dbe..3f44e2cc1ec 100644
--- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
+++ b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.md"



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

2019-02-03 Thread Hans de Graaff
commit: 3c0c030f73f4a6b49414a6ebfd8c10d81f980b77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 07:19:50 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:03:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0c030f

dev-ruby/charlock_holmes: add ruby26

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

 dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
index 47c7658b1bd..46a93acd754 100644
--- a/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2019-02-03 Thread Hans de Graaff
commit: 6725898a43bbbc9b9474a4e6875bdec32bfca60a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 09:40:11 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:04:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6725898a

dev-ruby/allison: add ruby26

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

 dev-ruby/allison/allison-2.0.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/allison/allison-2.0.3-r3.ebuild 
b/dev-ruby/allison/allison-2.0.3-r3.ebuild
index 7f45687b104..fcba20b592b 100644
--- a/dev-ruby/allison/allison-2.0.3-r3.ebuild
+++ b/dev-ruby/allison/allison-2.0.3-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2019-02-03 Thread Hans de Graaff
commit: a3698717d91230f20d52f40d49f124dd1f8bd8c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 09:36:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:04:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3698717

dev-ruby/amq-client: add ruby26

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

 dev-ruby/amq-client/amq-client-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/amq-client/amq-client-1.0.4.ebuild 
b/dev-ruby/amq-client/amq-client-1.0.4.ebuild
index 9a40b3516fb..f067e6b6b73 100644
--- a/dev-ruby/amq-client/amq-client-1.0.4.ebuild
+++ b/dev-ruby/amq-client/amq-client-1.0.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile"



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

2019-02-03 Thread Hans de Graaff
commit: fd195ccc947287e1e40fb0843ad7ad80903f913d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  3 08:03:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  3 10:04:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd195ccc

dev-ruby/bsearch: add ruby26

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

 dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild 
b/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild
index ce97ba76f65..0daed776074 100644
--- a/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild
+++ b/dev-ruby/bsearch/bsearch-1.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="doc/*"
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 inherit ruby-fakegem
 DESCRIPTION="A binary search library for Ruby"



  1   2   >