[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/linechecks/deprecated/

2018-05-14 Thread Michał Górny
commit: 6daa3fcacaebd9ed91bcf0316387971f304f87f8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 14 07:00:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 15 05:31:02 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6daa3fca

repoman: Add EAPI 7 eclass deprecation

Explicitly indicate that epatch, ltprune and versionator eclasses
are deprecated.  Do not deprecate eapi7-ver yet since it is still
required in EAPI 6.

Reviewed-by: Zac Medico  gentoo.org>

 repoman/pym/repoman/modules/linechecks/deprecated/inherit.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py 
b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
index 8a20f22a4..77ad4f625 100644
--- a/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
+++ b/repoman/pym/repoman/modules/linechecks/deprecated/inherit.py
@@ -17,6 +17,7 @@ class InheritDeprecated(LineCheck):
"clutter": "gnome2",
"confutils": False,
"distutils": "distutils-r1",
+   "epatch": "(eapply since EAPI 6)",
"games": False,
"gems": "ruby-fakegem",
"gpe": False,
@@ -25,9 +26,11 @@ class InheritDeprecated(LineCheck):
"gst-plugins-good": "gstreamer",
"gst-plugins-ugly": "gstreamer",
"gst-plugins10": "gstreamer",
+   "ltprune": False,
"mono": "mono-env",
"python": "python-r1 / python-single-r1 / python-any-r1",
"ruby": "ruby-ng",
+   "versionator": "eapi7-ver (built-in since EAPI 7)",
"x-modular": "xorg-2",
}
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/

2018-05-14 Thread Lars Wendler
commit: 30945bc83e3e86fb12ee4f018141de226d0e8aa3
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 15 05:26:40 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 15 05:26:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30945bc8

x11-plugins/enigmail: Removed old.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-plugins/enigmail/Manifest  |  1 -
 x11-plugins/enigmail/enigmail-2.0.2.ebuild | 83 --
 2 files changed, 84 deletions(-)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index 4e3f60a81b1..c17e5ea336b 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1,3 +1,2 @@
 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 
729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55
 SHA512 
39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
-DIST enigmail-2.0.2.tar.gz 2524805 BLAKE2B 
aa4d8d6bfeff19eb586156240fc1b22dc1712cbf7ddce93122eec2538a1968f2116fd7148bfa1d3955a907d36cc9935524616c7fb209c845a8b4feeb2284b1cd
 SHA512 
30dcdc0d9fa5f9bceb5497eb9eec83f0c58987d8995a805017fac8bdd1ca8a231dcb219794b90749941e1cc1877b830c0a57ef698dff065a98187b0c3a6d4246
 DIST enigmail-2.0.3.tar.gz 2532924 BLAKE2B 
ac1d8ea129b82d22d73632f6f5c9f001a235a2b30c06cbbaedd5f886c2571a5b1606d980a7afcc4230ea414c38c3e194649273afb3303fff7ca671d916729598
 SHA512 
06f9f5573dddfb3563206b8fda6ff8861971ca5a6c2a64b7e425fb94ce07aaa994173e109faa0fd3a61cf9f43a2b45db389b7f6f6fe14540087531cda1d2c515

diff --git a/x11-plugins/enigmail/enigmail-2.0.2.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.2.ebuild
deleted file mode 100644
index 9e8d0cbb395..000
--- a/x11-plugins/enigmail/enigmail-2.0.2.ebuild
+++ /dev/null
@@ -1,83 +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 python-any-r1
-
-DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
-HOMEPAGE="http://www.enigmail.net/;
-
-SLOT="0"
-LICENSE="MPL-2.0 GPL-3"
-IUSE=""
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source;
-   S="${WORKDIR}/${P}"
-else
-   if [[ ${PV} = *_beta* ]] ; then
-   SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz;
-   else
-   SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-   fi
-   S="${WORKDIR}/${PN}"
-fi
-
-RDEPEND="|| (
-   ( >=app-crypt/gnupg-2.0
-   || (
-   app-crypt/pinentry[gtk(-)]
-   app-crypt/pinentry[qt4(-)]
-   app-crypt/pinentry[qt5(-)]
-   )
-   )
-   =app-crypt/gnupg-1.4*
-   )
-   !/!d; s/.*\({.*}\).*/\1/; p; q' 
build/dist/install.rdf)
-   [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
-
-   mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI 
to match EM:ID'
-
-   # thunderbird
-   insinto 
"/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
-   doins build/"${emid}.xpi"
-
-   # seamonkey
-   insinto 
"/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
-   doins build/"${emid}.xpi"
-}
-
-pkg_postinst() {
-   local peimpl=$(eselect --brief --colour=no pinentry show)
-   case "${peimpl}" in
-   *gtk*|*qt*) ;;
-   *)  ewarn "The pinentry front-end currently selected is not one 
supported by thunderbird."
-   ewarn "You may be prompted for your password in an inaccessible 
shell!!"
-   ewarn "Please use 'eselect pinentry' to select either the gtk 
or qt front-end"
-   ;;
-   esac
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "Please restart thunderbird and/or seamonkey in order for 
them to use"
-   elog "the newly installed version of enigmail."
-   fi
-}



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

2018-05-14 Thread Lars Wendler
commit: 89350d2d9b48085c8de3ee42fabc960c59873231
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 15 05:22:04 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 15 05:23:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89350d2d

net-dns/nsd: Bump to version 4.1.21

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-dns/nsd/Manifest  |   1 +
 net-dns/nsd/nsd-4.1.21.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/net-dns/nsd/Manifest b/net-dns/nsd/Manifest
index a9648c6caa4..8d96cd35f71 100644
--- a/net-dns/nsd/Manifest
+++ b/net-dns/nsd/Manifest
@@ -1 +1,2 @@
 DIST nsd-4.1.20.tar.gz 1096797 BLAKE2B 
aa1415933f8d1d1415349407c54cfdec581304ca27733110b45bc109288506ad2a92c110565695ac7cb4afae3b955fe09fe740196f268c810e0be992e4f55353
 SHA512 
4e646303d9da920a9ad567ea3e04a06d8b66bc0d84117908ae69126c131321d660548f32e7bb54e248dae4f48d5152c0a204bf8bf9262ac4394371c05305b21e
+DIST nsd-4.1.21.tar.gz 1099021 BLAKE2B 
129fd3145308c108ef2bd06b854aaf7cdb7ae7cce7a635c2028d210f87bc9591c89d8724b4d7a23d72e06e2ed73287c1379573f8cb3571cc63a47987db4f6b65
 SHA512 
1e37f433ff5cd4869145a575a89d6eaca6b17c0e029302e233277b400c5f0f0b76ea018d48178d6b8a75b72328f0ded9e885be836c0bb32367d6861ff11c7150

diff --git a/net-dns/nsd/nsd-4.1.21.ebuild b/net-dns/nsd/nsd-4.1.21.ebuild
new file mode 100644
index 000..6e71f765df8
--- /dev/null
+++ b/net-dns/nsd/nsd-4.1.21.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd
+
+# version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1
+MY_PV="${PV/_rc/rc}"
+MY_PV="${MY_PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="An authoritative only, high performance, open source name server"
+HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd;
+SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz;
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bind8-stats ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit 
root-server runtime-checks ssl libressl"
+
+S="${WORKDIR}/${MY_P}"
+
+RDEPEND="
+   virtual/yacc
+   libevent? ( dev-libs/libevent )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   munin? ( net-analyzer/munin )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-devel/flex
+"
+
+src_prepare() {
+   # Fix the paths in the munin plugin to match our install
+   eapply "${FILESDIR}"/nsd_munin_.patch
+   eapply_user
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-pie
+   --enable-relro-now
+   --enable-largefile
+   --with-logfile="${EPREFIX}"/var/log/nsd.log
+   --with-pidfile="${EPREFIX}"/run/nsd/nsd.pid
+   --with-dbfile="${EPREFIX}"/var/db/nsd/nsd.db
+   --with-xfrdir="${EPREFIX}"/var/db/nsd
+   --with-xfrdfile="${EPREFIX}"/var/db/nsd/xfrd.state
+   --with-zonelistfile="${EPREFIX}"/var/db/nsd/zone.list
+   --with-zonesdir="${EPREFIX}"/var/lib/nsd
+   $(use_enable bind8-stats)
+   $(use_enable bind8-stats zone-stats)
+   $(use_enable ipv6)
+   $(use_enable minimal-responses)
+   $(use_enable mmap)
+   $(use_enable nsec3)
+   $(use_enable ratelimit)
+   $(use_enable root-server)
+   $(use_enable runtime-checks checking)
+   $(use_with libevent)
+   $(use_with ssl)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc 
doc/{ChangeLog,CREDITS,NSD-4-features,NSD-FOR-BIND-USERS,README,RELNOTES,REQUIREMENTS}
+
+   newinitd "${FILESDIR}"/nsd.initd-r1 nsd
+
+   # install munin plugin and config
+   if use munin ; then
+   exeinto /usr/libexec/munin/plugins
+   doexe contrib/nsd_munin_
+   insinto /etc/munin/plugin-conf.d
+   newins "${FILESDIR}"/nsd.munin-conf nsd_munin
+   fi
+
+   systemd_dounit "${FILESDIR}"/nsd.service
+
+   # remove the /run directory that usually resides on tmpfs and is
+   # being taken care of by the nsd init script anyway (checkpath)
+   rm -r "${ED%/}"/run || die "Failed to remove /run"
+
+   keepdir /var/db/${PN}
+}
+
+pkg_postinst() {
+   # Do this in postinst to ensure the uid/gid is consistent for binpkgs
+   enewgroup nsd
+   enewuser nsd -1 -1 -1 nsd
+
+   # database directory, writable by nsd for database updates and zone 
transfers
+   install -d -m 750 -o nsd -g nsd "${EROOT%/}"/var/db/nsd
+
+   # zones directory, writable by nsd for zone file updates (nsd-control 
write)
+   install -d -m 750 -o nsd -g nsd "${EROOT%/}"/var/lib/nsd
+}



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

2018-05-14 Thread Hans de Graaff
commit: b68ae3cc34107daba590e382a2ca9b17f8b81f06
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 15 04:45:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 15 05:15:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68ae3cc

dev-ruby/rex-text: add 0.2.20

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/rex-text/Manifest   |  1 +
 dev-ruby/rex-text/rex-text-0.2.20.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/rex-text/Manifest b/dev-ruby/rex-text/Manifest
index 356cba27a27..38603bd95e0 100644
--- a/dev-ruby/rex-text/Manifest
+++ b/dev-ruby/rex-text/Manifest
@@ -1,2 +1,3 @@
 DIST rex-text-0.2.12.gem 43520 BLAKE2B 
fc9ce7134dd1ba8ba21ad6a27ae913d6abdc50d9436675f2c847330a4126b404271bcff6d46c15fcfd64069a2cf92142c8511952abcd17a75d10b776f3ab9bfc
 SHA512 
20ff6df7527f06f3970cd5359db42893bcedf5b9432c8b349a71d22af4940a2b6fb3ab455cc9fd40301102f29e6c2de07043faded0d63a19cd951b3402eafa8e
 DIST rex-text-0.2.16.gem 44544 BLAKE2B 
8ac7be3fa894fa47229aba39be046cb4e6f40a47f65a4d290e7fdc1756b29b063799429e3ee793e69f19adb0c5cc589ff3c4c2261d2a5c4f4851a075bd98eec2
 SHA512 
8b7cf93579abbd67445de9c89469f4d717fae15b3b1d44602733c91cbba024788aa8c76cc45c8bc6351062571b2c938d33c1f9c6059a2cc1c1b604bf6494526c
+DIST rex-text-0.2.20.gem 44544 BLAKE2B 
c446dfcbb54ed9cf57f019f2158fdfe37ae6815f3e02627564e0a0e472f56ab301a805e12f4aafb3f1e8e3052b35737add225c16979bb6dd4a7988b08062ff99
 SHA512 
0043abccc14dc70c750edf42f405368ac305158bcad98586f169b3edb808a5565101a302b32afd5d916a96a7cce4e2e27f2b0e1bcaf152367aac8bafdfbf1474

diff --git a/dev-ruby/rex-text/rex-text-0.2.20.ebuild 
b/dev-ruby/rex-text/rex-text-0.2.20.ebuild
new file mode 100644
index 000..bb5e58149f4
--- /dev/null
+++ b/dev-ruby/rex-text/rex-text-0.2.20.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Specs are not bundled in the gem and upstream source is not tagged
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rex library for text generation and manipulation"
+HOMEPAGE="https://github.com/rapid7/rex-text;
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""



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

2018-05-14 Thread Hans de Graaff
commit: 891d48fffa8e9e5f9ab6b5084311e520fea709f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 15 05:07:37 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 15 05:15:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891d48ff

dev-ruby/pkg-config: cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/pkg-config/Manifest|  1 -
 dev-ruby/pkg-config/pkg-config-1.1.7.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index 1c5ada961d9..50b8b9bdcfd 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,4 +1,3 @@
-DIST pkg-config-1.1.7.gem 19456 BLAKE2B 
ae6f3641181a60aa46a2da63a5343f23c4a41a9499ff5e00b1115ddfb328a4db33db2890d234f5cbc9a45af28aa537e886c776f0a8f24e54e307f637e5a2c8ae
 SHA512 
9f515874d3edabdfff5f4c8d624bbc91e9c5032e79c241412cd073f0a049e35a2e2a660d5503eaae9640286d74cb9851034f757c702e220f728fba1c2337
 DIST pkg-config-1.2.8.gem 20480 BLAKE2B 
cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47
 SHA512 
d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
 DIST pkg-config-1.2.9.gem 20480 BLAKE2B 
8a77d1b00082635ff622940cf313e18e9639e22d7cc0cc170ef62b65c69a3f2d98409339de3d8de2c765699734c6177dfa77ca8357090c4f8d805b9cff453f40
 SHA512 
6b16b741f8efce51623a98a1979b3bc8af18ce6d74bd35f46baafa9eb19bdab50372921f8548a958bc4428f5e9ff0015ca9ec1700065d70bb9fb9d2a98c311c7
 DIST pkg-config-1.3.1.gem 20480 BLAKE2B 
016290cf7eecabc592b2fc1e124a369f9a267e7157fcbc842e19b8fe0f3ceccfef77bb4c3b9b0300b72bf503d1ea823b8c2743c3d56da06d75e5a81768c0
 SHA512 
801dbe70ad1ef075d74f260a124d4b3a78a237abc133bd3da8ac93f0ae51b8d6e94efc1064ffea64138bae26efce52ef5bb23553625d808cafa477af50ca55ec

diff --git a/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild
deleted file mode 100644
index 216fc64a846..000
--- a/dev-ruby/pkg-config/pkg-config-1.1.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/rcairo/pkg-config;
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-# this is used for testing
-DEPEND+=" test? ( x11-libs/cairo )"
-
-all_ruby_prepare() {
-# drop failing tests
-   sed -i -e "/test_cflags/,/end/d"\
-   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
-}



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

2018-05-14 Thread Hans de Graaff
commit: f7b0b6b9aa294fa419555b95cedc30c3b8d89956
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 15 04:43:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 15 05:15:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b0b6b9

dev-ruby/regexp_parser: add 0.4.13

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/regexp_parser/Manifest|  1 +
 dev-ruby/regexp_parser/regexp_parser-0.4.13.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest
index 1b9f99262df..e0cbade9b3c 100644
--- a/dev-ruby/regexp_parser/Manifest
+++ b/dev-ruby/regexp_parser/Manifest
@@ -1,2 +1,3 @@
+DIST regexp_parser-0.4.13.tar.gz 81658 BLAKE2B 
008b5c2ab7b08a23c18f165de2028fab7b42660644dedc467edc5b36065ccebdd80aac0612a37efc59248d2c7116746de41beca964a5c92800c23d33faf98ac0
 SHA512 
f6996b4c0be7f387657fed7a8fd505dd9dd3a15dcd09e12be0bcaf0bdf2321dc6a15a731e7062b76dc40e953b207340747f1429cc7e621dc0b1caa58154ba841
 DIST regexp_parser-0.4.5.tar.gz 77819 BLAKE2B 
c25bd61c226903783822ccd71aa8f6ba6a610c6aadedab91d5eb19754b066d2dfc741895cd5ea1f8b101bbf990858a3ecde9020503783a18c7b52bdd3783da68
 SHA512 
03248616b163bb9c82f3e9be7c0ca30b1d6cee7b1e38b2e9f2386017752544983786e37e26cad2c00a79e3cfedc08672c1b334234f8642c4c67e6ecb35f54af9
 DIST regexp_parser-0.4.9.tar.gz 80496 BLAKE2B 
bf9f5e16e3cd02902ce86091e3f6519e17ed97852218bcea4fff340f89638ad30fd1be4be25282233bc1d5e7936c818bf73e344f5c5de2a6c4229969835191f1
 SHA512 
e5fdab4bfc4a98c96a5d8bb6ba0cb10982111b4329626439a4fdf687cb641caf693096c455db48ff1d5fbc0de9b4fa88bc10ed86111fce4f3fb2245c54073a7d

diff --git a/dev-ruby/regexp_parser/regexp_parser-0.4.13.ebuild 
b/dev-ruby/regexp_parser/regexp_parser-0.4.13.ebuild
new file mode 100644
index 000..e9781606fb8
--- /dev/null
+++ b/dev-ruby/regexp_parser/regexp_parser-0.4.13.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular 
expressions"
+HOMEPAGE="https://github.com/ammar/regexp_parser;
+SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND+=" =dev-util/ragel-6*"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+   sed -i -e '1irequire "delegate"' test/support/warning_extractor.rb || 
die
+}
+
+each_ruby_compile() {
+   ${RUBY} -S rake ragel:rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib bin/test || die
+}



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

2018-05-14 Thread Hans de Graaff
commit: 777577f8ecda3fee5c59a177040b800fa5a10ba6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 15 04:47:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 15 05:15:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777577f8

dev-ruby/rack-cache: add 1.7.2

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/rack-cache/Manifest|  1 +
 dev-ruby/rack-cache/rack-cache-1.7.2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/rack-cache/Manifest b/dev-ruby/rack-cache/Manifest
index 2d8c002b9e5..521f732b031 100644
--- a/dev-ruby/rack-cache/Manifest
+++ b/dev-ruby/rack-cache/Manifest
@@ -1 +1,2 @@
 DIST rack-cache-1.7.1.tar.gz 260613 BLAKE2B 
fac2f4a476531a3c89e2917e039b3bd27d6b4486b396cfe1de12894bfc1cb2fa7e1739d45b92152e05be243ff1010636260f66b06cc2055ea09c2140ee857d40
 SHA512 
a4045483b0e10054f8e2dafddb45f72f3d06acde1df9f14ab51f72bbbf16b8e587b3fdb1f0d18a358fd5a46fb7babaa3d4f2b49d26ea1efbaca32cc62d2b19ff
+DIST rack-cache-1.7.2.tar.gz 260666 BLAKE2B 
dc1f8bc7025f596d40d481d52168964b03610a89c5226967ba0d3d67ec4a116d91df0ce679361e4a15bc41c459e65879a4c2c24c7fb1a9b3183f5b9b705ec3e1
 SHA512 
67a39f2ebc7afc0159b60b2aaf252c4bc47233adf41244fd5e3587e61df6106710040d4940f162d78e3479fb1616de17dbf9bce36bf2f71b2eea65d6c159b862

diff --git a/dev-ruby/rack-cache/rack-cache-1.7.2.ebuild 
b/dev-ruby/rack-cache/rack-cache-1.7.2.ebuild
new file mode 100644
index 000..72371fb352d
--- /dev/null
+++ b/dev-ruby/rack-cache/rack-cache-1.7.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# no documentation is generable, it needs hanna, which is broken
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Enable HTTP caching for Rack-based applications that produce 
freshness info"
+HOMEPAGE="https://github.com/rtomayko/rack-cache;
+SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~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 "dev-ruby/rack:*"
+
+ruby_add_bdepend "test? (
+   dev-ruby/maxitest
+   >=dev-ruby/minitest-5.7.0:5
+   >=dev-ruby/mocha-0.13.0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' \
+   -e "2i require 'timeout'" \
+   test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



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

2018-05-14 Thread Lars Wendler
commit: 8b041cfcc0b93ea64d3d9414c1125be5b27810f6
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May 15 05:12:37 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 15 05:12:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b041cfc

net-fs/samba: Removed old.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-fs/samba/Manifest|   3 -
 net-fs/samba/samba-4.2.14.ebuild |   2 +-
 net-fs/samba/samba-4.6.14.ebuild | 316 --
 net-fs/samba/samba-4.7.6.ebuild  | 319 ---
 net-fs/samba/samba-4.8.0.ebuild  | 287 ---
 5 files changed, 1 insertion(+), 926 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index f51c76e38c8..7432e975cfc 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,11 +1,8 @@
 DIST samba-4.2.14.tar.gz 20883281 BLAKE2B 
90bff4ef0752b952e2e31b6e86223ae7e785248ef01b15d6a26f0912452cbfdb1e828b88c81c8b6d36e1e2ca7d79a00ffd196625eb6ee96b587483a25044fd47
 SHA512 
269dd74ba788657434f51ac70953a293c94bcf98280eaa6f44634c5da54169a5ea7865d543a7c23860c4750a40cdee7caeaf5c7fc3dbc137f444e90f31a09890
 DIST samba-4.5.11-disable-python-patches.tar.xz 6292 BLAKE2B 
c2a32a1059a02bc1c87ce5f604cbc5878c654b8f693c8486b5ba63b37513444915a7b6389fe82b7e31ab2f9577dd8462eddba60b4f4f756b4ed1145ce7bd90ae
 SHA512 
f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
 DIST samba-4.5.16.tar.gz 21024396 BLAKE2B 
e737559fb748044076608fa233700eb54c7e1c56bc234763f062b6341a179cc78a4a8cdf9f3d6f4d7f3cf8a79f846852ddd5cc753a468c3adb3a0451e1809ed9
 SHA512 
