[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2018-12-03 Thread Thomas Raschbacher
commit: 285e45bc8a11ad2b72b8ea9b45b0c83cfdc7aa53
Author: Thomas Raschbacher  gentoo  org>
AuthorDate: Tue Dec  4 07:27:00 2018 +
Commit: Thomas Raschbacher  gentoo  org>
CommitDate: Tue Dec  4 07:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285e45bc

app-antivirus/clamav: version bump

Signed-off-by: Thomas Raschbacher  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-antivirus/clamav/Manifest  |   1 +
 app-antivirus/clamav/clamav-0.101.0.ebuild | 173 +
 2 files changed, 174 insertions(+)

diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index 822d139f6b7..697b992aa80 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -1,4 +1,5 @@
 DIST clamav-0.100.0.tar.gz 16036757 BLAKE2B 
c51edfb05726e16e2ff1ef1fee9f174af5a0d65396f847a4f6e1246d5844b92eb70896fc598d2c73719b1315ff3c41aca503823431e0918d52f56d29399dd796
 SHA512 
57e1da86a32fdfb66887c4aeed03008bc070ce3cb6b881db411332f2f2e640b73dca84d990f5886526b3d6bd0c2770c7dcce5b4e7cf48323824c362452593549
 DIST clamav-0.100.1.tar.gz 16154415 BLAKE2B 
df4ddde28b0b263765f4a571a407390b30aa6fe58d07e1b8fe427e70141219fb3d7c5addfbf30a350c6c08324dee1ec3dd80319306df7578ed87138c6513b99d
 SHA512 
13a4e050e030ac3d1cc07b12bdd56c455e266e0b205a4c9bc9f18e53f6d8913a66eed2296abf857f395227ab0ed5c7bc90bc357bcb314dc9e18a9c6177dcc5b2
 DIST clamav-0.100.2.tar.gz 15926420 BLAKE2B 
0a64a08b6cdad94f55852041df06b5517bcfa3bacb5871c694bf51692c4698ffd39f09c92fe2af167fcf2b27806a7175a9b649e6d6d5ffc65755509e3574d374
 SHA512 
70b51eafb11dc727188e7d4554b8095a9e0406e76b78778fede94f8a4c78146034478197217039384eb1fd15532e822cfa6b51707e431e9397ec21d5e393a60c
+DIST clamav-0.101.0.tar.gz 21686531 BLAKE2B 
ea3ae1e5b31d6b10600eac8f0ea93c9460f0e337de7a3f43345c26e0efb0b3f664d1f640b723795eac6491f959492202a249222b561917072811df86314ea9d8
 SHA512 
faf6186b51b332eca67684bfe72f473a910577093964338278656ab67c61d28f66f7f501f4db5e1bb37112d66ad4433d792c50af70aceefd5bcbc5dab7ac7aa0
 DIST clamav-0.99.4.tar.gz 16083015 BLAKE2B 
3c2e7d11ee05fe846f75c3fb6501b5fd809a2e58f8e69c82e493e32fcbc87ca0e5b5f7ab83a0d7e251a5dc8e84aed1475c87c1248b393fa04b6924a2ab32b9bf
 SHA512 
778d5ef510d8d4bdfac5dc33d92469ed4283c414b3d42da6e1a0b13ed70e37755d5c837622dc336bc728ba1f8bf5485fc8a8d3a67a90e9aaa9e4dc71ece0691d

diff --git a/app-antivirus/clamav/clamav-0.101.0.ebuild 
b/app-antivirus/clamav/clamav-0.101.0.ebuild
new file mode 100644
index 000..ac686da8a56
--- /dev/null
+++ b/app-antivirus/clamav/clamav-0.101.0.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic user systemd
+
+DESCRIPTION="Clam Anti-Virus Scanner"
+HOMEPAGE="https://www.clamav.net/";
+SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs test uclibc xml"
+
+CDEPEND="bzip2? ( app-arch/bzip2 )
+   clamdtop? ( sys-libs/ncurses:0 )
+   iconv? ( virtual/libiconv )
+   metadata-analysis-api? ( dev-libs/json-c:= )
+   milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
+   >=sys-libs/zlib-1.2.2:=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   sys-devel/libtool
+   || ( dev-libs/libpcre2 >dev-libs/libpcre-6 )
+   dev-libs/libmspack
+   xml? ( dev-libs/libxml2 )
+   !!https://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   test? ( dev-libs/check )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-clamav )"
+
+DOCS=( docs/UserManual.md docs/UserManual )
+HTML_DOCS=( docs/html )
+
+#PATCHES=(
+#  "${FILESDIR}/clamav-0.100.0_autotools.patch"
+#)
+
+pkg_setup() {
+   enewgroup clamav
+   enewuser clamav -1 -1 /dev/null clamav
+}
+
+#src_prepare() {
+#  default
+#
+#  eautoconf
+#}
+
+src_configure() {
+   use ppc64 && append-flags -mminimal-toc
+   use uclibc && export ac_cv_type_error_t=yes
+
+   # according to configure help it should be
+   # $(use_enable xml)
+   # but that does not work
+   # do not add this, since --disable-xml seems to override
+   # --without-xml 
+
+   econf \
+   $(use_enable bzip2) \
+   $(use_enable clamdtop) \
+   $(use_enable ipv6) \
+   $(use_enable milter) \
+   $(use_enable static-libs static) \
+   $(use_enable test check) \
+   $(use_with xml) \
+   $(use_with iconv) \
+   $(use_with metadata-analysis-api libjson /usr) \
+   --with-system-libmspack \
+ 

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

2018-12-03 Thread Hans de Graaff
commit: 59e88c19ccbcacb2c79fb80a6465ae244b22e096
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  4 05:38:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  4 05:38:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e88c19

dev-ruby/oauth2: cleanup

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

 dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild | 46 --
 dev-ruby/oauth2/oauth2-1.4.0.ebuild| 42 ---
 2 files changed, 88 deletions(-)

diff --git a/dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild 
b/dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild
deleted file mode 100644
index d79d21c9015..000
--- a/dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="oauth2.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the 
OAuth gem"
-HOMEPAGE="https://github.com/intridea/oauth2";
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/faraday-0.8 =dev-ruby/jwt-1.0 =dev-ruby/jwt-1*
-   >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
-   >=dev-ruby/multi_xml-0.5:0
-   >=dev-ruby/rack-1.2:* https://github.com/intridea/oauth2";
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/faraday-0.8 =dev-ruby/jwt-1.0 =dev-ruby/jwt-1*
-   >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
-   >=dev-ruby/multi_xml-0.5:0
-   >=dev-ruby/rack-1.2:* 

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

2018-12-03 Thread Hans de Graaff
commit: f7e6b03f9588c374e61c7021bbff93944cd7bf31
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  4 05:37:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  4 05:37:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e6b03f

dev-ruby/magic: cleanup

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

 dev-ruby/magic/magic-0.2.9.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-ruby/magic/magic-0.2.9.ebuild 
b/dev-ruby/magic/magic-0.2.9.ebuild
deleted file mode 100644
index 637093b9cdb..000
--- a/dev-ruby/magic/magic-0.2.9.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
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/qoobaa/magic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Ruby FFI bindings to libmagic"
-HOMEPAGE="https://github.com/qoobaa/magic";
-
-IUSE="test"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND+="sys-apps/file"
-DEPEND+="test? ( sys-apps/file )"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-ruby_add_rdepend "virtual/ruby-ffi"
-
-each_ruby_test() {
-   ${RUBY} -Ilib -Itest test/test_magic.rb || die
-}



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

2018-12-03 Thread Hans de Graaff
commit: 8d9bd49a5d7b017262e35320e21192f9391a1d36
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  4 05:39:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  4 05:39:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9bd49a

dev-ruby/bones: cleanup

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

 dev-ruby/bones/bones-3.8.4-r1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/dev-ruby/bones/bones-3.8.4-r1.ebuild 
b/dev-ruby/bones/bones-3.8.4-r1.ebuild
deleted file mode 100644
index 4be6b8a788d..000
--- a/dev-ruby/bones/bones-3.8.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="default version.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tool that creates new Ruby projects from a code skeleton"
-HOMEPAGE="https://github.com/TwP/bones";
-
-IUSE="test"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "
-   dev-ruby/builder:*
-   >=dev-ruby/loquacious-1.9.1
-   >=dev-ruby/little-plugger-1.1.3
-   =dev-ruby/rake-12*"
-
-all_ruby_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.8.1-builder.patch
-}



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

2018-12-03 Thread Hans de Graaff
commit: ffb69e4dd253f0298c5e09398e3b577287e2b5c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  4 05:10:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  4 05:10:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb69e4d

dev-ruby/bunny: add 2.12.1

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

 dev-ruby/bunny/Manifest|  1 +
 dev-ruby/bunny/bunny-2.12.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 7456192fe1f..b001bbced13 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,4 +1,5 @@
 DIST bunny-2.10.0.gem 202240 BLAKE2B 
7651c904b851930d044c240d83942aa1afd20c5a1e4c97e50dd1c3e40991de916c0435bf28769c6bd4a49202c2d58bb9b7be92a19413f0188472bc1e1ff7ef5b
 SHA512 
af8f5d8b78efffa32824007c3aa472a2492b563767e7d00616feb86b5d350a4bcda0258ecbace02a3e81b5f552476d3b71ef742117c13e6d14a6b352cc4dcd89
 DIST bunny-2.11.0.gem 202240 BLAKE2B 
29cfa68c4aeb04e3b826f02afb083dc479f851ae24c285963f56aa81e64b532577d20f10649fdc339d4b3ede6fc2619a03f35a3cc8a8bb75e3d57a1a6ebcbeb4
 SHA512 
540636337b5af36cee691e61677fc381be26d57b1e5dd175fa0dcb7f1fe8f531412ad1b1c5812d5ca9af1b2f83b09f37c2cfb1456643fb7872d4e6cf9de6b011
 DIST bunny-2.12.0.gem 204288 BLAKE2B 
d944e8d32ad5f61b891e62062f3e164b4eeb4edb969eccb429f4aaad80d6b4ad1b1f1b618f6e2a3675e218f514933de8a1776bf6f8a5d68b12abfdc40e7a0fea
 SHA512 
1cb848b7e141b2299716e01dbb64bb4072a6eee1f51a0e14b1073318dc3864579f052b938fb766be29b92cc65b4a508c80d75d20c06dfbdb2adac8dfa1f5d406
+DIST bunny-2.12.1.gem 204800 BLAKE2B 
6b199da621cd047993ccec5d9efb579c6495a2332ea75bd70cbc6bf7cb4055b70c1ec12437552e953a5066ee8a09c612dce594f0b7cc926f8fbee8d2288cefcf
 SHA512 
448b1a78db6b6204bc385f3aa6e8aa1c0cdbc440b0fd924863927b77e69ae1f7cef9b78e15c7ff3159bd46fec44b6ada943184ed45181e86e6148e3a84a5faca
 DIST bunny-2.9.2.gem 201216 BLAKE2B 
c885364558c7833f77f3154765468f1c4d2f3f75c34a14f9c3dc64aacb1f8f048ff1f688914de5831f0f924975facd259e2f55667d58e468aae410f3db9da61c
 SHA512 
24e329fe2cb84a0789ac53d5cd406a999f0b415439dfbce75dc36646e53c5a138d20980489fc1dcc6741026082fc268f9adb00370478d99accf0f42a4e05ad12

diff --git a/dev-ruby/bunny/bunny-2.12.1.ebuild 
b/dev-ruby/bunny/bunny-2.12.1.ebuild
new file mode 100644
index 000..442737d09b5
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.12.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.3.0:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/, net-wireless/wpa_supplicant/files/

2018-12-03 Thread Rick Farina
commit: 696f3772a422e25bd62e69d497717985d1fe295d
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Dec  3 20:21:11 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Dec  4 01:39:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696f3772

net-wireless/wpa_supplicant: Fix EAP-TLS with OpenSSL 1.1

Closes: https://bugs.gentoo.org/671006
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>
Signed-off-by: Rick Farina  gentoo.org>

 .../files/wpa_supplicant-2.6-openssl-1.1.patch |  48 +++
 .../wpa_supplicant/wpa_supplicant-2.6-r9.ebuild| 460 +
 2 files changed, 508 insertions(+)

diff --git 
a/net-wireless/wpa_supplicant/files/wpa_supplicant-2.6-openssl-1.1.patch 
b/net-wireless/wpa_supplicant/files/wpa_supplicant-2.6-openssl-1.1.patch
new file mode 100644
index 000..1e2335f34c0
--- /dev/null
+++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-2.6-openssl-1.1.patch
@@ -0,0 +1,48 @@
+From f665c93e1d28fbab3d9127a8c3985cc32940824f Mon Sep 17 00:00:00 2001
+From: Beniamino Galvani 
+Date: Sun, 9 Jul 2017 11:14:10 +0200
+Subject: OpenSSL: Fix private key password handling with OpenSSL >= 1.1.0f
+
+Since OpenSSL version 1.1.0f, SSL_use_PrivateKey_file() uses the
+callback from the SSL object instead of the one from the CTX, so let's
+set the callback on both SSL and CTX. Note that
+SSL_set_default_passwd_cb*() is available only in 1.1.0.
+
+Signed-off-by: Beniamino Galvani 
+---
+ src/crypto/tls_openssl.c | 12 
+ 1 file changed, 12 insertions(+)
+
+diff --git a/src/crypto/tls_openssl.c b/src/crypto/tls_openssl.c
+index fd94eaf..c790b53 100644
+--- a/src/crypto/tls_openssl.c
 b/src/crypto/tls_openssl.c
+@@ -2796,6 +2796,15 @@ static int tls_connection_private_key(struct tls_data 
*data,
+   } else
+   passwd = NULL;
+ 
++#if OPENSSL_VERSION_NUMBER >= 0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
++  /*
++   * In OpenSSL >= 1.1.0f SSL_use_PrivateKey_file() uses the callback
++   * from the SSL object. See OpenSSL commit d61461a75253.
++   */
++  SSL_set_default_passwd_cb(conn->ssl, tls_passwd_cb);
++  SSL_set_default_passwd_cb_userdata(conn->ssl, passwd);
++#endif /* >= 1.1.0f && !LibreSSL */
++  /* Keep these for OpenSSL < 1.1.0f */
+   SSL_CTX_set_default_passwd_cb(ssl_ctx, tls_passwd_cb);
+   SSL_CTX_set_default_passwd_cb_userdata(ssl_ctx, passwd);
+ 
+@@ -2886,6 +2895,9 @@ static int tls_connection_private_key(struct tls_data 
*data,
+   return -1;
+   }
+   ERR_clear_error();
++#if OPENSSL_VERSION_NUMBER >= 0x1010L && !defined(LIBRESSL_VERSION_NUMBER)
++  SSL_set_default_passwd_cb(conn->ssl, NULL);
++#endif /* >= 1.1.0f && !LibreSSL */
+   SSL_CTX_set_default_passwd_cb(ssl_ctx, NULL);
+   os_free(passwd);
+ 
+-- 
+cgit v0.12
+

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r9.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r9.ebuild
new file mode 100644
index 000..19e3fbfe5a0
--- /dev/null
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r9.ebuild
@@ -0,0 +1,460 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils qmake-utils systemd toolchain-funcs readme.gentoo-r1
+
+DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
+HOMEPAGE="https://w1.fi/wpa_supplicant/";
+SRC_URI="https://w1.fi/releases/${P}.tar.gz";
+LICENSE="|| ( GPL-2 BSD )"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+IUSE="ap bindist dbus eap-sim eapol_test fasteap gnutls +hs2-0 libressl p2p 
privsep ps3 qt5 readline selinux smartcard ssl suiteb tdls uncommon-eap-types 
wimax wps kernel_linux kernel_FreeBSD"
+REQUIRED_USE="smartcard? ( ssl )"
+
+CDEPEND="dbus? ( sys-apps/dbus )
+   kernel_linux? (
+   dev-libs/libnl:3
+   net-wireless/crda
+   eap-sim? ( sys-apps/pcsc-lite )
+   )
+   !kernel_linux? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   )
+   readline? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+   ssl? (
+   gnutls? (
+   dev-libs/libgcrypt:0=
+   net-libs/gnutls:=
+   )
+   !gnutls? (
+   !libressl? ( >=dev-libs/openssl-1.0.2k:0=[bindist=] )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   !ssl? ( dev-libs/libtommath )
+"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-networkmanager )
+"
+
+DOC_CONTENTS="
+   If this is a clean installation of wpa_supplicant, you
+   have to create a configurati

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

2018-12-03 Thread Rick Farina
commit: 4e24312881ca8d4fb913f6cc7f41413e309ee3c9
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Dec  4 01:39:52 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Dec  4 01:39:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e243128

net-wireless/wpa_supplicant: drop old

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

 .../wpa_supplicant/wpa_supplicant-2.6-r8.ebuild| 457 -
 1 file changed, 457 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r8.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r8.ebuild
deleted file mode 100644
index 15d823b942f..000
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r8.ebuild
+++ /dev/null
@@ -1,457 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils systemd toolchain-funcs readme.gentoo-r1
-
-DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
-HOMEPAGE="https://w1.fi/wpa_supplicant/";
-SRC_URI="https://w1.fi/releases/${P}.tar.gz";
-LICENSE="|| ( GPL-2 BSD )"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
-IUSE="ap bindist dbus eap-sim eapol_test fasteap gnutls +hs2-0 libressl p2p 
privsep ps3 qt5 readline selinux smartcard ssl suiteb tdls uncommon-eap-types 
wimax wps kernel_linux kernel_FreeBSD"
-REQUIRED_USE="smartcard? ( ssl )"
-
-CDEPEND="dbus? ( sys-apps/dbus )
-   kernel_linux? (
-   dev-libs/libnl:3
-   net-wireless/crda
-   eap-sim? ( sys-apps/pcsc-lite )
-   )
-   !kernel_linux? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   )
-   readline? (
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   )
-   ssl? (
-   gnutls? (
-   dev-libs/libgcrypt:0=
-   net-libs/gnutls:=
-   )
-   !gnutls? (
-   !libressl? ( >=dev-libs/openssl-1.0.2k:0=[bindist=] )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   !ssl? ( dev-libs/libtommath )
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-networkmanager )
-"
-
-DOC_CONTENTS="
-   If this is a clean installation of wpa_supplicant, you
-   have to create a configuration file named
-   ${EROOT%/}/etc/wpa_supplicant/wpa_supplicant.conf
-   An example configuration file is available for reference in
-   ${EROOT%/}/usr/share/doc/${PF}/
-"
-
-S="${WORKDIR}/${P}/${PN}"
-
-Kconfig_style_config() {
-   #param 1 is CONFIG_* item
-   #param 2 is what to set it = to, defaulting in y
-   CONFIG_PARAM="${CONFIG_HEADER:-CONFIG_}$1"
-   setting="${2:-y}"
-
-   if [ ! $setting = n ]; then
-   #first remove any leading "# " if $2 is not n
-   sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
-   #set item = $setting (defaulting to y)
-   sed -i "/^$CONFIG_PARAM/s/=.*/=$setting/" .config || 
echo "Kconfig_style_config error setting $CONFIG_PARAM=$setting"
-   if [ -z "$( grep ^$CONFIG_PARAM= .config )" ] ; then
-   echo "$CONFIG_PARAM=$setting" >>.config
-   fi
-   else
-   #ensure item commented out
-   sed -i "/^$CONFIG_PARAM/s/$CONFIG_PARAM/# 
$CONFIG_PARAM/" .config || echo "Kconfig_style_config error commenting 
$CONFIG_PARAM"
-   fi
-}
-
-pkg_setup() {
-   if use ssl ; then
-   if use gnutls && use libressl ; then
-   elog "You have both 'gnutls' and 'libressl' USE flags 
enabled: defaulting to USE=\"gnutls\""
-   fi
-   else
-   elog "You have 'ssl' USE flag disabled: defaulting to internal 
TLS implementation"
-   fi
-}
-
-src_prepare() {
-   default
-
-   # net/bpf.h needed for net-libs/libpcap on Gentoo/FreeBSD
-   sed -i \
-   -e "s:\(#include \):#include \n\1:" \
-   ../src/l2_packet/l2_packet_freebsd.c || die
-
-   # People seem to take the example configuration file too literally (bug 
#102361)
-   sed -i \
-   -e "s:^\(opensc_engine_path\):#\1:" \
-   -e "s:^\(pkcs11_engine_path\):#\1:" \
-   -e "s:^\(pkcs11_module_path\):#\1:" \
-   wpa_supplicant.conf || die
-
-   # Change configuration to match Gentoo locations (bug #143750)
-   sed -i \
-   -e "s:/usr/lib/opensc:/usr/$(

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

2018-12-03 Thread Zac Medico
commit: e9810a30bf044d93c0348d46225ad6b2ae1a45df
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec  3 07:47:32 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec  4 01:15:03 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e9810a30

portage.process.spawn: inherit env by default (bug 672440)

Make child processes inherit the current process's environment by
default, so that behavior is equivalent to the standard library's
subprocess module.

Bug: https://bugs.gentoo.org/672440
Reviewed-by: Brian Dolbec  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/process.py | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/lib/portage/process.py b/lib/portage/process.py
index ed1a49247..ce3e42a8f 100644
--- a/lib/portage/process.py
+++ b/lib/portage/process.py
@@ -219,7 +219,7 @@ spawned_pids = _dummy_list()
 def cleanup():
pass
 
-def spawn(mycommand, env={}, opt_name=None, fd_pipes=None, returnpid=False,
+def spawn(mycommand, env=None, opt_name=None, fd_pipes=None, returnpid=False,
   uid=None, gid=None, groups=None, umask=None, cwd=None, logfile=None,
   path_lookup=True, pre_exec=None,
   close_fds=(sys.version_info < (3, 4)), unshare_net=False,
@@ -230,8 +230,10 @@ def spawn(mycommand, env={}, opt_name=None, fd_pipes=None, 
returnpid=False,

@param mycommand: the command to execute
@type mycommand: String or List (Popen style list)
-   @param env: A dict of Key=Value pairs for env variables
-   @type env: Dictionary
+   @param env: If env is not None, it must be a mapping that defines the 
environment
+   variables for the new process; these are used instead of the 
default behavior
+   of inheriting the current process's environment.
+   @type env: None or Mapping
@param opt_name: an optional name for the spawn'd process (defaults to 
the binary name)
@type opt_name: String
@param fd_pipes: A dict of mapping for pipes, { '0': stdin, '1': stdout 
} for example
@@ -281,6 +283,8 @@ def spawn(mycommand, env={}, opt_name=None, fd_pipes=None, 
returnpid=False,
if isinstance(mycommand, basestring):
mycommand = mycommand.split()
 
+   env = os.environ if env is None else env
+
if sys.hexversion < 0x300:
# Avoid a potential UnicodeEncodeError from os.execve().
env_bytes = {}



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

2018-12-03 Thread Manuel Rüger
commit: 354bf401b92202788eb55cb6d657599d41f6e805
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec  4 01:09:35 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec  4 01:09:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354bf401

sys-cluster/kubectl: Version bump to 1.13.0

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 sys-cluster/kubectl/Manifest  |  1 +
 sys-cluster/kubectl/kubectl-1.13.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index d49027a3ec0..58db3f69629 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -9,6 +9,7 @@ DIST kubernetes-1.11.5.tar.gz 24813001 BLAKE2B 
71c631b53246b9364ca29f5c2aebbf430
 DIST kubernetes-1.12.0.tar.gz 27995428 BLAKE2B 
5665425ec3cab7128e33c2e8bff49a66c306284604af88fa9a914d148638b1e894645cfd822bc288b567e97238018725bcefba89ba697734c5f74971358ad73a
 SHA512 
6e5286d4817b1fbb4677277674e48758c9a5f820fe7d839162e6298736233143feccdbfb8fd14a64d0fb72a25abe18818cf9852737932e878b25efcf333d983f
 DIST kubernetes-1.12.2.tar.gz 28035976 BLAKE2B 
4e6d0895a03bdf176fef46641a8e0e7ba440828a2a5852f57976c92bc1c95e6ede879cb17d45e26dd66a20777dad4d063b2b0fb541172c97a0886309df033202
 SHA512 
7d59a28465ceacc0559da0436f0459192977447f622b9b1b7c323b2cc4a7c38d5a4100e00287c37251d1da641c04692813afa65df4051436b9144e438396cbb2
 DIST kubernetes-1.12.3.tar.gz 28042821 BLAKE2B 
79c2020608e4e94532b2d525c2c68dfbf9e7660f9047a215675e24f08eb00d145155ea09d9b05f92732c964d47c65138ea9170f6e8fd13ff9d63208a78b60f7d
 SHA512 
6c4ef50240626f97246ed71229463e3649f42674d64bca3a8171728f67807cd0509da9156f53d0e7a8d4967e081cff0f03e0e1469ce5c81313eff67201d49b72
+DIST kubernetes-1.13.0.tar.gz 28687604 BLAKE2B 
9ea15d385a99a53a658f5e5d29e2fb84034a5abde9dca090294091e0b54aa695fabaccdce91595547303cc29e86c872f4bab8dca2d8a69992d056fd24c1865e8
 SHA512 
df5357c339eaa2299c08fcc9de24eb5ad90cd960af9cca356f404d500344d74ef1d682115d75d5ff8496cd7c24c84ece9452189d5a31b3f9e745721b9b98fbe2
 DIST kubernetes-1.9.10.tar.gz 23592498 BLAKE2B 
021ffbb933a5b541d43617fe36967b91cb1895d4fb6ce7f3651b682976699288646b45d5d0a5698131eedc19f4aa7a125d353971d2ecd44a2fd8510a95fac423
 SHA512 
621a2c1c76f993ad61087916fc5946aa3f1b3dec93c7024e518de613063a605500d38e763ed55a35967acb8548d63b65a7d8482f68695dc7600c23d3c38187e9
 DIST kubernetes-1.9.11.tar.gz 23606810 BLAKE2B 
19d30d2cadaf5b95f919e82670b1a8e1d5e2b80a4134dbc5c6afcc23d06dee8392f63d80b59ebfbbbf3a4bcce0dc2d81b1d560c3b3b1910350efed35ee77fbbc
 SHA512 
87881d7dd7e0b3e46dc92f3160410fdf9e7ec1f0cbc3ef99da84b808c3813a3a2d843d49e2b501ee3eb8c9db3564f62c72eecaf5dc1917051e81c106bc80a9ba
 DIST kubernetes-1.9.8.tar.gz 23559610 BLAKE2B 
ef384dd9a06cb00c5a095b05a4b304b08a97c3eac9c40b1b06664bfffb5e5b7c71505d50c4f7c3b594975df1013030788c8cee40acbce5c9ccd34ee5b44dc4fe
 SHA512 
45e65d7a1f0950f2fb8fc923bdcaf1d607960be096a98fbfe187ef117da02ce7bf430cdc4c6d7e707557ef54f3239025e442be08729e86dabba624f3aa7503d1

diff --git a/sys-cluster/kubectl/kubectl-1.13.0.ebuild 
b/sys-cluster/kubectl/kubectl-1.13.0.ebuild
new file mode 100644
index 000..f12e63e5995
--- /dev/null
+++ b/sys-cluster/kubectl/kubectl-1.13.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot bash-completion-r1
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="CLI to run commands against Kubernetes clusters"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN} GOFLAGS=-v
+   pushd src/${EGO_PN} || die
+   _output/bin/${PN} completion bash > ${PN}.bash || die
+   _output/bin/${PN} completion zsh > ${PN}.zsh || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+
+   newbashcomp ${PN}.bash ${PN}
+   insinto /usr/share/zsh/site-functions
+   newins ${PN}.zsh _${PN}
+
+   popd || die
+}



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

2018-12-03 Thread Manuel Rüger
commit: 763c201b20e92068be8664fdffafa0f13bb40303
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Dec  4 01:07:18 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Dec  4 01:07:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763c201b

app-emulation/docker-registry: Version bump to 2.7.0

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 app-emulation/docker-registry/Manifest |  1 +
 .../docker-registry/docker-registry-2.7.0.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/app-emulation/docker-registry/Manifest 
b/app-emulation/docker-registry/Manifest
index 68d14743b41..0b420bbbe03 100644
--- a/app-emulation/docker-registry/Manifest
+++ b/app-emulation/docker-registry/Manifest
@@ -1 +1,2 @@
 DIST docker-registry-2.6.2.tar.gz 1579760 BLAKE2B 
d0e067f2e9124847b5e362f23ca7d67655fbf0a6227efc3fd9073d5360389d6d8531e5709b52225c54e6e3097a2d5d79102e27fd09412b95d2e5d8a4a30dde2d
 SHA512 
a091db2e15d7c1dc8cd39a40de5bb63cc1ead68e95dfaf6b3735a789adb87f146c03eff81f700e0059e5f6ffc43e6c3dd3358503697882cb080b991629f82c60
+DIST docker-registry-2.7.0.tar.gz 1996485 BLAKE2B 
49022546b72a1ea2b457a3dc059d8940bfba3070208b2962f8acd1351312d568d6facc1690ae8ee78742b5647c3a84bd6538a9eb0c279aec0a8dfae2c823fa61
 SHA512 
72bf5f0953c58e4d1adf6427ee13a9456204ab278d4489277e4dd1b3a3df6717cc02c966cdfcdf77d86e769209fa18e377e0b12a6c02b9f58980185e9844aec6

diff --git a/app-emulation/docker-registry/docker-registry-2.7.0.ebuild 
b/app-emulation/docker-registry/docker-registry-2.7.0.ebuild
new file mode 100644
index 000..152ac01305b
--- /dev/null
+++ b/app-emulation/docker-registry/docker-registry-2.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-vcs-snapshot systemd user
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/docker/distribution"
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Docker Registry 2.0"
+HOMEPAGE="https://github.com/docker/distribution";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+SVCNAME=registry
+
+pkg_setup() {
+   enewgroup ${SVCNAME}
+   enewuser ${SVCNAME} -1 -1 /dev/null ${SVCNAME}
+}
+
+src_compile() {
+   GOPATH="${S}" \
+   go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}/..." || die
+}
+
+src_install() {
+   exeinto /usr/libexec/${PN}
+   doexe bin/*
+   insinto /etc/docker/registry
+   newins src/${EGO_PN}/cmd/registry/config-example.yml config.yml.example
+   newinitd "${FILESDIR}/${SVCNAME}.initd" "${SVCNAME}"
+   newconfd "${FILESDIR}/${SVCNAME}.confd" "${SVCNAME}"
+   systemd_dounit "${FILESDIR}/${SVCNAME}.service"
+   keepdir /var/{lib,log}/${SVCNAME}
+   fowners ${SVCNAME}:${SVCNAME} /var/{lib,log}/${SVCNAME}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${SVCNAME}.logrotated" "${SVCNAME}"
+}



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

2018-12-03 Thread William Hubbs
commit: eaa6adfd43fe67d098981b592accc30b953f8003
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Dec  4 00:05:55 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec  4 00:09:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6adfd

sys-apps/openrc: 0.40 bump

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

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.40.ebuild | 330 +
 2 files changed, 331 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 68e1ac3b7e3..a2a86996463 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -5,3 +5,4 @@ DIST openrc-0.37.tar.gz 240928 BLAKE2B 
b802260a3bd71e6d8e6d54b21007024481d42a4f1
 DIST openrc-0.38.2.tar.gz 240924 BLAKE2B 
a50e567aa3ac1edfd4e7cbdfbf3d7ce6ac39b7d7c2b4a9bcc8cf088735fa436a334eb077ecb10b67f6f5faab979ba62729aca4f3f61e12167cbd48fc8a7f3776
 SHA512 
5c5f1cfa9990970a02619c5b97c0d424d921fe16e83767372beee9a7b296c6ea33b43ae4045cf7266254b98871a5d347de1040443fe8fc68d7b9d164eed909e6
 DIST openrc-0.38.3.tar.gz 238031 BLAKE2B 
87d1546e21d581feda4064cd64bf43f762203becdcc4b002bf868f17403bd42770cb1106a8bc383c8d69e19ad66ad2bedaa7090c95206597e8a9b6e2ba481dcc
 SHA512 
6bb42ccdab5fb24b11f5042bf19850f440d3494b6bd1d7b8db31b592f051fcd26feac1c8d9ef515238c53c6f5bf98a8c367a48471c178ae829e05c56bd24cfde
 DIST openrc-0.39.2.tar.gz 242417 BLAKE2B 
076834890b084b1dcf33f78e190f8f7163161d99d185d5cb7043dbc33c6ff0861bc4965ccbf63e2f1b173185d4d017d9269066d35cd75cb7c5a090d39be9b833
 SHA512 
ea1f23bb479085eea406bebe304a531d061e47955f7c98da21aa4f01694b5c6f23cb1bb9764aa7b27fd4c8c5a7602eb2a16baef63eb96660fab58c063ff88129
+DIST openrc-0.40.tar.gz 244521 BLAKE2B 
c9c96ccd98430c8e055702ce0cb68f95a4e73658aebfb09871dda46ce0f2a62b390ea5a3440b793ae71aea071534d4bcf75a2f9b4b71fa992308eacd71771b10
 SHA512 
95aea0ce1d4caeaecdd4164bb6c37b9f7564573742a06e70e34bf457c00193b04743b0dd9369af23f525afeb777f06612c52720a0962807931213bee51893432

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

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

2018-12-03 Thread Andreas K. Hüttel
commit: 0309767fb5b4f958d271526d3730a7da407b2a93
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Dec  3 23:43:15 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Dec  3 23:43:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0309767f

sys-devel/binutils: 2.31.1 revbump, pl 4 (no keywords, please test!)

Bug: https://bugs.gentoo.org/672398
Bug: https://bugs.gentoo.org/672126
Bug: https://bugs.gentoo.org/623566
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils/Manifest  |   1 +
 sys-devel/binutils/binutils-2.31.1-r2.ebuild | 427 +++
 2 files changed, 428 insertions(+)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 4776f356d52..17862f98713 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -12,5 +12,6 @@ DIST binutils-2.30-patches-2.tar.xz 490272 BLAKE2B 
a28a5b5bb8faa33fec269f2c69d6e
 DIST binutils-2.30-patches-5.tar.xz 590864 BLAKE2B 
71de4d08f92ab1898ad576a21763f955067cbbed543250888e0c5d51f4ef77d0d829049e9a835691cf2de03965fbcc9bcfa092eb304c03f9b885e7a3dadab286
 SHA512 
029b3be6ae9b8620f8580a35701bd4517b4e0232ff3cf9983b3808475c7443cbf500b6cace2c052df0bd1e47202838f4d2453238db28709a947117071d9ae804
 DIST binutils-2.30.tar.xz 20286700 BLAKE2B 
2dd5436a15a601011a1950e6082ec00082f5916fb82ce95ceab424fd8dc19f6daa7ac32a149f222ccdcc603354165cc206fde070eaa44fe2cc5e57486efc7868
 SHA512 
e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839
 DIST binutils-2.31.1-patches-3.tar.xz 12640 BLAKE2B 
3444b219dd02ad513e6c36214d649a8a74638382103c88ec8de76a579be0ee13f8d1450e3b8d82dfddad55f2f851b32aee910a99230c7d8673f8426fc79a4cd9
 SHA512 
67b23c17518305561d190a15cba4a1af18a0a3cf1d7e62583ac7667d2fa40e7c7ec024cc981009d5d1caf1939633ab55fc0a198b69af02dc7841be43ff1acd13
+DIST binutils-2.31.1-patches-4.tar.xz 63460 BLAKE2B 
6507d03a3b75fe4b65b3c58377baaf377e07aa3e5dee4f6f4cd25336f53a15b4249e72a107213062611c8674be2bcd478a8f1406940385e0b0e58ad5a7c61cc0
 SHA512 
aa9f2a5b9c2189c528f34c55cd2609eae5fb47e46b51a8f9aa595b0a1e2c3f103880dcc8f07e48b10971d669e4c2a7ce8a41be4763a1ebf9e956e3f1eade8f22
 DIST binutils-2.31.1.tar.xz 20467996 BLAKE2B 
6b914df1fbb7cf54f2159f71b2c2b09f3f6a569b7a3cb4cf9790d0a3733a7548bc0ea32334a178ed3b56e8b97656ae99c7abaf212601beeaeae9a0884c0f6051
 SHA512 
0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30
 DIST binutils--patches-2.tar.xz 11672 BLAKE2B 
40b790713fc6cf463de3b3c3d207686890cc674fa44828952e73a66b723e4d9e8374b9e13fd44ffc5e0e5e1dc6eb63910563f4f318ff22f56813bd29ba4fe338
 SHA512 
ed1d88b693e35368e7ec6e16ccd7a5561ba697b778afc2da296f46698aff5d4d6a39c5fc030ce189b00af944d80f673bdac770771d23dd1f256eac2fb5858493

diff --git a/sys-devel/binutils/binutils-2.31.1-r2.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r2.ebuild
new file mode 100644
index 000..351a427d7dc
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.31.1-r2.ebuild
@@ -0,0 +1,427 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils libtool flag-o-matic gnuconfig multilib versionator
+
+DESCRIPTION="Tools necessary to build programs"
+HOMEPAGE="https://sourceware.org/binutils/";
+LICENSE="GPL-3+"
+IUSE="+cxx doc multitarget +nls static-libs test"
+
+# Variables that can be set here:
+# PATCH_VER  - the patchset version
+#  Default: empty, no patching
+# PATCH_BINUTILS_VER - the binutils version in the patchset name
+#- Default: PV
+# PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
+#  for the patchsets
+#  Default: dilfridge :)
+
+PATCH_VER=4
+PATCH_DEV=dilfridge
+
+case ${PV} in
+   )
+   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
+   inherit git-r3
+   S=${WORKDIR}/binutils
+   EGIT_CHECKOUT_DIR=${S}
+   SLOT=${PV}
+   ;;
+   *.)
+   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
+   inherit git-r3
+   S=${WORKDIR}/binutils
+   EGIT_CHECKOUT_DIR=${S}
+   EGIT_BRANCH=$(get_version_component_range 1-2)
+   EGIT_BRANCH="binutils-${EGIT_BRANCH/./_}-branch"
+   SLOT=$(get_version_component_range 1-2)
+   ;;
+   *)
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
+   SLOT=$(get_version_component_range 1-2)
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS=""
+   ;;
+esac
+
+#
+# The Gentoo patchset
+#
+

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

2018-12-03 Thread Lars Wendler
commit: 07de9c0c0a38e9572be70bf96f9a422c79b6458c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 23:37:30 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 23:41:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07de9c0c

sys-fs/cryptsetup: Bump to version 2.0.6

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

 sys-fs/cryptsetup/Manifest|   1 +
 sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/sys-fs/cryptsetup/Manifest b/sys-fs/cryptsetup/Manifest
index aa021fe7bc7..74a53423237 100644
--- a/sys-fs/cryptsetup/Manifest
+++ b/sys-fs/cryptsetup/Manifest
@@ -1,3 +1,4 @@
 DIST cryptsetup-1.7.5.tar.xz 1232696 BLAKE2B 
1bd62b186564e0b902480d66f623074f8d2f06ea09f11788566e33d58f7d0dc8c79d5827e5966e1a20a5597c2cbdec76da49c8f54c0538a1ac3f869d8ef55456
 SHA512 
d473f7b06d705a3868a70f3767fafc664436b5897ba59025ea1268f815cb80a9076841ff9ff96cc130fb83ba18b03c1eee38cfaf1b471fdd883a3e126b771439
 DIST cryptsetup-2.0.4.tar.xz 10444544 BLAKE2B 
95c18eefe99c27d05e347440d77e4ff53dcc110822dc706e2284e3203da9069acbd8afedb8d596a0f832bdadea0597b75af58a22af712818a3e0aae2824e51b7
 SHA512 
74d442c7c7837da719a14aefa8bf0b5dffbb050acd6fbd140c50d43470c828f79fdcf7cd6acf1c149a4e1129a100059df6216b7d8ca04eb0b070cb8d4ca33e61
 DIST cryptsetup-2.0.5.tar.xz 10476304 BLAKE2B 
cf1e335fce48a7bf835b2008dfc0a96ef35d344e2c9f6a0a5a2ff45644f9015311e99b8f9e05b0b23cad69d74f91dd1b7cdd766560fb6504e7453d6e46bea186
 SHA512 
bac3f5fde1be02d325c097f85e77aef44ce764c1bca7f0554cedd69b9444e5a5529f11b9ae74d36dc1977e88e11422a58dfa17e48559eac7f5e6c4ce332409ae
+DIST cryptsetup-2.0.6.tar.xz 10621424 BLAKE2B 
ecda2cb3c0a8a46b69519ab9ea9a1ece44fb21602cbce0751e52a16e5e493c7772fdc62c1151b95a783a847d9afd5a64f64bcac6673acba4bb90a417047c93cb
 SHA512 
1fdb9068fe2b5825cef65323a9b788b5e043c1000e614e47e2b21ab3969e416653580aba639755ba936718ad612b986768029df5e07f3fa191db2bf29d2501ef

diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild
new file mode 100644
index 000..29d5fcff645
--- /dev/null
+++ b/sys-fs/cryptsetup/cryptsetup-2.0.6.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+
+inherit autotools python-single-r1 linux-info libtool eapi7-ver
+
+DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
+HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md";
+SRC_URI="mirror://kernel/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0/12" # libcryptsetup.so version
+[[ ${PV} != *_rc* ]] && \
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~s390 ~sh ~sparc ~x86"
+CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
+# we don't support nss since it doesn't allow cryptsetup to be built statically
+# and it's missing ripemd160 support so it can't provide full backward 
compatibility
+IUSE="${CRYPTO_BACKENDS} +argon2 libressl nls pwquality python reencrypt 
static static-libs +udev urandom"
+REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   static? ( !gcrypt )" #496612
+
+LIB_DEPEND="
+   dev-libs/json-c:=[static-libs(+)]
+   dev-libs/libgpg-error[static-libs(+)]
+   dev-libs/popt[static-libs(+)]
+   >=sys-apps/util-linux-2.31-r1[static-libs(+)]
+   argon2? ( app-crypt/argon2:=[static-libs(+)] )
+   gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] )
+   nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
+   openssl? (
+   !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
+   libressl? ( dev-libs/libressl:=[static-libs(+)] )
+   )
+   pwquality? ( dev-libs/libpwquality[static-libs(+)] )
+   sys-fs/lvm2[static-libs(+)]
+   udev? ( virtual/libudev[static-libs(+)] )"
+# We have to always depend on ${LIB_DEPEND} rather than put behind
+# !static? () because we provide a shared library which links against
+# these other packages. #414665
+RDEPEND="static-libs? ( ${LIB_DEPEND} )
+   ${LIB_DEPEND//\[static-libs\(+\)\]}
+   python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   static? ( ${LIB_DEPEND} )"
+
+S="${WORKDIR}/${P/_/-}"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0.4-fix-static-pwquality-build.patch )
+
+pkg_setup() {
+   local CONFIG_CHECK="~DM_CRYPT ~CRYPTO ~CRYPTO_CBC ~CRYPTO_SHA256"
+   local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for 
cryptsetup)\n"
+   local WARNING_CRYPTO_SHA256="CONFIG_CRYPTO_SHA256:\tis not set 
(required for cryptsetup)\n"
+   local WARNING_CRYPTO_CBC="CONFIG_CRYPTO_CBC:\tis not set (required for 
kernel 2.6.19)\n"
+   local WARNING_CRYPTO="CONFIG_CRYPTO:\tis not set (required for 
cryptsetup)\n"
+   check_extra_config
+}
+
+src_prepare() {
+   sed -i

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

2018-12-03 Thread Lars Wendler
commit: 37c6b7741349989c049f76389742fe4452e4566b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 23:38:19 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 23:41:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c6b774

sys-fs/cryptsetup: Removed old.

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

 sys-fs/cryptsetup/Manifest   |   1 -
 sys-fs/cryptsetup/cryptsetup-2.0.4-r1.ebuild | 130 ---
 2 files changed, 131 deletions(-)

diff --git a/sys-fs/cryptsetup/Manifest b/sys-fs/cryptsetup/Manifest
index 74a53423237..dffce1a9b49 100644
--- a/sys-fs/cryptsetup/Manifest
+++ b/sys-fs/cryptsetup/Manifest
@@ -1,4 +1,3 @@
 DIST cryptsetup-1.7.5.tar.xz 1232696 BLAKE2B 
1bd62b186564e0b902480d66f623074f8d2f06ea09f11788566e33d58f7d0dc8c79d5827e5966e1a20a5597c2cbdec76da49c8f54c0538a1ac3f869d8ef55456
 SHA512 
d473f7b06d705a3868a70f3767fafc664436b5897ba59025ea1268f815cb80a9076841ff9ff96cc130fb83ba18b03c1eee38cfaf1b471fdd883a3e126b771439
-DIST cryptsetup-2.0.4.tar.xz 10444544 BLAKE2B 
95c18eefe99c27d05e347440d77e4ff53dcc110822dc706e2284e3203da9069acbd8afedb8d596a0f832bdadea0597b75af58a22af712818a3e0aae2824e51b7
 SHA512 
74d442c7c7837da719a14aefa8bf0b5dffbb050acd6fbd140c50d43470c828f79fdcf7cd6acf1c149a4e1129a100059df6216b7d8ca04eb0b070cb8d4ca33e61
 DIST cryptsetup-2.0.5.tar.xz 10476304 BLAKE2B 
cf1e335fce48a7bf835b2008dfc0a96ef35d344e2c9f6a0a5a2ff45644f9015311e99b8f9e05b0b23cad69d74f91dd1b7cdd766560fb6504e7453d6e46bea186
 SHA512 
bac3f5fde1be02d325c097f85e77aef44ce764c1bca7f0554cedd69b9444e5a5529f11b9ae74d36dc1977e88e11422a58dfa17e48559eac7f5e6c4ce332409ae
 DIST cryptsetup-2.0.6.tar.xz 10621424 BLAKE2B 
ecda2cb3c0a8a46b69519ab9ea9a1ece44fb21602cbce0751e52a16e5e493c7772fdc62c1151b95a783a847d9afd5a64f64bcac6673acba4bb90a417047c93cb
 SHA512 
1fdb9068fe2b5825cef65323a9b788b5e043c1000e614e47e2b21ab3969e416653580aba639755ba936718ad612b986768029df5e07f3fa191db2bf29d2501ef

diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.4-r1.ebuild 
b/sys-fs/cryptsetup/cryptsetup-2.0.4-r1.ebuild
deleted file mode 100644
index 40bb64ed350..000
--- a/sys-fs/cryptsetup/cryptsetup-2.0.4-r1.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
-
-inherit autotools python-single-r1 linux-info libtool eapi7-ver
-
-DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
-HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md";
-SRC_URI="mirror://kernel/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0/12" # libcryptsetup.so version
-[[ ${PV} != *_rc* ]] && \
-KEYWORDS="~amd64 ~arm64 ~mips ~s390 ~sh ~sparc ~x86"
-CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
-# we don't support nss since it doesn't allow cryptsetup to be built statically
-# and it's missing ripemd160 support so it can't provide full backward 
compatibility
-IUSE="${CRYPTO_BACKENDS} +argon2 libressl nls pwquality python reencrypt 
static static-libs +udev urandom"
-REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   static? ( !gcrypt )" #496612
-
-LIB_DEPEND="
-   dev-libs/json-c:=[static-libs(+)]
-   dev-libs/libgpg-error[static-libs(+)]
-   dev-libs/popt[static-libs(+)]
-   >=sys-apps/util-linux-2.31-r1[static-libs(+)]
-   argon2? ( app-crypt/argon2:=[static-libs(+)] )
-   gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] )
-   nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
-   openssl? (
-   !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
-   libressl? ( dev-libs/libressl:=[static-libs(+)] )
-   )
-   pwquality? ( dev-libs/libpwquality[static-libs(+)] )
-   sys-fs/lvm2[static-libs(+)]
-   udev? ( virtual/libudev[static-libs(+)] )"
-# We have to always depend on ${LIB_DEPEND} rather than put behind
-# !static? () because we provide a shared library which links against
-# these other packages. #414665
-RDEPEND="static-libs? ( ${LIB_DEPEND} )
-   ${LIB_DEPEND//\[static-libs\(+\)\]}
-   python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   static? ( ${LIB_DEPEND} )"
-
-S="${WORKDIR}/${P/_/-}"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-static-pwquality-build.patch )
-
-pkg_setup() {
-   local CONFIG_CHECK="~DM_CRYPT ~CRYPTO ~CRYPTO_CBC ~CRYPTO_SHA256"
-   local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for 
cryptsetup)\n"
-   local WARNING_CRYPTO_SHA256="CONFIG_CRYPTO_SHA256:\tis not set 
(required for cryptsetup)\n"
-   local WARNING_CRYPTO_CBC="CONFIG_CRYPTO_CBC:\tis not set (required for 
kernel 2.6.19)\n"
-   local WARNING_CRYPTO="CONFIG_CRYPTO:\tis not set (required for 
cryptsetup)\n"
-   check_extra_config
-}
-
-src_prepare() {
-   sed -i '/^L

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

2018-12-03 Thread Lars Wendler
commit: f81ec58047816aaf5cd14b69c636bdd018680f3f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 23:41:34 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 23:41:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81ec580

sys-fs/btrfs-progs: Bump to version 4.19.1_rc1

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

 sys-fs/btrfs-progs/Manifest  |   1 +
 sys-fs/btrfs-progs/btrfs-progs-4.19.1_rc1.ebuild | 117 +++
 2 files changed, 118 insertions(+)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index bb819c81210..8d0ad9e03a2 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -6,6 +6,7 @@ DIST btrfs-progs-v4.14.1.tar.xz 1926492 BLAKE2B 
35575946c1de9cb81f1aed2a5be24331
 DIST btrfs-progs-v4.15.1.tar.xz 1931820 BLAKE2B 
00c4b9f6ec2039ad680cd625e5ece1cd306b8eaa4572f262cd2272c9d1e03923834ec7af7e59afc9e931cf95d224aea883cc544ba8e26de03119d85c67f19b64
 SHA512 
6e6a9799f6716bbf772d5f0c8069579815060db20d30807e12948e7274448bca09a12c385ea05a95afc23722d12067a8d99623ea0091dca8ae75ea646aa84b88
 DIST btrfs-progs-v4.16.1.tar.xz 1980696 BLAKE2B 
85854fd025c92bd31c957623b78ad72efd536fc8c9d72cc7ad65b9a435b3d57405208e355a86d95ea46ed0179a04e34c3693c4e465e7d6a8edfacdbd185e1421
 SHA512 
9f0e8c593a10c1c09749ccc00f470ba44d4357fabca8d89ce5891ab0d9cd70f1356f1c6677288019387a6b3b3746431537da205627791a35955bb8bed33d807e
 DIST btrfs-progs-v4.17.1.tar.xz 2045192 BLAKE2B 
cfc696f32ae8f02865206ff0b1f749a5af072b147537e2c6389a4fb7e93e437754b6af23f122722837612a08d86485bcf110e069facb6c5b76f193dc89a6d433
 SHA512 
90f291e362b640a22b41036351619e7b8a793a3b57d0537e7865edf4b830d6dc57b3051c0aed9e1ff38b602441a20fea7f974ccff789a3b4a622a0ea57756538
+DIST btrfs-progs-v4.19.1-rc1.tar.xz 2006992 BLAKE2B 
4280bb5e2c106023208df1a085e669b783beda82d26956311d7dbd3e33c804b12ebf27ebdb21261146f57ea202ad704b94e1ab8dba941d01ed58dc711e1f3669
 SHA512 
e79e5f25629fb83d0143dec460552e694fa9b3babf76c3e9dd17fa3ac6ea1095efe6f225918c6bbd56dfcb2bd1b800a8aeda95dd0ee20e1b6becefc632187672
 DIST btrfs-progs-v4.19.tar.xz 2001340 BLAKE2B 
117087adcb57e4ebf6a2e9c66bf0ad2b098108f7363fc3c015d73bf9afcda9d579831fe0e324125893cdb2510873d052522b15843c461e640a546900e535ce76
 SHA512 
e5abf637a9c811973422ca05a5530f6cd18263013d141277e2a70099cf8ab7e0eb8781df56368da4321c90f21d1022ad852b661adc4877e9a9ba5c60ccbefdee
 DIST btrfs-progs-v4.4.1.tar.xz 1173248 BLAKE2B 
8bf07a3bc3d24a3f641c2dc7a6353f186ebd98f7a633bdbc2689359e6204b3f1db76accee3e648634f319e26b57e6376c13fa31d39413908d0b2308e0ae28d0e
 SHA512 
3086e2e0385d9e14edcfa25e1aee1ed98087dd5b91a66aa450786c932d79841b5c4ee3f9a40b8fdecee0ba1e386196b89679d28e58e4924ce66cd78c5e3c0d4a
 DIST btrfs-progs-v4.9.1.tar.xz 1476524 BLAKE2B 
3fdd1c040fdf8083fcf5d4106db22112aaba59dd9a6ab8ad164302ec153a83151fbf88d84181dc849c296bb96ad883d4f7329bff111c67c19fdb814db5073fb2
 SHA512 
143f5c8863f3b9eff2e4ca2c750bb80ffe62f66d0c15d23e6f5bf75dab0133dcd3ff4d4c722360560de24b73e3da1222f265230d18de06d7bccd85ad2cb9a6a5

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.19.1_rc1.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.19.1_rc1.ebuild
new file mode 100644
index 000..04d53839609
--- /dev/null
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.19.1_rc1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit bash-completion-r1 python-single-r1
+
+libbtrfs_soname=0
+
+if [[ ${PV} !=  ]]; then
+   MY_PV="v${PV/_/-}"
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz";
+   S="${WORKDIR}"/${PN}-${MY_PV}
+else
+   WANT_LIBTOOL=none
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git";
+   EGIT_BRANCH="devel"
+fi
+
+DESCRIPTION="Btrfs filesystem utilities"
+HOMEPAGE="https://btrfs.wiki.kernel.org";
+
+LICENSE="GPL-2"
+SLOT="0/${libbtrfs_soname}"
+IUSE="+convert python reiserfs static static-libs +zstd"
+
+RESTRICT=test # tries to mount repared filesystems
+
+RDEPEND="
+   dev-libs/lzo:2=
+   sys-apps/util-linux:0=[static-libs(+)?]
+   sys-libs/zlib:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   reiserfs? (
+   >=sys-fs/reiserfsprogs-3.6.27
+   )
+   )
+   python? ( ${PYTHON_DEPS} )
+   zstd? ( app-arch/zstd:0= )
+"
+DEPEND="${RDEPEND}
+   convert? ( sys-apps/acl )
+   >=app-text/asciidoc-8.6.0
+   app-text/docbook-xml-dtd:4.5
+   app-text/xmlto
+   python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
+   static? (
+   dev-libs/lzo:2[static-libs(+)]
+   sys-apps/util-linux

[gentoo-commits] repo/gentoo:master commit in: app-forensics/lynis/files/

2018-12-03 Thread Mike Pagano
commit: 00d64bcb79a0cfd5e2e1c8b99325652e2a9a4b53
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Dec  3 23:27:37 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Dec  3 23:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d64bcb

app-forensics/lynis: Update cron script

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

 app-forensics/lynis/files/lynis.cron-new | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/lynis/files/lynis.cron-new 
b/app-forensics/lynis/files/lynis.cron-new
index 15a39f1ca23..b5e4b0c2362 100644
--- a/app-forensics/lynis/files/lynis.cron-new
+++ b/app-forensics/lynis/files/lynis.cron-new
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-/usr/sbin/lynis --checkall --auditor "automated" --cronjob
+/usr/sbin/lynis audit system --auditor "automated" --cronjob



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

2018-12-03 Thread Ben Kohler
commit: 9aa569612a830d4a33815b47501f3d11b70cc701
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Dec  3 22:29:14 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Dec  3 22:29:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa56961

net-misc/connman: drop old

Bug: https://bugs.gentoo.org/630028
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   |  3 --
 net-misc/connman/connman-1.29.ebuild| 70 -
 net-misc/connman/connman-1.33-r1.ebuild | 83 --
 net-misc/connman/connman-1.34.ebuild| 90 -
 4 files changed, 246 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 95fc6fc9097..22144a8bb4b 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,5 +1,2 @@
-DIST connman-1.29.tar.xz 653324 BLAKE2B 
16c09339f84eff5c4977d0c7b71e5a757cf8bdef247b22789d9b316e74f4ee9ed5c81420ab01020035c0bc4da207015b0e53df40684d2dd62a2456220f4db4d8
 SHA512 
19f623dd23c6312f29bbd570dcb22d31154ffcd16ee66ed2280df3d9d844301f18538418363222d99eabdc33da0021488ed66ba2e4f88df30646004b724538ee
-DIST connman-1.33.tar.xz 669800 BLAKE2B 
5500b9a318bc0484d9647e5e27fa2da6d59d9238cba26564940979f27e339648f72700f6f78ded719ce08e8d2353bd361388baedb353301519363c4f14227544
 SHA512 
5670124d2e17ffde4bd5fb878198843b712a31f5840e8523e8247373c8547619e32a4d6dda9cf993eebd5c65bdd256cfc570708a79da1d10f969662b5b750566
-DIST connman-1.34.tar.xz 684992 BLAKE2B 
48912ed7e52f1e696189240fc0d8cecec596cdb247683cd80c236a5757846d337d6d171dd1707acbb8414e09d4168212e614238136138c89acede6fc77c3a406
 SHA512 
732669648936630ae5895cba8b69757ab594bc31ee8e4925b0e402d190939891fac61136f3f086ce708b8d576136f0947914c0cc07427c170cbf9b85a308
 DIST connman-1.35.tar.xz 686092 BLAKE2B 
706d8333dc2fcbee8d0ef3849325c4975dfe312a7a542ee96859a1724e05b1302c244a0108ab70033b398301c235fb13cb9509e9147dc2bb049e900f3799cd98
 SHA512 
2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8
 DIST connman-1.36.tar.xz 692616 BLAKE2B 
7d8cea55365fbfe78cd897b5b65d8edf475a737220732c46c95dda4c6b12badddca38150dbedddcc95c29bce486d86fe130a9d65043c6e18ed6b1eba3fe5aec0
 SHA512 
c0b9e924a28d58539d44c314168ae7aa46dfea8ce9d125198f525a6d6ef95ca77fd0357c4c4c7548b362b9de8e6f85c7915b1a4cf89b65116c4cbc4df75318e1

diff --git a/net-misc/connman/connman-1.29.ebuild 
b/net-misc/connman/connman-1.29.ebuild
deleted file mode 100644
index 329ac55f1db..000
--- a/net-misc/connman/connman-1.29.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit base systemd
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman";
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="bluetooth debug doc examples +ethernet l2tp ofono openvpn openconnect 
pptp policykit tools vpnc +wifi wispr"
-
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   >=net-firewall/iptables-1.4.8
-   bluetooth? ( net-wireless/bluez )
-   l2tp? ( net-dialup/xl2tpd )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable examples test) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wispr wispr builtin) \
-   $(use_enable debug) \
-   $(use_enable tools) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dobin client/connmanctl || die "client installation failed"
-
-   if use doc; then
-   dodoc doc/*.txt
-

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

2018-12-03 Thread Michał Górny
commit: 8be50549b6ea7d46a38f719a74c1da444fe08cf7
Author: Pedro Arizmendi  zoho  com>
AuthorDate: Fri Nov 16 09:52:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec  3 22:17:38 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8be50549

repositories: Add dwosky-overlay

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

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 66ee8e7..1ce3283 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1304,6 +1304,18 @@
 https://bitbucket.org/dwfreed/dwfreed.gentoo
 https://bitbucket.org/dwfreed/dwfreed.gentoo/rss
   
+  
+dwosky
+Dwosky's personal overlay
+https://github.com/Dwosky/Dwosky-overlay
+
+  dwo...@zoho.com
+  Pedro Arizmendi
+
+https://github.com/Dwosky/Dwosky-overlay.git
+git+ssh://g...@github.com/Dwosky/Dwosky-overlay.git
+https://github.com/Dwosky/Dwosky-overlay/commits/master.atom
+  
   
 earshark
 personal overlay, mostly games related



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

2018-12-03 Thread Mart Raudsepp
commit: b6322bb52015623cc9b72f151c98d38261f2fe39
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec  3 22:06:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec  3 22:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6322bb5

x11-themes/mate-themes-meta-3-r3: ALLARCHES stable

Meta package that should have been stabilized together with
gtk+-3.24 and newer mate-themes.
Really this package shouldn't exist at all, but alas.

Closes: https://bugs.gentoo.org/665568
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
index c1fd735c622..35f49358093 100644
--- a/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DESCRIPTION="Meta package to facilitate easy use of 
x11-themes/mate-themes"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:MATE";
 SRC_URI=""
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 LICENSE="metapackage"
 SLOT="0"
 IUSE="gtk2-only"



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

2018-12-03 Thread Sergei Trofimovich
commit: 4c83283ba85d0bbbe3825507a0b91cbda80dd5cc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  2 15:25:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec  3 21:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c83283b

Revert "dev-libs/libowfat: dietlibc doesn't build on sparc for years"

This reverts commit 12fca6c56f04f9ae45dc3ff705ca9157e8f7a0b2.

libowfat without dietlibc builds fine.

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libowfat/libowfat-0.31-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild 
b/dev-libs/libowfat/libowfat-0.31-r1.ebuild
index f0993d6aaea..9bd8cf6f80a 100644
--- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild
+++ b/dev-libs/libowfat/libowfat-0.31-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.fefe.de/libowfat/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa x86"
+KEYWORDS="amd64 hppa sparc x86"
 IUSE="diet"
 
 RDEPEND="diet? ( >=dev-libs/dietlibc-0.33_pre20090721 )"



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

2018-12-03 Thread Sergei Trofimovich
commit: 7b08ab767300f21ddb48821f9773390bd6092e85
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec  3 21:50:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec  3 21:51:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b08ab76

dev-util/radare2: drop old

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

 dev-util/radare2/Manifest |  1 -
 dev-util/radare2/radare2-3.1.1.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 9423e3ea860..28c865f7846 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,4 +1,3 @@
 DIST radare2-3.0.1.tar.gz 6638512 BLAKE2B 
1051e2d948bf312a5d54d03fa20a2fa6954f0ef735416e1c6e95d2042dcc6e1ec46f750d200c84dcb01395d0925ed42a4a1aa3f96b9eafad39d19ee214c91220
 SHA512 
755cbbf968179d987b1bd11469ef356e9e5b9968983f45a3276e0001c877d13b3b12b71a29dd954e8111c5196284c0e49f26bd79f5b5e037dd4dd27b1f73e380
 DIST radare2-3.1.0.tar.gz 6652526 BLAKE2B 
8da52e93263b47261cadc28e0de637b177943ce978ff342e305c7c924c062458d4eee18d05a21c9ca5153b7ede13332c87e9cd2f22c6880d47fd8e05db21036e
 SHA512 
ee31de49ff83ca1ed093eaf113201cb3709adcb3315671d88413aa4d5c80c37cf9e981c33b4f472b9aa5f67309cdaf9577c2085a8c58e4faf86b37d1ee19866d
-DIST radare2-3.1.1.tar.gz 6662393 BLAKE2B 
b8a9a19a30da85a5e79ded5f91858e6ce393e62b9e44bad3b11f08384cc9fe9f362bd666059d038661c8730f458fca22966f9e98eb184f33fa81a4f3c22ad7c7
 SHA512 
9706e0c60e88e75601a7f2e9cb936c1c39057fa43cad81ae72484beddba0e95f0382ceddf9e0e1a3e3b2cedd0fba932eb9d745dfce063274c9a3946d10ccdaa7
 DIST radare2-3.1.2.tar.gz 6664534 BLAKE2B 
0dfaaf70a025b7bc7709adcd582ec2e57a75637d3e48fbd6f6d00e17a447d3d98a030a1cedc0533f30f24d7aebecada9879fa25aa04e99bfb2c26b3267deb340
 SHA512 
dec0715def99818c322655676405dc5e6b98c059d15294be8dbd9bfbbe2782a3cb49f86b3f89071e157fda0f9b15c1cfad5b726bd36e1f56272c25490f36e6d0

diff --git a/dev-util/radare2/radare2-3.1.1.ebuild 
b/dev-util/radare2/radare2-3.1.1.ebuild
deleted file mode 100644
index ccba9bfa0ed..000
--- a/dev-util/radare2/radare2-3.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="unix-like reverse engineering framework and commandline tools"
-HOMEPAGE="http://www.radare.org";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/radare/radare2";
-else
-   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl libressl"
-
-RDEPEND="
-   dev-libs/capstone:0=
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --without-libuv \
-   --with-syscapstone \
-   $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/zsh/site-functions
-   doins doc/zsh/_*
-
-   newbashcomp doc/bash_autocompletion.sh "${PN}"
-   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
-
-   # a workaround for unstable $(INSTALL) call, bug #574866
-   local d
-   for d in doc/*; do
-   if [[ -d $d ]]; then
-   rm -rfv "$d" || die "failed to delete '$d'"
-   fi
-   done
-}



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

2018-12-03 Thread Sergei Trofimovich
commit: 736fe26e5ebc2b2b550dd2bfd008c893efbbfc71
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec  3 21:50:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec  3 21:51:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736fe26e

dev-util/radare2: bump up to 3.1.2

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

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-3.1.2.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index f532d79fa0c..9423e3ea860 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,3 +1,4 @@
 DIST radare2-3.0.1.tar.gz 6638512 BLAKE2B 
1051e2d948bf312a5d54d03fa20a2fa6954f0ef735416e1c6e95d2042dcc6e1ec46f750d200c84dcb01395d0925ed42a4a1aa3f96b9eafad39d19ee214c91220
 SHA512 
755cbbf968179d987b1bd11469ef356e9e5b9968983f45a3276e0001c877d13b3b12b71a29dd954e8111c5196284c0e49f26bd79f5b5e037dd4dd27b1f73e380
 DIST radare2-3.1.0.tar.gz 6652526 BLAKE2B 
8da52e93263b47261cadc28e0de637b177943ce978ff342e305c7c924c062458d4eee18d05a21c9ca5153b7ede13332c87e9cd2f22c6880d47fd8e05db21036e
 SHA512 
ee31de49ff83ca1ed093eaf113201cb3709adcb3315671d88413aa4d5c80c37cf9e981c33b4f472b9aa5f67309cdaf9577c2085a8c58e4faf86b37d1ee19866d
 DIST radare2-3.1.1.tar.gz 6662393 BLAKE2B 
b8a9a19a30da85a5e79ded5f91858e6ce393e62b9e44bad3b11f08384cc9fe9f362bd666059d038661c8730f458fca22966f9e98eb184f33fa81a4f3c22ad7c7
 SHA512 
9706e0c60e88e75601a7f2e9cb936c1c39057fa43cad81ae72484beddba0e95f0382ceddf9e0e1a3e3b2cedd0fba932eb9d745dfce063274c9a3946d10ccdaa7
+DIST radare2-3.1.2.tar.gz 6664534 BLAKE2B 
0dfaaf70a025b7bc7709adcd582ec2e57a75637d3e48fbd6f6d00e17a447d3d98a030a1cedc0533f30f24d7aebecada9879fa25aa04e99bfb2c26b3267deb340
 SHA512 
dec0715def99818c322655676405dc5e6b98c059d15294be8dbd9bfbbe2782a3cb49f86b3f89071e157fda0f9b15c1cfad5b726bd36e1f56272c25490f36e6d0

diff --git a/dev-util/radare2/radare2-3.1.2.ebuild 
b/dev-util/radare2/radare2-3.1.2.ebuild
new file mode 100644
index 000..ccba9bfa0ed
--- /dev/null
+++ b/dev-util/radare2/radare2-3.1.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radare/radare2";
+else
+   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl libressl"
+
+RDEPEND="
+   dev-libs/capstone:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}



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

2018-12-03 Thread Virgil Dupras
commit: 3345da15d6753f22de4075c82d5411e98a9a3101
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Dec  3 21:45:05 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Dec  3 21:45:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3345da15

dev-python/paramiko: security cleanup

Bug: https://bugs.gentoo.org/668876
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/paramiko/paramiko-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/paramiko/paramiko-2.4.1.ebuild 
b/dev-python/paramiko/paramiko-2.4.1.ebuild
index b7ad77c8a4e..35e9ee53f45 100644
--- a/dev-python/paramiko/paramiko-2.4.1.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="arm sparc"
 IUSE="doc examples test"
 
 RDEPEND="



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

2018-12-03 Thread Craig Andrews
commit: ddfa83fc2e7b045261092d4b800f7f6aa187f817
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Dec  3 21:40:26 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 21:41:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfa83fc

net-p2p/xmr-stak: 2.7.0 version bump

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

 net-p2p/xmr-stak/Manifest  |  1 +
 net-p2p/xmr-stak/xmr-stak-2.7.0.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest
index a7c0a825150..3cfabaf389e 100644
--- a/net-p2p/xmr-stak/Manifest
+++ b/net-p2p/xmr-stak/Manifest
@@ -7,3 +7,4 @@ DIST xmr-stak-2.5.0.tar.gz 356770 BLAKE2B 
faf4fe59b8038e3bdac8941a6bac8939e1244d
 DIST xmr-stak-2.5.1.tar.gz 357295 BLAKE2B 
cbb91144f56abb3bb21d9b56d0e530847081698a90260e9e01f055138ff61a62e939e7546f359ac48afd3fb1d6b1bd7c10dc46c7ae628df02ec6d7a14e73f6dd
 SHA512 
3899476430b50cf697588bce9b8b821c1cb6a5c4c24f0fa31c36030246a8092f6e3f959b8c0548fe26967d49cd0943843a53e49bf7420710382120292f1f2d2e
 DIST xmr-stak-2.5.2.tar.gz 357306 BLAKE2B 
333011250d2df3a699ec00066b1f2e45182b33b74178579756fb29b553d1d8b5abc171241f9586ef80c2c34ada40fd350046b998a7ac3c6a905b78f5e00facb0
 SHA512 
d9c1e851588d7e995c11cd02873a49612f862550635afe311a654fb3e0f80c80dec15a99b83e33a6d090d6e32d87f29746291e06effa05df4fc9f2f78c0a6a9c
 DIST xmr-stak-2.6.0.tar.gz 358899 BLAKE2B 
adf581dc13c680066e6aa6ff7b4e6f98e07fa5a336e8676f8aca34017359c294289d4ef28b8c9e92a183b71a00c30e693b4d602ef8e1fde888ca217f343d5cfe
 SHA512 
aba471ba7867909815b2c0cb7366949e42a888999686dd3ff69243b6a567793bc0e08e1f8e892c711842ace4a764e2d577393ba9ea4de4c3de1e80cf31d3e70c
+DIST xmr-stak-2.7.0.tar.gz 376873 BLAKE2B 
78dd64acf7fbae46bf150d97b00c8443fbd097789b6e1aef99a954d966b8a75add358c82636621bb8b5639883a6d79b17ba3691e72354034bd944fa1f44d8c1e
 SHA512 
cb56de595225ab22f1c53f1dd971898fcb14610a11d1cbc789e144a5b34f24e56f44fb75bdefc809bde17e434a5e6d02830874b9b825af179cd4699587f5e7c7

diff --git a/net-p2p/xmr-stak/xmr-stak-2.7.0.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.7.0.ebuild
new file mode 100644
index 000..59442f8065c
--- /dev/null
+++ b/net-p2p/xmr-stak/xmr-stak-2.7.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils systemd
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git";
+   EGIT_BRANCH="dev"
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Unified all-in-one Monero miner"
+HOMEPAGE="https://github.com/fireice-uk/xmr-stak";
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="cuda devfee hwloc opencl ssl webserver"
+
+DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit )
+   hwloc? ( sys-apps/hwloc )
+   opencl? ( virtual/opencl )
+   ssl? ( dev-libs/openssl:0= )
+   webserver? ( net-libs/libmicrohttpd )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   if ! use devfee; then
+   sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' 
xmrstak/donate-level.hpp || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCUDA_ENABLE=$(usex cuda)
+   -DHWLOC_ENABLE=$(usex hwloc)
+   -DMICROHTTPD_ENABLE=$(usex webserver)
+   -DOpenCL_ENABLE=$(usex opencl)
+   -DOpenSSL_ENABLE=$(usex ssl)
+   -DLIBRARY_OUTPUT_PATH=$(get_libdir)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service
+   doinitd "${FILESDIR}"/${PN}
+   dodir /etc/xmr-stak
+}
+
+pkg_postinst() {
+   if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then
+   ewarn "To use xmr-stack:"
+   if use cuda || use opencl; then
+   ewarn "As root or as a user that is a member of the 
'video' group,"
+   fi
+   ewarn "run:"
+   ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd 
/etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c 
/etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt"
+   ewarn "xmr-stak can now be terminated and 'systemctl start 
xmr-stak' or '/etc/init.d/xmr-stak start' can be used."
+   fi
+}



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

2018-12-03 Thread Craig Andrews
commit: 2d1b0d92e3f888615392d21637183b316aa4bc09
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Nov 27 14:47:28 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 21:22:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1b0d92

media-video/ffmpeg: require >=net-libs/srt-1.3.0

Closes: https://bugs.gentoo.org/672052
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-video/ffmpeg/ffmpeg-4.1.ebuild  | 2 +-
 media-video/ffmpeg/ffmpeg-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.1.ebuild 
b/media-video/ffmpeg/ffmpeg-4.1.ebuild
index f9bb47a5c71..afdb9cb4d06 100644
--- a/media-video/ffmpeg/ffmpeg-4.1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.1.ebuild
@@ -229,7 +229,7 @@ RDEPEND="
samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] )
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
-   srt? ( net-libs/srt[${MULTILIB_USEDEP}] )
+   srt? ( >=net-libs/srt-1.3.0[${MULTILIB_USEDEP}] )
ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-.ebuild 
b/media-video/ffmpeg/ffmpeg-.ebuild
index 1e84ce79862..bf29f67ebbb 100644
--- a/media-video/ffmpeg/ffmpeg-.ebuild
+++ b/media-video/ffmpeg/ffmpeg-.ebuild
@@ -229,7 +229,7 @@ RDEPEND="
samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] )
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
-   srt? ( net-libs/srt[${MULTILIB_USEDEP}] )
+   srt? ( >=net-libs/srt-1.3.0[${MULTILIB_USEDEP}] )
ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )



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

2018-12-03 Thread Virgil Dupras
commit: 9d36960d7ff7c0f89097d89f1c7eaabc682077b5
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Dec  3 21:17:25 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Dec  3 21:17:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d36960d

dev-python/django: bump to 1.11.17 and 2.1.4

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

 dev-python/django/Manifest  |   2 +
 dev-python/django/django-1.11.17.ebuild | 112 
 dev-python/django/django-2.1.4.ebuild   |  87 +
 3 files changed, 201 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index ae48d9cfd73..abdc43a40c8 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,3 +1,5 @@
 DIST Django-1.11.16.tar.gz 7852514 BLAKE2B 
a881caa6c31c80d6b0146cb49a08ba63ebfba21637747328adb8ec3afada2182b72c46576a79cc9e163546e5b980a2be516d842492517319deb0a4f5512ad605
 SHA512 
bf1329ac364c9037fd6cecd0e8565c8bd8d830343671f9ce5415a10e70da37256667675b3f97e4d2508a8a912fa7a06ca7f585586ac18e6734c939bc41a8b455
+DIST Django-1.11.17.tar.gz 7853439 BLAKE2B 
f6218ee690e505921d229193540b4166771465213aee3a3b239da6a88c1a7e166d182750192f984be7369e82c3ae172a9d858d7d30e9eb7cff4a467b543372e2
 SHA512 
ecf798ce8037d79dbbe673ad583e6414c9a24b807442feb967927b78cacb467f7f5c20e938116829d9b0df0563ee110a8d07294fd40b99dbd6356c8bae151bd6
 DIST Django-2.0.9.tar.gz 7992507 BLAKE2B 
c6f1d79401007d2c83553e885d5e32c7890b3f1ed53c948ea4c55cc2a0272c06d0b7fdafef7be5042ab26b3f8c3ffef64f6f01f49d6e615503f8bfad99b66c3a
 SHA512 
7a766ce0240b19a18dc5a9a4682630c4ce90fa6ed0d02a97303088a990d09e097b609220f4e2806854585724f483cb2ae7e4f29bfd1898f3a0d6e758c2f4ea4a
 DIST Django-2.1.3.tar.gz 8611851 BLAKE2B 
dc0c2bf994ef883d34d66d3d0f4e77d20f5a25671053831e4138e5431ec7ec8c89ba64d7ae4a58e034e01093276cd61a2d833319d28283cbd9ad8d6ae4b9b2d4
 SHA512 
b83732d8c0230bda0a29db92acd3e4e7531f9adb3a0d10f37c40288c08ccaa5d7d49184bd5ea000b991eaf8a196b317648c200c147a6e8f503ce42189344cee9
+DIST Django-2.1.4.tar.gz 8611886 BLAKE2B 
1deedd3c13c65a7f6ae2262ef1e894046e3151dc7bcd6da274d6e87e60db326cc28a51c62627d00c6feee3807ff8dd13823edf8b4494f0d1499272998f350748
 SHA512 
a2dc6fb7514f8d79aff98aeb0bd0edb1ede36ed2368e553fded8b58765092d6a2efcf2e9429bb9c7d2c16d466e46a9ff18aaf5911a7dd868f42569c1e82831aa

diff --git a/dev-python/django/django-1.11.17.ebuild 
b/dev-python/django/django-1.11.17.ebuild
new file mode 100644
index 000..aaa15de9067
--- /dev/null
+++ b/dev-python/django/django-1.11.17.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+WEBAPP_NO_AUTO_INSTALL="yes"
+
+inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
+
+MY_PN="Django"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/";
+SRC_URI="
+   https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
+   mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+   "
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc sqlite test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/numpy[$(python_gen_usedep 'python*')]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+WEBAPP_MANUAL_SLOT="yes"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.9-bashcomp.patch
+)
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+python_prepare_all() {
+   # Prevent d'loading in the doc build
+   sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   # Tests have non-standard assumptions about PYTHONPATH,
+   # and don't work with ${BUILD_DIR}/lib.
+   PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 
--parallel 1 \
+   || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp extras/django_bash_completion ${PN}-admin
+   bashcomp_alias ${PN}-admin django-admin.py
+

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

2018-12-03 Thread Mats Lidell
commit: 98637c4c3839d525d3cffb7cfd2f294f1128f0a9
Author: Mats Lidell  gentoo  org>
AuthorDate: Mon Dec  3 21:01:01 2018 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Mon Dec  3 21:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98637c4c

package.mask: unmask app-xemacs/ede with dependencies

Security issue is fixed

Bug: https://bugs.gentoo.org/398241
Signed-off-by: Mats Lidell  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d134fa81836..0a7a576a151 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -690,18 +690,6 @@ sys-devel/automake:1.8
 # Unset python_targets_python2_7 for ipykernel and ipyparallel if needed.
 >=dev-python/ipython-6
 
-# Mats Lidell  (17 Aug 2017)
-# Masked ede and all its dependencies due to security reasons.
-# bug #398241
-<=app-xemacs/ede-1.03-r1
-<=app-xemacs/semantic-1.21
-<=app-xemacs/jde-1.52
-<=app-xemacs/xslt-process-1.12
-<=app-xemacs/xetla-1.02
-<=app-xemacs/cogre-1.02
-<=app-xemacs/ecb-1.22
-<=app-xemacs/xemacs-packages-all-2010.07.29
-
 # Kent Fredric  (21 Jul 2017)
 # Masked due to serious regression that introduces widespread data
 # corruption when storing data in blobs. Masked, because any code



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

2018-12-03 Thread Andreas Sturmlechner
commit: afa971f62682deffd455c3afa9ac01e48ed56841
Author: Jonathan Callen  gentoo  org>
AuthorDate: Mon Dec  3 01:37:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec  3 20:23:56 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=afa971f6

kde-apps/kajongg: add python3_7

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

 kde-apps/kajongg/kajongg-18.11.90.ebuild  | 2 +-
 kde-apps/kajongg/kajongg-18.12.49..ebuild | 2 +-
 kde-apps/kajongg/kajongg-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kajongg/kajongg-18.11.90.ebuild 
b/kde-apps/kajongg/kajongg-18.11.90.ebuild
index 208d94a674..fc30aeff89 100644
--- a/kde-apps/kajongg/kajongg-18.11.90.ebuild
+++ b/kde-apps/kajongg/kajongg-18.11.90.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KDE_AUTODEPS="false"
 KDE_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-single-r1 kde5
 
 DESCRIPTION="Classical Mah Jongg for four players"

diff --git a/kde-apps/kajongg/kajongg-18.12.49..ebuild 
b/kde-apps/kajongg/kajongg-18.12.49..ebuild
index 6de52d7102..570ebdebb6 100644
--- a/kde-apps/kajongg/kajongg-18.12.49..ebuild
+++ b/kde-apps/kajongg/kajongg-18.12.49..ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KDE_AUTODEPS="false"
 KDE_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-single-r1 kde5
 
 DESCRIPTION="Classical Mah Jongg for four players"

diff --git a/kde-apps/kajongg/kajongg-.ebuild 
b/kde-apps/kajongg/kajongg-.ebuild
index 4965fae668..02d04b1c37 100644
--- a/kde-apps/kajongg/kajongg-.ebuild
+++ b/kde-apps/kajongg/kajongg-.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 KDE_AUTODEPS="false"
 KDE_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit python-single-r1 kde5
 
 DESCRIPTION="Classical Mah Jongg for four players"



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/

2018-12-03 Thread Alfredo Tupone
commit: 8bfc4e96a4526726a6d2066a22277dab479cac6f
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Dec  3 20:22:49 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Dec  3 20:22:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfc4e96

dev-tcltk/bwidget: remove an old version

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

 dev-tcltk/bwidget/Manifest |  1 -
 dev-tcltk/bwidget/bwidget-1.9.9.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/dev-tcltk/bwidget/Manifest b/dev-tcltk/bwidget/Manifest
index f5e7dab4385..f49f6dabbda 100644
--- a/dev-tcltk/bwidget/Manifest
+++ b/dev-tcltk/bwidget/Manifest
@@ -1,3 +1,2 @@
 DIST bwidget-1.9.12.tar.gz 254905 BLAKE2B 
02b206b9d19ec9580003a8549aa14d2bce230f8dc9834fcd2ba327bee2cf1f90c324f1804e175b89055d5f5f8727253132d186e9230efdc8b29e390e3cf2bf6b
 SHA512 
0e01725ec65041a47a32625f2687e22bc42ccd581a26b3ca7be5a969b0b901c07fd5887a47ff846cc767a72cfc6e31f4aa99a1c9040a6f08705d97a5970f
 DIST bwidget-1.9.8.tar.gz 252668 BLAKE2B 
d7318b3ac932fd0ab9a5fb180e3ca739012e2e6583ba8e3366b6a63c85bfda26ea2f2534540442f9a2047cc27179877658bf492ccfac8106858d049f46f33034
 SHA512 
437958871809c8ce285cbf4521ff08720d106dca708183ff94234015da2b04ccb3a7b05df13d8e3f46466106c91418607c5983fc4ed8d9c4285ae0a0b1071262
-DIST bwidget-1.9.9.tar.gz 243001 BLAKE2B 
31935584e5c6737b143e67113f7d5fb34450ea5bf7852f3c72691abcb1545752f1607945377ac1cb68e5bb256aabc8f92aa193d2a63149ab3de0b74c074409d2
 SHA512 
6374c9127ab37dd2cc3ede30fc525a7d0f226a995e44f7b1c9751e1c5520090bfbbae5cfcb5cbeec4d1c89eb8f4cd7eb2e453ac055d4ae5ef4b7b77512d2e042

diff --git a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
deleted file mode 100644
index 7b2f79c479e..000
--- a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib virtualx
-
-MY_PN=${PN/bw/BW}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="High-level widget set for Tcl/Tk"
-HOMEPAGE="http://tcllib.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/tcllib/${MY_PN}/${PV}/${P}.tar.gz"
-
-LICENSE="tcltk"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="dev-lang/tk:0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.9.8-test.patch
-}
-
-src_test() {
-   VIRTUALX_COMMAND=tclsh
-   TCLLIBPATH="${S}" virtualmake tests/entry.test
-}
-
-src_install() {
-   insinto /usr/$(get_libdir)/${P}
-   doins *.tcl
-   doins -r images lang
-
-   insinto /usr/share/doc/${PF}/
-   doins -r demo
-   dodoc ChangeLog README.txt
-
-   use doc && dohtml BWman/*
-}



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

2018-12-03 Thread Ian Stakenvicius
commit: 110e670822259aacc20f6c50ad99193db56226a3
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Dec  3 20:15:09 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Dec  3 20:15:09 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=110e6708

thunderbird: sync 60.3.2-r1 from gentoo repo

Signed-off-by: Ian Stakenvicius  gentoo.org>

 ...zer.patch => thunderbird-60-sqlite3-fts3-tokenizer.patch} | 12 
 ...hunderbird-60.3.2.ebuild => thunderbird-60.3.2-r1.ebuild} |  9 +
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/mail-client/thunderbird/files/sqlite3-fts3-tokenizer.patch 
b/mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch
similarity index 89%
rename from mail-client/thunderbird/files/sqlite3-fts3-tokenizer.patch
rename to 
mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch
index 4e45b13..48ebbf1 100644
--- a/mail-client/thunderbird/files/sqlite3-fts3-tokenizer.patch
+++ b/mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch
@@ -11,6 +11,8 @@ tokenizers enabled by default. This allows to use system 
SQLite in
 distributions which provide SQLite configured in this way (which is SQLite
 upstream's default configuration due to security concerns).
 
+Requires exposing the sqlite3_db_config symbol in bundled SQLite.
+
 Disable no longer needed setting of SQLITE_ENABLE_FTS3_TOKENIZER macro in
 bundled SQLite build.
 
@@ -27,6 +29,16 @@ bundled SQLite build.
  # Turn on SQLite's assertions in debug builds.
  if CONFIG['MOZ_DEBUG']:
  DEFINES['SQLITE_DEBUG'] = 1
+--- a/db/sqlite3/src/sqlite.symbols Thu Nov 29 19:08:28 2018 +
 b/db/sqlite3/src/sqlite.symbols Thu Nov 29 23:02:10 2018 +
+@@ -45,6 +45,7 @@
+ sqlite3_create_function16
+ sqlite3_create_module
+ sqlite3_data_count
++sqlite3_db_config
+ sqlite3_db_filename
+ sqlite3_db_handle
+ sqlite3_db_mutex
 --- a/storage/mozStorageConnection.cpp Thu Nov 29 19:08:28 2018 +
 +++ b/storage/mozStorageConnection.cpp Thu Nov 29 23:02:10 2018 +
 @@ -679,6 +679,10 @@

diff --git a/mail-client/thunderbird/thunderbird-60.3.2.ebuild 
b/mail-client/thunderbird/thunderbird-60.3.2-r1.ebuild
similarity index 97%
rename from mail-client/thunderbird/thunderbird-60.3.2.ebuild
rename to mail-client/thunderbird/thunderbird-60.3.2-r1.ebuild
index 315316c..b50bc92 100644
--- a/mail-client/thunderbird/thunderbird-60.3.2.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.3.2-r1.ebuild
@@ -199,7 +199,7 @@ src_prepare() {
|| die
eapply "${WORKDIR}/firefox"
 
-   eapply "${FILESDIR}"/sqlite3-fts3-tokenizer.patch
+   eapply "${FILESDIR}"/thunderbird-60-sqlite3-fts3-tokenizer.patch
 
# Ensure that are plugins dir is enabled as default
sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \
@@ -474,13 +474,6 @@ src_install() {

>>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die
fi
 
-   # dev-db/sqlite does not have FTS3_TOKENIZER support.
-   # gloda needs it to function, and bad crashes happen when its enabled 
and doesn't work
-   #if use system-sqlite ; then
-   #   echo "sticky_pref(\"mailnews.database.global.indexer.enabled\", 
false);" \
-   #   
>>"${BUILD_OBJ_DIR}/dist/bin/defaults/pref/all-gentoo.js" || die
-   #fi
-
cd "${S}" || die
MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" 
MOZ_NOSPAM=1 \
DESTDIR="${D}" ./mach install || die



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/files/, mail-client/thunderbird/

2018-12-03 Thread Ian Stakenvicius
commit: 9159b311064b20d1b0b3f8aa5723b9a8d7506cd8
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Dec  3 20:12:33 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Dec  3 20:13:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9159b311

mail-client/thunderbird: drop 60.3.2

Cleaned up the sqlite3 patch for upstream and removed old patch and
v60.3.2 ebuild in favour of -r1

Signed-off-by: Ian Stakenvicius  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../thunderbird/files/sqlite3-fts3-tokenizer.patch |  87 
 .../thunderbird-60-sqlite3-fts3-tokenizer.patch|  53 +-
 mail-client/thunderbird/thunderbird-60.3.2.ebuild  | 562 -
 3 files changed, 33 insertions(+), 669 deletions(-)

diff --git a/mail-client/thunderbird/files/sqlite3-fts3-tokenizer.patch 
b/mail-client/thunderbird/files/sqlite3-fts3-tokenizer.patch
deleted file mode 100644
index 4e45b139268..000
--- a/mail-client/thunderbird/files/sqlite3-fts3-tokenizer.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-# HG changeset patch
-# User Arfrever Frehtes Taifersar Arahesis 
-# Date 1543532530 0
-#  Thu Nov 29 23:02:10 2018 +
-# Node ID 1c480085935783bd1d240860bb44f410e2d36322
-# Parent  645332be364fb8ce3fd29b6cbcd480e5f2e3
-Bug 1270882 - Enable support for SQLite custom FTS3 tokenizers at run time.
-
-Do not require that SQLite has been built with support for custom FTS3
-tokenizers enabled by default. This allows to use system SQLite in
-distributions which provide SQLite configured in this way (which is SQLite
-upstream's default configuration due to security concerns).
-
-Disable no longer needed setting of SQLITE_ENABLE_FTS3_TOKENIZER macro in
-bundled SQLite build.
-
 a/db/sqlite3/src/moz.build Thu Nov 29 19:08:28 2018 +
-+++ b/db/sqlite3/src/moz.build Thu Nov 29 23:02:10 2018 +
-@@ -58,10 +58,6 @@
- if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'uikit':
- DEFINES['SQLITE_ENABLE_LOCKING_STYLE'] = 0
- 
--# Thunderbird needs the 2-argument version of fts3_tokenizer()
--if CONFIG['MOZ_THUNDERBIRD'] or CONFIG['MOZ_SUITE']:
--DEFINES['SQLITE_ENABLE_FTS3_TOKENIZER'] = 1
--
- # Turn on SQLite's assertions in debug builds.
- if CONFIG['MOZ_DEBUG']:
- DEFINES['SQLITE_DEBUG'] = 1
 a/storage/mozStorageConnection.cpp Thu Nov 29 19:08:28 2018 +
-+++ b/storage/mozStorageConnection.cpp Thu Nov 29 23:02:10 2018 +
-@@ -679,6 +679,10 @@
- return convertResultCode(srv);
-   }
- 
-+#ifdef INIT_SQLITE_FTS3_TOKENIZER
-+  ::sqlite3_db_config(mDBConn, SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER, 1, 0);
-+#endif
-+
-   // Do not set mDatabaseFile or mFileURL here since this is a "memory"
-   // database.
- 
-@@ -715,6 +719,10 @@
- return convertResultCode(srv);
-   }
- 
-+#ifdef INIT_SQLITE_FTS3_TOKENIZER
-+  ::sqlite3_db_config(mDBConn, SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER, 1, 0);
-+#endif
-+
-   // Do not set mFileURL here since this is database does not have an 
associated
-   // URL.
-   mDatabaseFile = aDatabaseFile;
-@@ -746,6 +754,10 @@
- return convertResultCode(srv);
-   }
- 
-+#ifdef INIT_SQLITE_FTS3_TOKENIZER
-+  ::sqlite3_db_config(mDBConn, SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER, 1, 0);
-+#endif
-+
-   // Set both mDatabaseFile and mFileURL here.
-   mFileURL = aFileURL;
-   mDatabaseFile = databaseFile;
 a/storage/moz.build2018-11-14 10:14:14.0 -0500
-+++ b/storage/moz.build2018-11-29 17:05:42.106058951 -0500
-@@ -101,16 +101,20 @@
- #
- # Note: On Windows our sqlite build assumes we use jemalloc.  If you disable
- # MOZ_STORAGE_MEMORY on Windows, you will also need to change the "ifdef
- # MOZ_MEMORY" options in db/sqlite3/src/Makefile.in.
- if CONFIG['MOZ_MEMORY'] and not CONFIG['MOZ_SYSTEM_SQLITE']:
- if CONFIG['OS_TARGET'] != 'Android':
- DEFINES['MOZ_STORAGE_MEMORY'] = True
- 
-+# Thunderbird needs the 2-argument version of fts3_tokenizer()
-+if CONFIG['MOZ_THUNDERBIRD'] or CONFIG['MOZ_SUITE']:
-+DEFINES['INIT_SQLITE_FTS3_TOKENIZER'] = 1
-+
- # This is the default value.  If we ever change it when compiling sqlite, we
- # will need to change it here as well.
- DEFINES['SQLITE_MAX_LIKE_PATTERN_LENGTH'] = 5
- 
- # See Sqlite moz.build for reasoning about TEMP_STORE.
- # For system sqlite we cannot use the compile time option, so we use a pragma.
- if CONFIG['MOZ_SYSTEM_SQLITE'] and (CONFIG['OS_TARGET'] == 'Android'
- or CONFIG['HAVE_64BIT_BUILD']):

diff --git 
a/mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch 
b/mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch
index 2909c6cf476..48ebbf154a3 100644
--- a/mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch
+++ b/mail-client/thunderbird/files/thunderbird-60-sqlite3-fts3-tokenizer.patch
@@ -11,10 +11,11 @@ tokenizers enabled by default. This allows to use system 
SQLite in
 distributions which provide SQLite config

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/

2018-12-03 Thread Alfredo Tupone
commit: 0b00510414118d279327e92b4040f0eb11b6e27c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Dec  3 20:11:44 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Dec  3 20:11:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b005104

dev-tcltk/bwidget: amd64 stable

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

 dev-tcltk/bwidget/bwidget-1.9.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/bwidget/bwidget-1.9.12.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild
index f13b72b2fa6..1c6bbdf5fcb 100644
--- a/dev-tcltk/bwidget/bwidget-1.9.12.ebuild
+++ b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${P}.tar.gz"
 
 LICENSE="tcltk"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="dev-lang/tk:0"



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

2018-12-03 Thread Craig Andrews
commit: 139c39312dfecea061893c95276db2d73a17e15f
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Dec  3 19:05:45 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 19:05:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139c3931

media-plugins/kodi-pvr-hts: 4.4.2 version bump

Closes: https://bugs.gentoo.org/605914
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-hts/Manifest   | 1 +
 .../{kodi-pvr-hts-.ebuild => kodi-pvr-hts-4.4.2.ebuild}   | 8 
 media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild   | 8 
 media-plugins/kodi-pvr-hts/metadata.xml   | 4 
 4 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/media-plugins/kodi-pvr-hts/Manifest 
b/media-plugins/kodi-pvr-hts/Manifest
index 2e9d4134bb3..82258454ad7 100644
--- a/media-plugins/kodi-pvr-hts/Manifest
+++ b/media-plugins/kodi-pvr-hts/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-hts-3.4.24.tar.gz 201592 BLAKE2B 
ad4db20f002c006f9c5dbeec65b136287fe6f7b6d973794e90c1e7c2edb3d13717db077edc91172a94c709afc623ce5fc29ccfa88ff34e8c6694b164a9223497
 SHA512 
66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16
+DIST kodi-pvr-hts-4.4.2.tar.gz 159871 BLAKE2B 
56d054e934367225809409960ecc629ebeb92ac95845c10f82cc3942cbcc7e4cf7c32ebfec18a90f2bc3c09f62fcb5cc020fa2a66584ce6891e4012c1342e812
 SHA512 
ab0e1cee6eb5e8b0810b78bc4af70481f061ae5b8144c5a06370b6fc4c9a1a7713531de144ccdabc9d21cef659e7909bd49f89dfcf377f3520f20be5cd738e9e

diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild 
b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild
similarity index 84%
copy from media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
copy to media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild
index e22f7487e30..9807816d018 100644
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
+++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-4.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git";
inherit git-r3
 else
-   CODENAME="Krypton"
+   CODENAME="Leia"
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}"
@@ -26,8 +26,8 @@ IUSE=""
 
 DEPEND="
=dev-libs/libplatform-2*
-   =media-libs/kodi-platform-
-   =media-tv/kodi-
+   =media-libs/kodi-platform-18*
+   =media-tv/kodi-18*
"
 
 RDEPEND="

diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild 
b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
index e22f7487e30..0e79994348d 100644
--- a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
+++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git";
inherit git-r3
 else
-   CODENAME="Krypton"
+   CODENAME="Leia"
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}"
@@ -26,8 +26,8 @@ IUSE=""
 
 DEPEND="
=dev-libs/libplatform-2*
-   =media-libs/kodi-platform-
-   =media-tv/kodi-
+   ~media-libs/kodi-platform-
+   ~media-tv/kodi-
"
 
 RDEPEND="

diff --git a/media-plugins/kodi-pvr-hts/metadata.xml 
b/media-plugins/kodi-pvr-hts/metadata.xml
index d8614f8ccaa..3560c16ef41 100644
--- a/media-plugins/kodi-pvr-hts/metadata.xml
+++ b/media-plugins/kodi-pvr-hts/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   candr...@gentoo.org
+   Craig Andrews
+   

fordf...@gentoo.org
Miroslav Šulc



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

2018-12-03 Thread Craig Andrews
commit: 8cdc90bfc9749cb434f02fd034163eda2d113a8f
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Dec  3 17:59:46 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 18:12:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdc90bf

media-tv/kodi: 18.0_rc2 version bump

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

 media-tv/kodi/Manifest |   1 +
 media-tv/kodi/kodi-18.0_rc2.ebuild | 319 +
 2 files changed, 320 insertions(+)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index bc96f3a29f9..16cebffe679 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -7,6 +7,7 @@ DIST kodi-17.6-generated-addons.tar.xz 57564 BLAKE2B 
9b3000ac23a6aab24b703a2b660
 DIST kodi-17.6.tar.gz 58275293 BLAKE2B 
538675b7a3400d9182f957da9bbf609ce5ece502c3a7f4a32e26c802bae9795979554204148e06d1923d8e68ba1f06f9d92bf11416f73cf9431381642ca00639
 SHA512 
1f1ba91e6129ab423f9ad47b63d7bb75775dbf18638a96413a572aaa790f4f0d738ca35486513e158a7f55d501f78f08dd9d68aabe2fbb80a729c6091b264111
 DIST kodi-18.0b5.tar.gz 50861823 BLAKE2B 
dd78bec6bf3df1ebe7b1ff82b8b90b0d7d326c71b9f2c0f6b6e08c0589a41563b07dfa7947096c6a01ae7e89cf79200c33c1d98c4a7333141972986bb2be652a
 SHA512 
13699671544677cad8d90d4474422edc8ffc0be93672568daf21d2a9a96d9f9696a953227b4a1cca56ac423f288fbead9c68fd814d53320adcf96d5357403780
 DIST kodi-18.0rc1.tar.gz 50880027 BLAKE2B 
c66100e37b7719c32e03c8b1e0d65455730c45891b41c7f2f99fbfb8c8f38893ce94f3f48cc78442d903417eaf29b8681a3f456c0613aec332f75f8874c0db87
 SHA512 
3adaa6e4405234fe95590b48a0d947491425a1a33b2dcc7d1d6df551b9dd6b4787b51916d8707a8b943e7a713947a44970f9695b5977ef8effd5354133bf97ad
+DIST kodi-18.0rc2.tar.gz 50969888 BLAKE2B 
982d660c6f87706fa5d50c5ece84ea3d27adcd3ad561a77082cb2c1abfdd378b233aeaa8102682f0c89bb6f3c28481fa03b6070d4e9c3ba9b37b66096211071e
 SHA512 
2f5bba021221cdc45242abc90a993dd033c2d7839f1031159869ac7a777a0675324ec2858868ff5060b16a8d5f367a6135a20ac570a099e907032678c91eac0c
 DIST libdvdcss-1.4.2-Leia-Beta-5.tar.gz 101068 BLAKE2B 
283aa2cec0a2200d3569bc280cb9659e9224a6b3a77db8a35b269cd8caf1337ac9d8b92b806df66f63ef7458a46bd6261f0b8b14678b10e26644a79dcbeea5da
 SHA512 
5185dbdbeb1bd13ea9d8723f1f4ab599d6f3102f5ba1096cd085aa1cda252c045f327c719227bba8e1b742352ade5e335106c8d0c1637a5a6b93ce661620dd7e
 DIST libdvdcss-2f12236bc1c92f73c21e973363f79eb300de603f.tar.gz 95395 BLAKE2B 
fb3973e098201d177309ad7ca50131725eee4bc6f30f425efa5fea406411f6143ba03abd82cd6c91a250419d3e0a29aafcbf981ba015f6e14cd0ceb001222c12
 SHA512 
12ba7aa653fcb26d5336bf2a8110c924d634cec79f684bbf19dc38ea33f69fb68c22c97f4c09e5ca7c35f95f6c324a6d70ccc2c501a99122a9321cafd33b2cd9
 DIST libdvdnav-43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac.tar.gz 130603 BLAKE2B 
0a211fcedb216567bcd929048af01486ff91efbb8d31592fd116676b6ae95de3cd7bfab7cd79853b3d15e96c27e62cce8c79eeb9baee68a1bad4f3fce8a207a0
 SHA512 
901c6f24afa1d78b6ed78d1ee30daf634ca0bbc0467ef9cc3416bcab4fbc4fda6869ffa051791d85c0b510de748805328627681ef044668a7857299f0035232e

diff --git a/media-tv/kodi/kodi-18.0_rc2.ebuild 
b/media-tv/kodi/kodi-18.0_rc2.ebuild
new file mode 100644
index 000..00b10dacb86
--- /dev/null
+++ b/media-tv/kodi/kodi-18.0_rc2.ebuild
@@ -0,0 +1,319 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_REQ_USE="libressl?,sqlite,ssl"
+LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5"
+LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3"
+LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
+FFMPEG_VERSION="4.0.1"
+CODENAME="Leia"
+FFMPEG_KODI_VERSION="Alpha3-1"
+SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
+   !system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )"
+
+if [[ ${PV} == * ]] ; then
+   PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+   EGIT_REPO_URI="https://github.com/xbmc/xbmc.git";
+   inherit git-r3
+else
+   PYTHON_COMPAT=( python2_7 )
+   MY_PV=${PV/_p/_r}
+   MY_PV=${MY_PV/_alpha/a}
+   MY_PV=${MY_PV/_beta/b}
+   MY_PV=${MY_PV/_rc/rc}
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
+fi
+
+inherit autotools cmake-utils eutils gnome2-utils linux-info pax-utils 
python-single-r1 xdg-utils
+
+DESCRIPTION="A free and open source media-player and entertainment hub"
+HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-lame/

2018-12-03 Thread Craig Andrews
commit: 0aaec72a8df6a65829366fffe125c50567adac21
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Dec  3 18:04:58 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 18:12:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aaec72a

media-plugins/kodi-audioencoder-lame: 2.0.1 version bump

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

 media-plugins/kodi-audioencoder-lame/Manifest | 1 +
 ...ioencoder-lame-.ebuild => kodi-audioencoder-lame-2.0.1.ebuild} | 4 ++--
 .../kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-plugins/kodi-audioencoder-lame/Manifest 
b/media-plugins/kodi-audioencoder-lame/Manifest
index 1f971c656c3..6d35949722e 100644
--- a/media-plugins/kodi-audioencoder-lame/Manifest
+++ b/media-plugins/kodi-audioencoder-lame/Manifest
@@ -1 +1,2 @@
 DIST kodi-audioencoder-lame-1.2.0.tar.gz 23109 BLAKE2B 
9734a09e6ad3627080161114bd748e40fa15c0146cb8c16d805b902503aa28c85c9b337ad5bd66ed756204362ddb7ea9003313523920bc0975ca83fbd3296b8d
 SHA512 
4f4ce910f9831e6f86615b0dc97c77ce60a834d5fd4e000976c6cd84d411eaa65e1a9b8a38edae7ff7c52d1a24c99f794b65c76432cfe4eeb286050e495190c1
+DIST kodi-audioencoder-lame-2.0.1.tar.gz 23505 BLAKE2B 
706cefee19bfdc19caa7c65101d61a3032f70033b4c8adf40c90009aed81c8b69c30e0a8982cf633267c26ea568b19adbefaf6c035617573fa09ae486a6d8e80
 SHA512 
eb780f31e96a0c745cb2598212aab39a065cc85b186b579ba2ace4732640588dabf9a6ef2e6ee57ddd793a2790cab0b8c2a1068714b80ecbfa4ae4a6eaf2f4b1

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.1.ebuild
similarity index 91%
copy from 
media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild
copy to media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.1.ebuild
index 3ab1ec641db..8423fd613ff 100644
--- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild
+++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
+   =media-tv/kodi-18*
media-sound/lame
"
 

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild
index 3ab1ec641db..a30148d6209 100644
--- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild
+++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
+   ~media-tv/kodi-
media-sound/lame
"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-lame/

2018-12-03 Thread Craig Andrews
commit: 1968e8a0475c6df444532f2a5c8bad208468
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Dec  3 18:02:52 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 18:12:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1968e8dd

media-plugins/kodi-audioencoder-lame: 1.2.0 is for Kodi 17 only

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

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

 ...coder-lame-1.2.0.ebuild => kodi-audioencoder-lame-1.2.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-1.2.0.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-1.2.0-r1.ebuild
similarity index 91%
rename from 
media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-1.2.0.ebuild
rename to 
media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-1.2.0-r1.ebuild
index 3ab1ec641db..12208477a61 100644
--- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-1.2.0.ebuild
+++ 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
+   =media-tv/kodi-17*
media-sound/lame
"
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/files/, net-wireless/kismet/

2018-12-03 Thread Rick Farina
commit: 2b53af8fbb1f5710abdd9cbf24ee8c450d2b5bd4
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Dec  3 18:08:34 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Dec  3 18:08:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b53af8f

net-wireless/kismet: fix bug #662726

patch upstream issue disabling lmsensors
live fixups while I'm in there

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

 net-wireless/kismet/files/fix-setuptools3.patch| 65 ++
 net-wireless/kismet/kismet-2018.08_beta1-r3.ebuild |  3 +
 net-wireless/kismet/kismet-.ebuild | 26 +
 3 files changed, 84 insertions(+), 10 deletions(-)

diff --git a/net-wireless/kismet/files/fix-setuptools3.patch 
b/net-wireless/kismet/files/fix-setuptools3.patch
new file mode 100644
index 000..4e9787d8aa9
--- /dev/null
+++ b/net-wireless/kismet/files/fix-setuptools3.patch
@@ -0,0 +1,65 @@
+diff --git a/capture_freaklabs_zigbee/Makefile.in 
b/capture_freaklabs_zigbee/Makefile.in
+index cfbf99b0..c2e68453 100644
+--- a/capture_freaklabs_zigbee/Makefile.in
 b/capture_freaklabs_zigbee/Makefile.in
+@@ -6,7 +6,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+ 
+ clean:
+diff --git a/capture_sdr_rtl433/Makefile.in b/capture_sdr_rtl433/Makefile.in
+index e33f7de5..e1be587d 100644
+--- a/capture_sdr_rtl433/Makefile.in
 b/capture_sdr_rtl433/Makefile.in
+@@ -7,7 +7,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   # These are now part of the setup.py install
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) 
$(BIN)/$(MQTTMONITOR_BIN)
+diff --git a/python_modules/KismetExternal/Makefile 
b/python_modules/KismetExternal/Makefile
+index 036541a0..fc660dfe 100644
+--- a/python_modules/KismetExternal/Makefile
 b/python_modules/KismetExternal/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ protobuf:
+   $(PROTOCBIN) -I ../../protobuf_definitions 
--python_out=./KismetExternal ../../protobuf_definitions/*.proto
+diff --git a/python_modules/KismetLog/Makefile 
b/python_modules/KismetLog/Makefile
+index d0d6f784..60e1eac1 100644
+--- a/python_modules/KismetLog/Makefile
 b/python_modules/KismetLog/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ clean:
+   @-$(PYTHON2) ./setup.py clean
+diff --git a/python_modules/KismetRest/Makefile 
b/python_modules/KismetRest/Makefile
+index d0d6f784..60e1eac1 100644
+--- a/python_modules/KismetRest/Makefile
 b/python_modules/KismetRest/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ clean:
+   @-$(PYTHON2) ./setup.py clean

diff --git a/net-wireless/kismet/kismet-2018.08_beta1-r3.ebuild 
b/net-wireless/kismet/kismet-2018.08_beta1-r3.ebuild
index 1964da67d1e..9f06e02bc4d 100644
--- a/net-wireless/kismet/kismet-2018.08_beta1-r3.ebuild
+++ b/net-wireless/kismet/kismet-2018.08_beta1-r3.ebuild
@@ -76,6 +76,9 @@ src_prepare() {
if ! use lm_sensors; then
sed -i "s#HAVE_LMSENSORS_H=1#HAVE_LMSENSORS_H=0#" configure
fi
+   #fix for bug #662726
+   sed -i "s#HAVE_SENSORS_SENSORS_H#HAVE_LMSENSORS_H#" system_monitor.cc 
|| die
+
if use networkmanager; then
sed -i "s#havelibnm\=no#havelibnm\=yes#" configure
else

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 4ef4ac444dd..9bd91454798 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit autotools eutils multilib user python-single-r1
 
@@ -42,6 +42,7 @@ CDEPEND="
dev-libs/libnl:3
net-libs/libpcap
)
+   dev-libs/libusb:=
dev-libs/protobuf-c:=
dev-libs/protobuf:=
sys-libs/ncurses:=
@@ -66,22 +67,27 @@ src_prepare() {
sed -i -e 's| -s||g' \
-e 's|@mangrp@|root|g' Makefile.in
 
-   epatch "${FILESDIR}"/fix-setuptools2.patch
+   epatch "${FILESDIR}"/fix-setuptools3.patch
eapply_user
 
-   if [[ ${PV} == "" ]] ; then
-

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

2018-12-03 Thread Jeroen Roovers
commit: 4da6962538f798d09c7766b94439ee1c157f6d3f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec  3 18:06:49 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec  3 18:07:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da69625

www-client/opera-developer: Old

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

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-59.0.3147.0.ebuild | 116 -
 2 files changed, 117 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 379ca829872..4a6bdf27c7a 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_59.0.3147.0_amd64.deb 70825612 BLAKE2B 
fb50c5499fa32b221618d44a5e7a2e98d09fda6989164dc6dd5362666afd8859375a4184be28229a7810892b83d9416c0e447a32f56fb887b4a0acdff79066e0
 SHA512 
77c8645e6cafe1baa54c0e9bff3fccc4e875d95a461a4aabee8accce1ffe826ab5518fca358d110f65adacbfe064376560f8e48cde7e8ef5a9cdd10047e9ee29
 DIST opera-developer_59.0.3154.0_amd64.deb 72433972 BLAKE2B 
07dcdbc305d526a2c5a0e10ce55c7ca4118a100b33216e1f2655c9109916f3123e5cf2cd9c06e0592e9fb485a4066aef99d718ee20390855122a482f7e8d86d2
 SHA512 
b4e9d880311df2438f9e10fe5628627aefbad88a843a5dd8bf034bb0aab8c5aa508d006aee38d73834713d6d3aa804084356eaca3bafc79d98948c9bf8905182
 DIST opera-developer_59.0.3160.0_amd64.deb 72435028 BLAKE2B 
8ba17f834c9a29cc17b8f8cc71d6b97cfb8f0676f99be5fec7b188130631ea3a28023d1278c48a01a0096aa7213f82f3026a0cfd179ffe30c7df8fecce89155f
 SHA512 
8dc338e649cedf6ff1a65b2d4e3d219ccb17be9641c1b648387a00e19392530a6dc47c5fdddf1ee6bb23e6b0c5ae95534ada72c2a911efbc90102a66d2980e1d

diff --git a/www-client/opera-developer/opera-developer-59.0.3147.0.ebuild 
b/www-client/opera-developer/opera-developer-59.0.3147.0.ebuild
deleted file mode 100644
index c09ad3685d1..000
--- a/www-client/opera-developer/opera-developer-59.0.3147.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   https://download1.operacdn.com/pub/
-   https://download2.operacdn.com/pub/
-   https://download3.operacdn.com/pub/
-   https://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   epatch_user
-
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   gunzip usr/share/doc/${PF}/changelog.gz || die
-
-   rm usr/bin/${PN} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_dat

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

2018-12-03 Thread Jeroen Roovers
commit: 027068c46d4b949022d4206737af2e097f252ad0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec  3 18:06:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec  3 18:07:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027068c4

www-client/opera-developer: Version 59.0.3160.0

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-59.0.3160.0.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 3d05dc6b209..379ca829872 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_59.0.3147.0_amd64.deb 70825612 BLAKE2B 
fb50c5499fa32b221618d44a5e7a2e98d09fda6989164dc6dd5362666afd8859375a4184be28229a7810892b83d9416c0e447a32f56fb887b4a0acdff79066e0
 SHA512 
77c8645e6cafe1baa54c0e9bff3fccc4e875d95a461a4aabee8accce1ffe826ab5518fca358d110f65adacbfe064376560f8e48cde7e8ef5a9cdd10047e9ee29
 DIST opera-developer_59.0.3154.0_amd64.deb 72433972 BLAKE2B 
07dcdbc305d526a2c5a0e10ce55c7ca4118a100b33216e1f2655c9109916f3123e5cf2cd9c06e0592e9fb485a4066aef99d718ee20390855122a482f7e8d86d2
 SHA512 
b4e9d880311df2438f9e10fe5628627aefbad88a843a5dd8bf034bb0aab8c5aa508d006aee38d73834713d6d3aa804084356eaca3bafc79d98948c9bf8905182
+DIST opera-developer_59.0.3160.0_amd64.deb 72435028 BLAKE2B 
8ba17f834c9a29cc17b8f8cc71d6b97cfb8f0676f99be5fec7b188130631ea3a28023d1278c48a01a0096aa7213f82f3026a0cfd179ffe30c7df8fecce89155f
 SHA512 
8dc338e649cedf6ff1a65b2d4e3d219ccb17be9641c1b648387a00e19392530a6dc47c5fdddf1ee6bb23e6b0c5ae95534ada72c2a911efbc90102a66d2980e1d

diff --git a/www-client/opera-developer/opera-developer-59.0.3160.0.ebuild 
b/www-client/opera-developer/opera-developer-59.0.3160.0.ebuild
new file mode 100644
index 000..c09ad3685d1
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-59.0.3160.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 gnome2-utils multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   epatch_user
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   rm usr/bin/${PN} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xd

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

2018-12-03 Thread Rick Farina
commit: 91d41702f81de7aa12a59feeeb3a7fddfc751a0c
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Dec  3 16:24:23 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Dec  3 16:24:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d41702

net-wireless/kismet-ubertooth: bug #666838

remove old
fix kismet deps, this plug only works with newcore not newnewcore

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

 net-wireless/kismet-ubertooth/Manifest |  2 -
 .../kismet-ubertooth-2015.09.2.ebuild  | 53 --
 .../kismet-ubertooth-2015.10.1.ebuild  | 53 --
 .../kismet-ubertooth-2017.03.2.ebuild  |  9 ++--
 .../kismet-ubertooth/kismet-ubertooth-.ebuild  |  9 ++--
 5 files changed, 10 insertions(+), 116 deletions(-)

diff --git a/net-wireless/kismet-ubertooth/Manifest 
b/net-wireless/kismet-ubertooth/Manifest
index 6293a539182..a40079b50ab 100644
--- a/net-wireless/kismet-ubertooth/Manifest
+++ b/net-wireless/kismet-ubertooth/Manifest
@@ -1,3 +1 @@
-DIST ubertooth-2015-09-R2.tar.xz 1706712 BLAKE2B 
406a0d1548006168116034b94bde4849b79e314a66bf7efac3c3941899e336e3b8aa02255dcc8a5dac3953191992d456657209cde0db5b4fb4cde8912de8c179
 SHA512 
240f6d682fe0addc05bb8ccf7eec931534449adfa9c1369b484aeac73d9bcaf75c211aeede21c6c219e363773ce3d63e4aa0ee6b662acc83409587bd7ac7e4da
-DIST ubertooth-2015-10-R1.tar.xz 1716840 BLAKE2B 
53b02ce7548da7133762ff40e2c4422ae52f13ee0647ee714950d060a5846f82c3de07fdb99b28ed9b406ef17d565e47da3d31a8e2f08d00fbd485f8c09b9ead
 SHA512 
ad7229c9509db4b4230ec28d1c16200f0780dd7ce55224528ced6d8969f342a79b7317b69e7b9e49d03e93f973203801f4f703dd80dc115400366b0984c965b1
 DIST ubertooth-2017-03-R2.tar.xz 676124 BLAKE2B 
1f82c9a6b4b2fcec84d5f69862f843ee4920eb0e17e61940aba48e118fe290f6eed4bd9826c420e218ab433b94630abaf8793c845d2e68ff5587e8b73fbc
 SHA512 
4806a6ac664ec9b78964caeb47f87a60db8f664c529e6e58bc1e5db4d858eaaa1ae51f0293f4a5227a102e556caf1611e97f6675147af4bc34e23646049e8571

diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-2015.09.2.ebuild 
b/net-wireless/kismet-ubertooth/kismet-ubertooth-2015.09.2.ebuild
deleted file mode 100644
index 5f3e212e2e6..000
--- a/net-wireless/kismet-ubertooth/kismet-ubertooth-2015.09.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git";
-   inherit git-r3
-   KEYWORDS=""
-else
-   MY_PV=${PV/\./-}
-   MY_PV=${MY_PV/./-R}
-   S="${WORKDIR}/ubertooth-${MY_PV}"
-   
SRC_URI="https://github.com/greatscottgadgets/ubertooth/releases/download/${MY_PV}/ubertooth-${MY_PV}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE=""
-
-DEPEND=">=net-wireless/kismet-2011.03.2-r1:= \
-   >=net-wireless/ubertooth-${PV}:= \
-   >=net-libs/libbtbb-${PV}:= \
-   virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   if has_version =net-wireless/kismet-; then
-   cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-   else
-   cd "${S}/host/kismet/plugin-ubertooth" || die
-   fi
-   emake KIS_SRC_DIR="/usr/include/kismet/"
-}
-
-src_install() {
-   if has_version =net-wireless/kismet-; then
-   cd "${S}/host/kismet/plugin-ubertooth-phyneutral" || die
-   else
-   cd "${S}/host/kismet/plugin-ubertooth" || die
-   fi
-   emake DESTDIR="${ED}" LIBDIR="/$(get_libdir)" 
KIS_SRC_DIR="/usr/include/kismet/" install
-}
-
-pkg_postinst() {
-   ewarn "This package must be rebuilt every time kismet is rebuilt. Or 
else."
-}

diff --git a/net-wireless/kismet-ubertooth/kismet-ubertooth-2015.10.1.ebuild 
b/net-wireless/kismet-ubertooth/kismet-ubertooth-2015.10.1.ebuild
deleted file mode 100644
index 5f3e212e2e6..000
--- a/net-wireless/kismet-ubertooth/kismet-ubertooth-2015.10.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/greatscottgadgets/ubertooth.git";
-   inherit git-r3
-   KEYWORDS=""
-else
-   MY_PV=${PV/\./-}
-   MY_PV=${MY_PV/./-R}
-   S="${WORKDIR}/ubertooth-${MY_PV}"
-   
SRC_URI="https://github.com/greatscottgadgets/ubertooth/releases/download/${MY_PV}/ubertooth-${MY_PV}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Provides basic bluetooth support in kismet"
-HOMEPAGE="http://ubertooth.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"

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

2018-12-03 Thread Hans de Graaff
commit: 3e19b396b54c675ceb1276be1d791ac46f03a87b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec  3 05:59:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec  3 16:23:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e19b396

dev-ruby/faraday: cleanup

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

 dev-ruby/faraday/Manifest  |  3 --
 dev-ruby/faraday/faraday-0.15.0.ebuild | 69 --
 dev-ruby/faraday/faraday-0.15.1.ebuild | 69 --
 dev-ruby/faraday/faraday-0.15.2.ebuild | 69 --
 4 files changed, 210 deletions(-)

diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
index e76b4a85dad..45c45d960f2 100644
--- a/dev-ruby/faraday/Manifest
+++ b/dev-ruby/faraday/Manifest
@@ -1,6 +1,3 @@
 DIST faraday-0.12.2.tar.gz 62809 BLAKE2B 
4dcd60192df36e1b9766eab3bcbacd729239b0e09d9e82a73d825c750fdbcfae8161cf803f078b841236a5e18b1849b4cdc34e6adebb9eaea0f0442cd65b2e74
 SHA512 
966fc419d529a8bba5caa6d3932ee94f7b248110edc880b532860c24abd70cb50182e40b94b4143e26575c6db7ce046fa71ac0d25010385d7f0c3dda87f39439
 DIST faraday-0.14.0.tar.gz 65105 BLAKE2B 
bf5101083bd828e2ea98dcd487c7c082f8b2d2eb4d03ac7ad04e1873666db9e2cec1e6eb9887364874ea5f32d0313019d1eada5e05e25e0415bdd5aa2bcfca97
 SHA512 
25bba07e76a2a8bf02b0c81c045329e72d5911a2aacae56611db33dc25c89bd48bb1b4de9b20c6edc1514d3ceae8b06fca6076c85580533047c222cb30ef8dc7
-DIST faraday-0.15.0.tar.gz 66086 BLAKE2B 
5018d8e92b2988b08f4e7a5b0876ca6cd4049c74199ee0356adc48867611fd6d30d884bd3cf3e7703a02c7a6e967f9c47cdc44deb75045b8cee46992977fb834
 SHA512 
46602d89b1bbf5a41143a9a71fab193642e7c41db39dc1edc0efb99f4a7a924c5a698460a0a4f921f7ce1f73ee8eb12e6d79a08dea02c7142856d0aa1b95b521
-DIST faraday-0.15.1.tar.gz 66461 BLAKE2B 
476fa62bf9cf138fd52d0d455d7bdd970d77f0337ec1cf42f7833def9ba77a3e94f0bdbbda4136ac03c5a98465081e3093c6a7a6e193cbd7494a28516679
 SHA512 
cb4a14b29b88c356063e2d504e0a93b84b33b6488060a313b2eb6ecbf17eaf09c6fb0e0fabd0bb057623438de2a8538034551d62d719a1c90b6158a768f38a1b
-DIST faraday-0.15.2.tar.gz 66765 BLAKE2B 
8cfe4c6c4f2bb1f0a5fd6a196d339118b09d67b8cdac0c258180ea03c39688af17790c7a15fb4dea4dfd4980c039f987464b2ba7e64c04931e9c31ac670c3618
 SHA512 
5911df09e770c4ee97f2c6c359a4136c268c598cc2f370a3aa112b5710c6c6b7f2704d3094677cd98c44532e3f0d6157df88e1c882d727eec511f4b62a04527c
 DIST faraday-0.15.3.tar.gz 67065 BLAKE2B 
7425fb885cb26394ee91098264b5e4e3038a68855b9a55b03a39faca18d4e0cd516fe447b2312538692229bb15df091317ee36aad762937b46c72e16bb19cc8a
 SHA512 
cfc59c44481e4be27504d02bfcbdc3a3783d15940487e72aaba136f5c456d74be6cad5a686e74eed1ad216fbb58db197d04015c2d168abbbaf899c4f855acdbd

diff --git a/dev-ruby/faraday/faraday-0.15.0.ebuild 
b/dev-ruby/faraday/faraday-0.15.0.ebuild
deleted file mode 100644
index c3f9a9825f0..000
--- a/dev-ruby/faraday/faraday-0.15.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="HTTP/REST API client library with pluggable components"
-HOMEPAGE="https://github.com/lostisland/faraday";
-SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( sys-process/lsof )"
-
-ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 =dev-ruby/test-unit-2.4
-   dev-ruby/httpclient
-   dev-ruby/rack-test
-   dev-ruby/sinatra
-   dev-ruby/net-http-persistent
-   dev-ruby/patron
-   )"
-
-all_ruby_prepare() {
-   # Remove bundler support.
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile test/helper.rb || die
-   sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
-
-   # Remove simplecov and coveralls support, not needed to run tests.
-   sed -i -e '/simplecov/,/^end/ s:^:#:' \
-   -e '1igem "rack", "~>1.0"; require "yaml"' \
-   test/helper.rb || die
-
-   # Remove tests for adapters that are not packaged for Gentoo.
-   rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb 
test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
-
-   # The proxy server is already killed, may be OS X vs Linux issue.
-   sed -i -e '138 s/^/#/' script/test || die
-
-   sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_prepare() {
-   # Make sure the test scripts use the right ruby interpreter
-   sed -i -e 's:ruby:'${RUBY}':' script/* || die
-}
-
-each_ruby_test() {
-   MT_NO_PLUGINS=true each_fakegem_test

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

2018-12-03 Thread Hans de Graaff
commit: a72e9566d5aee5354a616108f4b8e0aca9040dd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec  3 05:57:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec  3 16:23:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72e9566

dev-ruby/capybara: add 3.12.0

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

 dev-ruby/capybara/Manifest   |  1 +
 dev-ruby/capybara/capybara-3.12.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index a1e0ba1c86d..9f199d21152 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -1,5 +1,6 @@
 DIST capybara-2.18.0.gem 274432 BLAKE2B 
992799362025b81a0d074fb06fdafef4c4385ca18ea85a7095d9e58625df6a59a349b60b462c5c4f403a6af955466bc46d82be6cd91724fc2b12cbe15ed74a4c
 SHA512 
3bb994e022593d485a07296193a16cae7b45e96e87dd10b2bd4807ad2bc990801044c0493360598d1626c3e367e8de87e407f65c2c6f42674d5f1b9c0b5c1933
 DIST capybara-3.11.1.gem 310784 BLAKE2B 
ed2c26d0340b0c0ea0fd008436ce29a38d650bf1a7b31279863c0f84e5bcebbd534f4611e9656743cdb9c61ca9eac4c3b152d21d6b630427829f3a2e53f27057
 SHA512 
d97c53135d5ea040950f42750f1644c7a1ba96ff86cefbc83934a19173cae1f303f4ed5b56b95b5d7b9dfb83209312de5e129275b03d472e2614371d4234082b
+DIST capybara-3.12.0.gem 313344 BLAKE2B 
7efac262e6bfee18a44b0a399bee0671e98c9d08e999e9c9cba5a325ed2e9da25e873d789a01d9e066a04aeab0ea3a6a35207e7d0ab05f63eca8331d93acbee8
 SHA512 
a0bc868fb69343c9b037fc7bfbc998662720a212821cb78a02d6dee29d841d1fc4781c6e5e6fe1d4a356ae495ea56dc356ec734b26005215a55ca1eb8a7e2789
 DIST capybara-3.2.1.gem 284672 BLAKE2B 
9da8f588049fab74c4e734626e42758cdd4baf555cfc64e7456bfab2cb4d5c90ed6bfc8ada7cc0d6323ef1113169aec70fd4254aa50c003408376ea4afe00a06
 SHA512 
50af1d4c49c200a4c08901d19b16826499abb8d19de8e059160c509afd555edbe620b6fd5d78f8c286feeb15a72e5a4b241cb1f14151b349fd94cdd3648b64b2
 DIST capybara-3.6.0.gem 296448 BLAKE2B 
4054aaac6b6e0d5f1f0c1adee1951dcac7fcb3b2061dfe9de261e6c8bb749d6c88eb2c5a635b683e9a02719870435d52546701f4f21f722068836d4acd78f3eb
 SHA512 
d99e9aab306955e01c08f26e7e8e042019b30d97c106ce6e33c96d7277670b81a143312c06e89c2f6c5f959af461d219c213c3660e895bec1e8cfcae030728b4
 DIST capybara-3.7.2.gem 299520 BLAKE2B 
eea9d0bc35483174ccedd9366c04484a5b819e40aa6f0d01ceefad1700b04ded446d2b14de82698129fd5f7a5440f08dc2ee437ee3db8e7bcd70d6cde636
 SHA512 
980346ea0fd1c3cb6de2423707d8c8e637f64bde2c1ef48622a08d1fe2177e29eb5d7125a048ebafaf4ca1591c483d34a8b17ed7288985dad783023ed35305e0

diff --git a/dev-ruby/capybara/capybara-3.12.0.ebuild 
b/dev-ruby/capybara/capybara-3.12.0.ebuild
new file mode 100644
index 000..ff3eefbad15
--- /dev/null
+++ b/dev-ruby/capybara/capybara-3.12.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+# Rake tasks are not distributed in the gem.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="Capybara aims to simplify the process of integration testing Rack 
applications"
+HOMEPAGE="https://github.com/jnicklas/capybara";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="3"
+IUSE="test"
+
+DEPEND="${DEPEND} test? ( || ( www-client/firefox www-client/firefox-bin ) )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   >=dev-ruby/launchy-2.4.0
+   >=dev-ruby/selenium-webdriver-3.5:3
+   dev-ruby/sinatra:2
+   www-servers/puma
+)"
+
+ruby_add_rdepend "
+   dev-ruby/addressable
+   >=dev-ruby/mini_mime-0.1.3
+   >=dev-ruby/nokogiri-1.8:0
+   >=dev-ruby/rack-1.6.0:*
+   >=dev-ruby/rack-test-0.6.3:*
+   >=dev-ruby/regexp_parser-1.2:1
+   >=dev-ruby/xpath-3.2:3"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' 
spec/spec_helper.rb || die
+
+   # Avoid window-manager specific tests (sizes are specific for fluxbox)
+   sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
+
+   # Avoid spec that requires unpackaged geckodriver
+   sed -i -e '/describe.*register_server/,/^  end/ s:^:#:' 
spec/capybara_spec.rb || die
+
+   # Avoid test dependency on puma server for now
+   sed -i -e '/should have :puma registered/,/^end/ s:^:#:' 
spec/capybara_spec.rb || die
+}
+
+each_ruby_test() {
+   virtx ${RUBY} -Ilib -S rspec-3 spec || die "Tests failed."
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/geometry2/

2018-12-03 Thread Alexis Ballier
commit: 6f505f2e80540b299817d5f9d18b2458c51119f5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:39 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f505f2e

ros-meta/geometry2: Bump to 0.6.5.

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

 ros-meta/geometry2/Manifest   |  1 +
 ros-meta/geometry2/geometry2-0.6.5.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/ros-meta/geometry2/Manifest b/ros-meta/geometry2/Manifest
index dcb2fab6b60..f2e91e006a9 100644
--- a/ros-meta/geometry2/Manifest
+++ b/ros-meta/geometry2/Manifest
@@ -1,2 +1,3 @@
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/ros-meta/geometry2/geometry2-0.6.5.ebuild 
b/ros-meta/geometry2/geometry2-0.6.5.ebuild
new file mode 100644
index 000..57c6f9435f7
--- /dev/null
+++ b/ros-meta/geometry2/geometry2-0.6.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="The second generation Transform Library in ros"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/test_tf2
+   dev-ros/tf2
+   dev-ros/tf2_bullet
+   dev-ros/tf2_eigen
+   dev-ros/tf2_geometry_msgs
+   dev-ros/tf2_kdl
+   dev-ros/tf2_msgs
+   dev-ros/tf2_py
+   dev-ros/tf2_ros
+   dev-ros/tf2_sensor_msgs
+   dev-ros/tf2_tools
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/stereo_msgs/

2018-12-03 Thread Alexis Ballier
commit: ef374f84c851b4dce435b661772dfba0089a871e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:23 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef374f84

dev-ros/stereo_msgs: Bump to 1.12.7.

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

 dev-ros/stereo_msgs/Manifest  |  1 +
 dev-ros/stereo_msgs/stereo_msgs-1.12.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/stereo_msgs/Manifest b/dev-ros/stereo_msgs/Manifest
index 3015639b474..6b72fd5b8c5 100644
--- a/dev-ros/stereo_msgs/Manifest
+++ b/dev-ros/stereo_msgs/Manifest
@@ -2,3 +2,4 @@ DIST common_msgs-1.12.3.tar.gz 55960 BLAKE2B 
448892dae7b2a399d0ba9964830875dc18a
 DIST common_msgs-1.12.4.tar.gz 58764 BLAKE2B 
0cc1bdcf59882b3ba54683f1254aa7dd0d3bb61aa7cc1e1a27295fc31281badcda14c2ffb1231e2a6ffcdd43d3c386255b0ddebf1534711e7ccad475d98c4e06
 SHA512 
4605264f44dcaf6d970be9278de7433fa933d96eb9e4e6355b417c8f4a378eec03106414f3d9ca22cd7960435b2da714c76d40dfc8073dd887038cbecda7bf28
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/stereo_msgs/stereo_msgs-1.12.7.ebuild 
b/dev-ros/stereo_msgs/stereo_msgs-1.12.7.ebuild
new file mode 100644
index 000..ff274f88d85
--- /dev/null
+++ b/dev-ros/stereo_msgs/stereo_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages specific to stereo processing, such as disparity images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_geometry_msgs/

2018-12-03 Thread Alexis Ballier
commit: cec72336bb0be60301cae00eef4708e937cd0c64
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:05 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec72336

dev-ros/tf2_geometry_msgs: Bump to 0.6.5.

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

 dev-ros/tf2_geometry_msgs/Manifest |  1 +
 .../tf2_geometry_msgs-0.6.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/tf2_geometry_msgs/Manifest 
b/dev-ros/tf2_geometry_msgs/Manifest
index 0bec2cc3c09..0907da9c37c 100644
--- a/dev-ros/tf2_geometry_msgs/Manifest
+++ b/dev-ros/tf2_geometry_msgs/Manifest
@@ -1 +1,2 @@
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.6.5.ebuild 
b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.6.5.ebuild
new file mode 100644
index 000..a15156ecb52
--- /dev/null
+++ b/dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.6.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="The second generation Transform Library in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/tf2_ros[${PYTHON_USEDEP}]
+   dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
+   dev-ros/tf2
+   sci-libs/orocos_kdl
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/nav_msgs/

2018-12-03 Thread Alexis Ballier
commit: a075f891d03b2259c0ecc8d255e1b171985d0487
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:08 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a075f891

dev-ros/nav_msgs: Bump to 1.12.7.

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

 dev-ros/nav_msgs/Manifest   |  1 +
 dev-ros/nav_msgs/nav_msgs-1.12.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/nav_msgs/Manifest b/dev-ros/nav_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/nav_msgs/Manifest
+++ b/dev-ros/nav_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/nav_msgs/nav_msgs-1.12.7.ebuild 
b/dev-ros/nav_msgs/nav_msgs-1.12.7.ebuild
new file mode 100644
index 000..7e4d8bf4a0d
--- /dev/null
+++ b/dev-ros/nav_msgs/nav_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs 
dev-ros/actionlib_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Common messages used to interact with the navigation stack"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_msgs/

2018-12-03 Thread Alexis Ballier
commit: 2550cb7bbb47618fd884afe39a9f32c64a776baf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2550cb7b

dev-ros/tf2_msgs: Bump to 0.6.5.

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

 dev-ros/tf2_msgs/Manifest  |  1 +
 dev-ros/tf2_msgs/tf2_msgs-0.6.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/tf2_msgs/Manifest b/dev-ros/tf2_msgs/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_msgs/Manifest
+++ b/dev-ros/tf2_msgs/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_msgs/tf2_msgs-0.6.5.ebuild 
b/dev-ros/tf2_msgs/tf2_msgs-0.6.5.ebuild
new file mode 100644
index 000..0040e1bbfd7
--- /dev/null
+++ b/dev-ros/tf2_msgs/tf2_msgs-0.6.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 messages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2018-12-03 Thread Alexis Ballier
commit: 8f3e90888b7474de849233428810a8b711939c49
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:05:56 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3e9088

dev-python/catkin_pkg: bump to 0.4.9

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

 dev-python/catkin_pkg/Manifest | 1 +
 .../catkin_pkg/{catkin_pkg-.ebuild => catkin_pkg-0.4.9.ebuild} | 3 +--
 dev-python/catkin_pkg/catkin_pkg-.ebuild   | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest
index 2d3c4c53dca..b6cf6ced754 100644
--- a/dev-python/catkin_pkg/Manifest
+++ b/dev-python/catkin_pkg/Manifest
@@ -1,2 +1,3 @@
 DIST catkin_pkg-0.4.7-gh.tar.gz 60765 BLAKE2B 
905de7f4f013f8e7d6472b5159cb0e9ac82bb06dfca0308a7a5f8881402a721d987a016f7980f7a435a7122c4771311f82f56f460949370ecd93057ef8a8bb25
 SHA512 
1e947c09aa4789d414de74bed7b1aa3d5f5d16d22a8a4609f656b47e51b7318fdd21e003f8bf65355728abaf54a016ce2d78b79cc4ab8bd7c3e048b66c0c0f6e
 DIST catkin_pkg-0.4.8-gh.tar.gz 60811 BLAKE2B 
f7bcdb121844837701e203bfefd3ad9b454362d0d9f5b912a1df542dbb50ea402f1556b4f4031afa13dfdeb852f955d175f80344b773fa959fecf522ceb06fb6
 SHA512 
b697d177164d681e94f19f7f0ec768cb91ba5bf31cd3dfd41a24bc3347957b30f97bf1cc3e3fadb7c3c4f48a5d0306835a9496a9e4ab7b36784f7bbaf4268b6a
+DIST catkin_pkg-0.4.9-gh.tar.gz 60919 BLAKE2B 
e7d4987022359fa7306df77ede2e07b2371bfa16b9787e513dd096ffe3988f9b7e6cbf61b96e00992334dadc6052811c20e0b7ea6c9198db332c1eac545c5031
 SHA512 
53e8440c0768b221526d134c5609c3088dd02e214150253469fe5883665936472486792db2d69c05fd352949f2350bda5960e71cd54e3f1d9164e0915c963295

diff --git a/dev-python/catkin_pkg/catkin_pkg-.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-0.4.9.ebuild
similarity index 94%
copy from dev-python/catkin_pkg/catkin_pkg-.ebuild
copy to dev-python/catkin_pkg/catkin_pkg-0.4.9.ebuild
index f4dc76b3fa3..241a69760c5 100644
--- a/dev-python/catkin_pkg/catkin_pkg-.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-0.4.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -46,7 +46,6 @@ RDEPEND="${RDEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: ros-meta/common_msgs/

2018-12-03 Thread Alexis Ballier
commit: 2d56f2c2dc3da5741f398239305a3032835edf86
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:38 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d56f2c2

ros-meta/common_msgs: Bump to 1.12.7.

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

 ros-meta/common_msgs/Manifest  |  1 +
 ros-meta/common_msgs/common_msgs-1.12.7.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/ros-meta/common_msgs/Manifest b/ros-meta/common_msgs/Manifest
index 3015639b474..6b72fd5b8c5 100644
--- a/ros-meta/common_msgs/Manifest
+++ b/ros-meta/common_msgs/Manifest
@@ -2,3 +2,4 @@ DIST common_msgs-1.12.3.tar.gz 55960 BLAKE2B 
448892dae7b2a399d0ba9964830875dc18a
 DIST common_msgs-1.12.4.tar.gz 58764 BLAKE2B 
0cc1bdcf59882b3ba54683f1254aa7dd0d3bb61aa7cc1e1a27295fc31281badcda14c2ffb1231e2a6ffcdd43d3c386255b0ddebf1534711e7ccad475d98c4e06
 SHA512 
4605264f44dcaf6d970be9278de7433fa933d96eb9e4e6355b417c8f4a378eec03106414f3d9ca22cd7960435b2da714c76d40dfc8073dd887038cbecda7bf28
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/ros-meta/common_msgs/common_msgs-1.12.7.ebuild 
b/ros-meta/common_msgs/common_msgs-1.12.7.ebuild
new file mode 100644
index 000..bd133d65154
--- /dev/null
+++ b/ros-meta/common_msgs/common_msgs-1.12.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Messages that are widely used by other ROS packages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/actionlib_msgs
+   dev-ros/diagnostic_msgs
+   dev-ros/geometry_msgs
+   dev-ros/nav_msgs
+   dev-ros/sensor_msgs
+   dev-ros/shape_msgs
+   dev-ros/stereo_msgs
+   dev-ros/trajectory_msgs
+   dev-ros/visualization_msgs
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_tools/

2018-12-03 Thread Alexis Ballier
commit: 7ff11cb22dc0c5ae3ce652279ad1a1f4466d16bb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:34 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff11cb2

dev-ros/tf2_tools: Bump to 0.6.5.

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

 dev-ros/tf2_tools/Manifest   |  1 +
 dev-ros/tf2_tools/tf2_tools-0.6.5.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/tf2_tools/Manifest b/dev-ros/tf2_tools/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_tools/Manifest
+++ b/dev-ros/tf2_tools/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_tools/tf2_tools-0.6.5.ebuild 
b/dev-ros/tf2_tools/tf2_tools-0.6.5.ebuild
new file mode 100644
index 000..33142d89884
--- /dev/null
+++ b/dev-ros/tf2_tools/tf2_tools-0.6.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/tf2_py[${PYTHON_USEDEP}]
+   dev-ros/tf2_ros[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/diagnostic_msgs/

2018-12-03 Thread Alexis Ballier
commit: 7a190fa6d5fd0b84cb1032c75183ef4ab8301ed8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:01:58 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a190fa6

dev-ros/diagnostic_msgs: Bump to 1.12.7.

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

 dev-ros/diagnostic_msgs/Manifest |  1 +
 .../diagnostic_msgs/diagnostic_msgs-1.12.7.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/diagnostic_msgs/Manifest b/dev-ros/diagnostic_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/diagnostic_msgs/Manifest
+++ b/dev-ros/diagnostic_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.7.ebuild 
b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.7.ebuild
new file mode 100644
index 000..38769c99412
--- /dev/null
+++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Standardized interface for the diagnostic and runtime monitoring 
systems in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_sensor_msgs/

2018-12-03 Thread Alexis Ballier
commit: 6779f681555ab5bf24b2667743e60d3bdf0d5b62
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:29 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6779f681

dev-ros/tf2_sensor_msgs: Bump to 0.6.5.

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

 dev-ros/tf2_sensor_msgs/Manifest   |  1 +
 .../tf2_sensor_msgs/tf2_sensor_msgs-0.6.5.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/tf2_sensor_msgs/Manifest b/dev-ros/tf2_sensor_msgs/Manifest
index 0bec2cc3c09..0907da9c37c 100644
--- a/dev-ros/tf2_sensor_msgs/Manifest
+++ b/dev-ros/tf2_sensor_msgs/Manifest
@@ -1 +1,2 @@
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.6.5.ebuild 
b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.6.5.ebuild
new file mode 100644
index 000..48bdaf11cbe
--- /dev/null
+++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.6.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Transform sensor_msgs with tf. Most notably, PointCloud2"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2_ros[${PYTHON_USEDEP}]
+   dev-ros/tf2
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
+   dev-ros/cmake_modules"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_bullet/

2018-12-03 Thread Alexis Ballier
commit: 9c06016277b7108315d40ab46262778b2705bdec
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:06:55 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c060162

dev-ros/tf2_bullet: Bump to 0.6.5.

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

 dev-ros/tf2_bullet/Manifest|  1 +
 dev-ros/tf2_bullet/tf2_bullet-0.6.5.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/tf2_bullet/Manifest b/dev-ros/tf2_bullet/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_bullet/Manifest
+++ b/dev-ros/tf2_bullet/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_bullet/tf2_bullet-0.6.5.ebuild 
b/dev-ros/tf2_bullet/tf2_bullet-0.6.5.ebuild
new file mode 100644
index 000..86fbb798b40
--- /dev/null
+++ b/dev-ros/tf2_bullet/tf2_bullet-0.6.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 bullet support"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   sci-physics/bullet
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_ros/

2018-12-03 Thread Alexis Ballier
commit: a7bf0286040a1f66b513bc028bf5d966115215f6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:25 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bf0286

dev-ros/tf2_ros: Bump to 0.6.5.

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

 dev-ros/tf2_ros/Manifest |  1 +
 dev-ros/tf2_ros/tf2_ros-0.6.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/tf2_ros/Manifest b/dev-ros/tf2_ros/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_ros/Manifest
+++ b/dev-ros/tf2_ros/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_ros/tf2_ros-0.6.5.ebuild 
b/dev-ros/tf2_ros/tf2_ros-0.6.5.ebuild
new file mode 100644
index 000..fe678113d01
--- /dev/null
+++ b/dev-ros/tf2_ros/tf2_ros-0.6.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS bindings for the tf2 library, for both Python and C++"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/actionlib[${PYTHON_USEDEP}]
+   dev-ros/message_filters
+   dev-ros/roscpp
+   dev-ros/rosgraph
+   dev-libs/boost:=[threads]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/tf2
+   dev-ros/tf2_py[${PYTHON_USEDEP}]
+   dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+   
dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2/

2018-12-03 Thread Alexis Ballier
commit: 1e0b07a871bd92afc058191a3bf02b187c7a4986
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:06:51 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0b07a8

dev-ros/tf2: Bump to 0.6.5.

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

 dev-ros/tf2/Manifest |  1 +
 dev-ros/tf2/tf2-0.6.5.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2/Manifest
+++ b/dev-ros/tf2/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2/tf2-0.6.5.ebuild b/dev-ros/tf2/tf2-0.6.5.ebuild
new file mode 100644
index 000..102478eb1ac
--- /dev/null
+++ b/dev-ros/tf2/tf2-0.6.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="The second generation Transform Library in ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-libs/console_bridge:=
+   dev-ros/rostime
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/roscpp )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/shape_msgs/

2018-12-03 Thread Alexis Ballier
commit: 561505b39136b15b08d259b40d1ac98719732cac
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:18 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561505b3

dev-ros/shape_msgs: Bump to 1.12.7.

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

 dev-ros/shape_msgs/Manifest |  1 +
 dev-ros/shape_msgs/shape_msgs-1.12.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/shape_msgs/Manifest b/dev-ros/shape_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/shape_msgs/Manifest
+++ b/dev-ros/shape_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/shape_msgs/shape_msgs-1.12.7.ebuild 
b/dev-ros/shape_msgs/shape_msgs-1.12.7.ebuild
new file mode 100644
index 000..f1f28b684fe
--- /dev/null
+++ b/dev-ros/shape_msgs/shape_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for defining shapes, such as simple solid object 
primitives, planes, and meshes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_eigen/

2018-12-03 Thread Alexis Ballier
commit: fa4e822a12bb0bb47dec20302061cc941cbf4f09
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:00 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4e822a

dev-ros/tf2_eigen: Bump to 0.6.5.

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

 dev-ros/tf2_eigen/Manifest   |  1 +
 dev-ros/tf2_eigen/tf2_eigen-0.6.5.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ros/tf2_eigen/Manifest b/dev-ros/tf2_eigen/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_eigen/Manifest
+++ b/dev-ros/tf2_eigen/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_eigen/tf2_eigen-0.6.5.ebuild 
b/dev-ros/tf2_eigen/tf2_eigen-0.6.5.ebuild
new file mode 100644
index 000..b5911e90e38
--- /dev/null
+++ b/dev-ros/tf2_eigen/tf2_eigen-0.6.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 eigen support"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-cpp/eigen:3
+   dev-ros/tf2
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND} dev-ros/cmake_modules"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/test_tf2/

2018-12-03 Thread Alexis Ballier
commit: 22c4ccf953f372d90f5afc871bf6ba1a8d2c7dbc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:06:46 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c4ccf9

dev-ros/test_tf2: Bump to 0.6.5.

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

 dev-ros/test_tf2/Manifest  |  1 +
 dev-ros/test_tf2/test_tf2-0.6.5.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ros/test_tf2/Manifest b/dev-ros/test_tf2/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/test_tf2/Manifest
+++ b/dev-ros/test_tf2/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/test_tf2/test_tf2-0.6.5.ebuild 
b/dev-ros/test_tf2/test_tf2-0.6.5.ebuild
new file mode 100644
index 000..3393b751c86
--- /dev/null
+++ b/dev-ros/test_tf2/test_tf2-0.6.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 unit tests"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   dev-ros/rosconsole
+   dev-ros/roscpp
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-ros/tf
+   dev-ros/tf2
+   dev-ros/tf2_bullet
+   dev-ros/tf2_ros[${PYTHON_USEDEP}]
+   dev-ros/tf2_geometry_msgs[${PYTHON_USEDEP}]
+   dev-ros/tf2_kdl[${PYTHON_USEDEP}]
+   dev-ros/tf2_msgs
+   sci-libs/orocos_kdl
+   dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
+   dev-libs/boost:=[threads]
+   dev-cpp/gtest"
+
+mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/trajectory_msgs/

2018-12-03 Thread Alexis Ballier
commit: ae6782c03c9ba4654e95038517551b318e4487be
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:28 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6782c0

dev-ros/trajectory_msgs: Bump to 1.12.7.

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

 dev-ros/trajectory_msgs/Manifest |  1 +
 .../trajectory_msgs/trajectory_msgs-1.12.7.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/trajectory_msgs/Manifest b/dev-ros/trajectory_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/trajectory_msgs/Manifest
+++ b/dev-ros/trajectory_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/trajectory_msgs/trajectory_msgs-1.12.7.ebuild 
b/dev-ros/trajectory_msgs/trajectory_msgs-1.12.7.ebuild
new file mode 100644
index 000..9958dd12ffa
--- /dev/null
+++ b/dev-ros/trajectory_msgs/trajectory_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for defining robot trajectories"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/

2018-12-03 Thread Alexis Ballier
commit: f6561a3ba71845487372e71fa2cfeac0ab804bf3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:10 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6561a3b

dev-ros/tf2_kdl: Bump to 0.6.5.

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

 dev-ros/tf2_kdl/Manifest |  1 +
 dev-ros/tf2_kdl/tf2_kdl-0.6.5.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_kdl/Manifest
+++ b/dev-ros/tf2_kdl/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.6.5.ebuild 
b/dev-ros/tf2_kdl/tf2_kdl-0.6.5.ebuild
new file mode 100644
index 000..058bb5798fb
--- /dev/null
+++ b/dev-ros/tf2_kdl/tf2_kdl-0.6.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="KDL binding for tf2"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-cpp/eigen:3
+   dev-ros/tf2
+   dev-ros/tf2_ros
+   dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
+   sci-libs/orocos_kdl:=
+   dev-ros/tf2_msgs[${PYTHON_USEDEP}]
+   dev-ros/cmake_modules
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-cpp/gtest
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/visualization_msgs/

2018-12-03 Thread Alexis Ballier
commit: 4ba429857ae565a3c29d9473797f9b3a939a1e37
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:33 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba42985

dev-ros/visualization_msgs: Bump to 1.12.7.

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

 dev-ros/visualization_msgs/Manifest  |  1 +
 .../visualization_msgs-1.12.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/visualization_msgs/Manifest 
b/dev-ros/visualization_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/visualization_msgs/Manifest
+++ b/dev-ros/visualization_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/visualization_msgs/visualization_msgs-1.12.7.ebuild 
b/dev-ros/visualization_msgs/visualization_msgs-1.12.7.ebuild
new file mode 100644
index 000..9b698f11221
--- /dev/null
+++ b/dev-ros/visualization_msgs/visualization_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages used by higher level packages that deal in 
visualization-specific data."
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_py/

2018-12-03 Thread Alexis Ballier
commit: 0a2590545e42f4984b7afeb9066df5c4f03a0fb1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:07:19 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a259054

dev-ros/tf2_py: Bump to 0.6.5.

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

 dev-ros/tf2_py/Manifest|  1 +
 dev-ros/tf2_py/tf2_py-0.6.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/tf2_py/Manifest b/dev-ros/tf2_py/Manifest
index 50cdc2fccc9..2a4b2d77dbd 100644
--- a/dev-ros/tf2_py/Manifest
+++ b/dev-ros/tf2_py/Manifest
@@ -1,3 +1,4 @@
 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 
10393789492da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726
 SHA512 
392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
 DIST geometry2-0.6.2.tar.gz 166807 BLAKE2B 
821ad4bc68ff2703df53d3d85505cd892f0399abe99b7fbff13852bda0895e8b28bc4e6aaff0590d4bc7124d36c396e7c477be0a9d56c532fe491099ccb3990d
 SHA512 
fddf5e114600a2814bfecc71c52ddc820fa113fbd07584cd43d4b8a5eb395e9d9b1f78e28c193866920690edb8a5b220bfed949a6e6741926dcea1fc654edadf
 DIST geometry2-0.6.3.tar.gz 167590 BLAKE2B 
96ef84a40a8d75bbd3303774163b41d29086085cc175010731584ebfb71da87fa5264caf24c8b5b6b4450b9befc2625c6b118b8a60d032c78ce315554af74370
 SHA512 
f46ae3c9240073252d910e1e4b1f412ed4f534b2b3166852330ae82f1d37dde16527e12ef8a4140b41587ec664f83d8c2271376b606c55c51cee681c4d10b75b
+DIST geometry2-0.6.5.tar.gz 169353 BLAKE2B 
b1e710440eb9bbc1c6e2eb8af19c2d253ee891c0477583ef2572c24b917293b2ed9c205f001b28a114ae221e176d8a51e1df987b16e29e8bbba4ac396d5bf160
 SHA512 
b7cb6891a4f425d4c9ee0c65285bbb516e2c5fdf652fa6209df2bbd2172d95d2300250ba96dac221a553e00a0d3527ccf8b2fa7e487ad5bb6f47f3e08f74c81b

diff --git a/dev-ros/tf2_py/tf2_py-0.6.5.ebuild 
b/dev-ros/tf2_py/tf2_py-0.6.5.ebuild
new file mode 100644
index 000..914301bd058
--- /dev/null
+++ b/dev-ros/tf2_py/tf2_py-0.6.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry2";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 python bindings"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-libs/boost:=
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/sensor_msgs/

2018-12-03 Thread Alexis Ballier
commit: d1b01c878b2520f0983a118033a6b92cfa18d806
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:13 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b01c87

dev-ros/sensor_msgs: Bump to 1.12.7.

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

 dev-ros/sensor_msgs/Manifest  |  1 +
 dev-ros/sensor_msgs/sensor_msgs-1.12.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ros/sensor_msgs/Manifest b/dev-ros/sensor_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/sensor_msgs/Manifest
+++ b/dev-ros/sensor_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/sensor_msgs/sensor_msgs-1.12.7.ebuild 
b/dev-ros/sensor_msgs/sensor_msgs-1.12.7.ebuild
new file mode 100644
index 000..01035b958b4
--- /dev/null
+++ b/dev-ros/sensor_msgs/sensor_msgs-1.12.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for commonly used sensors, including cameras and 
scanning laser rangefinders"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest dev-ros/rosunit[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/geometry_msgs/

2018-12-03 Thread Alexis Ballier
commit: d698ce68e5a28dd38a996abbbcc87958fc261c16
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:02:03 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d698ce68

dev-ros/geometry_msgs: Bump to 1.12.7.

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

 dev-ros/geometry_msgs/Manifest|  1 +
 dev-ros/geometry_msgs/geometry_msgs-1.12.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/geometry_msgs/Manifest b/dev-ros/geometry_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/geometry_msgs/Manifest
+++ b/dev-ros/geometry_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/geometry_msgs/geometry_msgs-1.12.7.ebuild 
b/dev-ros/geometry_msgs/geometry_msgs-1.12.7.ebuild
new file mode 100644
index 000..bf0d27f9e7e
--- /dev/null
+++ b/dev-ros/geometry_msgs/geometry_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Messages for common geometric primitives such as points, vectors, 
and poses"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/actionlib_msgs/

2018-12-03 Thread Alexis Ballier
commit: 1d14c8824151209b459be4e213f9beb0af4eed83
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Dec  3 16:01:53 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Dec  3 16:12:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d14c882

dev-ros/actionlib_msgs: Bump to 1.12.7.

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

 dev-ros/actionlib_msgs/Manifest |  1 +
 dev-ros/actionlib_msgs/actionlib_msgs-1.12.7.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ros/actionlib_msgs/Manifest b/dev-ros/actionlib_msgs/Manifest
index ad7b0fd6b13..d25b6b5d2f3 100644
--- a/dev-ros/actionlib_msgs/Manifest
+++ b/dev-ros/actionlib_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST common_msgs-1.12.5.tar.gz 59525 BLAKE2B 
ac6a8f71df81aa520ec5cef00a5b20d098344356fa93141a5cce07eb185032d69593fa2d8c11edc39572826a69cc69e2c94cacf83802993e47180fadcaaa23ac
 SHA512 
99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee
 DIST common_msgs-1.12.6.tar.gz 66588 BLAKE2B 
56c8be3857f5285ebd2f25710f7f8e23f3e316aabfc30c981ba8b0c24b40e3d527fef307d503484506a66391398a8f9196ca57088ddda7f951506edd8e7dd538
 SHA512 
cc783e5e2c10862418459dc6085dae09948004f7a9d4f718d1a9bfaa117ddbe41e04482d28a8a02cf045dd859ddff6c927074ac6cec0916c8b0aa46526c0eb4b
+DIST common_msgs-1.12.7.tar.gz 67225 BLAKE2B 
cfa133dc0354b40f938cfb9331d5838a4fc991cc9c6fdafbffc83f9bc6a4d5ba2218d7d7783a0845c69c8ddff917a4df54661a8e08488e1ae11f5fb41b9bd2a8
 SHA512 
1c4fd492edc44764f5a47dfd260df4f1be1b8717981f42740b9f795434f50c6b457f6bb3ab70b003991e01ccbc47d54ff06d97e2deaef185625857e5a41b5e65

diff --git a/dev-ros/actionlib_msgs/actionlib_msgs-1.12.7.ebuild 
b/dev-ros/actionlib_msgs/actionlib_msgs-1.12.7.ebuild
new file mode 100644
index 000..d352fe78c4d
--- /dev/null
+++ b/dev-ros/actionlib_msgs/actionlib_msgs-1.12.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/common_msgs";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Common messages to interact with an action server and an action 
client"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2018-12-03 Thread Rick Farina
commit: d74d98e997fe46aafc0a6ad0d69abb21845cf57d
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Dec  3 16:07:09 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Dec  3 16:09:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74d98e9

net-wireless/kismet: fix missing dep, bump eapi

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

 .../{kismet-2016.07.1-r1.ebuild => kismet-2016.07.1-r2.ebuild} | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-wireless/kismet/kismet-2016.07.1-r1.ebuild 
b/net-wireless/kismet/kismet-2016.07.1-r2.ebuild
similarity index 97%
rename from net-wireless/kismet/kismet-2016.07.1-r1.ebuild
rename to net-wireless/kismet/kismet-2016.07.1-r2.ebuild
index 024236e35e5..f80d0523017 100644
--- a/net-wireless/kismet/kismet-2016.07.1-r1.ebuild
+++ b/net-wireless/kismet/kismet-2016.07.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit autotools eutils multilib user
 
@@ -31,6 +31,7 @@ CDEPEND="net-wireless/wireless-tools
plugin-btscan? ( net-wireless/bluez )
plugin-dot15d4? ( virtual/libusb:0 )
plugin-spectools? ( net-wireless/spectools )
+   plugin-ptw? ( dev-libs/openssl:= )
 "
 
 DEPEND="${CDEPEND}
@@ -51,7 +52,7 @@ src_prepare() {
-e 's|@mangrp@|root|g' Makefile.in
 
epatch "${FILESDIR}/${P}-ruby-fixes.patch"
-   epatch_user
+   eapply_user
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/, app-emulation/virtualbox-modules/, ...

2018-12-03 Thread Lars Wendler
commit: 93aa6245541cae2d6934cf0718844423b1d41408
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 16:00:33 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 16:01:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aa6245

virtualbox packages: Bump to version 6.0.0_beta3. Removed old.

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

 app-emulation/virtualbox-additions/Manifest|  2 +-
 ...ild => virtualbox-additions-6.0.0_beta3.ebuild} |  0
 app-emulation/virtualbox-bin/Manifest  |  6 ++--
 ...ld => virtualbox-bin-6.0.0.127054_beta3.ebuild} |  0
 app-emulation/virtualbox-extpack-oracle/Manifest   |  2 +-
 ...albox-extpack-oracle-6.0.0.127054_beta3.ebuild} |  0
 app-emulation/virtualbox-guest-additions/Manifest  |  2 +-
 ... virtualbox-guest-additions-6.0.0_beta3.ebuild} |  0
 app-emulation/virtualbox-modules/Manifest  |  2 +-
 ...build => virtualbox-modules-6.0.0_beta3.ebuild} |  0
 app-emulation/virtualbox/Manifest  |  2 +-
 .../files/virtualbox-6.0.0_beta2-no_libopus.patch  | 39 --
 ..._beta2.ebuild => virtualbox-6.0.0_beta3.ebuild} |  2 --
 13 files changed, 8 insertions(+), 49 deletions(-)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index 0491e24001e..0e19c48cd64 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -1,2 +1,2 @@
 DIST VBoxGuestAdditions_5.2.22.iso 58013696 BLAKE2B 
196f0048b685200328bcf753f3df23eac6477ce863885e93a54951795368bf62bdaa497589001ec203d75809b1f74ebbaa80419406d26bc7db43a131f5b9d698
 SHA512 
b320174b2f2ef796ac2c9c920579be38f0cedaa037d21992863ac355ecf6e99ae2aea56c70fb2034e9e03afac2cd7297f7717b447a6981701755593110164d37
-DIST VBoxGuestAdditions_6.0.0_BETA2.iso 73023488 BLAKE2B 
87a756c13686b49e0f80c332e3daf8033a60b65a1e658d6baf8be2e86c38dca7a46371774b8ebc6ffe57ac14ea4ebb83552a3583abb7a63091590f62b963933b
 SHA512 
7588efd3ef578465716adb0f9c277e4fbe9d08ca39c85cae0583cf30dc60036ceb2233ab3e56d17fc168e8c97e7d210517650b79829ece886249bd116a8d22a2
+DIST VBoxGuestAdditions_6.0.0_BETA3.iso 73289728 BLAKE2B 
f399c4701c6c856c40babd81869816e43e3e954a3d2b12f1662503782caf68b09904f5511a5e8776831aa1a1049cdf0c19ccbc7cbb86ac4fa615f240c29aea3c
 SHA512 
49eaca8334819f36edcfcf7d9070c0ea77db273bcb9e6053eea84a90ca3c7d04aef8129fbc0d41c14b4e26d64b1e9212b0efbe549f38ddd03d362429333e0475

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-6.0.0_beta2.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-6.0.0_beta3.ebuild
similarity index 100%
rename from 
app-emulation/virtualbox-additions/virtualbox-additions-6.0.0_beta2.ebuild
rename to 
app-emulation/virtualbox-additions/virtualbox-additions-6.0.0_beta3.ebuild

diff --git a/app-emulation/virtualbox-bin/Manifest 
b/app-emulation/virtualbox-bin/Manifest
index 02fcb49b0d5..8043d4365ff 100644
--- a/app-emulation/virtualbox-bin/Manifest
+++ b/app-emulation/virtualbox-bin/Manifest
@@ -1,7 +1,7 @@
 DIST Oracle_VM_VirtualBox_Extension_Pack-5.2.22-126460.tar.gz 19640932 BLAKE2B 
162ab40da6b2cd30d00e020666a1f4fb026e29af2ca9d6c36c294e5fa299b61ab8fd147f24d2b500426c768808db2c7693c30e88519e695d7759f8eedf1c52c5
 SHA512 
85b8552668b6580bea24f051ad861c82b9ba32177fb7fa37fe2980d8bab32a84325d02bfa9c8f55c2021a4000ef2546d8996ca8b99ca7fc19f8281a92108dfb0
-DIST Oracle_VM_VirtualBox_Extension_Pack-6.0.0_BETA2-126642.tar.gz 23239583 
BLAKE2B 
f5444d2472152f3f0701f8e4e29f28c6f86fdd95d15c469d84af42bf5d5f4fb226c26dfe9ce152f0fdfe95537213f68897183c9f9519e795312838fcf9a80a2f
 SHA512 
d2b64456558c48688460f874512ce9c08abd06f06a4a1c8d8548cfd8d17c408ba6344390716add606b3a4a519aab59591a8a454ab6384b8082db07fbc37a275d
+DIST Oracle_VM_VirtualBox_Extension_Pack-6.0.0_BETA3-127054.tar.gz 23311292 
BLAKE2B 
bf5ae284691fb1fef1f845d47cc61b9a9bc28affe1131424a56331d1364c7611f9058be731de76057ca61e404e8faf5ea026bd245191533b367cecccb3e55dbf
 SHA512 
e49429f7205a9e2d69d3a80ecbd3b36d96a5a343c3d6b9066f231827bf3d58040c6cb4e00701f8d61c004e442ef06328495d26969109bb64ce1b08f350769d1f
 DIST VirtualBox-5.2.22-126460-Linux_amd64.run 88821201 BLAKE2B 
1b0433844247ee9531af915dcbb740183fa29fb296f8c78b4165cc3b48300da71f7d329026983da5810d7b8976a2e5e32d5e948861a557ddfa2437813ea0
 SHA512 
22b20a68884a114818fcdfe9a459a7c3b1b3598526a74cc66407f5bcdc6eb6bcbe022b820477ccdc081e22349777b73fac9d6126585ee3c8fa0d3d24624006f3
 DIST VirtualBox-5.2.22-126460-Linux_x86.run 87817677 BLAKE2B 
5f11e5f92386c9524869082cf1a5af413c69fe5b36b1ace58887076000c7b928267eb7c3be22282885d6871ccdcee981ec79a526c71f281f0e8ada5858194851
 SHA512 
32d44b6d691e33a1ee1426cb7a3cb3648722709c588d177951b8be802546faadfd612567981bbbfed3d782b18260e6e638e7879813f3b06bb5a8387b052b0227
-DIST VirtualBox-6.0.0_BETA2-126642-Linux_amd64.run 143635921 BLAKE2B 
7bc6193bf306dc2e2c8e55b0070020c5854d257aa662f169f3daaa2ea759bf024b0a35a9d21caa8c67c09ef56b78be

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

2018-12-03 Thread Rick Farina
commit: 9056aada0061f25dc66505711753e73ba95e61c5
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Dec  3 15:53:21 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Dec  3 15:53:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9056aada

net-wireless/chirp: bump

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

 net-wireless/chirp/Manifest | 2 +-
 net-wireless/chirp/{chirp-20180906.ebuild => chirp-20181128.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest
index 67353621f3b..fdf38213cda 100644
--- a/net-wireless/chirp/Manifest
+++ b/net-wireless/chirp/Manifest
@@ -1 +1 @@
-DIST chirp-daily-20180906.tar.gz 777421 BLAKE2B 
f4569c379009d42f40763258c3cd37216631e58b9dd93f0060d1af27e632b55113ca58e3d148e2ee060199c31ecbde4708ed5139973a6ce645375aa3f5726148
 SHA512 
d5bd569d48ecbf0f9225d7a5cd4ed56d63226844d98ca3ad391064b637d2f3cd7ebba3655a6b9d107924a5faa1efc77004f1972301db82dafe61bb437c7c9849
+DIST chirp-daily-20181128.tar.gz 779686 BLAKE2B 
b5efe910b5cae7ec33649898626ed6dbe7f6da700f86a9950e0f7f99ba0149d8490e4ed366d0293a3c3ed84b094b6b624f02010f0c504f640f861f848575651e
 SHA512 
8d759b244303aa5bc11d9a013a9235eaa9f50853bbc671f1687cfc35aa07b1b6bc355bdd8d9adb79ac9ae70a8053cc67bddf22ba3fac897696ac674a2b760ceb

diff --git a/net-wireless/chirp/chirp-20180906.ebuild 
b/net-wireless/chirp/chirp-20181128.ebuild
similarity index 96%
rename from net-wireless/chirp/chirp-20180906.ebuild
rename to net-wireless/chirp/chirp-20181128.ebuild
index ef243acf8ac..7e3904b009e 100644
--- a/net-wireless/chirp/chirp-20180906.ebuild
+++ b/net-wireless/chirp/chirp-20181128.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2018-12-03 Thread Lars Wendler
commit: eee882dc8e34771a0ac3dbfbc0ca8baf2f66b5f9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 15:25:18 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 15:25:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee882dc

dev-python/pocketlint: Bump to version 0.19

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

 dev-python/pocketlint/Manifest   |  1 +
 dev-python/pocketlint/pocketlint-0.19.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest
index f9510df2d1a..4ae55699030 100644
--- a/dev-python/pocketlint/Manifest
+++ b/dev-python/pocketlint/Manifest
@@ -1,2 +1,3 @@
 DIST pocketlint-0.17.tar.gz 22612 BLAKE2B 
3245f80c486a4d16389262d5795be32b784af1b99dadc26009d0cff250e8dab9f6ac4ce9ac7e37466bcb01fb3b697740e14a0d391bcc3abcc4186d72d7243c84
 SHA512 
7d564aca89fd479d2dc773db2723567cfff42cceacdc5a55a87c65d6b80691e6254750c52043e3bebf55488335795b541d5a838eb592747db628af567e24dc43
 DIST pocketlint-0.18.tar.gz 22848 BLAKE2B 
a5a9abc3543026b1cffa66dcf6204342c5d1ee20219423174daf725688a381a5d58a403b963e95bd6eede629824ccb72bd93161def56778fcaca9ea115e2b6a5
 SHA512 
02453af8465598053b9591a95d9e62d2cb8e2a218e04ec6903ed166959b7e1eebb5d226b9eeed77c7b94a254808124ec9d2078e102a0bbe9487e0f328a2d3e86
+DIST pocketlint-0.19.tar.gz 23118 BLAKE2B 
2e622ba1de20d2043d55261b79b8f78b2c5bbebb2d739da2766b56fc379a6433c56f7184d832356fefbb231fb271782d4a884739b55ab52ffd64ef3efc5c2ea4
 SHA512 
409ebe916b1c83e128ebb1cd12b7f1d695a999d8ada1555cf6710acbfbde241535f2a929d06ebddfffed66ea7db9f20ca6606e9dd9f1505914ae3c6480cdfb52

diff --git a/dev-python/pocketlint/pocketlint-0.19.ebuild 
b/dev-python/pocketlint/pocketlint-0.19.ebuild
new file mode 100644
index 000..4c9d535328e
--- /dev/null
+++ b/dev-python/pocketlint/pocketlint-0.19.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Shared code for running pylint against rhinstaller projects"
+HOMEPAGE="https://github.com/rhinstaller/pocketlint";
+SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""



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

2018-12-03 Thread Craig Andrews
commit: 00428d63e09c8eb5378deec5a09679547020bc83
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 26 21:28:17 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Dec  3 15:22:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00428d63

app-arch/rpm: 4.14.2.1 version bump

Closes: https://bugs.gentoo.org/672018
Closes: https://bugs.gentoo.org/661610
Closes: https://bugs.gentoo.org/594574
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 app-arch/rpm/Manifest|   1 +
 app-arch/rpm/rpm-4.14.2.1.ebuild | 139 +++
 2 files changed, 140 insertions(+)

diff --git a/app-arch/rpm/Manifest b/app-arch/rpm/Manifest
index cf290957c92..4757fa13f69 100644
--- a/app-arch/rpm/Manifest
+++ b/app-arch/rpm/Manifest
@@ -1 +1,2 @@
 DIST rpm-4.14.1.tar.bz2 4103880 BLAKE2B 
3fa7579a251b02ec89943b5505ad9ca7303a444eb64b1018fc74bc6dfb1c19d4f30d96189172c4450925f3357174cde70b298116b53b9155223b52a593a67aea
 SHA512 
29e95eaaf40a6ddf7f23446ea6cb8a1dcd12a45d4965595a705cb9130890d772a40ecfa475b189865da51248b3d2414e4f4b1a40cbfd7ca538c482d87c50a218
+DIST rpm-4.14.2.1.tar.bz2 4156574 BLAKE2B 
2eb0cf621eecef7d8977d28d52be922156ceb64b14d2aefda0f5a927b90cf3d3e9c055d773e05ed52422254397153b79557dc94bdb43ca28a2ea126153a43c1f
 SHA512 
0aad457f91918904c15649a1764ce7cbfaf38e083678031286e866f7997be0435a6b7b73596706d97e9263cff7b4df4a3150b142d81e6e3fddbfcf67bd83f990

diff --git a/app-arch/rpm/rpm-4.14.2.1.ebuild b/app-arch/rpm/rpm-4.14.2.1.ebuild
new file mode 100644
index 000..7d1e6c3e056
--- /dev/null
+++ b/app-arch/rpm/rpm-4.14.2.1.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit autotools flag-o-matic perl-module python-single-r1 eapi7-ver
+
+DESCRIPTION="Red Hat Package Management Utils"
+HOMEPAGE="http://www.rpm.org
+   https://github.com/rpm-software-management/rpm";
+SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+# Tests are broken. See bug 657500
+RESTRICT="test"
+
+IUSE="acl caps doc dbus lua nls python selinux test zstd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CDEPEND="!app-arch/rpm5
+   app-arch/libarchive
+   >=sys-libs/db-4.5:*
+   >=sys-libs/zlib-1.2.3-r1
+   >=app-arch/bzip2-1.0.1
+   >=dev-libs/popt-1.7
+   >=app-crypt/gnupg-1.2
+   dbus? ( sys-apps/dbus )
+   dev-libs/elfutils
+   virtual/libintl
+   >=dev-lang/perl-5.8.8
+   dev-libs/nss
+   python? ( ${PYTHON_DEPS} )
+   nls? ( virtual/libintl )
+   lua? ( >=dev-lang/lua-5.1.0:*[deprecated] )
+   acl? ( virtual/acl )
+   caps? ( >=sys-libs/libcap-2.0 )
+   zstd? ( app-arch/zstd )
+"
+DEPEND="${CDEPEND}
+   nls? ( sys-devel/gettext )
+   doc? ( app-doc/doxygen )
+   virtual/pkgconfig
+   test? ( sys-apps/fakechroot )
+"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-rpm )
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PN}-4.11.0-autotools.patch
+   eapply "${FILESDIR}"/${PN}-4.8.1-db-path.patch
+   eapply "${FILESDIR}"/${PN}-4.9.1.2-libdir.patch
+
+   # fix #356769
+   sed -i 's:%{_var}/tmp:/var/tmp:' macros.in || die "Fixing tmppath 
failed"
+   # fix #492642
+   sed -i "s:@__PYTHON@:${PYTHON}:" macros.in || die "Fixing %__python 
failed"
+
+   eapply_user
+
+   eautoreconf
+
+   # Prevent automake maintainer mode from kicking in (#450448).
+   touch -r Makefile.am preinstall.am
+}
+
+src_configure() {
+   append-cppflags -I"${EPREFIX}/usr/include/nss" 
-I"${EPREFIX}/usr/include/nspr"
+   econf \
+   --without-selinux \
+   --with-external-db \
+   --with-crypto=nss \
+   $(use_enable python) \
+   $(use_with doc hackingdocs) \
+   $(use_enable nls) \
+   $(use_with dbus) \
+   $(use_with lua) \
+   $(use_with caps cap) \
+   $(use_with acl) \
+   $(use_enable zstd zstd $(usex zstd yes no))
+}
+
+src_install() {
+   default
+
+   # remove la files
+   find "${ED}" -name '*.la' -delete || die
+
+   # fix symlinks to /bin/rpm (#349840)
+   for binary in rpmquery rpmverify;do
+   ln -sf rpm "${ED}"/usr/bin/${binary} || die
+   done
+
+   if ! use nls; then
+   rm -rf "${ED}"/usr/share/man/?? || die
+   fi
+
+   keepdir /usr/src/rpm/{SRPMS,SPECS,SOURCES,RPMS,BUILD}
+
+   dodoc CREDITS README*
+   if use doc; then
+   for docname in hacking librpm; do
+   d

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

2018-12-03 Thread Lars Wendler
commit: f6382cc9687d4d152784648b78ca782f2681582c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 15:07:01 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 15:07:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6382cc9

net-misc/kea: Bump to version 1.5.0_beta2. Removed old.

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

 net-misc/kea/Manifest   | 2 +-
 net-misc/kea/{kea-1.5.0_beta1.ebuild => kea-1.5.0_beta2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
index 66ce2af621a..3f27d6dd438 100644
--- a/net-misc/kea/Manifest
+++ b/net-misc/kea/Manifest
@@ -1,2 +1,2 @@
 DIST kea-1.4.0-P1.tar.gz 6645111 BLAKE2B 
290b7bcf8b32fcf2762240f2173cb45c035187c7dfd1affd0fd8a947721745ea9d8846be365ee3f9331d578b7bc248ee53a1e37666585a62c90d7dc541c7aaa5
 SHA512 
beb3baae09510de970fb5c1a301c57d64fc56d825d964f413357ba448b993d0a4f714d4efa4da166d3c06623a9ae78b70c25b61793e696551cb97b7e08d5e634
-DIST kea-1.5.0-beta1.tar.gz 7327556 BLAKE2B 
6492bf458179f087f18dff76c97635ec1911337759e51162e0181a7e8118d6d4933cb041e2b0e4e0259f3a1052d330e8385a5678804dda90074419d7ba0886ed
 SHA512 
a87806808d8afd7cc4735581fc0d722bb595a28474748f0bd98a07b37fe04bb7958a5c3cb374211e3ff3f73e7a5d642c7f3bf1412fc0e10d8086f3ece0c6e8af
+DIST kea-1.5.0-beta2.tar.gz 7372364 BLAKE2B 
bb5c8c119fbf52ceea58998cb37b19286ea85f30f67d0b6f4bd27be188f2d68ec551667a136f0e9f4bf5320ed1250494b67fc26c8d15910a46976c968cd4480b
 SHA512 
c107a7a570d018a05d42bd0d521757d9036c4bdabf2943ac3c96e2f5124ec6f34fe1d60660450a51cba20b24e8fda3915e8c5ee2d3e5e6df4319ba965153b8de

diff --git a/net-misc/kea/kea-1.5.0_beta1.ebuild 
b/net-misc/kea/kea-1.5.0_beta2.ebuild
similarity index 100%
rename from net-misc/kea/kea-1.5.0_beta1.ebuild
rename to net-misc/kea/kea-1.5.0_beta2.ebuild



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

2018-12-03 Thread Manuel Rüger
commit: 58c0ca43c078a77d3b071183cd794a9ab5b21e9f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Dec  3 15:00:49 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Dec  3 15:00:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c0ca43

www-apps/grafana-bin: Version bump to 5.4.0

Signed-off-by: Manuel Rüger  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 www-apps/grafana-bin/Manifest |  1 +
 www-apps/grafana-bin/grafana-bin-5.4.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index 99a3bf6db00..3e1c06e9f7e 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1 +1,2 @@
 DIST grafana-bin-5.3.4.tar.gz 54609273 BLAKE2B 
4a9197baaa6d6689d1e23630f49513a9b6b90ebb081ab8f82fff8e2f3f1c156b0fec5a30c6f6222a3225646b37305a535747e4a60157528a56f222cba56a8ada
 SHA512 
97aa9325f9886a13844828d29395fb6a0752ccc039850c78425a0d0c8e82844b20b4c0dbacec0de479aaa26dddb5510485d0fd6a8a7e760f4b540bb3b270
+DIST grafana-bin-5.4.0.tar.gz 55200142 BLAKE2B 
f529b0fbb82aabf290f89ceb94d757725c5fef48a94a2ec54f26f20b332b0138fa54b122380d71205e03638c33d152bfac0e814c18b0f99bcdb8ef112ef9bba7
 SHA512 
e05793d23fead999868c7edf925fd90da099f50ecb03166471eebfc42aed1c30fcbd8edc3156b14e48309a34cbd9f87566d1901cc946ec45a4834b4ac7808e9d

diff --git a/www-apps/grafana-bin/grafana-bin-5.4.0.ebuild 
b/www-apps/grafana-bin/grafana-bin-5.4.0.ebuild
new file mode 100644
index 000..211fc9468af
--- /dev/null
+++ b/www-apps/grafana-bin/grafana-bin-5.4.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit user systemd
+
+MY_PN=${PN/-bin/}
+S=${WORKDIR}/${MY_PN}-${PV}
+
+DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB 
& OpenTSDB"
+HOMEPAGE="https://grafana.org";
+SRC_URI="https://s3-us-west-2.amazonaws.com/grafana-releases/release/${MY_PN}-${PV}.linux-amd64.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+QA_EXECSTACK="usr/share/grafana/vendor/phantomjs/phantomjs"
+QA_PREBUILT="usr/bin/grafana-*"
+QA_PRESTRIPPED=${QA_EXECSTACK}
+
+pkg_setup() {
+   enewgroup grafana
+   enewuser grafana -1 -1 /usr/share/grafana grafana
+}
+
+src_install() {
+   keepdir /etc/grafana
+   insinto /etc/grafana
+   newins "${S}"/conf/sample.ini grafana.ini
+   rm "${S}"/conf/sample.ini || die
+
+   # Frontend assets
+   insinto /usr/share/${MY_PN}
+   doins -r public conf
+
+   dobin bin/grafana-cli
+   dobin bin/grafana-server
+
+   newconfd "${FILESDIR}"/grafana.confd grafana
+   newinitd "${FILESDIR}"/grafana.initd.3 grafana
+   systemd_newunit "${FILESDIR}"/grafana.service grafana.service
+
+   keepdir /var/{lib,log}/grafana
+   keepdir /var/lib/grafana/{dashboards,plugins}
+   fowners grafana:grafana /var/{lib,log}/grafana
+   fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
+   fperms 0750 /var/{lib,log}/grafana
+   fperms 0750 /var/lib/grafana/{dashboards,plugins}
+}
+
+postinst() {
+   elog "${PN} has built-in log rotation. Please see [log.file] section of"
+   elog "/etc/grafana/grafana.ini for related settings."
+   elog
+   elog "You may add your own custom configuration for app-admin/logrotate 
if you"
+   elog "wish to use external rotation of logs. In this case, you also 
need to make"
+   elog "sure the built-in rotation is turned off."
+}



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

2018-12-03 Thread Andrey Grozin
commit: 12fe032aab0d1afb6f25a240eb26dbd16555c42e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Dec  3 14:16:45 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Dec  3 14:19:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fe032a

package.mask: sci-mathematics/reduce to be removed in 30 days

Signed-off-by: Andrey Grozin  gentoo.org>
Bug: https://bugs.gentoo.org/671242

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 08d8d0b9374..d134fa81836 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -826,8 +826,9 @@ app-admin/amazon-ec2-init
 # Removal in 14 days.  Bug #671240.
 dev-java/jcs
 
-# Andrey Grozin  (04 Jan 2016)
-# Needs a bump and substantial ebuild rewrite
+# Andrey Grozin  (03 Dec 2018)
+# Masked since 2016.
+# Removal in 30 days. Bug #671242.
 =sci-mathematics/reduce-20110414-r1
 
 # Robin H. Johnson  (04 Aug 2014)



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

2018-12-03 Thread Mikle Kolyada
commit: 6e5449bb51f808dd4309204a01afef109e6dd7e5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  3 14:15:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  3 14:15:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5449bb

sys-fs/f2fs-tools: Drop old

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

 sys-fs/f2fs-tools/f2fs-tools-1.12.0.ebuild | 36 --
 1 file changed, 36 deletions(-)

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.12.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.12.0.ebuild
deleted file mode 100644
index c99c00edbd7..000
--- a/sys-fs/f2fs-tools/f2fs-tools-1.12.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
-HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/";
-SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0/6"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sys-libs/libselinux )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   #This is required to install to /sbin, bug #481110
-   econf \
-   --bindir="${EPREFIX}"/sbin \
-   --disable-static \
-   $(use_with selinux)
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -delete || die
-}



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

2018-12-03 Thread Mikle Kolyada
commit: 78ee1d44a6fc504348846976a604078726d96bfd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  3 13:09:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  3 14:12:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ee1d44

dev-python/pyhamcrest: Add ~arm keyword wrt bug #661320

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

 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 772b9f693b9..c376b449460 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~amd64-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/f2fs-tools/, sys-fs/f2fs-tools/files/

2018-12-03 Thread Mikle Kolyada
commit: 76ae45b316e09ec982a1f02d77017efbd5909d40
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  3 14:12:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  3 14:12:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ae45b3

sys-fs/f2fs-tools: revbump to fix fsck on boot

Closes: https://bugs.gentoo.org/671786
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild  | 37 ++
 .../f2fs-tools/files/f2fs-tools-1.12.0-fsck.patch  | 56 ++
 2 files changed, 93 insertions(+)

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
new file mode 100644
index 000..523fddda177
--- /dev/null
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.12.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/";
+SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0/6"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sys-libs/libselinux )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   eapply "${FILESDIR}"/${P}-fsck.patch
+   default
+   eautoreconf
+}
+
+src_configure() {
+   #This is required to install to /sbin, bug #481110
+   econf \
+   --bindir="${EPREFIX}"/sbin \
+   --disable-static \
+   $(use_with selinux)
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}

diff --git a/sys-fs/f2fs-tools/files/f2fs-tools-1.12.0-fsck.patch 
b/sys-fs/f2fs-tools/files/f2fs-tools-1.12.0-fsck.patch
new file mode 100644
index 000..72d86fec465
--- /dev/null
+++ b/sys-fs/f2fs-tools/files/f2fs-tools-1.12.0-fsck.patch
@@ -0,0 +1,56 @@
+From a6160c3e21f43b89b49802cc4a956d1c4b65ae44 Mon Sep 17 00:00:00 2001
+From: Chao Yu 
+Date: Mon, 26 Nov 2018 18:53:37 +0800
+Subject: fsck.f2fs: allow to fsck readonly image w/ -f option
+
+To keep line with e2fsprogs, let's allow to fsck mounted image as
+readonly w/ -f option.
+
+Reported-by: Perfect Gentleman 
+Signed-off-by: Chao Yu 
+---
+ fsck/main.c   | 1 +
+ include/f2fs_fs.h | 1 +
+ lib/libf2fs.c | 2 +-
+ 3 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/fsck/main.c b/fsck/main.c
+index 675c603..bb79f6e 100644
+--- a/fsck/main.c
 b/fsck/main.c
+@@ -249,6 +249,7 @@ void f2fs_parse_options(int argc, char *argv[])
+   case 'f':
+   case 'y':
+   c.fix_on = 1;
++  c.force = 1;
+   MSG(0, "Info: Force to fix corruption\n");
+   break;
+   case 'q':
+diff --git a/include/f2fs_fs.h b/include/f2fs_fs.h
+index 65cc8fd..6eebb3a 100644
+--- a/include/f2fs_fs.h
 b/include/f2fs_fs.h
+@@ -369,6 +369,7 @@ struct f2fs_configuration {
+   void *private;
+   int dry_run;
+   int fix_on;
++  int force;
+   int defset;
+   int bug_on;
+   int alloc_failed;
+diff --git a/lib/libf2fs.c b/lib/libf2fs.c
+index cc335db..498f6c0 100644
+--- a/lib/libf2fs.c
 b/lib/libf2fs.c
+@@ -821,7 +821,7 @@ int get_device_info(int i)
+   return -1;
+   }
+ 
+-  if (S_ISBLK(stat_buf->st_mode))
++  if (S_ISBLK(stat_buf->st_mode) && !c.force)
+   fd = open(dev->path, O_RDWR | O_EXCL);
+   else
+   fd = open(dev->path, O_RDWR);
+-- 
+cgit 1.2-0.3.lf.el7
+



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

2018-12-03 Thread Mikle Kolyada
commit: 3fb3178c640e08eef8f735de8dcd122dd99dfba1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  3 13:10:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  3 14:12:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb3178c

dev-python/twisted: Add ~arm keyword wrt bug #661320

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

 dev-python/twisted/twisted-18.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/twisted/twisted-18.7.0.ebuild 
b/dev-python/twisted/twisted-18.7.0.ebuild
index 45bc575df11..ff236d1d49d 100644
--- a/dev-python/twisted/twisted-18.7.0.ebuild
+++ b/dev-python/twisted/twisted-18.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
 
 # Dropped keywords due to new deps not keyworded
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-KEYWORDS="~amd64 ~mips ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~mips ~amd64-fbsd"
 
 LICENSE="MIT"
 SLOT="0"



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

2018-12-03 Thread Keri Harris
commit: 7e390e48f85312c19b8e0cd75aa0e759b869ec56
Author: Keri Harris  gentoo  org>
AuthorDate: Mon Dec  3 13:29:47 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Mon Dec  3 13:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e390e48

dev-lang/swi-prolog: bump development version

Signed-off-by: Keri Harris  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-lang/swi-prolog/Manifest |  2 +
 dev-lang/swi-prolog/swi-prolog-7.7.22.ebuild | 99 
 2 files changed, 101 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index db3a85fea01..44dd6852682 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -2,9 +2,11 @@ DIST swi-prolog-7.4.2-gentoo-patchset-3.tar.gz 3256 BLAKE2B 
d7997d7307db738f0948
 DIST swi-prolog-7.6.4-gentoo-patchset-1.tar.gz 572 BLAKE2B 
11ea1f22a997ea495a388627396ac571230de65b0ed2718c1127de04f563660fab0e6f8fd14b537de11a20c9651897f0b4f9d5a0d848c9d5f1f62e0c6e2b6705
 SHA512 
ce9f66af8764a89af42366d3e5c9d52d597f715022894cd4a2f283bb50be4070b3dbe3258ecf4bcf8808a6230ee023fce1edd9a8ad4342ceeb35d1b17770e4a2
 DIST swi-prolog-7.7.20-gentoo-patchset-0.tar.gz 321 BLAKE2B 
d90e37016ba6d155af363ce679d0d5b6a1ce8986eb1437cf45ae15c9a8c036a488a0761fdbe2f734f784f4c35a6aa46825d43620778c5190a55894e5cc78014f
 SHA512 
38c8335f8e574ba6860abfe87283bbb36583a1a0e9feb147a6d536477fad1ec5703063db521fc6747dac17642c756238d1c782297457c4554a9797eea9f5379e
 DIST swi-prolog-7.7.21-gentoo-patchset-0.tar.gz 658 BLAKE2B 
3ba62644fc50019e062de8be85bb112d620292b2b73704cd61ddd13d9614056a022aae8df9dac68a384d526ead3100f3e3aa1a0ef691a759dc9781d8b0a7
 SHA512 
bc7617e32026a8b72f30a14e933abaa59bee4e27703ed2d59f831f70344545e8c9c151fab74fe07f30d47b45e77cb2e6c419457f2adee6157a24c40f5f52b9df
+DIST swi-prolog-7.7.22-gentoo-patchset-0.tar.gz 316 BLAKE2B 
662df3286e52e6fd9e9e929b837e6b2c22dbf017e8c64e7a28b5a679710c028e535c32563a29791d68cb21b93189f02151e1421cf172f19d9e0acd378ed0e56b
 SHA512 
e011bdbecac8ec175e9c30a5276e2707c086b2ceabeca432ea62c3c69ced31da799c5341d719b04ca9840c52636e31c545471cab69909b888684c0dd356bf474
 DIST swipl-7.4.2.tar.gz 16496738 BLAKE2B 
a8f45c4277e48c0aa38f8b278b466dcb9e0a776325a9ed9e08c252660671d3ee0ee441978394682276b3fb9b0eca73ad10e02aba4671630bef0a1e8f813dd3c5
 SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9afd62d0b62c315e3620a3943809f58698a23f279454e00299f7b7f7b91e8d9694a139e8c424cb2f83a4efc7a52
 SHA512 
d84af1a565935af9934c6b75192bb2dd87388ee8fe793ade35d5549a95ec5eb83da6b10508766e795f88393fededea4ec7a3a0c2f0f685d96ab615e171d7d1f4
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f
 DIST swipl-7.7.19.tar.gz 17031626 BLAKE2B 
0981ba2cb943d0dd16c7f91f4231fcf12c21dad26d738c7c7d3f7971bda92d209410181863dc1cf07f4eb528f5d3a5b98a4fd63873e1ee2cbbce440451cc9a69
 SHA512 
1c19f9a4ef3bc7a77bb7033a2a5862e821573d71e49aa9ae4d26a4c5eb60d2bdce53060f0851faa93e4f7a3ffdd15f89f0898f01005f15debdbb1e62004b99ad
 DIST swipl-7.7.20.tar.gz 16592015 BLAKE2B 
e8cbf8b282c3aa48ea59ac0c33548776567aea0cfc41d90fc029c78450e334f7b49ad5e422eeba49631b2750c06ef60bb14cad3ae812b52befeaefb602149852
 SHA512 
1a9bc27e43a03601a2f66ff38babc054c78ab7f49f287c9c97794fcc78e438de9b27dbc151d41db6e61b8f8a4a2584b1c0c6e010b286f3b3dbcd487a3ab7a3a1
 DIST swipl-7.7.21.tar.gz 16661560 BLAKE2B 
d29d45156e7a237582c62b37f7c8a1cad57095b48d0e0085c52b79de6f98aac22abc3d562696864803284c45c962173fd22c18cd659c3924c5120423bca0034d
 SHA512 
8be2c58b5951653686a37552c2514f7bd98e01ed485338659bb87a5762b054f33a24cf769d453f190423da10325ec3420baca8172346b11f05a4b11a70630cc7
+DIST swipl-7.7.22.tar.gz 10408402 BLAKE2B 
e804190a07ad000f054f05bda6c895cae7aa588d6e31a86f17bf2ae4934d747939023035ac8a1b758e5d8e82a39f4a493d19fa41ee323a91333903b7ccb1b78b
 SHA512 
bce8fa4bda39c8841533b4b8d98520b04df3272d8fe49924a49d5c6b7c66ab2defe5d121b1c7fb83506842645258ab6925a1c18740322f468c08e19374f67bfb

diff --git a/dev-lang/swi-prolog/swi-prolog-7.7.22.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.7.22.ebuild
new file mode 100644
index 000..74bb4a9
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.7.22.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils flag-o-matic multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="versatile implementation of the Prolog programming language"
+HOMEPAGE="http://www.swi-prolog.org/";
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz
+   mirror

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

2018-12-03 Thread Lars Wendler
commit: 8368600a28901b37e357f73400f952aad2f137b8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 12:38:07 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 12:38:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8368600a

media-libs/aubio: Bump to version 0.4.8

- Fixed docdir install path
- added python3 support

Closes: https://bugs.gentoo.org/655618
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/aubio/Manifest   |   1 +
 media-libs/aubio/aubio-0.4.8.ebuild | 126 
 media-libs/aubio/files/aubio-0.4.8-docdir.patch |  20 
 3 files changed, 147 insertions(+)

diff --git a/media-libs/aubio/Manifest b/media-libs/aubio/Manifest
index b4ed4a63e48..73c0139fa3e 100644
--- a/media-libs/aubio/Manifest
+++ b/media-libs/aubio/Manifest
@@ -1 +1,2 @@
 DIST aubio-0.4.7.tar.bz2 372173 BLAKE2B 
544239b215dd87d4cf4a6ed6b5dd856411d0a3f1c3242e3e1077fa0780160785a9934884a1f0d0dc80fe21b1d417bc3800db59842ec300a4c29d75b7942cba05
 SHA512 
30c614f2b502b993df28d4746a99421fe0aada33c98c42ea19c271554b29b360cb4d4f6650c1b1da508da4bc341348c5944cb452f69b2bf354ca6348f84de260
+DIST aubio-0.4.8.tar.bz2 387933 BLAKE2B 
e30d0ce97360376edf8eba895dc3040157a139c843ef9d6bf0483ffb750916eaccf9e28b8d80dcc0034572cca4f08479e4db44468c96206ce7b60a2fa9600634
 SHA512 
e58b32beda36865a5243ec7ed4647cf96e3652a25fd319fc697c08f93487f895070dc66b830700b40b879220c2e3a53b8cdc255ce2e34770ba5e34b36a4f51b4

diff --git a/media-libs/aubio/aubio-0.4.8.ebuild 
b/media-libs/aubio/aubio-0.4.8.ebuild
new file mode 100644
index 000..f75c644d475
--- /dev/null
+++ b/media-libs/aubio/aubio-0.4.8.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_REQ_USE='threads(+)'
+inherit distutils-r1 waf-utils
+
+DESCRIPTION="Library for audio labelling"
+HOMEPAGE="https://aubio.org/";
+SRC_URI="https://aubio.org/pub/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0/5"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc double-precision examples ffmpeg fftw jack libav libsamplerate 
sndfile python test"
+
+RDEPEND="
+   ffmpeg? (
+   !libav? ( >=media-video/ffmpeg-2.6:0= )
+   libav? ( >=media-video/libav-9:0= )
+   )
+   fftw? ( sci-libs/fftw:3.0= )
+   jack? ( virtual/jack )
+   libsamplerate? ( media-libs/libsamplerate )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+   sndfile? ( media-libs/libsndfile )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   app-text/txt2man
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( double-precision libsamplerate )
+"
+
+DOCS=( AUTHORS ChangeLog README.md )
+PYTHON_SRC_DIR="${S}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.4.8-docdir.patch
+)
+
+src_prepare() {
+   default
+   sed -e "s:doxygen:doxygen_disabled:" -i wscript || die
+
+   if ! use test; then
+   sed -e "/bld.*tests/d" -i wscript || die
+   fi
+}
+
+src_configure() {
+   python_setup
+   local mywafconfargs=(
+   --enable-complex
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable double-precision double)
+   $(use_enable fftw fftw3)
+   $(use_enable ffmpeg avcodec)
+   $(use_enable jack)
+   $(use_enable libsamplerate samplerate)
+   $(use_enable sndfile)
+   )
+   use double-precision || mywafconfargs+=( $(use_enable fftw fftw3f) )
+
+   waf-utils_src_configure "${mywafconfargs[@]}"
+
+   if use python ; then
+   cd "${PYTHON_SRC_DIR}" || die
+   distutils-r1_src_configure
+   fi
+}
+
+src_compile() {
+   waf-utils_src_compile --notests
+
+   if use doc; then
+   cd "${S}"/doc || die
+   emake dirhtml
+   fi
+
+   if use python ; then
+   cd "${PYTHON_SRC_DIR}" || die
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   waf-utils_src_compile --alltests
+
+   if use python ; then
+   cd "${PYTHON_SRC_DIR}" || die
+   distutils-r1_src_test
+   fi
+}
+
+src_install() {
+   waf-utils_src_install
+
+   if use examples; then
+   # install dist_noinst_SCRIPTS from Makefile.am
+   dodoc -r examples
+   fi
+
+   if use python ; then
+   cd "${PYTHON_SRC_DIR}" || die
+   DOCS="" distutils-r1_src_install
+   newdoc python/README.md README.python
+   fi
+
+   if use doc; then
+   dodoc doc/*.txt
+   docinto html
+   dodoc -r doc/_build/dirhtml/.
+   fi
+
+   find

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

2018-12-03 Thread Lars Wendler
commit: bc31e259166b7261fb675d756d1581d8cbdf84c7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 12:22:59 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 12:38:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc31e259

sys-apps/less: Removed old.

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

 sys-apps/less/Manifest|  1 -
 sys-apps/less/less-544.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index c2b1b36f6eb..ab72c78ba57 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,5 +1,4 @@
 DIST less-530.tar.gz 339723 BLAKE2B 
9321548b06330c0b1b5b5a36147f5b9348619ff15d907808744b89581edeb4d8c2118ba455d024a23850902cac4d2c34d1e7b9897e02769584315c0e67ef667e
 SHA512 
8d83a18b5648c4fe85921a563aa2c40bcf495aeb611098c83cd167b1e2f706649846cdf457c8506ae2683ab362ad970a0b261747349673020894bccdb9acbc10
 DIST less-531.tar.gz 340466 BLAKE2B 
6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e
 SHA512 
180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
-DIST less-544.tar.gz 344126 BLAKE2B 
82226e32605028c1914bd95be83813ef7986199f798557f4795c9148f7dfd723e9b1916f34ea6dc51fb58966e8fd97781152e26f2c3939c841b261942e9ba351
 SHA512 
bcb6c3875b79eddd6b0dc4b8b4ba9047d88e6660322e08917591f6c1a40e68b3bc5a043d00d8e41ee02235b511774995a2b828ca7b213d9d62fde2f732b69cf8
 DIST less-545.tar.gz 344114 BLAKE2B 
5c3dcbbd8ec18d51ad112274e4f09c1c34d1aac0fb9f0b8e57c3c3d9353c3bd786aa140abf56ff893ff5c3992ef4b5f33e7c65d28951618733a4c69455dfce66
 SHA512 
152950c36082b49220c9f6b2ec725c1922cbdd00234c1d603915650a33e9c313af22556ed16d5158497fd94e8e09d0921c70d20677082053eb130e790a1186f9
 DIST less-546.tar.gz 345927 BLAKE2B 
b9e5f31f5c9e51cb4885935b04c9ec151211b3b4cf8684b7efc2f1c83de0d8f0bc0589a2efc4e24abfd1d1e9fc9df9e3b21bc2fe64131e74fc1d7865b5286983
 SHA512 
bdfb1501b65d7f17b09293b00f04dd3ea3f5edebf981d9530a12bdfb9a95676823328e2eb42e45b2d924f09883e1632d09fefb564645b6029e2f2dade6bb7654

diff --git a/sys-apps/less/less-544.ebuild b/sys-apps/less/less-544.ebuild
deleted file mode 100644
index 3bc3bf38932..000
--- a/sys-apps/less/less-544.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
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/";
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-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"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=
-   pcre? ( dev-libs/libpcre2 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-   local myeconfargs=(
-   --with-regex=$(usex pcre pcre2 posix)
-   --with-editor="${EPREFIX}"/usr/libexec/editor
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   newbin "${FILESDIR}"/lesspipe.sh lesspipe
-   newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-   elog "Colorization support has been dropped.  If you want that, 
check out"
-   elog "the new app-text/lesspipe package."
-   fi
-}



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

2018-12-03 Thread Lars Wendler
commit: 46ec0a7d0c01352e0d139280ad41ae11cef8672b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 12:21:15 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 12:38:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ec0a7d

sys-apps/less: Bump to version 546

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

 sys-apps/less/Manifest|  1 +
 sys-apps/less/less-546.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 49f4a0e4127..c2b1b36f6eb 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -2,3 +2,4 @@ DIST less-530.tar.gz 339723 BLAKE2B 
9321548b06330c0b1b5b5a36147f5b9348619ff15d90
 DIST less-531.tar.gz 340466 BLAKE2B 
6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e
 SHA512 
180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
 DIST less-544.tar.gz 344126 BLAKE2B 
82226e32605028c1914bd95be83813ef7986199f798557f4795c9148f7dfd723e9b1916f34ea6dc51fb58966e8fd97781152e26f2c3939c841b261942e9ba351
 SHA512 
bcb6c3875b79eddd6b0dc4b8b4ba9047d88e6660322e08917591f6c1a40e68b3bc5a043d00d8e41ee02235b511774995a2b828ca7b213d9d62fde2f732b69cf8
 DIST less-545.tar.gz 344114 BLAKE2B 
5c3dcbbd8ec18d51ad112274e4f09c1c34d1aac0fb9f0b8e57c3c3d9353c3bd786aa140abf56ff893ff5c3992ef4b5f33e7c65d28951618733a4c69455dfce66
 SHA512 
152950c36082b49220c9f6b2ec725c1922cbdd00234c1d603915650a33e9c313af22556ed16d5158497fd94e8e09d0921c70d20677082053eb130e790a1186f9
+DIST less-546.tar.gz 345927 BLAKE2B 
b9e5f31f5c9e51cb4885935b04c9ec151211b3b4cf8684b7efc2f1c83de0d8f0bc0589a2efc4e24abfd1d1e9fc9df9e3b21bc2fe64131e74fc1d7865b5286983
 SHA512 
bdfb1501b65d7f17b09293b00f04dd3ea3f5edebf981d9530a12bdfb9a95676823328e2eb42e45b2d924f09883e1632d09fefb564645b6029e2f2dade6bb7654

diff --git a/sys-apps/less/less-546.ebuild b/sys-apps/less/less-546.ebuild
new file mode 100644
index 000..3bc3bf38932
--- /dev/null
+++ b/sys-apps/less/less-546.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Excellent text file viewer"
+HOMEPAGE="http://www.greenwoodsoftware.com/less/";
+SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
+
+LICENSE="|| ( GPL-3 BSD-2 )"
+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"
+IUSE="pcre unicode"
+
+DEPEND=">=app-misc/editor-wrapper-3
+   >=sys-libs/ncurses-5.2:0=
+   pcre? ( dev-libs/libpcre2 )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
+   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
+   local myeconfargs=(
+   --with-regex=$(usex pcre pcre2 posix)
+   --with-editor="${EPREFIX}"/usr/libexec/editor
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newbin "${FILESDIR}"/lesspipe.sh lesspipe
+   newenvd "${FILESDIR}"/less.envd 70less
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
+   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
+   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
+   elog "Colorization support has been dropped.  If you want that, 
check out"
+   elog "the new app-text/lesspipe package."
+   fi
+}



[gentoo-commits] proj/musl:master commit in: dev-libs/glib/, dev-libs/glib/files/

2018-12-03 Thread Anthony G. Basile
commit: 7d0b2206dddb90e67d0395467134da814921d342
Author: g3ngr33n  tutanota  com>
AuthorDate: Mon Dec  3 08:57:02 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec  3 12:26:02 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7d0b2206

dev-libs/glib: glib-2.56.2 with musl patch

- 2.56.2-gobject_init_on_demand.patch : Ported from gobject_init_on_demand.patch
- 2.56.2-quark_init_on_demand.patch : Ported from quark_init_on_demand.patch
- 2.56.2-network-monitor-race-test-iterations.patch : main Gentoo patch
- glib-2.54.3-external-gdbus-codegen.patch : Nothing to change

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/glib/Manifest |   2 +-
 .../glib/files/2.56.2-gobject_init_on_demand.patch |  91 +++
 ...56.2-network-monitor-race-test-iterations.patch |  36 +++
 .../glib/files/2.56.2-quark_init_on_demand.patch   |  50 
 dev-libs/glib/glib-2.56.2.ebuild   | 302 +
 5 files changed, 480 insertions(+), 1 deletion(-)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index b840e13..ff5fb4b 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,5 +1,5 @@
-DIST glib-2.50.3.tar.xz 7589284 BLAKE2B 
8648e5d9e8f4c943ca3ec5a5ec01f380f55f76555bf4ec731e211b33d0e23c29ea2a9323e2e839f35f89f292863df76d4e8c622fc44c0e5905eb904576618dbd
 SHA512 
ef35806c15170b6608445f255136c0bebd2d433adf903c2af2865f6a57b4f2fcfc1e4a7cea1a0dac48ff5fe26248fbf7886dba4a8d209506f0a94160df8fb7af
 DIST glib-2.52.3.tar.xz 7679972 BLAKE2B 
8d9f6b714571bd04ab9717fbf9ded8556664e43dcdb7dd59436b8b7f1a8a5cdf98e9ce60ca1ead941af1d57688044fefb6c749fa735084622a3482b058864ff6
 SHA512 
a068f2519cfb82de8d4b7f004e7c1f15e841cad4046430a83b02b359d011e0c4077cdff447a1687ed7c68f1a11b4cf66b9ed9fc23ab5f0c7c6be84eb0ddc3017
 DIST glib-2.54.3-patchset.tar.xz 39488 BLAKE2B 
0bebd1f8eadd1796c355dbad20739ec2428a5b67e363e6ea61e2bab1e672506c438c80c602e87ec7d221ad92ad5c52adf7b57fb13441835e41f1e1208c26c6db
 SHA512 
3d880c2681893da9267c8b2ba9a695eddbb1cef63f4ea26e052ce2f69e1e9d78eccdb27b235cbf0693ecd262bd70d020b24f82fc72ab11a4dbc2c929cfb72942
 DIST glib-2.54.3.tar.xz 7836536 BLAKE2B 
140e7cf09a41b72a5b22e5b87e9674cbfdfe1b82f3cf5f0fd3ecb2ed6b1f62a90f8b4c0bc2f655e297f91394f771f6ecad210357e31f104ee49ca178be6b9d76
 SHA512 
23eb4458684624f80c17aa784eab42a38eec87bb5979fcfe56f0bc63b5c7bcf8251a0d4ea916fe2c8109ff5b14a4b60c6260755d079ff984c0d8e6a2871d307d
+DIST glib-2.56.2.tar.xz 8041756 BLAKE2B 
1af5bb37378856e959602bcb9299266bba46b990839c923f6b9881624aed306af0779005281b3e3a46b5994c54812edc86aade9cb782c596fd63b6fd91baba51
 SHA512 
8201ea82d3613d2e879284abe01520b766da30957c5a1a22f3e6019b0cce6bf95d25beae78867b6a133401c4165153c0c92974dd459ab12f9e0e9dd0c95df5d4
 DIST pkg-config-0.28.tar.gz 1931203 BLAKE2B 
bafdd4e838623965c6bd454421ddd9051fc43fc29948e1615b49fef463c3c3a18807aabe6416f96cfdf58d6b1c9e114d77f97bd985facee7c14284a8a64a768b
 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320

diff --git a/dev-libs/glib/files/2.56.2-gobject_init_on_demand.patch 
b/dev-libs/glib/files/2.56.2-gobject_init_on_demand.patch
new file mode 100644
index 000..d8be8e2
--- /dev/null
+++ b/dev-libs/glib/files/2.56.2-gobject_init_on_demand.patch
@@ -0,0 +1,91 @@
+--- a/gobject/gtype.c
 b/gobject/gtype.c
+@@ -200,6 +200,9 @@
+ static gboolean   type_node_is_a_L
(TypeNode   *node,
+
TypeNode   *iface_node);
+ 
++#if !defined(__GLIBC__)
++static void gobject_init (void);
++#endif
+ 
+ /* --- enumeration --- */
+ 
+@@ -2623,6 +2626,10 @@
+ {
+   TypeNode *node;
+   
++ #if !defined(__GLIBC__)
++  gobject_init();
++ #endif
++
+   g_assert_type_system_initialized ();
+   g_return_val_if_fail (type_id > 0, 0);
+   g_return_val_if_fail (type_name != NULL, 0);
+@@ -2740,6 +2747,10 @@
+   TypeNode *pnode, *node;
+   GType type = 0;
+   
++ #if !defined(__GLIBC__)
++  gobject_init();
++ #endif
++
+   g_assert_type_system_initialized ();
+   g_return_val_if_fail (parent_type > 0, 0);
+   g_return_val_if_fail (type_name != NULL, 0);
+@@ -2795,6 +2806,10 @@
+   TypeNode *pnode, *node;
+   GType type;
+   
++ #if !defined(__GLIBC__)
++   gobject_init();
++ #endif
++
+   g_assert_type_system_initialized ();
+   g_return_val_if_fail (parent_type > 0, 0);
+   g_return_val_if_fail (type_name != NULL, 0);
+@@ -3309,7 +3324,11 @@
+ g_type_name (GType type)
+ {
+   TypeNode *node;
+-  
++
++  #if !defined(__GLIBC__)
++   gobject_init();
++ #endif 
++
+   g_assert_type_system_initialized ();
+   
+   node = lookup_type_node_I (type);
+@@ -4335,6 +4354,9 @@
+ void
+ g_type_init_with_debug_flags (GTypeDebugFlags debug_flags)
+ {
++#if !defined(__GLIBC__)
++  gobject_init();
++#endif
+   g_assert_type_system_

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

2018-12-03 Thread Virgil Dupras
commit: 81405ad976d794765153662ce220c6e7265b6335
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Dec  3 12:15:18 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Dec  3 12:15:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81405ad9

dev-python/pytest-cov: drop spurious pytest-capturelog dep

Tests fail, but they failed in the same way prior to this too.

Bug: https://bugs.gentoo.org/668746
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/pytest-cov/pytest-cov-2.3.1.ebuild| 3 +--
 dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild | 3 +--
 dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild | 1 -
 dev-python/pytest-cov/pytest-cov-2.5.1.ebuild| 3 +--
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild 
b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
index 9aef7a752f5..f57ab12f396 100644
--- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,7 +36,6 @@ DEPEND="
dev-python/pytest-cache[${PYTHON_USEDEP}]
)
=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
-   dev-python/pytest-capturelog[${PYTHON_USEDEP}]
)
 "
 

diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild 
b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
index fb708afded4..e0c277e0bfc 100644
--- a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,7 +37,6 @@ DEPEND="
dev-python/pytest-cache[${PYTHON_USEDEP}]
)
=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
-   dev-python/pytest-capturelog[${PYTHON_USEDEP}]
)
 "
 

diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild 
b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
index 98fb738ccee..ee73b89744d 100644
--- a/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r2.ebuild
@@ -37,7 +37,6 @@ DEPEND="
dev-python/pytest-cache[${PYTHON_USEDEP}]
)
>=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
-   dev-python/pytest-capturelog[${PYTHON_USEDEP}]
)
 "
 

diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild 
b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
index d769afe6c08..d64465eebd7 100644
--- a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,7 +36,6 @@ DEPEND="
dev-python/pytest-cache[${PYTHON_USEDEP}]
)
=dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
-   dev-python/pytest-capturelog[${PYTHON_USEDEP}]
)
 "
 



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

