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

2018-02-26 Thread Steve Arnold
commit: 8b1d82cd97939eca1f801304c9a516533b1b9a9f
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Tue Feb 27 07:13:34 2018 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Tue Feb 27 07:13:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1d82cd

net-misc/ntpsec: fix debug flag in git ebuild and add einfo refclocks

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild |  9 +
 net-misc/ntpsec/ntpsec-.ebuild | 17 +++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild 
b/net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
index e0b19c3eb0d..3d627137b63 100644
--- a/net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.0.0-r4.ebuild
@@ -143,3 +143,12 @@ src_install() {
cp -v "${FILESDIR}"/ntp.conf "${ED}"/etc/ntp.conf
cp -Rv "${S}"/etc/ntp.d/ "${ED}"/etc/
 }
+
+pkg_postinst() {
+   einfo "If you want to serve time on your local network, then"
+   einfo "you should disable all the ref_clocks unless you have"
+   einfo "one and can get stable time from it.  Feel free to try"
+   einfo "it but PPS probably won't work unless you have a UART"
+   einfo "GPS that actually provides PPS messages."
+}
+

diff --git a/net-misc/ntpsec/ntpsec-.ebuild 
b/net-misc/ntpsec/ntpsec-.ebuild
index a565abf1c84..6b202f93605 100644
--- a/net-misc/ntpsec/ntpsec-.ebuild
+++ b/net-misc/ntpsec/ntpsec-.ebuild
@@ -32,7 +32,7 @@ IUSE_NTPSEC_REFCLOCK=${NTPSEC_REFCLOCK[@]/#/rclock_}
 
 LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
 SLOT="0"
-IUSE="${IUSE_NTPSEC_REFCLOCK} doc early gdb heat libressl nist ntpviz samba 
seccomp smear tests" #ionice
+IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz 
samba seccomp smear tests" #ionice
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # net-misc/pps-tools oncore,pps
@@ -57,6 +57,8 @@ DEPEND="${CDEPEND}
!net-misc/openntpd
 "
 
+WAF_BINARY="${S}/waf"
+
 pkg_setup() {
enewgroup ntp 123
enewuser ntp 123 -1 /dev/null ntp
@@ -95,7 +97,9 @@ src_configure() {
$(use samba && echo "--enable-mssntp")
$(use seccomp   && echo "--enable-seccomp")
$(use smear && echo "--enable-leap-smear")
-   $(use tests && echo "--alltests"))
+   $(use tests && echo "--alltests")
+   $(use debug && echo "--enable-debug")
+   )
 
python_configure() {
waf-utils_src_configure "${myconf[@]}"
@@ -104,6 +108,7 @@ src_configure() {
 }
 
 src_compile() {
+   unset MAKEOPTS
python_compile() {
waf-utils_src_compile
}
@@ -139,3 +144,11 @@ src_install() {
cp -v "${FILESDIR}"/ntp.conf "${ED}"/etc/ntp.conf
cp -Rv "${S}"/etc/ntp.d/ "${ED}"/etc/
 }
+
+pkg_postinst() {
+   einfo "If you want to serve time on your local network, then"
+   einfo "you should disable all the ref_clocks unless you have"
+   einfo "one and can get stable time from it.  Feel free to try"
+   einfo "it but PPS probably won't work unless you have a UART"
+   einfo "GPS that actually provides PPS messages."
+}



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

2018-02-26 Thread Eray Aslan
commit: 312cf5fda4aaf50b7fcd2b1cbd6e2b50d1b61734
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb 27 06:15:48 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb 27 06:15:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312cf5fd

package.mask: unmask postfix-3.3 releases

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3503d5ce20d..a0cbe10a583 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -760,10 +760,6 @@ net-wireless/cpyrit-cuda
 # Symantec trust issues properly (bug #613714)
 =app-misc/ca-certificates-20161130.3.30-r1
 
-# Eray Aslan  (01 Mar 2017)
-# Mask experimental software
-=mail-mta/postfix-3.3*
-
 # Mart Raudsepp  (16 Feb 2017)
 # Old gstreamer 0.10 version, which is security vulnerable.
 # Use gstreamer:1.0 with media-plugins/gst-plugins-libav



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-02-26 Thread Eray Aslan
commit: a3120dea508d840a341a79b9a97836092fc13d1a
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb 27 06:11:09 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb 27 06:14:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3120dea

mail-mta/postfix: bump to 3.3.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-mta/postfix/Manifest   | 2 +-
 mail-mta/postfix/{postfix-3.3.0_rc2.ebuild => postfix-3.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 4cbe163fb55..b805ccf1744 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -4,6 +4,6 @@ DIST postfix-3.2.2.tar.gz 4390318 BLAKE2B 
4d0648ad89c90b13573bf9a2721919f90fa706
 DIST postfix-3.2.3.tar.gz 4390567 BLAKE2B 
911b183c318bc60cfd1ba2ae5e9467cfe3cc62f9787c7566f2edea7b867974bc90f0cc4b236f71b50c08a1696e6d60beeccdc634d7bf7f3a600c260b89743a36
 SHA512 
99ea74a5a0620e739668e55d620a0370b72c4802983a8a4cf4d6c51c6f8f5573128f2d6869386cedadba66b3f741df2f18867a059facd94092ac95f6da3a600c
 DIST postfix-3.2.4.tar.gz 4390376 BLAKE2B 
132a6b467f9156d716a92cc7beae0f9a7c47e6a2045e83726a5e7305e6f9bf666ebcfb93a9ab1a96ec988431661059d62e926287bd13089eeb4bab3e8f4b9fc7
 SHA512 
6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
 DIST postfix-3.2.5.tar.gz 4394765 BLAKE2B 
416dfccc1a9dc524afada3e3f0c7e215380afe13df40fb575e4845d28bf2d8e1c347aff93c17455d2c1128686ed99c9ac22f70db6d591c6dc4607e45325e96a0
 SHA512 
ffd07e8664d41a5c40b7f3f7511a4c4cc57310d103395b12f2f7e9499d1f901768d6ebb1d5d1588d6fdb834ad2548a9df6d925ff3d7f74d74764a6f6f550ecb6
-DIST postfix-3.3.0-RC2.tar.gz 4419927 BLAKE2B 
88f4fb83964b244749fd51f9c2d9701a097f37a1b2a647d11d104bd90b6ef97720d67e4bbc09e4fff6b9e7839aff5fb4e2569d50f39cbde8fd368ca92c890bc1
 SHA512 
51d7cbb8181d525c216827ea4c0914973102ea5c90342d637e9e9b0b4e40c75495701cc94696404fe05b7c058fb1eccd675009e270135b68ab96707ec8adea37
+DIST postfix-3.3.0.tar.gz 4419450 BLAKE2B 
780aaa33783268a078a077f3436e5bc54a9717d24e25fc0a1cf7a1b7c7388289e24e4ac602911b496a57a9f66515158101e1f00f3ebf8725bf4fc92ae23c44de
 SHA512 
14f52fc47d6bbafefc7452ffbac4c4fb837d30181705486e8e43d6ca9003d218a01755ed4cb86413464c2585b9b84c2adcfef4933326b5d7446fe6c39b6cae8e
 DIST postfix-3.4-20180222.tar.gz 4422765 BLAKE2B 
6e09f10bc6998e0a0f58934013505f1ee11950219a3e981ff85040b8fc7327395dda92aced9eb0b8fe7800506c7dd291d844a5de4f28cf438fd469c943ff1d03
 SHA512 
63bc2be7b2dc4967f24e00ae2e2a231b10b1846339bd9b0734951267fb42c77e95948a4038e4d6dda5e3f4f830e2df2af0ebee77b56314f50010a84b49c18675
 DIST postfix-vda-v13-2.10.0.patch 55701 BLAKE2B 
d8df041bb4ae7457cd066e71b6ae9470840d42edc9990a550ae51356cd62bfb08516250249030da26d1ef475619f0ebd609570d84ce57f8cdc347a2824b29536
 SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62

diff --git a/mail-mta/postfix/postfix-3.3.0_rc2.ebuild 
b/mail-mta/postfix/postfix-3.3.0.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.3.0_rc2.ebuild
rename to mail-mta/postfix/postfix-3.3.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-02-26 Thread Eray Aslan
commit: 7bcf6eae105f744720f005f7add62daa5047a034
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb 27 06:14:23 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb 27 06:14:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcf6eae

mail-mta/postfix: fix dovecot and nis dependency

Bug: https://bugs.gentoo.org/647918
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-mta/postfix/postfix-3.2.5-r1.ebuild | 301 +++
 1 file changed, 301 insertions(+)

diff --git a/mail-mta/postfix/postfix-3.2.5-r1.ebuild 
b/mail-mta/postfix/postfix-3.2.5-r1.ebuild
new file mode 100644
index 000..b0281e5622f
--- /dev/null
+++ b/mail-mta/postfix/postfix-3.2.5-r1.ebuild
@@ -0,0 +1,301 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic pam systemd toolchain-funcs user
+
+MY_PV="${PV/_pre/-}"
+MY_SRC="${PN}-${MY_PV}"
+MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official;
+RC_VER="2.7"
+
+DESCRIPTION="A fast and secure drop-in replacement for sendmail"
+HOMEPAGE="http://www.postfix.org/;
+SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
+
+LICENSE="|| ( IBM EPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
+
+DEPEND=">=dev-libs/libpcre-3.4
+   dev-lang/perl
+   berkdb? ( >=sys-libs/db-3.2:* )
+   cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) )
+   eai? ( dev-libs/icu:= )
+   ldap? ( net-nds/openldap )
+   ldap-bind? ( net-nds/openldap[sasl] )
+   lmdb? ( >=dev-db/lmdb-0.9.11 )
+   mysql? ( virtual/mysql )
+   nis? ( net-libs/libnsl )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:* )
+   sasl? (  >=dev-libs/cyrus-sasl-2 )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )"
+
+RDEPEND="${DEPEND}
+   memcached? ( net-misc/memcached )
+   net-mail/mailbase
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/msmtp[mta]
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   !net-mail/fastforward
+   selinux? ( sec-policy/selinux-postfix )"
+
+REQUIRED_USE="ldap-bind? ( ldap sasl )"
+
+S="${WORKDIR}/${MY_SRC}"
+
+pkg_setup() {
+   # Add postfix, postdrop user/group (bug #77565)
+   enewgroup postfix 207
+   enewgroup postdrop 208
+   enewuser postfix 207 -1 /var/spool/postfix postfix,mail
+}
+
+src_prepare() {
+   default
+   sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
+   src/util/sys_defs.h || die "sed failed"
+   # change default paths to better comply with portage standard paths
+   sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
+   eapply -p0 "${FILESDIR}/${PN}-libressl.patch"
+   eapply -p0 "${FILESDIR}/${PN}-libressl-runtime.patch"
+}
+
+src_configure() {
+   for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
+   do
+   local AUXLIBS_${name}=""
+   done
+
+   # Make sure LDFLAGS get passed down to the executables.
+   local mycc="-DHAS_PCRE" mylibs="${LDFLAGS} -ldl"
+   AUXLIBS_PCRE="$(pcre-config --libs)"
+
+   use pam && mylibs="${mylibs} -lpam"
+
+   if use ldap; then
+   mycc="${mycc} -DHAS_LDAP"
+   AUXLIBS_LDAP="-lldap -llber"
+   fi
+
+   if use mysql; then
+   mycc="${mycc} -DHAS_MYSQL $(mysql_config --include)"
+   AUXLIBS_MYSQL="$(mysql_config --libs)"
+   fi
+
+   if use postgres; then
+   mycc="${mycc} -DHAS_PGSQL -I$(pg_config --includedir)"
+   AUXLIBS_PGSQL="-L$(pg_config --libdir) -lpq"
+   fi
+
+   if use sqlite; then
+   mycc="${mycc} -DHAS_SQLITE"
+   AUXLIBS_SQLITE="-lsqlite3 -lpthread"
+   fi
+
+   if use ssl; then
+   mycc="${mycc} -DUSE_TLS"
+   mylibs="${mylibs} -lssl -lcrypto"
+   fi
+
+   if use lmdb; then
+   mycc="${mycc} -DHAS_LMDB"
+   AUXLIBS_LMDB="-llmdb -lpthread"
+   fi
+
+   if ! use eai; then
+   mycc="${mycc} -DNO_EAI"
+   fi
+
+   # broken. and "in other words, not supported" by upstream.
+   # Use inet_protocols setting in main.cf
+   #if ! use ipv6; then
+   #   mycc="${mycc} -DNO_IPV6"
+   #fi
+
+   if use sasl; then
+   if use dovecot-sasl; then
+   # Set dovecot as default.
+   mycc="${mycc} 

[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-02-26 Thread Eray Aslan
commit: baa9d71cd2e987c8c0eea302d808df8e9927f233
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Feb 27 06:09:14 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Feb 27 06:14:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa9d71c

mail-mta/postfix: bump to 3.4_pre20180222

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.4_pre20180218.ebuild => postfix-3.4_pre20180222.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 953df39d825..4cbe163fb55 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -5,5 +5,5 @@ DIST postfix-3.2.3.tar.gz 4390567 BLAKE2B 
911b183c318bc60cfd1ba2ae5e9467cfe3cc62
 DIST postfix-3.2.4.tar.gz 4390376 BLAKE2B 
132a6b467f9156d716a92cc7beae0f9a7c47e6a2045e83726a5e7305e6f9bf666ebcfb93a9ab1a96ec988431661059d62e926287bd13089eeb4bab3e8f4b9fc7
 SHA512 
6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
 DIST postfix-3.2.5.tar.gz 4394765 BLAKE2B 
416dfccc1a9dc524afada3e3f0c7e215380afe13df40fb575e4845d28bf2d8e1c347aff93c17455d2c1128686ed99c9ac22f70db6d591c6dc4607e45325e96a0
 SHA512 
ffd07e8664d41a5c40b7f3f7511a4c4cc57310d103395b12f2f7e9499d1f901768d6ebb1d5d1588d6fdb834ad2548a9df6d925ff3d7f74d74764a6f6f550ecb6
 DIST postfix-3.3.0-RC2.tar.gz 4419927 BLAKE2B 
88f4fb83964b244749fd51f9c2d9701a097f37a1b2a647d11d104bd90b6ef97720d67e4bbc09e4fff6b9e7839aff5fb4e2569d50f39cbde8fd368ca92c890bc1
 SHA512 
51d7cbb8181d525c216827ea4c0914973102ea5c90342d637e9e9b0b4e40c75495701cc94696404fe05b7c058fb1eccd675009e270135b68ab96707ec8adea37
-DIST postfix-3.4-20180218.tar.gz 4422381 BLAKE2B 
6f5beef40e4f4b5a43b311721d9ced9104f631c029c6bfdee4a07192784a35a83ac3104b03f95013d1140fbf841b897a29a44dee9af0c803c54002c2273a1534
 SHA512 
001fc98fb13e5670839f65f310fcab0d27f12a720b47a7b2b39aece92c75698e94559bf268a243b2ffd307e2c698a726728c9a82450e3cd69ffd4c045bce7b7f
+DIST postfix-3.4-20180222.tar.gz 4422765 BLAKE2B 
6e09f10bc6998e0a0f58934013505f1ee11950219a3e981ff85040b8fc7327395dda92aced9eb0b8fe7800506c7dd291d844a5de4f28cf438fd469c943ff1d03
 SHA512 
63bc2be7b2dc4967f24e00ae2e2a231b10b1846339bd9b0734951267fb42c77e95948a4038e4d6dda5e3f4f830e2df2af0ebee77b56314f50010a84b49c18675
 DIST postfix-vda-v13-2.10.0.patch 55701 BLAKE2B 
d8df041bb4ae7457cd066e71b6ae9470840d42edc9990a550ae51356cd62bfb08516250249030da26d1ef475619f0ebd609570d84ce57f8cdc347a2824b29536
 SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62

diff --git a/mail-mta/postfix/postfix-3.4_pre20180218.ebuild 
b/mail-mta/postfix/postfix-3.4_pre20180222.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.4_pre20180218.ebuild
rename to mail-mta/postfix/postfix-3.4_pre20180222.ebuild



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

2018-02-26 Thread Hans de Graaff
commit: 679b9e913f5e5113e61b508ab8d2a4239536e26e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 06:04:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 06:07:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679b9e91

dev-ruby/dust: add ruby24, ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/dust/dust-0.1.7-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/dust/dust-0.1.7-r2.ebuild 
b/dev-ruby/dust/dust-0.1.7-r2.ebuild
index a0c00e48e20..95714046449 100644
--- a/dev-ruby/dust/dust-0.1.7-r2.ebuild
+++ b/dev-ruby/dust/dust-0.1.7-r2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README"
 
 inherit ruby-fakegem



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

2018-02-26 Thread Hans de Graaff
commit: 2fa2b9a381160d096d7ca23550ed525c502e8923
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 06:06:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 06:07:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa2b9a3

dev-ruby/activeldap: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/activeldap/activeldap-5.1.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
index 88e121e87f4..ca069655c50 100644
--- a/dev-ruby/activeldap/activeldap-5.1.1.ebuild
+++ b/dev-ruby/activeldap/activeldap-5.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/

2018-02-26 Thread Matt Turner
commit: 563109b8729514200f704ce3dfe19121865ebf32
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb 27 05:07:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb 27 05:07:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563109b8

x11-base/xorg-proto: Remove x11-proto/printproto blocker

xorg-proto does not install the printproto headers.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-base/xorg-proto/xorg-proto-2018.3.ebuild | 1 -
 x11-base/xorg-proto/xorg-proto-.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/x11-base/xorg-proto/xorg-proto-2018.3.ebuild 
b/x11-base/xorg-proto/xorg-proto-2018.3.ebuild
index 4fdeec342fc..d2b4b3d1186 100644
--- a/x11-base/xorg-proto/xorg-proto-2018.3.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2018.3.ebuild
@@ -60,7 +60,6 @@ RDEPEND="
!

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

2018-02-26 Thread Hans de Graaff
commit: 7bcb36aab84cddb0b2d1bbd3aacc3b19de8012d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 04:59:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 04:59:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcb36aa

dev-ruby/maxitest: add 2.6.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/maxitest/Manifest  |  1 +
 dev-ruby/maxitest/maxitest-2.6.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index e3056af9554..19ade54dcb3 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,3 +1,4 @@
 DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 
1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c
 SHA512 
41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
 DIST maxitest-2.4.1.tar.gz 59653 BLAKE2B 
8bdaea5ad48d30cef9c07947634b05f6e5cc8f8e74f985321b1878e26cc36680cf6f6c2d069e947342a5f0e2f2346347952e6121198b0b74af31b0d58bef4070
 SHA512 
b1c1faeda4c670083d3564a0763ccb4005954e018aed4a574fb4ddcba16c943b1da8ae471d8df5aca9c1010a19605d55609186b4ab56c13b033ad67ed6c9eb27
 DIST maxitest-2.5.0.tar.gz 59771 BLAKE2B 
53fe709a89d33dabd3230ab40a3d85582d2bd918a7e33ffe65c9787707858227c9de6698a0ddd0774d2a04591af46aca19fb043bb740af3197dcf65645d4e722
 SHA512 
9afca516047ba2261770f497f6be2363dfe2476816295e35eccb4ee36830f3aad373a20dcb10ade7fb36285cc99d11ccd4b4928583183deadb087ea1cf32f181
+DIST maxitest-2.6.0.tar.gz 59787 BLAKE2B 
2cc8ceed05d0db29c8d5a2d063842b811575124351cc2ef1dbe9f59ed8dc738cb1a21aa7465debe7895676d143d36281726e8d952bbacbb992c256baba47aaf6
 SHA512 
c3a748eff29b54b48f5ea982d5197116e0f823e1e8e78b50c8763d7fc52fc5f0ccfeaf8c2e6ca0e97dfc7f05fb515a94a310788b89e1e82bf3a26d69261ea345

diff --git a/dev-ruby/maxitest/maxitest-2.6.0.ebuild 
b/dev-ruby/maxitest/maxitest-2.6.0.ebuild
new file mode 100644
index 000..e9682b074eb
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-2.6.0.ebuild
@@ -0,0 +1,48 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest;
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "

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

2018-02-26 Thread Hans de Graaff
commit: d61aa79182848d6ee7311f7861deca821da29e00
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 04:56:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 04:56:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61aa791

dev-ruby/rubypants: add 0.7.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/rubypants/Manifest   |  1 +
 dev-ruby/rubypants/rubypants-0.7.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/rubypants/Manifest b/dev-ruby/rubypants/Manifest
index 54517c43b62..c8850bd3550 100644
--- a/dev-ruby/rubypants/Manifest
+++ b/dev-ruby/rubypants/Manifest
@@ -2,3 +2,4 @@ DIST rubypants-0.2.0.gem 11264 BLAKE2B 
cb5e995a6739ea27c94173fc1fb5c525098d71a17
 DIST rubypants-0.5.0.gem 12288 BLAKE2B 
eca6f1f5a478659482a82704ebadd0e2d882c8468175e18c95f5e08dd2a720c3e883cf6053da07ae853c4afe16dd71e4ffcdccb63ddb89b7b34647dfb8870aad
 SHA512 
4815439c085da5b219bb8a9542433a1d22d8678ac7b783aaab826fdf9ea57246d246e1d00a57524cba213d37a975a670612d3b7397f7a72b5d0c7a0c62bac441
 DIST rubypants-0.5.1.gem 13312 BLAKE2B 
a8e4e5ec2c0482a711c54041c3c8f04452fad5e26d7e1a827b22c567a7be7b01b84b0ccdc1572a3ef049b27dc936eb253d868aa58c59304fc1e616d848c8307a
 SHA512 
50c22710628e0d9dca6b2aa51e17eaa0f63052290327b9e2401fca883300ae823442e7631bd6157c9c6cfa9f2328a97c2166f5595979ee53bd72d21b96d6b149
 DIST rubypants-0.6.0.gem 13824 BLAKE2B 
f05beb472c22da33462d0dc70b3b6b1038d2c3a2d06db8a62b3bce58091182f15f3f45604db3a25c36513d50d36369dad7cef7047191af9cea3c3f06313578a9
 SHA512 
5d998bc5b19682be5590ba022eb540ba1350f661120d2916b38523a741ec6aae3f6e20825f4e72b2b1cc8200751f55c69fcf9d6b5f1ee81f214f3fea80236c14
+DIST rubypants-0.7.0.gem 13824 BLAKE2B 
c132b3c60390b712c08ec54b10a14255e21d9622399b9ddba8d2359915411c604052569e5713fdb4b1a3fefcc3416f4d5af16baca19063a0b79203838b8f3066
 SHA512 
cacd05e0cc87389b5513c83fe085db39202c2789b882b564caaded6b84b1ecb1acbde8232462dadf501c68c1c881ee7b7f4e640feec47c9c0f7a08758b5f5724

diff --git a/dev-ruby/rubypants/rubypants-0.7.0.ebuild 
b/dev-ruby/rubypants/rubypants-0.7.0.ebuild
new file mode 100644
index 000..f9412779f74
--- /dev/null
+++ b/dev-ruby/rubypants/rubypants-0.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby port of the SmartyPants PHP library"
+HOMEPAGE="http://chneukirchen.org/repos/rubypants/README;
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/ecov/I s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -I. test/rubypants_test.rb || die "tests failed"
+}



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

2018-02-26 Thread Hans de Graaff
commit: 18707f96498942bfe48607c383f3417f6a2c7a96
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 27 04:54:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 27 04:54:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18707f96

dev-ruby/fivemat: add 1.3.6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/fivemat/Manifest |  1 +
 dev-ruby/fivemat/fivemat-1.3.6.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/fivemat/Manifest b/dev-ruby/fivemat/Manifest
index baddb533266..cc0cfceef3f 100644
--- a/dev-ruby/fivemat/Manifest
+++ b/dev-ruby/fivemat/Manifest
@@ -1 +1,2 @@
 DIST fivemat-1.3.5.gem 9728 BLAKE2B 
bd95cbac081e32df6c03a89d2533d20f8e892a575e1cea3679c3599a233c6097ecd03d4e804ca78be9d32de49759f3b03407f643ac14eeb5cf31e12e2bcb97ae
 SHA512 
c19f30708cc2fe3cba045333eab7409049013f04f273606fe27cfc90eadbe68feba4b1e2c6a0d7a2183e637805c2fb8921a7ffd6d895dc746efabebad6189a7b
+DIST fivemat-1.3.6.gem 9728 BLAKE2B 
002470ba61b6eb51a9e1e2020b8d3e60d6f4824549032fe7da7b31c3b67f9995a61c4bd59a1c2fe777b72ffd9ddcff568efa91ca6d07651eedcf6935455205f7
 SHA512 
b3cdaed761c0d955621c1bb7de691a552e0f49588a132235515cf02e39e27344d868b57b53752c027a4231a5bbca7b5957f30d5e77359f606031526d92eee1fc

diff --git a/dev-ruby/fivemat/fivemat-1.3.6.ebuild 
b/dev-ruby/fivemat/fivemat-1.3.6.ebuild
new file mode 100644
index 000..35cd13ed73e
--- /dev/null
+++ b/dev-ruby/fivemat/fivemat-1.3.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# Package does not contain tests
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+
+inherit ruby-fakegem
+
+DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its 
own line of dots"
+HOMEPAGE="https://github.com/tpope/fivemat;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2018-02-26 Thread Mike Gilbert
commit: b39e12a42d1516055bb77f1ce250d767c9022f8e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 27 02:14:18 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 27 02:14:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39e12a4

www-client/google-chrome-unstable: automated update (66.0.3350.0)

Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-66.0.3346.8.ebuild => google-chrome-unstable-66.0.3350.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 01c13e30f55..ff188cd1e7e 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_66.0.3346.8-1_amd64.deb 53240758 BLAKE2B 
049aba2587fcdec63beee14a91b6b38e2326c68013156960793428b2b6b501d513a57cbf0efa0ad8904b5e96759420d5ab269644c8e158263e04a208642d208b
 SHA512 
67be40fcb54ae956a1af837e5860cee8eaa536645dd943ec7a5dff4882bfc3141d73ab91a27b53cc8fd702f105e6f998345276857d904bca7ed470f33e68b17c
+DIST google-chrome-unstable_66.0.3350.0-1_amd64.deb 53381906 BLAKE2B 
c0c716e91e8c31ef14d2e6f12e813fef9a1eb74050506b6dfba12c664cb67834f2a0c24d099bdf7caabb6b726b460c5ca22dad9385f85986574040932a562066
 SHA512 
f2d16cec478582a6aaba099b8b1e6682e7b4908362fc964580119b9d5c04d3b92ee64836981eac7ca950cb1c9773883cd8edc4d6d70013346e1ba7e85ec2f9c3

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-66.0.3346.8.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-66.0.3350.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-66.0.3346.8.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-66.0.3350.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2018-02-26 Thread Mike Gilbert
commit: 6ebf95fac7367919dd42f4885030d28d9f64930b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Feb 27 02:14:27 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Feb 27 02:14:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebf95fa

www-plugins/chrome-binary-plugins: automated update (66.0.3350.0)

Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...46.8_alpha.ebuild => chrome-binary-plugins-66.0.3350.0_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 0dc2f3fd924..d85b4239963 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_65.0.3325.88-1_amd64.deb 53239320 BLAKE2B 
de87c35a99b0e6d1aaec32fd3d92c2af4c1b944aeb91da3d4c9ef5d01c7d2cbfcc30d73eb409c951826eba1b842f703e8a8617cadb0ac2900119dc8e7d448009
 SHA512 
550a9af3a4ef3cd5ac32103835d1cafc9a522fa392f3e384f90872c30b80ba11a1985867a01e6cbbf018e9f146695e790cb84f46778ffe01d94e696f8f8c6bd3
 DIST google-chrome-stable_64.0.3282.186-1_amd64.deb 51474250 BLAKE2B 
829618cfc4cffe66970daa860983eb0c2154239e019491f4c4321ef448e6971041da27a60db51a4d3b2be14feed7032834d896a02477d1d2d7ca1c5de4d7b75c
 SHA512 
02a2d5eec7e85d99078478b11938f3071f59c033374725cb234a8939156e7b910e0ef2dd147b0b55238a41ff6a02be049187f70735cacd82907d8193ed00a6c8
-DIST google-chrome-unstable_66.0.3346.8-1_amd64.deb 53240758 BLAKE2B 
049aba2587fcdec63beee14a91b6b38e2326c68013156960793428b2b6b501d513a57cbf0efa0ad8904b5e96759420d5ab269644c8e158263e04a208642d208b
 SHA512 
67be40fcb54ae956a1af837e5860cee8eaa536645dd943ec7a5dff4882bfc3141d73ab91a27b53cc8fd702f105e6f998345276857d904bca7ed470f33e68b17c
+DIST google-chrome-unstable_66.0.3350.0-1_amd64.deb 53381906 BLAKE2B 
c0c716e91e8c31ef14d2e6f12e813fef9a1eb74050506b6dfba12c664cb67834f2a0c24d099bdf7caabb6b726b460c5ca22dad9385f85986574040932a562066
 SHA512 
f2d16cec478582a6aaba099b8b1e6682e7b4908362fc964580119b9d5c04d3b92ee64836981eac7ca950cb1c9773883cd8edc4d6d70013346e1ba7e85ec2f9c3

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3346.8_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3350.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3346.8_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3350.0_alpha.ebuild



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

2018-02-26 Thread Matt Turner
commit: df5ad35e4ba206655e012218624a16369e1864ae
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb 27 02:11:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb 27 02:11:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5ad35e

media-libs/mesa: Version bump to 17.3.6

 media-libs/mesa/Manifest   | 2 +-
 media-libs/mesa/{mesa-17.3.5.ebuild => mesa-17.3.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 9b46f2a1312..a87a18158bf 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,4 +1,4 @@
 DIST mesa-17.1.10.tar.xz 9872168 BLAKE2B 
205ece7b016fcc1de5bb72711775cd8f4b90f5d6c26db77d1576752fcd4a99a36cbcd902bb6ad1041d476d1c3b32479baceb4087c902ce598ede3d57851c6b9d
 SHA512 
728dbd41f5d3a7a1c33fc18c08a8b8eb1f6d236c5f00781209f46b144dd66a27ecd723ab1635868b7ad77de3a18ad53f1a88c932f17c0be97605a2775e3b3a9b
 DIST mesa-17.2.8.tar.xz 10393304 BLAKE2B 
558321eefc6d599aaedfe468f03c2f1f99b5c96c253637db00b7da3265ec38e031d15f77623db1f4408f15912c93347e0f5769b01d92329be7f55e45f6f6bf75
 SHA512 
ce05ad2d3e1b55ffe9c8ef65023a840c04b29014c7876b23182a6a6dd0b768f248ec21bc5b738d21b846f59f4b73501a9fe834d6a87e7dba16c6f821008e0f01
-DIST mesa-17.3.5.tar.xz 10724492 BLAKE2B 
f4a8595997f3a4f3377c2880d9cf923941527fb497d95cca9d6440600a2817b8685972aa91458e0e1d0d2a6602f781252ca3ccd778032bc865e03fbd32e12f2c
 SHA512 
39ada2480aa12c42bbff6a1b5c957f99934193d19eb5f44e102ef8302d26f777cee63af1140aa8623bbc1ebd6d69e172cecca798780b8eb594f2ebbb217afd29
+DIST mesa-17.3.6.tar.xz 10679396 BLAKE2B 
53b74401b9cb40018b3e2c921c4fd39b81809e8485b632c2fe40e7ebd55fbf3a10f4cb8fe2f1a3d6d181f609e8ac8f36d795eca9e0eda7fd5db96b08d2105094
 SHA512 
5164ed5a1d3d25031b712a9f443f0e467a29b2bca0a1aa11324ed5c10279411979c9c7482825053926a813e76c58b78a3439c7c81fcd51a7808f53977080828f
 DIST mesa-18.0.0-rc4.tar.xz 11027596 BLAKE2B 
96554acd69636b91d1b79e7fefa4ba6e3f701ef7ef6c16718493070d62ab41c7bbd66e2f4d4a97fac8c236ac4c9150b2ce41e4e57b865fff6122b3f60b047e25
 SHA512 
91dd0a4396715a7896fc47aabf38c4b486df3b50c9764795805550ef01724d2e2281ba9b000e82760ea0e199c58d8c9943dbc732b2adab46554ff5c2f9e2ece1

diff --git a/media-libs/mesa/mesa-17.3.5.ebuild 
b/media-libs/mesa/mesa-17.3.6.ebuild
similarity index 100%
rename from media-libs/mesa/mesa-17.3.5.ebuild
rename to media-libs/mesa/mesa-17.3.6.ebuild



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

2018-02-26 Thread Tim Harder
commit: d9b185e7fd5fbf5db24b8506761bafec35d46bb0
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Feb 27 02:08:15 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Feb 27 02:08:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b185e7

app-misc/ranger: remove old

 app-misc/ranger/Manifest  |  2 --
 app-misc/ranger/ranger-1.9.0_beta5.ebuild | 48 ---
 app-misc/ranger/ranger-1.9.0_beta6.ebuild | 48 ---
 3 files changed, 98 deletions(-)

diff --git a/app-misc/ranger/Manifest b/app-misc/ranger/Manifest
index 3bbf631d012..32e0ecca6b3 100644
--- a/app-misc/ranger/Manifest
+++ b/app-misc/ranger/Manifest
@@ -1,4 +1,2 @@
 DIST ranger-1.8.1.tar.gz 227415 BLAKE2B 
111da01dcee27a80da7d52ca7b8296386e1ddfffb49e70ec586e6c6a16af6663450639a9699630271a9062f96a406ddf8509f35cb91dad6a278ca5953c651ab4
 SHA512 
40450d4e80017ac62d60ea6de231c10496fec1680f15a14006d3b87aae7f34cb2dbb6b810ced89527a4cba2975dcd6c037217e86fa806a0ba3cd39dc7dee8f04
-DIST ranger-1.9.0_beta5.tar.gz 235886 BLAKE2B 
730169abfb19ee95fb97d8ee95752a6eca6afa2795896db011e7bd44b6d95b01de747b3ad590682f97d7a6f2e3445c52a045f8d4afebd5abe2b94909f1f626a9
 SHA512 
728efd93630e9c8bba67f7d567200a0cb21d19d8d1b5dc4ec63a454b1169de9427c1b0477754eea1ce5b0d0ed8e79d964b4804587152e30205c1e5a73f938e0a
-DIST ranger-1.9.0_beta6.tar.gz 240948 BLAKE2B 
c0b04769aef7d5939d6b8042a7ffeaee8e59c08d9965ce72bd643dc8fc5ec5a28ec0079a21bf9e6ce4853752cb942a02a06e3c559a106c894e4fdf5f41daceac
 SHA512 
4598f813d8505ba040397b504642061bc61ebbeaa73eff86841a1976f281e6565833dce57ae1754e7329598ad1444a0d96d5bf6fc90af56d75d747e30da54996
 DIST ranger-1.9.1.tar.gz 245872 BLAKE2B 
3ed48c4fe0cb42be7e001508a9c1f558e415e155eb5f68c9a8eb3e6d906ad287080391ab0310c0e9d67c9bc3210621827dc11107d99ac4173a4d8c64d74ab28b
 SHA512 
c7fdc8f423860c7c420d7be61ebcc92629e444529c982f24260a9eeb68452adbbc6d40d53921c556da3d08a75b1c718bb05257cf869a15f7d932e8f00836cfe3

diff --git a/app-misc/ranger/ranger-1.9.0_beta5.ebuild 
b/app-misc/ranger/ranger-1.9.0_beta5.ebuild
deleted file mode 100644
index 92d244bf134..000
--- a/app-misc/ranger/ranger-1.9.0_beta5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-MY_PV=${PV/_beta/b}
-MY_P=${PN}-${MY_PV}
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/ranger/ranger.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc ~x86"
-fi
-
-DESCRIPTION="A vim-inspired file manager for the console"
-HOMEPAGE="https://ranger.github.io/;
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="virtual/pager"
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   # use versioned doc path
-   sed -i "s|share/doc/ranger|share/doc/${PF}|" setup.py doc/ranger.1 || 
die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Ranger has many optional dependencies to support enhanced 
file previews."
-   elog "See the README or homepage for more details."
-   fi
-}

diff --git a/app-misc/ranger/ranger-1.9.0_beta6.ebuild 
b/app-misc/ranger/ranger-1.9.0_beta6.ebuild
deleted file mode 100644
index 7056b9156b4..000
--- a/app-misc/ranger/ranger-1.9.0_beta6.ebuild
+++ /dev/null
@@ -1,48 +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,3_5,3_6} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-MY_PV=${PV/_beta/b}
-MY_P=${PN}-${MY_PV}
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/ranger/ranger.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc ~x86"
-fi
-
-DESCRIPTION="A vim-inspired file manager for the console"
-HOMEPAGE="https://ranger.github.io/;
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="virtual/pager"
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   # use versioned doc path
-   sed -i "s|share/doc/ranger|share/doc/${PF}|" setup.py doc/ranger.1 || 
die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Ranger has many optional dependencies to support enhanced 
file previews."
-   elog "See the README or homepage for more details."
-   fi
-}



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