de8a41013cfb5ef3adcb290efd97a78a5de876d90ad05764d631f14e663a1849bb53e4ac394b46c906f1109be5748fee9316407a659c57007d36851ae8adcd7f
-DIST samba-4.6.14.tar.gz 21161954 BLAKE2B 
e514c23f46679ba0415b91ada99e0263f123df6b1b76e5e1ead67ab248bb38cdc2e20107a71630b7c31305b3b2b72526b2b16758f048e7c1a0810af7f4fa09f7
 SHA512 
a235f5932d7ec2cad22c841ae5138c5bc5a8bce0fe2327146a7f34d9abb46656b323d66c490d0058bbf0831a5b5fa328722e0566155d430e3a180440be1c70d3
 DIST samba-4.6.15.tar.gz 21175479 BLAKE2B 
40751be51e5ae1368b66d5e0919092935749a749dbb469dd503864acb9d5caf1c26c0894ac3a5294ed8b2c79de31366d80f1b565bffb4f18a7ba659872748feb
 SHA512 
7b55e305c41380ba6dd4df94bdd88aa2d4ebbe27ec258331c04a9610ee820e4c290a3dfdcd04fa89e100b115a674380881699d6cd565f08d753d1b23036c4986
 DIST samba-4.6.7-disable-python-patches.tar.xz 8896 BLAKE2B 
99496f91d015f10d111e2a8738c9e66b3c1f1958c0e0894d8e9d8f3ff141fbedaa25d93699b702ab69130fda770c80c3ed4280de0af1090dedbcfd5784b7
 SHA512 
c45e548a49735e17b568bebf07dc7409de3de0f93256d1dcf345d2723a27d22a51d860ed921785354fda691f83be4eca3b9d618d5c332438ebf97518a01983eb
-DIST samba-4.7.6.tar.gz 16864824 BLAKE2B 
0c519f83e95f9ef9ff13c6a4998d0c98e67765253e855386febe20f836873b10e94161d1539d24af835f464d56edd7f5595abd30b8d6b039cd8ba887563394b1
 SHA512 
8190b06f543cc3d4a9a98f93ad5e4e16e4e87ea462435723044a780942cea7efc77c66cd3e61941bf449a2ac0f4346ced378f032d5fb1776280a3c4bcb951b46
 DIST samba-4.7.7.tar.gz 16875059 BLAKE2B 
05ecf13562e847070498e923df0cc85836b2fb98d4618942f60e4f28d6c5110b382cfe494e6578bbc06e14052c5d87b0f542ada186e4f132375c4360eaa8bb9f
 SHA512 
78f180f602f08ab9e3000ae016f667e44f059a865b606c21e18857efb89af469c2cb2f9c1316e658badf1a1f41826ba87ccb23f38dc31fe82bf9e5b8fb93daad
-DIST samba-4.8.0.tar.gz 17659751 BLAKE2B 
389d7b6039a00734b514eb017bb201f119b8b894b98af4387ac3186a082b2de295e78b58e96539b93433d3d850e9be19f6ef9a63f66fa9a330f3a88d25b28a03
 SHA512 
64ffbddb6cf9eee00e5d67a471387b81759c3b4bf67793083aa021e232c8321182182eb9c642b9c25fb1a488f135dec34f7e092d286f94836c488022f8a15c01
 DIST samba-4.8.1.tar.gz 17675747 BLAKE2B 
109692c46e87bcf8a0573c8523943e31086665f6683e4fd634dc5ed93d71da15f82c5354b10883067ea662f947e49b7139208490ae482df6fe3a8209ed77341e
 SHA512 
0c48ca0efc2b5b456e4c77ba7d21cacda9e02534e9715b07f712951e47af1959deb3e30d733324b997573feb1aefd81d1eec1c0b691e417a89d81f302ed9e568
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 BLAKE2B 
0ae755cbbd8921f4e2f5adf797cd3a77f81bb15ac2d1a65645bc9b53184c397a2bb35f83b88a0de680cc834a63b263e883e91206a7df99735f5ef8f091f54bb0
 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372

diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
index 5a6e0f9fd13..290889c069a 100644
--- a/net-fs/samba/samba-4.2.14.ebuild
+++ b/net-fs/samba/samba-4.2.14.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz

https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.2.12.tar.xz;
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="arm hppa"
+KEYWORDS="hppa"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;

diff --git a/net-fs/samba/samba-4.6.14.ebuild b/net-fs/samba/samba-4.6.14.ebuild
deleted file mode 

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

2018-05-14 Thread Zac Medico
commit: 80ecdf50aba5c494c93298e14e1f40b0901d547b
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May 15 02:23:34 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May 15 03:04:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ecdf50

app-emulation/buildah: add package

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emulation/buildah/Manifest   |  1 +
 app-emulation/buildah/buildah-1.0.ebuild | 45 
 app-emulation/buildah/metadata.xml   | 11 
 3 files changed, 57 insertions(+)

diff --git a/app-emulation/buildah/Manifest b/app-emulation/buildah/Manifest
new file mode 100644
index 000..8d2a34f718b
--- /dev/null
+++ b/app-emulation/buildah/Manifest
@@ -0,0 +1 @@
+DIST buildah-1.0.tar.gz 2865669 BLAKE2B 
7749ed00637fff9c2bcee63ef9e8985b3e6e2abff1c1f4787dc0730b9765576fac9173dd05cbc289aed3c0d20ff374a78976beb86c73adb221184415e4906a41
 SHA512 
17779e5bbc20fff6da607898620a8193e11ef13ddc033e7868776aab53a710e09428dca0450f11368d750bf7179fd4850ac3a8a445bd9537d987bd837853f4e5