2018-12-03 Thread Virgil Dupras
commit: b68b58c62b9ec62a2e572351f5b4a0fea54a07bb
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Dec  3 12:02:57 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Dec  3 12:02:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68b58c6

dev-python/APScheduler: keep CI happy

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

 dev-python/APScheduler/APScheduler-3.3.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/APScheduler/APScheduler-3.3.1.ebuild 
b/dev-python/APScheduler/APScheduler-3.3.1.ebuild
index d643457bf3b..b6e4912c7f0 100644
--- a/dev-python/APScheduler/APScheduler-3.3.1.ebuild
+++ b/dev-python/APScheduler/APScheduler-3.3.1.ebuild
@@ -26,7 +26,6 @@ DEPEND="${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
)"
 
-
 # Tests that are known to fail (some may be triggered by network-sandbox).
 test_failures=(
test_add_class_method_job



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

2018-12-03 Thread Virgil Dupras
commit: b5fab6ce6e19d7609b5efbcfa35223640ae6f0d8
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Dec  3 12:00:43 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Dec  3 12:00:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fab6ce

dev-python/httpretty: remove spurious test deps

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

 dev-python/httpretty/httpretty-0.8.14.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/httpretty/httpretty-0.8.14.ebuild 
b/dev-python/httpretty/httpretty-0.8.14.ebuild
index 2645a4b1820..ff621a82378 100644
--- a/dev-python/httpretty/httpretty-0.8.14.ebuild
+++ b/dev-python/httpretty/httpretty-0.8.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,14 +20,12 @@ RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
-   >=dev-python/coverage-3.5[${PYTHON_USEDEP}]
>=dev-python/nose-1.2[${PYTHON_USEDEP}]
>=dev-python/mock-1.0[${PYTHON_USEDEP}]
dev-python/sure[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
>=dev-python/requests-1.1[${PYTHON_USEDEP}]
>=www-servers/tornado-2.2[${PYTHON_USEDEP}]
-   dev-python/ipdb[${PYTHON_USEDEP}]
 )"
 
 #Required for test phase



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

2018-12-03 Thread Virgil Dupras
commit: 4e67a7471d8eede5c8ec9fea07c6a81fc1254fa1
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Dec  3 11:58:36 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Dec  3 11:58:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e67a747

dev-python/httpretty: remove old

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

 dev-python/httpretty/Manifest  |  6 --
 .../httpretty/files/httpretty-0.7.0-deps.patch | 68 --
 dev-python/httpretty/httpretty-0.7.0.ebuild| 50 
 dev-python/httpretty/httpretty-0.7.1.ebuild| 46 ---
 dev-python/httpretty/httpretty-0.8.0-r1.ebuild | 65 -
 dev-python/httpretty/httpretty-0.8.0.ebuild| 45 --
 dev-python/httpretty/httpretty-0.8.10.ebuild   | 65 -
 dev-python/httpretty/httpretty-0.8.12.ebuild   | 68 --
 dev-python/httpretty/httpretty-0.8.6.ebuild| 65 -
 9 files changed, 478 deletions(-)

diff --git a/dev-python/httpretty/Manifest b/dev-python/httpretty/Manifest
index fd035159718..6a66df776e0 100644
--- a/dev-python/httpretty/Manifest
+++ b/dev-python/httpretty/Manifest
@@ -1,7 +1 @@
-DIST httpretty-0.7.0.tar.gz 28066 BLAKE2B 
e4460fb060efd5b2551218a01f52b9dc6250f1ad0582e8c48ebc98fbaaac053ca914620e7a88d4404e8a15106853caae31ee05434f3756f293c1d01db23e5514
 SHA512 
9adfd906336aa0ac2c21be8b789eb2e57994f4aac719958fc657291d922fe28b1fcc60d9b39e0e616b6d8565adaecb8228df3a9d1428cc189372b1cc700f664e
-DIST httpretty-0.7.1.tar.gz 28394 BLAKE2B 
2b98d2b6f9cca35d5396a038c0851cffc6aa45456f6ae3ef082b0fba90c6cd137a2e99534ee836c7c00b5394668a266206df579253a32b4213b8127b58f8d629
 SHA512 
53b6f063e0e7863fa77aad1eebb0ad3078528bc97d26df80a3c6491c42b9a9008080da35bbb1e9372674c996f25e5109c84b48a2a6d9f0de5b7c53331bdad857
-DIST httpretty-0.8.0.tar.gz 34291 BLAKE2B 
71bc13eeb1153f6b7a1c5e60b6cb197a3e6a7d8bf32db047843d17cdd1fe0eff0904f10c4b9424728e12f12a98574de317a6a7db16b1f1e8315642e872187275
 SHA512 
0c6193c488a27345b3d98cc6a62e8933b67828b7335700367b28cf328ef86ff2342056bada84ca631d6acc5650b7b456e80d85d8099e873f07cd41140c481650
-DIST httpretty-0.8.10.tar.gz 41741 BLAKE2B 
2d0648074eea08223fe2191c1f416af7349ab16d1578e4b259d02e163462bb1cf122ed532a9d4c8179d332ef29347a8da67765e34a81643f8fa988f095bd
 SHA512 
5bc734a89c45daa746551ef7d150c02bf6d9cddf1bc5426a8800d2241bb5bf8a834d2736fd9a4846ce150747d9c2064686a3ed63e97e5f131778d834956a9107
-DIST httpretty-0.8.12.tar.gz 43396 BLAKE2B 
ed2b9e7d8b2e7088a613234c8d60edcc5294506c77f16e5821060e3115bc8521f568abba313b359008add09e47e320bfc7178eca86e5e59158d7e303dc6f017d
 SHA512 
1d1cbc2fd56c4aa8c2ba1e5bdb6d56db57a74f73028ebeab141f93d55eaac4a46a19c66148435e45c91d21a561ecaa6100cbe1ac0dbb65b2bdf2c8551b99a523
 DIST httpretty-0.8.14.tar.gz 43574 BLAKE2B 
4015bb234c2fe3017a43fff6e3b51a7f015d9d133756d4326750da1ea06ce1910d91d7b47625a08ec85856d156a0d8b3b18706e582578e3d186994b8e4f55c69
 SHA512 
5adab6450e8360cc21bab4136f64cd11757b9f292c7e27980fe2561f3e705baf4f0211b9e6ff4ec9ba96a788a6c5b5b1d26657972b67423c9c25491927b0884b
-DIST httpretty-0.8.6.tar.gz 40815 BLAKE2B 
6964f96fb6de59f2ff9bc5018e6bec15c391454888fb0f42045257bad8fcc96a9cb6e1c4f4347267e85efc96473ede26c37f6680b67bb47a1632e371dcf313de
 SHA512 
bd5d0b1a33b52ae3d0e09673429e771ce582795bf58d38b34d4df39f74b377ec199d720fa061a84b64175b6ba67a91bdb35c242b4fd754627d2744cb8b33b313

diff --git a/dev-python/httpretty/files/httpretty-0.7.0-deps.patch 
b/dev-python/httpretty/files/httpretty-0.7.0-deps.patch
deleted file mode 100644
index 26c6ebec4e5..000
--- a/dev-python/httpretty/files/httpretty-0.7.0-deps.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-rebased from 
https://github.com/jamielennox/HTTPretty/commit/3a7d5a04b2ed5cebc8e1fc14f706f5da7fc5162f
-diff -ur httpretty-0.7.0.orig/requirements.pip httpretty-0.7.0/requirements.pip
 requirements.pip   2013-10-02 12:44:47.0 +0800
-+++ requirements.pip   2013-12-02 15:37:00.611977792 +0800
-@@ -1,12 +1,9 @@
--argparse==1.2.1
--coverage==3.5.3
--httplib2==0.7.6
--misaka==1.0.2
--mock==1.0.1
--nose==1.2.1
--requests==1.1.0
--steadymark==0.4.5
-+coverage>=3.5
-+httplib2
-+mock>=1.0
-+nose>=1.2
-+requests>=1.1
- sure>=1.2.1
--tornado==2.4
--tox==1.4.2
--urllib3
-\ No newline at end of file
-+tornado>=2.2
-+tox>=1.4.2
-+urllib3
-diff -ur httpretty-0.7.0.orig/setup.cfg httpretty-0.7.0/setup.cfg
 setup.cfg  2013-10-08 05:42:31.0 +0800
-+++ setup.cfg  2013-12-02 15:40:34.331985437 +0800
-@@ -2,4 +2,9 @@
- tag_build = 
- tag_date = 0
- tag_svn_revision = 0
--
-+[nosetests]
-+verbosity=2
-+with-coverage=1
-+cover-erase=1
-+cover-package=httpretty
-+cover-inclusive=1
-diff -ur httpretty-0.7.0.orig/setup.py httpretty-0.7.0/setup.py
 setup.py   2013-10-08 05:42:31.0 +0800
-+++ setup.py   2013-12-02 15:42:26.467989448 +0800
-@@ -50,10 +50,11 @@
- author_email='gabr...@na

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

2018-12-03 Thread Lars Wendler
commit: 9f449b395143388d46551b540f706c4a598bb83f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 11:21:45 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 11:40:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f449b39

sys-fs/mtools: Bump to version 4.0.22

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

 sys-fs/mtools/Manifest |  1 +
 sys-fs/mtools/mtools-4.0.22.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
index 8bfc082935b..ac2ce76105a 100644
--- a/sys-fs/mtools/Manifest
+++ b/sys-fs/mtools/Manifest
@@ -1,3 +1,4 @@
 DIST mtools-4.0.18.tar.bz2 420190 BLAKE2B 
92fdf8b054287e3cb4eddb40c98f5ac4229a38473b633c25ab74a07a8a72d38c2767ae648a35cf0dac9dedfa2f7789afc4904a50e1328e2baa0a289d93b094fb
 SHA512 
3981a4727aa4e2ec5c931201b236f52fcd1c9d55f888cb2fbdc5c4172402e2b229ede9a5005b972ffdad59bcb861e2fcc01404845e521116419079ae78239090
 DIST mtools-4.0.20.tar.bz2 449835 BLAKE2B 
51ee105e57c2cf56acf46d1ea9e0c1a5b89f85916cbd160421ebb992cdfdc7722d257b81cc794cc6d2dbc18728edb6e24c51d460adcb95291021e189a5c0c3e6
 SHA512 
2b99d2cd86deaa38a47b377ba47c2b88ccb99159085b59db9c2b4f1f9adcfd011f92934419e7b33a634a1ffddf336c8f11229071847ef082fe56b9b91b5f3a36
 DIST mtools-4.0.21.tar.bz2 413435 BLAKE2B 
6be4d504c4ff509b0345ee67d2181a3ca10f1517cd745dcb3a5170e9c9740b6ed124072cc06f265abd7101b4f7cfcac3b42d326b87ecf8ce3ff97a9466c2bacb
 SHA512 
b46e7a7a5562980b8dca62f5a7efaa95b9e9b4ab07c57b47d34ac9584594f578687c6dad1846c86914adb566da8bda256f2fc3a47d984d7a400cfd705f2b0b5a
+DIST mtools-4.0.22.tar.bz2 431185 BLAKE2B 
19b6ed58fd44e51eba11799347590f8c36fe2de7cbb2b612c0f16f4f35c916331abf19b8ca9a735fcc627db5180b1f8cbf355e25319af8587a0de033d50a6e79
 SHA512 
9a35a27c6de768e3e925d9163aeb8b021620de9016cf12666ee0259cbfc87fa7a8d0311fc0a77c04dbef8bd3e8d86c747069a9aca2f5df69e6391c3cf5a0b113

diff --git a/sys-fs/mtools/mtools-4.0.22.ebuild 
b/sys-fs/mtools/mtools-4.0.22.ebuild
new file mode 100644
index 000..651e08e2c96
--- /dev/null
+++ b/sys-fs/mtools/mtools-4.0.22.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic
+
+DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
+HOMEPAGE="https://www.gnu.org/software/mtools/ 
https://savannah.gnu.org/projects/mtools";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x64-solaris"
+IUSE="X elibc_glibc"
+
+RDEPEND="
+   !elibc_glibc? ( virtual/libiconv )
+   X? (
+   x11-libs/libICE
+   x11-libs/libXau
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXt
+   )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # Don't throw errors on existing directories
+   sed -i -e "s:mkdir:mkdir -p:" mkinstalldirs || die
+}
+
+src_configure() {
+   # 447688
+   use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
+   local myeconfargs=(
+   --sysconfdir="${EPREFIX%/}"/etc/mtools
+   $(use_with X x)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   local -a DOCS=( README* Release.notes )
+   default
+
+   insinto /etc/mtools
+   doins mtools.conf
+
+   # default is fine
+   sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED%/}"/etc/mtools/mtools.conf || 
die
+}



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