2018-02-26 Thread Tim Harder
commit: 94e6af07187601957fa67357cba4e76784bb1de8
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Feb 27 02:07:21 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Feb 27 02:08:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e6af07

app-misc/ranger: version bump to 1.9.1

 app-misc/ranger/Manifest| 1 +
 app-misc/ranger/{ranger-.ebuild => ranger-1.9.1.ebuild} | 2 +-
 app-misc/ranger/ranger-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/ranger/Manifest b/app-misc/ranger/Manifest
index 95ffa0315f5..3bbf631d012 100644
--- a/app-misc/ranger/Manifest
+++ b/app-misc/ranger/Manifest
@@ -1,3 +1,4 @@
 DIST ranger-1.8.1.tar.gz 227415 BLAKE2B 
111da01dcee27a80da7d52ca7b8296386e1ddfffb49e70ec586e6c6a16af6663450639a9699630271a9062f96a406ddf8509f35cb91dad6a278ca5953c651ab4
 SHA512 
40450d4e80017ac62d60ea6de231c10496fec1680f15a14006d3b87aae7f34cb2dbb6b810ced89527a4cba2975dcd6c037217e86fa806a0ba3cd39dc7dee8f04
 DIST ranger-1.9.0_beta5.tar.gz 235886 BLAKE2B 
730169abfb19ee95fb97d8ee95752a6eca6afa2795896db011e7bd44b6d95b01de747b3ad590682f97d7a6f2e3445c52a045f8d4afebd5abe2b94909f1f626a9
 SHA512 
728efd93630e9c8bba67f7d567200a0cb21d19d8d1b5dc4ec63a454b1169de9427c1b0477754eea1ce5b0d0ed8e79d964b4804587152e30205c1e5a73f938e0a
 DIST ranger-1.9.0_beta6.tar.gz 240948 BLAKE2B 
c0b04769aef7d5939d6b8042a7ffeaee8e59c08d9965ce72bd643dc8fc5ec5a28ec0079a21bf9e6ce4853752cb942a02a06e3c559a106c894e4fdf5f41daceac
 SHA512 
4598f813d8505ba040397b504642061bc61ebbeaa73eff86841a1976f281e6565833dce57ae1754e7329598ad1444a0d96d5bf6fc90af56d75d747e30da54996
+DIST ranger-1.9.1.tar.gz 245872 BLAKE2B 
3ed48c4fe0cb42be7e001508a9c1f558e415e155eb5f68c9a8eb3e6d906ad287080391ab0310c0e9d67c9bc3210621827dc11107d99ac4173a4d8c64d74ab28b
 SHA512 
c7fdc8f423860c7c420d7be61ebcc92629e444529c982f24260a9eeb68452adbbc6d40d53921c556da3d08a75b1c718bb05257cf869a15f7d932e8f00836cfe3

diff --git a/app-misc/ranger/ranger-.ebuild 
b/app-misc/ranger/ranger-1.9.1.ebuild
similarity index 94%
copy from app-misc/ranger/ranger-.ebuild
copy to app-misc/ranger/ranger-1.9.1.ebuild
index a078aa0428c..f5d241c95d9 100644
--- a/app-misc/ranger/ranger-.ebuild
+++ b/app-misc/ranger/ranger-1.9.1.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
+   py.test -v tests/ranger || die "Tests failed under ${EPYTHON}"
 }
 
 pkg_postinst() {

diff --git a/app-misc/ranger/ranger-.ebuild 
b/app-misc/ranger/ranger-.ebuild
index a078aa0428c..f5d241c95d9 100644
--- a/app-misc/ranger/ranger-.ebuild
+++ b/app-misc/ranger/ranger-.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
+   py.test -v tests/ranger || die "Tests failed under ${EPYTHON}"
 }
 
 pkg_postinst() {



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

2018-02-26 Thread Jonathan Vasquez
commit: 67828fe1c9b5e418c6a6280dd36c2a85985301be
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Feb 27 01:22:24 2018 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Feb 27 01:22:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67828fe1

media-tv/plex-media-server: version bump to 1.11.3

Package-Manager: Portage-2.3.21, Repoman-2.3.6

 media-tv/plex-media-server/Manifest|   1 +
 .../plex-media-server-1.11.3.ebuild| 153 +
 2 files changed, 154 insertions(+)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 3731189161f..807cb4e4e31 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -1 +1,2 @@
 DIST plexmediaserver_1.10.1.4602-f54242b6b_amd64.deb 108445778 BLAKE2B 
8c71bbc7a90d5465aa23b4ddaddbec8ccc81f7e5f09e2e3b98a878c5375158381c5fc20fd6542a3a9e642007ab06045eb3afe210ef5f16a5f60f1d3abd8c3fe7
 SHA512 
16f3f28e1ba409b141c8f2f7ecb912bcf47485e68d8e813c4908465407d8e6e3c455e6358538445e06b73380f82c46a5b29e6d02d4b4576407dc8d7bc0644b38
+DIST plexmediaserver_1.11.3.4803-c40bba82e_amd64.deb 108830880 BLAKE2B 
7ed912756b8bdedb695c4cbf99d0565da53904814cedb8e026614b8db9bb638cbd437f35e05915d6d1c87ecf1136ea9ae08797bca2ebbe4f2e0a861b4841
 SHA512 
0bda324e733b1e86e8dba7c10f6bab3e9dad5463113c5998059492bd7d4a49e105068d1d9313c9405d7a3c85c99e6528be6c0f1c9f52db115a1da1545a9485b5

diff --git a/media-tv/plex-media-server/plex-media-server-1.11.3.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.11.3.ebuild
new file mode 100644
index 000..b9c6e337a7b
--- /dev/null
+++ b/media-tv/plex-media-server/plex-media-server-1.11.3.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils user systemd unpacker pax-utils python-single-r1
+
+MINOR_VERSION="4803-c40bba82e"
+
+_APPNAME="plexmediaserver"
+_USERNAME="plex"
+_SHORTNAME="${_USERNAME}"
+_FULL_VERSION="${PV}.${MINOR_VERSION}"
+
+URI="https://downloads.plex.tv/plex-media-server;
+
+DESCRIPTION="A free media library that is intended for use with a plex client."
+HOMEPAGE="http://www.plex.tv/;
+SRC_URI="amd64? ( 
${URI}/${_FULL_VERSION}/plexmediaserver_${_FULL_VERSION}_amd64.deb )"
+SLOT="0"
+LICENSE="Plex"
+RESTRICT="bindist strip"
+KEYWORDS="-* ~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   sys-apps/fix-gnustack
+   dev-python/virtualenv[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   net-dns/avahi
+   ${PYTHON_DEPS}"
+
+QA_DESKTOP_FILE="usr/share/applications/plexmediamanager.desktop"
+QA_PREBUILT="*"
+QA_MULTILIB_PATHS=(
+   "usr/lib/${_APPNAME}/.*"
+   "usr/lib/${_APPNAME}/Resources/Python/lib/python2.7/.*"
+)
+
+EXECSTACKED_BINS=( "${ED%/}/usr/lib/plexmediaserver/libgnsdk_dsp.so*" )
+BINS_TO_PAX_MARK=( "${ED%/}/usr/lib/plexmediaserver/Plex Script Host" )
+
+S="${WORKDIR}"
+PATCHES=( "${FILESDIR}/virtualenv_start_pms.patch" )
+
+pkg_setup() {
+   enewgroup ${_USERNAME}
+   enewuser ${_USERNAME} -1 /bin/bash /var/lib/${_APPNAME} 
"${_USERNAME},video"
+   python-single-r1_pkg_setup
+}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_install() {
+   # Move the config to the correct place
+   local CONFIG_VANILLA="/etc/default/plexmediaserver"
+   local CONFIG_PATH="/etc/${_SHORTNAME}"
+   dodir "${CONFIG_PATH}"
+   insinto "${CONFIG_PATH}"
+   doins "${CONFIG_VANILLA#/}"
+   sed -e "s#${CONFIG_VANILLA}#${CONFIG_PATH}/${_APPNAME}#g" -i 
"${S}"/usr/sbin/start_pms || die
+
+   # Remove Debian specific files
+   rm -rf "usr/share/doc" || die
+
+   # Copy main files over to image and preserve permissions so it is 
portable
+   cp -rp usr/ "${ED}" || die
+
+   # Make sure the logging directory is created
+   local LOGGING_DIR="/var/log/pms"
+   dodir "${LOGGING_DIR}"
+   chown "${_USERNAME}":"${_USERNAME}" "${ED%/}/${LOGGING_DIR}" || die
+
+   # Create default library folder with correct permissions
+   local DEFAULT_LIBRARY_DIR="/var/lib/${_APPNAME}"
+   dodir "${DEFAULT_LIBRARY_DIR}"
+   chown "${_USERNAME}":"${_USERNAME}" "${ED%/}/${DEFAULT_LIBRARY_DIR}" || 
die
+
+   # Install the OpenRC init/conf files
+   doinitd "${FILESDIR}/init.d/${PN}"
+   doconfd "${FILESDIR}/conf.d/${PN}"
+
+   # Disabling due to Bug 644694
+   #_handle_multilib
+
+   # Mask Plex libraries so that revdep-rebuild doesn't try to rebuild 
them.
+   # Plex has its own precompiled libraries.
+   _mask_plex_libraries_revdep
+
+   # Install systemd service file
+   local INIT_NAME="${PN}.service"
+   local INIT="${FILESDIR}/systemd/${INIT_NAME}"
+   systemd_newunit "${INIT}" "${INIT_NAME}"
+
+   _remove_execstack_markings
+   _add_pax_markings
+
+   einfo "Configuring virtualenv"
+   virtualenv 

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

2018-02-26 Thread Jonathan Vasquez
commit: d31a350df60d2c404c37a37f05b2cff34211935a
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Tue Feb 27 01:11:39 2018 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Tue Feb 27 01:11:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31a350d

sys-kernel/bliss-initramfs: version bump to 7.1.3

Package-Manager: Portage-2.3.21, Repoman-2.3.6

 sys-kernel/bliss-initramfs/Manifest|  1 +
 .../bliss-initramfs/bliss-initramfs-7.1.3.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-kernel/bliss-initramfs/Manifest 
b/sys-kernel/bliss-initramfs/Manifest
index 462a459c4af..efc1c6351aa 100644
--- a/sys-kernel/bliss-initramfs/Manifest
+++ b/sys-kernel/bliss-initramfs/Manifest
@@ -1 +1,2 @@
 DIST bliss-initramfs-7.1.2.tar.gz 31178 BLAKE2B 
980ab01fc13c5e8863fc89853568add99a30ff66faa4d3ec05a3ebb2cf2b3ac97cc36e8cc958296917562abe09c83739790d514d530a38e516d808710c12951e
 SHA512 
cbd13a5a34b1b5936d73234c322b317f50d3fd0e118043301f55ddc5ff74b8f182a10580a79735eaea7bf6739ff6fe8c0d806f662461b13b12dd469bd53791e6
+DIST bliss-initramfs-7.1.3.tar.gz 31278 BLAKE2B 
3434f19908ba6203b5cc2b85972885c8d082b43e74deb704d145a4f7454b16b61bf5dfdf86c4485b322866633a8a869a2dace0adc612dbe15ad0c544b2058964
 SHA512 
b5c1d909d8393ae2a7cdb74dc46346c7fd5d3f6b0b7bebbc68b46a98ae0ae66ac94fa4d76329f6811b86b5b3a760c0aef9d5163c15eb65a2ad47bde4db970dad

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.3.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.3.ebuild
new file mode 100644
index 000..c1fc7e608b6
--- /dev/null
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-7.1.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+inherit python-single-r1
+
+GITHUB_USER="fearedbliss"
+GITHUB_REPO="bliss-initramfs"
+GITHUB_TAG="${PV}"
+
+DESCRIPTION="Boot your system's rootfs from ZFS, LVM, RAID, or a variety of 
other configs."
+HOMEPAGE="https://github.com/${GITHUB_USER}/${GITHUB_REPO};
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.tar.gz
 -> ${P}.tar.gz"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="strip"
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/cpio
+   virtual/udev"
+
+S="${WORKDIR}/${GITHUB_REPO}-${GITHUB_TAG}"
+
+src_install() {
+   # Copy the main executable
+   local executable="mkinitrd.py"
+   exeinto "/opt/${PN}"
+   doexe "${executable}"
+
+   # Copy the libraries required by this executable
+   cp -r "${S}/files" "${D}/opt/${PN}" || die
+   cp -r "${S}/pkg" "${D}/opt/${PN}" || die
+
+   # Copy documentation files
+   dodoc README USAGE
+
+   # Make a symbolic link: /sbin/bliss-initramfs
+   dosym "${EPREFIX}/opt/${PN}/${executable}" "/sbin/${PN}"
+}



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

2018-02-26 Thread Patrick McLean
commit: 309af559ed7f4c2de32538fd1cf7df79796b9bae
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Feb 27 00:52:37 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Feb 27 00:52:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309af559

app-admin/salt: Remove old 2017.7.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/salt/Manifest |   1 -
 app-admin/salt/salt-2017.7.3.ebuild | 142 
 2 files changed, 143 deletions(-)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index 279b0d39af7..5bd7982e91e 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -1,5 +1,4 @@
 DIST salt-2016.11.8.tar.gz 10142142 BLAKE2B 
e6805dae84c0d2e39109c95f603fcb54e1b7d7ff6c27ce555379b69274b3a5d72a1e372081a62c18440deb0955c1ef24a41c5d855a5e622f2ffe51276bd87b25
 SHA512 
0adc544ca460d13d2adb11b04575bd079a3dad1be3468bea7d32d0b74416b78546e4c86c75551bba09786be8e9810a6e30232414c4f5851cbc9a0fb4b894e0de
 DIST salt-2016.11.9.tar.gz 10062996 BLAKE2B 
5176d04d07a69de21c9c136c201d334614c5675fd78e306a0160fae829b633441cd859f4ba1a0822dfbb9ae716475c53f6eb058187d4acc8a5770dd4ceace577
 SHA512 
896fd27c111e926e246b51d00b69d41c8f4d25ec0c034c9ff3dc5414f5e93592fd637cdeaecf02b3b98a4e5a7ce478bfda86b15497961078374608d76516593d
 DIST salt-2017.7.2.tar.gz 11471191 BLAKE2B 
0b7184eb4dcb29f2a9603117d1c6fb9c729093c1ff11e18370929ec3fdbfe7bf8c0914f17260c3f613842c23359205a4a84d3e0bcd67476705e50f805bcd7b69
 SHA512 
959cec404f0fa7c00f78427cba902b8b9c2c0d95016fc70925d8da6d0b97a0284fc034ac92a5c5c313763db4fdcbd1b0391318596b77fe8e0cd1c7e4b3fa928b
-DIST salt-2017.7.3.tar.gz 36461646 BLAKE2B 
560038b8cd49dadec3f37e3864054f32d6d6544b0f48704e94a05b83f9d6277ce456ee36813a23844b93e338ca117ad0ee605dad49e77816810f1e7244b20b27
 SHA512 
0452ad6cf2a9bcecd0056f0a6f4871e36bf2abe8c207c93f79e1e9ace608b7ba2158e958a71121f230969ff0b32ffd26f048e369003f844eaf3f4f9dd4b4a19a
 DIST salt-2017.7.4.tar.gz 11718327 BLAKE2B 
c197284ee56d039ee7942534af979f0606093ebdf40e0b11a55ca28a2f64c4b584b09b0901d5cb2c350f4ede52636e7927bbed48355d731472970eda5e32632f
 SHA512 
79d7853c2614ed581e441babe6fbb73809816ec53aa47016b5066b771de449d4dcc27d7e1c92c5ca68c816d27779e34e31ec1408d473a07120d62846de73

diff --git a/app-admin/salt/salt-2017.7.3.ebuild 
b/app-admin/salt/salt-2017.7.3.ebuild
deleted file mode 100644
index f31e0c09a66..000
--- a/app-admin/salt/salt-2017.7.3.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils systemd distutils-r1
-
-DESCRIPTION="Salt is a remote execution and configuration manager"
-HOMEPAGE="http://saltstack.org/;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
-   EGIT_BRANCH="develop"
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~x86 ~amd64"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql neutron 
nova"
-IUSE+=" openssl portage profile redis selinux test timelib raet +zeromq 
vim-syntax"
-
-RDEPEND="sys-apps/pciutils
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/markupsafe[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
-   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
-   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
-   libvirt? ( dev-python/libvirt-python[${PYTHON_USEDEP}] )
-   openssl? (
-   dev-libs/openssl:*[-bindist]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   )
-   raet? (
-   >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
-   >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
-   )
-   zeromq? (
-   >=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}]
-   )
-   cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
-   mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
-   portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
-   keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
-   mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-   redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
-   selinux? ( sec-policy/selinux-salt )
-   timelib? ( dev-python/timelib[${PYTHON_USEDEP}] )
-   nova? ( >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}] )
-   neutron? ( 

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

2018-02-26 Thread Patrick McLean
commit: 308c469ffd812753d4fa753a0512a18c6ce87fba
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Feb 27 00:51:51 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Feb 27 00:51:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308c469f

app-admin/salt: Version bump to 2017.7.4

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/salt/Manifest |   1 +
 app-admin/salt/salt-2017.7.4.ebuild | 143 
 2 files changed, 144 insertions(+)

diff --git a/app-admin/salt/Manifest b/app-admin/salt/Manifest
index a3926cbc3bb..279b0d39af7 100644
--- a/app-admin/salt/Manifest
+++ b/app-admin/salt/Manifest
@@ -2,3 +2,4 @@ DIST salt-2016.11.8.tar.gz 10142142 BLAKE2B 
e6805dae84c0d2e39109c95f603fcb54e1b7
 DIST salt-2016.11.9.tar.gz 10062996 BLAKE2B 
5176d04d07a69de21c9c136c201d334614c5675fd78e306a0160fae829b633441cd859f4ba1a0822dfbb9ae716475c53f6eb058187d4acc8a5770dd4ceace577
 SHA512 
896fd27c111e926e246b51d00b69d41c8f4d25ec0c034c9ff3dc5414f5e93592fd637cdeaecf02b3b98a4e5a7ce478bfda86b15497961078374608d76516593d
 DIST salt-2017.7.2.tar.gz 11471191 BLAKE2B 
0b7184eb4dcb29f2a9603117d1c6fb9c729093c1ff11e18370929ec3fdbfe7bf8c0914f17260c3f613842c23359205a4a84d3e0bcd67476705e50f805bcd7b69
 SHA512 
959cec404f0fa7c00f78427cba902b8b9c2c0d95016fc70925d8da6d0b97a0284fc034ac92a5c5c313763db4fdcbd1b0391318596b77fe8e0cd1c7e4b3fa928b
 DIST salt-2017.7.3.tar.gz 36461646 BLAKE2B 
560038b8cd49dadec3f37e3864054f32d6d6544b0f48704e94a05b83f9d6277ce456ee36813a23844b93e338ca117ad0ee605dad49e77816810f1e7244b20b27
 SHA512 
0452ad6cf2a9bcecd0056f0a6f4871e36bf2abe8c207c93f79e1e9ace608b7ba2158e958a71121f230969ff0b32ffd26f048e369003f844eaf3f4f9dd4b4a19a
+DIST salt-2017.7.4.tar.gz 11718327 BLAKE2B 
c197284ee56d039ee7942534af979f0606093ebdf40e0b11a55ca28a2f64c4b584b09b0901d5cb2c350f4ede52636e7927bbed48355d731472970eda5e32632f
 SHA512 
79d7853c2614ed581e441babe6fbb73809816ec53aa47016b5066b771de449d4dcc27d7e1c92c5ca68c816d27779e34e31ec1408d473a07120d62846de73

diff --git a/app-admin/salt/salt-2017.7.4.ebuild 
b/app-admin/salt/salt-2017.7.4.ebuild
new file mode 100644
index 000..6dd2b29b185
--- /dev/null
+++ b/app-admin/salt/salt-2017.7.4.ebuild
@@ -0,0 +1,143 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils systemd distutils-r1
+
+DESCRIPTION="Salt is a remote execution and configuration manager"
+HOMEPAGE="http://saltstack.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
+   EGIT_BRANCH="develop"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~x86 ~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql neutron 
nova"
+IUSE+=" openssl portage profile redis selinux test timelib raet +zeromq 
vim-syntax"
+
+RDEPEND="sys-apps/pciutils
+   dev-python/jinja[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
+   =dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
+   mako? ( dev-python/mako[${PYTHON_USEDEP}] )
+   ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
+   libvirt? ( dev-python/libvirt-python[${PYTHON_USEDEP}] )
+   openssl? (
+   dev-libs/openssl:*[-bindist]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   )
+   raet? (
+   >=dev-python/libnacl-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ioflo-1.1.7[${PYTHON_USEDEP}]
+   >=dev-python/raet-0.6.0[${PYTHON_USEDEP}]
+   )
+   zeromq? (
+   >=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}]
+   )
+   cherrypy? ( >=dev-python/cherrypy-3.2.2[${PYTHON_USEDEP}] )
+   mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+   portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
+   keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
+   mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
+   selinux? ( sec-policy/selinux-salt )
+   timelib? ( dev-python/timelib[${PYTHON_USEDEP}] )
+   nova? ( >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}] )
+   neutron? ( >=dev-python/python-neutronclient-2.3.6[${PYTHON_USEDEP}] )
+   gnupg? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )
+   profile? ( dev-python/yappi[${PYTHON_USEDEP}] )
+   vim-syntax? ( app-vim/salt-vim )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   

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

2018-02-26 Thread James Le Cuirot
commit: 5f87d0a2fc4c3702dcbbf7365b3afc600642fe89
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Feb 26 23:28:56 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Feb 26 23:28:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f87d0a2

media-video/makemkv: Bump to 1.12.0, remove old 1.10.10

Also update .desktop cache with xdg-utils.eclass.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/makemkv/Manifest |  4 ++--
 .../{makemkv-1.10.10.ebuild => makemkv-1.12.0.ebuild}| 16 +++-
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/media-video/makemkv/Manifest b/media-video/makemkv/Manifest
index 0d527dbd4c2..b6bf42aa119 100644
--- a/media-video/makemkv/Manifest
+++ b/media-video/makemkv/Manifest
@@ -1,2 +1,2 @@
-DIST makemkv-bin-1.10.10.tar.gz 9119354 BLAKE2B 
ed0d2031701aad5d1cc6f9ef8704a8a985ff3fdc343a9dc02310751856c336c08ba83675e3305b3e856a810176ff02d7da148a4dc1d4b9298fe62bce3c8a236f
 SHA512 
d070ccabbcfeaab1a72f5f52cb0efa98cbd6c4c1b7d8445971d76a76c89b487b6debf0f1183af13d877e41a2d7e7deaae355fe30194a783b80704395a2a03b8e
-DIST makemkv-oss-1.10.10.tar.gz 4572400 BLAKE2B 
1ac6c9605cb31f3abdc75430476c398ff01d9a9b500149b2c26a7e2c10d14be11a03b9a0ffe52f805e03b8fdbfdf22f72fa5f3ff7b23c3c24c924e95f8286d5b
 SHA512 
5c73044c7f6a522bd8410cf6454bf38e9829cbcf83a755916242aa242477befb248be8da962b070ec99950dfba7180486fb90c34c86fc62e87485baf9fa99b13
+DIST makemkv-bin-1.12.0.tar.gz 9157789 BLAKE2B 
5534250c6d217824de4f0eac9b17f1e61e24a82e40d01b42c3df856be24b0d5f9421e52433840b50e9dc4134fab09bfb8fd2c0e3e45fac1afd2fa8026d299ce4
 SHA512 
039a60308b90434c9aa39a18c03078cd67c8f5594ea20578dcc2c2eb75fbf2bc1918f976cb35b97c977c3380cbef27c5cb819593276343b6357cd0b384ac6c22
+DIST makemkv-oss-1.12.0.tar.gz 4572233 BLAKE2B 
1eb14296180e4c2e13dab12414c5a7087069b43d19ef93a0ece0824d5187069fd78be750712f3fd76da2393d2717ced1fe5e26abfe3879bb6465a0bfeea275be
 SHA512 
36c6f1e447081e2bd003fb75e6b70eaac4c6ed5ea2b39615bf81599664c66631c3ae84dcb04448ac8877724fdc4112b351af8c16aa3d1463ce8a7ac871524469

diff --git a/media-video/makemkv/makemkv-1.10.10.ebuild 
b/media-video/makemkv/makemkv-1.12.0.ebuild
similarity index 92%
rename from media-video/makemkv/makemkv-1.10.10.ebuild
rename to media-video/makemkv/makemkv-1.12.0.ebuild
index 05739fbcc6b..530e22a417b 100644
--- a/media-video/makemkv/makemkv-1.10.10.ebuild
+++ b/media-video/makemkv/makemkv-1.12.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit gnome2-utils flag-o-matic linux-info
+inherit flag-o-matic gnome2-utils linux-info xdg-utils
 
 MY_P=makemkv-oss-${PV}
 MY_PB=makemkv-bin-${PV}