diff --git a/app-emulation/buildah/buildah-1.0.ebuild 
b/app-emulation/buildah/buildah-1.0.ebuild
new file mode 100644
index 000..49d8d6bd981
--- /dev/null
+++ b/app-emulation/buildah/buildah-1.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+DESCRIPTION="A tool that facilitates building OCI images"
+HOMEPAGE="https://github.com/projectatomic/buildah;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+EGO_PN="${HOMEPAGE#*//}"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="1ab80bc"
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+RDEPEND="app-crypt/gpgme:=
+   app-emulation/skopeo
+   dev-libs/libgpg-error:=
+   dev-libs/libassuan:=
+   sys-fs/lvm2:=
+   sys-libs/libseccomp:="
+DEPEND="${RDEPEND}"
+RESTRICT="test"
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_prepare() {
+   default
+   sed -e 's|^\(GIT_COMMIT := \).*|\1'${GIT_COMMIT}'|' -i Makefile || die
+}
+
+src_compile() {
+   GOPATH="${WORKDIR}/${P}" emake all
+}
+
+src_install() {
+   dodoc README.md
+   doman docs/*.1
+   dodoc -r docs/tutorials
+   dobin ${PN} imgtype
+}
+
+src_test() {
+   GOPATH="${WORKDIR}/${P}" emake test-unit
+}

diff --git a/app-emulation/buildah/metadata.xml 
b/app-emulation/buildah/metadata.xml
new file mode 100644
index 000..07a3ba13a11
--- /dev/null
+++ b/app-emulation/buildah/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   projectatomic/buildah
+   
+



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

2018-05-14 Thread Brian Evans
commit: 11f5c01e7786aaa77c2aa8691cdcbc0ac0d48b83
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May 15 02:23:55 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May 15 02:23:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f5c01e

dev-db/mariadb: Add patch to 10.1 series for atomic detection

Patch borrowed from Debian's build

Bug: https://bugs.gentoo.org/650758
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-db/mariadb/Manifest  |  1 +
 dev-db/mariadb/mariadb-10.1.31-r1.ebuild |  5 +++--
 dev-db/mariadb/mariadb-10.1.33.ebuild|  9 +++--
 dev-db/mariadb/mariadb-10.2.14.ebuild| 13 +
 4 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index dc419758e47..519c1f1986b 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -10,3 +10,4 @@ DIST mariadb-5.5.60.tar.gz 45822878 BLAKE2B 
150a2d7108db2db18d66b56d961b05f8746f
 DIST mysql-extras-20160721-1526Z.tar.bz2 301788 BLAKE2B 
23ef75d0122e9e18382f708a86c61624e0437fad593b7f02ccb2b3939d710404e18e3b70617ed400e5f6947d3a92d2867a5f7d98bf61597442e99989f60ca4f7
 SHA512 
c7450039780e4e2684c932ba7c291c1de25dd1a64e4c6e88aa13b790768b4100955f36ae4a3bf983569ea23b43be02da6dad3d5985c1163ec9e8aa91f0efd85d
 DIST mysql-extras-20170926-1321Z.tar.bz2 312466 BLAKE2B 
3e3e19a905961570cea9c1eb14dec3780da80409e996b1aeddb08625da875f5d08798a862cb1b80566b0d8be0d9ec2aab0a390ca90f991203c9871538b11f00a
 SHA512 
556e782ccc40d8cffb2fde8c46038c90023440c07785ec667f898afdb8c802faeb4dbfe8b3918a1e563b46d1dc8c0de1172f7843ce08ee1ded435b344f8f0cf5
 DIST mysql-extras-20180308-1938Z.tar.bz2 318238 BLAKE2B 
003389434dc52d5e49be77d0e70edfce664d5011a6dbc280bebc1d958a6626ecf7457a720dc66a6b692e2f7796f36fc55cc7048cee78278aa1fe6f82659ccf07
 SHA512 
12e39c97ebb23e8ae3db5f4a344779fe47f59e32d7e39258f1d8f527ef5ab7470cd6dda0b2980f67472ae4a10a21249aed87eeac18e7fea58c22aebd7f838d2c
+DIST mysql-extras-20180515-0123Z.tar.bz2 320380 BLAKE2B 
a56e3ef19f4e30628fea9889dbb55379a8c92f08c9c493fe3f524b98fabf3505150fbe7cc65f97fc8b75632b5dd7360ddb9bd1542714c5e9916f94c2792ff3db
 SHA512 
3e0b36ab4cb3f2e7d30f1fb2d8d3a916439611f1714475f2ab0480ba51176f47dcccd40931de4bd0a46b0aca6dfcb62cfc92b6939eed2e61628947bf664008ee

diff --git a/dev-db/mariadb/mariadb-10.1.31-r1.ebuild 
b/dev-db/mariadb/mariadb-10.1.31-r1.ebuild
index 7b86ca62c03..d37fe3d7fbd 100644
--- a/dev-db/mariadb/mariadb-10.1.31-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.31-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-MY_EXTRAS_VER="20180308-1938Z"
+MY_EXTRAS_VER="20180515-0123Z"
 # The wsrep API version must match between upstream WSREP and 
sys-cluster/galera major number
 WSREP_REVISION="25"
 SUBSLOT="18"
@@ -23,7 +23,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( 
tokudb? ( jemalloc
 # REMEMBER: also update eclass/mysql*.eclass before committing!
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
-MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+MY_PATCH_DIR="${WORKDIR%/}/mysql-extras-${MY_EXTRAS_VER}"
 
 PATCHES=(
"${MY_PATCH_DIR}"/20006_all_cmake_elib-mariadb-10.1.27.patch
@@ -33,6 +33,7 @@ PATCHES=(
"${MY_PATCH_DIR}"/20025_all_mariadb-10.1.26-gssapi-detect.patch
"${MY_PATCH_DIR}"/20029_all_mariadb-10.1.31-enable-numa.patch
"${MY_PATCH_DIR}"/20033_all_mariadb-10.1.31-xtradb-sst.patch
+   "${MY_PATCH_DIR}"/20035_all_mariadb-10.1-atomic-detection.patch
 )
 
 COMMON_DEPEND="

diff --git a/dev-db/mariadb/mariadb-10.1.33.ebuild 
b/dev-db/mariadb/mariadb-10.1.33.ebuild
index ce4d15d2d12..9b0cc566681 100644
--- a/dev-db/mariadb/mariadb-10.1.33.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.33.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-MY_EXTRAS_VER="20180308-1938Z"
+MY_EXTRAS_VER="20180515-0123Z"
 # The wsrep API version must match between upstream WSREP and 
sys-cluster/galera major number
 WSREP_REVISION="25"
 SUBSLOT="18"
@@ -23,7 +23,11 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( 
tokudb? ( jemalloc
 # REMEMBER: also update eclass/mysql*.eclass before committing!
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
-MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+if [[ ${MY_EXTRAS_VER} == "live" ]] ; then
+   MY_PATCH_DIR="${WORKDIR%/}/mysql-extras"
+else
+   MY_PATCH_DIR="${WORKDIR%/}/mysql-extras-${MY_EXTRAS_VER}"
+fi
 
 PATCHES=(
"${MY_PATCH_DIR}"/20006_all_cmake_elib-mariadb-10.1.27.patch
@@ -32,6 +36,7 @@ PATCHES=(

"${MY_PATCH_DIR}"/20018_all_mariadb-10.1.16-without-clientlibs-tools.patch

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

2018-05-14 Thread Jason Donenfeld
commit: ecdf7bc2321a96a8f74a4c6a975c511683771e61
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Tue May 15 01:50:04 2018 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Tue May 15 02:00:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdf7bc2

net-vpn/wireguard: version bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20180513.ebuild => wireguard-0.0.20180514.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index 5e680f5d1ff..fe024d38e9b 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20180513.tar.xz 258484 BLAKE2B 
9edda3cbf884f715c7bbfac3a4b0162104f25c77564f3c228b73fd40dfff12aeda34a3a29b1587bb7fa0a115a14facc65833ffbf926e2f936e879050a9381641
 SHA512 
82f46fc50f47ac94948a7984a209ec55506c2bf1c41edf3a89f8043a0c770d6e88fdd7888b01ea41b227d316f53606a354f4d5d184ab2f1ecef80e0b376270b1
+DIST WireGuard-0.0.20180514.tar.xz 264124 BLAKE2B 
80c6805b93af2d649cd12bf68d28bce7ba0f31becc2807d39889e7526ee0b29a2f3e2f5d0dee18e405c2097a52570f5af743521d83a3fa05a4a14af400865323
 SHA512 
d2aa6647899b3197a448015fa5b4f2bae5b04b5876e388fa8632e6d0283d6938d95ae1fed59d22e915877411f8fc1ff218910ce32ceaeb8a38e1bda412af52a7

diff --git a/net-vpn/wireguard/wireguard-0.0.20180513.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20180514.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20180513.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20180514.ebuild



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

2018-05-14 Thread Aaron Bauman
commit: c7c613f49f387e8bb1cb920f8d895028856964e4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon May 14 22:30:24 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 15 01:46:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c613f4

dev-python/pyopenssl: drop vulnerable

Bug: https://bugs.gentoo.org/647000
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8404

 dev-python/pyopenssl/Manifest|  4 --
 dev-python/pyopenssl/pyopenssl-16.2.0.ebuild | 62 --
 dev-python/pyopenssl/pyopenssl-17.0.0.ebuild | 62 --
 dev-python/pyopenssl/pyopenssl-17.2.0.ebuild | 66 
 dev-python/pyopenssl/pyopenssl-17.4.0.ebuild | 66 
 5 files changed, 260 deletions(-)

diff --git a/dev-python/pyopenssl/Manifest b/dev-python/pyopenssl/Manifest
index 0879dca1b7d..3ca7bd7f784 100644
--- a/dev-python/pyopenssl/Manifest
+++ b/dev-python/pyopenssl/Manifest
@@ -1,5 +1 @@
-DIST pyOpenSSL-16.2.0.tar.gz 167305 BLAKE2B 
c6daa906695b57cd48153ad6e86ac1ca24f561a9468934cde3f6848cb195dcde4079313e6e892ef607ebaf78ee1b5edd7d7de0814e83fc65b5a5dae383062fc7
 SHA512 
c1b068137a492564fe958603712d401b7ee0def94c01a28be55f5c89e07c25684ecb0f465f3c56f35924bde038894f2914ac49539144845fb586d12b80307078
-DIST pyOpenSSL-17.0.0.tar.gz 167121 BLAKE2B 
d3aa8713ecba18c6018e83b4da2de46ec8a0bb7bd24fa0b069c32f4ea75fde8aa371b9fa90625e536ea64cb9ee9c349d3c129988cdf495de8389707198248e43
 SHA512 
819be95f920a70b40ae48ed6740bd1d8cd3bf2fc080f682db8978946929994cb87ac467e220267dcdafc40aa7ed2cce51a334a49b06c1e2665d295157181ddad
-DIST pyOpenSSL-17.2.0.tar.gz 170816 BLAKE2B 
10abfa61ff329d23c99897c58a02a487c28d19ce7c5d312bd5c769473aea40d846c3b036d34d674e008d155e2be88e26190f19a890ee375893a08ecafe6afaf5
 SHA512 
aef1628665353445760a0c869c5b88ba1f61a3ade7471bfd1ad9e57672573501574dab5a2491aaac1dc283893fcac1a81dd9b972f43d53fe7ef1aa48e3f0e88a
-DIST pyOpenSSL-17.4.0.tar.gz 169362 BLAKE2B 
87a51efaa157b4a91a48edfcd9348402b6734e1c9f78e7ed638e3d245ae3922083c625e3d967e7513c588e131f96b06f110ae528cccbbb820f685afb9dda72ef
 SHA512 
c3c791b15f2245d3c1381f84471f9e1b07b4a01c318a5a4012ec70193ba055fe948ba150f9c88d2dabe30b37f2025fe26ffb95c01682ca656d561014d41cf965
 DIST pyOpenSSL-17.5.0.tar.gz 170870 BLAKE2B 
e8b8986a7c5475ac3898df4877a8be86db359af79e1718bad85149440cff543c501ee23eb369270d2c539a9e3f4e13165ea87b858ef6916ee79ca6e49f6e5370
 SHA512 
f194662b5842f1e3a4fcb910b9f2e6482d1dcdf834f306acc3dd6d9723f65038f7bff550248fa6268d90c839c9d9e8248bb6c7d399495fe6aed25291b93ece86

diff --git a/dev-python/pyopenssl/pyopenssl-16.2.0.ebuild 
b/dev-python/pyopenssl/pyopenssl-16.2.0.ebuild
deleted file mode 100644
index f66a312dce4..000
--- a/dev-python/pyopenssl/pyopenssl-16.2.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 flag-o-matic
-
-MY_PN=pyOpenSSL
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python interface to the OpenSSL library"
-HOMEPAGE="
-   http://pyopenssl.sourceforge.net/
-   https://launchpad.net/pyopenssl
-   https://pypi.org/project/pyOpenSSL/
-"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc examples test"
-
-RDEPEND="
-   >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   virtual/python-cffi[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.1[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-
-python_prepare_all() {
-   # Requires network access
-   sed -i -e 's/test_set_default_verify_paths/_&/' tests/test_ssl.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   # FIXME: for some reason, no-ops on PyPy
-   py.test -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-   if use examples ; then
-   docinto examples
-   dodoc -r examples/*
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pyopenssl/pyopenssl-17.0.0.ebuild 
b/dev-python/pyopenssl/pyopenssl-17.0.0.ebuild
deleted file mode 100644
index fdade9be5e3..000
--- a/dev-python/pyopenssl/pyopenssl-17.0.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 

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

2018-05-14 Thread Thomas Deutschmann
commit: b2481d344a144546835535a71f6946b4f994bdb9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:37:56 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:37:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2481d34

dev-lang/rust: x86 stable (bug #593980)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-lang/rust/rust-1.25.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust/rust-1.25.0.ebuild b/dev-lang/rust/rust-1.25.0.ebuild
index acfbcd1213a..36e1b654007 100644
--- a/dev-lang/rust/rust-1.25.0.ebuild
+++ b/dev-lang/rust/rust-1.25.0.ebuild
@@ -13,13 +13,13 @@ if [[ ${PV} = *beta* ]]; then
MY_P="rustc-beta"
SLOT="beta/${PV}"
SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.gz"
-   KEYWORDS=""
+   KEYWORDS="x86"
 else
ABI_VER="$(get_version_component_range 1-2)"
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 x86"
 fi
 
 CHOST_amd64=x86_64-unknown-linux-gnu



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

2018-05-14 Thread Thomas Deutschmann
commit: 7ec6058ab94ee879db6dde9c7d0853e19a13d35e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:39:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:39:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec6058a

media-gfx/shotwell: x86 stable (bug #655756)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/shotwell/shotwell-0.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.28.2.ebuild 
b/media-gfx/shotwell/shotwell-0.28.2.ebuild
index ed1f7341421..5cb74b6dd24 100644
--- a/media-gfx/shotwell/shotwell-0.28.2.ebuild
+++ b/media-gfx/shotwell/shotwell-0.28.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2018-05-14 Thread Thomas Deutschmann
commit: f51b642a4446af107d9e6e78f401511884afa925
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:42:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:42:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51b642a

sys-apps/systemd: x86 stable (bug #653212)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/sys-apps/systemd/systemd-238-r6.ebuild 
b/sys-apps/systemd/systemd-238-r6.ebuild
index 2c75d37b9ae..c4aca6211a5 100644
--- a/sys-apps/systemd/systemd-238-r6.ebuild
+++ b/sys-apps/systemd/systemd-238-r6.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )



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

2018-05-14 Thread Thomas Deutschmann
commit: faed1bd597f57835d986fc812c229791dcf0d2a1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:37:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:37:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faed1bd5

dev-lang/rust-bin: x86 stable (bug #593980)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-lang/rust-bin/rust-bin-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.25.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.25.0.ebuild
index 9e2dadd1a19..e8b07c4bba4 100644
--- a/dev-lang/rust-bin/rust-bin-1.25.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.25.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="amd64? ( 
http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 DEPEND=">=app-eselect/eselect-rust-0.3_pre20150425



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

2018-05-14 Thread Thomas Deutschmann
commit: d34810dd5ed52805ef987c1878966be5c2122968
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:39:56 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:39:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34810dd

sys-libs/libseccomp: x86 stable (bug #653212)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-libs/libseccomp/libseccomp-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libseccomp/libseccomp-2.3.3.ebuild 
b/sys-libs/libseccomp/libseccomp-2.3.3.ebuild
index 17f6391eb03..0ad765f69e5 100644
--- a/sys-libs/libseccomp/libseccomp-2.3.3.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.3.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm arm64 ~mips ~ppc ppc64 ~s390 ~x86 ~amd64-linux"
+KEYWORDS="-* amd64 ~arm arm64 ~mips ~ppc ppc64 ~s390 x86 ~amd64-linux"
 IUSE="static-libs"
 
 # We need newer kernel headers; we don't keep strict control of the exact



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

2018-05-14 Thread Thomas Deutschmann
commit: 5c4a17a91525152176810d9bcf115967108f3fd3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:43:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:43:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4a17a9

sys-fs/udev: x86 stable (bug #655712)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-fs/udev/udev-238.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-238.ebuild b/sys-fs/udev/udev-238.ebuild
index 5675ea7f435..c3d44efbc79 100644
--- a/sys-fs/udev/udev-238.ebuild
+++ b/sys-fs/udev/udev-238.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2018-05-14 Thread Thomas Deutschmann
commit: d94223229d00af1f19ef22a732f366f6934582f5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:36:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:36:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9422322

media-fonts/hack: x86 stable (bug #655738)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/media-fonts/hack/hack-3.003.ebuild 
b/media-fonts/hack/hack-3.003.ebuild
index 7fd0f42adcb..afcaf4b3684 100644
--- a/media-fonts/hack/hack-3.003.ebuild
+++ b/media-fonts/hack/hack-3.003.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/source-foundry/Hack/releases/download/v${PV}/Hack-v$
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE=""
 RESTRICT="binchecks strip"
 



[gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/

2018-05-14 Thread Thomas Deutschmann
commit: 98fd625196226015b4b49cdabf2d4d9d930cddca
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:36:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:36:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fd6251

app-officeext/ooofbtools: x86 stable (bug #655716)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-officeext/ooofbtools/ooofbtools-2.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-officeext/ooofbtools/ooofbtools-2.53.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.53.ebuild
index 461fdfddf20..5cea90c2d8d 100644
--- a/app-officeext/ooofbtools/ooofbtools-2.53.ebuild
+++ b/app-officeext/ooofbtools/ooofbtools-2.53.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-libs/libxml2
app-arch/zip"



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

2018-05-14 Thread Thomas Deutschmann
commit: c23ee3a9a711b3c02982dc0c7f0db1382362883d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:36:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:36:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23ee3a9

virtual/rust: x86 stable (bug #593980)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 virtual/rust/rust-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
index 26f2a40c593..3c26485f192 100644
--- a/virtual/rust/rust-1.25.0.ebuild
+++ b/virtual/rust/rust-1.25.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 DEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"



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

2018-05-14 Thread Thomas Deutschmann
commit: 35a291ee9bf0f7776ff46963ba66825a1ae04aa3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:37:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:37:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a291ee

dev-util/cargo: x86 stable (bug #593980)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-util/cargo/cargo-0.26.0.ebuild 
b/dev-util/cargo/cargo-0.26.0.ebuild
index b4437cc80d7..fc733c0c9e5 100644
--- a/dev-util/cargo/cargo-0.26.0.ebuild
+++ b/dev-util/cargo/cargo-0.26.0.ebuild
@@ -158,7 +158,7 @@ 
SRC_URI="https://github.com/rust-lang/cargo/archive/${PV}.tar.gz -> ${P}.tar.gz
 RESTRICT="mirror"
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 IUSE="doc libressl"
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/

2018-05-14 Thread Thomas Deutschmann
commit: 1ab357bb052082cee6d7a73f27afefe103e59065
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 15 01:35:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 15 01:35:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab357bb

x11-plugins/enigmail: x86 stable (bug #655736)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-plugins/enigmail/enigmail-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/enigmail/enigmail-2.0.3.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.3.ebuild
index 9e8d0cbb395..502c1d80724 100644
--- a/x11-plugins/enigmail/enigmail-2.0.3.ebuild
+++ b/x11-plugins/enigmail/enigmail-2.0.3.ebuild
@@ -21,7 +21,7 @@ else
SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz;
else
SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
fi
S="${WORKDIR}/${PN}"
 fi



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20180515-0123Z

2018-05-14 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May 15 01:24:02 2018 +

New tag: mysql-extras-20180515-0123Z




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

2018-05-14 Thread Anthony G. Basile
commit: 1d0e740b496c3e69fb3c1f13a524e42399a81bd2
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Tue May 15 00:57:47 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue May 15 01:18:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0e740b

sys-apps/busybox: QA don't use dohtml

Fixes:
QA: install

'dohtml' is deprecated in EAPI '6'

Also install html docs into html subdir.
Before that html docs ended up in pod,
because of 'docinto pod' above

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-apps/busybox/busybox-1.28.3.ebuild | 3 ++-
 sys-apps/busybox/busybox-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/busybox/busybox-1.28.3.ebuild 
b/sys-apps/busybox/busybox-1.28.3.ebuild
index f28bf04dfd7..ea0b4ce81fb 100644
--- a/sys-apps/busybox/busybox-1.28.3.ebuild
+++ b/sys-apps/busybox/busybox-1.28.3.ebuild
@@ -285,7 +285,8 @@ src_install() {
dodoc *.txt
docinto pod
dodoc *.pod
-   dohtml *.html
+   docinto html
+   dodoc *.html
 
cd ../examples
docinto examples

diff --git a/sys-apps/busybox/busybox-.ebuild 
b/sys-apps/busybox/busybox-.ebuild
index f28bf04dfd7..ea0b4ce81fb 100644
--- a/sys-apps/busybox/busybox-.ebuild
+++ b/sys-apps/busybox/busybox-.ebuild
@@ -285,7 +285,8 @@ src_install() {
dodoc *.txt
docinto pod
dodoc *.pod
-   dohtml *.html
+   docinto html
+   dodoc *.html
 
cd ../examples
docinto examples



[gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/files/, net-dns/getdns/

2018-05-14 Thread Anthony G. Basile
commit: 3c2183064edd8be92dae0d57a1e1de6e62e7e679
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Mon May 14 21:40:21 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue May 15 01:01:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c218306

net-dns/getdns: Version bump to 1.4.2

 net-dns/getdns/Manifest  |  2 +-
 net-dns/getdns/files/stubby.systemd  | 12 
 net-dns/getdns/files/stubby.tmpfilesd|  2 --
 .../getdns/{getdns-1.4.1-r2.ebuild => getdns-1.4.2.ebuild}   |  4 ++--
 4 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/net-dns/getdns/Manifest b/net-dns/getdns/Manifest
index 2df8dc169a7..a6b311b8e0b 100644
--- a/net-dns/getdns/Manifest
+++ b/net-dns/getdns/Manifest
@@ -1 +1 @@
-DIST getdns-1.4.1.tar.gz 1055348 BLAKE2B 
3b664e669327f5d866e6b40defb3ee4b62a09be228cac726478dbc6843b64aaf49faa328e1013700daf554c4df1144a8d56cca9d9405057d35b89b8ab7ae1f43
 SHA512 
b15da1c898d4bb4e5dcd93b47f481696dd456d8a841b02122c46035f3da27ca13b5513e7b6a00e943d1a5f5cec8c5ce1f13729d3ce0c887d8faa31d201864b27
+DIST getdns-1.4.2.tar.gz 1059122 BLAKE2B 
79399bb70e58bf449e99052c9f32ebb9d4e6ac26c753d99963d591661ee04ccfaf58e4f35589187a9a89fd9bccc0bff9d319c8b11da9522fbb17a915612ce9bd
 SHA512 
fbbbe80df0f66e295c590c1751c11fcfc66efa200203ce1fdc11a471130fbaa837fa6bade076e17e1dac03d71c3522a67a660f2bdb4766aead19119da355bdd4

diff --git a/net-dns/getdns/files/stubby.systemd 
b/net-dns/getdns/files/stubby.systemd
deleted file mode 100644
index b85b8e90b03..000
--- a/net-dns/getdns/files/stubby.systemd
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=stubby DNS resolver
-
-[Service]
-WorkingDirectory=/run/stubby
-ExecStart=/usr/bin/stubby
-AmbientCapabilities=CAP_NET_BIND_SERVICE
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-User=stubby
-
-[Install]
-WantedBy=multi-user.target

diff --git a/net-dns/getdns/files/stubby.tmpfilesd 
b/net-dns/getdns/files/stubby.tmpfilesd
deleted file mode 100644
index bf70492743a..000
--- a/net-dns/getdns/files/stubby.tmpfilesd
+++ /dev/null
@@ -1,2 +0,0 @@
-# tmpfiles.d (5) for use with stubby.service
-d /run/stubby 0750 root stubby - -

diff --git a/net-dns/getdns/getdns-1.4.1-r2.ebuild 
b/net-dns/getdns/getdns-1.4.2.ebuild
similarity index 93%
rename from net-dns/getdns/getdns-1.4.1-r2.ebuild
rename to net-dns/getdns/getdns-1.4.2.ebuild
index bff5d734d08..c0978a76f06 100644
--- a/net-dns/getdns/getdns-1.4.1-r2.ebuild
+++ b/net-dns/getdns/getdns-1.4.2.ebuild
@@ -54,8 +54,8 @@ src_install() {
newconfd "${FILESDIR}"/stubby.confd-r1 stubby
insinto /etc/logrotate.d
newins "${FILESDIR}"/stubby.logrotate stubby
-   systemd_newunit "${FILESDIR}"/stubby.systemd stubby.service
-   systemd_newtmpfilesd "${FILESDIR}"/stubby.tmpfilesd stubby.conf
+   systemd_dounit "${S}"/stubby/systemd/stubby.service
+   systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf
fi
 }
 



[gentoo-commits] proj/mysql-extras:master commit in: /

2018-05-14 Thread Brian Evans
commit: 678eed98813b2485d9c4ab96421befb59b570a31
Author: Brian Evans  gentoo  org>
AuthorDate: Tue May 15 00:58:32 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue May 15 00:58:32 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=678eed98

Add atomic detection patch from Debian

 20035_all_mariadb-10.1-atomic-detection.patch | 140 ++
 1 file changed, 140 insertions(+)

diff --git a/20035_all_mariadb-10.1-atomic-detection.patch 
b/20035_all_mariadb-10.1-atomic-detection.patch
new file mode 100644
index 000..b2545c0
--- /dev/null
+++ b/20035_all_mariadb-10.1-atomic-detection.patch
@@ -0,0 +1,140 @@
+Borrowed from Debian to make atomic detection easier
+
+From: Debian MySQL Maintainers 
+Date: Thu, 10 Aug 2017 20:40:29 +0200
+Subject: c11_atomics
+
+---
+ configure.cmake   | 23 +--
+ include/atomic/gcc_builtins.h | 15 +++
+ include/atomic/nolock.h   |  4 ++--
+ mysys/CMakeLists.txt  |  4 
+ sql/CMakeLists.txt|  4 
+ 5 files changed, 46 insertions(+), 4 deletions(-)
+
+diff --git a/configure.cmake b/configure.cmake
+index 0057c7f..43ad114 100644
+--- a/configure.cmake
 b/configure.cmake
+@@ -128,7 +128,7 @@ IF(UNIX)
+   ENDIF()
+   FIND_PACKAGE(Threads)
+ 
+-  SET(CMAKE_REQUIRED_LIBRARIES 
++  LIST(APPEND CMAKE_REQUIRED_LIBRARIES
+ ${LIBM} ${LIBNSL} ${LIBBIND} ${LIBCRYPT} ${LIBSOCKET} ${LIBDL} 
${CMAKE_THREAD_LIBS_INIT} ${LIBRT} ${LIBEXECINFO})
+   # Need explicit pthread for gcc -fsanitize=address
+   IF(CMAKE_USE_PTHREADS_INIT AND CMAKE_C_FLAGS MATCHES "-fsanitize=")
+@@ -1028,7 +1028,26 @@ ELSEIF(NOT WITH_ATOMIC_OPS)
+ long long int *ptr= 
+ return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST);
+   }"
+-  HAVE_GCC_C11_ATOMICS)
++  HAVE_GCC_C11_ATOMICS_WITHOUT_LIBATOMIC)
++  IF(HAVE_GCC_C11_ATOMICS_WITHOUT_LIBATOMIC)
++SET(HAVE_GCC_C11_ATOMICS True)
++  ELSE()
++SET(OLD_CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES})
++LIST(APPEND CMAKE_REQUIRED_LIBRARIES "atomic")
++CHECK_CXX_SOURCE_COMPILES("
++int main()
++{
++  long long int var= 1;
++  long long int *ptr= 
++  return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST);
++}"
++HAVE_GCC_C11_ATOMICS_WITH_LIBATOMIC)
++IF(HAVE_GCC_C11_ATOMICS_WITH_LIBATOMIC)
++  SET(HAVE_GCC_C11_ATOMICS True)
++ELSE()
++  SET(CMAKE_REQUIRED_LIBRARIES ${OLD_CMAKE_REQUIRED_LIBRARIES})
++ENDIF()
++  ENDIF()
+ ELSE()
+   MESSAGE(FATAL_ERROR "${WITH_ATOMIC_OPS} is not a valid value for 
WITH_ATOMIC_OPS!")
+ ENDIF()
+diff --git a/include/atomic/gcc_builtins.h b/include/atomic/gcc_builtins.h
+index 56a0323..044be2e 100644
+--- a/include/atomic/gcc_builtins.h
 b/include/atomic/gcc_builtins.h
+@@ -16,6 +16,7 @@
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
*/
+ 
++#if defined (HAVE_GCC_ATOMIC_BUILTINS)
+ #define make_atomic_add_body(S) \
+   v= __sync_fetch_and_add(a, v);
+ #define make_atomic_fas_body(S) \
+@@ -26,6 +27,20 @@
+   sav= __sync_val_compare_and_swap(a, cmp_val, set);\
+   if (!(ret= (sav == cmp_val))) *cmp= sav
+ 
++#elif defined(HAVE_GCC_C11_ATOMICS)
++
++#define make_atomic_add_body(S) \
++  v= __atomic_fetch_add(a, v, __ATOMIC_SEQ_CST)
++#define make_atomic_fas_body(S) \
++  v= __atomic_exchange_n(a, v, __ATOMIC_SEQ_CST)
++#define make_atomic_cas_body(S) \
++  int ## S sav; \
++  ret= __atomic_compare_exchange_n(a, cmp, set, \
++   0,   \
++   __ATOMIC_SEQ_CST,\
++   __ATOMIC_SEQ_CST);
++#endif
++
+ #ifdef MY_ATOMIC_MODE_DUMMY
+ #define make_atomic_load_body(S)   ret= *a
+ #define make_atomic_store_body(S)  *a= v
+diff --git a/include/atomic/nolock.h b/include/atomic/nolock.h
+index 2137445..2ad7d98 100644
+--- a/include/atomic/nolock.h
 b/include/atomic/nolock.h
+@@ -17,7 +17,7 @@
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
*/
+ 
+ #if defined(__i386__) || defined(_MSC_VER) || defined(__x86_64__)   \
+-|| defined(HAVE_GCC_ATOMIC_BUILTINS) \
++|| defined(HAVE_GCC_ATOMIC_BUILTINS) || defined(HAVE_GCC_C11_ATOMICS) \
+ || defined(HAVE_SOLARIS_ATOMIC)
+ 
+ #  ifdef MY_ATOMIC_MODE_DUMMY
+@@ -41,7 +41,7 @@
+ #  elif __GNUC__
+ #if defined(HAVE_SOLARIS_ATOMIC)
+ #  include "solaris.h"
+-#elif defined(HAVE_GCC_ATOMIC_BUILTINS)
++#elif defined(HAVE_GCC_ATOMIC_BUILTINS) || defined(HAVE_GCC_C11_ATOMICS)
+ #  include "gcc_builtins.h"
+ #elif defined(__i386__) || defined(__x86_64__)
+ #  include "x86-gcc.h"
+diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt
+index 

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

2018-05-14 Thread Aaron Bauman
commit: 6fb773267d167d1914e2260c25ef225c4019f832
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon May 14 23:10:13 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 15 00:21:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb77326

media-libs/exempi: drop vulnerable

Bug: https://bugs.gentoo.org/650714
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8408

 media-libs/exempi/Manifest|  2 --
 media-libs/exempi/exempi-2.2.1.ebuild | 48 
 media-libs/exempi/exempi-2.4.2.ebuild | 52 ---
 3 files changed, 102 deletions(-)

diff --git a/media-libs/exempi/Manifest b/media-libs/exempi/Manifest
index af5d370f21f..18869996162 100644
--- a/media-libs/exempi/Manifest
+++ b/media-libs/exempi/Manifest
@@ -1,3 +1 @@
-DIST exempi-2.2.1.tar.gz 3566843 BLAKE2B 
f174bdf7fe88491694adef8dfa7f25184882deae967bb955972bcef71cff1cc42b0ddee38a356833bd35579f2b9f3e3310dbdcc8312fd4c60737323de5611a3e
 SHA512 
f4b97ec7af89924755a0695464bad5081de6a5d6a6f28c06984c051d677f8771c39df12951761ecd28d6ff520ddec4e21179dcba8b58f0ef649bbdad1a53aa9c
-DIST exempi-2.4.2.tar.gz 3911796 BLAKE2B 
73fc84dfff84b608e1408678af06b017617c3be62d0b3ae1606676b5c47d68683f3f94cb9b9a4afcfa76beabbac01997eb421491b51a8cc44912990af4ad0dc5
 SHA512 
47d0737a95dbd31c3c39ef9a9a8c00e87135c2eb909bea1d89fa8df31c0e73dadd7e9f9f0e6445d3b17457396e0c1381b93f5751494e1061822df47f7099b568
 DIST exempi-2.4.5.tar.gz 3901474 BLAKE2B 
7db80266847a18464ee5d75e2ffa38a05b2b23a30fb02a16c0a4a512f853a625f00db3ee0de3f177af584e12d65c8ecd2acc96cae96ef02d7b39129ab4b5274a
 SHA512 
2b3dd8b2d1763fbbfed1995635f625a8e909a4c3119147385737f349002b2fa038cfaca72b2b877db8f28b9022230e49264b58766a68060b0b7c322cad99b22c

diff --git a/media-libs/exempi/exempi-2.2.1.ebuild 
b/media-libs/exempi/exempi-2.2.1.ebuild
deleted file mode 100644
index d59b3f5909c..000
--- a/media-libs/exempi/exempi-2.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Exempi is a port of the Adobe XMP SDK to work on UNIX"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/Exempi;
-SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="examples static-libs"
-
-RDEPEND=">=dev-libs/expat-2:=
-   virtual/libiconv
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}
-   sys-devel/gettext"
-
-RESTRICT="test" #295875
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.1.1-iconv.patch
-   cp /usr/share/gettext/config.rpath . || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --disable-unittest
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-
-   if use examples; then
-   emake -C samples/source distclean
-   rm -f samples/{,source,testfiles}/Makefile*
-   insinto /usr/share/doc/${PF}/examples
-   doins -r samples/*
-   fi
-}

diff --git a/media-libs/exempi/exempi-2.4.2.ebuild 
b/media-libs/exempi/exempi-2.4.2.ebuild
deleted file mode 100644
index 083c3142b3f..000
--- a/media-libs/exempi/exempi-2.4.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools ltprune
-
-DESCRIPTION="Exempi is a port of the Adobe XMP SDK to work on UNIX"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/Exempi;
-SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="2/3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="examples static-libs test"
-
-RDEPEND="
-   >=dev-libs/expat-2:=
-   virtual/libiconv
-   sys-libs/zlib:=
-"
-DEPEND="${RDEPEND}
-   sys-devel/autoconf-archive
-   sys-devel/gettext
-   test? ( >=dev-libs/boost-1.48 )
-"
-
-src_prepare() {
-   default
-   eapply "${FILESDIR}"/${PN}-2.4.2-iconv.patch
-   cp /usr/share/gettext/config.rpath . || die
-   eautoreconf
-}
-
-src_configure() {
-   # Valgrind detection is "disabled" due to bug #295875
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable test unittest) \
-   VALGRIND=""
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-
-   if use examples; then
-   emake -C samples/source distclean
-   rm -f samples/{,source,testfiles}/Makefile*
-   insinto /usr/share/doc/${PF}/examples
-   doins -r samples/*
-   fi
-}



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

2018-05-14 Thread William Hubbs
commit: d980798d6444bbfc508796a233e962bf4dd61275
Author: William Hubbs  gmail  com>
AuthorDate: Tue May 15 00:08:19 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May 15 00:08:19 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=d980798d

openrc-run: respect the IN_DRYRUN environment variable

This allows rc-service to pass the tryrun option to openrc-run.

This is for #225.

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

diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c
index 73def8fb..ac682c4c 100644
--- a/src/rc/openrc-run.c
+++ b/src/rc/openrc-run.c
@@ -1282,6 +1282,8 @@ int main(int argc, char **argv)
unsetenv("IN_BACKGROUND");
}
 
+   if (rc_yesno(getenv("IN_DRYRUN")))
+   dry_run = true;
if (rc_yesno(getenv("IN_HOTPLUG"))) {
if (!service_plugable())
eerrorx("%s: not allowed to be hotplugged", applet);



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

2018-05-14 Thread William Hubbs
commit: 414a9aae6ce066d2a6ad42e7e24d1c12a7b46409
Author: William Hubbs  gmail  com>
AuthorDate: Tue May 15 00:04:42 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May 15 00:04:42 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=414a9aae

rc-misc.c: Add IN_DRYRUN to environment whitelist

This allows rc-service to pass the dryrun option to openrc-run.

This is for #225.

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

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 2c9903c3..e676ad9e 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -51,7 +51,7 @@ rc_conf_yesno(const char *setting)
 
 static const char *const env_whitelist[] = {
"EERROR_QUIET", "EINFO_QUIET",
-   "IN_BACKGROUND", "IN_HOTPLUG",
+   "IN_BACKGROUND", "IN_DRYRUN", "IN_HOTPLUG",
"LANG", "LC_MESSAGES", "TERM",
"EINFO_COLOR", "EINFO_VERBOSE",
NULL



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

2018-05-14 Thread William Hubbs
commit: a7f475ca04856ef8232364c5b0c3191566b0696c
Author: William Hubbs  gmail  com>
AuthorDate: Tue May 15 00:00:04 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May 15 00:00:04 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a7f475ca

rc-service: add a --dry-run option

This is for #225.

 man/rc-service.8| 6 ++
 src/rc/rc-service.c | 7 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/man/rc-service.8 b/man/rc-service.8
index 8f075de4..a0202a8e 100644
--- a/man/rc-service.8
+++ b/man/rc-service.8
@@ -35,6 +35,9 @@
 .Fl e , -exists
 .Ar service
 .Nm
+.Fl Z , -dry-run
+.Ar service
+.Nm
 .Fl l , -list
 .Nm
 .Fl r , -resolve
@@ -68,6 +71,9 @@ return 0 if it can find
 otherwise -1.
 .Fl r , -resolve
 does the same and also prints the full path of the service to stdout.
+.Pp
+.Fl Z , -dry-run
+prints out the commands it would execute rather than executing them.
 .Sh SEE ALSO
 .Xr openrc 8 ,
 .Xr stdout 3

diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c
index 8e7b00dc..77f0336b 100644
--- a/src/rc/rc-service.c
+++ b/src/rc/rc-service.c
@@ -29,7 +29,7 @@
 
 const char *applet = NULL;
 const char *extraopts = NULL;
-const char *getoptstring = "ce:ilr:IN" getoptstring_COMMON;
+const char *getoptstring = "ce:ilr:INZ" getoptstring_COMMON;
 const struct option longopts[] = {
{ "exists",   1, NULL, 'e' },
{ "ifcrashed", 0, NULL, 'c' },
@@ -38,6 +38,7 @@ const struct option longopts[] = {
{ "ifnotstarted", 0, NULL, 'N' },
{ "list", 0, NULL, 'l' },
{ "resolve",  1, NULL, 'r' },
+   { "dry-run", 0, NULL, 'Z' },
longopts_COMMON
 };
 const char * const longopts_help[] = {
@@ -48,6 +49,7 @@ const char * const longopts_help[] = {
"if the service is not started then run the command",
"list all available services",
"resolve the service name to an init script",
+   "dry run (show what would happen)",
longopts_help_COMMON
 };
 const char *usagestring = ""   
\
@@ -112,6 +114,9 @@ int main(int argc, char **argv)
free(service);
return EXIT_SUCCESS;
/* NOTREACHED */
+   case 'Z':
+   setenv("IN_DRYRUN", "yes", 1);
+   break;
 
case_RC_COMMON_GETOPT
}



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