2018-12-03 Thread Lars Wendler
commit: 3e91493e36d8cb2a0c65ad25cfb64e075325806b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 11:25:53 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 11:40:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e91493e

sys-fs/mtools: Removed old.

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

 sys-fs/mtools/Manifest |  1 -
 sys-fs/mtools/mtools-4.0.20.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/sys-fs/mtools/Manifest b/sys-fs/mtools/Manifest
index ac2ce76105a..720cabbd23e 100644
--- a/sys-fs/mtools/Manifest
+++ b/sys-fs/mtools/Manifest
@@ -1,4 +1,3 @@
 DIST mtools-4.0.18.tar.bz2 420190 BLAKE2B 
92fdf8b054287e3cb4eddb40c98f5ac4229a38473b633c25ab74a07a8a72d38c2767ae648a35cf0dac9dedfa2f7789afc4904a50e1328e2baa0a289d93b094fb
 SHA512 
3981a4727aa4e2ec5c931201b236f52fcd1c9d55f888cb2fbdc5c4172402e2b229ede9a5005b972ffdad59bcb861e2fcc01404845e521116419079ae78239090
-DIST mtools-4.0.20.tar.bz2 449835 BLAKE2B 
51ee105e57c2cf56acf46d1ea9e0c1a5b89f85916cbd160421ebb992cdfdc7722d257b81cc794cc6d2dbc18728edb6e24c51d460adcb95291021e189a5c0c3e6
 SHA512 