@@ -38,7 +38,7 @@ RDEPEND="${DEPEND}
net-misc/wget"
 
 CONFIG_CHECK="~CHR_DEV_SG"
-S="${WORKDIR}/makemkv-oss-${PV}"
+S="${WORKDIR}/${MY_P}"
 PATCHES=( "${FILESDIR}"/${PN}-{wget,path}.patch )
 
 src_configure() {
@@ -76,13 +76,16 @@ src_install() {
 
# install profiles and locales
insinto /usr/share/MakeMKV
-   doins src/share/*.{mo.gz,xml}
+   doins src/share/*
 }
 
-pkg_preinst() { gnome2_icon_savelist; }
+pkg_preinst() {
+   gnome2_icon_savelist
+}
 
 pkg_postinst() {
gnome2_icon_cache_update
+   xdg_desktop_database_update
 
elog "While MakeMKV is in beta mode, upstream has provided a license"
elog "to use if you do not want to purchase one."
@@ -104,4 +107,7 @@ pkg_postinst() {
elog "LIBAACS_PATH=libmmbd LIBBDPLUS_PATH=libmmbd"
 }
 
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2018-02-26 Thread Matt Turner
commit: fc9140283280b663cd69e4d1e178f1a7f1245122
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 26 23:13:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 26 23:14:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc914028

profiles: Remove x11-base/xorg-proto from package.mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b0e84576a60..3503d5ce20d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -172,39 +172,6 @@ media-sound/lastfmplayer
 =sys-firmware/intel-microcode-20180108
 =sys-firmware/intel-microcode-20180108-r1
 
-# Matt Turner  (06 Feb 2018)
-# New package with subsuming lots of existing packages. Lots of reverse
-# dependencies will need to be updated.
-x11-base/xorg-proto
->=x11-proto/bigreqsproto-1.1.2-r1
->=x11-proto/compositeproto-0.4.2-r2
->=x11-proto/damageproto-1.2.1-r2
->=x11-proto/dmxproto-2.3.1-r2
->=x11-proto/dri2proto-2.8-r2
->=x11-proto/dri3proto-1.0-r1
->=x11-proto/fixesproto-5.0-r2
->=x11-proto/fontsproto-2.1.3-r1
->=x11-proto/glproto-1.4.17-r2
->=x11-proto/inputproto-2.3.2-r1
->=x11-proto/kbproto-1.0.7-r1
->=x11-proto/presentproto-1.1-r1
->=x11-proto/randrproto-1.5.0-r1
->=x11-proto/recordproto-1.14.2-r2
->=x11-proto/renderproto-0.11.1-r2
->=x11-proto/resourceproto-1.2.0-r1
->=x11-proto/scrnsaverproto-1.2.2-r2
->=x11-proto/trapproto-3.4.3-r1
->=x11-proto/videoproto-2.3.3-r1
->=x11-proto/xcmiscproto-1.2.2-r1
->=x11-proto/xextproto-7.3.0-r1
->=x11-proto/xf86bigfontproto-1.2.0-r2
->=x11-proto/xf86dgaproto-2.1-r3
->=x11-proto/xf86driproto-2.1.1-r2
->=x11-proto/xf86miscproto-0.9.3-r1
->=x11-proto/xf86vidmodeproto-2.3.1-r2
->=x11-proto/xineramaproto-1.2.1-r2
->=x11-proto/xproto-7.0.31-r1
-
 # Matt Turner  (06 Feb 2018)
 # Dead and unused
 # Masked for removal in 30 days. Bug #646838



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

2018-02-26 Thread Mike Frysinger
commit: d097c4a9ec55a01669cff9452e53be8186d6ba39
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Feb 26 22:49:46 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Feb 26 22:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d097c4a9

app-benchmarks/sysbench: drop libtool subslot

Depending on libtool's subslot doesn't make sense as it doesn't have
one, and is only a build-time tool.  The runtime lib is in the libltdl
package instead (which sysbench doesn't care about).

 app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 2 +-
 app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 2 +-
 app-benchmarks/sysbench/sysbench-1.0.7.ebuild  | 2 +-
 app-benchmarks/sysbench/sysbench-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
index c1b6e7f9e3a..d9ea6b09ba6 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
app-editors/vim-core
dev-libs/concurrencykit
dev-libs/libxslt
-   sys-devel/libtool:=
+   sys-devel/libtool
virtual/pkgconfig
test? ( dev-util/cram )"
 

diff --git a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
index e769a1e995f..bde2254ca9f 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
@@ -21,7 +21,7 @@ RDEPEND="aio? ( dev-libs/libaio )
 DEPEND="${RDEPEND}
dev-libs/concurrencykit
dev-libs/libxslt
-   sys-devel/libtool:=
+   sys-devel/libtool
virtual/pkgconfig
test? ( dev-util/cram )"
 

diff --git a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
index c1b6e7f9e3a..d9ea6b09ba6 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
app-editors/vim-core
dev-libs/concurrencykit
dev-libs/libxslt
-   sys-devel/libtool:=
+   sys-devel/libtool
virtual/pkgconfig
test? ( dev-util/cram )"
 

diff --git a/app-benchmarks/sysbench/sysbench-.ebuild 
b/app-benchmarks/sysbench/sysbench-.ebuild
index 1aecf3abd2e..6873945f546 100644
--- a/app-benchmarks/sysbench/sysbench-.ebuild
+++ b/app-benchmarks/sysbench/sysbench-.ebuild
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
app-editors/vim-core
dev-libs/concurrencykit
dev-libs/libxslt
-   sys-devel/libtool:=
+   sys-devel/libtool
virtual/pkgconfig
test? ( dev-util/cram )"
 



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

2018-02-26 Thread Mike Frysinger
commit: bf64f966aab4f8974ecfc36345b85cfc73843815
Author: Mike Frysinger  chromium  org>
AuthorDate: Mon Feb 26 22:48:30 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Feb 26 22:51:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf64f966

app-benchmarks/sysbench: move luajit to RDEPEND

Since we link sysbench against it and force the system version,
make sure it's listed as a runtime dep.

 app-benchmarks/sysbench/sysbench-1.0.10.ebuild | 4 ++--
 app-benchmarks/sysbench/sysbench-1.0.12.ebuild | 4 ++--
 app-benchmarks/sysbench/sysbench-1.0.7.ebuild  | 6 +++---
 app-benchmarks/sysbench/sysbench-.ebuild   | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
index 952b252c3bc..c1b6e7f9e3a 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.10.ebuild
@@ -16,10 +16,10 @@ IUSE="aio mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )
mysql? ( virtual/libmysqlclient )
-   postgres? ( dev-db/postgresql:= )"
+   postgres? ( dev-db/postgresql:= )
+   dev-lang/luajit:="
 DEPEND="${RDEPEND}
app-editors/vim-core
-   dev-lang/luajit:=
dev-libs/concurrencykit
dev-libs/libxslt
sys-devel/libtool:=

diff --git a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
index e3972cf8d00..e769a1e995f 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.12.ebuild
@@ -16,9 +16,9 @@ IUSE="aio mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )
mysql? ( virtual/libmysqlclient )
-   postgres? ( dev-db/postgresql:= )"
+   postgres? ( dev-db/postgresql:= )
+   dev-lang/luajit:="
 DEPEND="${RDEPEND}
-   dev-lang/luajit:=
dev-libs/concurrencykit
dev-libs/libxslt
sys-devel/libtool:=

diff --git a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild 
b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
index 60f743b8b65..c1b6e7f9e3a 100644
--- a/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,10 +16,10 @@ IUSE="aio mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )
mysql? ( virtual/libmysqlclient )
-   postgres? ( dev-db/postgresql:= )"
+   postgres? ( dev-db/postgresql:= )
+   dev-lang/luajit:="
 DEPEND="${RDEPEND}
app-editors/vim-core
-   dev-lang/luajit:=
dev-libs/concurrencykit
dev-libs/libxslt
sys-devel/libtool:=

diff --git a/app-benchmarks/sysbench/sysbench-.ebuild 
b/app-benchmarks/sysbench/sysbench-.ebuild
index 1a7c3db4dde..1aecf3abd2e 100644
--- a/app-benchmarks/sysbench/sysbench-.ebuild
+++ b/app-benchmarks/sysbench/sysbench-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -17,10 +17,10 @@ IUSE="aio mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )
mysql? ( virtual/libmysqlclient )
-   postgres? ( dev-db/postgresql:= )"
+   postgres? ( dev-db/postgresql:= )
+   dev-lang/luajit:="
 DEPEND="${RDEPEND}
app-editors/vim-core
-   dev-lang/luajit:=
dev-libs/concurrencykit
dev-libs/libxslt
sys-devel/libtool:=



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

2018-02-26 Thread Andreas Sturmlechner
commit: 5e170dd844a9d4eb1726cf05ed41b70c61afd696
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 26 22:41:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 26 22:46:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e170dd8

x11-libs/libfakekey: EAPI 6, homepage, src_uri, drop eutils

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-libs/libfakekey/files/libfakekey-0.1-ac.patch |  4 +-
 x11-libs/libfakekey/libfakekey-0.1-r3.ebuild  | 48 +++
 2 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch 
b/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch
index 65c0b083aa7..7158ad220ef 100644
--- a/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch
+++ b/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch
@@ -1,5 +1,5 @@
 configure.ac.old   2011-05-22 14:59:45.801746472 +0100
-+++ configure.ac   2011-05-22 15:02:59.437159981 +0100
+--- a/configure.ac 2011-05-22 14:59:45.801746472 +0100
 b/configure.ac 2011-05-22 15:02:59.437159981 +0100
 @@ -14,16 +14,14 @@ AC_HEADER_STDC
  
  dnl -- libtool versioning ---

diff --git a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild 
b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild
new file mode 100644
index 000..ac34a6d782c
--- /dev/null
+++ b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package"
+HOMEPAGE="https://www.yoctoproject.org/tools-resources/projects/matchbox;
+SRC_URI="http://downloads.yoctoproject.org/releases/matchbox/${PN}/${PV}/${P}.tar.bz2;
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="debug doc"
+
+RDEPEND="x11-libs/libXtst"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   # Allow configure to use libtool-2
+   "${FILESDIR}/${P}-ac.patch"
+)
+
+src_prepare() {
+   default
+
+   # Fix underlinking bug #367595
+   sed -i -e 's/^fakekey_test_LDADD=/fakekey_test_LDADD=-lX11 /' \
+   tests/Makefile.am || die 'Cannot sed Makefile.am'
+   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   # --with/without-x is ignored by configure script and X is used.
+   econf --with-x \
+   $(use_enable debug) \
+   $(use_enable doc doxygen-docs)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   use doc && local HTML_DOCS=( doc/html/. )
+   einstalldocs
+}



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

2018-02-26 Thread Andreas Sturmlechner
commit: edff81ca8f46be88e7688874dc5c2cbdb4d95e28
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 26 22:45:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 26 22:46:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edff81ca

x11-libs/libfakekey: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-libs/libfakekey/libfakekey-0.1-r2.ebuild | 45 
 1 file changed, 45 deletions(-)

diff --git a/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild 
b/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild
deleted file mode 100644
index cfbc9fdf891..000
--- a/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package"
-HOMEPAGE="http://matchbox-project.org/;
-SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2;
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="debug doc"
-
-RDEPEND="x11-libs/libXtst"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   # Allow configure to use libtool-2
-   epatch "${FILESDIR}/${P}-ac.patch"
-
-   # Fix underlinking bug #367595
-   sed -i -e 's/^fakekey_test_LDADD=/fakekey_test_LDADD=-lX11 /' \
-   tests/Makefile.am || die 'Cannot sed Makefile.am'
-   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   # --with/without-x is ignored by configure script and X is used.
-   econf   --with-x \
-   $(use_enable debug) \
-   $(use_enable doc doxygen-docs)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc AUTHORS ChangeLog INSTALL NEWS README
-   use doc && dohtml doc/html/*
-}



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

2018-02-26 Thread Patrice Clement
commit: 81599b399c19e6b3b1c9e1ad12fbb66a0fc2275e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Feb  7 18:28:30 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 22:43:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81599b39

net-analyzer/namebench: fix HOMEPAGE.

Closes: https://github.com/gentoo/gentoo/pull/7113

 net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild 
b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
index 2b9d0a2ebfa..147f06b1243 100644
--- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
+++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="DNS Benchmark Utility"
-HOMEPAGE="https://code.google.com/p/namebench/;
+HOMEPAGE="https://github.com/google/namebench;
 SRC_URI="https://namebench.googlecode.com/files/${P}-source.tgz;
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/files/, sys-devel/automake/

2018-02-26 Thread Thomas Deutschmann
commit: 4a74793ea13cc10625c474997bdca1e3c0a7652e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 26 22:35:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 26 22:40:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a74793e

sys-devel/automake: Rev bump to fix AM_PATH_PYTHON macro

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

 ...utomake-1.16.ebuild => automake-1.16-r1.ebuild} |  5 ++-
 .../files/automake-1.16-fix-AM_PATH_PYTHON.patch   | 36 ++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.16.ebuild 
b/sys-devel/automake/automake-1.16-r1.ebuild
similarity index 95%
rename from sys-devel/automake/automake-1.16.ebuild
rename to sys-devel/automake/automake-1.16-r1.ebuild
index 3add6f0127e..65ef083500f 100644
--- a/sys-devel/automake/automake-1.16.ebuild
+++ b/sys-devel/automake/automake-1.16-r1.ebuild
@@ -42,7 +42,10 @@ DEPEND="${RDEPEND}
sys-apps/help2man
test? ( ${PYTHON_DEPS} )"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.15-install-sh-avoid-low-risk-race-in-tmp.patch 
)
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.15-install-sh-avoid-low-risk-race-in-tmp.patch
+   "${FILESDIR}"/${PN}-1.16-fix-AM_PATH_PYTHON.patch
+)
 
 src_prepare() {
default

diff --git a/sys-devel/automake/files/automake-1.16-fix-AM_PATH_PYTHON.patch 
b/sys-devel/automake/files/automake-1.16-fix-AM_PATH_PYTHON.patch
new file mode 100644
index 000..146496d6dfd
--- /dev/null
+++ b/sys-devel/automake/files/automake-1.16-fix-AM_PATH_PYTHON.patch
@@ -0,0 +1,36 @@
+bug#30616: automake-1.16: aclocal is unable to process AM_PATH_PYTHON with 
variable as value
+
+http://lists.gnu.org/archive/html/bug-automake/2018-02/msg00012.html
+
+--- a/m4/python.m4
 b/m4/python.m4
+@@ -36,24 +36,12 @@ AC_DEFUN([AM_PATH_PYTHON],
+  [
+   dnl Find a Python interpreter.  Python versions prior to 2.0 are not
+   dnl supported. (2.0 was released on October 16, 2000).
+-  m4_define_default([am_py_min_ver], m4_ifval([$1], [$1], [2.0]))
+-  dnl The arbitrary default maximum version.
+-  m4_define_default([am_py_max_ver], [4.0])
+-
++  dnl FIXME: Remove the need to hard-code Python versions here.
+   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
+-[[python] \
+- dnl If we want some Python 2 versions (min version <= 2.7),
+- dnl also search for "python2".
+- m4_if(m4_version_compare(am_py_min_ver, [2.8]), [-1], [python2], []) \
+- [python3] \
+- dnl Construct a comma-separated list of interpreter names (python2.6,
+- dnl python2.7, etc). We only care about the first 3 characters of the
+- dnl version strings (major-dot-minor; not
+- dnl major-dot-minor-dot-bugfix[-dot-whatever])
+- m4_foreach([py_ver],
+-   m4_esyscmd_s(seq -s[[", "]] -f["[[%.1f]]"] m4_substr(am_py_max_ver, 
[0], [3]) -0.1 m4_substr(am_py_min_ver, [0], [3])),
+-   dnl Remove python2.8 and python2.9 since they will never exist
+-   [m4_bmatch(py_ver, [2.[89]], [], [python]py_ver)])])
++[python python2 python3 python3.9 python3.8 python3.7 python3.6 dnl
++ python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 dnl
++ python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
++ python2.1 python2.0])
+ 
+   AC_ARG_VAR([PYTHON], [the Python interpreter])
+ 



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

2018-02-26 Thread Patrice Clement
commit: 1d77c0d16f99e90256a2a4b52c7e639ce63fa317
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Mon Feb 26 22:12:16 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 22:32:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d77c0d1

net-dns/dnscrypt-proxy: version bump to 2.0.4.

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

 net-dns/dnscrypt-proxy/Manifest|  1 +
 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.4.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index 9298a1c8f04..340c2b08df5 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1,2 +1,3 @@
 DIST dnscrypt-proxy-1.9.5.tar.bz2 1290573 BLAKE2B 
8f16fdb58012e00a8b58d36364377c3bc25158b9484a8df2bd6bc98d1c9cbf5ac758997e31f95ecaeb9da2f6b7272316c5a4a1c069a39549fbc1c1b136857da0
 SHA512 
84c0f7587521b3a198292cf20dd71cb592ccf8a9e003abbc62c5ca112f6c5ed27c49b1642cf91f403d52b4147e25f24af540b65cecfcf93814338329097df836
 DIST dnscrypt-proxy-2.0.0.tar.gz 725490 BLAKE2B 
d4c116f81d304b9b3a883ba6b414e2fef810f50ecea9a9175246d02f2755c3e11c9940fed0dfc221e419820e001abc74e4bf4478abbb548461ad09f3f57d
 SHA512 
c87420c09fc45496901b0c21ae972283f05c508b07249450de504ba5e287128c2c5e0f772b181ddb2f6478cb6d66e72617e3b0679f47f3b15dde80c92d2ef7ba
+DIST dnscrypt-proxy-2.0.4.tar.gz 727969 BLAKE2B 
80f29fbc150f8731dce0ab0af8f4282264b19fade73846f972bd0e762bfe4ebd1a0f014fb6fad860623377c833c099f1d50d8ab7ccd8cecb7e210a422d96ea99
 SHA512 
ba8f419c85b3ccd0bdd930404c3781f1cadf58dcacb30bf35c3be0933887a6dc910496424cb3847ef2630b8205794cef03d980ac82605faca38c6bfd58b213be

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.4.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.4.ebuild
new file mode 100644
index 000..5e497f13532
--- /dev/null
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.4.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/jedisct1/${PN}"
+
+inherit fcaps golang-build systemd user
+
+DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+HOMEPAGE="https://github.com/jedisct1/dnscrypt-proxy;
+SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
+PATCHES=( "${FILESDIR}"/config-full-paths-r2.patch )
+
+pkg_setup() {
+   enewgroup dnscrypt
+   enewuser dnscrypt -1 -1 /var/empty dnscrypt
+}
+
+src_compile() {
+   # Create directory structure suitable for building
+   mkdir -p "src/${EGO_PN%/*}" || die
+   mv "${PN}" "src/${EGO_PN}" || die
+   mv "vendor" "src/" || die
+   golang-build_src_compile
+}
+
+src_install() {
+   dobin dnscrypt-proxy
+
+   insinto /etc/dnscrypt-proxy
+   newins "src/${EGO_PN}"/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
+   doins 
"src/${EGO_PN}"/example-{blacklist.txt,cloaking-rules.txt,forwarding-rules.txt}
+
+   insinto "/usr/share/dnscrypt-proxy"
+   doins -r "utils/generate-domains-blacklists/."
+
+   newinitd "${FILESDIR}"/dnscrypt-proxy.initd-r2 dnscrypt-proxy
+   newconfd "${FILESDIR}"/dnscrypt-proxy.confd-r2 dnscrypt-proxy
+   systemd_newunit "${FILESDIR}"/${PN}.service-r2 dnscrypt-proxy.service
+   systemd_dounit systemd/dnscrypt-proxy.socket
+
+   keepdir /var/log/dnscrypt-proxy
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+
+   if ! use filecaps; then
+   ewarn "'filecaps' USE flag is disabled"
+   ewarn "${PN} will fail to listen on port 53 if started via 
OpenRC"
+   ewarn "please either change port to > 1024, configure to run 
${PN} as root"
+   ewarn "or re-enable 'filecaps'"
+   ewarn
+   fi
+
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   if [[ ${v} == 1.* ]] ; then
+   elog "Version 2.x.x is a complete rewrite of ${PN}"
+   elog "please clean up old config/log files"
+   elog
+   fi
+   done
+
+   if systemd_is_booted || has_version sys-apps/systemd; then
+   elog "To use systemd socket activation with ${PN} you must"
+   elog "set listen_addresses setting to \"[]\" in the config file"
+   elog "Edit ${PN}.socket if you need to change port and address"
+   elog
+   fi
+
+   elog "After starting the service you will need to update your"
+   elog "/etc/resolv.conf and replace your current set of resolvers"
+   elog "with:"
+   elog
+   elog "nameserver 127.0.0.1"
+   elog
+   elog "Also see https://github.com/jedisct1/${PN}/wiki;
+}



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

2018-02-26 Thread Sergei Trofimovich
commit: 71a09ff0b3bd506ae216a3ca13bfd8cc0b1a4a46
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 26 22:22:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 26 22:22:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a09ff0

x11-terms/eterm: stable 0.9.6-r1 for ia64, bug #648882

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

 x11-terms/eterm/eterm-0.9.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/eterm/eterm-0.9.6-r1.ebuild 
b/x11-terms/eterm/eterm-0.9.6-r1.ebuild
index f7c451c110e..7f1b4770c65 100644
--- a/x11-terms/eterm/eterm-0.9.6-r1.ebuild
+++ b/x11-terms/eterm/eterm-0.9.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
 IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
 
 RDEPEND="



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

2018-02-26 Thread Sergei Trofimovich
commit: f624b9ff7688522b221590ded371745185dd1a56
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 26 22:22:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 26 22:22:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f624b9ff

dev-db/unixODBC: stable 2.3.5 for ia64, bug #648806

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

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

diff --git a/dev-db/unixODBC/unixODBC-2.3.5.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.5.ebuild
index eb5e0216e65..770d7ea23e4 100644
--- a/dev-db/unixODBC/unixODBC-2.3.5.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+minimal odbcmanual static-libs unicode"
 
 RDEPEND="



[gentoo-commits] proj/portage:master commit in: pym/portage/tests/resolver/

2018-02-26 Thread Michał Górny
commit: 45bdfae8b20dc24559d325db7322576855d6a582
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 12:40:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 22:07:36 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=45bdfae8

test_required_use: Add tests for ?? operator

Reviewed-by: Zac Medico  gentoo.org>

 pym/portage/tests/resolver/test_required_use.py | 12 
 1 file changed, 12 insertions(+)

diff --git a/pym/portage/tests/resolver/test_required_use.py 
b/pym/portage/tests/resolver/test_required_use.py
index c8810faef..d4004 100644
--- a/pym/portage/tests/resolver/test_required_use.py
+++ b/pym/portage/tests/resolver/test_required_use.py
@@ -44,6 +44,12 @@ class RequiredUSETestCase(TestCase):
"dev-libs/D-3" : {"EAPI": "4", "IUSE": "+w +x y z", 
"REQUIRED_USE": "w? ( x || ( y z ) )"},
"dev-libs/D-4" : {"EAPI": "4", "IUSE": "+w x +y +z",
"REQUIRED_USE": "w? ( x || ( y z ) )"},
"dev-libs/D-5" : {"EAPI": "4", "IUSE": "w x y z",   
"REQUIRED_USE": "w? ( x || ( y z ) )"},
+
+   "dev-libs/E-1" : {"EAPI": "5", "IUSE": "foo bar",   
"REQUIRED_USE": "?? ( foo bar )"},
+   "dev-libs/E-2" : {"EAPI": "5", "IUSE": "foo +bar",  
"REQUIRED_USE": "?? ( foo bar )"},
+   "dev-libs/E-3" : {"EAPI": "5", "IUSE": "+foo bar",  
"REQUIRED_USE": "?? ( foo bar )"},
+   "dev-libs/E-4" : {"EAPI": "5", "IUSE": "+foo +bar", 
"REQUIRED_USE": "?? ( foo bar )"},
+   "dev-libs/E-5" : {"EAPI": "5", "IUSE": "+foo +bar", 
"REQUIRED_USE": "?? ( )"},
}
 
test_cases = (
@@ -79,6 +85,12 @@ class RequiredUSETestCase(TestCase):
ResolverPlaygroundTestCase(["=dev-libs/D-3"],  success 
= False),
ResolverPlaygroundTestCase(["=dev-libs/D-4"],  success 
= False),
ResolverPlaygroundTestCase(["=dev-libs/D-5"],  success 
= True, mergelist=["dev-libs/D-5"]),
+
+   ResolverPlaygroundTestCase(["=dev-libs/E-1"], success = 
True, mergelist=["dev-libs/E-1"]),
+   ResolverPlaygroundTestCase(["=dev-libs/E-2"], success = 
True, mergelist=["dev-libs/E-2"]),
+   ResolverPlaygroundTestCase(["=dev-libs/E-3"], success = 
True, mergelist=["dev-libs/E-3"]),
+   ResolverPlaygroundTestCase(["=dev-libs/E-4"], success = 
False),
+   ResolverPlaygroundTestCase(["=dev-libs/E-5"], success = 
True, mergelist=["dev-libs/E-5"]),
)
 
playground = ResolverPlayground(ebuilds=ebuilds)



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

2018-02-26 Thread Mike Gilbert
commit: 126d7108fb0ba692a4d56abc884fa00f7ace5bf2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Feb 26 22:03:38 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Feb 26 22:03:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126d7108

x11-misc/lightdm: call systemd_reenable

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

 x11-misc/lightdm/lightdm-1.18.3-r1.ebuild | 4 
 x11-misc/lightdm/lightdm-1.24.0-r1.ebuild | 6 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/x11-misc/lightdm/lightdm-1.18.3-r1.ebuild 
b/x11-misc/lightdm/lightdm-1.18.3-r1.ebuild
index cd5bfce7b43..0592df3577e 100644
--- a/x11-misc/lightdm/lightdm-1.18.3-r1.ebuild
+++ b/x11-misc/lightdm/lightdm-1.18.3-r1.ebuild
@@ -127,3 +127,7 @@ src_install() {
 
systemd_dounit "${FILESDIR}/${PN}.service"
 }
+
+pkg_postinst() {
+   systemd_reenable "${PN}.service"
+}

diff --git a/x11-misc/lightdm/lightdm-1.24.0-r1.ebuild 
b/x11-misc/lightdm/lightdm-1.24.0-r1.ebuild
index 3a690710606..ae3715bded4 100644
--- a/x11-misc/lightdm/lightdm-1.24.0-r1.ebuild
+++ b/x11-misc/lightdm/lightdm-1.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -128,3 +128,7 @@ src_install() {
 
systemd_dounit "${FILESDIR}/${PN}.service"
 }
+
+pkg_postinst() {
+   systemd_reenable "${PN}.service"
+}



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

2018-02-26 Thread Patrice Clement
commit: 2ed64535131e1598e64456883e93ef9fca9635b3
Author: kuzetsa  gmail  com>
AuthorDate: Mon Feb 26 07:55:15 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 22:02:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed64535

sys-kernel/ck-sources: genpatches-4.9-87.

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

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.84.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 2475f195cb6..88418548061 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -84,6 +84,9 @@ DIST genpatches-4.9-84.extras.tar.xz 17356 BLAKE2B 
91a7c0e374e9ff9b18a1f290e4d01
 DIST genpatches-4.9-85.base.tar.xz 1570340 BLAKE2B 
fc4b5b181943a4492bcd47bead04b648d64465b6085f8785a72bcce937325428abebac6dc9329e3ca59c91fc4722cc856cb6fae29c4320a9b6eb86965c2dc2b2
 SHA512 
f5ee1f8f067558ac9ddf576b98103f1201a32a17ca48767dee66815ae0fadd5079d5fd33970e9d887f80c5349569cd6f96a18e666da361d69c59ccc3d53fb37d
 DIST genpatches-4.9-85.experimental.tar.xz 106388 BLAKE2B 
826ba297b6c37887ec5223209a4567793678b1fdf6d2e433a6b350f27fe64710a3640185fcb8353a5f3adcbd2839f5553edd54a2d16427dc137be3f3c691e039
 SHA512 
b9eef13a61a249552fdac9a3a78493d0357536c4ba0f1e021f250633f335478a732702f3718224288ba957763b7d89482b86005ee33ae53732dc5d2a4515695f
 DIST genpatches-4.9-85.extras.tar.xz 17356 BLAKE2B 
a4b6b8b342f2695d0014e212141171bd58fb41721dac450ff2ad8cbef4ef4e9a322d50bd3da87fab7b277b96cdbcf6b592d548cbb948ead3bde041e465b957c9
 SHA512 
5907330084d47fbea3df39e60463efba8995757a5ce3b952e9606fac82d93c3aedf9806277e6f5b9ff8dd1c21ba1ad5e4de53bed786bc05e6616daddba1c66e2
+DIST genpatches-4.9-87.base.tar.xz 1625392 BLAKE2B 
fde376e07c13041e750e8a735c1ef53c037e24754f6d9ee51dcd03c6d6933f2cc42fd884be374d457ba6b1a4ff23208ae7f7c47e63df6528f473c0096ecc5808
 SHA512 
81f3151b7c34b49a0ce706f67006a68fd1b072592b684adcf79c612c8f3733109bf551e048024c0ada5400b143f99b8f65ec46a0299cdad34337f29b2038e511
+DIST genpatches-4.9-87.experimental.tar.xz 106440 BLAKE2B 
287fbe6a213f9685769ebf6468b932c0cf2532acb17cd71abd5a89e0692e717adb58852bd5fe1123db839702a3329647e995b4adfd453843cda8f5f2ee761442
 SHA512 
944ef5dc4b13340935a0ec7e0e10ed4bf5fb5b399e7ba23b15a5dd552376750020dfec16cad05f38c4af66ae27d67212773a4220deecd883133fd68a5e55d772
+DIST genpatches-4.9-87.extras.tar.xz 17352 BLAKE2B 
671b4dd2905585f9a05120520db4aafb71bc5f05ce4baf9714f444236efd7206af0bebfa70e59d5f4fdf11846b315d7184e2c1ae4e8aec9d4fa569ab720ced52
 SHA512 
96547f3df68212058559b1c59ba17a2ff0f51a0c7792c23d0b18e85bc1724024e1cb5bda3f5d6933da825d1fe7cad5371c6bb356ad53a587aa6cc66572576b8e
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.15.tar.xz 102181404 BLAKE2B 
5fd831356c2174d2779ab31033caec6929b2f47857f0bb82ef43ad1140c639d0dc5553e64d062f67486eeff780d5df8d971051fd5a626b51bed170067fea11e0
 SHA512 
c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.84.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.84.ebuild
new file mode 100644
index 000..387c01ad9f7
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.84.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="87"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# solves bug #606866 (Fix build for 

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

2018-02-26 Thread Patrice Clement
commit: 7517d8e7e51941b583772fba202de3da6c477972
Author: kuzetsa  gmail  com>
AuthorDate: Mon Feb 26 07:57:44 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 22:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7517d8e7

sys-kernel/ck-sources: genpatches-4.15-7.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.15.6.ebuild | 62 ++
 2 files changed, 65 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 5c7c1103f15..fb0a084941b 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -45,6 +45,9 @@ DIST genpatches-4.14-7.extras.tar.xz 17488 BLAKE2B 
dffe838e8913976777080d5e7123e
 DIST genpatches-4.15-5.base.tar.xz 131324 BLAKE2B 
7c234dd1b4cd2c46fd6c0e021b1057cc61cbeaa4b103058358d5dbf88c7455cf97a34f45d7b728cb5e63dd565a0af0fd25bc251102a839299c404674dffdde00
 SHA512 
8f948ac56881bc0a25a5bd71ed05346d9348c6baa74a21e0bd7a162dc9711e9f2349b6e3a751e7fb5113971c04f7b00aabd2da5359b2ce887901ac47f36c55e2
 DIST genpatches-4.15-5.experimental.tar.xz 5184 BLAKE2B 
d1b0ae6d6e27920a91f230dd6768741fcbc2f3c3f45c94dd764ca33e08edc4d6f9a52caf8c0e8cfc5431fe49dc189710208d9f1fcf4199d51cf66f0578c6430f
 SHA512 
dcb81b7063be6b19eb64bfe72f07d51762f3693b087e6feee118993d524bc48caa4ca6843ca45de7b017e30907c58b7f383f1a5efdc67f801f06d1ea8380474f
 DIST genpatches-4.15-5.extras.tar.xz 17480 BLAKE2B 
efcbfd671a8d34546dec1077c6e4033b04f5babd596a1d673bc4aa98b73b98c11b75f47288f8f1f9a89bbc5f0c053ba852d170bdd513f7d8e2747371cac213f5
 SHA512 
a78ee7bc750f0c41b526b95c63d9124aeabde8c4544fec7b76a8145e045b1106dc619d36d73d6e8bb262447f0f232a5b364028945f7251a29cd45e46f4612fd9
+DIST genpatches-4.15-7.base.tar.xz 193592 BLAKE2B 
7568231819af388699ba317d97659cd433815aec1b1b39aa53d7cf740560149934edf214bbedf5b9d48a2e56ff6f3c58a78c301ef01de1ba08deb46a569ace32
 SHA512 
63c85b3f434c7a201a1488211962ea7c3cad2b22abd5455ae52fab17ecf7485a3d346a762fd0078ea786694b6481818da0f271f1ca9068242bf7b23a9977fcc9
+DIST genpatches-4.15-7.experimental.tar.xz 5184 BLAKE2B 
f67c68b74d74ba81499e36cae871656b07fc6c40ca890d2b5edb9137b5672652bc3c5bfdd46f322b64b7863776e76485370b23c8a5b03b8de16730bb9b265a53
 SHA512 
83b60e68991ee73488f5919d26308615361b95a4dca153d9f1d58e360a7e4370b18c34aaaf572f853fad08aab7636fde67a45c371e37f56abcd5b44c32f62b6a
+DIST genpatches-4.15-7.extras.tar.xz 17492 BLAKE2B 
4a1d976f56d48c8da2c43cd306506075f226a50caa1730bc77cbbb11f11e9c7446ac471355f236535bf4878ecb9b9f4dbc9f07cb54ba9fb4089faee9d6b87ee2
 SHA512 
8d209e3ac993fce94ebeca0ec30f81710da0a8a9b657ca936f5d0db05061aaeb95cde4f552fe414edf51be8e28e6bb9af3cb668210a7c335b3f58cee84110470
 DIST genpatches-4.9-68.base.tar.xz 1266744 BLAKE2B 
287306aeecbab6cf9b9c08440ee333e729d0af555fec354400c54e407a1c3b8a723ea95c28b7d3c13fe37f4c7fb78c273eec8d6a68f31b68ec24ba45a374bef7
 SHA512 
4ba94ae3f592cdc466ab58e4bba9781fee915df4994beb6c9dec4efd3622b180cf0d145de585ec9a7361ed2ec636910a42b449d937dca50983bd7f13494edd16
 DIST genpatches-4.9-68.experimental.tar.xz 106380 BLAKE2B 
e360ddf86cc6db981937c188ccd5106754c7533ec01e6e4d4c9dcef72092b11c4d9accf0389414c3f20032977e010d29344f1014f490e9e13cc51b59d1f59d1b
 SHA512 
000567fef478babbe86b706bc9532756bf42f2c2e09aa3f4e39f7fff8d90fd9dfe65929fb1b9473031d6529ce4ea4a9a8dd8bb7dc615a58f5157ccb2ad4b9249
 DIST genpatches-4.9-68.extras.tar.xz 17352 BLAKE2B 
215a823f33f6d5cccbfd9597ae123a885abaf1bd2deef215b1f4c76dbd0652c4160152b96b62cfaa7523899f49263a48d49c9bfc43cab3fd44ca3aabadb54605
 SHA512 
549e8fc65d62b5197ffd047b7c281c183d267a7d93dbe4c46fe19c161fa84db9a00db9e4cf254431303dbfc8652dc360aa53af8057ab5a433fcc98dbc3748c9f

diff --git a/sys-kernel/ck-sources/ck-sources-4.15.6.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.15.6.ebuild
new file mode 100644
index 000..80926325639
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.15.6.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="7"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}"

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

2018-02-26 Thread Patrice Clement
commit: aae52e9503eca5e542851aab677ece466a2c6bcd
Author: kuzetsa  gmail  com>
AuthorDate: Mon Feb 26 07:56:40 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 22:02:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae52e95

sys-kernel/ck-sources: genpatches-4.14-27.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.22.ebuild | 67 +
 2 files changed, 70 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 88418548061..5c7c1103f15 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -27,6 +27,9 @@ DIST genpatches-4.14-19.extras.tar.xz 17480 BLAKE2B 
e214124df420df163c22a8d904a7
 DIST genpatches-4.14-25.base.tar.xz 638040 BLAKE2B 
162d2117d125b277ae0d4557d203e5aca666b478c20ce46341fed43dcfca01aaa6727669f8f1eb851806c3838dd535da90f4f1a673aad9c439a1e7ac4f7505b1
 SHA512 
3cfcfed1389bea5a0341bebfc41552b0a9cc1b87099efca83fc32700a0cfb43dd4bd04b6e6a964ac8e4d23bab02707d3614025a6bce4bb614639f5d34bcb0854
 DIST genpatches-4.14-25.experimental.tar.xz 5184 BLAKE2B 
d1b0ae6d6e27920a91f230dd6768741fcbc2f3c3f45c94dd764ca33e08edc4d6f9a52caf8c0e8cfc5431fe49dc189710208d9f1fcf4199d51cf66f0578c6430f
 SHA512 
dcb81b7063be6b19eb64bfe72f07d51762f3693b087e6feee118993d524bc48caa4ca6843ca45de7b017e30907c58b7f383f1a5efdc67f801f06d1ea8380474f
 DIST genpatches-4.14-25.extras.tar.xz 17480 BLAKE2B 
efcbfd671a8d34546dec1077c6e4033b04f5babd596a1d673bc4aa98b73b98c11b75f47288f8f1f9a89bbc5f0c053ba852d170bdd513f7d8e2747371cac213f5
 SHA512 
a78ee7bc750f0c41b526b95c63d9124aeabde8c4544fec7b76a8145e045b1106dc619d36d73d6e8bb262447f0f232a5b364028945f7251a29cd45e46f4612fd9
+DIST genpatches-4.14-27.base.tar.xz 750844 BLAKE2B 
d19f2b74590728622f2cb9745bab2fae616cdedac4ac4507335ffe684ea438bf50f2b00ae1e326b818032fc72ebab6e6326d5fa0ed23baaa750ce6b404db8921
 SHA512 
7fda6679d976afd94e82c8a9cbd7389da976c21821d8ac6c1b98a24697df9e8a26d7f861ebc55a3b56ea996f8022adab9679fda9f81564c122538c34f5e50b4e
+DIST genpatches-4.14-27.experimental.tar.xz 5184 BLAKE2B 
f67c68b74d74ba81499e36cae871656b07fc6c40ca890d2b5edb9137b5672652bc3c5bfdd46f322b64b7863776e76485370b23c8a5b03b8de16730bb9b265a53
 SHA512 
83b60e68991ee73488f5919d26308615361b95a4dca153d9f1d58e360a7e4370b18c34aaaf572f853fad08aab7636fde67a45c371e37f56abcd5b44c32f62b6a
+DIST genpatches-4.14-27.extras.tar.xz 17492 BLAKE2B 
4a1d976f56d48c8da2c43cd306506075f226a50caa1730bc77cbbb11f11e9c7446ac471355f236535bf4878ecb9b9f4dbc9f07cb54ba9fb4089faee9d6b87ee2
 SHA512 
8d209e3ac993fce94ebeca0ec30f81710da0a8a9b657ca936f5d0db05061aaeb95cde4f552fe414edf51be8e28e6bb9af3cb668210a7c335b3f58cee84110470
 DIST genpatches-4.14-4.base.tar.xz 87480 BLAKE2B 
753bc9a5145ae32f1d4562862449f798ac9c78111819c7c279327039f74142fd0ae6955d559801736b6d2a0b074cae56d53226e5745cb8c85e76b0bd42ea0673
 SHA512 
8c0d8d864dea85f6730cc8c5bb1bcefefc8ef3ee5254ba62f0d4e90c5787ea6423988f4c303e0e32aa41fc9e5d4fc01103136556daa826a57403522066c3c949
 DIST genpatches-4.14-4.experimental.tar.xz 5184 BLAKE2B 
f1d9938a476a958a5fb42b60589234df5c85211b2ebfe59316dd32036ce2a93fdd405f02976ed8eb9312841a4853bac0baec4df52cfc09278b7cdd1fe76e0718
 SHA512 
85f3055ce8ee187fc7105bf338dc18fbbf02e9cec27aedec10a6fde4db89dec70e666e63dd24497decfefb4b1f59c74789079614025304df67484d80f81d7ede
 DIST genpatches-4.14-4.extras.tar.xz 17488 BLAKE2B 
ddab5ff81dc6cfe85ce3805846d8d74ce1eb8a2c79b2156e4363fa9592d1a0edec9f9812b9f41bd9ed955ac7030188776a7da5ff4a59408a0d5cf74bf0e629d6
 SHA512 
7ab148e3db28367ac7d8e56f75e65cafc3b80fd0932018d5ebd1ba1ba1b97521c94e30055fd653803806825bbc8be65e4fff2924907f9144b5ccdb48a53b00c8

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.22.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.22.ebuild
new file mode 100644
index 000..e1c3b9acf72
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.22.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="27"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# Fix for: https://github.com/gentoo/gentoo/pull/6942

[gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/

2018-02-26 Thread Patrice Clement
commit: a9cb4438851086d8876bbcf8a0b37a30903153f7
Author: Aric Belsito  gmail  com>
AuthorDate: Fri Feb 23 18:23:14 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:49:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cb4438

app-editors/neovim: add subslot to unibilium.

 app-editors/neovim/neovim-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/neovim/neovim-0.2.2-r1.ebuild 
b/app-editors/neovim/neovim-0.2.2-r1.ebuild
index 12fbcafd7b6..1a1d6f4dfff 100644
--- a/app-editors/neovim/neovim-0.2.2-r1.ebuild
+++ b/app-editors/neovim/neovim-0.2.2-r1.ebuild
@@ -27,7 +27,7 @@ CDEPEND=">=dev-libs/libuv-1.2.0
)
tui? (
>=dev-libs/libtermkey-0.19
-   >=dev-libs/unibilium-1.1.1
+   >=dev-libs/unibilium-1.1.1:=
)
dev-libs/libvterm
dev-lua/lpeg[luajit=]



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

2018-02-26 Thread Patrice Clement
commit: fe401c397ab4e99ffc0ee64739a513424cf33a1c
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Feb 26 08:59:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:49:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe401c39

dev-python/denonavr: version bump to 0.6.0.

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

 dev-python/denonavr/Manifest  |  1 +
 dev-python/denonavr/denonavr-0.6.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index d646b0d2a91..e534de6782d 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,2 +1,3 @@
 DIST denonavr-0.5.4.tar.gz 58307 BLAKE2B 
923eba058332c0d09112823bd64f62755c05ec735d0f068b7f829095dd0e1e9740c2ca7eb347939f35978529366b943c6940f6b366b919098966943773172e03
 SHA512 
10242193bd93fc4465d51f7fa856be558932eb3610ed0e239b0758d657ed176d08bd9c53424040e4e12b58f87cb65d44ccc804e90cdaf17d9d34b64876a67b91
 DIST denonavr-0.5.5.tar.gz 58367 BLAKE2B 
15c7c770f80e01a1ad7c051cbdf22eafb12b32c95204bd9d5e402bfd46451893f76febbed5ee6d9bfc0d3cb1b63c4e9a0633046a137e73adee4d972e45c0d68b
 SHA512 
2fd4434ed73be379f54312418aca715c50345361d5e36e11c95fd25513e40cd8a2b3ee59d8cccb2977a14edade456a4e1a03b94403a5cfa61d4de319c012ec61
+DIST denonavr-0.6.0.tar.gz 59692 BLAKE2B 
dae804bd60beb5395b84ff3390e6971d2f31c88df7171c0031f47660173ad30cbd6c6fb2e587f726163395b837b2644e8a5f5f143bb731ccbf24fd31bfd87730
 SHA512 
8470381c5364b78e601ad48cc4db7c3a3d6f1b424696a7834a4ede517ec350e4e5375e4f138b48ce12b120316f94625fff698e931eba94bc755fce761c87eee3

diff --git a/dev-python/denonavr/denonavr-0.6.0.ebuild 
b/dev-python/denonavr/denonavr-0.6.0.ebuild
new file mode 100644
index 000..3fdaf698fad
--- /dev/null
+++ b/dev-python/denonavr/denonavr-0.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automation Library for Denon AVR receivers"
+HOMEPAGE="https://github.com/scarface-4711/denonavr;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   py.test ||  die "tests failed with ${EPYTHON}"
+}



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

2018-02-26 Thread Patrice Clement
commit: 753cc5a399f6da633753e73bb77e08f234c3485a
Author: Aric Belsito  gmail  com>
AuthorDate: Fri Feb 23 18:20:37 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:49:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753cc5a3

dev-libs/unibilium: version bump to 2.0.0.

SONAME changed from 0.x.x to 4.x.x, change subslot accordingly
Previous versions don't load 32-bit terminfo (ncurses 6.1+) files

Closes: https://github.com/gentoo/gentoo/pull/7267

 dev-libs/unibilium/Manifest   |  1 +
 dev-libs/unibilium/unibilium-2.0.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/unibilium/Manifest b/dev-libs/unibilium/Manifest
index 80010736a5e..fd376f40820 100644
--- a/dev-libs/unibilium/Manifest
+++ b/dev-libs/unibilium/Manifest
@@ -1,3 +1,4 @@
 DIST unibilium-1.1.4.tar.xz 50828 BLAKE2B 
d680696e463323092693c277c972ccfb914e4c5261d54d912e4c5a7d8cab8c8b65a052b94c257dd63a6008cfb0111d052e0c5ddf8bb4598c236c88a0af19ccd8
 SHA512 
fdd5c57d0b2e3dac7f2a19c4d332e0d6bfc2378ca6aeabb4504ad0cea6ff7e78d87d2ef9f4b5187b038cb4380803b7ad72105e4da7769b35fdc694882b4cb61b
 DIST unibilium-1.2.0.tar.gz 88488 BLAKE2B 
47615a1c9e5a7f2e03c5b5f852b8d53bce047b1cb64aecc0dc0fa88ac7481589bed4b390ec007dcb65056bb8e0de56bbea17dd0a5c014968c224c60944a4767d
 SHA512 
7aff79669200810c2910006aba657ca2276123ecb3e6e0ba01fa2d1c3cdf838c391594e6035ef150deb6185c4f1e43fe1b0bfb59b23c6697d801a5bdee37a0ee
 DIST unibilium-1.2.1.tar.gz 94966 BLAKE2B 
d449accb3bf4a24049b0e4878ce6953c9082103ff40e9f79c59a848651e9595b2eca508a29d51a60eaea5ea38de9189b990e36ca77f1986ed87beeaff96db56b
 SHA512 
2a3e92051382cd427220f6994a49ab10966fd13e51d1ccb437d695d5556ede8ee8d1dc0e0f92871ca48c559abd6f229599df3d1c1a2d2f80fb0820686280ce79
+DIST unibilium-2.0.0.tar.gz 112570 BLAKE2B 
95c24c53e11590faabf3d4b8484c344be0b2a0988f05bde785d03dac338d9f18fc65324f5ccc402723c9fabe2990083ce260d8fa57129591a1b2a1f8405eff9d
 SHA512 
e93f319b7a85a4441c7f4e30d12d906805f066b14bff03331e48b6257da893f6447e257c8ba731077ad4b54d82d3ebf1ccf1fcf2d864273e0d4321a26ef7c172

diff --git a/dev-libs/unibilium/unibilium-2.0.0.ebuild 
b/dev-libs/unibilium/unibilium-2.0.0.ebuild
new file mode 100644
index 000..6f3f4873c3c
--- /dev/null
+++ b/dev-libs/unibilium/unibilium-2.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="A very basic terminfo library"
+HOMEPAGE="https://github.com/mauke/unibilium/;
+SRC_URI="https://github.com/mauke/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+ MIT"
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="
+   dev-lang/perl
+   sys-devel/libtool"
+
+RDEPEND=""
+
+src_compile() {
+   append-flags -fPIC
+   emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" all
+}
+
+src_install() {
+   emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" 
DESTDIR="${D}" install
+   use static-libs || rm "${ED}"/usr/$(get_libdir)/lib${PN}.a || die
+   rm "${ED}"/usr/$(get_libdir)/lib${PN}.la || die
+}



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

2018-02-26 Thread Patrice Clement
commit: 343d4aae20cf48775cf40fb28d54cfeb0f7499f1
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Feb 26 16:41:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:49:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343d4aae

dev-util/vint: remove old.

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

 dev-util/vint/Manifest  |  1 -
 dev-util/vint/vint-0.3.13-r1.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index bc55af4f183..a9bc75ea435 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1,2 +1 @@
-DIST vint-0.3.13.tar.gz 91599 BLAKE2B 
7cc9a6aca8cbd259d3ff79659c38e3d51b5f0ba75a7485872fd922543d75867fcc1689b0f7f8915e3195905b47bb0a467d9646bcb29082e9c04a1557e19b3717
 SHA512 
ef0b811df0250899e23e30ee4b240cf8b54e510231353ca86202661fd5f0826b9faeacc9268849e51bd6a1c71c1514498dec04a7a4ed79f00a5098811525e3d4
 DIST vint-0.3.18.tar.gz 95865 BLAKE2B 
0f7e61b720aa0998091b9b40118b199392fbf1aeace8801d683e8249179cd3d792e15b42df6d34c567c4df1830629a80e6043e87092f37dc46a0e57c6a56cf53
 SHA512 
1d3e04527a8f5ffae29395010a88258c1771aff2798143eff6572400eaf96323cad04353a7fcee68d9407afde5808446f515fd3d7e8e62de4bef28edf214ebdd

diff --git a/dev-util/vint/vint-0.3.13-r1.ebuild 
b/dev-util/vint/vint-0.3.13-r1.ebuild
deleted file mode 100644
index bcc5e5b2c5f..000
--- a/dev-util/vint/vint-0.3.13-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lint tool for Vim script language"
-HOMEPAGE="https://github.com/Kuniwak/vint 
https://pypi.python.org/pypi/vim-vint/;
-SRC_URI="https://github.com/Kuniwak/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   virtual/python-pathlib[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
-   )
-"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # Don't try to use an installed vint executable.
-   # See https://github.com/Kuniwak/vint/issues/22
-   sed -i -e "s|'vint'|'bin/vint'|" test/acceptance/test_cli{,_vital}.py 
|| die
-}
-
-python_test() {
-   py.test -v || die "Test suite failed with ${EPYTHON}"
-}



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

2018-02-26 Thread Patrice Clement
commit: e3eaeecdc730dfec9f3858ad682068a80eb73a07
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Feb 26 16:49:39 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:53:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eaeecd

dev-python/ansicolor: add live ebuild.

It has tests!

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

 dev-python/ansicolor/ansicolor-.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
new file mode 100644
index 000..bbb99ff83a3
--- /dev/null
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
+HOMEPAGE="https://github.com/numerodix/ansicolor;
+EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v || die "Test suite failed with ${EPYTHON}"
+}



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

2018-02-26 Thread Patrice Clement
commit: 8fae6c60ef6670e76e3c157688bbe40d5bb75505
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Feb 26 09:07:13 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:49:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fae6c60

dev-python/denonavr: remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/denonavr/Manifest  |  1 -
 dev-python/denonavr/denonavr-0.5.4.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index e534de6782d..755bbefc8d5 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,3 +1,2 @@
-DIST denonavr-0.5.4.tar.gz 58307 BLAKE2B 
923eba058332c0d09112823bd64f62755c05ec735d0f068b7f829095dd0e1e9740c2ca7eb347939f35978529366b943c6940f6b366b919098966943773172e03
 SHA512 
10242193bd93fc4465d51f7fa856be558932eb3610ed0e239b0758d657ed176d08bd9c53424040e4e12b58f87cb65d44ccc804e90cdaf17d9d34b64876a67b91
 DIST denonavr-0.5.5.tar.gz 58367 BLAKE2B 
15c7c770f80e01a1ad7c051cbdf22eafb12b32c95204bd9d5e402bfd46451893f76febbed5ee6d9bfc0d3cb1b63c4e9a0633046a137e73adee4d972e45c0d68b
 SHA512 
2fd4434ed73be379f54312418aca715c50345361d5e36e11c95fd25513e40cd8a2b3ee59d8cccb2977a14edade456a4e1a03b94403a5cfa61d4de319c012ec61
 DIST denonavr-0.6.0.tar.gz 59692 BLAKE2B 
dae804bd60beb5395b84ff3390e6971d2f31c88df7171c0031f47660173ad30cbd6c6fb2e587f726163395b837b2644e8a5f5f143bb731ccbf24fd31bfd87730
 SHA512 
8470381c5364b78e601ad48cc4db7c3a3d6f1b424696a7834a4ede517ec350e4e5375e4f138b48ce12b120316f94625fff698e931eba94bc755fce761c87eee3

diff --git a/dev-python/denonavr/denonavr-0.5.4.ebuild 
b/dev-python/denonavr/denonavr-0.5.4.ebuild
deleted file mode 100644
index 4812f7dd0c5..000
--- a/dev-python/denonavr/denonavr-0.5.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automation Library for Denon AVR receivers"
-HOMEPAGE="https://github.com/scarface-4711/denonavr;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   py.test ||  die "tests failed with ${EPYTHON}"
-}



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

2018-02-26 Thread Patrice Clement
commit: fe3214e99f46d3f2999cde79c0b1223b642d6470
Author: Ferenc Erki  gmail  com>
AuthorDate: Thu Feb 22 20:27:42 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:52:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3214e9

media-gfx/aaphoto: remove old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://bugs.gentoo.org/598633
Closes: https://github.com/gentoo/gentoo/pull/7259

 media-gfx/aaphoto/Manifest  |  1 -
 media-gfx/aaphoto/aaphoto-0.43.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/media-gfx/aaphoto/Manifest b/media-gfx/aaphoto/Manifest
index 99aef1181f0..3cae5b2be4e 100644
--- a/media-gfx/aaphoto/Manifest
+++ b/media-gfx/aaphoto/Manifest
@@ -1,2 +1 @@
-DIST aaphoto-0.43.1.tar.gz 135261 BLAKE2B 
d5408dccf6071c2403c67138d62ac95533f1f7b9c8c7d613607787d0ea601abd78f5e452026a4c9ea636fb501978d2cd29603180379890cd179d876dba18013a
 SHA512 
272a949051cd7efbb092d5d115100376ffe17012b6d02d68b5b8251b75ebab3449b2f5c889aac60a3790c20137ffc4ea69452751d04a8e65c0cb39af84e1034d
 DIST aaphoto_sources_0.45.tar.gz 134057 BLAKE2B 
95a55a1f612a9e30967083ad5d59c6be0f815e2dfc55531660ae20eef9bfe7411aa2c852d0b016e04506ba4956b65674efe3797a66831c39a473ea49c8e8ecbe
 SHA512 
203343a51a64a0422f4af2f80523bb7cb90aa04c10b64bd3aa3091460cf5de1bb86d677c564809813703a2c65f15736bc8d4e3c9273b3f3a72ca7c89f3311599

diff --git a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild 
b/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
deleted file mode 100644
index cb936bc0a1c..000
--- a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AM_OPTS="--force-missing" # overwrite old 'missing' script
-inherit autotools-utils
-
-DESCRIPTION="Automatic color correction and resizing of photos"
-HOMEPAGE="http://log69.com/aaphoto.html https://github.com/log69/aaphoto;
-SRC_URI="https://github.com/log69/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="media-libs/jasper:=[jpeg]
-   media-libs/libpng:0=
-   sys-libs/zlib
-   virtual/jpeg:0"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   [[ $(gcc-major-version) -lt 4 ]] || \
-   ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 2 
]] ) \
-   && die "Sorry, but gcc 4.2 or higher is required"
-   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-   fi
-}



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

2018-02-26 Thread Patrice Clement
commit: 0af143d7f3db967c768fef9b51935bc632fb37dd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Feb 24 19:35:56 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:45:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af143d7

sys-libs/pam: remove dead HOMEPAGE.

Closes: https://github.com/gentoo/gentoo/pull/7276

 sys-libs/pam/pam-1.2.1-r2.ebuild | 4 ++--
 sys-libs/pam/pam-1.3.0-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild
index 9da0651bcd3..8abbce59995 100644
--- a/sys-libs/pam/pam-1.2.1-r2.ebuild
+++ b/sys-libs/pam/pam-1.2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ MY_PN="Linux-PAM"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
-HOMEPAGE="http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/;
+HOMEPAGE="http://www.linux-pam.org/;
 SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
http://www.linux-pam.org/documentation/${MY_PN}-1.2.0-docs.tar.bz2;
 

diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild
index bab9709b1fc..8b9be141a93 100644
--- a/sys-libs/pam/pam-1.3.0-r2.ebuild
+++ b/sys-libs/pam/pam-1.3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,7 +9,7 @@ MY_PN="Linux-PAM"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
-HOMEPAGE="http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/;
+HOMEPAGE="http://www.linux-pam.org/;
 SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
http://www.linux-pam.org/library/${MY_P}-docs.tar.bz2;
 



[gentoo-commits] proj/betagarden:master commit in: app-crypt/wile/, app-crypt/wile/files/

2018-02-26 Thread Sebastian Pipping
commit: c2f9d35351adc0d54d70b664a7136b0a03427d3f
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Feb 26 20:57:25 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Feb 26 20:57:25 2018 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=c2f9d353

app-crypt/wile: 1.0.1, remove old

 app-crypt/wile/files/wile-0.3.1-setup.patch| 46 -
 app-crypt/wile/files/wile-1.0.0-fix-webroot.patch  | 39 ---
 app-crypt/wile/files/wile-1.0.0-josepy.patch   | 80 --
 app-crypt/wile/wile-0.3.1.ebuild   | 31 -
 app-crypt/wile/wile-0.3.2.ebuild   | 29 
 .../{wile-1.0.0-r1.ebuild => wile-1.0.1.ebuild}|  4 --
 6 files changed, 229 deletions(-)

diff --git a/app-crypt/wile/files/wile-0.3.1-setup.patch 
b/app-crypt/wile/files/wile-0.3.1-setup.patch
deleted file mode 100644
index 76072b4..000
--- a/app-crypt/wile/files/wile-0.3.1-setup.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 120fbe77e695c39744e4e620e24aa57585f5ee57 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Fri, 24 Feb 2017 19:56:34 +0100
-Subject: [PATCH] Fix "./setup.py build" for when there is no .git around
-

- setup.py | 13 ++---
- 1 file changed, 10 insertions(+), 3 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 3ed03c2..cfce972 100755
 a/setup.py
-+++ b/setup.py
-@@ -1,15 +1,14 @@
- #!/usr/bin/python
- import os
-+import sys
- from setuptools import setup
- 
- 
- def read(filename):
- return open(os.path.join(os.path.dirname(__file__), filename)).read()
- 
--setup(
-+config = dict(
- name="wile",
--use_scm_version=True,
--setup_requires=['setuptools_scm'],
- author="Leo Antunes",
- author_email="l...@costela.net",
- description=("A stripped down Let's Encrypt (ACME) client"),
-@@ -42,3 +41,11 @@ setup(
- 'Topic :: Utilities',
- ],
- )
-+
-+if 'sdist' in sys.argv:
-+config.update(dict(
-+use_scm_version=True,
-+setup_requires=['setuptools_scm'],
-+))
-+
-+setup(**config)
--- 
-2.11.1
-

diff --git a/app-crypt/wile/files/wile-1.0.0-fix-webroot.patch 
b/app-crypt/wile/files/wile-1.0.0-fix-webroot.patch
deleted file mode 100644
index 39c9d30..000
--- a/app-crypt/wile/files/wile-1.0.0-fix-webroot.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From f6d355f14363ed3ce6bf44d4d9ab3140bc0ec247 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Mon, 19 Feb 2018 20:21:24 +0100
-Subject: [PATCH] Fix storing of webroot validation for local folders (issue
- #32)
-
-Function os.open was used with the signature of __builtin__.open.
-So string mode "wb" ended up as the flags parameter to os.open,
-resulting in "TypeError: an integer is required".

- wile/cert.py | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/wile/cert.py b/wile/cert.py
-index c9fc33b..f8b85aa 100644
 a/wile/cert.py
-+++ b/wile/cert.py
-@@ -262,6 +262,7 @@ def _store_webroot_validation(ctx, webroot, 
ssh_private_key, challb, val):
- raise
- 
- chall_mod = os
-+chall_open = open
- else:
- sftp = sftp_helper.cachedSFTPfactory(user=webroot.remote_user, 
host=webroot.remote_host,
-  port=webroot.remote_port, 
private_key=ssh_private_key)
-@@ -269,8 +270,9 @@ def _store_webroot_validation(ctx, webroot, 
ssh_private_key, challb, val):
- sftp.makedirs(os.path.join(webroot.path, challb.URI_ROOT_PATH))
- 
- chall_mod = sftp
-+chall_open = chall_mod.open
- 
--with chall_mod.open(chall_path, 'wb') as outf:
-+with chall_open(chall_path, 'wb') as outf:
- logger.info('storing validation to %s', os.path.basename(chall_path))
- outf.write(b(val))
- # TODO: this may cause a race-condition with paramiko teardown code.
--- 
-2.16.1
-

diff --git a/app-crypt/wile/files/wile-1.0.0-josepy.patch 
b/app-crypt/wile/files/wile-1.0.0-josepy.patch
deleted file mode 100644
index 04382c8..000
--- a/app-crypt/wile/files/wile-1.0.0-josepy.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-From 4a7df693b83dbf8d1d3c5245ad9725e98d24b027 Mon Sep 17 00:00:00 2001
-From: Luka Matijevic 
-Date: Tue, 13 Feb 2018 13:50:55 +0100
-Subject: [PATCH 1/2] Fix JOSE dependency
-
-Starting with ACME version 0.21.0 implementation for JOSE was split out
-of ACME library into a separate package named josepy.
-
-Added josepy as a dependency to setup.py and fixed code according to
-this changes.
-
-https://pypi.python.org/pypi/josepy
-https://github.com/certbot/josepy

- setup.py | 1 +
- wile/__init__.py | 2 +-
- wile/cert.py | 2 +-
- 3 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 7a8dc8d..5ed1f03 100755
 a/setup.py
-+++ b/setup.py
-@@ -28,6 +28,7 @@ def read(filename):
- 'cryptography',
- 

[gentoo-commits] proj/openrc:master commit in: init.d/, etc/

2018-02-26 Thread William Hubbs
commit: c6047f887a362cb8d96624fbd73484ca703acf53
Author: William Hubbs  gmail  com>
AuthorDate: Mon Feb 26 20:33:15 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 26 20:33:15 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c6047f88

cgroups: add rc_cgroup_memory_use_hierarchy setting for cgroups v1

 etc/rc.conf   | 5 +
 init.d/cgroups.in | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/etc/rc.conf b/etc/rc.conf
index b7296d35..32c905d4 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -227,6 +227,11 @@ rc_tty_number=12
 # /sys/fs/cgroup in hybrid or legacy mode.
 #rc_controller_cgroups="YES"
 
+# The following setting turns on the memory.use_hierarchy setting in the
+# root memory cgroup for cgroups v1.
+# It must be set to yes in this file if you want this functionality.
+#rc_cggroup_memory_use_hierarchy="NO"
+
 # The following settings allow you to set up values for the cgroups version 1
 # controllers for your services.
 # They can be set in this file;, however, if you do this, the settings

diff --git a/init.d/cgroups.in b/init.d/cgroups.in
index 8ec91ef6..01f5dd48 100644
--- a/init.d/cgroups.in
+++ b/init.d/cgroups.in
@@ -57,6 +57,9 @@ cgroup1_controllers()
mkdir "/sys/fs/cgroup/${name}"
mount -n -t cgroup -o "${cgroup_opts},${name}" \
"${name}" "/sys/fs/cgroup/${name}"
+   yesno 
"${rc_cgroup_memory_use_hierarchy:-no}" &&
+   [ "${name}" = memory ] &&
+   echo 1 > 
/sys/fs/cgroup/memory/memory.use_hierarchy
;;
esac
done < /proc/cgroups



[gentoo-commits] proj/openrc:master commit in: src/rc/

2018-02-26 Thread William Hubbs
commit: 0506d68427e342366d826aae4bfbbc6cc0adecc2
Author: William Hubbs  gmail  com>
AuthorDate: Mon Feb 26 19:46:47 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 26 19:46:47 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0506d684

fstabinfo: fix an error message

 src/rc/fstabinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c
index a2e707aa..a35a52f6 100644
--- a/src/rc/fstabinfo.c
+++ b/src/rc/fstabinfo.c
@@ -141,7 +141,7 @@ do_mount(struct ENT *ent, bool remount)
/* NOTREACHED */
case 0:
execvp(argv[0], argv);
-   eerror("%s: execv: %s", applet, strerror(errno));
+   eerror("%s: execvp: %s", applet, strerror(errno));
_exit(EXIT_FAILURE);
/* NOTREACHED */
default:



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

2018-02-26 Thread Bernard Cafarelli
commit: d0bf8ff4c641c20248586988e0a19de870afba65
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Feb 26 20:07:29 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Feb 26 20:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bf8ff4

www-apps/piwigo: 2.9.3 bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/piwigo/Manifest|  1 +
 www-apps/piwigo/piwigo-2.9.3.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 89a38618c7d..246914e2e97 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-2.9.1.zip 925 BLAKE2B 
c11ad2bf3ac6bcaf8530fa3d2f414a14298c988df33b8c069f355cea1a91121e8e36f0019514583914c218d5851874ce4cbd9f3724f223fa6dbe61f76216bd24
 SHA512 
5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff
 DIST piwigo-2.9.2.zip 7794574 BLAKE2B 
581e65de96cdca192fd3ca03680b559569c3aaa999cdcee74b3b796294be0076a2c4fce1d482b84411ea038daa4ce2ea67960e16594a937b3a38374690574f2a
 SHA512 
e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d
+DIST piwigo-2.9.3.zip 7818425 BLAKE2B 
383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d
 SHA512 
e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498

diff --git a/www-apps/piwigo/piwigo-2.9.3.ebuild 
b/www-apps/piwigo/piwigo-2.9.3.ebuild
new file mode 100644
index 000..f9d1dfb8d27
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/;
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+   imagemagick? ( virtual/imagemagick-tools )
+   dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+   >=virtual/mysql-5.0
+   virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # Local configuration, and parts that can be updated
+   webapp_serverowned "${MY_HTDOCSDIR}"/_data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+   webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+   webapp_src_install
+}



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

2018-02-26 Thread Bernard Cafarelli
commit: cf239ba44fd25f04635fe886187d3848fe391ab2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Feb 26 20:08:08 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Feb 26 20:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf239ba4

www-apps/piwigo: drop security vulnerable versions

Bug: https://bugs.gentoo.org/639704
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/piwigo/Manifest|  2 --
 www-apps/piwigo/piwigo-2.9.1.ebuild | 43 -
 www-apps/piwigo/piwigo-2.9.2.ebuild | 43 -
 3 files changed, 88 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 246914e2e97..c3089f02b79 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1 @@
-DIST piwigo-2.9.1.zip 925 BLAKE2B 
c11ad2bf3ac6bcaf8530fa3d2f414a14298c988df33b8c069f355cea1a91121e8e36f0019514583914c218d5851874ce4cbd9f3724f223fa6dbe61f76216bd24
 SHA512 
5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff
-DIST piwigo-2.9.2.zip 7794574 BLAKE2B 
581e65de96cdca192fd3ca03680b559569c3aaa999cdcee74b3b796294be0076a2c4fce1d482b84411ea038daa4ce2ea67960e16594a937b3a38374690574f2a
 SHA512 
e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d
 DIST piwigo-2.9.3.zip 7818425 BLAKE2B 
383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d
 SHA512 
e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498

diff --git a/www-apps/piwigo/piwigo-2.9.1.ebuild 
b/www-apps/piwigo/piwigo-2.9.1.ebuild
deleted file mode 100644
index 5eabb1cb906..000
--- a/www-apps/piwigo/piwigo-2.9.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/;
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-   imagemagick? ( virtual/imagemagick-tools )
-   dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-   >=virtual/mysql-5.0
-   virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   # Local configuration, and parts that can be updated
-   webapp_serverowned "${MY_HTDOCSDIR}"/_data
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-   webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-   webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.9.2.ebuild 
b/www-apps/piwigo/piwigo-2.9.2.ebuild
deleted file mode 100644
index 5eabb1cb906..000
--- a/www-apps/piwigo/piwigo-2.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/;
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-   imagemagick? ( virtual/imagemagick-tools )
-   dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-   >=virtual/mysql-5.0
-   virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   # Local configuration, and parts that can be updated
-   webapp_serverowned "${MY_HTDOCSDIR}"/_data
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-   webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-   webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-   webapp_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/

2018-02-26 Thread Sergei Trofimovich
commit: f2e6f87ac2beddeb20119d32d53c5ceb88cccbcb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 26 19:58:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 26 19:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e6f87a

dev-games/openscenegraph: keyworded 3.5.5 for ppc, bug #643042 (thanks to 
ernsteiswuerfel)

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

 dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index 12a8f0eb145..1885eb28ab6 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz;
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="asio curl debug doc examples ffmpeg fltk fox gdal gif glut gstreamer gtk 
jpeg
 jpeg2k las libav lua openexr openinventor osgapps pdf png sdl sdl2 svg tiff
 truetype vnc wxwidgets xine xrandr zlib"



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/