2018-05-14 Thread Rafael Martins
commit: 1388b133852e3ba06bf9e70e06d1c899f1cf3839
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Mon May 14 22:46:51 2018 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Mon May 14 22:46:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1388b133

www-servers/gunicorn: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-servers/gunicorn/Manifest   | 2 +-
 www-servers/gunicorn/{gunicorn-19.7.1.ebuild => gunicorn-19.8.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/gunicorn/Manifest b/www-servers/gunicorn/Manifest
index 99327531e52..0e8db833318 100644
--- a/www-servers/gunicorn/Manifest
+++ b/www-servers/gunicorn/Manifest
@@ -2,4 +2,4 @@ DIST gunicorn-19.1.1.tar.gz 385155 BLAKE2B 
683bff89e9f7037b22748c968f842cbd6328f
 DIST gunicorn-19.3.0.tar.gz 395381 BLAKE2B 
cbdf0e4a8c5f107b3dbee9ac30b141142bd10e5a4d9046de3c2fe3af965e6b5f091ff29bdfd9f4a1da75ea409e6f9a3b9627f6069d5529dc9db4d6ad1e3f9860
 SHA512 
8c4e0bb1bf0b35aaf9160b9b7d87890a991451fbc86186454203f3483767858944704c1ec22dd52480ce1e4693e84b62b1428dd3b67b2ae925e0475dc08fcb50
 DIST gunicorn-19.4.5.tar.gz 399066 BLAKE2B 
046dd95170b3d6c6071c955462af5777ee0fbaa48d80c4a16b78fb1c9abd49bef98f7428e7f861b404a2791683074ae37a22a7e73d5b7f183fa6ac77d139123e
 SHA512 
a255178a4ce7966af5883fc6c104e7c472c87ce91861caf976b52cfb0ccd90b34109130334afa6c1f6dd251a4b33b052b1f9a4f598c5cd1e7f26e332b92e9154
 DIST gunicorn-19.6.0.tar.gz 404497 BLAKE2B 
8edc6907daf9cced83ab4213146d468789a23b4428a562f9f5cc7d2aa8f7c57137ca9f163609b6a8955537dfc5a93910a7cef183fa6457c5017cbb3941f4e0c8
 SHA512 
50b69ae18acc6f60be6fc5c6f4a867d8415d32009a1f959155b58502d52403a057612e97d6c9b69ec068ee5af7b9b045952a636a5edf4713a1249492611be479
-DIST gunicorn-19.7.1.tar.gz 402658 BLAKE2B 
8fd96ae3cc8c78beae8f3f84f960d75dc1a17134050fa7735cf0f01bd2a560bca733450d98c69e7c77b9679b3502df8e71dfe29d4127bd0f5086b7961b35e756
 SHA512 
ee01276028ad65c72076f09d95b6801a720700ec55d9b0bf929e0a6c0db546178a21c34f584ef1780f329218b2cfa3dc1e0c2d81bd4f7fcb0b328fbdfb0b9f0e
+DIST gunicorn-19.8.1.tar.gz 415541 BLAKE2B 
f0eefc4ff24052320b4dfaac3fc2523487f8dbb63365a9a3c52bc411b4d8f6150f348c709cae94dc4acb45e7fda534cf462d0339abc0325230d3560f76ce3241
 SHA512 
7f7fcbcde20b70d3a2faad595e08a028530348895f784eddcb35f24b3d5a7955edfc5b68aac4630243798fa37d41b7e869ec0d454dc80700c2630ba2cc39afc0

diff --git a/www-servers/gunicorn/gunicorn-19.7.1.ebuild 
b/www-servers/gunicorn/gunicorn-19.8.1.ebuild
similarity index 100%
rename from www-servers/gunicorn/gunicorn-19.7.1.ebuild
rename to www-servers/gunicorn/gunicorn-19.8.1.ebuild



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

2018-05-14 Thread Patrice Clement
commit: 27258bacad459a75b5c4b16a904e648675d96a9b
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 14 21:24:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon May 14 22:34:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27258bac

app-shells/hstr: version bump.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-shells/hstr/Manifest |  1 +
 app-shells/hstr/hstr-1.25.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 22040ad4515..e6d7a596a7e 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,2 +1,3 @@
 DIST hstr-1.23.tar.gz 47239 BLAKE2B 
dec630f1e8161edc40544561dd85ea1c128a6704eeeaeb39eb6987bdc096a070c9e242b938bed01b80e208aadf08606518a007919d353f76ff1c36e7906aeabb
 SHA512 
234c72587d0492d788b1c001b5e53f74820790a9ebe670e8abd28cd82fc7db65996d54160e675055be54cab110686838fe6e36dbefe0fbef9175613633bc5910
 DIST hstr-1.24.tar.gz 47523 BLAKE2B 
6e84ea6bd26cb0745f48e5f8701d4d956ae4b83ed825398fdc401fd0b7f13eb9874de62d438e71a57fa048a535a538504e7fabd7b4a698665a10a901e0a570e6
 SHA512 
fe522374e33150007c0bbe5d11d38e63c355519350f5777c8787aae62826553b61a358185994d196d015590649fb3accf75948e340233459409d594e51874658
+DIST hstr-1.25.tar.gz 48926 BLAKE2B 
ee27adaabcf8c28d10c2188d9570e92609192712e54e73a7904dc32e02805e564d4abcad60d506a961c0d9266c62a4fe1b4ef42171efd8f60d1234bbc9f4921d
 SHA512 
83c6250b1627bf185a572a7278a23f1e779d8f926f62fe341644f0d26b4f9daac8d904a5fe5af63e963a2ec15b7d98ee229bd5f812ee0d167bd2a12ee2e57467

diff --git a/app-shells/hstr/hstr-1.25.ebuild b/app-shells/hstr/hstr-1.25.ebuild
new file mode 100644
index 000..dbe778861aa
--- /dev/null
+++ b/app-shells/hstr/hstr-1.25.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Shell history suggest box"
+HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com;
+SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
+
+RDEPEND="
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( CONFIGURATION.md README.md )
+PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
+
+src_prepare() {
+   default
+   sed \
+   -e 's:-O2::g' \
+   -i src/Makefile.am || die
+   eautoreconf
+}



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

2018-05-14 Thread Mikle Kolyada
commit: 946827efe023c26f5b6a805ecad11f4160528645
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 14 22:19:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 14 22:19:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946827ef

app-arch/unace: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-arch/unace/Manifest|  2 --
 app-arch/unace/unace-2.5-r3.ebuild | 30 --
 app-arch/unace/unace-2.5-r4.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/app-arch/unace/Manifest b/app-arch/unace/Manifest
index 36d14ab5a12..3cd723aea8c 100644
--- a/app-arch/unace/Manifest
+++ b/app-arch/unace/Manifest
@@ -1,4 +1,2 @@
-DIST unace-nonfree_2.5-7.debian.tar.gz 16205 BLAKE2B 
332eee4e93eaec31a121071ae2cc0a289c118299d19b51b7572a296cad88e47cddc527f54b8b7aaa78e65bdf6cf272bf479ff19282d798993ac5dad2479256b3
 SHA512 
f381e68fe27f9e892bf76b0b976e89b801829fdb7d25caf3bab758a7d4cc9cf6d5157d6cccf08df94fa895b5cf75c8c0b8f4a0f5bd87e2b71811f88ec4e94b12
-DIST unace-nonfree_2.5-8.debian.tar.xz 16312 BLAKE2B 
43c5924ddb02d284312bc54c7cf5c1ba3201569b9701fc46f398455869a933e250c071235e5a270ea88ed330cd0131ce639f95356dbc93b025f2c4aacab840e9
 SHA512 
8b8ce964aceee1c96040a1f0ca347c95c035fd688cc2501543543a48603513a9c9314920f899eb6c3122c44a77dd0e7c8bd67c41395c5028d5ca5fd0b42e9229
 DIST unace-nonfree_2.5-9.debian.tar.xz 16900 BLAKE2B 
f7120278d0bd7b5d76b4ffb16e4c501510f88c4b20e214026d1a39f93e3a1e37129d8b54b61f90aa04ca56d9bb1bb186ea3d394772ef48660d6926312ea3
 SHA512 
bb704cc1881601b3319b6052bce71f1c98d638b6822f32b9595c9b5434898187d747220c7167cc4acb2bbdbe8bde8618856fdcd277a69026a4bef41950cbb46b
 DIST unace-nonfree_2.5.orig.tar.gz 122509 BLAKE2B 
b395139e2f58bf0ef65774a0725bd3340eb1aca4a6680915eaecb93d5d744fca9f5e53a8866e861421b4fa08f462571d7662f68c091c35ed84e3bc367d9f846c
 SHA512 
f7e9f3431f882160693cb55a90449e881aead9dc501bb4bb8303f04530bd3f6e1d84bbc2775d23e7c680e1e2d55a06872658c4b14c7bf51dd2db73fdcdea953b

diff --git a/app-arch/unace/unace-2.5-r3.ebuild 
b/app-arch/unace/unace-2.5-r3.ebuild
deleted file mode 100644
index d5ea1405490..000
--- a/app-arch/unace/unace-2.5-r3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DEB_VER="7"
-DESCRIPTION="ACE unarchiver"
-HOMEPAGE="http://www.winace.com/;
-SRC_URI="mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}.orig.tar.gz
-   
mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}-${DEB_VER}.debian.tar.gz"
-
-LICENSE="freedist"
-SLOT="1"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 x86 ~amd64-linux ~x86-linux 
~sparc-solaris"
-IUSE=""
-
-src_prepare() {
-   epatch $(sed 's:^:../debian/patches/:' 
"${WORKDIR}"/debian/patches/series)
-}
-
-src_configure() {
-   tc-export CC
-}
-
-src_install() {
-   dobin unace
-   doman "${WORKDIR}"/debian/manpage/unace.1
-}

diff --git a/app-arch/unace/unace-2.5-r4.ebuild 
b/app-arch/unace/unace-2.5-r4.ebuild
deleted file mode 100644
index 3b5df148668..000
--- a/app-arch/unace/unace-2.5-r4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DEB_VER="8"
-DESCRIPTION="ACE unarchiver"
-HOMEPAGE="http://www.winace.com/;
-SRC_URI="mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}.orig.tar.gz
-   
mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}-${DEB_VER}.debian.tar.xz"
-
-LICENSE="freedist"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~sparc-solaris"
-IUSE=""
-
-src_prepare() {
-   epatch $(sed 's:^:../debian/patches/:' 
"${WORKDIR}"/debian/patches/series)
-}
-
-src_configure() {
-   tc-export CC
-}
-
-src_install() {
-   dobin unace
-   doman "${WORKDIR}"/debian/manpage/unace.1
-}



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

2018-05-14 Thread Mikle Kolyada
commit: e237e37a483ca2103404084ed03cd2c0687c20f1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 14 22:18:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 14 22:18:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e237e37a

app-arch/unace: s390 stable wrt bug #646964

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-arch/unace/unace-2.5-r5.ebuild 
b/app-arch/unace/unace-2.5-r5.ebuild
index 19f0b6747fb..953d96dfa85 100644
--- a/app-arch/unace/unace-2.5-r5.ebuild
+++ b/app-arch/unace/unace-2.5-r5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}.orig.
 
 LICENSE="freedist"
 SLOT="1"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 x86 ~amd64-linux ~x86-linux 
~sparc-solaris"
 IUSE=""
 
 PATCHES=( "${WORKDIR}"/debian/patches/ )



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

2018-05-14 Thread Mikle Kolyada
commit: fe48074ca2aaa4dbdefa54dc2879196001f3bfdb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 14 22:13:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 14 22:13:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe48074c

sys-apps/rename: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/rename/rename-1.3-r1.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/sys-apps/rename/rename-1.3-r1.ebuild 
b/sys-apps/rename/rename-1.3-r1.ebuild
deleted file mode 100644
index 56e10c47853..000
--- a/sys-apps/rename/rename-1.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="tool for easily renaming files"
-HOMEPAGE="http://rename.sourceforge.net/;
-SRC_URI="http://${PN}/sourceforge.net/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}"/${P}-rename.patch
-   "${FILESDIR}"/${P}-build.patch
-   "${FILESDIR}"/${P}-gcc44.patch
-)
-
-src_prepare() {
-   sed -i \
-   -e '/^CFLAGS/s:-O3:@CFLAGS@:' \
-   -e '/strip /s:.*::' \
-   Makefile.in || die
-   epatch "${PATCHES[@]}"
-   tc-export CC
-}
-
-src_install() {
-   newbin rename renamexm
-   newman rename.1 renamexm.1
-   dodoc README ChangeLog
-}
-
-pkg_postinst() {
-   ewarn "This has been renamed to 'renamexm' to avoid"
-   ewarn "a naming conflict with sys-apps/util-linux."
-}



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

2018-05-14 Thread Mikle Kolyada
commit: e8a43bd3f958942e375226636b531c22da69147d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 14 22:01:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 14 22:01:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a43bd3

sys-apps/hwids: m68k/s390/sh stable wrt bug #648322

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-apps/hwids/hwids-20171003.ebuild 
b/sys-apps/hwids/hwids-20171003.ebuild
index df8110104ce..9b824ab36d1 100644
--- a/sys-apps/hwids/hwids-20171003.ebuild
+++ b/sys-apps/hwids/hwids-20171003.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
 else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



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

2018-05-14 Thread Mikle Kolyada
commit: 29fbc053120cacb51a34af6629a1108c31409db7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 14 21:51:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 14 21:51:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fbc053

app-misc/screen: m68k/s390/sh stable wrt bug #655490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/screen/screen-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.6.1.ebuild 
b/app-misc/screen/screen-4.6.1.ebuild
index fea1c81a1cc..928e94fa16a 100644
--- a/app-misc/screen/screen-4.6.1.ebuild
+++ b/app-misc/screen/screen-4.6.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/;
 
 if [[ "${PV}" !=  ]] ; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 
sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 else
EGIT_REPO_URI="git://git.savannah.gnu.org/screen.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" # needed for setting S later on



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

2018-05-14 Thread James Le Cuirot
commit: 3b2c32569270c1fb2062436efae206e4be737349
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon May 14 21:48:25 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon May 14 21:48:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2c3256

media-video/makemkv: Patch for compatibility with ffmpeg 4

Closes: https://bugs.gentoo.org/655488
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-video/makemkv/files/makemkv-ffmpeg.patch | 25 +
 media-video/makemkv/makemkv-1.12.2.ebuild  |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/media-video/makemkv/files/makemkv-ffmpeg.patch 
b/media-video/makemkv/files/makemkv-ffmpeg.patch
new file mode 100644
index 000..930c144d263
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-ffmpeg.patch
@@ -0,0 +1,25 @@
+Taken from 
https://negativo17.org/repos/multimedia/epel-7/SRPMS/makemkv-1.12.2-2.el7.src.rpm
+See 
https://github.com/FFmpeg/FFmpeg/commit/7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615
+and 
https://github.com/FFmpeg/FFmpeg/commit/b79a7da36faa6bb5914b04800b548e99eb3b81ca
+diff --git a/libffabi/src/ffabi.c b/libffabi/src/ffabi.c
+index 20db4e9..f08d53c 100644
+--- a/libffabi/src/ffabi.c
 b/libffabi/src/ffabi.c