2b99d2cd86deaa38a47b377ba47c2b88ccb99159085b59db9c2b4f1f9adcfd011f92934419e7b33a634a1ffddf336c8f11229071847ef082fe56b9b91b5f3a36
 DIST mtools-4.0.21.tar.bz2 413435 BLAKE2B 
6be4d504c4ff509b0345ee67d2181a3ca10f1517cd745dcb3a5170e9c9740b6ed124072cc06f265abd7101b4f7cfcac3b42d326b87ecf8ce3ff97a9466c2bacb
 SHA512 
b46e7a7a5562980b8dca62f5a7efaa95b9e9b4ab07c57b47d34ac9584594f578687c6dad1846c86914adb566da8bda256f2fc3a47d984d7a400cfd705f2b0b5a
 DIST mtools-4.0.22.tar.bz2 431185 BLAKE2B 
19b6ed58fd44e51eba11799347590f8c36fe2de7cbb2b612c0f16f4f35c916331abf19b8ca9a735fcc627db5180b1f8cbf355e25319af8587a0de033d50a6e79
 SHA512 
9a35a27c6de768e3e925d9163aeb8b021620de9016cf12666ee0259cbfc87fa7a8d0311fc0a77c04dbef8bd3e8d86c747069a9aca2f5df69e6391c3cf5a0b113