2018-02-26 Thread Sergei Trofimovich
commit: 319fb2b7265f8bef4907dd2fc71ce4c4ebc5c34b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 26 19:35:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 26 19:35:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319fb2b7

dev-games/openscenegraph: keyworded 3.5.5 for ia64, bug #643042

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

 dev-games/openscenegraph/openscenegraph-3.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
index 202234ac484..12a8f0eb145 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_P}.tar.gz;
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
 IUSE="asio curl debug doc examples ffmpeg fltk fox gdal gif glut gstreamer gtk 
jpeg
 jpeg2k las libav lua openexr openinventor osgapps pdf png sdl sdl2 svg tiff
 truetype vnc wxwidgets xine xrandr zlib"



[gentoo-commits] proj/openrc:master commit in: src/rc/

2018-02-26 Thread William Hubbs
commit: e93b1d76d150c4477015052fc3df9b94647e5b5d
Author: William Hubbs  gmail  com>
AuthorDate: Mon Feb 26 19:13:44 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 26 19:13:44 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e93b1d76

openrc: convert another execl() call to execlp()

 src/rc/rc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rc/rc.c b/src/rc/rc.c
index 3054f6c2..a65f35e1 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -288,8 +288,8 @@ open_shell(void)
/* VSERVER systems cannot really drop to shells */
if (sys && strcmp(sys, RC_SYS_VSERVER) == 0)
{
-   execl("/sbin/halt", "/sbin/halt", "-f", (char *) NULL);
-   eerrorx("%s: unable to exec `/sbin/halt': %s",
+   execlp("halt", "halt", "-f", (char *) NULL);
+   eerrorx("%s: unable to exec `halt -f': %s",
applet, strerror(errno));
}
 #endif



[gentoo-commits] proj/openrc:master commit in: src/rc/

2018-02-26 Thread William Hubbs
commit: c3d666acaf51c771671b0fa54bd8ec0f5d29859e
Author: William Hubbs  gmail  com>
AuthorDate: Mon Feb 26 19:14:31 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 26 19:14:31 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c3d666ac

openrc: remove unused #define's.

 src/rc/rc.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/rc/rc.c b/src/rc/rc.c
index a65f35e1..f613b5b6 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -78,9 +78,6 @@ const char *usagestring = ""  
\
 #define INITSH  RC_LIBEXECDIR "/sh/init.sh"
 #define INITEARLYSH RC_LIBEXECDIR "/sh/init-early.sh"
 
-#define SHUTDOWN"/sbin/shutdown"
-#define SULOGIN "/sbin/sulogin"
-
 #define INTERACTIVE RC_SVCDIR "/interactive"
 
 #define DEVBOOT"/dev/.rcboot"



[gentoo-commits] repo/gentoo:master commit in: x11-proto/presentproto/, x11-base/xorg-proto/, x11-proto/xf86vidmodeproto/, ...

2018-02-26 Thread Matt Turner
commit: e6ac2d85289f84c33d04012576244abe61269044
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 26 19:05:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 26 19:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ac2d85

x11: Move x11-proto/xorgproto to x11-base/xorg-proto

Once the individual x11-proto/ packages subsumed by xorg-proto are gone,
the x11-proto/ category will contain only xcb-proto, printproto (should
be tree cleaned) and xorgproto. That's not enough packages for a
category, so move xorgproto to x11-base/xorg-proto (with the hyphen to
match other packages in x11-base/).

 profiles/package.mask | 2 +-
 profiles/updates/1Q-2018  | 1 +
 {x11-proto/xorgproto => x11-base/xorg-proto}/Manifest | 0
 {x11-proto/xorgproto => x11-base/xorg-proto}/metadata.xml | 0
 .../xorg-proto/xorg-proto-2018.3.ebuild   | 8 ++--
 .../xorg-proto/xorg-proto-.ebuild | 8 ++--
 x11-proto/bigreqsproto/bigreqsproto-1.1.2-r1.ebuild   | 2 +-
 x11-proto/compositeproto/compositeproto-0.4.2-r2.ebuild   | 2 +-
 x11-proto/damageproto/damageproto-1.2.1-r2.ebuild | 2 +-
 x11-proto/dmxproto/dmxproto-2.3.1-r2.ebuild   | 2 +-
 x11-proto/dri2proto/dri2proto-2.8-r2.ebuild   | 2 +-
 x11-proto/dri3proto/dri3proto-1.0-r1.ebuild   | 2 +-
 x11-proto/fixesproto/fixesproto-5.0-r2.ebuild | 2 +-
 x11-proto/fontsproto/fontsproto-2.1.3-r1.ebuild   | 2 +-
 x11-proto/glproto/glproto-1.4.17-r2.ebuild| 2 +-
 x11-proto/inputproto/inputproto-2.3.2-r1.ebuild   | 2 +-
 x11-proto/kbproto/kbproto-1.0.7-r1.ebuild | 2 +-
 x11-proto/presentproto/presentproto-1.1-r1.ebuild | 2 +-
 x11-proto/randrproto/randrproto-1.5.0-r1.ebuild   | 2 +-
 x11-proto/recordproto/recordproto-1.14.2-r2.ebuild| 2 +-
 x11-proto/renderproto/renderproto-0.11.1-r2.ebuild| 2 +-
 x11-proto/resourceproto/resourceproto-1.2.0-r1.ebuild | 2 +-
 x11-proto/scrnsaverproto/scrnsaverproto-1.2.2-r2.ebuild   | 2 +-
 x11-proto/trapproto/trapproto-3.4.3-r1.ebuild | 2 +-
 x11-proto/videoproto/videoproto-2.3.3-r1.ebuild   | 2 +-
 x11-proto/xcmiscproto/xcmiscproto-1.2.2-r1.ebuild | 2 +-
 x11-proto/xextproto/xextproto-7.3.0-r1.ebuild | 2 +-
 x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0-r2.ebuild   | 2 +-
 x11-proto/xf86dgaproto/xf86dgaproto-2.1-r3.ebuild | 2 +-
 x11-proto/xf86driproto/xf86driproto-2.1.1-r2.ebuild   | 2 +-
 x11-proto/xf86miscproto/xf86miscproto-0.9.3-r1.ebuild | 2 +-
 x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.1-r2.ebuild   | 2 +-
 x11-proto/xineramaproto/xineramaproto-1.2.1-r2.ebuild | 2 +-
 x11-proto/xproto/xproto-7.0.31-r1.ebuild  | 2 +-
 34 files changed, 42 insertions(+), 33 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a15f79a39c0..b0e84576a60 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -175,7 +175,7 @@ media-sound/lastfmplayer
 # Matt Turner  (06 Feb 2018)
 # New package with subsuming lots of existing packages. Lots of reverse
 # dependencies will need to be updated.
-x11-proto/xorgproto
+x11-base/xorg-proto
 >=x11-proto/bigreqsproto-1.1.2-r1
 >=x11-proto/compositeproto-0.4.2-r2
 >=x11-proto/damageproto-1.2.1-r2

diff --git a/profiles/updates/1Q-2018 b/profiles/updates/1Q-2018
index 6c2aef30c13..9ef13e4e949 100644
--- a/profiles/updates/1Q-2018
+++ b/profiles/updates/1Q-2018
@@ -5,3 +5,4 @@ slotmove =dev-util/cucumber-3.1.0 3.0 3.1
 move app-admin/restart_services app-admin/restart-services
 move dev-libs/purpose kde-frameworks/purpose
 move kde-misc/plasma-applet-redshift-control kde-misc/plasma-redshift-control
+move x11-proto/xorgproto x11-base/xorg-proto

diff --git a/x11-proto/xorgproto/Manifest b/x11-base/xorg-proto/Manifest
similarity index 100%
rename from x11-proto/xorgproto/Manifest
rename to x11-base/xorg-proto/Manifest

diff --git a/x11-proto/xorgproto/metadata.xml b/x11-base/xorg-proto/metadata.xml
similarity index 100%
rename from x11-proto/xorgproto/metadata.xml
rename to x11-base/xorg-proto/metadata.xml

diff --git a/x11-proto/xorgproto/xorgproto-2018.3.ebuild 
b/x11-base/xorg-proto/xorg-proto-2018.3.ebuild
similarity index 94%
rename from x11-proto/xorgproto/xorgproto-2018.3.ebuild
rename to x11-base/xorg-proto/xorg-proto-2018.3.ebuild
index a72ac3844f5..4fdeec342fc 100644
--- a/x11-proto/xorgproto/xorgproto-2018.3.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2018.3.ebuild
@@ -3,7 +3,10 @@
 
 EAPI=6
 

[gentoo-commits] repo/gentoo:master commit in: net-libs/nativebiginteger/, net-libs/nativebiginteger/files/

2018-02-26 Thread Pacho Ramos
commit: 20296d77c9dcf10009c4930be599f766e9075406
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Feb 26 18:55:05 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Feb 26 18:57:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20296d77

net-libs/nativebiginteger: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/nativebiginteger/Manifest |  1 -
 .../files/nativebiginteger-0.6.4-asmfix.patch  | 31 ---
 .../files/nativebiginteger-0.6.4-ldflags.patch | 17 ---
 .../nativebiginteger-0.6.4-r3.ebuild   | 35 --
 .../nativebiginteger/nativebiginteger-0.6.4.ebuild | 29 --
 5 files changed, 113 deletions(-)

diff --git a/net-libs/nativebiginteger/Manifest 
b/net-libs/nativebiginteger/Manifest
index 9a82aef1d48..8bd47c53649 100644
--- a/net-libs/nativebiginteger/Manifest
+++ b/net-libs/nativebiginteger/Manifest
@@ -1,2 +1 @@
 DIST i2psource_0.8.7.tar.bz2 18473515 BLAKE2B 
9f79cd2e69f26ba0fadc24b6cad0ff43301c65fd640313688687895de908c6a0c6fd9d1be6c82a6d7478cd4ecf633ce3b8fd4d200cce644512a7b4fa275a0927
 SHA512 
32b4eb4bf8bc7d6bb692b3ecd6b0a34c4d3d7c94b0d09a4ff330151979ccdaca9a6c88fef9b7e7965a1bba8ef54dbb710d89e0bb19265ee177ce547ff50ca969
-DIST nativebiginteger-0.6.4.tar.bz2 10248 BLAKE2B 
aab73c107ab0efcafff123df7c24449ce92d29a1f766216efeebd2eab501978af83cd509419da2df0ad19d36a6c61cfeaed187a9aed72fb89fff104260b403cf
 SHA512 
626f036fbde09e22f44b7d2fdf64c0e0ce8a86aabc3d68512f0bdd83fc909404a1a50b76633abaa3a4db69dcb1e913f6d5665812595eecadae6a7be24646e0cf

diff --git 
a/net-libs/nativebiginteger/files/nativebiginteger-0.6.4-asmfix.patch 
b/net-libs/nativebiginteger/files/nativebiginteger-0.6.4-asmfix.patch
deleted file mode 100644
index 04cfa599413..000
--- a/net-libs/nativebiginteger/files/nativebiginteger-0.6.4-asmfix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 jcpuid/src/jcpuid.c2008-10-06 09:44:53.0 -0400
-+++ jcpuid/src/jcpuid.c.new2   2010-12-27 09:41:53.0 -0500
-@@ -19,6 +19,7 @@
-   mov d, edx
-   }
-   #else
-+  #ifdef _LP64
-   //Use GCC assembler notation
-   asm 
-   (
-@@ -29,6 +30,20 @@
- "=d"(d)
-   :"a"(iFunction)
-   );
-+  #elif defined(__i386__)
-+  asm 
-+  (
-+  "pushl %%ebx\n\t"
-+  "cpuid\n\t"
-+  "movl %%ebx, %%edi\n\t"
-+  "popl %%ebx"
-+  : "=a" (a),
-+"=D" (b),
-+"=c" (c),
-+"=d" (d)
-+  :"a"(iFunction)
-+  );
-+  #endif
-   #endif
-   return (*env)->NewObject(env, clsResult,constructor,a,b,c,d);
- }