+@@ -517,7 +517,7 @@ FFM_AudioEncodeContext* __cdecl 
ffm_audio_encode_init(void* logctx,const char* n
+ info->profile : FF_PROFILE_UNKNOWN;
+ 
+ if ((CodecFlags_CODEC_FLAG_GLOBAL_HEADER)!=0)
+-ctx->avctx->flags |= CODEC_FLAG_GLOBAL_HEADER;
++ctx->avctx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
+ 
+ if (argp) {
+ for (i=0;argp[i];i+=2) {
+@@ -718,7 +718,7 @@ int __cdecl 
ffm_audio_encode_get_info(FFM_AudioEncodeContext* ctx,FFM_AudioEncod
+ info->delay = (int32_t)ctx->avctx->delay;
+ info->flags = 0;
+ 
+-if ((ctx->avctx->flags_FLAG_GLOBAL_HEADER)!=0)
++if ((ctx->avctx->flags_CODEC_FLAG_GLOBAL_HEADER)!=0)
+ info->flags |= FFM_CODEC_FLAG_GLOBAL_HEADER;
+ 
+ return 0;

diff --git a/media-video/makemkv/makemkv-1.12.2.ebuild 
b/media-video/makemkv/makemkv-1.12.2.ebuild
index bcc7cf5092e..e5003042929 100644
--- a/media-video/makemkv/makemkv-1.12.2.ebuild
+++ b/media-video/makemkv/makemkv-1.12.2.ebuild
@@ -39,7 +39,7 @@ RDEPEND="${DEPEND}
 
 CONFIG_CHECK="~CHR_DEV_SG"
 S="${WORKDIR}/${MY_P}"
-PATCHES=( "${FILESDIR}"/${PN}-path.patch )
+PATCHES=( "${FILESDIR}"/${PN}-{path,ffmpeg}.patch )
 
 src_configure() {
# See bug #439380.



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

2018-05-14 Thread Zac Medico
commit: fa191a28dc2f06f449e40ee5acc6e246ebd46905
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 14 21:23:38 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 14 21:41:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa191a28

net-libs/libtorrent-rasterbar: version bump to 1.1.7

Closes: https://bugs.gentoo.org/653446
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-libs/libtorrent-rasterbar/Manifest |   1 +
 .../libtorrent-rasterbar-1.1.7.ebuild  | 104 +
 2 files changed, 105 insertions(+)

diff --git a/net-libs/libtorrent-rasterbar/Manifest 
b/net-libs/libtorrent-rasterbar/Manifest
index 38db164ee52..3aca11909d4 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -1 +1,2 @@
 DIST libtorrent-rasterbar-1.1.5.tar.gz 3942894 BLAKE2B 
0a1102e1b74049c1f5d8980363a6b92a3378339349609d64d3b7a38a58baf6c2898a26f70e92b0de0d6a1f4b6725a576a850aacaa5764fe7d96fa0b541dfa2d7
 SHA512 
d0e7fe944c8a396aaf79ce80c7513be07a855bc8a9eee3bca46ed83d5e190aaa5ea4dc9a8a7208e27e18ae8f15733e6e34eabd375f0bde43d4dc4607840782e7
+DIST libtorrent-rasterbar-1.1.7.tar.gz 3951887 BLAKE2B 
4729a718f5ce5bf2a41506f18f48bc588ad863ea8e640dde6f9e0a35bb909ff651fca3c8729668b25507fa3928218be579964c683d9d6bf3dc1c3abcce0f9452
 SHA512 
e35e95eec55a69b81c1d21f73e230dc4de7502b5adce99193c01b0d89a04b0f484788ff235d3f73cc77eeccba8d8d441fac92aa76a17afb56bafabd318b4a75e

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.7.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.7.ebuild
new file mode 100644
index 000..562bd62d7a8
--- /dev/null
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.7.ebuild
@@ -0,0 +1,104 @@
+# 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} )
+PYTHON_REQ_USE="threads"
+DISTUTILS_OPTIONAL=true
+DISTUTILS_IN_SOURCE_BUILD=true
+
+inherit distutils-r1 flag-o-matic versionator
+
+MY_PV=$(replace_all_version_separators _)
+
+DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
+HOMEPAGE="http://libtorrent.org;
+SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_PV}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/9"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +dht doc examples libressl python +ssl static-libs test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   virtual/libiconv
+   examples? ( !net-p2p/mldonkey )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+"
+
+src_prepare() {
+   default
+
+   # bug 578026
+   # prepend -L${S}/... to ensure bindings link against the lib we just 
built
+   sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
+
+   # prepend -I${S}/... to ensure bindings use the right headers
+   sed -i -e "s|^|-I${S}/src/include |" bindings/python/compile_flags.in 
|| die
+
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   append-cxxflags -std=c++11 # bug 634506
+
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable debug logging)
+   $(use_enable debug disk-stats)
+   $(use_enable dht dht $(usex debug logging yes))
+   $(use_enable examples)
+   $(use_enable ssl encryption)
+   $(use_enable static-libs static)
+   $(use_enable test tests)
+   --with-libiconv
+   )
+   econf "${myeconfargs[@]}"
+
+   if use python; then
+   python_configure() {
+   econf "${myeconfargs[@]}" \
+   --enable-python-binding \
+   --with-boost-python="${EPYTHON#python}"
+   }
+   distutils-r1_src_configure
+   fi
+}
+
+src_compile() {
+   default
+
+   python_compile() {
+   cd "${BUILD_DIR}/../bindings/python" || die
+   distutils-r1_python_compile
+   }
+   use python && distutils-r1_src_compile
+}
+
+src_install() {
+   use doc && HTML_DOCS+=( "${S}"/docs )
+
+   default
+
+   python_install() {
+   cd "${BUILD_DIR}/../bindings/python" || die
+   distutils-r1_python_install
+   }
+   use python && distutils-r1_src_install
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-05-14 Thread Sergei Trofimovich
commit: 50fbee34e3de24b39766a3a32d28bf780ac98679
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 14 21:24:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 14 21:24:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fbee34

sys-libs/libseccomp: stable 2.3.3 for ppc64, bug #653212

Bug: https://bugs.gentoo.org/653212
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 sys-libs/libseccomp/libseccomp-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libseccomp/libseccomp-2.3.3.ebuild 
b/sys-libs/libseccomp/libseccomp-2.3.3.ebuild
index fa873e9c5bd..17f6391eb03 100644
--- a/sys-libs/libseccomp/libseccomp-2.3.3.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.3.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux"
+KEYWORDS="-* amd64 ~arm arm64 ~mips ~ppc ppc64 ~s390 ~x86 ~amd64-linux"
 IUSE="static-libs"
 
 # We need newer kernel headers; we don't keep strict control of the exact



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

2018-05-14 Thread Sergei Trofimovich
commit: bbc8a9a777b98d0f03ccd7cfc1d39aac8d9bb8d8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 14 21:24:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 14 21:24:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc8a9a7

sys-apps/systemd: stable 238-r6 for ppc64, bug #653212

Bug: https://bugs.gentoo.org/653212
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/sys-apps/systemd/systemd-238-r6.ebuild 
b/sys-apps/systemd/systemd-238-r6.ebuild
index dddf8d8f547..2c75d37b9ae 100644
--- a/sys-apps/systemd/systemd-238-r6.ebuild
+++ b/sys-apps/systemd/systemd-238-r6.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2rtf/

2018-05-14 Thread Tobias Klausmann
commit: 21dbfcd6a70a3a5b3c63a17861faaba4575f1ab3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dbfcd6

dev-tex/latex2rtf-2.3.15-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655334

 dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild 
b/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild
index 7078ce05ae9..4f12f828bd8 100644
--- a/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild
+++ b/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://latex2rtf.sourceforge.net/;
 SRC_URI="mirror://sourceforge/latex2rtf/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 SLOT="0"
 IUSE="test"
 S="${WORKDIR}/${P%b}"



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

2018-05-14 Thread Tobias Klausmann
commit: b8a58f67b9003ffd819c5cdc06a37df55281cb4a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:32 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a58f67

net-dns/libidn-1.35-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655668

 net-dns/libidn/libidn-1.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn/libidn-1.35.ebuild 
b/net-dns/libidn/libidn-1.35.ebuild
index c8732068f85..a87ed91b740 100644
--- a/net-dns/libidn/libidn-1.35.ebuild
+++ b/net-dns/libidn/libidn-1.35.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/libidn/${P}.tar.gz"
 
 LICENSE="GPL-2 GPL-3 LGPL-3 java? ( Apache-2.0 )"
 SLOT="0/12"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc emacs java mono nls static-libs"
 
 DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS TODO )



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

2018-05-14 Thread Tobias Klausmann
commit: af43cd10ecd524fde3c01a91d57f0ee897656c10
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:32 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af43cd10

app-misc/screen-4.6.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655490

 app-misc/screen/screen-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.6.1.ebuild 
b/app-misc/screen/screen-4.6.1.ebuild
index 0476bc1866e..fea1c81a1cc 100644
--- a/app-misc/screen/screen-4.6.1.ebuild
+++ b/app-misc/screen/screen-4.6.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/;
 
 if [[ "${PV}" !=  ]] ; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 else
EGIT_REPO_URI="git://git.savannah.gnu.org/screen.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" # needed for setting S later on



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

2018-05-14 Thread Tobias Klausmann
commit: 43d9351b449d0bb4fd1bb99c5cac54b60e63d79f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:32 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d9351b

sys-fs/udev-238-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655712

 sys-fs/udev/udev-238.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-238.ebuild b/sys-fs/udev/udev-238.ebuild
index da723bed5cf..5675ea7f435 100644
--- a/sys-fs/udev/udev-238.ebuild
+++ b/sys-fs/udev/udev-238.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2018-05-14 Thread Tobias Klausmann
commit: 050c7c9c3a22c11c478d086bfbc9efa672fde7d4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050c7c9c

dev-libs/ffcall-2.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655420

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

diff --git a/dev-libs/ffcall/ffcall-2.1.ebuild 
b/dev-libs/ffcall/ffcall-2.1.ebuild
index ebcfe7f02c2..b20e17a0e0d 100644
--- a/dev-libs/ffcall/ffcall-2.1.ebuild
+++ b/dev-libs/ffcall/ffcall-2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz"
 # under GNU LGPL." -ffcall author
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 S=${WORKDIR}/${MY_PV}



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

2018-05-14 Thread Tobias Klausmann
commit: 502c4d565017ba966651e49ec1f0d710410cc366
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:31 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502c4d56

sys-apps/usbutils-009-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655338

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

diff --git a/sys-apps/usbutils/usbutils-009.ebuild 
b/sys-apps/usbutils/usbutils-009.ebuild
index 13b95d5a6ab..6f8799ca0b5 100644
--- a/sys-apps/usbutils/usbutils-009.ebuild
+++ b/sys-apps/usbutils/usbutils-009.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-05-14 Thread Tobias Klausmann
commit: 2c899378d43d84aa276f1297eca1338e85023942
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:24:32 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 21:19:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c899378

sys-process/cronie-1.5.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655686

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild 
b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index a53dac9e3ef..ee886255482 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie;
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz;
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )



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

2018-05-14 Thread Sergei Trofimovich
commit: 800bf12eb136ff2e36cde47a2db3990a67c9dbd8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 14 21:15:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 14 21:15:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800bf12e

dev-ruby/pkg-config: stable 1.2.8 for hppa, bug #642004

Bug: https://bugs.gentoo.org/642004
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-ruby/pkg-config/pkg-config-1.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild
index db7b643ca06..3bf988ebe25 100644
--- a/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild
+++ b/dev-ruby/pkg-config/pkg-config-1.2.8.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="A pkg-config implementation by Ruby"
 HOMEPAGE="https://github.com/rcairo/pkg-config;
 LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



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

2018-05-14 Thread Rafael Martins
commit: 56549b118f6391dbd32bc3f66257a2dd8a03cf67
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Mon May 14 21:07:03 2018 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Mon May 14 21:07:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56549b11

app-text/blogc: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/blogc/Manifest | 2 +-
 app-text/blogc/{blogc-0.13.5.ebuild => blogc-0.13.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/blogc/Manifest b/app-text/blogc/Manifest
index 1a8b06dc527..aaf18cc74a7 100644
--- a/app-text/blogc/Manifest
+++ b/app-text/blogc/Manifest
@@ -1 +1 @@
-DIST blogc-0.13.5.tar.xz 317548 BLAKE2B 
aaaefc814785fa12e52489a0255612f8b69579554cd0858da3f79099cf23508c8f2041634faab94f39db554e8e9d3d49cec7f61adcf32faaa0197a2fdc33ece3
 SHA512 
26682a7bff063aa51a550d31fff10a283bec0ae30279b6d48609832f89918e4d316b923c561f5bbc07e8d2f12a83b6f36468537c5c7449b261f541293dda22c9
+DIST blogc-0.13.6.tar.xz 317680 BLAKE2B 
12020484ae1260efe8ee66e814a3c8a701fbe093a4abbef5c65ffd0fdd208677e311cbc6ef58aaae521697ffb03c04ce579f596d85879239213cef455ff8bc39
 SHA512 
101b1f4bb6bf4247d8ece8d263bfb58176ffcf1a85d919360464d24a9bdca0e66fd47a6acd9bfcddb343552fa34b2ef0c059e5045adaec5b6dc6918e2ebf6e39

diff --git a/app-text/blogc/blogc-0.13.5.ebuild 
b/app-text/blogc/blogc-0.13.6.ebuild
similarity index 100%
rename from app-text/blogc/blogc-0.13.5.ebuild
rename to app-text/blogc/blogc-0.13.6.ebuild



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

2018-05-14 Thread Alexys Jacob
commit: 89339b440f806c94ffb4cdedb4a91411dcbbe2bd
Author: Ultrabug  gentoo  org>
AuthorDate: Mon May 14 20:54:01 2018 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon May 14 20:54:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89339b44

x11-misc/py3status: version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-misc/py3status/Manifest   | 2 +-
 x11-misc/py3status/{py3status-3.8.ebuild => py3status-3.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index c00fd1991a4..031afb957e2 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.8.tar.gz 298881 BLAKE2B 
fc3c55461e65e8566afb07c88dd1d837cd82b72ce68a37b51bce922386ad8aff6de6740e4b346c35e76a9dfd744683d92638df1f4878735b52dadb8ca7737550
 SHA512 
72e1db7bd5b7b940505b65053cb22363a6a2e6f7fcb0730fa7efb3bedaf29b91bf87493f9a0481b13e43024452d9eaa578fe64f62c2fefbb5df149e252a25fe5
+DIST py3status-3.9.tar.gz 268942 BLAKE2B 
980264974fbcd74faab59fae6f54210691aa01077910a69a854b8f635b25883a07e088d4f4b842e39b4264b244b94a4adae9f904897bf919eeba7cb02eb770a9
 SHA512 
cd4b896d2b919afd9c18fcfc44de23c5b3528705925785bb15303711b89e51abc6b6fce14ea8d4c09201f8143239e246c41d0d19577acc58c662f2be7ba24052

diff --git a/x11-misc/py3status/py3status-3.8.ebuild 
b/x11-misc/py3status/py3status-3.9.ebuild
similarity index 100%
rename from x11-misc/py3status/py3status-3.8.ebuild
rename to x11-misc/py3status/py3status-3.9.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/

2018-05-14 Thread Brian Evans
commit: 91c41a81f72c70abce40bdf2fbde662dfed44290
Author: Brian Evans  gentoo  org>
AuthorDate: Mon May 14 20:07:03 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon May 14 20:07:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c41a81

app-eselect/eselect-php: Drop old, hppa is ~arch only

Closes: https://bugs.gentoo.org/642788
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-eselect/eselect-php/Manifest |  1 -
 app-eselect/eselect-php/eselect-php-0.9.2.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/app-eselect/eselect-php/Manifest b/app-eselect/eselect-php/Manifest
index 9df9b294af3..98e3dcbe5c9 100644
--- a/app-eselect/eselect-php/Manifest
+++ b/app-eselect/eselect-php/Manifest
@@ -1,3 +1,2 @@
-DIST eselect-php-0.9.2.tar.xz 48356 BLAKE2B 
9ad886b78c0a0ca71c1082d9265f28b1f9ea46dddfd52ad1a1ebb1a4d008954a59baf4cf69705e9b527fff64e8dfa3b25a2d522e2455e2e9ce550e917112ee58
 SHA512 
ebf4c9039aaa3ffad79dee181b5cd77f144a4b1b49d80291b290377b7ca5a9618d8b18922f0624e646c4d80266c58199bb936a7b8dd5d2e2bdc296099f583edf
 DIST eselect-php-0.9.4.tar.xz 49576 BLAKE2B 
417956b355ffec7d7cda03dffa94e4d749a2b33a64a216c2ed8492181a5385f5219078efe6cc4d0d2d81b0fac40901c0cf07914a826484b83833542a12b47359
 SHA512 
2ba1dd75d4bb9611c6687ed4449f715728263538f772652aa1ac013103cf9ddf328c854326cf6da4f9b3ff2279bf99d973325520fe8b4e3ba7a76a9c3264e78e
 DIST eselect-php-0.9.5.tar.xz 49732 BLAKE2B 
78c2010abcb1c9efd4d5f2f3f934365b338901a98bc8528131f2b9f564c1c3f740ab2dc2a28a0a58912e750062e61f75a7c6611c2f37019ca6525d729ffb5fd2
 SHA512 
55e401cb0c3ed19fed90485d62ba3deed3355503542898ff0d1b5404bd5fafb2f887df433609d4d4b28f32c0034100ea32c9e58547ef6417ea0b0f60d061d119

diff --git a/app-eselect/eselect-php/eselect-php-0.9.2.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.2.ebuild
deleted file mode 100644
index 62d08891142..000
--- a/app-eselect/eselect-php/eselect-php-0.9.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="PHP eselect module"
-HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/;
-SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2"
-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"
-IUSE="fpm apache2"
-
-# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.
-RDEPEND="app-admin/eselect
-   apache2? ( www-servers/apache[apache2_modules_dir] )"
-
-src_configure(){
-   # We expect localstatedir to be "var"ish, not "var/lib"ish, because
-   # that's what PHP upstream expects. See for example the FPM
-   # configuration where they put logs in @localstatedir@/log.
-   econf --localstatedir="${EPREFIX}"/var $(use_enable apache2)
-}
-
-src_install() {
-   default
-
-   # This can be removed after a while...
-   if use apache2 ; then
-   insinto /etc/apache2/modules.d
-   newins "${FILESDIR}/70_mod_php5.backcompat.conf" 
70_mod_php5.conf
-   fi
-
-   if use fpm ; then
-   newinitd "doc/php-fpm.example.init" "php-fpm"
-   newconfd "doc/php-fpm.example.conf" "php-fpm"
-   systemd_dotmpfilesd "${FILESDIR}/php-fpm.conf"
-   exeinto /usr/libexec
-   doexe "${FILESDIR}/php-fpm-launcher"
-   fi
-}
-
-pkg_postinst() {
-   if use apache2 ; then
-   elog
-   elog "If you are upgrading, be warned that our mod_php 
configuration"
-   elog "file has changed! You should now define -DPHP for the 
apache2"
-   elog "daemon, and inspect the new 70_mod_php.conf which has 
been"
-   elog "installed. Module loading involves eselect as of this 
version."
-   elog
-   elog "You must run eselect at least once to choose your apache2 
target"
-   elog "before the new configuration will work. Afterwards, and 
after you"
-   elog "have reviewed your new configuration, you are advised to 
remove"
-   elog "the obsolete 70_mod_php5.conf file."
-   elog
-   fi
-}



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

2018-05-14 Thread Hans de Graaff
commit: 6fd134ccb0abee4e5d511a96ca9f6b4729ca4301
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 19:09:27 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 19:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd134cc

dev-ruby/sass: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/sass/sass-3.5.6.ebuild b/dev-ruby/sass/sass-3.5.6.ebuild
index 4d2d637d6c0..d72b4da019d 100644
--- a/dev-ruby/sass/sass-3.5.6.ebuild
+++ b/dev-ruby/sass/sass-3.5.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR="doc"



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

2018-05-14 Thread Hans de Graaff
commit: cdce3f78c3f3a083e3d5c02cbe9a4b9a85e2cd4f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 19:46:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 19:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdce3f78

dev-ruby/websocket-driver: move into slots per rails expectations

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild 
b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
index 0287714fbbe..7a5ad114acf 100644
--- a/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
+++ b/dev-ruby/websocket-driver/websocket-driver-0.7.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/faye/websocket-driver-ruby/archive/${PV}.tar.gz -> $
 RUBY_S="${PN}-ruby-${PV}"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0.7"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 



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

2018-05-14 Thread Hans de Graaff
commit: 0cfa5bdbd5f1fe4d83aed2f273f4dfd5e05d7c7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 19:27:36 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 19:51:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfa5bdb

dev-ruby/sprockets: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/sprockets/sprockets-3.7.1.ebuild 
b/dev-ruby/sprockets/sprockets-3.7.1.ebuild
index 9fff1f25a86..57dd68e9e17 100644
--- a/dev-ruby/sprockets/sprockets-3.7.1.ebuild
+++ b/dev-ruby/sprockets/sprockets-3.7.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"



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

2018-05-14 Thread Hans de Graaff
commit: 1998481c71b25aa69ee44de442b41c29c2fb8baf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 19:48:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 19:51:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1998481c

profiles/updates/2Q-2018: slotmove websocket-driver

 profiles/updates/2Q-2018 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/updates/2Q-2018 b/profiles/updates/2Q-2018
index 08e0ef5e53d..9effb4e77c8 100644
--- a/profiles/updates/2Q-2018
+++ b/profiles/updates/2Q-2018
@@ -7,3 +7,4 @@ move app-backup/kbackup kde-apps/kbackup
 move x11-proto/xcb-proto x11-base/xcb-proto
 move dev-db/xtrabackup-bin dev-db/percona-xtrabackup-bin
 move ros-meta/geometry_experimental ros-meta/geometry2
+slotmove =dev-ruby/websocket-driver-0.7.0 0 0.7



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

2018-05-14 Thread Hans de Graaff
commit: 64255ce184b254df74ee30bdaf63d728e4a70a56
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 19:42:30 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 19:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64255ce1

dev-ruby/mail: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index 6ca29c05978..e61194a31f0 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] proj/musl:master commit in: app-admin/syslog-ng/files/, app-admin/syslog-ng/files/patches/, ...

2018-05-14 Thread Anthony G. Basile
commit: 14ea10ecae743e1868f706b3b55cee8e2b9d4de1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon May 14 19:31:42 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 14 19:31:42 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=14ea10ec

app-admin/syslog-ng: avoid libtfgetent.so since it uses getprotobynumber_r()

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/syslog-ng/Manifest   |   2 +
 .../syslog-ng/files/3.13/syslog-ng.conf.gentoo |  36 +
 .../files/3.13/syslog-ng.conf.gentoo.fbsd  |  24 +++
 .../files/3.13/syslog-ng.conf.gentoo.hardened  | 115 ++
 app-admin/syslog-ng/files/3.13/syslog-ng.confd |  42 +
 app-admin/syslog-ng/files/3.13/syslog-ng.rc|  58 +++
 .../syslog-ng/files/3.14/syslog-ng.conf.gentoo |  36 +
 .../files/3.14/syslog-ng.conf.gentoo.fbsd  |  24 +++
 .../files/3.14/syslog-ng.conf.gentoo.hardened  | 115 ++
 app-admin/syslog-ng/files/3.14/syslog-ng.confd |  43 +
 app-admin/syslog-ng/files/3.14/syslog-ng.rc|  59 +++
 app-admin/syslog-ng/files/README.hardened  |  13 ++
 .../patches/syslog-ng-3.12.1-json-c-0.13+.patch|  33 
 .../syslog-ng-3.14.1-fix-automake-1.16-build.patch |  23 +++
 .../patches/syslog-ng-3.14.1-fix-tls-client.patch  | 173 +
 app-admin/syslog-ng/files/syslog-ng.logrotate  |  12 ++
 .../syslog-ng/files/syslog-ng.logrotate.hardened   |  75 +
 .../files/syslog-ng.logrotate.hardened.in  |  75 +
 app-admin/syslog-ng/files/syslog-ng.logrotate.in   |  12 ++
 app-admin/syslog-ng/metadata.xml   |  25 +++
 app-admin/syslog-ng/syslog-ng-3.13.2.ebuild| 173 +
 app-admin/syslog-ng/syslog-ng-3.14.1.ebuild| 170 
 22 files changed, 1338 insertions(+)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
new file mode 100644
index 000..3a3bb12
--- /dev/null
+++ b/app-admin/syslog-ng/Manifest
@@ -0,0 +1,2 @@
+DIST syslog-ng-3.13.2.tar.gz 9047998 BLAKE2B 
a18b11a31e1bf4c981071e7509ff154f08076c5ca659e814a3d8a49108dcc6f324ba3025f4e43bb32d23a9554fc188da4b116089fe29bf866f323f76280c460f
 SHA512 
fd5c6645f1e8e10cba940ea29715f9e7cc286cd49c2f45bde2a447731189d6171ca204aa066ac96dd09246fd7ed1751130d143d807c979518d688e7750490cfe
+DIST syslog-ng-3.14.1.tar.gz 9039910 BLAKE2B 
688eb52557c41a2556835978809b74ef4cc6b78e54580c4f349a8b9ebc07a6cf5ab99d8cda2a0212cb0186fe9e0a276d46ab9846c5ed1c391d734596ccc2d0a9
 SHA512 
86e5b59f76de3f585781accc9e426b2f74a73a560a6b49364e3f2b71b6fdd382b8473b468ac396e09c1dd0e00aa525a25874af67ce6c81978df2995c9b920aa7

diff --git a/app-admin/syslog-ng/files/3.13/syslog-ng.conf.gentoo 
b/app-admin/syslog-ng/files/3.13/syslog-ng.conf.gentoo
new file mode 100644
index 000..ee8c76a
--- /dev/null
+++ b/app-admin/syslog-ng/files/3.13/syslog-ng.conf.gentoo
@@ -0,0 +1,36 @@
+@version: 3.13
+#
+# Syslog-ng default configuration file for Gentoo Linux
+
+# https://bugs.gentoo.org/426814
+@include "scl.conf"
+
+options {
+   threaded(yes);
+   chain_hostnames(no);
+
+   # The default action of syslog-ng is to log a STATS line
+   # to the file every 10 minutes.  That's pretty ugly after a while.
+   # Change it to every 12 hours so you get a nice daily update of
+   # how many messages syslog-ng missed (0).
+   stats_freq(43200);
+   # The default action of syslog-ng is to log a MARK line
+   # to the file every 20 minutes.  That's seems high for most
+   # people so turn it down to once an hour.  Set it to zero
+   # if you don't want the functionality at all.
+   mark_freq(3600);
+};
+
+source src { system(); internal(); };
+
+destination messages { file("/var/log/messages"); };
+
+# By default messages are logged to tty12...
+destination console_all { file("/dev/tty12"); };
+# ...if you intend to use /dev/console for programs like xconsole
+# you can comment out the destination line above that references /dev/tty12
+# and uncomment the line below.
+#destination console_all { file("/dev/console"); };
+
+log { source(src); destination(messages); };
+log { source(src); destination(console_all); };

diff --git a/app-admin/syslog-ng/files/3.13/syslog-ng.conf.gentoo.fbsd 
b/app-admin/syslog-ng/files/3.13/syslog-ng.conf.gentoo.fbsd
new file mode 100644
index 000..e9122a8
--- /dev/null
+++ b/app-admin/syslog-ng/files/3.13/syslog-ng.conf.gentoo.fbsd
@@ -0,0 +1,24 @@
+@version: 3.13
+#
+# Syslog-ng default configuration file for Gentoo FreeBSD
+#
+
+# https://bugs.gentoo.org/426814
+@include "scl.conf"
+
+options {
+   threaded(yes);
+   chain_hostnames(no);
+
+   # The default action of syslog-ng is to log a STATS line
+   # to the file every 10 minutes.  That's pretty ugly after a while.
+   # Change it to every 12 hours so you get a nice daily update of
+   # how many 

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

2018-05-14 Thread Sergei Trofimovich
commit: 6293c967c62a88ee023fc2c9e4301740c69dc963
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 14 19:26:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 14 19:26:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6293c967

sys-apps/systemd: stable 238-r6 for ia64, bug #653212

Bug: https://bugs.gentoo.org/653212
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/sys-apps/systemd/systemd-238-r6.ebuild 
b/sys-apps/systemd/systemd-238-r6.ebuild
index 76727c0658e..dddf8d8f547 100644
--- a/sys-apps/systemd/systemd-238-r6.ebuild
+++ b/sys-apps/systemd/systemd-238-r6.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz
https://dev.gentoo.org/~floppym/dist/${P}-patches-1.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )



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

2018-05-14 Thread Tobias Klausmann
commit: c00dad082ccf2cf185008bccdb7c45c3c61f2f1c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 19:22:30 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00dad08

sys-kernel/gentoo-sources-4.4.128-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653958

 sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
index 20559fb092e..81336be4e9c 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.128.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2018-05-14 Thread Tobias Klausmann
commit: 97dc0b1be76ce5d8d8782f8e7909f9ce688f1a42
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:02 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:20:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97dc0b1b

dev-python/protobuf-python-3.5.2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654428

 dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild
index 49bf24b5519..c90151f42ce 100644
--- a/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}



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

2018-05-14 Thread Tobias Klausmann
commit: e60e1a6f405300d8d8e9ded4abdbf237e454d0ae
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:02 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:20:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60e1a6f

dev-libs/protobuf-3.5.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654428

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

diff --git a/dev-libs/protobuf/protobuf-3.5.2.ebuild 
b/dev-libs/protobuf/protobuf-3.5.2.ebuild
index ec016c47ffc..67ded9fd02a 100644
--- a/dev-libs/protobuf/protobuf-3.5.2.ebuild
+++ b/dev-libs/protobuf/protobuf-3.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="emacs examples static-libs test zlib"
 
 RDEPEND="emacs? ( virtual/emacs )



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

2018-05-14 Thread Tobias Klausmann
commit: fcf151fede0e00bb8b72d225bd334eeb6608a239
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf151fe

media-libs/freetype-2.9.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654696

 media-libs/freetype/freetype-2.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.9.1-r1.ebuild 
b/media-libs/freetype/freetype-2.9.1-r1.ebuild
index ce1a3960f69..c4a012f6934 100644
--- a/media-libs/freetype/freetype-2.9.1-r1.ebuild
+++ b/media-libs/freetype/freetype-2.9.1-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" !=  ]] ; then
mirror://nongnu/freetype/ft2demos-${PV}.tar.bz2 )
doc?( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.bz2
mirror://nongnu/freetype/${PN}-doc-${PV}.tar.bz2 )"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~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 ~x86-winnt"
+   KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~ppc-aix ~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 ~x86-winnt"
IUSE+=" doc"
 else
inherit autotools git-r3



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

2018-05-14 Thread Tobias Klausmann
commit: 6c26aa8bdd59bd4e0a06948bd2cf5d6445350a33
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c26aa8b

dev-python/bz2file-0.98-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654682

 dev-python/bz2file/bz2file-0.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bz2file/bz2file-0.98.ebuild 
b/dev-python/bz2file/bz2file-0.98.ebuild
index ac1d7c0eb33..3f04f2d3f84 100644
--- a/dev-python/bz2file/bz2file-0.98.ebuild
+++ b/dev-python/bz2file/bz2file-0.98.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/

2018-05-14 Thread Tobias Klausmann
commit: 58b33100ff1385fb134d490f1d7d56483d4874dd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:02 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b33100

app-portage/gemato-13.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654682

 app-portage/gemato/gemato-13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gemato/gemato-13.0.ebuild 
b/app-portage/gemato/gemato-13.0.ebuild
index 9ef8f4d1d57..e353b531219 100644
--- a/app-portage/gemato/gemato-13.0.ebuild
+++ b/app-portage/gemato/gemato-13.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd"
 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
 
 MODULE_RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2018-05-14 Thread Tobias Klausmann
commit: d4cb9fbaf09a90aca2e1eae03ff1f2463a3797e5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:04 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4cb9fba

sci-visualization/gnuplot-5.2.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655222

 sci-visualization/gnuplot/gnuplot-5.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild
index be98c1023e4..af8759f6cea 100644
--- a/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.2.2.ebuild
@@ -17,11 +17,11 @@ if [[ -z ${PV%%*} ]]; then
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
SRC_URI=""
-   KEYWORDS="amd64 ia64 x86"
+   KEYWORDS="alpha amd64 ia64 x86"
 else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc 
x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="gnuplot bitmap? ( free-noncomm )"



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

2018-05-14 Thread Tobias Klausmann
commit: 36e489a922bc0af167d30230c842771c8dc0029a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e489a9

net-misc/tigervnc-1.8.0-r3: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655108

 net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild 
b/net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild
index 30eac18cab0..aa056d82d42 100644
--- a/net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
 IUSE="+drm gnutls nls java +opengl pam server +xorgmodule xinerama dri3"
 
 CDEPEND="virtual/jpeg:0



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

2018-05-14 Thread Tobias Klausmann
commit: 04d5e8b0e5e668665f313a059b589d68b51aca66
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:04 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d5e8b0

net-misc/wget-1.19.5-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655216

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

diff --git a/net-misc/wget/wget-1.19.5.ebuild b/net-misc/wget/wget-1.19.5.ebuild
index 9a4a89aae04..c822bbda43e 100644
--- a/net-misc/wget/wget-1.19.5.ebuild
+++ b/net-misc/wget/wget-1.19.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



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

2018-05-14 Thread Tobias Klausmann
commit: 7060e26ab14380f88d495e2b8a37cfded7496d82
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7060e26a

dev-python/pysha3-1.0.2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654682

 dev-python/pysha3/pysha3-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild 
b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
index 62b78660357..a01c4281e69 100644
--- a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
+++ b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="CC0-1.0 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd ~amd64-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 sparc x86 
~x64-cygwin ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-05-14 Thread Tobias Klausmann
commit: 6d2380acd5fda8e5a64bc0cd16ffdc97dde2c825
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:03 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2380ac

dev-python/backports-lzma-0.0.10-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654682

 dev-python/backports-lzma/backports-lzma-0.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/backports-lzma/backports-lzma-0.0.10.ebuild 
b/dev-python/backports-lzma/backports-lzma-0.0.10.ebuild
index 628d83abbe2..4c5216e0dce 100644
--- a/dev-python/backports-lzma/backports-lzma-0.0.10.ebuild
+++ b/dev-python/backports-lzma/backports-lzma-0.0.10.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 
 RDEPEND="app-arch/xz-utils:0=



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

2018-05-14 Thread Tobias Klausmann
commit: 6fa09873f90b4151b580597cf8440167301fea00
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:02 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa09873

dev-python/namespace-zope-1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654442

 dev-python/namespace-zope/namespace-zope-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/namespace-zope/namespace-zope-1.ebuild 
b/dev-python/namespace-zope/namespace-zope-1.ebuild
index fcf5d1fdab7..2ddc51d5fae 100644
--- a/dev-python/namespace-zope/namespace-zope-1.ebuild
+++ b/dev-python/namespace-zope/namespace-zope-1.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2018-05-14 Thread Tobias Klausmann
commit: eccfad80abb702479e62a0f24967868f199437ca
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 17:18:02 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 19:21:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccfad80

dev-python/zope-interface-4.4.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654442

 dev-python/zope-interface/zope-interface-4.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-interface/zope-interface-4.4.3.ebuild 
b/dev-python/zope-interface/zope-interface-4.4.3.ebuild
index 50d2bd0e650..1a9d0c5ef17 100644
--- a/dev-python/zope-interface/zope-interface-4.4.3.ebuild
+++ b/dev-python/zope-interface/zope-interface-4.4.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-05-14 Thread Sergei Trofimovich
commit: ccfb4452a669bf0301f82eb4692b02f32567f064
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 14 19:10:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 14 19:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfb4452

dev-python/nose: stable 1.3.7-r3 for ppc64, bug #653502

Bug: https://bugs.gentoo.org/653502
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-python/nose/nose-1.3.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild 
b/dev-python/nose/nose-1.3.7-r3.ebuild
index 421d0fdeca2..c2608c7c445 100644
--- a/dev-python/nose/nose-1.3.7-r3.ebuild
+++ b/dev-python/nose/nose-1.3.7-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 
 REQUIRED_USE="



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

2018-05-14 Thread Sergei Trofimovich
commit: bc9bf2110acfa944efbc17db87d0e19be205836c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 14 19:10:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 14 19:10:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9bf211

media-libs/libpng: stable 1.6.34 for ppc64, bug #653462

Bug: https://bugs.gentoo.org/653462
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/libpng/libpng-1.6.34.ebuild 
b/media-libs/libpng/libpng-1.6.34.ebuild
index 48017c76e23..24ae7d056d1 100644
--- a/media-libs/libpng/libpng-1.6.34.ebuild
+++ b/media-libs/libpng/libpng-1.6.34.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~x86-winnt"
 IUSE="apng cpu_flags_x86_sse neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]"



[gentoo-commits] proj/musl:master commit in: app-admin/rsyslog/, app-admin/rsyslog/files/8-stable/

2018-05-14 Thread Anthony G. Basile
commit: edfdf8e302ba6e6e92644800768be419a5ccd395
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon May 14 18:49:05 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 14 18:50:30 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=edfdf8e3

app-admin/rsyslog: sync with upstream

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/rsyslog/Manifest |  14 +-
 ...yslog-8.32.0-fix-building-without-curl-r3.patch | 137 +++
 .../8-stable/rsyslog-8.34.0-fix-issue2612.patch|  13 +
 app-admin/rsyslog/metadata.xml |   3 +-
 app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild | 452 -
 ...slog-8.28.0.ebuild => rsyslog-8.32.0-r4.ebuild} |  44 +-
 ...slog-8.31.0.ebuild => rsyslog-8.33.1-r1.ebuild} |  20 +-
 ...slog-8.26.0-r1.ebuild => rsyslog-8.34.0.ebuild} |  62 +--
 8 files changed, 234 insertions(+), 511 deletions(-)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 0b9cbc9..c2217cd 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,8 +1,6 @@