diff --git a/sys-fs/mtools/mtools-4.0.20.ebuild 
b/sys-fs/mtools/mtools-4.0.20.ebuild
deleted file mode 100644
index 3dd3d67269f..000
--- a/sys-fs/mtools/mtools-4.0.20.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic
-
-DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them"
-HOMEPAGE="https://www.gnu.org/software/mtools/ 
https://savannah.gnu.org/projects/mtools";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x64-solaris"
-IUSE="X elibc_glibc"
-
-RDEPEND="
-   !elibc_glibc? ( virtual/libiconv )
-   X? (
-   x11-libs/libICE
-   x11-libs/libXau
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXt
-   )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.18-memset.patch
-)
-
-src_prepare() {
-   default
-
-   # Don't throw errors on existing directories
-   sed -i -e "s:mkdir:mkdir -p:" mkinstalldirs || die
-}
-
-src_configure() {
-   # 447688
-   use !elibc_glibc && use !elibc_musl && append-libs "-liconv"
-   local myeconfargs=(
-   --sysconfdir="${EPREFIX%/}"/etc/mtools
-   $(use_with X x)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   local -a DOCS=( README* Release.notes )
-   default
-
-   insinto /etc/mtools
-   doins mtools.conf
-
-   # default is fine
-   sed -i -e '/^SAMPLE FILE$/s:^:#:' "${ED%/}"/etc/mtools/mtools.conf || 
die
-}



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

2018-12-03 Thread Lars Wendler
commit: 4ebb5a1c44a28ae388f307de450dd552a9c35534
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 11:40:31 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 11:40:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebb5a1c

media-libs/libpng: Bump to version 1.6.36

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

 media-libs/libpng/Manifest |  2 ++
 media-libs/libpng/libpng-1.6.36.ebuild | 45 ++
 2 files changed, 47 insertions(+)

diff --git a/media-libs/libpng/Manifest b/media-libs/libpng/Manifest
index 7859fb08874..18024ccbdd3 100644
--- a/media-libs/libpng/Manifest
+++ b/media-libs/libpng/Manifest
@@ -8,3 +8,5 @@ DIST libpng-1.6.34-apng.patch.gz 10411 BLAKE2B 
4f6a5f7c2dcdc47e88a4687063958b18a
 DIST libpng-1.6.34.tar.xz 997968 BLAKE2B 
4cd0c46d11097cdeb0e419f1363cb9632ceaf56729a2d11e78361292568dce5c33f8fd24c56a5c5a007f419b8bc14fdaecff6db05ac2acea51b2374a1f57b848
 SHA512 
89407c5abc1623faaa3992fc1e4a62def671d9a7401108dfceee895d5f16fe7030090bea89b34a36d377d8e6a5d40046886991f663ce075d1a2d31bf9eaf3c51
 DIST libpng-1.6.35-apng.patch.gz 10396 BLAKE2B 
5f69db106909f690f3fc96dc14db3c7281c3abb0ea9cd119fcf0cb6584eb1eb5f244d57e4ec7198614f3df5f9b302c0de2b447ed0cbacaa7b15821c2e3c23cf7
 SHA512 
40cda24d003089c31786b70fd581cdd960f338ae89535646a2188bc8e25e603a6ad2080406017bd45edb298442a88dd60ada1ec650b001596d216e8194a3dda1
 DIST libpng-1.6.35.tar.xz 1014320 BLAKE2B 
2c1d8a4a1af8d5c67c8c18414fc1c32ad41b81e5300b3fe72c2bb89afece764087c7829308243e5eb24e7d685c56ba6c151b66ef64603528ac0406d89dd4cc4d
 SHA512 
b69152bc7869e98536effa8e45e2dac7bffee26aa9e31fc90b37506a702256919bcf4dd9cadc42fa4e45143bc023ffd7c637742367e58707e8c2226b3a09eee0
+DIST libpng-1.6.36-apng.patch.gz 10329 BLAKE2B 
8c97da493a1eed697d8bbba96dea992b17360f5e4844b8d43c63a73684f09094d28d0032a8311e39f633c449674e7aec7bab0e923d9df8ff2a7e17caaccdef5d
 SHA512 
1c82e2399dd6dea14955a4e8da8d3f50bbcee42676dda5d7abdd36f27d1228924b0107d0174258adeb2eec8ba74b267d8a778b72b72f6dcef176608d5ff7c912
+DIST libpng-1.6.36.tar.xz 1012544 BLAKE2B 
6b89e39e5a301e9e4d7fe93d97e4b8695a214b5b102cc1b21455baea2608b99003110f6f20beb3464e1cf62762a35917bdc07f31ba5aa041776601cc9651809c
 SHA512 
a86ee977df69748e5039fb0ead883f1d3f88b8a701fa24cf8e62dd77c5871bb46397d794fa33ec1d0be1ac488246832ad79d0e6117ac093bdce1b2a1cfcb2bb0

diff --git a/media-libs/libpng/libpng-1.6.36.ebuild 
b/media-libs/libpng/libpng-1.6.36.ebuild
new file mode 100644
index 000..1bce3c6cb23
--- /dev/null
+++ b/media-libs/libpng/libpng-1.6.36.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit libtool multilib-minimal
+
+DESCRIPTION="Portable Network Graphics library"
+HOMEPAGE="http://www.libpng.org/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
+   apng? ( mirror://sourceforge/apng/${P}-apng.patch.gz )"
+
+LICENSE="libpng"
+SLOT="0/16"
+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 ~x86-winnt"
+IUSE="apng cpu_flags_x86_sse neon static-libs"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils"
+
+src_prepare() {
+   default
+   if use apng; then
+   eapply -p0 "${WORKDIR}"/${PN}-*-apng.patch
+   # Don't execute symbols check with apng patch wrt #378111
+   sed -i -e '/^check/s:scripts/symbols.chk::' Makefile.in || die
+   fi
+   elibtoolize
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable cpu_flags_x86_sse intel-sse)
+   $(use_enable static-libs static)
+   --enable-arm-neon=$(usex neon)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   DOCS=( ANNOUNCE CHANGES libpng-manual.txt README TODO )
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



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

2018-12-03 Thread Mart Raudsepp
commit: f9bd6ea53a7ee2d9df401ac2cfb05755c4d39667
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec  3 09:28:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec  3 11:24:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bd6ea5

media-gfx/gthumb: bump to 3.6.2

Remove yelp-tools dep - only itstool is needed, not full
yelp-tools dev stack.

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

 media-gfx/gthumb/Manifest|  1 +
 media-gfx/gthumb/gthumb-3.6.2.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/media-gfx/gthumb/Manifest b/media-gfx/gthumb/Manifest
index c7d74eae5be..34939bdbe32 100644
--- a/media-gfx/gthumb/Manifest
+++ b/media-gfx/gthumb/Manifest
@@ -1 +1,2 @@
 DIST gthumb-3.6.1.tar.xz 3415564 BLAKE2B 
363c1c927557f69a4dc0980174b31dd414267c0110205b4406f7fbf02953fd9ad00255d327363c6dcab663e10401b42a7aa23bc33796e944540ad21e778db67d
 SHA512 
8b545626b041f91b8a3ad9caa5930aa431529f660c5a705efff667c78ddccd25683e598f7b1fc08f8e73553cedec00f0187387833e6081f504fc67ebd86f7a42
+DIST gthumb-3.6.2.tar.xz 3423044 BLAKE2B 
ff5fd805c07c969f8e50960cdd36df9b3ef9ddedcaca66578416fc4f602fedf4f1698fec54cda77521c88774e8e309b996123ade9a633df1ffc34bb60cef0ff5
 SHA512 
5fc5cc43b16b51438403fbb986286d5e66575162be7b4cf35931dd0c41273933f78c210aaf2379e0a2574df6f7f7b2d532d87ce37fbc6369b65331bac338a454

diff --git a/media-gfx/gthumb/gthumb-3.6.2.ebuild 
b/media-gfx/gthumb/gthumb-3.6.2.ebuild
new file mode 100644
index 000..1eab1eda6c7
--- /dev/null
+++ b/media-gfx/gthumb/gthumb-3.6.2.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Image viewer and browser for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/gthumb";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="cdr colord debug exif gnome-keyring gstreamer http jpeg json lcms raw 
slideshow svg tiff test webkit webp"
+
+RDEPEND="
+   >=dev-libs/glib-2.36.0:2[dbus]
+   >=x11-libs/gtk+-3.16.0:3
+   exif? ( >=media-gfx/exiv2-0.21:= )
+   slideshow? (
+   >=media-libs/clutter-1.12.0:1.0
+   >=media-libs/clutter-gtk-1:1.0 )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0 )
+   raw? ( >=media-libs/libraw-0.14:= )
+   http? ( >=net-libs/libsoup-2.42.0:2.4 )
+   gnome-keyring? ( >=app-crypt/libsecret-0.11 )
+   cdr? ( >=app-cdr/brasero-3.2 )
+   svg? ( >=gnome-base/librsvg-2.34:2 )
+   webp? ( >=media-libs/libwebp-0.2.0 )
+   json? ( >=dev-libs/json-glib-0.15.0 )
+   webkit? ( >=net-libs/webkit-gtk-1.10.0:4 )
+   lcms? ( >=media-libs/lcms-2.6:2 )
+   colord? ( >=x11-misc/colord-1.3
+   >=media-libs/lcms-2.6:2 )
+
+   media-libs/libpng:0=
+   sys-libs/zlib
+   >=gnome-base/gsettings-desktop-schemas-0.1.4
+   jpeg? ( virtual/jpeg:0= )
+   tiff? ( media-libs/tiff:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   test? ( ~app-text/docbook-xml-dtd-4.1.2 )
+"
+# eautoreconf needs:
+#  gnome-base/gnome-common
+
+src_prepare() {
+   # Remove unwanted CFLAGS added with USE=debug
+   sed -e 's/CFLAGS="$CFLAGS -g -O0 -DDEBUG"//' \
+   -i configure.ac -i configure || die
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # Upstream says in configure help that libchamplain support
+   # crashes frequently
+   local myeconfargs=(
+   --disable-static
+   --disable-libchamplain
+   $(use_enable cdr libbrasero)
+   $(use_enable colord)
+   $(use_enable debug)
+   $(use_enable exif exiv2)
+   $(use_enable gnome-keyring libsecret)
+   $(use_enable gstreamer)
+   $(use_enable http libsoup)
+   $(use_enable jpeg)
+   $(use_enable json libjson-glib)
+   $(use_enable raw libraw)
+   $(use_enable slideshow clutter)
+   $(use_enable svg librsvg)
+   $(use_enable test test-suite)
+   $(use_enable tiff)
+   $(use_enable webkit webkit2)
+   $(use_enable webp libwebp)
+   )
+   # colord pulls in lcms2 anyway, so enable lcms with USE="colord -lcms"; 
some of upstream HAVE_COLORD code depends on HAVE_LCMS2
+   if use lcms || use colord; then
+   myeconfargs+=( --enable-lcms2 )
+   else
+   myeconfargs+=( --disable-lcms2 )
+   fi
+   gnome2_src_configure "${myeconfargs[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-12-03 Thread Lars Wendler
commit: 4bfc06a51a90e0c2c409eeb75eb9c88b1d079fa4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 11:19:11 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 11:19:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfc06a5

dev-vcs/git: Bump to version 2.20.0_rc2. Removed old.

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

 dev-vcs/git/Manifest | 6 +++---
 dev-vcs/git/{git-2.20.0_rc1.ebuild => git-2.20.0_rc2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index b612851c732..ff3f7f947af 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,12 +1,12 @@
 DIST git-2.18.1.tar.xz 5102812 BLAKE2B 
43ec86d9aebc73a582f2117ef1c26a6dc820f81ff389a6239ed6e3ea5fd2be0bac54766c3ab8ad1cc9730978e5b73997bb20b24b9f3f43d6eef06bea8a9174c3
 SHA512 
06bdc54c4ff78b77667b917f2aa46a803bd6561236f4177f41b8730785b5f90f8ca705f028131f9365fb0aae2e51cd92c97380141e97c026c96a020e00b992e1
 DIST git-2.19.1.tar.xz 5227908 BLAKE2B 
1702662d7eea2ea5fa9d697eece19bee8a451abb1e85b1c7b111b4126e97340ee0c5691faf37c2d9fbe13bdf4ea894d8a3e0e2f7208e7bce111e53d1da81ef5f
 SHA512 
a1bc1032b1de9eb9ea8b7c385cd009f64247e13066e0a91e9682e35400ded05f88c23b523cca4782f57544060d6ba0f9d3bec944399cda5771a4945c38bb9b98
 DIST git-2.19.2.tar.xz 5235608 BLAKE2B 
ece292b8cf41deafc63c00e6176b0de39936f7d840d776192f32c1e293abc06c39119d13ed947d3de6a212fa6973bedb288c06f8bfcfc8144e563d5af40e45da
 SHA512 
1d707c1a7a16fe9399592b0354e9023f701b019f36fe775997c46354d40617a80fa04aacc5330825c4f9301c2910ead8b26274a7f3b92e9d790b4705c0d7aa96
-DIST git-2.20.0.rc1.tar.xz 5318308 BLAKE2B 
0297ab2c439ede2098da02a96886c0db67017dc0e18f39e1ffd857cd49d23c54920b478bd2feb03ab8c3fce3eae5ce07e49a8ce3c3dd80868c37070a6f0ed22d
 SHA512 
e00eb0c33dfff8c63170915693032346e52bc6b8410c528b43372d9aef16287e0c2891214d64ce21cab9d393524bda3037961e2f6f07a09532451ef8fa2a63d2
+DIST git-2.20.0.rc2.tar.xz 5319104 BLAKE2B 
a21b94505ce82d1294cac1f00b0a9bf45cefcd2b4a9c20b54dd7efb67e692a5c25d1106f7b66b23ef1603173e9526d1a11bf2d6874bb07fece61bddf96129f80
 SHA512 
50441329d5d73fe4436acdf5f06c7c8aa5d63c59f1724c54c1dc44ac928ee11a076e4012c3dbf8a1439233c711775a7e24eba21d41f8dfb90722b1ac8a7f0826
 DIST git-htmldocs-2.18.1.tar.xz 1201604 BLAKE2B 
ae33ac1ec8d2c95f95dbc5965d191f093628633c047c7d52371b7a3142807a4b878be5abcd13a934a453a5b35abb4a7e0ea49823e98c4a682040afc8d7c0817d
 SHA512 
5310a846091bfa66609ce896bdce163bd84f40c14400a53eab662f0c28037b98fef4a8766a716694a5bf9549793a85b57cb665194dff5612277c6603452ea512
 DIST git-htmldocs-2.19.1.tar.xz 1222052 BLAKE2B 
6d63364e0c5c700011ab0b7bc9c207560bc89e6d58e5f8025f30a188b7c90fa1ca58822e0ee129ff531c0702fc0a64e1612b8ff7b41102e5db21eadd0fd01ab9
 SHA512 
40417e80b291a935be78f143f070c68a9a865b6825f85cddd57cf926c25649630dd6612e7e52edb3ab4d1433aca31d38e3b9c95ff5d52827452d03c96e50e344
 DIST git-htmldocs-2.19.2.tar.xz 1223848 BLAKE2B 
6f30192cb101988fdfcce3bb79c684c6d1ac08cdc929caa049102fba10277fa8cc908904fe7472e40d60707c1b23145d95c441c1401c8697c37a81456d79aab8
 SHA512 
830e780beea10bde750d09a335fd9986c5ffbf47a724cbbeed5a1a2c94bc81d9c9223e415c5888faf81ab6404e460565434988f6635312039b88282a46014634
-DIST git-htmldocs-2.20.0.rc1.tar.xz 1226408 BLAKE2B 
8d3d868acb6b5bb1d6aecbf64ef05d481147c926f9a89052cebf1b44f7e4d387442d252ccbdb8bbb4f1311bd2699d24f0524e78b0e5e948682c01846055b2439
 SHA512 
db2b5d628fa1347a1295680e4d5c525614cbcba1f16fa231b5935f8ad287ee738d95d799d84209b8b14f0141a22719eecc67104fda62303723433a85a16aee14
+DIST git-htmldocs-2.20.0.rc2.tar.xz 1227584 BLAKE2B 
a79fd6b3ae141accda8fabc568c5b00aa8f2e66eda4dcd9402c3a30548621d51145281e89574123b1455d43b0bb9553bd03ff4390a6b15003f78f173cda29463
 SHA512 
7476c7b99f06174ff44a9778aad07b00d2e03427d139ccb2e2c005fd32b3caf39e0fb7c959e679a924fb16a61215ccc2afcb4eb903ce07be3f167936c77146fe
 DIST git-manpages-2.18.1.tar.xz 425568 BLAKE2B 
fc0f8aee3d80cba0f84c4ff4cfa342ea3c1ae155f3434b6d1771e03bb14956d5ffd78a5cadfee378534f6cf85265c37eeb1be27eb7801ae798cede249640c478
 SHA512 
6e6e663d985ef267d556539a43c192138b31dbbc80ffaa4331b8494f6e3e74b5cd4d958c2ae963143946eaa99bfce485ee3726b510b10eaab3599b5284b5fbc1
 DIST git-manpages-2.19.1.tar.xz 431852 BLAKE2B 
e15be2e1680a28c3c57e7b6e022173ef4b006cf21b5464a32f7f7668ea2b8af2ac7ff7466d98ab627320895b92583840159e2fca613be95817656def2654edaa
 SHA512 
1b42c39e39653906b44fbca65991da04493f08479e2162da5f593bee68dbfd3f3b8180f5a2721f1971e3218b0dc842a8a34918fc7724c032597f4fe4b2f506dc
 DIST git-manpages-2.19.2.tar.xz 432200 BLAKE2B 
92b4c87c40e20133c4b6d9b7f3d56952556470855543a329ea0fb7a91382396376755656ded029d68df8291b0ffecc3e6b2b4c6f71cb8694d44c5f02da7357f8
 SHA512 
329ea9a6de4a5352c57d2ea3df0cf6caf9dcf03728416a3bca5a5ebc5dc133abe1faffd5e5b5ae11cc91412baff93df83ff684f3626bbac0770ca94bc79d2cb1
-DIST git-manpages-2.20.0.rc1.tar.xz 438948 BLAKE2B 
d2ce985f35fa5626cf306ef049a79fc09c5c2411887d28c27da35c16cba1184

[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2018-12-03 Thread Lars Wendler
commit: 41ba20d1e9d92019592e2262289079842e18d8f5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec  3 09:51:19 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec  3 09:51:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ba20d1

net-ftp/filezilla: Fixed dependency on dev-libs/libfilezilla

Closes: https://bugs.gentoo.org/672446
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-ftp/filezilla/filezilla-3.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/filezilla/filezilla-3.39.0.ebuild 
b/net-ftp/filezilla/filezilla-3.39.0.ebuild
index 1f2606a52b3..eb9f18cd067 100644
--- a/net-ftp/filezilla/filezilla-3.39.0.ebuild
+++ b/net-ftp/filezilla/filezilla-3.39.0.ebuild
@@ -23,7 +23,7 @@ IUSE="dbus nls test"
 RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
>=dev-libs/nettle-3.1:=
>=dev-db/sqlite-3.7
-   >=dev-libs/libfilezilla-0.15.0
+   >=dev-libs/libfilezilla-0.15.1
>=dev-libs/pugixml-1.7
>=net-libs/gnutls-3.4.15
>=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]



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

2018-12-03 Thread Sergei Trofimovich
commit: 5e88c75c25df4af62f024599579a6a3f6be37d06
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec  3 08:23:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec  3 08:23:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e88c75c

dev-util/radare2: bump up to 3.1.1

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

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-3.1.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index ea8c1e1a964..f532d79fa0c 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,2 +1,3 @@
 DIST radare2-3.0.1.tar.gz 6638512 BLAKE2B 
1051e2d948bf312a5d54d03fa20a2fa6954f0ef735416e1c6e95d2042dcc6e1ec46f750d200c84dcb01395d0925ed42a4a1aa3f96b9eafad39d19ee214c91220
 SHA512 
755cbbf968179d987b1bd11469ef356e9e5b9968983f45a3276e0001c877d13b3b12b71a29dd954e8111c5196284c0e49f26bd79f5b5e037dd4dd27b1f73e380
 DIST radare2-3.1.0.tar.gz 6652526 BLAKE2B 
8da52e93263b47261cadc28e0de637b177943ce978ff342e305c7c924c062458d4eee18d05a21c9ca5153b7ede13332c87e9cd2f22c6880d47fd8e05db21036e
 SHA512 
ee31de49ff83ca1ed093eaf113201cb3709adcb3315671d88413aa4d5c80c37cf9e981c33b4f472b9aa5f67309cdaf9577c2085a8c58e4faf86b37d1ee19866d
+DIST radare2-3.1.1.tar.gz 6662393 BLAKE2B 
b8a9a19a30da85a5e79ded5f91858e6ce393e62b9e44bad3b11f08384cc9fe9f362bd666059d038661c8730f458fca22966f9e98eb184f33fa81a4f3c22ad7c7
 SHA512 
9706e0c60e88e75601a7f2e9cb936c1c39057fa43cad81ae72484beddba0e95f0382ceddf9e0e1a3e3b2cedd0fba932eb9d745dfce063274c9a3946d10ccdaa7

diff --git a/dev-util/radare2/radare2-3.1.1.ebuild 
b/dev-util/radare2/radare2-3.1.1.ebuild
new file mode 100644
index 000..ccba9bfa0ed
--- /dev/null
+++ b/dev-util/radare2/radare2-3.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radare/radare2";
+else
+   SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl libressl"
+
+RDEPEND="
+   dev-libs/capstone:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}