diff --git 
a/net-libs/nativebiginteger/files/nativebiginteger-0.6.4-ldflags.patch 
b/net-libs/nativebiginteger/files/nativebiginteger-0.6.4-ldflags.patch
deleted file mode 100644
index 5d3c84cd641..000
--- a/net-libs/nativebiginteger/files/nativebiginteger-0.6.4-ldflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 Makefile   2008-11-06 21:09:54.0 +0100
-+++ Makefile.new   2010-12-27 14:26:45.0 +0100
-@@ -1,11 +1,11 @@
- libjbigi:
-   cd jbigi && rm -f jbigi.o libjbigi.so && $(CC) $(CFLAGS) -c -I. 
-Ijbigi/include -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux \
--  jbigi/src/jbigi.c && $(CC) -shared -Wl,-soname,libjbigi.so -I. 
-Ijbigi/include -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux -lgmp \
--  -o libjbigi.so jbigi.o
-+  jbigi/src/jbigi.c && $(CC) ${LDFLAGS} -shared -Wl,-soname,libjbigi.so 
jbigi.o -I. -Ijbigi/include -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux 
-lgmp \
-+  -o libjbigi.so
- 
- 
- libjcpuid:
--  cd jcpuid && $(CC) $(CFLAGS) -shared -Wl,-soname,libjbigi-x86-linux.so 
-I. -Iinclude -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux \
-+  cd jcpuid && $(CC) $(CFLAGS) ${LDFLAGS} -shared 
-Wl,-soname,libjbigi-x86-linux.so -I. -Iinclude -I$(JAVA_HOME)/include 
-I$(JAVA_HOME)/include/linux \
-   src/*.c -o libjcpuid-x86-linux.so
- 
- install:

diff --git a/net-libs/nativebiginteger/nativebiginteger-0.6.4-r3.ebuild 
b/net-libs/nativebiginteger/nativebiginteger-0.6.4-r3.ebuild
deleted file mode 100644
index 51dda3f1547..000
--- a/net-libs/nativebiginteger/nativebiginteger-0.6.4-r3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit flag-o-matic multilib toolchain-funcs java-pkg-2
-
-DESCRIPTION="NativeBigInteger libs for Freenet taken from i2p"
-HOMEPAGE="http://www.i2p2.de;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="|| ( public-domain BSD MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/gmp
-   

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

2018-02-26 Thread Hans de Graaff
commit: a7c8260e5d73c1927189f4707a0ec45fd1acc534
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 26 18:47:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 26 18:52:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c8260e

dev-util/jenkins-bin: clean vulnerable versions

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/jenkins-bin/Manifest  |  2 --
 dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild | 46 --
 dev-util/jenkins-bin/jenkins-bin-2.97.ebuild   | 46 --
 3 files changed, 94 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 016704d03de..73d84cf2f74 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,4 +1,2 @@
 DIST jenkins-bin-2.107.war 74518540 BLAKE2B 
13aaab2968afdc3d8e2f13086bb480f0a798b736f0b8ce2c80537858cbba5b62efe12806beb22342daad5500f4f81cdcdc00b14e29f9e2ca0e7b5fc1f1c2c406
 SHA512 
9739e7d63ac7996f731abf43ae91a248697771974fac2763cc8b3838ec52b2c25b609e73d6a58b650994576e7d27c856e30dfbe08b16f597c1be80a9a2579745
-DIST jenkins-bin-2.89.3.war 74292096 BLAKE2B 
63df34eef6786ae81ed8e6d486b77e13125fb3b74ed6db03ea45d2c57d9f49c6648e2ffcd4b042261de287cd60a13a43a7e93f151b32b113c8847221ce4594ad
 SHA512 
777b4d7cf1420cbc6bc7da22a0ede75fc07d5d66af500f6e7ebde75475c7046051da6c18f695bdfd4dd238b57355828a5d5b43775a8b4eb3bd84db35d18a9874
 DIST jenkins-bin-2.89.4.war 74297875 BLAKE2B 
05e243ac84e6a9a377dff3962d3e2f4f729d390bac9d5de27a19641babb24ab95b5e8cbcf127df7170928a902e267b0d4e497ba08ea99080f610bb4d5c7b12d4
 SHA512 
eba6d7ee6f2cd452d805ef97c15fc794424039efb4f1d8b7c0cc463c21c856c02455187cc24360847fd7ac06e816f37964b9a4d99fd306def6c713ed0339e2f7
-DIST jenkins-bin-2.97.war 74297213 BLAKE2B 
374266b466736d8e6b6abdef13718e132336525926f28c6ced413dd1a091568bae81900133efc5a0efa96e41847e17b483e8842884c3efa7457c59cdb4bd32f6
 SHA512 
e784e35136c079caaae12788afa093830cd4d1d4f657b2f11571db5b7a3fa3271d2cd50a8793097905bc0ba67b8ad0bf78b94db00d86ab722453f4c0a41f647e

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.89.3.ebuild
deleted file mode 100644
index 95d08ad47b2..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.89.3.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
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-RESTRICT="mirror"
-SLOT="lts"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.97.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.97.ebuild
deleted file mode 100644
index 2101948a704..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.97.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="http://jenkins-ci.org/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
-RESTRICT="mirror"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND="media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:lts
-   >=virtual/jre-1.8.0"
-
-S=${WORKDIR}
-
-JENKINS_DIR=/var/lib/jenkins
-
-pkg_setup() {
-   enewgroup jenkins
-   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
-}
-
-src_install() {
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}.init2 jenkins
-   newconfd "${FILESDIR}"/${PN}.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
-
-   fowners jenkins:jenkins 

[gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/

2018-02-26 Thread Alfredo Tupone
commit: 74c43cd1caf95c74c63da2549d7b898e87809de9
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 26 18:44:15 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 26 18:44:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c43cd1

dev-ada/xmlada: Add ~x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ada/xmlada/xmlada-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/xmlada/xmlada-2017.ebuild 
b/dev-ada/xmlada/xmlada-2017.ebuild
index 0afc0340bab..e9add07c0f4 100644
--- a/dev-ada/xmlada/xmlada-2017.ebuild
+++ b/dev-ada/xmlada/xmlada-2017.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/591aeb88c7a4473fcbb154f8 ->
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE="gnat_2016 +gnat_2017 +shared static-libs static-pic"
 REQUIRED_USE="|| ( shared static-libs static-pic )
^^ ( gnat_2016 gnat_2017 )"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xbatt/files/, x11-misc/xbatt/

2018-02-26 Thread Jeroen Roovers
commit: 5a72fa99c24aac8a895e809e6e24c758a18e6277
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb 26 18:42:02 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb 26 18:42:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a72fa99

x11-misc/xbatt: EAPI=6 (bug #648876).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/xbatt/files/xbatt-1.2.1-implicits.patch |  4 +--
 x11-misc/xbatt/xbatt-1.3_rc1.ebuild  | 40 +---
 2 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/x11-misc/xbatt/files/xbatt-1.2.1-implicits.patch 
b/x11-misc/xbatt/files/xbatt-1.2.1-implicits.patch
index d86e42ef3fc..5e135d5c313 100644
--- a/x11-misc/xbatt/files/xbatt-1.2.1-implicits.patch
+++ b/x11-misc/xbatt/files/xbatt-1.2.1-implicits.patch
@@ -1,7 +1,7 @@
 Fix implicit functions declarations
 
 xbatt.c
-+++ xbatt.c
+--- a/xbatt.c
 b/xbatt.c
 @@ -47,6 +47,9 @@
  #include 
  #include 

diff --git a/x11-misc/xbatt/xbatt-1.3_rc1.ebuild 
b/x11-misc/xbatt/xbatt-1.3_rc1.ebuild
index a3d3a1f562f..f291714e25c 100644
--- a/x11-misc/xbatt/xbatt-1.3_rc1.ebuild
+++ b/x11-misc/xbatt/xbatt-1.3_rc1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-
-inherit versionator eutils toolchain-funcs
+EAPI=6
+inherit toolchain-funcs versionator
 
 MY_PV=${PV/_rc/pr}
 DESCRIPTION="Notebook battery indicator for X"
@@ -13,32 +12,35 @@ 
SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${PN}-${MY_PV}.tar.gz;
 LICENSE="xbatt"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
+RDEPEND="
+   x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXaw
x11-libs/libXext
x11-libs/libxkbfile
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
+   x11-libs/libXpm
+"
+DEPEND="
+   ${RDEPEND}
x11-proto/xextproto
-   x11-misc/imake"
-
+   x11-misc/imake
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.1-implicits.patch
+)
 S="${WORKDIR}"/${PN}-$(get_version_component_range 1-2)
 
-src_prepare(){
-   epatch "${FILESDIR}"/${PN}-1.2.1-implicits.patch
-}
-
 src_compile() {
xmkmf || die
-   emake xbatt CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
-   EXTRA_LDOPTIONS="${LDFLAGS}" || die
+   emake \
+   CC="$(tc-getCC)" \
+   CDEBUGFLAGS="${CFLAGS}" \
+   EXTRA_LDOPTIONS="${LDFLAGS}" \
+   xbatt
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc README* || die
+   emake DESTDIR="${D}" install
+   dodoc README*
 }



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

2018-02-26 Thread Jeroen Roovers
commit: 92cbb16cde6a3ed26a571d001fa2772bdf326194
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Feb 26 18:36:13 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Feb 26 18:36:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cbb16c

x11-terms/yeahconsole: EAPI=6 (bug #648884).

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild | 30 +++
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild 
b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild
index 08c40f4f0d4..5cbb5121559 100644
--- a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild
+++ b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils toolchain-funcs
+EAPI=6
+inherit toolchain-funcs
 
 DESCRIPTION="yeahconsole turns an xterm or rxvt-unicode into a game-like 
console"
 HOMEPAGE="http://phrat.de/yeahtools.html;
@@ -12,24 +11,25 @@ SRC_URI="http://phrat.de/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 hppa x86"
-
-IUSE=""
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-proto/xproto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-make.patch
-}
+RDEPEND="
+   x11-libs/libX11
+"
+DEPEND="
+   ${RDEPEND}
+   x11-proto/xproto
+"
+PATCHES=(
+   "${FILESDIR}"/${P}-make.patch
+)
 
 src_compile() {
tc-export CC
-   emake || die "make failed"
+   emake
 }
 
 src_install() {
dodir /usr/bin
-   emake PREFIX="${D}"/usr install || die "emake install failed"
+   emake PREFIX="${D}"/usr install
dodoc README
 }
 



[gentoo-commits] proj/openrc:master commit in: src/rc/

2018-02-26 Thread William Hubbs
commit: acf1e43f815898c4a4957db352f71f3fb629edf3
Author: William Hubbs  gmail  com>
AuthorDate: Mon Feb 26 18:21:14 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Feb 26 18:21:14 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=acf1e43f

openrc-init: convert execl calls to execlp

 src/rc/openrc-init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c
index de570e56..d8038637 100644
--- a/src/rc/openrc-init.c
+++ b/src/rc/openrc-init.c
@@ -54,7 +54,7 @@ static pid_t do_openrc(const char *runlevel)
sigemptyset();
sigprocmask(SIG_SETMASK, , NULL);
printf("Starting %s runlevel\n", runlevel);
-   execl("/sbin/openrc", "/sbin/openrc", runlevel, NULL);
+   execlp("openrc", "openrc", runlevel, NULL);
perror("exec");
break;
default:
@@ -89,7 +89,7 @@ static void init(const char *default_runlevel)
 
 static void handle_reexec(char *my_name)
 {
-   execl(my_name, my_name, "reexec", NULL);
+   execlp(my_name, my_name, "reexec", NULL);
return;
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/

2018-02-26 Thread Alfredo Tupone
commit: dcfd2fffaa63af65a4aa2c2973c877d055250554
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 26 18:02:34 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 26 18:02:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfd2fff

dev-ada/gprbuild: Add ~x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ada/gprbuild/gprbuild-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/gprbuild/gprbuild-2017.ebuild 
b/dev-ada/gprbuild/gprbuild-2017.ebuild
index 3cc42ef2dbd..15515016059 100644
--- a/dev-ada/gprbuild/gprbuild-2017.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2017.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
-> xmlada-gpl-${PV}-src.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE="gnat_2016 +gnat_2017"
 
 DEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )



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

2018-02-26 Thread Thomas Deutschmann
commit: 5d779308a4b2ef52dd9c0641e891b1eac4054b2b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 26 17:51:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 26 17:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d779308

autotools.eclass: Adjust and clarify _LATEST_AUTOMAKE order

 eclass/autotools.eclass | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 97664428858..3c55a5c464a 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -46,16 +46,20 @@ inherit libtool
 # @INTERNAL
 # @DESCRIPTION:
 # CONSTANT!
-# The latest major version/slot of automake available on each arch.  #312315
-# We should list both the latest stable, and the latest unstable.  #465732
-# This way the stable builds will still work, but the unstable are allowed
-# to build & test things for us ahead of time (if they have it installed).
+# The latest major unstable and stable version/slot of automake available
+# on each arch.
+# List latest unstable version first to boost testing adoption rate because
+# most package manager dependency resolver will pick the first suitable
+# version.
 # If a newer slot is stable on any arch, and is NOT reflected in this list,
 # then circular dependencies may arise during emerge @system bootstraps.
+# 
+# See bug 312315 and 465732 for further information and context.
+# 
 # Do NOT change this variable in your ebuilds!
 # If you want to force a newer minor version, you can specify the correct
 # WANT value by using a colon:  :
-_LATEST_AUTOMAKE=( 1.15.1:1.15 1.16:1.16 )
+_LATEST_AUTOMAKE=( 1.16:1.16 1.15.1:1.15 )
 
 _automake_atom="sys-devel/automake"
 _autoconf_atom="sys-devel/autoconf"
@@ -439,8 +443,9 @@ autotools_env_setup() {
local pv
for pv in ${_LATEST_AUTOMAKE[@]/#*:} ; do
# has_version respects ROOT, but in this case, we don't 
want it to,
-   # thus "ROOT=/" prefix:
-   ROOT=/ has_version "=sys-devel/automake-${pv}*" && 
export WANT_AUTOMAKE="${pv}"
+   # thus "ROOT=/" prefix;
+   # Break on first hit to respect _LATEST_AUTOMAKE order.
+   ROOT=/ has_version "=sys-devel/automake-${pv}*" && 
export WANT_AUTOMAKE="${pv}" && break
done
[[ ${WANT_AUTOMAKE} == "latest" ]] && \
die "Cannot find the latest automake! Tried 
${_LATEST_AUTOMAKE[*]}"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake-wrapper/files/, sys-devel/automake-wrapper/

2018-02-26 Thread Thomas Deutschmann
commit: 1c995dec8c8361c4c52b83a06b2cfc20c2d7213d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 26 17:48:37 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 26 17:49:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c995dec

sys-devel/automake-wrapper: Bump to v11

Add sys-devel/automake-1.16 support.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../automake-wrapper/automake-wrapper-11.ebuild|  36 
 sys-devel/automake-wrapper/files/am-wrapper-11.sh  | 186 +
 2 files changed, 222 insertions(+)

diff --git a/sys-devel/automake-wrapper/automake-wrapper-11.ebuild 
b/sys-devel/automake-wrapper/automake-wrapper-11.ebuild
new file mode 100644
index 000..71a6ff489ca
--- /dev/null
+++ b/sys-devel/automake-wrapper/automake-wrapper-11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="wrapper for automake to manage multiple automake versions"
+HOMEPAGE="https://www.gentoo.org/;
+SRC_URI=""
+
+LICENSE="GPL-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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+S=${WORKDIR}
+
+src_unpack() {
+   cp "${FILESDIR}"/am-wrapper-${PV}.sh "${S}"/ || die
+}
+
+src_prepare() {
+   default
+
+   # usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell
+   if use prefix ; then
+   sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' \
+   "${S}"/am-wrapper-${PV}.sh || die
+   fi
+}
+
+src_install() {
+   newbin "${S}"/am-wrapper-${PV}.sh automake
+   dosym automake /usr/bin/aclocal
+
+   keepdir /usr/share/aclocal
+}

diff --git a/sys-devel/automake-wrapper/files/am-wrapper-11.sh 
b/sys-devel/automake-wrapper/files/am-wrapper-11.sh
new file mode 100644
index 000..290762680d2
--- /dev/null
+++ b/sys-devel/automake-wrapper/files/am-wrapper-11.sh
@@ -0,0 +1,186 @@
+#!/bin/sh
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Executes the correct automake version.
+#
+# If WANT_AUTOMAKE is set (can be a whitespace delimited list of versions):
+#  - attempt to find an installed version using those
+#  - if magic keyword 'latest' is found, pick the latest version that exists
+#  - if nothing found, warn, and proceed as if WANT_AUTOMAKE was not set 
(below)
+# If WANT_AUTOMAKE is not set:
+#  - Try to detect the version of automake used to generate things (look at
+#Makefile.in and aclocal.m4 and any other useful file)
+#  - If detected version is not found, warn and proceed as if blank slate
+#  - Try to locate the latest version of automake that exists and run it
+
+(set -o posix) 2>/dev/null && set -o posix
+
+_stderr() { printf 'am-wrapper: %s: %b\n' "${argv0}" "$*" 1>&2; }
+warn() { _stderr "warning: $*"; }
+err() { _stderr "error: $*"; exit 1; }
+unset IFS
+which() {
+   local p
+   IFS=: # we don't use IFS anywhere, so don't bother saving/restoring
+   for p in ${PATH} ; do
+   p="${p}/$1"
+   [ -e "${p}" ] && echo "${p}" && return 0
+   done
+   unset IFS
+   return 1
+}
+
+#
+# Sanitize argv[0] since it isn't always a full path #385201
+#
+argv0=${0##*/}
+case $0 in
+   ${argv0})
+   # find it in PATH
+   if ! full_argv0=$(which "${argv0}") ; then
+   err "could not locate ${argv0}; file a bug"
+   fi
+   ;;
+   *)
+   # re-use full/relative paths
+   full_argv0=$0
+   ;;
+esac
+
+if ! seq 0 0 2>/dev/null 1>&2 ; then #338518
+   seq() {
+   local f l i
+   case $# in
+   1) f=1 i=1 l=$1;;
+   2) f=$1 i=1 l=$2;;
+   3) f=$1 i=$2 l=$3;;
+   esac
+   while :; do
+   [ $l -lt $f -a $i -gt 0 ] && break
+   [ $f -lt $l -a $i -lt 0 ] && break
+   echo $f
+   : $(( f += i ))
+   done
+   return 0
+   }
+fi
+
+#
+# Set up bindings between actual version and WANT_AUTOMAKE;
+# Start with last known versions to speed up lookup process.
+#
+LAST_KNOWN_AUTOMAKE_VER="16"
+vers=$(printf '1.%s ' `seq ${LAST_KNOWN_AUTOMAKE_VER} -1 4`)
+
+#
+# Helper to scan for a usable program based on version.
+#
+binary=
+all_vers=
+find_binary() {
+   local v
+   all_vers="${all_vers} $*" # For error messages.
+   for v ; do
+   if [ -x "${full_argv0}-${v}" ] ; then
+   binary="${full_argv0}-${v}"
+   binary_ver=${v}
+   

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

2018-02-26 Thread Alfredo Tupone
commit: 03f5cfb6ab991d0bc1ca4264dcadb847390f53b4
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Feb 26 17:45:30 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 26 17:45:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f5cfb6

dev-lang/gnat-gpl: Add ~x86 to gnat-gpl-2017

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/gnat-gpl/gnat-gpl-2017.ebuild | 36 +++---
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild 
b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
index 445189b6be8..dde7fbf04a9 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,6 +11,8 @@ inherit eutils toolchain-funcs toolchain
 
 REL=6
 MYP=gcc-${REL}-gpl-${PV}-src
+BTSTRP_X86=gnat-gpl-2014-x86-linux-bin
+BTSTRP_AMD64=gnat-gpl-2014-x86_64-linux-bin
 
 DESCRIPTION="GNAT Ada Compiler - GPL version"
 HOMEPAGE="http://libre.adacore.com/;
@@ -22,13 +24,19 @@ SRC_URI+="
http://mirrors.cdn.adacore.com/art/591adbc5c7a4473fcbb153ae
-> gcc-interface-${REL}-gpl-${PV}-src.tar.gz
bootstrap? (
-   http://mirrors.cdn.adacore.com/art/564b3ebec8e196b040fbe66c ->
-   gnat-gpl-2014-x86_64-linux-bin.tar.gz
+   amd64? (
+   
http://mirrors.cdn.adacore.com/art/564b3ebec8e196b040fbe66c ->
+   ${BTSTRP_AMD64}.tar.gz
+   )
+   x86? (
+   
http://mirrors.cdn.adacore.com/art/564b3e9dc8e196b040fbe248 ->
+   ${BTSTRP_X86}.tar.gz
+   )
)"
 
 LICENSE+=" GPL-2 GPL-3"
 SLOT="${TOOLCHAIN_GCC_PV}"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE="bootstrap"
 
 RDEPEND="!sys-devel/gcc:${TOOLCHAIN_GCC_PV}"
@@ -42,8 +50,15 @@ FSFGCC=gcc-${TOOLCHAIN_GCC_PV}
 
 pkg_setup() {
toolchain_pkg_setup
+
+   if use amd64; then
+   BTSTRP=${BTSTRP_AMD64}
+   else
+   BTSTRP=${BTSTRP_X86}
+   fi
+
if use bootstrap; then
-   GCC="${WORKDIR}"/gnat-gpl-2014-x86_64-linux-bin/bin/gcc
+   GCC="${WORKDIR}"/${BTSTRP}/bin/gcc
else
GCC=${ADA:-$(tc-getCC)}
fi
@@ -70,12 +85,12 @@ src_unpack() {
${MYP}.tar.gz
gcc-interface-${REL}-gpl-${PV}-src.tar.gz"
if use bootstrap; then
-   GCC_A_FAKEIT="${GCC_A_FAKEIT} 
gnat-gpl-2014-x86_64-linux-bin.tar.gz"
+   GCC_A_FAKEIT="${GCC_A_FAKEIT} ${BTSTRP}.tar.gz"
fi
 
toolchain_src_unpack
if use bootstrap; then
-   rm 
gnat-gpl-2014-x86_64-linux-bin/libexec/gcc/x86_64-pc-linux-gnu/4.7.4/ld || die
+   rm ${BTSTRP}/libexec/gcc/${CHOST}/4.7.4/ld || die
fi
 }
 
@@ -102,7 +117,7 @@ src_prepare() {
echo ${TOOLCHAIN_GCC_PV} > gcc/BASE-VER
 
cd ..
-   mv gnat-gpl-${PV}-src/src/ada ${MYP}/gcc/ || die
+   mv ${P}-src/src/ada ${MYP}/gcc/ || die
mv gcc-interface-${REL}-gpl-${PV}-src ${MYP}/gcc/ada/gcc-interface || 
die
epatch "${FILESDIR}"/${P}-gentoo.patch
cd -
@@ -129,7 +144,7 @@ src_compile() {
toolchain_src_compile
gcc_do_make "-C gcc gnatlib-shared"
ln -s gcc ../build/prev-gcc || die
-   ln -s x86_64-pc-linux-gnu ../build/prev-x86_64-pc-linux-gnu || die
+   ln -s ${CHOST} ../build/prev-${CHOST} || die
gcc_do_make "-C gcc gnattools"
 }
 
@@ -167,8 +182,7 @@ src_install() {
 pkg_postinst () {
toolchain_pkg_postinst
einfo "This provide the GNAT compiler with gcc for ada/c/c++ and more"
-   einfo "Set the ADA variables to ${CTARGET}-gcc-${TOOLCHAIN_GCC_PV} in"
-   einfo "your make.conf"
+   einfo "The compiler binary is ${CTARGET}-gcc-${TOOLCHAIN_GCC_PV}"
einfo "Even if the c/c++ compilers are using almost the same patched"
einfo "source as the sys-devel/gcc package its use is not extensively"
einfo "tested, and not supported for updating your system, except for 
ada"



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

2018-02-26 Thread Thomas Deutschmann
commit: 1393fb5974a6679d1fd00a3dc539d996a754a6ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 26 17:03:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 26 17:31:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1393fb59

dev-python/pytest: Rev bump to add missing DEPs

pytest requires dev-python/pluggy and virtual/python-funcsigs.

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

 dev-python/pytest/pytest-3.4.1-r1.ebuild | 79 
 1 file changed, 79 insertions(+)

diff --git a/dev-python/pytest/pytest-3.4.1-r1.ebuild 
b/dev-python/pytest/pytest-3.4.1-r1.ebuild
new file mode 100644
index 000..e57defd4563
--- /dev/null
+++ b/dev-python/pytest/pytest-3.4.1-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple powerful testing with Python"
+HOMEPAGE="http://pytest.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# When bumping, please check setup.py for the proper py version
+PY_VER="1.5.0"
+COMMON_DEPEND="
+   >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-0.5[${PYTHON_USEDEP}]
+   >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )"
+
+DEPEND="${COMMON_DEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
+   >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   !=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
+
+   # Something in the ebuild environment causes this to hang/error.
+   # https://bugs.gentoo.org/598442
+   rm testing/test_pdb.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_nose.py not written to suit py3.2 in pypy3
+   if [[ "${EPYTHON}" == pypy3 ]]; then
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX \
+   --ignore=testing/BUILD_nose.py \
+   || die "tests failed with ${EPYTHON}"
+   else
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX testing 
|| die "tests failed with ${EPYTHON}"
+   fi
+}
+
+python_compile_all(){
+   use doc && emake -C doc/en html
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/en/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-02-26 Thread Matt Turner
commit: f7f1e8494fcc836894d4f1405f912f2890a9b5bb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 26 17:30:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 26 17:30:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f1e849

x11-libs/libxshmfence: Version bump to 1.3

Clsoes: https://bugs.gentoo.org/648548
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/libxshmfence/Manifest|  1 +
 x11-libs/libxshmfence/libxshmfence-1.3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-libs/libxshmfence/Manifest b/x11-libs/libxshmfence/Manifest
index 1c91c9be50f..86556f93929 100644
--- a/x11-libs/libxshmfence/Manifest
+++ b/x11-libs/libxshmfence/Manifest
@@ -1,2 +1,3 @@
 DIST libxshmfence-1.1.tar.bz2 291347 BLAKE2B 
76b9f91e2bd03cd52212ca5ac548d7f4c64ad93bb0e2c8e2ecc719b820295fc53521089241bd9e7e892dbf60c1644bd73fad93732b95aa552e1121a4e8359404
 SHA512 
ed3aae4a44849c11ce041df53d47667606dba5357059c13d5c0989205df57dfa626598db6ad66432114a80e69ab4118fb067877ea275897aab64d4bbf9bcd346
 DIST libxshmfence-1.2.tar.bz2 267170 BLAKE2B 
16e253a9f8e567cab048f8b54838929f8e78d222549c854baa682ec6736e5dd13d3cb5d1b9c2635d79b1bf41ee03dded0fac1845fbeedd07385c173f2660567f
 SHA512 
340a6dff5c7ce7f0fe89d8094ee91a0572c8bf0da61c5262d6a65a13ecad0e2a079949ccc115e15a2d0d108c4f1ba1743874289cacbbc17aa3a05cd8e072
+DIST libxshmfence-1.3.tar.bz2 308644 BLAKE2B 
6e1e75fbe9d113cb258eb8f6a5106ea565f6749efd79bd3aa21222514063aadf8499d82d2a14bfcd0a69f7d4c4dce49a5efeb38d54d2019eb0c93345f0ba8a37
 SHA512 
c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7

diff --git a/x11-libs/libxshmfence/libxshmfence-1.3.ebuild 
b/x11-libs/libxshmfence/libxshmfence-1.3.ebuild
new file mode 100644
index 000..c0534c5f96b
--- /dev/null
+++ b/x11-libs/libxshmfence/libxshmfence-1.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="Shared memory fences using futexes"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=">=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]
+   ${RDEPEND}"



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

2018-02-26 Thread Amy Liffey
commit: 8d05a19c66566cba22d09aea1b280cdb28fe9f68
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Feb 26 16:50:41 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Feb 26 17:11:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d05a19c

net-misc/gsutil: add missing dep dev-python/mock

Closes: https://bugs.gentoo.org/632229
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/gsutil/gsutil-4.27.ebuild | 3 ++-
 net-misc/gsutil/gsutil-4.28.ebuild | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/gsutil/gsutil-4.27.ebuild 
b/net-misc/gsutil/gsutil-4.27.ebuild
index 491ea929a00..cb2c309ec5f 100644
--- a/net-misc/gsutil/gsutil-4.27.ebuild
+++ b/net-misc/gsutil/gsutil-4.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}]
>=dev-python/google-apitools-0.5.3[${PYTHON_USEDEP}]
=dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]

diff --git a/net-misc/gsutil/gsutil-4.28.ebuild 
b/net-misc/gsutil/gsutil-4.28.ebuild
index 452ebb5e068..85dfba63c0d 100644
--- a/net-misc/gsutil/gsutil-4.28.ebuild
+++ b/net-misc/gsutil/gsutil-4.28.ebuild
@@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}]
>=dev-python/google-apitools-0.5.16[${PYTHON_USEDEP}]
=dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]



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