-DIST rsyslog-8.24.0.tar.gz 2374240 SHA256 
37f32ce33e32a88e1bea0511e8e557d90b7378b81520e3236a9af5ba6ea993d7 SHA512 
b25b8ae72133376f732f54863c97aea3c8dfbf37c62c6a61840932996913c9d4e63155a24ffc577db48a18514f3e35b6fb109b1864380ba93ddf3fa6d84d728d
 WHIRLPOOL 
c5895d50143c21d446d760f5179b47fdae4ec34867711c942cd671b88789588e7244fb8511745efdb701954f7bc390403d30736a1e54af13dca4876f989928df
-DIST rsyslog-8.26.0.tar.gz 2393148 SHA256 
637d43c4384f8b96dda873a0b8384045f72cb43139808dadd9e0a94dccf25916 SHA512 
96cb3af0e05b3e2941f7d2b3558e36836818037ef424f13a8ae2ac8a1e2aa0c7a4eedf3366c8360c7d8eb4515aecc7f3665690646009c650b66689067069af19
 WHIRLPOOL 
dc267dfdbbcfe5b5354d200a2e337dada22a0aa943e71998e1462bc23d38bb8e3f2b16162108831f12cfa3eec0d462d40a5e6a598f26b2edcef7c71ad56a1c3f
-DIST rsyslog-8.28.0.tar.gz 2471122 SHA256 
4ca5405908d612d45da700e36856430510875518eb8028d296d1ee4d2c44678e SHA512 
e27ba0ff22e945393536abc5bc6e234d8849db291a5056429b59b47abe15fb060fc5c26efedcfe347b386d438b3f8a029ae4577a1d803666701431677f628cb1
 WHIRLPOOL 
b3c07391b9730498aff9ca30a407bd18d5faea07ec37d389dc59daef595318aa11e66fa153a452f48a55df4a2c15789569b845a831266d702b4801b39856a208
-DIST rsyslog-8.31.0.tar.gz 2498675 BLAKE2B 
8b80394ea3919dba29a431f3c5c1fc337a9e60a886a3c258c3895eb4341a941d8af6370ceb0d2e212934f64ab38c7238e99f40e1dc27e648bd4b75e158586a28
 SHA512 
aab888dda8df3ad7ff404767a58539cdc0bb92d0e537b703cf5833555688dd6d8223889b8d70bf8c594339a51831b57df7a65b397d8b40cded608dfb007befe7
-DIST rsyslog-docs-8.24.0.tar.gz 4344877 SHA256 
f5e3c27c5b65abdd600b8ad8d99d1f2fe9f0ffca02d6af3c12db5fc10dd889b2 SHA512 
b55cde1485a7baec6d4c4928107c22a078cf412a2994c0dfcbb12c47b49c3b263af8a64011b1329567cf86e04927b9e383581dc868eaea81d554adada6b3786b
 WHIRLPOOL 
e8b2d10b0de3c33189f859f08db58e319730e709e5a5008909f2166a061952290b0bf96163cdf6e0b3829896916f712ba5d8a2a98f02d796e9174d8919190f8d
-DIST rsyslog-docs-8.26.0.tar.gz 4381345 SHA256 
4d3b46e6c06fecbd4100fad118c22569e6b0d23b0f5cfb1fbcf501bfc9d115bb SHA512 
5c05c13b3ae6be431343b7a5b3b2cb8676804d6d58d98826e6b44d685bb30fdaf3ced27d66a29908b40f1839bac45d1834d060ddf05d01477474ab3f45f973c8
 WHIRLPOOL 
a01c661bea94a38af755803d385250d8f394064c2f1450c5a8b2b0e9e6879565219c84ded70c40300d2bbf524a30bf152bc5502f65917d757b0552920f6a7cd8
-DIST rsyslog-docs-8.28.0.tar.gz 4424901 SHA256 
f6c41f7c3fca369dd28a72133b03693ad5c37252375ecadc6184ff1a954764db SHA512 
c085e09149cfc27ce0cd22edf9ad3f81b111f491fbea79afbc3172882065bd8324e366e3b5d09c885c1a3aa63fe8fbbe154d66488319d4ffc0867f938e1ab07d
 WHIRLPOOL 
f6636ba7196c689e42651ac9c847b05f3eafdbe87186fad478c47d55f2856e5b200d2871612ca046c6d9c06ad2d80838ad226510ba59a3f2cfe234626ca8c75f
-DIST rsyslog-docs-8.31.0.tar.gz 4484950 BLAKE2B 
8ee4346a095942133bb473509f275c625fdb4a1aa81293a15604bdb95670ff0676677fe5481be3bc2ea7097b2c8de7fd3b0eb8033701522b372bffe44325a10a
 SHA512 
51a63fa520d8176e183afa44ccf889374810dddfd5fdb363ed06b134bfbe0d1a94085e4836cf3bb2a07cb83564bbb87cef3763ac9429a5efc50aff276542defa
+DIST rsyslog-8.32.0.tar.gz 2478990 BLAKE2B 
21bfc93b55da107bec2eddb89cb42d76990ced2675caeb6e73183a109f9bc8293bde43f202bb56007f9ea4e49de385b004c158059cb13e8d3d376bf050ca445a
 SHA512 
eea85d77bf3624fbad6f0838fa2a4af7c14d853c8f120f14cf697cdfda7f7e0692dab684d2ddd07fe44a0bcd50cf91baf69af1bb63dc9d60e19146f1150155ac
+DIST rsyslog-8.33.1.tar.gz 2494338 BLAKE2B 
680ad2c062386e4e3e6c6e1a83cf0001d63da305edae9df527d1079a2fa13b8715e3cbfa211ca908e0005f1762becfd88369a7cd1488134564980137f0e98d86
 SHA512 
c4b426409e89463a8e8f7f9d0267f2fa1df1a84e947ce7bf91255db88b4cad5b7e607c476ba2db0543af069c44cdbb35330e0839696bf83668200e8ac009c6a0
+DIST rsyslog-8.34.0.tar.gz 2545544 BLAKE2B 
66caf277a814563027183ecf267d76067c384adf8d6d7b8543203df9a7c37242722dd35445e4446aacf1e680f5f3957cea40ece8a284ef2a393b4a71e3a2b49c
 SHA512 

[gentoo-commits] proj/musl:master commit in: app-admin/rsyslog/

2018-05-14 Thread Anthony G. Basile
commit: e617f3eaf3be09e1744e531539b1fdec348cf805
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon May 14 18:50:12 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 14 18:50:30 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e617f3ea

app-admin/rsyslog: stabilize in sync upstream

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/rsyslog/rsyslog-8.32.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/rsyslog/rsyslog-8.32.0-r4.ebuild 
b/app-admin/rsyslog/rsyslog-8.32.0-r4.ebuild
index 2eba275..8fa758f 100644
--- a/app-admin/rsyslog/rsyslog-8.32.0-r4.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.32.0-r4.ebuild
@@ -40,7 +40,7 @@ else
unset _tmp_last_index
unset _tmp_suffix
else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 arm x86"
fi
 
SRC_URI="



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2018-05-14 Thread Hans de Graaff
commit: e57f6d7a358b1696da5104ec6da6be5bb4ff3de0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 18:49:39 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 18:50:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57f6d7a

dev-ruby/rails-html-sanitizer: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.4.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.4.ebuild
index 4a1717caf36..b62c22dbc2a 100644
--- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.4.ebuild
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.0.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2018-05-14 Thread José María Alonso
commit: 0d265120515b68695cf2d3b2b3a8b7fe6f15806d
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon May 14 18:26:23 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon May 14 18:26:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d265120

dev-lisp/cmucl: Bump version from lisp overlay

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

 dev-lisp/cmucl/cmucl-21c.ebuild|  18 ++--
 dev-lisp/cmucl/files/cmucl-21c-build.patch |  22 
 .../cmucl/files/cmucl-21c-execstack-fixes.patch| 118 +
 3 files changed, 149 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/cmucl/cmucl-21c.ebuild b/dev-lisp/cmucl/cmucl-21c.ebuild
index d626b8677e9..e2175b108c1 100644
--- a/dev-lisp/cmucl/cmucl-21c.ebuild
+++ b/dev-lisp/cmucl/cmucl-21c.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit eutils toolchain-funcs multilib
 
 MY_PV=${PV:0:3}
@@ -28,18 +29,17 @@ S="${WORKDIR}"
 TARGET=linux-4
 
 src_prepare() {
-   eapply "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
-   eapply 
"${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
-   eapply "${FILESDIR}"/${MY_PV}-build.patch
+   eapply "${FILESDIR}"/${P}-execstack-fixes.patch
+   eapply "${FILESDIR}"/${P}-build.patch
eapply_user
-   cp "${FILESDIR}"/os-common.h src/lisp/ || die
+   #cp "${FILESDIR}"/os-common.h src/lisp/ || die
cp /usr/share/common-lisp/source/asdf/build/asdf.lisp src/contrib/asdf/ 
|| die
 }
 
 src_compile() {
local cmuopts buildimage
 
-   if use X; then
+   if use X ; then
cmuopts=""
else
cmuopts="-u"
@@ -61,7 +61,7 @@ src_compile() {
 (compile-file "modules:defsystem/defsystem")
 EOF
 
-   # documentation
+   # Documentation
if use doc; then
pushd src/docs/cmu-user > /dev/null || die "directory 
src/docs/cmu-user does not exist"
emake
@@ -86,7 +86,7 @@ src_install() {
if use source; then
# Necessary otherwise tar will fail
dodir /usr/share/common-lisp/source/${PN}
-   cd "${D}"/usr/share/common-lisp/source/${PN}
+   cd "${D}"/usr/share/common-lisp/source/${PN} || die
tar --strip-components 1 -xzpf 
"${WORKDIR}"/cmucl-src-${MY_PV}.tar.gz \
|| die "Cannot install sources"
fi
@@ -100,7 +100,7 @@ src_install() {
insinto /etc/common-lisp
doins "${FILESDIR}"/cmuclrc || die "Failed to install cmuclrc"
 
-   # documentation
+   # Documentation
dodoc doc/cmucl/README
if use doc; then
insinto /usr/share/doc/${PF}

diff --git a/dev-lisp/cmucl/files/cmucl-21c-build.patch 
b/dev-lisp/cmucl/files/cmucl-21c-build.patch
new file mode 100644
index 000..4d7e4061c92
--- /dev/null
+++ b/dev-lisp/cmucl/files/cmucl-21c-build.patch
@@ -0,0 +1,22 @@
+diff -r -U2 21a.orig/bin/build.sh 21a/bin/build.sh
+--- 21a.orig/bin/build.sh  2015-05-19 07:42:40.0 +0600
 21a/bin/build.sh   2016-04-03 20:54:08.597016537 +0600
+@@ -40,5 +40,5 @@
+ ENABLE4="yes"
+ 
+-version=21b
++version=21c
+ SRCDIR=src
+ BINDIR=bin
+@@ -145,10 +145,9 @@
+   $TOOLDIR/load-world.sh $TARGET "$VERSION" || { echo "Failed: 
$TOOLDIR/load-world.sh"; exit 1; }
+ 
+-  $TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { 
echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; }
++  $TARGET/lisp/lisp -batch -noinit -nositeinit < /dev/null || { echo 
"Failed: $TARGET/lisp/lisp -batch -noinit"; exit 1; }
+   return 0;
+ fi
+ }
+ 
+-FPU_MODE=
+ BUILDWORLD="$TOOLDIR/build-world.sh"
+ BUILD_POT="yes"

diff --git a/dev-lisp/cmucl/files/cmucl-21c-execstack-fixes.patch 
b/dev-lisp/cmucl/files/cmucl-21c-execstack-fixes.patch
new file mode 100644
index 000..034848d64a2
--- /dev/null
+++ b/dev-lisp/cmucl/files/cmucl-21c-execstack-fixes.patch
@@ -0,0 +1,118 @@
+diff -Naur work.old/src/lisp/alpha-assem.S work/src/lisp/alpha-assem.S
+--- work.old/src/lisp/alpha-assem.S2003-03-06 11:13:09.0 -0300
 work/src/lisp/alpha-assem.S2010-05-10 00:06:34.0 -0300
+@@ -297,3 +297,7 @@
+ function_end_breakpoint_end:
+ 
+ 
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+diff -Naur work.old/src/lisp/amd64-assem.S work/src/lisp/amd64-assem.S
+--- work.old/src/lisp/amd64-assem.S2004-07-27 19:03:53.0 -0300
 work/src/lisp/amd64-assem.S2010-05-10 00:06:34.0 -0300
+@@ -1051,3 +1051,7 @@
+   .end
+ 
+ #endif /* LINKAGE_TABLE */
++
++#if defined(__linux__) && defined(__ELF__)
++.section .note.GNU-stack,"",%progbits
++#endif
+diff -Naur 

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

2018-05-14 Thread William Hubbs
commit: 4c3b87103b87ad82c5da72eb4c68732105dd6811
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 14 18:16:05 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 14 18:23:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3b8710

dev-lang/go: 1.9.6 version bump

It was pointed out to me that upstream supports the two most recent
major releases, so we will attempt to do the same in Gentoo.

https://golang.org/doc/devel/release.html#policy

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/go/Manifest|   1 +
 dev-lang/go/go-1.9.6.ebuild | 228 
 2 files changed, 229 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 51498c3b707..aa58dca68ba 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -11,3 +11,4 @@ DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 
920a176b8f4fc3a816e724324
 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 
0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab
 SHA512 
52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d
 DIST go1.10.1.src.tar.gz 18305765 BLAKE2B 
61b8db22c50b9a4653244dc18267f405607755932d84ea2c475338a9f4a5421da2bb8cc808dbd166aa35c3c8778180bf47d6e51ebe303bc62e582516919058f9
 SHA512 
13f6b0643a4f92eeca0b9fa10de38fc3427daea9aa3227cf9a5738ffee1a3f2e355ba5faf711b8506f7de118bdcd3b9064b65407a22613523e29ffd73415
 DIST go1.10.2.src.tar.gz 18308678 BLAKE2B 
5f16757f879e9be9d2e936bc5e3cefcfd32914dbe7def8252b20ac647c90cfae09dfd7ff782f55cee4b3fecda6cc88c547f20087b571dbd06bc7600510c788bc
 SHA512 
754e60bce1ea3479ebb57625e3d7875a151e7a6d7a1067478a9e45bde5423f47123d084832bb838acf7675a9d05057b76c1d773e43cae0fb4e7a52acf4a9
+DIST go1.9.6.src.tar.gz 16397247 BLAKE2B 
36c9077177bd7bbe9b40c422c5faf7aa83fdd8a2360051cb026346a9fea35297d892d6c677962c498ea8531c1748d58a55bbb1db7c1cf323a1d65c0b9b8573fd
 SHA512 
f7863a4fe586414c91465a6a82a47097b2593384688a7c68ad3e9981559047b4faf2c134104ad09a64125576dac557809884d9f125d91108dd51746620a368a2

diff --git a/dev-lang/go/go-1.9.6.ebuild b/dev-lang/go/go-1.9.6.ebuild
new file mode 100644
index 000..503bf3c4a12
--- /dev/null
+++ b/dev-lang/go/go-1.9.6.ebuild
@@ -0,0 +1,228 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
+BOOTSTRAP_VERSION="bootstrap-1.8"
+BOOTSTRAP_URI="
+amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz )
+arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz )
+arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz )
+ppc64? (
+   ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz
+)
+s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz )
+x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz )
+amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz )
+x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz )
+x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz )
+x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
+"
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos ~x64-solaris"
+   # The upstream tests fail under portage but pass if the build is
+   # run according to their documentation [1].
+   # I am restricting the tests on released versions until this is
+   # solved.
+   # [1] https://golang.org/issues/18442
+   RESTRICT="test"
+   ;;
+   esac
+esac
+SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE="gccgo"
+
+DEPEND="gccgo? ( >=sys-devel/gcc-5[go] )"
+RDEPEND="!https://golang.org/issue/2775
+   #
+   # deliberately use cp to retain permissions
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+ 

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

2018-05-14 Thread José María Alonso
commit: 787b277d4c2191691e58aa65966dffe882cae516
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon May 14 18:15:54 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon May 14 18:15:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787b277d

dev-lisp/abcl: Drop old version 0.20.0-r1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/abcl/Manifest  |  1 -
 dev-lisp/abcl/abcl-0.20.0-r1.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-lisp/abcl/Manifest b/dev-lisp/abcl/Manifest
index deeb6e36566..96ca2c285a7 100644
--- a/dev-lisp/abcl/Manifest
+++ b/dev-lisp/abcl/Manifest
@@ -1,2 +1 @@
-DIST abcl-src-0.20.0.tar.gz 735614 BLAKE2B 
a4052bdbdd7de00d4232b63df29b281b48825d219cca8754f78c8e42cb22ee321f449ef0d72b6dc62d6e857e406d5d56236f61066adf5026975cfd31e4d9
 SHA512 
73b033883149b1083a03d87ed5c41b5b6e790cb02978a82f1b57274e6744b66c7b05c5a708077f354ee46ce0780327dfc728bbd9cd9c4f87bd69b730ead8e81b
 DIST abcl-src-1.5.0.tar.gz 1187678 BLAKE2B 
4c6993ab90d6fe12e93bf185ecdc16dd5c69ff5c65881e74db51ba9a8167e3a3de4b25ff9971084e92499f654aacec2a07757d100a5977944076476d47c17438
 SHA512 
d56c23a82103dfebb3361903af096f923738008e551f3b5e07e00f0423c8ade0b07a388b7834b5d79d9191863b38db2c17fa27bffd848d7cba88d6bb67e32db3

diff --git a/dev-lisp/abcl/abcl-0.20.0-r1.ebuild 
b/dev-lisp/abcl/abcl-0.20.0-r1.ebuild
deleted file mode 100644
index 16b71c94205..000
--- a/dev-lisp/abcl/abcl-0.20.0-r1.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
-
-JAVA_PKG_IUSE="doc"
-
-MY_P="${PN}-src-${PV}"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Common Lisp implementation for the JVM"
-HOMEPAGE="http://common-lisp.net/project/armedbear/;
-SRC_URI="http://common-lisp.net/project/armedbear/releases/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVADOC_FILES="java-${PN}"
-JAVADOC_DIR="javadoc-${PN}"
-
-src_compile() {
-   eant abcl.compile
-   eant abcl.jar
-   if use doc; then
-   find "${S}/src" -type f -name \*.java > "${JAVADOC_FILES}" || 
die
-   mkdir -p "${JAVADOC_DIR}" || die
-   ejavadoc \
-   -d "${JAVADOC_DIR}" \
-   -docencoding UTF-8 \
-   -charset UTF-8 \
-   -quiet \
-   $(<"${JAVADOC_FILES}") || die
-   fi
-}
-
-src_install() {
-   java-pkg_dojar dist/abcl.jar
-   java-pkg_dolauncher ${PN} --java_args "-server -Xrs" --main 
org.armedbear.lisp.Main
-   use doc && java-pkg_dojavadoc "${JAVADOC_DIR}"
-   einstalldocs
-}



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

2018-05-14 Thread Brian Evans
commit: fc13a49bfc1c37d666d8a18090c34430336ef566
Author: Brian Evans  gentoo  org>
AuthorDate: Mon May 14 17:40:44 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon May 14 17:47:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc13a49b

dev-php/smarty: Version bump to 3.1.32

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-php/smarty/Manifest |  1 +
 dev-php/smarty/smarty-3.1.32.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest
index 1caaa40d19c..a9bcfbbc3fe 100644
--- a/dev-php/smarty/Manifest
+++ b/dev-php/smarty/Manifest
@@ -1,3 +1,4 @@
 DIST manual-en.3.1.14.zip 408414 BLAKE2B 
03d4e7a386eb3bd5b19e5c555ec34b86812838a5b5fac8ec0ab9701fba89a5867714da57d950f68224a89bbe2267c18d638ee850681860de309c74bbfb3d0a0b
 SHA512 
d384e3856b45ed3f992f3732a5465120abe9fb947cdf13ff67a9c4264f72987d24885ee61cd7309b728e64cdfe4f34c3e7f757096d35de56d962f3b78def9e58
 DIST smarty-3.1.30.tar.gz 255464 BLAKE2B 
8378e6336f271e3c41e16b8fbb70356827ff4a9a61e3cf2a23fdbd0617155ec9dca6a5b6372327d4b35a5c6f7c3b58e807afe7403b7ed929ebacfb3c36e124d0
 SHA512 
6ad9a6cf10b81fecbdc4daa4acbd9724db5f1c2a014e35039b36b0bf00ba000946a2126f7da5899e587a79419f451aafcd1ee14597a32cf290bbd0bf13a877d0
 DIST smarty-3.1.31.tar.gz 244196 BLAKE2B 
695bd40d337e8f2d4a44a7b30b743ab4e5b6a7b024a514de956cd513dd6639ac6f9ae464f0d3b4cfcaf7de17994837a866cdd4945780bd3a96ff32df300302a3
 SHA512 
807343e4229413ea0f5219a828d4e91603fb5454f4abe8aa2d41f0a6fe32fa476e791340e1e95178ded3774d1524e98489c104c6fa391e70a8225de28fdcca18
+DIST smarty-3.1.32.tar.gz 250680 BLAKE2B 
92d4942f2d3d802b18082f5f6079c8b6945abadd8ef2c87ea217b106dfbde7f1bd00c6fced67b73fc3cf328ec91fc1fb61c7f991b992167fa9d2fb1f2ad2
 SHA512 
07c95177172718158b9b562c6d8ff79566f4bd8e07ba394cc82c52dec7ec869935fd03ce523115c08472159adf68b902d1db5f8543201a35adf22027c5978080