2018-02-26 Thread Mike Gilbert
commit: cf8cfc16eb832ce67174d822e51d4f9e37f371ff
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Feb 26 16:07:00 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Feb 26 16:07:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8cfc16

sys-apps/systemd: fix kill-path option

Bug: https://bugs.gentoo.org/648644
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

 sys-apps/systemd/systemd-236-r5.ebuild | 2 +-
 sys-apps/systemd/systemd-237-r2.ebuild | 2 +-
 sys-apps/systemd/systemd-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/systemd/systemd-236-r5.ebuild 
b/sys-apps/systemd/systemd-236-r5.ebuild
index 013dfccd14c..0fb903b6c8f 100644
--- a/sys-apps/systemd/systemd-236-r5.ebuild
+++ b/sys-apps/systemd/systemd-236-r5.ebuild
@@ -237,7 +237,7 @@ multilib_src_configure() {
-Ddbus=$(meson_multilib_native_use test)
-Dxkbcommon=$(meson_multilib_native_use xkb)
# hardcode a few paths to spare some deps
-   -Dpath-kill=/bin/kill
+   -Dkill-path=/bin/kill
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 
2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false

diff --git a/sys-apps/systemd/systemd-237-r2.ebuild 
b/sys-apps/systemd/systemd-237-r2.ebuild
index 71abd1c3359..06b717f4da4 100644
--- a/sys-apps/systemd/systemd-237-r2.ebuild
+++ b/sys-apps/systemd/systemd-237-r2.ebuild
@@ -239,7 +239,7 @@ multilib_src_configure() {
-Ddbus=$(meson_multilib_native_use test)
-Dxkbcommon=$(meson_multilib_native_use xkb)
# hardcode a few paths to spare some deps
-   -Dpath-kill=/bin/kill
+   -Dkill-path=/bin/kill
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 
2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 600b9eb9dd7..60dd1f8efd1 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -238,7 +238,7 @@ multilib_src_configure() {
-Ddbus=$(meson_multilib_native_use test)
-Dxkbcommon=$(meson_multilib_native_use xkb)
# hardcode a few paths to spare some deps
-   -Dpath-kill=/bin/kill
+   -Dkill-path=/bin/kill
-Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 
2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
# Breaks screen, tmux, etc.
-Ddefault-kill-user-processes=false



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

2018-02-26 Thread Lars Wendler
commit: e5c010c4eed331e12603d7cc9bfe624af0961f22
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Feb 26 16:06:26 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Feb 26 16:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c010c4

package.mask: Expanded mask reason for ~sys-apps/attr-2.4.48

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 85e99c7819d..a15f79a39c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -279,6 +279,8 @@ dev-libs/libFuzzer
 
 # Richard Freeman  (09 Jan 2018)
 # Bug 644048 - temp QA mask until it can get sorted out
+# Lars Wendler  (26 Feb 2018)
+# See also tracker bug: https://bugs.gentoo.org/648864
 ~sys-apps/attr-2.4.48
 # Lars Wendler  (10 Jan 2018)
 # Mask followup bugfixes for =sys-apps/attr-2.4.48 as well until proper



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

2018-02-26 Thread Mike Gilbert
commit: a19ab0865682ecb0cf3927ee0dd47e9346f9be41
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Fri Feb 23 21:26:47 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Feb 26 14:48:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19ab086

sys-apps/systemd: bump libseccomp dependency to >=2.3.3

Ensures systemd's SystemCallFilter=@file-system can deal with the statx
syscall for which support was added in libseccomp-2.3.3.

See also: https://github.com/systemd/systemd/issues/8261
Closes: https://bugs.gentoo.org/648640
Closes: https://github.com/gentoo/gentoo/pull/7273
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/systemd/systemd-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 97ed32eebe7..600b9eb9dd7 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -56,7 +56,7 @@ 
COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
pam? ( virtual/pam:=[${MULTILIB_USEDEP}] )
pcre? ( dev-libs/libpcre2 )
qrcode? ( media-gfx/qrencode:0= )
-   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+   seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
selinux? ( sys-libs/libselinux:0= )
xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9



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

2018-02-26 Thread Jason Zaman
commit: 42b3c80f6857a76d23f06ce48599793378dfd611
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:20:07 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:20:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b3c80f

net-libs/nativebiginteger: amd64 stable

Gentoo-bug: 648402
Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild 
b/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild
index abdbb3191fe..243ce87fb2a 100644
--- a/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild
+++ b/net-libs/nativebiginteger/nativebiginteger-0.8.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://mirror.i2p2.de/i2psource_${PV}.tar.bz2;
 
 LICENSE="|| ( public-domain BSD MIT )"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="test"
 



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

2018-02-26 Thread Jason Zaman
commit: ada2595b4c9e2d254ad9564d1f1121d95cd5c874
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:19:51 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:19:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada2595b

dev-perl/Test-TCP: amd64 stable

Gentoo-bug: 648792
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild 
b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
index b258a071cfe..a17b4bb6b2b 100644
--- a/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
+++ b/dev-perl/Test-TCP/Test-TCP-2.190.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Testing TCP program"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2018-02-26 Thread Jason Zaman
commit: 2bf534b87774652674b72439d5bce8fc720b3a37
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:19:12 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:19:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf534b8

dev-perl/Template-Toolkit: amd64 stable

Gentoo-bug: 648794
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-perl/Template-Toolkit/Template-Toolkit-2.270.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0-r1.ebuild 
b/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0-r1.ebuild
index 5823e2648c9..dda740d4088 100644
--- a/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0-r1.ebuild
+++ b/dev-perl/Template-Toolkit/Template-Toolkit-2.270.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="The Template Toolkit"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"
 IUSE="xml gd mysql postgres latex vim-syntax test"
 
 RDEPEND="dev-perl/Text-Autoformat



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

2018-02-26 Thread Jason Zaman
commit: 8de367419f3f715de32b90a8a321698f72019979
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:21:05 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:21:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de36741

media-libs/x264: amd64 stable

Gentoo-bug: 648078
Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/media-libs/x264/x264-0.0.20170701.ebuild 
b/media-libs/x264/x264-0.0.20170701.ebuild
index 4c2a57779a3..4ad0022af19 100644
--- a/media-libs/x264/x264-0.0.20170701.ebuild
+++ b/media-libs/x264/x264-0.0.20170701.ebuild
@@ -14,7 +14,7 @@ else
inherit versionator
MY_P="x264-snapshot-$(get_version_component_range 3)-2245"

SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2018-02-26 Thread Jason Zaman
commit: 8015ba3994709c44572a5c7509b98424cc8c1de4
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:21:20 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:21:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8015ba39

dev-lang/nasm: amd64 stable

Gentoo-bug: 648078
Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-lang/nasm/nasm-2.13.01.ebuild 
b/dev-lang/nasm/nasm-2.13.01.ebuild
index 4cdaefe4d99..d1adedf032d 100644
--- a/dev-lang/nasm/nasm-2.13.01.ebuild
+++ b/dev-lang/nasm/nasm-2.13.01.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="



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

2018-02-26 Thread Jason Zaman
commit: c2c53a8d653e7bea4d8b6d4d8674cab5e7f533c3
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:21:44 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:21:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c53a8d

media-video/x264-encoder: amd64 stable

Gentoo-bug: 648078
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild 
b/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild
index 705e8063e25..56e61327598 100644
--- a/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild
+++ b/media-video/x264-encoder/x264-encoder-0.0.20170701.ebuild
@@ -15,7 +15,7 @@ else
inherit versionator
MY_P="x264-snapshot-$(get_version_component_range 3)-2245"

SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/clearsans/

2018-02-26 Thread Jason Zaman
commit: 530c69ecefdb8c7d70052da7e0ebdee1870e05bd
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:20:36 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:20:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530c69ec

media-fonts/clearsans: amd64 stable

Gentoo-bug: 648078
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-fonts/clearsans/clearsans-1.00.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/clearsans/clearsans-1.00.ebuild 
b/media-fonts/clearsans/clearsans-1.00.ebuild
index 48212aef59f..84e618b3ff8 100644
--- a/media-fonts/clearsans/clearsans-1.00.ebuild
+++ b/media-fonts/clearsans/clearsans-1.00.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://01.org/sites/default/files/downloads/clear-sans/${P}.zip;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-fbsd"
+KEYWORDS="amd64 x86 ~amd64-fbsd"
 IUSE=""
 RESTRICT="binchecks strip"
 



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

2018-02-26 Thread Jason Zaman
commit: 7da8b8a83096cbadb01b34f3bf3481516545b4fa
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Feb 26 14:20:23 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Feb 26 14:20:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da8b8a8

dev-util/vint: amd64 stable

Gentoo-bug: 648654
Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-util/vint/vint-0.3.18.ebuild b/dev-util/vint/vint-0.3.18.ebuild
index 00895d88442..9020a6461e7 100644
--- a/dev-util/vint/vint-0.3.18.ebuild
+++ b/dev-util/vint/vint-0.3.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] proj/linux-patches:4.15 commit in: /

2018-02-26 Thread Alice Ferrazzi
commit: ed41d637e2edb6303fe73f5d8be583a5d93046df
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Feb 26 14:13:45 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Feb 26 14:13:45 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ed41d637

dell-laptop: Allocate buffer on heap rather than globally

 _README|   4 +
 ...ocate_buffer_on_heap_rather_than_globally.patch | 489 +
 2 files changed, 493 insertions(+)

diff --git a/_README b/_README
index 828cfeb..af0f948 100644
--- a/_README
+++ b/_README
@@ -91,6 +91,10 @@ Patch:  2900_dev-root-proc-mount-fix.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=438380
 Desc:   Ensure that /dev/root doesn't appear in /proc/mounts when bootint 
without an initramfs.
 
+Patch:  2901_allocate_buffer_on_heap_rather_than_globally.patch
+From:   https://patchwork.kernel.org/patch/10194287/
+Desc:   Patchwork [v2] platform/x86: dell-laptop: Allocate buffer on heap 
rather than globally
+
 Patch:  4200_fbcondecor.patch
 From:   http://www.mepiscommunity.org/fbcondecor
 Desc:   Bootsplash ported by Conrad Kostecki. (Bug #637434)

diff --git a/2901_allocate_buffer_on_heap_rather_than_globally.patch 
b/2901_allocate_buffer_on_heap_rather_than_globally.patch
new file mode 100644
index 000..dd2f7ad
--- /dev/null
+++ b/2901_allocate_buffer_on_heap_rather_than_globally.patch
@@ -0,0 +1,489 @@
+From patchwork Wed Jan 31 17:47:35 2018
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Subject: [v2] platform/x86: dell-laptop: Allocate buffer on heap rather than
+ globally
+From: Mario Limonciello 
+X-Patchwork-Id: 10194287
+Message-Id: <1517420855-19374-1-git-send-email-mario.limoncie...@dell.com>
+To: dvh...@infradead.org, Andy Shevchenko 
+Cc: pali.ro...@gmail.com, LKML ,
+ platform-driver-...@vger.kernel.org,
+ Mario Limonciello 
+Date: Wed, 31 Jan 2018 11:47:35 -0600
+
+There is no longer a need for the buffer to be defined in
+first 4GB physical address space.
+
+Furthermore there may be race conditions with multiple different functions
+working on a module wide buffer causing incorrect results.
+
+Fixes: 549b4930f057658dc50d8010e66219233119a4d8
+Suggested-by: Pali Rohar 
+Signed-off-by: Mario Limonciello 
+Reviewed-by: Pali Rohár 
+---
+ drivers/platform/x86/dell-laptop.c | 188 -
+ 1 file changed, 103 insertions(+), 85 deletions(-)
+
+diff --git a/drivers/platform/x86/dell-laptop.c 
b/drivers/platform/x86/dell-laptop.c
+index fc2dfc8..a7b1419 100644
+--- a/drivers/platform/x86/dell-laptop.c
 b/drivers/platform/x86/dell-laptop.c
+@@ -78,7 +78,6 @@ static struct platform_driver platform_driver = {
+   }
+ };
+ 
+-static struct calling_interface_buffer *buffer;
+ static struct platform_device *platform_device;
+ static struct backlight_device *dell_backlight_device;
+ static struct rfkill *wifi_rfkill;
+@@ -322,7 +321,8 @@ static const struct dmi_system_id dell_quirks[] 
__initconst = {
+   { }
+ };
+ 
+-static void dell_set_arguments(u32 arg0, u32 arg1, u32 arg2, u32 arg3)
++static void dell_fill_request(struct calling_interface_buffer *buffer,
++ u32 arg0, u32 arg1, u32 arg2, u32 arg3)
+ {
+   memset(buffer, 0, sizeof(struct calling_interface_buffer));
+   buffer->input[0] = arg0;
+@@ -331,7 +331,8 @@ static void dell_set_arguments(u32 arg0, u32 arg1, u32 
arg2, u32 arg3)
+   buffer->input[3] = arg3;
+ }
+ 
+-static int dell_send_request(u16 class, u16 select)
++static int dell_send_request(struct calling_interface_buffer *buffer,
++   u16 class, u16 select)
+ {
+   int ret;
+ 
+@@ -468,21 +469,22 @@ static int dell_rfkill_set(void *data, bool blocked)
+   int disable = blocked ? 1 : 0;
+   unsigned long radio = (unsigned long)data;
+   int hwswitch_bit = (unsigned long)data - 1;
++  struct calling_interface_buffer buffer;
+   int hwswitch;
+   int status;
+   int ret;
+ 
+-  dell_set_arguments(0, 0, 0, 0);
+-  ret = dell_send_request(CLASS_INFO, SELECT_RFKILL);
++  dell_fill_request(, 0, 0, 0, 0);
++  ret = dell_send_request(, CLASS_INFO, SELECT_RFKILL);
+   if (ret)
+   return ret;
+-  status = buffer->output[1];
++  status = buffer.output[1];
+ 
+-  dell_set_arguments(0x2, 0, 0, 0);
+-  ret = dell_send_request(CLASS_INFO, SELECT_RFKILL);
++  dell_fill_request(, 0x2, 0, 0, 0);
++  ret = dell_send_request(, CLASS_INFO, SELECT_RFKILL);
+   if (ret)
+   return ret;
+-  hwswitch = buffer->output[1];
++  hwswitch = buffer.output[1];
+ 
+   /* If the hardware switch controls this radio, 

[gentoo-commits] proj/linux-patches:4.15 commit in: /

2018-02-26 Thread Alice Ferrazzi
commit: f98193ddca07dc67810a96082be4e2a6d8026a66
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon Feb 26 14:17:39 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Feb 26 14:17:39 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f98193dd

ia64 fix ptrace

 _README|  6 +++-
 1700_ia64_fix_ptrace.patch | 87 ++
 2 files changed, 92 insertions(+), 1 deletion(-)

diff --git a/_README b/_README
index af0f948..8e1b91f 100644
--- a/_README
+++ b/_README
@@ -75,6 +75,10 @@ Patch:  
1510_fs-enable-link-security-restrictions-by-default.patch
 From:   
http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/
 Desc:   Enable link security restrictions by default.
 
+Patch:  1700_ia64_fix_ptrace.patch 
+From:   https://patchwork.kernel.org/patch/10198159/
+Desc:   ia64: fix ptrace(PTRACE_GETREGS) (unbreaks strace, gdb).
+
 Patch:  2300_enable-poweroff-on-Mac-Pro-11.patch
 From:   
http://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/patch/drivers/pci/quirks.c?id=5080ff61a438f3dd80b88b423e1a20791d8a774c
 Desc:   Workaround to enable poweroff on Mac Pro 11. See bug #601964.
@@ -93,7 +97,7 @@ Desc:   Ensure that /dev/root doesn't appear in /proc/mounts 
when bootint withou
 
 Patch:  2901_allocate_buffer_on_heap_rather_than_globally.patch
 From:   https://patchwork.kernel.org/patch/10194287/
-Desc:   Patchwork [v2] platform/x86: dell-laptop: Allocate buffer on heap 
rather than globally
+Desc:   Patchwork [v2] platform/x86: dell-laptop: Allocate buffer on heap 
rather than globally.
 
 Patch:  4200_fbcondecor.patch
 From:   http://www.mepiscommunity.org/fbcondecor

diff --git a/1700_ia64_fix_ptrace.patch b/1700_ia64_fix_ptrace.patch
new file mode 100644
index 000..6173b05
--- /dev/null
+++ b/1700_ia64_fix_ptrace.patch
@@ -0,0 +1,87 @@
+From patchwork Fri Feb  2 22:12:24 2018
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 8bit
+Subject: ia64: fix ptrace(PTRACE_GETREGS) (unbreaks strace, gdb)
+From: Sergei Trofimovich 
+X-Patchwork-Id: 10198159
+Message-Id: <20180202221224.16597-1-sly...@gentoo.org>
+To: Tony Luck , Fenghua Yu ,
+ linux-i...@vger.kernel.org, linux-ker...@vger.kernel.org
+Cc: Sergei Trofimovich 
+Date: Fri,  2 Feb 2018 22:12:24 +
+
+The strace breakage looks like that:
+./strace: get_regs: get_regs_error: Input/output error
+
+It happens because ia64 needs to load unwind tables
+to read certain registers. Unwind tables fail to load
+due to GCC quirk on the following code:
+
+extern char __end_unwind[];
+const struct unw_table_entry *end = (struct unw_table_entry *)table_end;
+table->end = segment_base + end[-1].end_offset;
+
+GCC does not generate correct code for this single memory
+reference after constant propagation (see https://gcc.gnu.org/PR84184).
+Two triggers are required for bad code generation:
+- '__end_unwind' has alignment lower (char), than
+  'struct unw_table_entry' (8).
+- symbol offset is negative.
+
+This commit workarounds it by fixing alignment of '__end_unwind'.
+While at it use hidden symbols to generate shorter gp-relative
+relocations.
+
+CC: Tony Luck 
+CC: Fenghua Yu 
+CC: linux-i...@vger.kernel.org
+CC: linux-ker...@vger.kernel.org
+Bug: https://github.com/strace/strace/issues/33
+Bug: https://gcc.gnu.org/PR84184
+Reported-by: Émeric Maschino 
+Signed-off-by: Sergei Trofimovich 
+Tested-by: stanton_a...@mail.com
+---
+ arch/ia64/include/asm/sections.h |  1 -
+ arch/ia64/kernel/unwind.c| 15 ++-
+ 2 files changed, 14 insertions(+), 2 deletions(-)
+
+diff --git a/arch/ia64/include/asm/sections.h 
b/arch/ia64/include/asm/sections.h
+index f3481408594e..0fc4f1757a44 100644
+--- a/arch/ia64/include/asm/sections.h
 b/arch/ia64/include/asm/sections.h
+@@ -24,7 +24,6 @@ extern char __start_gate_mckinley_e9_patchlist[], 
__end_gate_mckinley_e9_patchli
+ extern char __start_gate_vtop_patchlist[], __end_gate_vtop_patchlist[];
+ extern char __start_gate_fsyscall_patchlist[], 
__end_gate_fsyscall_patchlist[];
+ extern char __start_gate_brl_fsys_bubble_down_patchlist[], 
__end_gate_brl_fsys_bubble_down_patchlist[];
+-extern char __start_unwind[], __end_unwind[];
+ extern char __start_ivt_text[], __end_ivt_text[];
+ 
+ #undef dereference_function_descriptor
+diff --git a/arch/ia64/kernel/unwind.c b/arch/ia64/kernel/unwind.c
+index e04efa088902..025ba6700790 100644
+--- a/arch/ia64/kernel/unwind.c
 b/arch/ia64/kernel/unwind.c
+@@ -2243,7 +2243,20 @@ __initcall(create_gate_table);
+ void __init
+ unw_init (void)
+ {
+-  extern char __gp[];
++  #define __ia64_hidden __attribute__((visibility("hidden")))
++  /*
++   

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

2018-02-26 Thread Michał Górny
commit: 86f3da64e7c29e2ad309bc89c1b4f7af66fd63e6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:03:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f3da64

dev-util/lldb: Bump to 6.0.0rc3

 dev-util/lldb/Manifest | 4 ++--
 dev-util/lldb/{lldb-6.0.0_rc2.ebuild => lldb-6.0.0_rc3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 67c3608fa5f..5cd8d31cf8b 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -1,6 +1,6 @@
 DIST lldb-4.0.1.src.tar.xz 19088212 BLAKE2B 
0fcc76de5777c0724a207330bc5e027065fa55628506fe8cbd4f4e7ab397fc3802ae9580a8e41e14c1b3448453c1f735725100fb69c3048a44bd9e5748ab3cfa
 SHA512 
1d94d7dfcc0614b16d0ef83436bbe814b39e34ba18394361bb9f13ad408ae9b29affa9a5d58c50c8dcd83765a39ae4d59ffabb7d8cd1358fd2fbd198b2de2ab6
 DIST lldb-5.0.1.src.tar.xz 19225084 BLAKE2B 
82a0f5d40e6278147e4e2d9c7bbf0c19e512ce92c39e4ea0d9a830bf53a343c233aa528ffc3512072017ea2ffc7e6e57d1f13f9bac84a9446e41fb29f35a9da3
 SHA512 
ebb3c3251098cfce28ccb6a5bbc50491a16b88d1adf3c71fd38efc95482d702e1bd9e7fb11c29597304d97cc0fd88241c70ec11276426aad901e5d23f05ca53a
-DIST lldb-6.0.0rc2.src.tar.xz 19317792 BLAKE2B 
2cb112258efd8aa78a7ac2c9ae94f0d0bd908037387c0067067fd269bc41e8ec8532631875095b07c47b5abde3f7d4cf185e46254f10c075a9d7971a1cdecda7
 SHA512 
4a027344848e9f5bed0089ca2bf657a3df5dc9fcc5b1d2fd3d8ff3a7dba71986331fc53cb39092049f705bb18fa85b57cf15a81e02fe2399759fc5e197ebaa5c
+DIST lldb-6.0.0rc3.src.tar.xz 19319584 BLAKE2B 
b92cdff087519c10ecf14eca1df28b3f36226f8bfb2724ffa69168aca15324b577dbaca53e29979892d68d4831ca0e1726e99951db1322f1b21a198a708a059a
 SHA512 
b33d8b7ef465f382de2e9745a9543cd15eb464884985009cebfda58cce3f31ba62ea596fdd0ce9e6018a7516b2c1d4be008c2e568f1d73995475a28613dc4f44
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd

diff --git a/dev-util/lldb/lldb-6.0.0_rc2.ebuild 
b/dev-util/lldb/lldb-6.0.0_rc3.ebuild
similarity index 100%
rename from dev-util/lldb/lldb-6.0.0_rc2.ebuild
rename to dev-util/lldb/lldb-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 02f85fa10d0a6ce9e3b438013be13065bcb07803
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:03:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f85fa1

sys-libs/compiler-rt: Bump to 6.0.0rc3

 sys-libs/compiler-rt/Manifest   | 2 +-
 .../{compiler-rt-6.0.0_rc2.ebuild => compiler-rt-6.0.0_rc3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index a05df80762b..73327817f2d 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -1,3 +1,3 @@
 DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
 DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4
-DIST compiler-rt-6.0.0rc2.src.tar.xz 1635928 BLAKE2B 
6d60e40e61f4d3496d259dff9471bbe41656a1ced8aa1eff3d2443ddd17ffb1a13c54e1dc632d326f8185cc0ace8af72eaaeed3c7e5b1e86411240349b2858ca
 SHA512 
3c279f2c5fdad6ed3a2c49809eb2879cb6615d27920046f4d9bb1cc4d66da949b3b90f26dc8208dbea5602cb5f85e1a4d1e72daca7b7dfa4d405aed4743c7604
+DIST compiler-rt-6.0.0rc3.src.tar.xz 1631896 BLAKE2B 
888be613dab863d8c6918e668ad3cfdf1ee4282777a63bbecee8be6dd85c47e643ed1992299410d8920e6814a9ec2b71d4eb7dc79b91ec7aab3660e83cf98f2c
 SHA512 
f2897fbf4b9f27c4ddd1dbdcd0720874e85eeb861d31422208308e6fe2142ae92dc081c06e5cc795fde6066e9a9c03e4e10373517810ca89e110ededc49c77ad

diff --git a/sys-libs/compiler-rt/compiler-rt-6.0.0_rc2.ebuild 
b/sys-libs/compiler-rt/compiler-rt-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/compiler-rt/compiler-rt-6.0.0_rc2.ebuild
rename to sys-libs/compiler-rt/compiler-rt-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 5533a9a5065094e11adb4dc4c98687708fbc56fd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:04:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5533a9a5

sys-libs/libomp: Bump to 6.0.0rc3

 sys-libs/libomp/Manifest | 2 +-
 sys-libs/libomp/{libomp-6.0.0_rc2.ebuild => libomp-6.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 5f54ce97f71..cb0b3d4b27b 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -4,4 +4,4 @@ DIST openmp-3.9.0.src.tar.xz 2257596 BLAKE2B 
fae0e3e36afcd1a223030f09209865ce706
 DIST openmp-3.9.1.src.tar.xz 2031588 BLAKE2B 
feafb94a832ec48a67d6e00720724dcecb533a4a09e0d69462af33e13454b20393aa21fabb062c362824cdfbee712db1030732271e4cd49085fa69cff9800835
 SHA512 
80924a6f9765f634d24d7b0aa036d92c912dbd8e067487a14bdd03b4c587fdfc92e83eb29926bfa637ef45be3f133a924f77ab12099ea3706c18e9c42774708b
 DIST openmp-4.0.1.src.tar.xz 2275240 BLAKE2B 
e63cf670c4cd2678afc4d7b96be85c3d157bf91a69510f980d9a0a07f61b449b22ff28d63753f32e63afedb4a7077c662a633f689a660b5047a83bcf1fb7f009
 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
 DIST openmp-5.0.1.src.tar.xz 2075472 BLAKE2B 
a4da4726a17dc0fd083e11fe1bebf446978137aa4453000e8fea950021fff091a818246f0817dd60ce67353d3f7d75ab8fec2b9e955389d9c94e195945efda50
 SHA512 
4493b918fd83ef26e2b3f3429d1b00d722328e4c9697ac7625a390834f6e88ada8e5b02ce0ecb4771129207b1b81a9d171f4599ab9388762a3c6db0afc499ff4
-DIST openmp-6.0.0rc2.src.tar.xz 2272464 BLAKE2B 
c6b53553392a0d6fc485e3ff728fae4312e07b2d478ac3b1d53166c0c9cbb3e917b5d6b52e32862cd1cac1ebad7827df59f6c05c34855fa623cbe7a9c21d593e
 SHA512 
58a7adb66dd54e32ce232e70085b0fb96ec5dbd7b518b63634569b10c43ebf0881958ace3499975e1224dd4c094dd9c5697481a7a3a949c731418a6b1f96ebbc
+DIST openmp-6.0.0rc3.src.tar.xz 2272612 BLAKE2B 
aaa8cf979c98459c23d0dacf6dc8630ea7adb0eef815e99188034b6f01e46c5ab78274f69b7ab3ea3e8f66b4192b7d02fc448b0f32c27c5336e8dafc9adc5bb6
 SHA512 
0c4407821b6e5a0f89fa69c81ba891f641d0cadd1fecc4712e488a4e040ecccb84e825a774d0e660d5cc41962d3b3a10084085b556c73f4d4eb48979b1a7069a

diff --git a/sys-libs/libomp/libomp-6.0.0_rc2.ebuild 
b/sys-libs/libomp/libomp-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/libomp/libomp-6.0.0_rc2.ebuild
rename to sys-libs/libomp/libomp-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 9383fd5b95768ae9550d759d8366f05dcee3a7cb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:04:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9383fd5b

sys-libs/llvm-libunwind: Bump to 6.0.0rc3

 sys-libs/llvm-libunwind/Manifest  | 4 ++--
 ...lvm-libunwind-6.0.0_rc2.ebuild => llvm-libunwind-6.0.0_rc3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 93ca54facf2..fbd8246a1bd 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -1,7 +1,7 @@
-DIST libcxx-6.0.0rc2.src.tar.xz 1554124 BLAKE2B 
c1d270c4c102c7622138e00628bf863f4047018ecf859386358449da2b7afdf2fe7a9cf969fa96f678960fd4cc343c26e89d6e95e594eeacef3d0d18157f9cff
 SHA512 
3f0a032c4670076ead80bb03b3b7a565dfaf6526c9309f4453a455463038d3e7960bf93f2393f6dd2bd8b7f1ea14b9599edae54dba7ede97cf0d8240cc4f
+DIST libcxx-6.0.0rc3.src.tar.xz 1554184 BLAKE2B 
87c55bf9a18aa6fff2cd6c323ac99454273686e2697b0efa3152114ff402a4015e9b6bb6236bc0760b97d9f8038b70b56da4b9fd3ac3e7b31bd4305f881f216f
 SHA512 
0d42d0298d824c6adca3c85bb0c49534438278d27c2777609887f5c6bee5d9bcc9f5595f2835f5149a00335a0e3096a056969388d13088457a2853e70cbea966
 DIST libunwind-3.8.1.src.tar.xz 60596 BLAKE2B 
e200beab1388dc73a4ed6b1be0c4931124e48e21a3d5cc0bf01ac2ce57bbc2295bd0f72acb8fc08556aed963f0cb220bd3e47c3c953f570cf2860ae822a270c7
 SHA512 
2a60d7c4b0aee6c58f50089ac9fa2b756ab1d74faaee32f7436ddace4510589c7ffdd20478919966ed2fa8a23ee1b5d1b26115dbd8ee2834b00b5bcd61d00b14
 DIST libunwind-3.9.0.src.tar.xz 61764 BLAKE2B 
215aa7cabf9e5d8d3e3dfc3bad50f0aad1b4d2d6bef96ac4c14d987b6aa4afd0a1c0f186d63d84edcc822fd8495a000b2a24899e61176831e0ddfabea1d5c3c2
 SHA512 
dce384bea99ed61b363b847e20946fc9d70377389a227cc7054fbaa916e7cb5ba0b9d89f0df6ed33409dbf38beefd3654c18c1abcf0e50b5d0315ce0135a1d25
 DIST libunwind-3.9.1.src.tar.xz 61788 BLAKE2B 
bab410d714e2dc012273997bb3fb3c366f64608b712eae15f8c08a2b049b6bdba0660a1f4942906e2e9cd7b11563c8a5b3007b92b1485c32036ac84f55fe7053
 SHA512 
a80f5d0660e209f5bf709316b5df2ca63b9f0db49f5f74dfe9c9e580c654f61a15acc071a739fdb84baf5ffa9420b92498f8560331173642d80f6b74e1e2afb7
 DIST libunwind-4.0.1.src.tar.xz 63388 BLAKE2B 
f49772beabaa8519a5f8dbbaef9c2d6554468a66b89a5f012946d59f772fe864809a5c95b726bcb4c059ca551a4eb023a88f4fa618756b34fef2058e272467e6
 SHA512 
8a0552a8ab830010d81420f4b778a3b831bff85b19bcce972958fc30e1ba5a2fa26a3deba499985a43dd7a103690775f6a20e7b3edda55f4eaff3541002d6b59
 DIST libunwind-5.0.1.src.tar.xz 72180 BLAKE2B 
da1fbb92e9953d018a3c30290ceda9a2a18c21b5c908d9ff65979158bd06b8866eb74f078d12832e2aed7d0332c996262e3b2a1341844eb933ba3de5fb41ff98
 SHA512 
6c0f7a286c1ffa46769685ee36604cd90ed40470e1c3d3ef03c46bcc9e5f9e36e68a0a1f67b9b300823170b48c9b8d2db4625afd885f1d024905db1dffd9fc49
-DIST libunwind-6.0.0rc2.src.tar.xz 76612 BLAKE2B 
60420b8d913edb78f6f639e37e453810f538e2acb8b5772081f09d3d1ee9fd3787f842e94ccb0bb51b5410bacb7a2092a9d381d9687b79ff813de6ce837e195d
 SHA512 
bfb04cea41c741351bada27e1c7510d00fa39332c781a6833979d64ddf754b1b2f63f4c2aa75111cb287d7eb6d0fd4bc2bc7407343038e86644743651da112a6
+DIST libunwind-6.0.0rc3.src.tar.xz 76580 BLAKE2B 
aea93dc8261d7224c5e864d43f8a74bef4e7917e1ba620f4988a63b470370ae49f092c1252fb8f3da3905b5db452a05df12ab4875542bab7142d4ad995b58bf4
 SHA512 
e98ef7c0e74c65e99f261f32c95de6fb9f941656da8e42eeeb89ddfbd0c56f75e69da5baa7329c007d036bba76d20b1d202ed3e42fb0ab1d348e99d1e8ab4f1b

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-6.0.0_rc2.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/llvm-libunwind/llvm-libunwind-6.0.0_rc2.ebuild
rename to sys-libs/llvm-libunwind/llvm-libunwind-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 650f246cbf8a4025556f6f2a05accf2242ce3dff
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:04:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650f246c

sys-libs/libcxxabi: Bump to 6.0.0rc3

 sys-libs/libcxxabi/Manifest   | 4 ++--
 .../{libcxxabi-6.0.0_rc2.ebuild => libcxxabi-6.0.0_rc3.ebuild}| 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 34113fa0952..cc1e48a5263 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -1,8 +1,8 @@
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c
-DIST libcxx-6.0.0rc2.src.tar.xz 1554124 BLAKE2B 
c1d270c4c102c7622138e00628bf863f4047018ecf859386358449da2b7afdf2fe7a9cf969fa96f678960fd4cc343c26e89d6e95e594eeacef3d0d18157f9cff
 SHA512 
3f0a032c4670076ead80bb03b3b7a565dfaf6526c9309f4453a455463038d3e7960bf93f2393f6dd2bd8b7f1ea14b9599edae54dba7ede97cf0d8240cc4f
+DIST libcxx-6.0.0rc3.src.tar.xz 1554184 BLAKE2B 
87c55bf9a18aa6fff2cd6c323ac99454273686e2697b0efa3152114ff402a4015e9b6bb6236bc0760b97d9f8038b70b56da4b9fd3ac3e7b31bd4305f881f216f
 SHA512 
0d42d0298d824c6adca3c85bb0c49534438278d27c2777609887f5c6bee5d9bcc9f5595f2835f5149a00335a0e3096a056969388d13088457a2853e70cbea966
 DIST libcxxabi-3.9.1.src.tar.xz 510964 BLAKE2B 
a6abda1b92473781ea3029169c43547f15c1aa6e0ec6f9692ae633d109e050a6ff82ce8bceb0455375991b85c99784a4f06a568b8c77a4cf2865b9b2861e9595
 SHA512 
4f5603f1476b759c86d4784728fbdd212c59b30dc56d787c1834bf68a9cd83071fa22658d24e5a58beb94c0c656b0e4457d7da6e3048715dd36bd68380fc336e
 DIST libcxxabi-4.0.1.src.tar.xz 515820 BLAKE2B 
7d9e0dee4f6cb3eaa22647d959f8bf3d86779f8c51c0738143ba3daca83881daacc0663a1d2463507c8c4b8a1b9e1d5c111b829e5af2cb5b6f86bae8f06a0d47
 SHA512 
e94315ba8a507d8481d70c33e7ab2d724d51726edb8412c70a1b5f59e3f15d5825f1502dc2db138b20e5293fb90a184050be94d5ac270fd7ce78b502efb9f86a
 DIST libcxxabi-5.0.1.src.tar.xz 521504 BLAKE2B 
e8263f458545ffb8ec27234e554427696644dcde3b46bea4fa0ee14b2b174d0c6c8dcc7905477140afaf567347e91815827aa6700c92ccfbfbea5364f591fc2a
 SHA512 
a8d448653772690a19f68c1270f9cf18f27d7225847825f29c6ea21846c1074aa61c31b81bc2ae4007067985d389071c32e69b2560282ddb85864a99e9bdd884
-DIST libcxxabi-6.0.0rc2.src.tar.xz 529016 BLAKE2B 
541712f3925d4356764d141c21694c89d41e16459a1b942a54f0404e7bf31f7bf3041a7ccf826d828af4c4824b4f929db4954c31c23a9b88902ad3bddccbebbf
 SHA512 
14cbb20702cf9498d9b62a9e6a17f24556b93b9cb221742c64979d3fb159a867abb0f16c72f98319af4d41e3642ad7d7c50bd779828fe3dfecb7906d3f5e68a7
+DIST libcxxabi-6.0.0rc3.src.tar.xz 529040 BLAKE2B 
a88c098ed0375e5a3f515bd791819ef1e01378926402724cd1453a485228aa0f67ba5944eca0bb67e487876acb8843f8a5045e86dd3d7aece954262bff92f833
 SHA512 
2f777f4b391175dd9a3cc28aa4edab82ffa0b292f1e0bde3ed996047f4caf83ac7b2cf197ec415140aaef15f55da60d5899fc6b4af2276ae4ae39059607bf9bc

diff --git a/sys-libs/libcxxabi/libcxxabi-6.0.0_rc2.ebuild 
b/sys-libs/libcxxabi/libcxxabi-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/libcxxabi/libcxxabi-6.0.0_rc2.ebuild
rename to sys-libs/libcxxabi/libcxxabi-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: efe61b8e15d10ab4d44ae9d514400fd7f8d5b14a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:03:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe61b8e

dev-python/clang-python: Bump to 6.0.0rc3

 dev-python/clang-python/Manifest| 2 +-
 .../{clang-python-6.0.0_rc2.ebuild => clang-python-6.0.0_rc3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index 606f508ecdc..a299b38ea69 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -1,3 +1,3 @@
 DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B 
bc1bb8875e83ccecd446a48cfa41f5c98a09d6ad24ff439a983f629711b4513b9c4bee4070f8df13b6b2a52d673b0706733a4c151ce5021a0233147debff14ac
 SHA512 
936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
 DIST cfe-5.0.1.src.tar.xz 11483036 BLAKE2B 
c4eb54cd8271b62cf7a2219db0b599b68c00b6e574d1946220efbd1633e841796e6717d6eeb35e84a6db32a731a3285b59cedeb3b1a8f3c3c502b799fdd0a720
 SHA512 
6619177a2ff9934fe8b15d6aa229abb8e34d0b1a75228d9efba9393daf71d6419a7256de57b31e2f9f829f71f842118556f996e86ee076f1e0a7cd394dfd31a2
-DIST cfe-6.0.0rc2.src.tar.xz 11957996 BLAKE2B 
65cd91d8b5591e6312f9b46c1deecca5e14db72f58830b5249ca0fbc3b0911ae5bf60c9e1e326cad6eb670d5f2a144229b4e04e5b7645e516b2a530e428cc171
 SHA512 
991c45ee8500bee1e7004172e2ab8fa78e3d412b1474cfb48ee6f49232afe8d2f512e2ebf148afc4f8b38cff0110e3af26bdbec2138d80592c876452a18c63fe
+DIST cfe-6.0.0rc3.src.tar.xz 11959032 BLAKE2B 
a054cec4aacf3e711edae7df6dfe21283bdb4953b5a29b54b41f45c6c085fa5a7532199e6f09c46ed100de8cdd5d61acdeaaf1d3b21f54154a8972807215dfd8
 SHA512 
364e1ae830f453b4da06e5396b6cbe934f46c8e30ca962951d71e0f228ddd9825109c20038ed1cc76f016dab52c0fe54e61b0e054fac3d1135443469030bc3d4

diff --git a/dev-python/clang-python/clang-python-6.0.0_rc2.ebuild 
b/dev-python/clang-python/clang-python-6.0.0_rc3.ebuild
similarity index 100%
rename from dev-python/clang-python/clang-python-6.0.0_rc2.ebuild
rename to dev-python/clang-python/clang-python-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 711229eb57e1c1a800116679bfa8bf86fb03a2b4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:02:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711229eb

sys-devel/lld: Bump to 6.0.0rc3

 sys-devel/lld/Manifest   | 4 ++--
 sys-devel/lld/{lld-6.0.0_rc2.ebuild => lld-6.0.0_rc3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index bd61a948628..6559c05b0c6 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -1,6 +1,6 @@
 DIST lld-4.0.1.src.tar.xz 593796 BLAKE2B 
58eb8f013a4562ef60dd7e17ddd741f434b8f0228a3d3d746ec8c30521ce667863d0b6db6565659a1b86cb91550cdaa43a27600d3a979460523faf24eac8ea3f
 SHA512 
63bd0813094dc7fa9a95fdee93eb7b97026882a15548f819b5c67f3f0f9fa2a582d968af27ad8f802dbff1f6cd1b8c2fb26b3c7c80379488d05c4a4984d7af68
 DIST lld-5.0.1.src.tar.xz 672952 BLAKE2B 
67bb6687f04f809b12e0b65a047c493f89a22984e8d3ac35aaf18bd3179a97efd7798e2b38e00cd00cde07ccf37a1361f4de8a3eb1481571c039195b5214d6b6
 SHA512 
62c9682ae4e18a64af2c9e13d45925fbe022ca332d03b1c4232c6b730dab327418555c8da2b2bf8c6126032dfd378a0b9dedba83351d928784bf2b1f30dfaaca
-DIST lld-6.0.0rc2.src.tar.xz 789408 BLAKE2B 
7d4613666a81de7736216ca2f6bf5687cb4da8b23eb4d233632d4830700dc8ef206d05100ebbcda07b1d93bf83179265f1ea216d5a2ebc7d2f45c632a08a8901
 SHA512 
391938bd4b51a5275e4573d4500c342d1db3b80a07aac560b5d324c370563693b4ed09d62754aa91c033a3ded16466dabaa7efd859d9227123c394274503a11a
+DIST lld-6.0.0rc3.src.tar.xz 790480 BLAKE2B 
6d79c58b4f08f3110dfadf733972c3acba4cde857fcdc05b7e649d0030ed3d19ea1b04be262f94044058bcba145a2df40b912a1b92ed0bbce31fd6b191f83ddf
 SHA512 
c444fdbb43dc3e9a58fce9d4ce869236d633e79fd592959bc9be4ed038b62428540e14a9fbebea8171864d9d46ce6e4a0bf8753d9a97754a65e629dc884a42fb
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd

diff --git a/sys-devel/lld/lld-6.0.0_rc2.ebuild 
b/sys-devel/lld/lld-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-devel/lld/lld-6.0.0_rc2.ebuild
rename to sys-devel/lld/lld-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 7e314a50d60cc5273e17185eae3d30cb5d363462
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:05:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e314a50

sys-devel/clang-runtime: Bump to 6.0.0rc3

 .../{clang-runtime-6.0.0_rc2.ebuild => clang-runtime-6.0.0_rc3.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-6.0.0_rc2.ebuild 
b/sys-devel/clang-runtime/clang-runtime-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-devel/clang-runtime/clang-runtime-6.0.0_rc2.ebuild
rename to sys-devel/clang-runtime/clang-runtime-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 7b21cf1ed5783ef92cadd06e9cf5cb987b44e778
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:01:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b21cf1e

sys-devel/llvm: Bump to 6.0.0rc3

 sys-devel/llvm/Manifest | 2 +-
 sys-devel/llvm/{llvm-6.0.0_rc2.ebuild => llvm-6.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index caabb01e28b..8377b3f8284 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -32,5 +32,5 @@ DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10
 DIST llvm-5.0.1-manpages.tar.bz2 94004 BLAKE2B 
34eb29361ad7aa881e64d1dd2992fd89ce44adafd2521284c27b6ffe7082bc7e70458204e6f34d582b704bf7c5dad93c6a6dc41fc7abc41862aab8f5ec53ed07
 SHA512 
3444cc8e06009f5dd2669b92af662a1049d9294c8ca0dcf45486e1dc1aaf10160860b7856d30ad70bbe5864b21d1539316e89f5237549f5653954e23baf64334
 DIST llvm-5.0.1-patchset.tar.bz2 4204 BLAKE2B 
e7282e84578631d88549bdf34e5a44e0294e47ef1fee29c0cb954d7afd160d4b6a0f39bb3bd53791ea53503a60eaa0ada0a512a63d696ff096dc6f21f4aecdc7
 SHA512 
395ea2b13008e222c034e2bdd8c2bb033b9c01e61fb89c840f009f6cddb499b317df8b061d29f40968d8f0df5540a2f4a9de31eef1de886796c8c334f37254eb
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd
 DIST llvm-manpages-4.0.1.tar.bz2 87981 BLAKE2B 
79ffd254ee5c6e09159c954913ef820f74107d4fcea5e3ed82592dc36af8fdfbf1e850547ba8bfc20aa9a5ecdd26c50329e6a6d558ae3aa5475a930789ce3e01
 SHA512 
d5b3213567c25db58ef364d272314a79c311a80fc21d98c09a5540af45a8190a38f489228663fe9a9b63bf0f2b952c460c4196a8fc8d6f221619f6e7ed2fc415

diff --git a/sys-devel/llvm/llvm-6.0.0_rc2.ebuild 
b/sys-devel/llvm/llvm-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-devel/llvm/llvm-6.0.0_rc2.ebuild
rename to sys-devel/llvm/llvm-6.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-02-26 Thread Michał Górny
commit: ec3ab952f3125bdfd58367300937e5be7e476fc7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:03:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3ab952

sys-libs/compiler-rt-sanitizers: Bump to 6.0.0rc3

 sys-libs/compiler-rt-sanitizers/Manifest  | 4 ++--
 ...izers-6.0.0_rc2.ebuild => compiler-rt-sanitizers-6.0.0_rc3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 0990ba2ce84..621fa8d6447 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -1,7 +1,7 @@
 DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
 DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4
-DIST compiler-rt-6.0.0rc2.src.tar.xz 1635928 BLAKE2B 
6d60e40e61f4d3496d259dff9471bbe41656a1ced8aa1eff3d2443ddd17ffb1a13c54e1dc632d326f8185cc0ace8af72eaaeed3c7e5b1e86411240349b2858ca
 SHA512 
3c279f2c5fdad6ed3a2c49809eb2879cb6615d27920046f4d9bb1cc4d66da949b3b90f26dc8208dbea5602cb5f85e1a4d1e72daca7b7dfa4d405aed4743c7604
+DIST compiler-rt-6.0.0rc3.src.tar.xz 1631896 BLAKE2B 
888be613dab863d8c6918e668ad3cfdf1ee4282777a63bbecee8be6dd85c47e643ed1992299410d8920e6814a9ec2b71d4eb7dc79b91ec7aab3660e83cf98f2c
 SHA512 
f2897fbf4b9f27c4ddd1dbdcd0720874e85eeb861d31422208308e6fe2142ae92dc081c06e5cc795fde6066e9a9c03e4e10373517810ca89e110ededc49c77ad
 DIST compiler-rt-sanitizers-4.0.1-patchset.tar.xz 2384 BLAKE2B 
6f9eee711c83570767f0bb634d0f91c18ee7f2af93a478938b8d5b6ce6f2c2fbaadb7bd5c7ee94a14dc1834359a046187db6bc7005b7c2efa539325dc0701ad9
 SHA512 
72d7357b4c27bbf8fa8b34803ddea905a9f1054e8fc7bf99a4ead9dc00408989ea2709f04be9cf45a27eeb4b9386c89feeb25b53a84f3cac9739196b89813887
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0_rc2.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0_rc3.ebuild
similarity index 100%
rename from 
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0_rc2.ebuild
rename to 
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: aae26daf4bc1b00f8b364fe44b34a742508542a6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:04:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae26daf

sys-libs/libcxx: Bump to 6.0.0rc3

 sys-libs/libcxx/Manifest | 2 +-
 sys-libs/libcxx/{libcxx-6.0.0_rc2.ebuild => libcxx-6.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 6d10cd08857..c0d0b9c85e0 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -2,4 +2,4 @@ DIST libcxx-3.7.1.src.tar.xz 995724 BLAKE2B 
aab68f1b99a2c817e7154b71c04c81bd8091
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
 DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c
-DIST libcxx-6.0.0rc2.src.tar.xz 1554124 BLAKE2B 
c1d270c4c102c7622138e00628bf863f4047018ecf859386358449da2b7afdf2fe7a9cf969fa96f678960fd4cc343c26e89d6e95e594eeacef3d0d18157f9cff
 SHA512 
3f0a032c4670076ead80bb03b3b7a565dfaf6526c9309f4453a455463038d3e7960bf93f2393f6dd2bd8b7f1ea14b9599edae54dba7ede97cf0d8240cc4f
+DIST libcxx-6.0.0rc3.src.tar.xz 1554184 BLAKE2B 
87c55bf9a18aa6fff2cd6c323ac99454273686e2697b0efa3152114ff402a4015e9b6bb6236bc0760b97d9f8038b70b56da4b9fd3ac3e7b31bd4305f881f216f
 SHA512 
0d42d0298d824c6adca3c85bb0c49534438278d27c2777609887f5c6bee5d9bcc9f5595f2835f5149a00335a0e3096a056969388d13088457a2853e70cbea966

diff --git a/sys-libs/libcxx/libcxx-6.0.0_rc2.ebuild 
b/sys-libs/libcxx/libcxx-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-libs/libcxx/libcxx-6.0.0_rc2.ebuild
rename to sys-libs/libcxx/libcxx-6.0.0_rc3.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/

2018-02-26 Thread Michał Górny
commit: cdc6d9ae4912b21120447df7ae29bbb184b099f7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:02:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc6d9ae

dev-ml/llvm-ocaml: Bump to 6.0.0rc3

 dev-ml/llvm-ocaml/Manifest  | 2 +-
 .../{llvm-ocaml-6.0.0_rc2.ebuild => llvm-ocaml-6.0.0_rc3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 69a2d356a36..ff258ef3665 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -1,3 +1,3 @@
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-6.0.0_rc2.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-6.0.0_rc3.ebuild
similarity index 100%
rename from dev-ml/llvm-ocaml/llvm-ocaml-6.0.0_rc2.ebuild
rename to dev-ml/llvm-ocaml/llvm-ocaml-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: 6eeff3afb0a8dc554b50259528061edf3a89f93b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:00:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eeff3af

dev-python/lit: Bump to 6.0.0rc3

 dev-python/lit/Manifest   | 2 +-
 dev-python/lit/{lit-6.0.0_rc2.ebuild => lit-6.0.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 18d112f6ba1..5a6b3dd3601 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -1,4 +1,4 @@
 DIST llvm-3.9.0.src.tar.xz 18235716 BLAKE2B 
c348d36cb21e716e8656b97489a0b7223fe81599e36ebf6f88d6191b1dec9eafc2d5d5413657ef89473af193b660c4b13317bebe5ecd02ad6c761c0ffdbe7f40
 SHA512 
f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd

diff --git a/dev-python/lit/lit-6.0.0_rc2.ebuild 
b/dev-python/lit/lit-6.0.0_rc3.ebuild
similarity index 100%
rename from dev-python/lit/lit-6.0.0_rc2.ebuild
rename to dev-python/lit/lit-6.0.0_rc3.ebuild



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

2018-02-26 Thread Michał Górny
commit: a9823a30d1c6fc507e032c7377e044229dbb6fe0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:02:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9823a30

sys-devel/clang: Bump to 6.0.0rc3

 sys-devel/clang/Manifest   | 6 +++---
 sys-devel/clang/{clang-6.0.0_rc2.ebuild => clang-6.0.0_rc3.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index 174ced32783..37be2706a20 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,11 +1,11 @@
 DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B 
bc1bb8875e83ccecd446a48cfa41f5c98a09d6ad24ff439a983f629711b4513b9c4bee4070f8df13b6b2a52d673b0706733a4c151ce5021a0233147debff14ac
 SHA512 
936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
 DIST cfe-5.0.1.src.tar.xz 11483036 BLAKE2B 
c4eb54cd8271b62cf7a2219db0b599b68c00b6e574d1946220efbd1633e841796e6717d6eeb35e84a6db32a731a3285b59cedeb3b1a8f3c3c502b799fdd0a720
 SHA512 
6619177a2ff9934fe8b15d6aa229abb8e34d0b1a75228d9efba9393daf71d6419a7256de57b31e2f9f829f71f842118556f996e86ee076f1e0a7cd394dfd31a2
-DIST cfe-6.0.0rc2.src.tar.xz 11957996 BLAKE2B 
65cd91d8b5591e6312f9b46c1deecca5e14db72f58830b5249ca0fbc3b0911ae5bf60c9e1e326cad6eb670d5f2a144229b4e04e5b7645e516b2a530e428cc171
 SHA512 
991c45ee8500bee1e7004172e2ab8fa78e3d412b1474cfb48ee6f49232afe8d2f512e2ebf148afc4f8b38cff0110e3af26bdbec2138d80592c876452a18c63fe
+DIST cfe-6.0.0rc3.src.tar.xz 11959032 BLAKE2B 
a054cec4aacf3e711edae7df6dfe21283bdb4953b5a29b54b41f45c6c085fa5a7532199e6f09c46ed100de8cdd5d61acdeaaf1d3b21f54154a8972807215dfd8
 SHA512 
364e1ae830f453b4da06e5396b6cbe934f46c8e30ca962951d71e0f228ddd9825109c20038ed1cc76f016dab52c0fe54e61b0e054fac3d1135443469030bc3d4
 DIST clang-tools-extra-4.0.1.src.tar.xz 581788 BLAKE2B 
52ca89eda6fe1e0fbbdc46e17f4067f03a9a9440dcdcc98811651087d0c9ab24dfe3eefb0b80a32ec41abe0766cb3e47031de61c4cff02b7d0e08c8fd03e3faa
 SHA512 
ea26d926f428e62e76cf8a073e63ffe05645f6592e05d7717d5c257908870ae9217727d3e1578227b14eda5937085872463f1a8e99970256179c68b8a92e69e0
 DIST clang-tools-extra-5.0.1.src.tar.xz 646328 BLAKE2B 
472eb1e73a17564790919ec392dddcd91f131c1cbf2a5f3cab09a9f7126d4d18ec6785ffcb3c3230eec6edc90acbe2bf859367c37f62ba77d7542f4c18b925f3
 SHA512 
2e6a811cccd22281f7567f5626ff0484ed1fefee4a9244a717e3ccb9516dce9e7ff315044fb10e505e91c3f1c6d2774558debb9559915d053886599bcb153d7b
-DIST clang-tools-extra-6.0.0rc2.src.tar.xz 758068 BLAKE2B 
dd39e975015601a7df327acd76f5dbd46a20858d65f72e8af4b1e2a176f5c98a07c9d2db12dccef1e9127019e78d7201cf82c27c2b372bfae70f55859fca0e94
 SHA512 
0a09582e602603c975ec0eb95c67333fdf7985038a36053b7a63db68709a7a5a5ef4b9b2579f7c53e1c3fc39e28ee3c69e3d484f9ab2841f25abe26a84971917
+DIST clang-tools-extra-6.0.0rc3.src.tar.xz 757952 BLAKE2B 
a1ec0cfa3371c193deb7aaa1856817f2dd13ce1c9c4bb004505a173340d8a03fd091a42d9085eb981c6df1181a1a7090ec5235387783ab19df8314955c2e4cea
 SHA512 
b894e80dca0ce7bc960baaf77e1e9a06699648bd635cce9deae4419021452c381ca95f080c21366984fe93048ecc40e9e9bacac2024c496c5302cc35f4c01352
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1-manpages.tar.bz2 94004 BLAKE2B 
34eb29361ad7aa881e64d1dd2992fd89ce44adafd2521284c27b6ffe7082bc7e70458204e6f34d582b704bf7c5dad93c6a6dc41fc7abc41862aab8f5ec53ed07
 SHA512 
3444cc8e06009f5dd2669b92af662a1049d9294c8ca0dcf45486e1dc1aaf10160860b7856d30ad70bbe5864b21d1539316e89f5237549f5653954e23baf64334
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd
 DIST llvm-manpages-4.0.1.tar.bz2 87981 BLAKE2B 

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

2018-02-26 Thread Michał Górny
commit: 2690bc9e640d9fbd7a60fdea301880fb5e3abece
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:00:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:05:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2690bc9e

sys-devel/llvm-common: Bump to 6.0.0rc3

 sys-devel/llvm-common/Manifest  | 2 +-
 .../{llvm-common-6.0.0_rc2.ebuild => llvm-common-6.0.0_rc3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 69a2d356a36..ff258ef3665 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -1,3 +1,3 @@
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
 DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
-DIST llvm-6.0.0rc2.src.tar.xz 25288140 BLAKE2B 
095f054ce2ccb1eee3def2b8c6cecc610c4392283062338aa20d2de33c951484a2dc6774db2727e19e879307cfc95dda2730185cde8e52f4f45851d8dd809b3e
 SHA512 
3cb3521ba8d90bf2a90c49d753ab5e92f1e0ccfc86946f3767c06d0f276e2c4cf8ff2f984680835efbaa4dae1cd2d3a074468e547785e05a67ea55311b94a0e9
+DIST llvm-6.0.0rc3.src.tar.xz 25295644 BLAKE2B 
5832b3daefbbf043caaac38791eb95a321cbee82bfa12710e332ea14b8ee6d1fe81c4fcea19cdbabd24b89e338575e367bab481c47eb6a6bfbd6a926f02fe5b2
 SHA512 
9932debae40ced0137c1e1675fb91b996326c7eed1b67d1280bd2b0f5bd62e15d47c87d0e215fe29680cb628853c6a446587623a6f3312ce42612b2ac865e3cd

diff --git a/sys-devel/llvm-common/llvm-common-6.0.0_rc2.ebuild 
b/sys-devel/llvm-common/llvm-common-6.0.0_rc3.ebuild
similarity index 100%
rename from sys-devel/llvm-common/llvm-common-6.0.0_rc2.ebuild
rename to sys-devel/llvm-common/llvm-common-6.0.0_rc3.ebuild



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

2018-02-26 Thread Nicolas Bock
commit: fe6d09ed0e054d3bf2c63258381f13e7c082a7e6
Author: Nicolas Bock  gentoo  org>
AuthorDate: Mon Feb 26 13:44:06 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Mon Feb 26 13:44:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6d09ed

app-crypt/keybase: Remove old versions

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/keybase/Manifest  |  3 ---
 app-crypt/keybase/keybase-1.0.33.ebuild | 47 
 app-crypt/keybase/keybase-1.0.36.ebuild | 48 -
 app-crypt/keybase/keybase-1.0.39.ebuild | 48 -
 4 files changed, 146 deletions(-)

diff --git a/app-crypt/keybase/Manifest b/app-crypt/keybase/Manifest
index 9a0956f6985..b6807579224 100644
--- a/app-crypt/keybase/Manifest
+++ b/app-crypt/keybase/Manifest
@@ -1,5 +1,2 @@
-DIST keybase-1.0.33.tar.gz 29170354 BLAKE2B 
78799ea49cde32e3c1be781e281b5ca188f7a5d846fcb7e41605d6e2526bc4e36f6ef991567631e9c72eeb6b194ebec740516e886f4af419b01e47622f030c42
 SHA512 
d02933e88613102e27a4aa5f2494ae2b55456cab8c5cadad9c412069b24c574a20609fc83b88bc8f9aa00bfd300822bc4c882392f65fec3e7a8056cebc6fb9d4
-DIST keybase-1.0.36.tar.gz 30043919 BLAKE2B 
0053088754b0a4a47314032e87a7c5165aff59ded585ae20fb12c3dbf0c7437f7f0370f236fec0db501cacb3a75e87ed494df8f688d360c58904e851eb119f60
 SHA512 
c6bd4805240bdafd27eac382a30fac6e5ac3e6eb313dda027533c3a8f366077c894b38c1b972ff5688104e1ca4231cbf4242eeb168de9782bbac732da5639ed0
-DIST keybase-1.0.39.tar.gz 30226025 BLAKE2B 
5d10e4afe3f0f1691221cbf69ff3e427fe318768e74f5891d32416e92ad5c1c45ad3ff0c83ea2d2405f4492a2d2af989ff587c60c9a5677ae580c9502e9a5726
 SHA512 
def416bad6fc3513a3341aecaf03bce356a890667e4c64f9edc1c469b3a1f167c3022f6c1aabaa48257983aaa9826b45117ada6cc26bf862c97092c904cd32f1
 DIST keybase-1.0.41.tar.gz 31643095 BLAKE2B 
72fe94c8996b0dfad3d75f487545d5cb96ffa09c46276104171f103f2fcbb29199013ad8075fdddf3655f63f55cbd2f0d0768b5f0e697b7339262736d9c29ca5
 SHA512 
1382f008089d8704167842960aec9e4007ac32db589bad45944428ad92ac90b1802338ff6ccc0c570d40b9c9115170a2e15c590f875cdc8261d203c01402385c
 DIST keybase-1.0.44.tar.gz 31729876 BLAKE2B 
945700824e630591f7b79dd5e8253156ee8e3ab1349f9ad584311d781cd9c98a5176884aa2fa34ac164af2194941822e56e96d7783843f649a97058edf015670
 SHA512 
a50c33548745e3c946099105c6926e4b4cd37a96c57d86ca7259b7b864f92a9e2b8823b992d7e367ee93a5832481360d66e170ba59a5cf99296dde20c1538c41

diff --git a/app-crypt/keybase/keybase-1.0.33.ebuild 
b/app-crypt/keybase/keybase-1.0.33.ebuild
deleted file mode 100644
index 92df05b55e7..000
--- a/app-crypt/keybase/keybase-1.0.33.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-
-DESCRIPTION="Client for keybase.io"
-HOMEPAGE="https://keybase.io/;
-SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-lang/go-1.6:0"
-RDEPEND="
-   app-crypt/gnupg"
-
-S="${WORKDIR}/src/github.com/keybase/client"
-
-src_unpack() {
-   unpack "${P}.tar.gz"
-   mkdir -p "$(dirname "${S}")" || die
-   mv "client-${MY_PV}" "${S}" || die
-}
-
-src_compile() {
-   GOPATH="${WORKDIR}:${S}/go/vendor" \
-   go build -v -x \
-   -tags production \
-   -o "${T}/keybase" \
-   github.com/keybase/client/go/keybase || die
-}
-
-src_install() {
-   dobin "${T}/keybase"
-}
-
-pkg_postinst() {
-   elog "Run the service: keybase service"
-   elog "Run the client:  keybase login"
-}

diff --git a/app-crypt/keybase/keybase-1.0.36.ebuild 
b/app-crypt/keybase/keybase-1.0.36.ebuild
deleted file mode 100644
index 9a1ab8b086c..000
--- a/app-crypt/keybase/keybase-1.0.36.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-
-DESCRIPTION="Client for keybase.io"
-HOMEPAGE="https://keybase.io/;
-SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-lang/go-1.6:0"
-RDEPEND="
-   app-crypt/gnupg"
-
-S="${WORKDIR}/src/github.com/keybase/client"
-
-src_unpack() {
-   unpack "${P}.tar.gz"
-   mkdir -p "$(dirname "${S}")" || die
-   mv "client-${MY_PV}" "${S}" || die
-}
-
-src_compile() {
-   GOPATH="${WORKDIR}:${S}/go/vendor" \
-   go build -v -x \
-   -tags production \
-   -o "${T}/keybase" \
-   github.com/keybase/client/go/keybase || die
-}
-
-src_install() {
-   dobin "${T}/keybase"
-   dobin "${S}/packaging/linux/run_keybase"
-}
-

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

2018-02-26 Thread Nicolas Bock
commit: 31c9103849e39baa33a2e043100ae9d6983506dc
Author: Nicolas Bock  gentoo  org>
AuthorDate: Mon Feb 26 13:42:28 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Mon Feb 26 13:42:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c91038

app-crypt/kbfs: Version bump to 1.0.44

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/kbfs/Manifest   |  1 +
 app-crypt/kbfs/kbfs-1.0.44.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/app-crypt/kbfs/Manifest b/app-crypt/kbfs/Manifest
index 4c3a39bbedd..bfdcbffb539 100644
--- a/app-crypt/kbfs/Manifest
+++ b/app-crypt/kbfs/Manifest
@@ -1,2 +1,3 @@
 DIST kbfs-1.0.36.tar.gz 5135197 BLAKE2B 
a0d40048d11347a72ac9fedb358be7bd8d425e9eafc32fce44e75583aa75fde00bee62d81e7d4bc1553aec3f72ca3af1dffd1ef710d897ce28cb26d152eab4aa
 SHA512 
eb50c4fdd07e0d0e0bd62c48a60520fe48a6b64d97e6ac561d0c567e50c4863f9969697f78553360e6b42776af4974b086bd0be75db6de4c28a5c4a840725919
 DIST kbfs-1.0.40.tar.gz 5432507 BLAKE2B 
4d3c55d3c081cb7fea44d302a1a5598df515f98f4f75bf3e0eee84c3151114247eb1a80ea2ff9bb6d10cc3612af25e283b114b26b24043fbfdd16f05d2fb0210
 SHA512 
c5391e710fc55130437ff5f42e00229ea06fd1bd5e535c814158a501f2b23ef43d65d27ebf57ec3c3b5d3c7cbbed43cd2bafaf001a3b23a40cbc94d22883
+DIST kbfs-1.0.44.tar.gz 5440024 BLAKE2B 
b8ab744b1bb9fa2e33bd382df92f1e50ed294446106d5723306465cbbadc0e960ad0da834671fa7f01e7ea8ff3486477972f44e927feefd1123d8a8ad4e376f5
 SHA512 
03e92303f140dbff059f8c954142d6180f388c1e50c2f8af02a30a740d440d5f79be47ad851d021a2b90525bf7b775e471780438b94d1d6403eddbdc0bd41e8e

diff --git a/app-crypt/kbfs/kbfs-1.0.44.ebuild 
b/app-crypt/kbfs/kbfs-1.0.44.ebuild
new file mode 100644
index 000..df627e67723
--- /dev/null
+++ b/app-crypt/kbfs/kbfs-1.0.44.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Keybase Filesystem (KBFS)"
+HOMEPAGE="https://keybase.io/docs/kbfs;
+SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="git"
+
+DEPEND=">=dev-lang/go-1.6:0"
+RDEPEND="
+   app-crypt/gnupg
+   sys-fs/fuse
+   "
+
+S="${WORKDIR}/src/github.com/keybase/kbfs"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mkdir -p "$(dirname "${S}")" || die
+   mv "kbfs-${PV}" "${S}" || die
+}
+
+src_compile() {
+   GOPATH="${WORKDIR}" \
+   go build -v -x \
+   -tags production \
+   -o "${T}/kbfsfuse" \
+   github.com/keybase/kbfs/kbfsfuse
+   use git && \
+   GOPATH="${WORKDIR}" \
+   go build -v -x \
+   -tags production \
+   -o "${T}/git-remote-keybase" \
+   github.com/keybase/kbfs/kbfsgit/git-remote-keybase
+}
+
+src_install() {
+   dobin "${T}/kbfsfuse"
+   use git && \
+   dobin "${T}/git-remote-keybase"
+}



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

2018-02-26 Thread Matt Thode
commit: 1d06207c220b8d1c5464c0205f4adf85e39a9aea
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 26 12:41:57 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 26 12:55:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d06207c

app-crypt/certbot: 0.21.1 stable amd64 and x86

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/certbot/certbot-0.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot/certbot-0.21.1.ebuild 
b/app-crypt/certbot/certbot-0.21.1.ebuild
index 10f9b67afa2..fe734acd2c2 100644
--- a/app-crypt/certbot/certbot-0.21.1.ebuild
+++ b/app-crypt/certbot/certbot-0.21.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 x86"
 fi
 
 inherit distutils-r1



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

2018-02-26 Thread Matt Thode
commit: d3d6a01a765d4865cb5118af3b032132609b2a3e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 26 12:45:54 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 26 12:55:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d6a01a

app-crypt/certbot-apache: 0.21.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/certbot-apache/Manifest  |  3 --
 .../certbot-apache/certbot-apache-0.18.2.ebuild| 38 --
 .../certbot-apache/certbot-apache-0.19.0.ebuild| 38 --
 .../certbot-apache/certbot-apache-0.21.0.ebuild| 38 --
 .../certbot-apache/certbot-apache-0.21.1.ebuild|  2 +-
 5 files changed, 1 insertion(+), 118 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index d0dea856b8d..181aff4bd4c 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,5 +1,2 @@
-DIST certbot-0.18.2.tar.gz 1044019 BLAKE2B 
d198252c1e3e24a80bcadeecde7fd133e454036df6bd782585b31234ddd8d393fc2ab792e60f381eabd9fb453ee2a57d132ba7d41254c8acd9cf64dbfb94fb89
 SHA512 
30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
-DIST certbot-0.19.0.tar.gz 1061557 BLAKE2B 
4f1c623276cbcc88d414dd9d135b65f472d1e35cfef74901fb8031d40d414266870229b6aaf60a4bfde983c7e930819e5e7326d5cfa3cbffb155e3a9c724883a
 SHA512 
d29c9e2041171f2574bf2ee9ff7442b80b261a03f9e82e4dd40aad0617730aca6bff17fcc728496bda4133f86a4894cf21d083dacb0d0df2dec11d23e4e1541b
 DIST certbot-0.20.0.tar.gz 1108139 BLAKE2B 
6af07dd245912741592761bd11160c081e278e5f48b69747669aa6146d81cc7ad6f0d9c7b4bf31ad137d51bd378f670e5e5d7318efe7b3b5463d52515a5df257
 SHA512 
92c128bc955a576a1eb568d39b3a5568f9bd841acefaa455d716ce5036312d0ad67b3dcfcf960b15abdd39c1f34f82ffe2ebca0722628c5c804fc5472a6c0546
-DIST certbot-0.21.0.tar.gz 1105665 BLAKE2B 
c7fea5f9fd6a0f68112897923fe96c854751789c6ba71ad38c333c259d556431ccc53658eef520f2518b42ff26748bc6736f3deff97cbfee4900305b1cd24fa7
 SHA512 
87d1f2b5153f8fc6a5cf1ee3e6ba084464d2094ef0ae8955d4ac3c75de759cd62c54465186a21b4d4205193f410cbfcb93f4af4f29bfdb21f7cc881a38c4340f
 DIST certbot-0.21.1.tar.gz 1105663 BLAKE2B 
7c36ec0504a144a2325528079374d103f6214252c01ba0bcaf26378950fe5cd54010abe756d80b1c0c30740442a184417f0b2bd7ffea91edeb70c59dfee2349e
 SHA512 
6f3ffba7dc06bcc2a6b9835906331753ee2715192e7a49562314480069f22e4a66bb26f04dc4bbdfb0ab40998220d0c9b77fb0351e042116b02996fb2da699d2

diff --git a/app-crypt/certbot-apache/certbot-apache-0.18.2.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.18.2.ebuild
deleted file mode 100644
index 93bc9555195..000
--- a/app-crypt/certbot-apache/certbot-apache-0.18.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="~amd64"
-   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="~app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests || die
-}

diff --git a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
deleted file mode 100644
index 1e1d358701c..000
--- a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="amd64 x86"
-   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot 

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

2018-02-26 Thread Matt Thode
commit: 7020ee1b1c79ee08d089af2ce088f0809455aa22
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 26 12:48:23 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 26 12:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7020ee1b

app-crypt/certbot-nginx: 0.21.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/certbot-nginx/Manifest   |  3 --
 .../certbot-nginx/certbot-nginx-0.18.2.ebuild  | 34 --
 .../certbot-nginx/certbot-nginx-0.19.0.ebuild  | 34 --
 .../certbot-nginx/certbot-nginx-0.21.0.ebuild  | 34 --
 .../certbot-nginx/certbot-nginx-0.21.1.ebuild  |  2 +-
 5 files changed, 1 insertion(+), 106 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index d0dea856b8d..181aff4bd4c 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,5 +1,2 @@
-DIST certbot-0.18.2.tar.gz 1044019 BLAKE2B 
d198252c1e3e24a80bcadeecde7fd133e454036df6bd782585b31234ddd8d393fc2ab792e60f381eabd9fb453ee2a57d132ba7d41254c8acd9cf64dbfb94fb89
 SHA512 
30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
-DIST certbot-0.19.0.tar.gz 1061557 BLAKE2B 
4f1c623276cbcc88d414dd9d135b65f472d1e35cfef74901fb8031d40d414266870229b6aaf60a4bfde983c7e930819e5e7326d5cfa3cbffb155e3a9c724883a
 SHA512 
d29c9e2041171f2574bf2ee9ff7442b80b261a03f9e82e4dd40aad0617730aca6bff17fcc728496bda4133f86a4894cf21d083dacb0d0df2dec11d23e4e1541b
 DIST certbot-0.20.0.tar.gz 1108139 BLAKE2B 
6af07dd245912741592761bd11160c081e278e5f48b69747669aa6146d81cc7ad6f0d9c7b4bf31ad137d51bd378f670e5e5d7318efe7b3b5463d52515a5df257
 SHA512 
92c128bc955a576a1eb568d39b3a5568f9bd841acefaa455d716ce5036312d0ad67b3dcfcf960b15abdd39c1f34f82ffe2ebca0722628c5c804fc5472a6c0546
-DIST certbot-0.21.0.tar.gz 1105665 BLAKE2B 
c7fea5f9fd6a0f68112897923fe96c854751789c6ba71ad38c333c259d556431ccc53658eef520f2518b42ff26748bc6736f3deff97cbfee4900305b1cd24fa7
 SHA512 
87d1f2b5153f8fc6a5cf1ee3e6ba084464d2094ef0ae8955d4ac3c75de759cd62c54465186a21b4d4205193f410cbfcb93f4af4f29bfdb21f7cc881a38c4340f
 DIST certbot-0.21.1.tar.gz 1105663 BLAKE2B 
7c36ec0504a144a2325528079374d103f6214252c01ba0bcaf26378950fe5cd54010abe756d80b1c0c30740442a184417f0b2bd7ffea91edeb70c59dfee2349e
 SHA512 
6f3ffba7dc06bcc2a6b9835906331753ee2715192e7a49562314480069f22e4a66bb26f04dc4bbdfb0ab40998220d0c9b77fb0351e042116b02996fb2da699d2

diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.18.2.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.18.2.ebuild
deleted file mode 100644
index 94d8fd92279..000
--- a/app-crypt/certbot-nginx/certbot-nginx-0.18.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   ~app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"

diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.19.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.19.0.ebuild
deleted file mode 100644
index d79a9681a07..000
--- a/app-crypt/certbot-nginx/certbot-nginx-0.19.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-

  1   2   >