diff --git a/dev-php/smarty/smarty-3.1.32.ebuild 
b/dev-php/smarty/smarty-3.1.32.ebuild
new file mode 100644
index 000..d1a7a62bef9
--- /dev/null
+++ b/dev-php/smarty/smarty-3.1.32.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DOC_PV="3.1.14"
+
+DESCRIPTION="A template engine for PHP"
+HOMEPAGE="http://www.smarty.net/;
+SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   doc? ( http://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( app-arch/unzip )"
+
+# PHP unicode support is detected at runtime, and the cached templates
+# that smarty generates depend on it. If, later on, PHP is reinstalled
+# without unicode support, all of the previously-generated cached
+# templates will begin to throw 500 errrors for missing mb_foo
+# functions. See bug #532618.
+RDEPEND="dev-lang/php:*[unicode]"
+
+src_install() {
+   insinto "/usr/share/php/${PN}"
+   doins -r libs/*
+
+   local DOCS=( *.txt README README.md )
+   local HTML_DOCS
+   use doc && HTML_DOCS="${WORKDIR}/manual-en/"*
+   einstalldocs
+}
+
+pkg_postinst() {
+   elog "${PN} has been installed in /usr/share/php/${PN}/."
+   elog
+   elog 'To use it in your scripts, include the Smarty.class.php file'
+   elog "from the \"${PN}\" directory; for example,"
+   elog
+   elog "  require('${PN}/Smarty.class.php');"
+   elog
+   elog 'After that, the Smarty class will be available to you.'
+}



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

2018-05-14 Thread Mike Gilbert
commit: 808beddbc9ebeb4712e4917bc6890a4aa4474232
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 14 17:40:41 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 14 17:42:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808beddb

www-client/chromium: stable channel bump (66.0.3359.170)

Package-Manager: Portage-2.3.36, Repoman-2.3.9_p193

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-66.0.3359.170.ebuild | 701 ++
 2 files changed, 702 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index d60c88f2f59..99309555676 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,5 @@
 DIST chromium-66.0.3359.139.tar.xz 583978636 BLAKE2B 
0727ba9f87a738b691b2120dee7f45f7b16b234e871988b1257f01589a6a5ec2cd2470e8d95fc3087be2ab140f71afce63c7fccc851e87a932f69326966c3303
 SHA512 
9fe78fb6970fc5a3455e6545a4869d3a73075329ccd26719f503fd9bbfbdd6aec4f3db4cc748e8f12abb81adb318b8f8b42c7ab5c289a1f698536e81b7d2f14f
+DIST chromium-66.0.3359.170.tar.xz 583956312 BLAKE2B 
313ac8c785147e940ead222aeb30181af3c5848bdc7e706bf83a42078c63ce71431a7d17ad4937a6a37cc72beb67725ead790f489a1d31c70a9a94a2e73a9c45
 SHA512 
69c78975c517d6d59225c92968c1be879e3a2ca2a3671f38a5f8b6303719f6bc441b1d1fe0b19818ab7f9a06cd15bf8631d03ad4931da6fdc641ba2894eecad2
 DIST chromium-67.0.3396.30.tar.xz 589816436 BLAKE2B 
05f2d9c1119f5819793e343c485d49296b0e6b852bb49aef7558c8f492ed62db29e30957d7f299aef45eae3ea8a292c526975141abd843524e776ffe20d716e9
 SHA512 
c1ce45d899f34a1ee492ee4176a23aceefc3aaeacbe36effda7616c6cfe40187102b07763267295d07d862c6dba0210e03db7447320dd02b4cc95b52ac6e6ac0
 DIST chromium-67.0.3396.40.tar.xz 589878296 BLAKE2B 
e02d8980cb882fb67eb6e048dfa8534fb423259af257040cdda8198aac9433a221d6218873a8e5623ae3cfb8e081f22bfc40444e53be38b17a0ebff77537263d
 SHA512 
1d4986d444076a4a48bf9ad7061dbb424f520e46f2f58f8f84dfee2fefea05a3b019ef27acda553efb9a75db9731acbc0c80f5dfb39a9137e9e27336306d5981
 DIST chromium-68.0.3409.2.tar.xz 595647380 BLAKE2B 
3f3ebb7de759ae92b8feca74a931c10c4bdf4f75a0a7aeb2f56b59e635e1f03becccdf2b26d306e5753d9379eadede6ef50ec4e44338a3a6bdfb960b74003770
 SHA512 
2ce35251392570bcfe0cc02813bf6cee1761b2227888a135491828bfdfa9eafa4538e8fb981165503f901eecbf91cc8ce17cebab1681c63a43f0625dae7a2dd8

diff --git a/www-client/chromium/chromium-66.0.3359.170.ebuild 
b/www-client/chromium/chromium-66.0.3359.170.ebuild
new file mode 100644
index 000..dc900e5faf6
--- /dev/null
+++ b/www-client/chromium/chromium-66.0.3359.170.ebuild
@@ -0,0 +1,701 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+COMMON_DEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/atk
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.05.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-1.6.0:=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-3:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   

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

2018-05-14 Thread Jeroen Roovers
commit: 3352ef467008dd0f4493d276866e6a687b386d0b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon May 14 17:24:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon May 14 17:24:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3352ef46

www-client/vivaldi: Version 1.15.1147.42_p1.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 www-client/vivaldi/Manifest   |   3 +
 www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild | 127 ++
 2 files changed, 130 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 4e841aad925..553e25b19ce 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,3 +1,6 @@
 DIST vivaldi-1.15.1147.36_p1-amd64.deb 52848048 BLAKE2B 
ab10837423cd6c0f300bccc482c118da054e81504d072b2eda08fb366bb4a11226a44c432d23ca619b702315c879fba46b82371cf12d93e9427becd533ea895e
 SHA512 
35ee2d20f7448cd968b22336a9cfc6b12400fba2b4bcb6cadc79e992da8b7cbd6365c98bcb61ae51342479191e38fe7e73c48d8ff2bdb9291824e83f970779b0
 DIST vivaldi-1.15.1147.36_p1-armhf.deb 46834630 BLAKE2B 
bb62b63dce82e397d93300757df025a7c2cb8f62a27a1373157079f581a92afa22340f2a19a9667408565a8e34de4de815bacf1c424ea847e8deb3827ecd4931
 SHA512 
74592afba850aa155f5b58fd4c383d39c5b87a0c7c532f5c52a0504d2437c2663a5fe6a75ab758269e2c5add7eed64db13ac16122c76440660cfa342dab33e2d
 DIST vivaldi-1.15.1147.36_p1-i386.deb 52483148 BLAKE2B 
113b6640373f7e6d0989379e5a20b116a92ea8f7f1e9745ee5a15097b13abd6e1df91bb4a805ac0fef9d0d9d1c578b92cc3c974ed116932eac41d33575366bc3
 SHA512 
6ba0a2633ba4da5fe96e3d6d754587ffea572f5581cfdec76b4085848f52147fa0a253e023e5dc0e8f824a820a77570ac30a5124f74e34dc2818eee0b1570699
+DIST vivaldi-1.15.1147.42_p1-amd64.deb 52832888 BLAKE2B 
f978b6a4bc9b7d987da5bb918223f1949cd2e69db123cd39b2a429ad3ebe25c74156243619607c792193c7ff1a60ba63e3efc88e726bf436b92d5c2e044f9251
 SHA512 
c50e323b38fc885abe2af2768657fa509f3be10ce65921b180025257b8e703d641b65c8ae8c38de059f13b6885b8f9a29fc36c97cd33410abeeb12f528d26c0e
+DIST vivaldi-1.15.1147.42_p1-armhf.deb 46821578 BLAKE2B 
bbd764ade5139578df67d026baf61eda81a24931df531b7f400532d1d472ab1a1d5e69b7d031f63606f7d168d2f7261d3c78e45d88b25abaabee3c91b39e3354
 SHA512 
f6c27871c4c142f20fbcb23a65890d58472b58139fbf99a1ada47dd51ec2f9ec3134401cd2512c60614bb1b315d00d8f00aa89acd8932a04ff14461df33ce245
+DIST vivaldi-1.15.1147.42_p1-i386.deb 52494812 BLAKE2B 
69ed16baf62567465f6fee14f7920203330c1ab7479ac6be7a97c2532f0d52922667cd33bc3ac1eaf061bb47951c4b317b377460b74ca39d25a7e7b49f52322b
 SHA512 
8ea4527a76e7980333ab8077df1b00480213dc6c5e033eece8f5650f61e20e2da31f086e2a2ad734930e6daff167eb28b9f9877d88f17d18f0a6831a555a

diff --git a/www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild
new file mode 100644
index 000..9a671c805d0
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
+
+#VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > 
"${T}"/${VIVALDI_PN}.desktop || die
+   mv 

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

2018-05-14 Thread William Hubbs
commit: 99ed767fd1f9fa49eabcb6df0a62c9132caa572a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon May 14 17:19:51 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 14 17:20:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ed767f

dev-lang/go: 1.10.2 version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/go/Manifest |   1 +
 dev-lang/go/go-1.10.2.ebuild | 228 +++
 2 files changed, 229 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 3a8792b9ecc..51498c3b707 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -10,3 +10,4 @@ DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 BLAKE2B 
7a28ec5a381369c4e9415c8
 DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 
920a176b8f4fc3a816e724324bbb30a383d599e31a0d2093d24797dbcd0e799a662a3589dbb87d2f5dd16df07c4cf8f1e444e87b540ec732746bb025dc9271f8
 SHA512 
d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a
 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 
0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab
 SHA512 
52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d
 DIST go1.10.1.src.tar.gz 18305765 BLAKE2B 
61b8db22c50b9a4653244dc18267f405607755932d84ea2c475338a9f4a5421da2bb8cc808dbd166aa35c3c8778180bf47d6e51ebe303bc62e582516919058f9
 SHA512 
13f6b0643a4f92eeca0b9fa10de38fc3427daea9aa3227cf9a5738ffee1a3f2e355ba5faf711b8506f7de118bdcd3b9064b65407a22613523e29ffd73415
+DIST go1.10.2.src.tar.gz 18308678 BLAKE2B 
5f16757f879e9be9d2e936bc5e3cefcfd32914dbe7def8252b20ac647c90cfae09dfd7ff782f55cee4b3fecda6cc88c547f20087b571dbd06bc7600510c788bc
 SHA512 
754e60bce1ea3479ebb57625e3d7875a151e7a6d7a1067478a9e45bde5423f47123d084832bb838acf7675a9d05057b76c1d773e43cae0fb4e7a52acf4a9

diff --git a/dev-lang/go/go-1.10.2.ebuild b/dev-lang/go/go-1.10.2.ebuild
new file mode 100644
index 000..8c2ff887401
--- /dev/null
+++ b/dev-lang/go/go-1.10.2.ebuild
@@ -0,0 +1,228 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
+BOOTSTRAP_VERSION="bootstrap-1.8"
+BOOTSTRAP_URI="
+amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz )
+arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz )
+arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz )
+ppc64? (
+   ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz
+)
+s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz )
+x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz )
+amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz )
+x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz )
+x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz )
+x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
+"
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos ~x64-solaris"
+   # The upstream tests fail under portage but pass if the build is
+   # run according to their documentation [1].
+   # I am restricting the tests on released versions until this is
+   # solved.
+   # [1] https://golang.org/issues/18442
+   RESTRICT="test"
+   ;;
+   esac
+esac
+SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE="gccgo"
+
+DEPEND="gccgo? ( >=sys-devel/gcc-5[go] )"
+RDEPEND="!https://golang.org/issue/2775
+   #
+   # deliberately use cp to retain permissions
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+   einstalldocs
+}



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

2018-05-14 Thread Mike Pagano
commit: 1b89162de512af1ba8e3f17be6d9d8e858afa361
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon May 14 17:19:33 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon May 14 17:19:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b89162d

sys-kernel/git-sources: EAPI bump to 6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/git-sources/git-sources-4.17_rc5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild 
b/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
index 9c1348e1d5a..c0dc94565fd 100644
--- a/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
+++ b/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 UNIPATCH_STRICTORDER="yes"
 K_NOUSENAME="yes"
 K_NOSETEXTRAVERSION="yes"



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

2018-05-14 Thread Manuel Rüger
commit: 5b258cd5546d4a5004bd7c6e7a6dc3d32b2da62c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 14 17:12:35 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 14 17:12:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b258cd5

dev-util/goland: Remove old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-util/goland/Manifest   |  3 ---
 dev-util/goland/goland-2017.3.2.ebuild | 45 --
 dev-util/goland/goland-2017.3.3.ebuild | 45 --
 dev-util/goland/goland-2018.1.ebuild   | 45 --
 4 files changed, 138 deletions(-)

diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
index c7a12214fad..be7856eea8c 100644
--- a/dev-util/goland/Manifest
+++ b/dev-util/goland/Manifest
@@ -1,5 +1,2 @@
-DIST goland-2017.3.2.tar.gz 214008724 BLAKE2B 
682860f2dfaa96a97ac91eed2a49aa4ee524154df5ba10936b1cc2f816e837b21b27f9da9641c06e5b028fb44d03933abc6b64b87e286e1c38a4c08b92dd2626
 SHA512 
3488905d1c8944b80f24d40e910da2c04f06ee6dcc08620ffbc7b96c0214d28e00f36b85a178ee9ede8c08fda89294e0d10b99c6929eb595284fc937270e17a5
-DIST goland-2017.3.3.tar.gz 214166755 BLAKE2B 
b110123b521280e3b120c4277851f5e110b71d882c90ccabb4045eb0f7c2123d514674b8cb7fc726861787b699a573e3189febead8b402dbf542ac22d6787b7c
 SHA512 
18bc2be621408107f7bcc8b359f07ee8b933a9357f21d272196b5d04d411a720bb8643ac2788ecdc4ee6313b23a39f60e3a28776622b3355d80a73e3197abee4
 DIST goland-2018.1.1.tar.gz 218213751 BLAKE2B 
4fda04b45da9757e829158a8e6079cb5df9ed3c02b06268169b403258f93a70bb4861b2a85349caaabdcc6c300b95b91989f7957780c7fecf2334530e90ecf97
 SHA512 
642eda4359da203c282cae2ec855efde0785b59f613070d4f29cafe9ae79fd8dfdc0fac26bc27246ece7178455ab6eda1a278cccf97fd500712972b34f1c1ab2
 DIST goland-2018.1.3.tar.gz 221579069 BLAKE2B 
16ead14bc3401fe7b031576eb9581613cac1352b42933acc83af77946376017b6658fb04b556b028a6f89f86a65b60290e1f6f9b5febe2dc10c85b5c6004879f
 SHA512 
24f1c384139276301a27a9df1056560f3ee89ef9817690c00626eb0522fed8a58ded3bd3632aeac8f25855dd2c031c40f937761625f6545504eb2f3e7d0d509b
-DIST goland-2018.1.tar.gz 217959144 BLAKE2B 
7d5bf222f99b1bc580faf29f54e0f603237d0d3c096690ca9f7944daf991dfab638e788c5f11d7ff4ed59ed471ff93d9e18d69577c50be1b2df505c58ae7e495
 SHA512 
f731a1dd9e1c26d318bcf700ca8b7e7ce6c2868e9e65e6ccbf9e9b980bdd484d1faf3a2a0cba16d1c27a42a9cec79c95dc7faf6135d2085bbab248ebe9870149

diff --git a/dev-util/goland/goland-2017.3.2.ebuild 
b/dev-util/goland/goland-2017.3.2.ebuild
deleted file mode 100644
index d46b730ae46..000
--- a/dev-util/goland/goland-2017.3.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-SLOT=0
-
-SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz;
-DESCRIPTION="Golang IDE by JetBrains"
-HOMEPAGE="http://www.jetbrains.com/go;
-
-KEYWORDS="~amd64"
-LICENSE="IDEA
-   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-
-QA_PREBUILT="opt/${P}/*"
-
-S=${WORKDIR}/GoLand-${PV}
-
-RDEPEND="dev-lang/go"
-
-src_prepare() {
-   default
-   if ! use arm; then
-   rm -rf bin/fsnotifier-arm || die
-   fi
-}
-
-src_install() {
-   local dir="/opt/${P}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
-
-   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
-   newicon "bin/${PN}.png" "${PN}.png"
-   make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
-
-   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-   mkdir -p "${D}/etc/sysctl.d/" || die
-   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}

diff --git a/dev-util/goland/goland-2017.3.3.ebuild 
b/dev-util/goland/goland-2017.3.3.ebuild
deleted file mode 100644
index d46b730ae46..000
--- a/dev-util/goland/goland-2017.3.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-SLOT=0
-
-SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz;
-DESCRIPTION="Golang IDE by JetBrains"
-HOMEPAGE="http://www.jetbrains.com/go;
-
-KEYWORDS="~amd64"
-LICENSE="IDEA
-   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-
-QA_PREBUILT="opt/${P}/*"
-
-S=${WORKDIR}/GoLand-${PV}
-
-RDEPEND="dev-lang/go"
-
-src_prepare() {
-   default
-   if ! use arm; then
-   rm -rf bin/fsnotifier-arm || die
-   fi
-}
-
-src_install() {
-   local dir="/opt/${P}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
-
-   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
-   newicon "bin/${PN}.png" "${PN}.png"
-   make_desktop_entry "${PN}" "gogland" "${PN}" 

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

2018-05-14 Thread Manuel Rüger
commit: 9f248cecf5cf6cf17ca958490bff5559261654a0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 14 17:12:08 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 14 17:12:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f248cec

dev-util/goland: Version bump to 2018.1.3

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-util/goland/Manifest   |  1 +
 dev-util/goland/goland-2018.1.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
index f0d44629e74..c7a12214fad 100644
--- a/dev-util/goland/Manifest
+++ b/dev-util/goland/Manifest
@@ -1,4 +1,5 @@
 DIST goland-2017.3.2.tar.gz 214008724 BLAKE2B 
682860f2dfaa96a97ac91eed2a49aa4ee524154df5ba10936b1cc2f816e837b21b27f9da9641c06e5b028fb44d03933abc6b64b87e286e1c38a4c08b92dd2626
 SHA512 
3488905d1c8944b80f24d40e910da2c04f06ee6dcc08620ffbc7b96c0214d28e00f36b85a178ee9ede8c08fda89294e0d10b99c6929eb595284fc937270e17a5
 DIST goland-2017.3.3.tar.gz 214166755 BLAKE2B 
b110123b521280e3b120c4277851f5e110b71d882c90ccabb4045eb0f7c2123d514674b8cb7fc726861787b699a573e3189febead8b402dbf542ac22d6787b7c
 SHA512 
18bc2be621408107f7bcc8b359f07ee8b933a9357f21d272196b5d04d411a720bb8643ac2788ecdc4ee6313b23a39f60e3a28776622b3355d80a73e3197abee4
 DIST goland-2018.1.1.tar.gz 218213751 BLAKE2B 
4fda04b45da9757e829158a8e6079cb5df9ed3c02b06268169b403258f93a70bb4861b2a85349caaabdcc6c300b95b91989f7957780c7fecf2334530e90ecf97
 SHA512 
642eda4359da203c282cae2ec855efde0785b59f613070d4f29cafe9ae79fd8dfdc0fac26bc27246ece7178455ab6eda1a278cccf97fd500712972b34f1c1ab2
+DIST goland-2018.1.3.tar.gz 221579069 BLAKE2B 
16ead14bc3401fe7b031576eb9581613cac1352b42933acc83af77946376017b6658fb04b556b028a6f89f86a65b60290e1f6f9b5febe2dc10c85b5c6004879f
 SHA512 
24f1c384139276301a27a9df1056560f3ee89ef9817690c00626eb0522fed8a58ded3bd3632aeac8f25855dd2c031c40f937761625f6545504eb2f3e7d0d509b
 DIST goland-2018.1.tar.gz 217959144 BLAKE2B 
7d5bf222f99b1bc580faf29f54e0f603237d0d3c096690ca9f7944daf991dfab638e788c5f11d7ff4ed59ed471ff93d9e18d69577c50be1b2df505c58ae7e495
 SHA512 
f731a1dd9e1c26d318bcf700ca8b7e7ce6c2868e9e65e6ccbf9e9b980bdd484d1faf3a2a0cba16d1c27a42a9cec79c95dc7faf6135d2085bbab248ebe9870149

diff --git a/dev-util/goland/goland-2018.1.3.ebuild 
b/dev-util/goland/goland-2018.1.3.ebuild
new file mode 100644
index 000..d46b730ae46
--- /dev/null
+++ b/dev-util/goland/goland-2018.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
+
+inherit eutils
+
+SLOT=0
+
+SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz;
+DESCRIPTION="Golang IDE by JetBrains"
+HOMEPAGE="http://www.jetbrains.com/go;
+
+KEYWORDS="~amd64"
+LICENSE="IDEA
+   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
+
+QA_PREBUILT="opt/${P}/*"
+
+S=${WORKDIR}/GoLand-${PV}
+
+RDEPEND="dev-lang/go"
+
+src_prepare() {
+   default
+   if ! use arm; then
+   rm -rf bin/fsnotifier-arm || die
+   fi
+}
+
+src_install() {
+   local dir="/opt/${P}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
+
+   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
+   newicon "bin/${PN}.png" "${PN}.png"
+   make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
+
+   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
+   mkdir -p "${D}/etc/sysctl.d/" || die
+   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
+}



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

2018-05-14 Thread Hans de Graaff
commit: c73b18a1eb0d5068c3b68e0e89dc65ea4afc9696
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 14 17:07:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 14 17:07:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73b18a1

dev-ruby/net-sftp: drop net-ssh slots from dependencies

Only net-ssh:4 can satisfy all dependencies since net-ssh:3 is masked
for removal and net-ssh:2 does not provide ruby24 or ruby25.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/net-sftp/net-sftp-2.1.2-r3.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-ruby/net-sftp/net-sftp-2.1.2-r3.ebuild 
b/dev-ruby/net-sftp/net-sftp-2.1.2-r3.ebuild
new file mode 100644
index 000..dc0ee41f341
--- /dev/null
+++ b/dev-ruby/net-sftp/net-sftp-2.1.2-r3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="SFTP in pure Ruby"
+HOMEPAGE="https://github.com/net-ssh/net-sftp;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RUBY_PATCHES=( "${FILESDIR}/${P}-net-ssh-4.patch" )
+
+ruby_add_rdepend "dev-ruby/net-ssh:4"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/mocha-0.13
+   )"



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

2018-05-14 Thread Tobias Klausmann
commit: bcb12685a5ed46e76ecf3f0885b1ad4fa3a742a3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:49 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:50:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb12685

mail-client/alpine-2.21.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654284

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

diff --git a/mail-client/alpine/alpine-2.21.1.ebuild 
b/mail-client/alpine/alpine-2.21.1.ebuild
index 58e03a0fdca..a88bc88ee2d 100644
--- a/mail-client/alpine/alpine-2.21.1.ebuild
+++ b/mail-client/alpine/alpine-2.21.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}.tar.gz -> ${P}.tar.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc sparc x86"
 IUSE="doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime spell ssl 
threads"
 
 DEPEND="virtual/pam



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

2018-05-14 Thread Tobias Klausmann
commit: b15da85286371934a27909537cbd7d84e61c5776
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:50:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15da852

sys-libs/lwp-2.8-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654098

 sys-libs/lwp/lwp-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/lwp/lwp-2.8.ebuild b/sys-libs/lwp/lwp-2.8.ebuild
index e6fa49ec3e5..7179a3a23d9 100644
--- a/sys-libs/lwp/lwp-2.8.ebuild
+++ b/sys-libs/lwp/lwp-2.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 PATCHES=(



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

2018-05-14 Thread Tobias Klausmann
commit: e89f792e8a09931595fce08ffe397b4b7728a460
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:50:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89f792e

sys-kernel/gentoo-sources-4.9.95-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653956

 sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild
index ed12d4e9887..2501c7de4c5 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.95.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2018-05-14 Thread Tobias Klausmann
commit: 1e8366a5592dac767eb9f9aa6c02b88ef2bc2ac6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:49:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8366a5

app-admin/eselect-1.4.12-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653746

 app-admin/eselect/eselect-1.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/eselect/eselect-1.4.12.ebuild 
b/app-admin/eselect/eselect-1.4.12.ebuild
index db05f3cd681..460d56ceb51 100644
--- a/app-admin/eselect/eselect-1.4.12.ebuild
+++ b/app-admin/eselect/eselect-1.4.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 RDEPEND="sys-apps/sed



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

2018-05-14 Thread Tobias Klausmann
commit: 35db31b36115fb5718b1a9d173f1604574b21055
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:50:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35db31b3

dev-libs/fribidi-0.19.7-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654184

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

diff --git a/dev-libs/fribidi/fribidi-0.19.7.ebuild 
b/dev-libs/fribidi/fribidi-0.19.7.ebuild
index 058682947df..f9a2d65a119 100644
--- a/dev-libs/fribidi/fribidi-0.19.7.ebuild
+++ b/dev-libs/fribidi/fribidi-0.19.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/fribidi/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]"



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

2018-05-14 Thread Tobias Klausmann
commit: e03b5902a2861140e43b6eadbbd4317e57b815cc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:49:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03b5902

dev-python/cryptography-2.1.4-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653620

 dev-python/cryptography/cryptography-2.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-2.1.4-r1.ebuild 
b/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
index 29d1f950ff4..96b3afa447f 100644
--- a/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
+++ b/dev-python/cryptography/cryptography-2.1.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE="libressl test"
 
 # the openssl 1.0.2l-r1 needs to be updated again :(



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

2018-05-14 Thread Tobias Klausmann
commit: 0bea92157c40f3be9dd314bdb1e4bd6663e44f10
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:40 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:49:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bea9215

media-gfx/sane-backends-1.0.27-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653506

 media-gfx/sane-backends/sane-backends-1.0.27-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-backends/sane-backends-1.0.27-r1.ebuild 
b/media-gfx/sane-backends/sane-backends-1.0.27-r1.ebuild
index fe9c0b297e9..50f4140cf0e 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.27-r1.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.27-r1.ebuild
@@ -122,7 +122,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/${FRS_ID}/${P}.tar.gz;
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
sane_backends_dc210? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )



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

2018-05-14 Thread Tobias Klausmann
commit: 00aab37e6ff989b4910bc88041e8b6954ddb4e0b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:47 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:49:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00aab37e

app-cdr/cdrtools-3.02_alpha09-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653608

 app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
index fe4900c8d82..da9aa9b96f2 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 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 ~x86-macos 
~sparc-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 ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-05-14 Thread Tobias Klausmann
commit: 302140612e75eee4f5b42f8b1afe56e23151b55a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 14 16:49:48 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 14 16:50:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30214061

app-admin/fam-2.7.0_p17_p2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653820

 app-admin/fam/fam-2.7.0_p17_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/fam/fam-2.7.0_p17_p2.ebuild 
b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
index 2f0edba5a7d..ffbb23ecd00 100644
--- a/app-admin/fam/fam-2.7.0_p17_p2.ebuild
+++ b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="static-libs"
 
 DEPEND="



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

2018-05-14 Thread Johannes Huber
commit: ef29d32f234d2ab8c4fc74cc0935bdb2096ecf16
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 14 16:47:20 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon May 14 16:48:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef29d32f

media-fonts/hack: Remove 2.020-r1

Uses deprecated EAPI 5 and overshadowed by 3.003.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-fonts/hack/Manifest |  1 -
 media-fonts/hack/hack-2.020-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-fonts/hack/Manifest b/media-fonts/hack/Manifest
index 8f0b49c9ec8..96a0e1af126 100644
--- a/media-fonts/hack/Manifest
+++ b/media-fonts/hack/Manifest
@@ -1,3 +1,2 @@
 DIST Hack-v2_020-otf.tar.xz 322564 BLAKE2B 
c4c3abaa829d671b3d063b73837eeb70ebee90de162dbfb5a0c2bf0c238af383a260adfe4bb164eafa7c29bd6e67d5deb91a8b17708f15100aac6ee29d627415
 SHA512 
d58ef2a7b96557a1feb587efc68e64a16238ca9fd336bafa41c488e48e088a547612890fcaff8899494f2eb0b8acf300815ada8f72df64ae7d19af032fade058
-DIST Hack-v2_020-ttf.tar.xz 404776 BLAKE2B 
c4f205702620bb68965f3131abad518d418a631b6f08886f4a5bcd3bc8cba783d87bfbf99246c7743b10951caa6d505580effd03d390a7cde0b75a5b723371de
 SHA512 
6901828b8a4bfccf113674bcad3725a0b35aded7da04e765a889fae8fe45d5de791f02167346f276b69c766eefbfcbbb7afec3eca3f3105f067509064f075e65
 DIST Hack-v3.003-ttf.tar.xz 360136 BLAKE2B 
73a029a2bdf154642c59effb3e3ab6ea8997e537e6934d7554b13b0d39cec999c9a3c4bea706ce6421e28b1e9c4e1f7154a7fa0a552cfcc5d95c845eabc5dd5e
 SHA512 
d6480957ef77b0e117a564b76e7b8b041a28cfc89441d394a27e2a1b230cae7a67c0b9f3cbe6aab48c5d2cc832b0ea653017a3b925db1d0cc2885e02eab9a81d

diff --git a/media-fonts/hack/hack-2.020-r1.ebuild 
b/media-fonts/hack/hack-2.020-r1.ebuild
deleted file mode 100644
index 006ff7840b2..000
--- a/media-fonts/hack/hack-2.020-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit font versionator
-
-DESCRIPTION="A typeface designed for source code"
-HOMEPAGE="https://github.com/source-foundry/Hack;
-SRC_URI="https://github.com/source-foundry/Hack/releases/download/v${PV}/Hack-v$(replace_version_separator
 1 '_' )-ttf.tar.xz"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-DEPEND=""
-RDEPEND=""
-
-FONT_SUFFIX="ttf"
-
-src_unpack() {
-   mkdir "${S}" && cd "${S}"
-   unpack ${A}
-}



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

2018-05-14 Thread Mike Gilbert
commit: 9b295d5b57699ec3d91b06fe6eae4a488d5033c2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon May 14 16:40:14 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon May 14 16:40:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b295d5b

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

Package-Manager: Portage-2.3.36, Repoman-2.3.9_p193

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...-66.0.3359.139.ebuild => chrome-binary-plugins-66.0.3359.170.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 de8b85d0e6a..761226503e2 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_67.0.3396.40-1_amd64.deb 53706590 BLAKE2B 
4713df66465982ee13e0092710f66c08cc4da3300c0a6745bc88735beda6c6e07e07a7d14661680ab211f448baf28b931694770d30aa7ba2d2edad785f23e600
 SHA512 
b2b469cf46f8380f1c4139ab090592b219a86f3266061151b6641a6491582622020aceb869c0f5de68a2e6cd3ddaf5c713e4c01c013928480dcbfcecaca4605f
-DIST google-chrome-stable_66.0.3359.139-1_amd64.deb 52214770 BLAKE2B 
2eebeb728e921cd89db1c06ff3c7d55f08f1565ac59f0260b9f079a951c21b8af944aac7d2ac2af6eac1833e4d0b0ad5ce5cc09705c5f7fabb1a5a0d5e4cab4f
 SHA512 
7eacb4c6bcdcb330c3ce0a39ff7035117ac0040bfd647135562b6a01cbe214ac2edf5d110b7f69ffb58ca60f128be3cc948e8eb8ce94c803a4d4294279b9dac6
+DIST google-chrome-stable_66.0.3359.170-1_amd64.deb 52207438 BLAKE2B 
cd2b5cdac9ce79e8296ff616e77f3af3611e2461fb7fe1d9cfd6f96acf1876f7670b85b949b6445630505e58d0c4995076c28ae15f5bc162bdb013c2b01624ca
 SHA512 
a518dae7e42594621d78d0dc00698308544055575c7a5b0a9c8994547a87ca310bc7e24884ac947f3f0aefbf9e352889ab78485174145d1764fa50551d720725
 DIST google-chrome-unstable_68.0.3423.2-1_amd64.deb 54165194 BLAKE2B 
10f8a44de80400a87e04102625cc3b968107df287cfd4df70a4c2fcf59267b13afdfec1fbd6f672a83f49a1ad36cac36bbcb3c36f02ca99b29c6c9f39623990f
 SHA512 
eb27e8e3631fe69c54cce86161f5b5e1e1a64cb64863462b81a43f29a82cd2c6498cf4d1251bc9a9efcb5a2e4bfe995274b4d0b95108dde5468ff1cd5ff9e91d

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.139.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.170.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.139.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.170.ebuild



  1   2   3   >