[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2018-06-13 Thread Thomas Beierlein
commit: 361f1e6154e7ea540f10c5ae0121db1cd3a1bae0
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Jun 14 05:56:55 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Jun 14 05:56:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361f1e61

media-radio/fldigi: Version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-radio/fldigi/Manifest |  1 +
 media-radio/fldigi/fldigi-4.0.17.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index ab7500be688..71e300ba7ad 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -3,3 +3,4 @@ DIST fldigi-4.0.13.tar.gz 3715981 BLAKE2B 
598473de1306b57674409c60b297f4e4e13f3c
 DIST fldigi-4.0.14.tar.gz 3717246 BLAKE2B 
6df050df36fb7000144ced61313eb0585c85d99c17c031829fb100dbea2a6d9cc189fb48de5b44201b26128e3b55112fbcd1e999f404ced92bd53d3af0a6c722
 SHA512 
5faa009451c43d4bec4f67d3e51630251877c3ddce990bfc41760c8ff8ded600d3df89c4a7fba11a6b7c2b1d33005f45f5770a84ce2e3502fc433c70aa53ffd0
 DIST fldigi-4.0.15.tar.gz 3717232 BLAKE2B 
b17226b02b478f9810672348d1cb312860bc89911c8311772243e6122647955302a94fd7c6a523d747761e0090c0de2696bd61522aa2e9da89f46de0e0d4cc79
 SHA512 
8f3cdbf039858cca2ec926c02e2b581b1e91a1239ddc6b2a01a54ee08796c408a1c2210c3b1ecd48e11907016742b8cb1519b9ebbf52001235846728c970432c
 DIST fldigi-4.0.16.tar.gz 3727379 BLAKE2B 
249516d338d3c70365213673fc4ad3ecd1298f5230e682a74b3f166c36538143d4d7bcc5dee0d1903ba79d8a95bbba89021bfb6bc2a28657ae42edc38129d163
 SHA512 
cb8eb7eb64be755bcf2021ff27fd8d6982b2fde44f3d49f46478a60c7dfb4120e1d929666c1f0cc42ae91d480be9871aa4705bf613ec78adf4c3d20ecfc9df42
+DIST fldigi-4.0.17.tar.gz 3757991 BLAKE2B 
1203ccbfafcb74cc6a48f22465473acbcbf47485d22d191f4aeb64d51059d8dd9a0dd743e62f10fbea08404567f2551d9b42a47562beb70325dfbc6854a8af2b
 SHA512 
566a424037aa1199da63c44895ddaa3afb51b45f7fb1dfd43992f9b3c8b26dbecf649df6f77d0758f8cc6e35fa94598d3c6e64236621f3a64bfc50897e74f722

diff --git a/media-radio/fldigi/fldigi-4.0.17.ebuild 
b/media-radio/fldigi/fldigi-4.0.17.ebuild
new file mode 100644
index 000..0a1adf91e44
--- /dev/null
+++ b/media-radio/fldigi/fldigi-4.0.17.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls pulseaudio"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   >=media-libs/portaudio-19_pre20071207
+   hamlib? ( media-libs/hamlib )
+   pulseaudio? ( media-sound/pulseaudio )
+   >=media-libs/libsndfile-1.0.10"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+PATCHES=( "$FILESDIR"/$PN-c++11.patch )
+
+src_configure() {
+   econf --with-sndfile \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   --without-asciidoc
+}



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

2018-06-13 Thread Hans de Graaff
commit: 1e42b6dc782cb2af64fe2d5630dd5a45bec9e965
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 14 04:38:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 14 04:38:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e42b6dc

dev-ruby/acts_as_list: add 0.9.15

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest
index e439def08b0..85810c143bb 100644
--- a/dev-ruby/acts_as_list/Manifest
+++ b/dev-ruby/acts_as_list/Manifest
@@ -1,3 +1,4 @@
 DIST acts_as_list-0.9.11.gem 34816 BLAKE2B 
6cbe53615b29c5e97aca86acfd0d82b6ea1027d2f2f9a1680aa7c42429d203188af08ab5fd9cbd1502f4028b807ecaab0c1c158efcd9969faecaa0a04efad821
 SHA512 
b439bacfde4f698e696e748ba26fc1138336d4b8215a3e862416eccf8ea881205c38a4300eddb026902e1b2320a0d0a8dc07ce358482c07ed0d50dedc5c7b4c8
 DIST acts_as_list-0.9.12.gem 35328 BLAKE2B 
1e2e11bddf94c5e9213a397e4473c96331352f76581224faf29c125cdf7a0c3cbd6191270921e7134c8c8bc2faad862aab043cea2bf8ab7cec87d71012121ad1
 SHA512 
7120cbf538fe660861b4a83477ff914deee6f8bed94eaeccf74e1a19cb49ab27fc6e62b01f7295750c2521f92823c4e5167ede8bae1dfe55f00d292b67ad5f21
 DIST acts_as_list-0.9.14.gem 35328 BLAKE2B 
6d8e9c505a11f0483127b64c62ce86e4228ffeb11fe8a78af44820c614120dd80c87db796eb4130710012a1fba35b03520e23ee4acac988f95cc38be30f7abde
 SHA512 
4a04e4431d6076f8fe28a2039836722540512bb66fa574d0bcb64283e89369423fab460e1aa6da11d9e92b7b7fbae8a03b38cc1d24ea3c3c6e0c99018ca6ac1e
+DIST acts_as_list-0.9.15.gem 35840 BLAKE2B 
3a1c5929d5f51804b5d4ee1d754f951ce0615bf4fa80345bb55d7c1b821fcd3378ec6817da697381d6692e97b790823a2f00e41742608a04ea399c3c1bf6ba30
 SHA512 
76b2b80c4b3011b69f027066d5a1d458727209f8c05ec3f01f5479db18dcae85213cb1c9111aa152093148e2e5c2235b2714760141504939005e656c891135b1

diff --git a/dev-ruby/acts_as_list/acts_as_list-0.9.15.ebuild 
b/dev-ruby/acts_as_list/acts_as_list-0.9.15.ebuild
new file mode 100644
index 000..33d89f0386e
--- /dev/null
+++ b/dev-ruby/acts_as_list/acts_as_list-0.9.15.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"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+DESCRIPTION="Capabilities for sorting and reordering a number of objects in a 
list"
+HOMEPAGE="https://github.com/swanandp/acts_as_list;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-3:*"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/test-unit:2
+   dev-ruby/activerecord[sqlite]
+   )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die
+   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die
+}



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

2018-06-13 Thread Hans de Graaff
commit: 7dbe56b3cfb432aa7c0b49d60236cc3014d45273
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 14 04:34:34 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 14 04:34:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbe56b3

dev-ruby/fast_gettext: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/fast_gettext/fast_gettext-1.6.0.ebuild 
b/dev-ruby/fast_gettext/fast_gettext-1.6.0.ebuild
index 1953b1f0fdd..cdea88d1f54 100644
--- a/dev-ruby/fast_gettext/fast_gettext-1.6.0.ebuild
+++ b/dev-ruby/fast_gettext/fast_gettext-1.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG Readme.md"



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

2018-06-13 Thread Hans de Graaff
commit: e5054b482b3322eda3e12a2aa9bf13f12ea55fb7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 14 04:32:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 14 04:32:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5054b48

dev-ruby/activeldap: add 5.2.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/activeldap/Manifest|  1 +
 dev-ruby/activeldap/activeldap-5.2.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/activeldap/Manifest b/dev-ruby/activeldap/Manifest
index e24132e47be..badb35a379d 100644
--- a/dev-ruby/activeldap/Manifest
+++ b/dev-ruby/activeldap/Manifest
@@ -1,3 +1,4 @@
 DIST activeldap-4.0.6.gem 225280 BLAKE2B 
0f03ef95f3d0600d2661eab048c8dda3fbabe519add67f7785895e346d835d1e0396270f829f16a982f12863c80378be2f4f7ff7cf84016007b005b1914cec15
 SHA512 
03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b
 DIST activeldap-5.1.1.gem 224768 BLAKE2B 
cbb54a3e442592ffcd46b99dc92301955e0ec2e6930c7dff0159ddc41166311f9f7b06a0d878dff4180962d6811690fc55e6eef9693048d485672dc83560b63f
 SHA512 
13ae4f05717a9de80f56e19033e694ae1291cf4486dc4c69055892fb2c43469b0dba968949bd668a89d035126d8bde144ad410313dce0d6de80a4ddff884a745
 DIST activeldap-5.2.0.gem 224768 BLAKE2B 
ae0aa9b2f33121bef3974fdcda5dc06278072241165b5c049fe23bcda8572603dd7695e8839892075ab928e3653c8dd8b6ec87fa17e8c5f9ddb0422b13821676
 SHA512 
72796a48cb067d61c4f278a3d74f81ebc2c0b1ef648cc02bdf9db0bf9b04a93a924dca3f6134b44c7a9cded7a292984099bd544796b94fb435e21b09d7fc48b3
+DIST activeldap-5.2.1.gem 224768 BLAKE2B 
270936f4d8183b6d143f58a662c152a66c0778789c8c7b3e604f2f3aacbdefe0634ed636c35a8cd4fda7cf5b15b5f1fa133e4a6432cf342f42a1e9089daf4a2b
 SHA512 
025f30c545c3f9fd69220557a18f597a4298b06ad5ea67a5f335107aec27a5d5225e7e808b036d245287a642824ba74f583451adfaa585ac2f4f323d737319b9

diff --git a/dev-ruby/activeldap/activeldap-5.2.1.ebuild 
b/dev-ruby/activeldap/activeldap-5.2.1.ebuild
new file mode 100644
index 000..be5311720e6
--- /dev/null
+++ b/dev-ruby/activeldap/activeldap-5.2.1.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"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
+RUBY_FAKEGEM_EXTRAINSTALL="po"
+
+inherit ruby-fakegem
+
+MY_P="${P/ruby-/}"
+DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented 
interface to LDAP"
+HOMEPAGE="https://github.com/activeldap/activeldap;
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Most tests require a live LDAP server to run.
+RESTRICT="test"
+
+ruby_add_rdepend "
+   >dev-ruby/activemodel-4.0.0:*
+   dev-ruby/builder
+   dev-ruby/locale
+   dev-ruby/ruby-gettext
+   dev-ruby/gettext_i18n_rails
+   || ( dev-ruby/ruby-net-ldap >=dev-ruby/ruby-ldap-0.8.2 )"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc doc/text/*
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-06-13 Thread Benda XU
commit: d531270ee6108b43a7dec0e16fdacd3bbab49da8
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Jun 14 01:02:30 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Jun 14 01:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d531270e

Keep makeinfo stub until overwritten by the real texinfo.

 scripts/bootstrap-prefix.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 6761f94788..98b371e7e8 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1849,9 +1849,6 @@ bootstrap_stage3() {
einfo "running emerge -u1 openssl"
CFLAGS= CXXFLAGS= emerge -u1 openssl || return 1
 
-   # remove temp makeinfo, texinfo provides it
-   [[ -f "${ROOT}"/usr/bin/makeinfo ]] && rm -f "${ROOT}"/usr/bin/makeinfo
-
# Portage should figure out itself what it needs to do, if anything.
# Avoid glib compiling for Cocoa libs if it finds them, since we're
# still with an old llvm that may not understand the system headers



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-06-13 Thread Benda XU
commit: 28c0f1bbe96262c27bed2a3f880ecd91699fec03
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Jun 14 01:01:27 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Jun 14 01:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=28c0f1bb

Mask CPATH (c include dir) and LIBRARY_PATH (used by gcc).

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8dd8fb1f33..6761f94788 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2052,6 +2052,8 @@ EOF
PKG_CONFIG_PATH \
PYTHONPATH \
ROOT \
+   CPATH \
+   LIBRARY_PATH \
; do
# starting on purpose a shell here iso ${!flag} because I want
# to know if the shell initialisation files trigger this



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-06-13 Thread Benda XU
commit: 285454817f40abef3e124c31bb751755a0a4139e
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Jun 14 01:04:12 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Jun 14 01:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=28545481

Work around bug 658060.

 scripts/bootstrap-prefix.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 98b371e7e8..fba87c3662 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -658,6 +658,9 @@ bootstrap_portage() {
|| return 1
$MAKE ${MAKEOPTS} || return 1
 
+   # bug 658060
+   find . -name __pycache__ -delete
+
einfo "Installing ${A%-*}"
$MAKE install || return 1
 



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-06-13 Thread Benda XU
commit: 8207d9c59468ff32600463033821eec20197ca0f
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun 13 02:12:17 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Jun 14 01:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8207d9c5

Regard stage3 as BDEPEND in terms of EAPI7.

  So that build dependencies are satisfied by stage3.

Credit: Paul Preney, Byron Grobe, Stephen McCamant, Horea Christian
Credit: giacomo.cappellini.87, kuzetsa, Kalon Mills, Joey Chagnon
Closes: https://bugs.gentoo.org/655414
Closes: https://bugs.gentoo.org/655326

 scripts/bootstrap-prefix.sh | 18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 7d6a552970..8dd8fb1f33 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -670,6 +670,8 @@ bootstrap_portage() {
 
# in Prefix the sed wrapper is deadly, so kill it
rm -f "${ROOT}"/tmp/usr/lib/portage/bin/ebuild-helpers/sed
+   # stage3 PATH should come before stage2
+   sed -e '/DEFAULT_PATH/d' -i 
"${ROOT}"/tmp/usr/share/portage/config/make.globals
 
[[ -e "${ROOT}"/tmp/usr/portage ]] || ln -s "${PORTDIR}" 
"${ROOT}"/tmp/usr/portage
 
@@ -1643,7 +1645,7 @@ bootstrap_stage3() {
# stage3 tools should be used first.
# PORTAGE_TMPDIR, EMERGE_LOG_DIR, FEATURES=force-prefix are
# needed with host portage.
-   PREROOTPATH="${ROOT}"$(echo 
/{,tmp/}{usr/,}{,lib/llvm/{10,9,8,7,6,5}/}{s,}bin | sed "s, ,:${ROOT},g") \
+   PREROOTPATH="${ROOT}"$(echo usr/lib/llvm/{10,9,8,7,6,5}/bin | 
sed "s, ,:${ROOT},g") \
EPREFIX="${ROOT}" PORTAGE_TMPDIR="${PORTAGE_TMPDIR}" \
FEATURES="${FEATURES} force-prefix" \
EMERGE_LOG_DIR="${ROOT}"/var/log \
@@ -1723,6 +1725,20 @@ bootstrap_stage3() {
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
fi
 
+   # Move portage from stage2 to stage3, because build
+   # dependencies are bootstrapped by stage3.  After the
+   # introduction of EAPI-7, eclasses now strictly distinguish
+   # between build dependencies that are binary compatible with
+   # the native build system (CBUILD, BDEPEND) and with the
+   # system being built (CHOST, DEPEND).
+   #
+   # As we don't know the layout of ${ROOT}/usr/lib, do this hack
+   # after baselayout.
+   [[ -d "${ROOT}"/usr/share/portage ]] || cp -a 
"${ROOT}"{/tmp,}/usr/share/portage
+   [[ -d "${ROOT}"/usr/lib/portage ]] || cp -a 
"${ROOT}"{/tmp,}/usr/lib/portage
+   cp -f "${ROOT}"/tmp/usr/{bin,lib/portage/bin/ebuild-helpers}/portageq
+   export PORTAGE_OVERRIDE_EPREFIX="${ROOT}"
+
# On some hosts, gcc gets confused now when it uses the new linker,
# see for instance bug #575480.  While we would like to hide that
# linker, we can't since we want the compiler to pick it up.



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-06-13 Thread Benda XU
commit: 3d7eca7b2d1b470efae85b72f9452970a6732f1d
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jun 12 14:04:59 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jun 13 01:31:02 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3d7eca7b

As discussed in Bug 655414, no perl from the host should be assumed.

Revert "scripts/bootstrap-prefix: (try to) workaround libtool stage3 issue"

This reverts commit ddf86254b773b1a2205c8ef166c7d8c7fdcfa697.

 scripts/bootstrap-prefix.sh | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8483a62149..7d6a552970 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1547,17 +1547,6 @@ bootstrap_stage2() {
EXTRA_ECONF=$(rapx --with-sysroot=/) \
emerge_pkgs --nodeps ${linker} || return 1
 
-   # automake and autoconf need to be installed in /tmp in order for
-   # autotools.eclass to run successfully, bug #655414, #657414
-   # rely on Perl from host, let's hope it's there
-   unset PERL
-   if [[ -x $(type -P perl) ]] ; then
-   ( cd "${ROOT}"/tmp/usr/bin && ln -s $(type -P perl) )
-   emerge_pkgs --nodeps sys-devel/autoconf sys-devel/automake || 
return 1
-   else
-   einfo "You don't have perl available, you'll likely run into 
bug #657414"
-   fi
-
# Old versions of gcc has been masked.  We need gcc-4.7 to bootstrap
# on systems without a c++ compiler.
echo '> "${ROOT}"/tmp/etc/portage/package.unmask



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

2018-06-13 Thread Virgil Dupras
commit: d75ecc093bbe7fddde93c19184d314dfab9af0d1
Author: Virgil Dupras  gentoo  org>
AuthorDate: Thu Jun 14 00:27:46 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Thu Jun 14 00:27:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75ecc09

app-emulation/lxc: bump to version 3.0.1

Also, replace previous maintainers by myself.

Closes: https://bugs.gentoo.org/654210
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/lxc/Manifest |   1 +
 app-emulation/lxc/lxc-3.0.1.ebuild | 170 +
 app-emulation/lxc/metadata.xml |  11 +--
 3 files changed, 172 insertions(+), 10 deletions(-)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index b823f03c02c..0d31b16fc38 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -1,2 +1,3 @@
 DIST lxc-2.1.1.tar.gz 1378640 BLAKE2B 
5fca516540a886729434579ff99acf3baa06977fa0e0b6f24dbf15094626335fc073597d308276e3dd20e27ceabf1477cc8e99d1fd24cf50b9aed2720b887b69
 SHA512 
2989d57acddfe091adcf8031721c3c9a2f8eff5476bd6155366b76ea7511e0f6120e669276e056e3963863e0f0acf3b095d44c36fa6652e67c197671f28cbdd4
 DIST lxc-3.0.0.tar.gz 1233316 BLAKE2B 
ba726a07f48b1d32366012c8d885a853e33f88d8c45c910b061d9deecf472d940f7d45a1e742c8194517ba3231e1875a49bbf303b2c3fd2c9ece33b941670bb7
 SHA512 
21372e6fe4d38e2cf54707fab4133137793deff1dd500ed7ed02c03bbaa809de56c7490971594cddbdcb2b96f0c03ab5dfb43a8582a584598a12c5943b7ca490
+DIST lxc-3.0.1.tar.gz 1239920 BLAKE2B 
7be668c11d7211540fe7e2fb6318d38eac0d8d493914f4705d097fca4c004a8d2191609d02bd9e1d9204c3c0b9ea937084d3f9050fc841f6d68067af3d19
 SHA512 
f51b0844f61f64d4efc530454eae1fa499f7f1b908bd3b40d7031e7f311a402893a7504bddbc53f2ef9da2b3154d1b047fc4d876b99f0d487d7c79de64eea505

diff --git a/app-emulation/lxc/lxc-3.0.1.ebuild 
b/app-emulation/lxc/lxc-3.0.1.ebuild
new file mode 100644
index 000..4122c2e8599
--- /dev/null
+++ b/app-emulation/lxc/lxc-3.0.1.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1 linux-info flag-o-matic systemd 
readme.gentoo-r1 pam
+
+DESCRIPTION="LinuX Containers userspace utilities"
+HOMEPAGE="https://linuxcontainers.org/;
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="examples pam seccomp selinux"
+
+RDEPEND="
+   net-libs/gnutls
+   sys-libs/libcap
+   pam? ( virtual/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )"
+
+DEPEND="${RDEPEND}
+   >=app-text/docbook-sgml-utils-0.6.14-r2
+   >=sys-kernel/linux-headers-3.2"
+
+RDEPEND="${RDEPEND}
+   sys-apps/util-linux
+   app-misc/pax-utils
+   virtual/awk"
+
+CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
+   ~CPUSETS ~CGROUP_CPUACCT
+   ~CGROUP_SCHED
+
+   ~NAMESPACES
+   ~IPC_NS ~USER_NS ~PID_NS
+
+   ~NETLINK_DIAG ~PACKET_DIAG
+   ~INET_UDP_DIAG ~INET_TCP_DIAG
+   ~UNIX_DIAG ~CHECKPOINT_RESTORE
+
+   ~CGROUP_FREEZER
+   ~UTS_NS ~NET_NS
+   ~VETH ~MACVLAN
+
+   ~POSIX_MQUEUE
+   ~!NETPRIO_CGROUP
+
+   ~!GRKERNSEC_CHROOT_MOUNT
+   ~!GRKERNSEC_CHROOT_DOUBLE
+   ~!GRKERNSEC_CHROOT_PIVOT
+   ~!GRKERNSEC_CHROOT_CHMOD
+   ~!GRKERNSEC_CHROOT_CAPS
+   ~!GRKERNSEC_PROC
+   ~!GRKERNSEC_SYSFS_RESTRICT
+"
+
+ERROR_DEVPTS_MULTIPLE_INSTANCES="CONFIG_DEVPTS_MULTIPLE_INSTANCES:  needed for 
pts inside container"
+
+ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER:  needed to freeze containers"
+
+ERROR_UTS_NS="CONFIG_UTS_NS:  needed to unshare hostnames and uname info"
+ERROR_NET_NS="CONFIG_NET_NS:  needed for unshared network"
+
+ERROR_VETH="CONFIG_VETH:  needed for internal (host-to-container) networking"
+ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"
+
+ERROR_NETLINK_DIAG="CONFIG_NETLINK_DIAG:  needed for lxc-checkpoint"
+ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG:  needed for lxc-checkpoint"
+ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG:  needed for lxc-checkpoint"
+ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG:  needed for lxc-checkpoint"
+ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG:  needed for lxc-checkpoint"
+ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE:  needed for 
lxc-checkpoint"
+
+ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE:  needed for lxc-execute command"
+
+ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP:  as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting."
+
+ERROR_GRKERNSEC_CHROOT_MOUNT="CONFIG_GRKERNSEC_CHROOT_MOUNT:  some GRSEC 
features make LXC unusable see postinst notes"
+ERROR_GRKERNSEC_CHROOT_DOUBLE="CONFIG_GRKERNSEC_CHROOT_DOUBLE:  some GRSEC 
features make LXC unusable see postinst notes"
+ERROR_GRKERNSEC_CHROOT_PIVOT="CONFIG_GRKERNSEC_CHROOT_PIVOT:  some GRSEC 
features make LXC unusable see postinst notes"

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/net-misc/, metadata/md5-cache/media-libs/, metadata/

2018-06-13 Thread Jan Psota
commit: 94dcbcdb9ffc37b948dbf2a076bc174acf43a3f4
Author: Repository mirror & CI  gentoo  org>
AuthorDate: Sat Jun  2 11:10:06 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Sat Jun  2 11:10:06 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=94dcbcdb

2018-06-02 11:10:06 UTC

 metadata/md5-cache/media-libs/jasper-2.0.14 | 2 +-
 metadata/md5-cache/net-misc/tigervnc-   | 2 +-
 metadata/timestamp.chk  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index b2e9961..f513b53 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab
 
i_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 )
 SLOT=0/4
 SRC_URI=https://github.com/mdadams/jasper/archive/version-2.0.14.tar.gz -> 
jasper-2.0.14.tar.gz
-_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 49cd471f02483798c5068698836b7429desktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
+_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 57384a259cf0c7985ce651b2c0865405desktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
 _md5_=4c808c044a7c29b3705dc6c4c0a2b674

diff --git a/metadata/md5-cache/net-misc/tigervnc- 
b/metadata/md5-cache/net-misc/tigervnc-
index f8d5927..5d447a4 100644
--- a/metadata/md5-cache/net-misc/tigervnc-
+++ b/metadata/md5-cache/net-misc/tigervnc-
@@ -8,5 +8,5 @@ LICENSE=GPL-2
 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 
>=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) pam? ( virtual/pam ) 
server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 
>=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 
>=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 
opengl? ( >=app-eselect/eselect-opengl-1.3.1-r1 ) 

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/app-portage/, metadata/, metadata/md5-cache/dev-util/, ...

2018-06-13 Thread Jan Psota
commit: ef285a484ea30a267630a2311958ac6db79146d5
Author: Repository QA checks  gentoo  org>
AuthorDate: Sun May 27 11:21:11 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Sun May 27 11:21:11 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=ef285a48

2018-05-27 11:21:09 UTC

 metadata/md5-cache/app-portage/portage-utils-0.71-r1 | 2 +-
 metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6| 2 +-
 metadata/md5-cache/media-libs/jasper-2.0.14  | 2 +-
 metadata/md5-cache/net-mail/libdbx-1.0.4-r1  | 2 +-
 metadata/md5-cache/net-misc/tigervnc-| 2 +-
 metadata/md5-cache/x11-libs/libfm-   | 2 +-
 metadata/md5-cache/x11-libs/wxGTK-3.0.3.1-r301   | 2 +-
 metadata/md5-cache/x11-misc/pcmanfm- | 2 +-
 metadata/timestamp.chk   | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/metadata/md5-cache/app-portage/portage-utils-0.71-r1 
b/metadata/md5-cache/app-portage/portage-utils-0.71-r1
index 940989b..5af0763 100644
--- a/metadata/md5-cache/app-portage/portage-utils-0.71-r1
+++ b/metadata/md5-cache/app-portage/portage-utils-0.71-r1
@@ -9,5 +9,5 @@ LICENSE=GPL-2
 RDEPEND=dev-libs/iniparser:0
 SLOT=0
 SRC_URI=mirror://gentoo/portage-utils-0.71.tar.xz 
https://dev.gentoo.org/~grobian/distfiles/portage-utils-0.71.tar.xz
-_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
+_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
 _md5_=f356960bc9f72d89ba30e8295ade71b0

diff --git a/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6 
b/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6
index 4899ad4..66b9207 100644
--- a/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6
+++ b/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6
@@ -8,5 +8,5 @@ RDEPEND=app-arch/unzip x86? ( dev-libs/libxml2 dev-libs/nspr 
dev-libs/nss media-
 RESTRICT=strip
 SLOT=0
 SRC_URI=http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2 -> 
AdobeAIRSDK-2.6.tbz2
-_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9fdo-mime
995b19d3f30e956b4e1bc5a91fdc4ea7ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
+_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9fdo-mime
995b19d3f30e956b4e1bc5a91fdc4ea7ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
 _md5_=f249ecd1888e9f54472f505037301903

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index e4f65d1..b2e9961 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/net-misc/, metadata/md5-cache/media-libs/, metadata/

2018-06-13 Thread Jan Psota
commit: de104d18ee5373c1e4a1de248189a5fa02e83de5
Author: Repository QA checks  gentoo  org>
AuthorDate: Fri May 18 23:30:58 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri May 18 23:30:58 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=de104d18

2018-05-18 23:30:58 UTC

 metadata/md5-cache/media-libs/jasper-2.0.14 | 2 +-
 metadata/md5-cache/net-misc/tigervnc-   | 2 +-
 metadata/timestamp.chk  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index eb76b8c..e4f65d1 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab
 
i_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 )
 SLOT=0/4
 SRC_URI=https://github.com/mdadams/jasper/archive/version-2.0.14.tar.gz -> 
jasper-2.0.14.tar.gz
-_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 5116b65133b50df0128a6fc1c3a6c53edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
+_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 49cd471f02483798c5068698836b7429desktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
 _md5_=4c808c044a7c29b3705dc6c4c0a2b674

diff --git a/metadata/md5-cache/net-misc/tigervnc- 
b/metadata/md5-cache/net-misc/tigervnc-
index 57c57f8..5b77b3e 100644
--- a/metadata/md5-cache/net-misc/tigervnc-
+++ b/metadata/md5-cache/net-misc/tigervnc-
@@ -8,5 +8,5 @@ LICENSE=GPL-2
 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 
>=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) pam? ( virtual/pam ) 
server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 
>=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 
>=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 
opengl? ( >=app-eselect/eselect-opengl-1.3.1-r1 ) 

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/x11-misc/, metadata/

2018-06-13 Thread Jan Psota
commit: 1d9de4a0ca67e9b4b8dbb0942f0a157720cff50c
Author: Repository mirror & CI  gentoo  org>
AuthorDate: Fri Jun  8 07:26:16 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri Jun  8 07:26:16 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=1d9de4a0

2018-06-08 07:26:16 UTC

 metadata/md5-cache/x11-misc/pcmanfm- | 2 +-
 metadata/timestamp.chk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata/md5-cache/x11-misc/pcmanfm- 
b/metadata/md5-cache/x11-misc/pcmanfm-
index 3dc43ce..816b220 100644
--- a/metadata/md5-cache/x11-misc/pcmanfm-
+++ b/metadata/md5-cache/x11-misc/pcmanfm-
@@ -7,5 +7,5 @@ IUSE=debug +gtk3
 LICENSE=GPL-2
 RDEPEND=dev-libs/glib:2 gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) 
lxde-base/menu-cache x11-misc/shared-mime-info 
>=x11-libs/libfm-:=[gtk(+),gtk3=] virtual/eject 
virtual/freedesktop-icon-theme
 SLOT=0
-_eclasses_=autotools   d0e5375d47f4c809f406eb892e531513desktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9git-r3  
af51ccfceeb403ab80f1bf9209d372c8l10n
97f2753e3f1f3753d53d856c7c0bbb0blibtool 
0081a71a261724730ec4c248494f044dltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648readme.gentoo-r1
6f03e110529650f57fc7d1fb908b8986toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
+_eclasses_=autotools   d0e5375d47f4c809f406eb892e531513desktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9git-r3  
af51ccfceeb403ab80f1bf9209d372c8l10n
97f2753e3f1f3753d53d856c7c0bbb0blibtool 
0081a71a261724730ec4c248494f044dltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648readme.gentoo-r1
54aecea034d5e90bdb0684b80da5c9f3toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
 _md5_=618f773f579169aa8cebdff90a1fe235

diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index 1f06454..d73594b 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Sat, 02 Jun 2018 11:10:06 +
+Fri, 08 Jun 2018 07:26:16 +



[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/media-libs/, metadata/, metadata/md5-cache/net-misc/

2018-06-13 Thread Jan Psota
commit: bce780a84135293a77bd42223cda4a8e100a1f55
Author: Repository QA checks  gentoo  org>
AuthorDate: Fri May 18 22:03:21 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri May 18 22:03:21 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=bce780a8

2018-05-18 22:03:21 UTC

 metadata/md5-cache/media-libs/jasper-2.0.14 | 2 +-
 metadata/md5-cache/net-misc/tigervnc-   | 2 +-
 metadata/timestamp.chk  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index eb76b8c..32a2f35 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab
 
i_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 )
 SLOT=0/4
 SRC_URI=https://github.com/mdadams/jasper/archive/version-2.0.14.tar.gz -> 
jasper-2.0.14.tar.gz
-_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 5116b65133b50df0128a6fc1c3a6c53edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
+_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils bb1fe25afd2079f986d5d7469bc82f5edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bversionator 
26ca8a8bd95d6a74122c08ba98a4ee72xdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
 _md5_=4c808c044a7c29b3705dc6c4c0a2b674

diff --git a/metadata/md5-cache/net-misc/tigervnc- 
b/metadata/md5-cache/net-misc/tigervnc-
index 57c57f8..d6a7d6e 100644
--- a/metadata/md5-cache/net-misc/tigervnc-
+++ b/metadata/md5-cache/net-misc/tigervnc-
@@ -8,5 +8,5 @@ LICENSE=GPL-2
 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 
>=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) pam? ( virtual/pam ) 
server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 
>=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 
>=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/net-misc/, metadata/md5-cache/media-libs/, metadata/

2018-06-13 Thread Jan Psota
commit: 808ebc8e1eeb0a1fc3cbbdb7c118630b394b8b56
Author: Repository QA checks  gentoo  org>
AuthorDate: Fri May 18 23:06:14 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri May 18 23:06:14 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=808ebc8e

2018-05-18 23:06:14 UTC

 metadata/md5-cache/media-libs/jasper-2.0.14 | 2 +-
 metadata/md5-cache/net-misc/tigervnc-   | 2 +-
 metadata/timestamp.chk  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index 32a2f35..eb76b8c 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab
 
i_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 )
 SLOT=0/4
 SRC_URI=https://github.com/mdadams/jasper/archive/version-2.0.14.tar.gz -> 
jasper-2.0.14.tar.gz
-_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils bb1fe25afd2079f986d5d7469bc82f5edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bversionator 
26ca8a8bd95d6a74122c08ba98a4ee72xdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
+_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 5116b65133b50df0128a6fc1c3a6c53edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
 _md5_=4c808c044a7c29b3705dc6c4c0a2b674

diff --git a/metadata/md5-cache/net-misc/tigervnc- 
b/metadata/md5-cache/net-misc/tigervnc-
index d6a7d6e..57c57f8 100644
--- a/metadata/md5-cache/net-misc/tigervnc-
+++ b/metadata/md5-cache/net-misc/tigervnc-
@@ -8,5 +8,5 @@ LICENSE=GPL-2
 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 
>=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) pam? ( virtual/pam ) 
server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 
>=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 
>=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 

[gentoo-commits] repo/user/bleeding-edge:master commit in: /

2018-06-13 Thread Jan Psota
commit: af31a025c27aa7bd9fb6d5926b8518735a96d1e2
Author: Repository QA checks  gentoo  org>
AuthorDate: Fri May 18 19:16:16 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri May 18 19:16:16 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=af31a025

Merge updates from master

 app-portage/portage-utils/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/net-misc/, metadata/, metadata/md5-cache/media-libs/

2018-06-13 Thread Jan Psota
commit: 98f0fd0498790d6b4bbbf17bda3f5f797e42f9a6
Author: Repository QA checks  gentoo  org>
AuthorDate: Fri May 18 20:51:58 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri May 18 20:51:58 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=98f0fd04

2018-05-18 20:51:58 UTC

 metadata/md5-cache/media-libs/jasper-2.0.14 | 2 +-
 metadata/md5-cache/net-misc/tigervnc-   | 2 +-
 metadata/timestamp.chk  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index 457521d..eb76b8c 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
x11-libs/libXi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab
 
i_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 )
 SLOT=0/4
 SRC_URI=https://github.com/mdadams/jasper/archive/version-2.0.14.tar.gz -> 
jasper-2.0.14.tar.gz
-_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils d2f8cff68b90b869ef9d460c6f3c4e2edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bversionator 
26ca8a8bd95d6a74122c08ba98a4ee72xdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
+_eclasses_=cmake-multilib  7bc2cc09a4a5082b915541d447be8e5e
cmake-utils 5116b65133b50df0128a6fc1c3a6c53edesktop 
2ccd1dd1dd7bfb8795eea024a4f91bb6eapi7-ver   
d97a56a62c7df8614afddcb25f5ff00fepatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9flag-o-matic
5128c4729303400bd8d4b0b966530955ltprune 
607e058da37aa6dabfa408b7d61da72emultibuild  
35719a9cd25ec71ee49c966f6868454cmultilib
97f470f374f2e94ccab04a2fb21d811emultilib-build  
45f0e78dba7de5c77988265229b4402amultilib-minimal
bfa1226d0f1fa0093d10b84acd029633multiprocessing 
cac3169468f893670dac3e7cb940e045ninja-utils 
d2e7e7d290428bb25c56dcf2502badc1preserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bfvcs-snapshot
3be1ab44131e8c0bbdaa75823008444bxdg-utils   
f2c8335407f0b935b0a96d4adf23ef25
 _md5_=4c808c044a7c29b3705dc6c4c0a2b674

diff --git a/metadata/md5-cache/net-misc/tigervnc- 
b/metadata/md5-cache/net-misc/tigervnc-
index b5ec66f..57c57f8 100644
--- a/metadata/md5-cache/net-misc/tigervnc-
+++ b/metadata/md5-cache/net-misc/tigervnc-
@@ -8,5 +8,5 @@ LICENSE=GPL-2
 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 
>=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls:= ) pam? ( virtual/pam ) 
server? ( dev-lang/perl >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 
>=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.27.2 
>=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 
opengl? ( >=app-eselect/eselect-opengl-1.3.1-r1 ) 

[gentoo-commits] repo/user/bleeding-edge:master commit in: net-misc/tigervnc/, net-misc/tigervnc/files/

2018-06-13 Thread Jan Psota
commit: 232ad0c43af411e5acc0fea525ab5b67bbd19586
Author: Jan Psota  gmail  com>
AuthorDate: Wed Jun 13 23:41:33 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Wed Jun 13 23:41:33 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=232ad0c4

tigervnc- for xorg-server-1.20

 net-misc/tigervnc/Manifest |   5 +-
 net-misc/tigervnc/files/tigervnc.initd |   1 -
 net-misc/tigervnc/metadata.xml |  13 +++-
 net-misc/tigervnc/tigervnc-.ebuild | 112 -
 4 files changed, 68 insertions(+), 63 deletions(-)

diff --git a/net-misc/tigervnc/Manifest b/net-misc/tigervnc/Manifest
index 1379c41..7eb59a7 100644
--- a/net-misc/tigervnc/Manifest
+++ b/net-misc/tigervnc/Manifest
@@ -1,3 +1,2 @@
-DIST tigervnc-1.4.2-patches-0.1.tar.bz2 7361 SHA256 
21c77708d303192108ffeef02acc0e7310461b4910bb49ae78c8a944e52c436e SHA512 
86235aba8e735e4afed21d2940cee8ea2f4f1bc951db79aaf481ae79ab81d4518add6be2619ce9371f77fd068c8dbf069754ecc0168e5afe9e8505d3d61cc573
 WHIRLPOOL 
97a8c1719e7959ce8abd29f9ad249c7acf1b5a21ef36c0ce00b6e3bae8e6e78e9cdb0b34a23da6bd44c9e513e95f22716b286c5ec57bf1a854101c4810c7b481
-DIST tigervnc.png 4958 SHA256 
e0828aeb92ccaaf93e690e9ee5e17803de1cb140d3ca79fb756fe08ebbc4492e SHA512 
97f9a42e9b9f50f1c91de3b7d7991aa8965240fe4958d6da4e9f72f9baa4510ad615765f7c59d6e0a90c9d4b5fe53ad1547c766f2da45e4a6b6e29b03ced2b8b
 WHIRLPOOL 
bbf01f6702724bc4329d053bd3fbf856103371abce20f6f74aa3c2e5eed0eebcdcccd287788b1efbb8de3008cb484a8da5ccd1bd667727e4b0861f3bb550529c
-DIST xorg-server-1.19.1.tar.bz2 6041792 SHA256 
79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb SHA512 
37d413fdd96ce6b15ae20ca5028331498586044cfc7a6ab0acb99201b04063c69bcd06867f2dc33237b244ce2870a1c5a4be3cbe4560f2461894f46f8d5dbdd7
 WHIRLPOOL 
9fab4118e866e11a7742ba63d7f681490d43718a329416fb742e268fdf56f348bc9f1f2b5229fbaac98ce78f41fc1e9e5aa7587ee120fcccaba752ff4bac1555
+DIST tigervnc-1.4.2-patches-0.1.tar.bz2 7361 BLAKE2B 
5e4aed97f3b1e88488f1f080b11afb515d70fcf5b9a20074436a97b3a54a89bd308bacec5584263a7cd72ef3f8b8863102cbd8ab3685cb3251764f5f23f4a037
 SHA512 
86235aba8e735e4afed21d2940cee8ea2f4f1bc951db79aaf481ae79ab81d4518add6be2619ce9371f77fd068c8dbf069754ecc0168e5afe9e8505d3d61cc573
+DIST xorg-server-1.20.0.tar.bz2 6096838 BLAKE2B 
34ee6d6dbbde54d54e082a0791e85ad52d728e239a7d8fadb75ebcbdbaab8752b90ca6d075f096d971db7ec68ce4ecac5c70fcf536ce23c20b8dce8f32e2c046
 SHA512 
1489e8511c9da682ef0460182dfeeddd241c72d4ef4d206d9706f1e39572c09953df851fab18cefb65a1ee4c6710c6ba13c63c9c9fc0bc1b5f12c50780412cde

diff --git a/net-misc/tigervnc/files/tigervnc.initd 
b/net-misc/tigervnc/files/tigervnc.initd
index f1d3a40..06a1542 100644
--- a/net-misc/tigervnc/files/tigervnc.initd
+++ b/net-misc/tigervnc/files/tigervnc.initd
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Id$
 
 depend() {
need net

diff --git a/net-misc/tigervnc/metadata.xml b/net-misc/tigervnc/metadata.xml
index 8df2e3d..4dd3693 100644
--- a/net-misc/tigervnc/metadata.xml
+++ b/net-misc/tigervnc/metadata.xml
@@ -1,14 +1,21 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+
+otakuto.gen...@gmail.com
+Takuto Yoshida
+
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+
   
-build with DRM support
+Build with DRM support
 Build TigerVNC server
 Build the Xorg module
+Build with DRI3 support 
   
   
 TigerVNC/tigervnc
-tigervnc
   
 

diff --git a/net-misc/tigervnc/tigervnc-.ebuild 
b/net-misc/tigervnc/tigervnc-.ebuild
index 50b72c4..7d6b4b6 100644
--- a/net-misc/tigervnc/tigervnc-.ebuild
+++ b/net-misc/tigervnc/tigervnc-.ebuild
@@ -1,40 +1,40 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
 CMAKE_IN_SOURCE_BUILD=1
 
-inherit git-r3 unpacker autotools cmake-utils eutils flag-o-matic 
java-pkg-opt-2 systemd
+inherit autotools cmake-utils eutils flag-o-matic java-pkg-opt-2 systemd 
git-r3 unpacker
 
-XSERVER_VERSION="1.19.1"
+XSERVER_VERSION="1.20.0"
 
 DESCRIPTION="Remote desktop viewer display system"
 HOMEPAGE="http://www.tigervnc.org;
-SRC_URI="
-   mirror://gentoo/${PN}.png
-   https://dev.gentoo.org/~armin76/dist/tigervnc-1.4.2-patches-0.1.tar.bz2
+SRC_URI="https://dev.gentoo.org/~armin76/dist/tigervnc-1.4.2-patches-0.1.tar.bz2
server? ( 
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2
  )"
 EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+drm gnutls java +opengl pam server +xorgmodule"
+IUSE="+drm gnutls nls java +opengl pam server +xorgmodule xinerama dri3"
 
 CDEPEND="virtual/jpeg:0
-   sys-libs/zlib
-   >=x11-libs/libXtst-1.0.99.2
+   

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/md5-cache/app-portage/, metadata/, metadata/md5-cache/dev-util/, ...

2018-06-13 Thread Jan Psota
commit: b2b7db5c59935d75c5aef1e0f84eb18c3ee7074e
Author: Repository mirror & CI  gentoo  org>
AuthorDate: Wed Jun 13 08:54:26 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Wed Jun 13 08:54:26 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=b2b7db5c

2018-06-13 08:54:26 UTC

 metadata/md5-cache/app-portage/portage-utils-0.71-r1 | 2 +-
 metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6| 2 +-
 metadata/md5-cache/media-libs/jasper-2.0.14  | 2 +-
 metadata/md5-cache/net-mail/libdbx-1.0.4-r1  | 2 +-
 metadata/md5-cache/net-misc/tigervnc-| 4 ++--
 metadata/md5-cache/x11-libs/libfm-   | 4 ++--
 metadata/md5-cache/x11-misc/pcmanfm- | 4 ++--
 metadata/timestamp.chk   | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/metadata/md5-cache/app-portage/portage-utils-0.71-r1 
b/metadata/md5-cache/app-portage/portage-utils-0.71-r1
index 5af0763..a9a0370 100644
--- a/metadata/md5-cache/app-portage/portage-utils-0.71-r1
+++ b/metadata/md5-cache/app-portage/portage-utils-0.71-r1
@@ -9,5 +9,5 @@ LICENSE=GPL-2
 RDEPEND=dev-libs/iniparser:0
 SLOT=0
 SRC_URI=mirror://gentoo/portage-utils-0.71.tar.xz 
https://dev.gentoo.org/~grobian/distfiles/portage-utils-0.71.tar.xz
-_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
+_eclasses_=desktop 1b286a7e7143d8c4ec89cd0d2743a097epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
5b8ce72259e08104b337fe28c6de5dbcltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
 _md5_=f356960bc9f72d89ba30e8295ade71b0

diff --git a/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6 
b/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6
index 66b9207..ffc38f8 100644
--- a/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6
+++ b/metadata/md5-cache/dev-util/adobe-air-sdk-bin-2.6
@@ -8,5 +8,5 @@ RDEPEND=app-arch/unzip x86? ( dev-libs/libxml2 dev-libs/nspr 
dev-libs/nss media-
 RESTRICT=strip
 SLOT=0
 SRC_URI=http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2 -> 
AdobeAIRSDK-2.6.tbz2
-_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9fdo-mime
995b19d3f30e956b4e1bc5a91fdc4ea7ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
+_eclasses_=desktop 1b286a7e7143d8c4ec89cd0d2743a097epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
5b8ce72259e08104b337fe28c6de5dbcfdo-mime
995b19d3f30e956b4e1bc5a91fdc4ea7ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
1e35303c63cd707f6c3422b4493d5607vcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
 _md5_=f249ecd1888e9f54472f505037301903

diff --git a/metadata/md5-cache/media-libs/jasper-2.0.14 
b/metadata/md5-cache/media-libs/jasper-2.0.14
index f513b53..ecc852b 100644
--- a/metadata/md5-cache/media-libs/jasper-2.0.14
+++ b/metadata/md5-cache/media-libs/jasper-2.0.14
@@ -9,5 +9,5 @@ LICENSE=JasPer2.0
 RDEPEND=jpeg? ( 
>=virtual/jpeg-0-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 ) opengl? ( 
>=virtual/opengl-7.0-r1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
>=media-libs/freeglut-2.8.1:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 
virtual/glu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
 

[gentoo-commits] repo/user/bleeding-edge:master commit in: metadata/, metadata/md5-cache/app-portage/

2018-06-13 Thread Jan Psota
commit: 87034291e18ba3cf654a49f68b568712d9ba2788
Author: Repository QA checks  gentoo  org>
AuthorDate: Fri May 18 18:25:52 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri May 18 18:25:52 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=87034291

2018-05-18 18:25:52 UTC

 .../app-portage/{portage-utils-0.70-r1 => portage-utils-0.71-r1}| 2 +-
 metadata/timestamp.chk  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata/md5-cache/app-portage/portage-utils-0.70-r1 
b/metadata/md5-cache/app-portage/portage-utils-0.71-r1
similarity index 89%
rename from metadata/md5-cache/app-portage/portage-utils-0.70-r1
rename to metadata/md5-cache/app-portage/portage-utils-0.71-r1
index 3aaf36b..940989b 100644
--- a/metadata/md5-cache/app-portage/portage-utils-0.70-r1
+++ b/metadata/md5-cache/app-portage/portage-utils-0.71-r1
@@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh
 LICENSE=GPL-2
 RDEPEND=dev-libs/iniparser:0
 SLOT=0
-SRC_URI=mirror://gentoo/portage-utils-0.70.tar.xz 
https://dev.gentoo.org/~grobian/distfiles/portage-utils-0.70.tar.xz
+SRC_URI=mirror://gentoo/portage-utils-0.71.tar.xz 
https://dev.gentoo.org/~grobian/distfiles/portage-utils-0.71.tar.xz
 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6epatch  
9a5f039771f143195164a15a4faa41a1estack  
43ddf5aaffa7a8d0482df54d25a66a1feutils  
63392afb034aad67f17fa129019eb4d9ltprune 
607e058da37aa6dabfa408b7d61da72emultilib
97f470f374f2e94ccab04a2fb21d811epreserve-libs   
ef207dc62baddfddfd39a164d9797648toolchain-funcs 
fa02994d0beba88681127d93da4411ecvcs-clean   
2a0f74a496fa2b1552c4f3398258b7bf
 _md5_=f356960bc9f72d89ba30e8295ade71b0

diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk
index 7000599..3087b5e 100644
--- a/metadata/timestamp.chk
+++ b/metadata/timestamp.chk
@@ -1 +1 @@
-Wed, 16 May 2018 12:28:52 +
+Fri, 18 May 2018 18:25:52 +



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

2018-06-13 Thread Jory Pratt
commit: f4791c7457e0bfc3a6420a2b49652b0f382bfd84
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Jun 13 23:35:27 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Jun 13 23:35:27 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f4791c74

x11-plugins/enigmail: Version bump for security reasons, bug 657986

 x11-plugins/enigmail/Manifest   | 21 +
 ...nigmail-2.0.6.1.ebuild => enigmail-2.0.7.ebuild} |  0
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index ed819b1..4c41fb0 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1,21 +1,2 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA512
-
 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 
729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55
 SHA512 
39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
-DIST enigmail-2.0.6.1.tar.gz 2535278 BLAKE2B 
be841b2f1f9ceeb4e339509599971389f1d518a833a8ab3f61e57a609803c1a7ba6bc47cb0e460e5f1b2b74117e6a40b7dfb023e68ad9e2186e6fa21afea59ee
 SHA512 
231e17f207d021d4a73b00abd1697003d7fc644df73c7e5ea8e83340ef011a3a627a9ac48ce3acb60e4cb415ee2038d294258173f9def01dd48d52ab6fc3669a
--BEGIN PGP SIGNATURE-
-
-iQIzBAEBCgAdFiEEWCOBmo8i7LhvVmNAVx3S0DQ8YDkFAlsVGT0ACgkQVx3S0DQ8
-YDl2JA//XTln93XG0S9DlRHIEtsTKD/TUMFGHSQ2kJjNj8AL23DsaCB9+IDD6QxK
-4XQ2l4xkzz5uoIOWwzxHpyBGZrKL3hwbmeRFzkrSzvbcKKvrE+elGfL9hZMyx9Yd
-GZv68P8/shLm9CLQ9/5tBntxgjgsrQlgjJS8jSF2xI/Q9wglTz1rlWDqo6G83dy0
-Vp94vrUdXr5aUCAgAhpDcFLByDjx+T8c3pF+Moss2qqIDb5CRWj6mifF87ptJUWO
-uoUX1CIzp5SWSeRhdC8R8p+hz6erSeWyWUm8Ra4hXWJYr4xRzz65l81q8Hg7t5d1
-Irc7yaoyi3couLYlzTWJT77yYKbdiImghTpZyovYityy03dbcW2yHryQPpyAsN0r
-mmXq3c4C1N4QzTDd/mTng9ZIhkXw6l00oXo/nr/PpdVUHWiRkvMG7ugGm20dlxpr
-6G6K1mnyJvEU5aHCwd+pS8Yp3jWNgbwxE7eJbAt3buZeWlR7+Zb5Z4bmHulmu1di
-Cv2H3rc4j+qasIqQpxLIZavvqTadgaY/ZLiAMsWvVCk4kgTahVvIoRwabRJZQpo8
-v9SRudTHY49Vkff17HkXygMJL9zeJVZ/Fgl1ufoFojDStAhZU3b74I5p9MTDe3f7
-8vvXINGqOx/8HK4dCx7QgoneoxwDS5F4egj6D/cUqa1EGAynnow=
-=REt9
--END PGP SIGNATURE-
+DIST enigmail-2.0.7.tar.gz 2537431 BLAKE2B 
44088c12afaf285a8a1d735e02b54998af14b9990f1ab75b9f20a63c3b6fcd5b115bad18601876bd00d6910fa6da5d37e41c4b9a34102f5c1f4157bc7929d3bd
 SHA512 
37572dbc2d5df549c3e1d5bbb8a78ce41af66072eabf4d340d98656e89be6fa1bd68fc2591827ec13cb0e32333f2e54f16b08f28dca5d7b576f9c16701f6f960

diff --git a/x11-plugins/enigmail/enigmail-2.0.6.1.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.7.ebuild
similarity index 100%
rename from x11-plugins/enigmail/enigmail-2.0.6.1.ebuild
rename to x11-plugins/enigmail/enigmail-2.0.7.ebuild



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

2018-06-13 Thread Bernard Cafarelli
commit: f88cd3b4a7842f577b87e3e880fcc74f2aaea699
Author: Stefan G. Weichinger  oops  co  at>
AuthorDate: Wed Jun 13 17:44:00 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jun 13 23:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88cd3b4

www-apps/nextcloud: version bump to 13.0.4

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

 www-apps/nextcloud/Manifest|  1 +
 www-apps/nextcloud/nextcloud-13.0.4.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 39343f4c29b..7849f002dfa 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -2,3 +2,4 @@ DIST nextcloud-12.0.6.tar.bz2 44300816 BLAKE2B 
9ce2426653cb57e7b933f918e531d02f2
 DIST nextcloud-12.0.7.tar.bz2 44916150 BLAKE2B 
cf6223ea700283580465cba95d93754c3223c939f7925298e264d1ea2eb64295e82d20528c023ac040b47563858a402bb679b9608c7ba4cce5f236d8ea21ca3e
 SHA512 
e141faa37acfea884bb6d5ea5ab6fc3ce31496d4897092c91cb2e5d8cb4ab8f8356ebe5c17d0ba867eb99b26594d5f93756d2a9e3a32de92dc04a3d06a8fb791
 DIST nextcloud-13.0.1.tar.bz2 44183890 BLAKE2B 
f97eed503f7dd6cf641d2a2d5dadb200031c510f3e86f1b9ec8ad47e8f1b5d314b02ea8714232f89eb7a8617450f10a6970d97fbca8ae2d0b8641b28baf33a2c
 SHA512 
dac798a36d18b94a2d5287e2cb0eb06352635099e0c808b1cdb0ecb76f3d1e771a85cafb35597b23fcb77b9e36a57a25a361413f798b3dbd13d0a0255ec5cbe1
 DIST nextcloud-13.0.2.tar.bz2 44842305 BLAKE2B 
23b3d751584a846ba7585af4de7fa9736dd6b316d6102790b799649ec53603509727a626d69344a24925afd965cf8c85dbb9f31a1dfc97620b137cbe39e095c1
 SHA512 
b787ed03937588dd84d41b85ea1ef2868173c7353d0b9c6d81f4df97780278a7a78254c9a3cc39a0e69cc1c4472120130c1064cf1f343d9cc06519cae1bf0dc7
+DIST nextcloud-13.0.4.tar.bz2 45150220 BLAKE2B 
e37c7612ecd9328593c2ed60a976acabd86574e909d5b6ffb3c21f38b511b099eee4549fa98c109f3a0fe5635e6ee2a166471530d4114862ba34c61d93c8eab0
 SHA512 
13ab8c722c3aab8deb98ec9812cf8e8f77769fe51efafa5a673b71158f66655d27340661966fa28cb307e64e034a7bdc0b9f240491b79f23014ac87f004547ba

diff --git a/www-apps/nextcloud/nextcloud-13.0.4.ebuild 
b/www-apps/nextcloud/nextcloud-13.0.4.ebuild
new file mode 100644
index 000..f7e6255e645
--- /dev/null
+++ b/www-apps/nextcloud/nextcloud-13.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils webapp
+
+DESCRIPTION="Personal cloud that runs on your own server"
+HOMEPAGE="http://nextcloud.com;
+SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2;
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+curl mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND=""
+RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+   virtual/httpd-php"
+
+S=${WORKDIR}/${PN}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+   dodir "${MY_HTDOCSDIR}"/data
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/config
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_src_install
+}



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

2018-06-13 Thread Mart Raudsepp
commit: ffbf4c891485a978386be63d2d4505589675
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jun 13 22:55:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jun 13 22:55:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbf4c89

profiles/arch/arm64: Unmask app-arch/rpm[test]

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index c859a1044c8..ee9cb80813e 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Thomas Deutschmann  (06 Jun 2018)
-# Needs sys-apps/fakechroot which isn't keyworded
-app-arch/rpm test
-
 # Alex Bennee  (31 May 2018)
 # bunch of dev-perl packages not yet keyworded
 # and the i3 ebuild currently has RESTRICT="test" due to upstream bug



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

2018-06-13 Thread Mart Raudsepp
commit: 4815937f12bcfde9e22849c09105f625fea52459
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jun 13 22:54:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jun 13 22:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4815937f

sys-apps/fakechroot-2.19: arm64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild 
b/sys-apps/fakechroot/fakechroot-2.19.ebuild
index 5b8b7eb28b0..7bbdde0ffba 100644
--- a/sys-apps/fakechroot/fakechroot-2.19.ebuild
+++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT="test"



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

2018-06-13 Thread Mart Raudsepp
commit: a400881233b6ee193b65e8fa86134b21db14f409
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jun 13 22:57:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jun 13 22:57:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4008812

app-arch/rpm-4.14.1: arm64 stable (bug #533740)

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm64"

 app-arch/rpm/rpm-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild
index 4b2ca9f69c4..0f40f3c08c2 100644
--- a/app-arch/rpm/rpm-4.14.1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 
1-2).x/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 IUSE="acl caps doc lua nls python selinux test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2018-06-13 Thread James Le Cuirot
commit: d0fc48dfa5bafab5098ad16d76dda39ccbdaaf7c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jun 13 22:20:37 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jun 13 22:20:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fc48df

media-video/vlc:  needs newer wayland and wayland-protocols now

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vlc/vlc-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/vlc/vlc-.ebuild b/media-video/vlc/vlc-.ebuild
index 464b5d02584..db33c8ab2ce 100644
--- a/media-video/vlc/vlc-.ebuild
+++ b/media-video/vlc/vlc-.ebuild
@@ -201,8 +201,8 @@ RDEPEND="
vorbis? ( media-libs/libvorbis:0 )
vpx? ( media-libs/libvpx:0= )
wayland? (
-   dev-libs/wayland
-   dev-libs/wayland-protocols
+   >=dev-libs/wayland-1.15
+   >=dev-libs/wayland-protocols-1.12
)
X? (
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/

2018-06-13 Thread Matt Turner
commit: 700381e0c8cea62eb0675304477d752177b29b4f
Author: Casey Bowman  intel  com>
AuthorDate: Fri Jun  1 00:48:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 13 22:15:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700381e0

x11-apps/intel-gpu-tools: Add a git ebuild

Closes: https://bugs.gentoo.org/390943
Closes: https://github.com/gentoo/gentoo/pull/8729
Signed-off-by: Casey Bowman  intel.com>

 .../intel-gpu-tools/intel-gpu-tools-.ebuild| 54 ++
 1 file changed, 54 insertions(+)

diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-.ebuild 
b/x11-apps/intel-gpu-tools/intel-gpu-tools-.ebuild
new file mode 100644
index 000..dcf138f5a86
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/app/${PN}.git;
+if [[ ${PV} = ** ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+inherit ${GIT_ECLASS} meson
+
+DESCRIPTION="Intel GPU userland tools"
+
+HOMEPAGE="https://01.org/linuxgraphics 
https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/;
+if [[ ${PV} = ** ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.xz;
+fi
+LICENSE="MIT"
+SLOT="0"
+IUSE="alsa chamelium doc glib gsl sound valgrind video_cards_amdgpu 
video_cards_intel video_cards_nouveau X xrandr xv"
+REQUIRED_USE="chamelium? ( glib gsl )"
+RESTRICT="test"
+
+X86_RDEPEND="
+   xv? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXv
+   )"
+X86_DEPEND="x11-base/xorg-proto
+   >=dev-util/peg-0.1.18"
+RDEPEND="sys-apps/kmod:=
+   sys-libs/libunwind:=
+   sys-process/procps:=
+   virtual/libudev:=
+   >=x11-libs/cairo-1.12.0[X?]
+   
>=x11-libs/libdrm-2.4.82[video_cards_amdgpu?,video_cards_intel?,video_cards_nouveau?]
+   >=x11-libs/libpciaccess-0.10
+   alsa? ( media-libs/alsa-lib:= )
+   chamelium? ( dev-libs/xmlrpc-c )
+   glib? ( dev-libs/glib:2 )
+   gsl? ( sci-libs/gsl )
+   valgrind? ( dev-util/valgrind )
+   video_cards_intel? ( sys-libs/zlib:= )
+   xrandr? ( >=x11-libs/libXrandr-1.3 )
+   amd64? ( ${X86_RDEPEND} )
+   x86? ( ${X86_RDEPEND} )"
+DEPEND="${RDEPEND}
+   amd64? ( ${X86_DEPEND} )
+   x86? ( ${X86_DEPEND} )
+   doc? ( >=dev-util/gtk-doc-1.25-r1 )"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/, x11-apps/intel-gpu-tools/files/

2018-06-13 Thread Matt Turner
commit: 51203b9911df85b9aac2e6d353d7ebac173d4baa
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 13 22:15:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 13 22:15:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51203b99

x11-apps/intel-gpu-tools: Drop old versions

 x11-apps/intel-gpu-tools/Manifest  |  2 -
 .../files/intel-gpu-tools-1.12-inttypes.patch  | 28 
 .../files/intel-gpu-tools-1.12-sysmacros.patch | 35 -
 .../intel-gpu-tools/intel-gpu-tools-1.15.ebuild| 55 ---
 .../intel-gpu-tools/intel-gpu-tools-1.20.ebuild| 82 --
 x11-apps/intel-gpu-tools/metadata.xml  |  1 -
 6 files changed, 203 deletions(-)

diff --git a/x11-apps/intel-gpu-tools/Manifest 
b/x11-apps/intel-gpu-tools/Manifest
index 98fae4bdea3..28006c423b5 100644
--- a/x11-apps/intel-gpu-tools/Manifest
+++ b/x11-apps/intel-gpu-tools/Manifest
@@ -1,3 +1 @@
-DIST intel-gpu-tools-1.15.tar.bz2 1827851 BLAKE2B 
dac481571603ff36957ad2d5ef89266e744ec39a5623bb2b8e3d2e389d39d7aa09130cd7591e876b02d8edd970fb287c53ea9b520801a4a9ceede294e2917a7f
 SHA512 
407f7c4ce72babbbd3ed08fc77719f88321b56745601b588bb6dce1a659786215e6d1b121af748087746df6f7da1bfd3ae8f9a898173eede5d5bb4a5b24b4559
-DIST intel-gpu-tools-1.20.tar.bz2 2274390 BLAKE2B 
55c8614f93f5ed6391d35570ed6e4e36a659bd8ba5d98e321cb1daaf89413a95d1f0911cd07ed00670f0dceacd8f4443894a59b85cce1debeae9f8e01a75f824
 SHA512 
7b930c6949c04a600792df359f7cd230ca7b843072936c0c674cb9212b2d8c0701c43ef3bebe66b34141ed7a9b39774bbb99466cd52d70b3f1abfe5e52608f25
 DIST intel-gpu-tools-1.22.tar.xz 1022396 BLAKE2B 
c84338f3f84fcbe21a5b918b1afcc47d5419bd37828054fc3fa128d346b0f1b633d42f842464d96b28d4430788bfa9945a7596c14e6a79f8183440d3b9329c92
 SHA512 
af7964a3782bbc335c50c1c9c42f090306932423e76b9968d6919a2b633f3c11837e7ba572d352632c2b4db79bc98218d9d425c3b62e69abad5aa83d733dea8a

diff --git a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-inttypes.patch 
b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-inttypes.patch
deleted file mode 100644
index 02a97c48d12..000
--- a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-inttypes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://bugs.gentoo.org/582430
-
-From d24f4a5c5fe45e2fad8942acc137f87cd8f35ea5 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Tue, 21 Jun 2016 14:37:38 -0400
-Subject: [PATCH] include inttypes.h for PRI defines
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96620
-Signed-off-by: Mike Frysinger 

- lib/igt_fb.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/igt_fb.c b/lib/igt_fb.c
-index 61205f345707..ba29eae5cabd 100644
 a/lib/igt_fb.c
-+++ b/lib/igt_fb.c
-@@ -28,6 +28,7 @@
- #define _GNU_SOURCE
- #include 
- #include 
-+#include 
- 
- #include "drmtest.h"
- #include "igt_fb.h"
--- 
-2.8.2
-

diff --git 
a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch 
b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch
deleted file mode 100644
index c805c120f55..000
--- a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-sysmacros.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-https://bugs.gentoo.org/581080
-
-From 3e8cc82d371b23303cd4f30e4bcc9c5ecb10ad11 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Tue, 21 Jun 2016 14:24:42 -0400
-Subject: [PATCH] pull in headers for major/minor/makedev funcs
-
-Use the portable autoconf helper to figure out which header to include
-for these funcs.  Linux C libs are moving to not implicitly include them
-via sys/types.h anymore, and other OS's have long required you to pull
-in the right header directly.
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96618
-Signed-off-by: Mike Frysinger 

- configure.ac| 1 +
- lib/igt_sysfs.c | 9 +
- tools/aubdump.c | 8 +++-
- 3 files changed, 17 insertions(+), 1 deletion(-)
-
 a/tools/aubdump.c
-+++ b/tools/aubdump.c
-@@ -38,6 +38,9 @@
- #include 
- #include 
- #include 
-+#ifdef __linux__
-+#include 
-+#endif
- #include 
- 
- #include "intel_aub.h"
--- 
-2.8.2
-

diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild 
b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild
deleted file mode 100644
index a05dea860cf..000
--- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.15.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit xorg-2
-
-DESCRIPTION="Intel GPU userland tools"
-KEYWORDS="~amd64 ~x86"
-IUSE="test-programs unwind video_cards_nouveau"
-RESTRICT="test"
-
-DEPEND="dev-libs/glib:2
-   >=x11-libs/cairo-1.12.0
-   >=x11-libs/libdrm-2.4.64[video_cards_intel,video_cards_nouveau?]
-   >=x11-libs/libpciaccess-0.10
-   unwind? ( sys-libs/libunwind )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.12-inttypes.patch #582430
-   

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

2018-06-13 Thread Matt Turner
commit: 3a11d7911f1ce7cc8a4fc3d0ad3f7a675c5f5496
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 13 22:12:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 13 22:15:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a11d791

profiles/base: Force on USE flags for intel-gpu-tools-

 profiles/base/package.use.force | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 8f8cd8ba059..93e36f459c6 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,12 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (13 Jun 2018)
+# Upstream is transitioning to Meson, but does not yet have any configuration
+# options. Until those configuration options are provided, force USE flags on
+# to avoid automagic deps.
+>=x11-apps/intel-gpu-tools- alsa chamelium doc glib gsl sound valgrind 
video_cards_amdgpu video_cards_intel video_cards_nouveau X xrandr xv
+
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
 # www-apache/mod_python is masked for removal, force agent-only builds.



[gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/, x11-apps/intel-gpu-tools/files/

2018-06-13 Thread Matt Turner
commit: b2204cc6d0f633f0c527aea340c3b4b41074f035
Author: Casey Bowman  intel  com>
AuthorDate: Fri Jun  1 00:48:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 13 22:15:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2204cc6

x11-apps/intel-gpu-tools: Version bump to 1.22

This updates intel-gpu-tools to version 1.22, which will use autotools
because the meson build options are essentially nonexistent, compared to
the autotools configuration scripts.

This change also adds a live version that uses meson instead of
autotools.

A patch was included to add KBL and ICL GPU PCI IDs.

Closes: https://bugs.gentoo.org/655224
Closes: https://github.com/gentoo/gentoo/pull/8729
Signed-off-by: Casey Bowman  intel.com>

 x11-apps/intel-gpu-tools/Manifest  |  1 +
 .../intel-gpu-tools-1.22-KBL-ICL-PCI-IDs.patch | 53 +
 .../intel-gpu-tools/intel-gpu-tools-1.22.ebuild| 90 ++
 x11-apps/intel-gpu-tools/metadata.xml  |  1 +
 4 files changed, 145 insertions(+)

diff --git a/x11-apps/intel-gpu-tools/Manifest 
b/x11-apps/intel-gpu-tools/Manifest
index 3c5fcdd9c52..98fae4bdea3 100644
--- a/x11-apps/intel-gpu-tools/Manifest
+++ b/x11-apps/intel-gpu-tools/Manifest
@@ -1,2 +1,3 @@
 DIST intel-gpu-tools-1.15.tar.bz2 1827851 BLAKE2B 
dac481571603ff36957ad2d5ef89266e744ec39a5623bb2b8e3d2e389d39d7aa09130cd7591e876b02d8edd970fb287c53ea9b520801a4a9ceede294e2917a7f
 SHA512 
407f7c4ce72babbbd3ed08fc77719f88321b56745601b588bb6dce1a659786215e6d1b121af748087746df6f7da1bfd3ae8f9a898173eede5d5bb4a5b24b4559
 DIST intel-gpu-tools-1.20.tar.bz2 2274390 BLAKE2B 
55c8614f93f5ed6391d35570ed6e4e36a659bd8ba5d98e321cb1daaf89413a95d1f0911cd07ed00670f0dceacd8f4443894a59b85cce1debeae9f8e01a75f824
 SHA512 
7b930c6949c04a600792df359f7cd230ca7b843072936c0c674cb9212b2d8c0701c43ef3bebe66b34141ed7a9b39774bbb99466cd52d70b3f1abfe5e52608f25
+DIST intel-gpu-tools-1.22.tar.xz 1022396 BLAKE2B 
c84338f3f84fcbe21a5b918b1afcc47d5419bd37828054fc3fa128d346b0f1b633d42f842464d96b28d4430788bfa9945a7596c14e6a79f8183440d3b9329c92
 SHA512 
af7964a3782bbc335c50c1c9c42f090306932423e76b9968d6919a2b633f3c11837e7ba572d352632c2b4db79bc98218d9d425c3b62e69abad5aa83d733dea8a

diff --git 
a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.22-KBL-ICL-PCI-IDs.patch 
b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.22-KBL-ICL-PCI-IDs.patch
new file mode 100644
index 000..ff51969def4
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.22-KBL-ICL-PCI-IDs.patch
@@ -0,0 +1,53 @@
+From 0896b88d1b80244832f9eacbca993c5121315d05 Mon Sep 17 00:00:00 2001
+From: Paulo Zanoni 
+Date: Thu, 26 Apr 2018 17:49:41 -0700
+Subject: lib: sync with the newer i915_pciids.h from the Kernel (KBL + ICL)
+
+I just copied the Kernel file into the IGT repository.
+
+New IDs:
+- KBL GT2 sku from 672e314b21dc ("drm/i915/kbl: Add KBL GT2 sku")
+- ICL IDs from d55cb4fa2cf0 ("drm/i915/icl: Add the ICL PCI IDs")
+
+Cc: Matt Atwood 
+Acked-by: Antonio Argenziano 
+Reviewed-by: Jose Roberto de Souza 
+Signed-off-by: Paulo Zanoni 
+---
+ lib/i915_pciids.h | 13 +
+ 1 file changed, 13 insertions(+)
+
+https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/patch/?id=0896b88d1b80244832f9eacbca993c5121315d05
+
+diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
+index 0b2ba46..bab70ff 100644
+--- a/lib/i915_pciids.h
 b/lib/i915_pciids.h
+@@ -349,6 +349,7 @@
+ #define INTEL_KBL_GT2_IDS(info)   \
+   INTEL_VGA_DEVICE(0x5916, info), /* ULT GT2 */ \
+   INTEL_VGA_DEVICE(0x5917, info), /* Mobile GT2 */ \
++  INTEL_VGA_DEVICE(0x591C, info), /* ULX GT2 */ \
+   INTEL_VGA_DEVICE(0x5921, info), /* ULT GT2F */ \
+   INTEL_VGA_DEVICE(0x591E, info), /* ULX GT2 */ \
+   INTEL_VGA_DEVICE(0x5912, info), /* DT  GT2 */ \
+@@ -431,4 +432,16 @@
+   INTEL_VGA_DEVICE(0x5A44, info), \
+   INTEL_VGA_DEVICE(0x5A4C, info)
+ 
++/* ICL */
++#define INTEL_ICL_11_IDS(info) \
++  INTEL_VGA_DEVICE(0x8A50, info), \
++  INTEL_VGA_DEVICE(0x8A51, info), \
++  INTEL_VGA_DEVICE(0x8A5C, info), \
++  INTEL_VGA_DEVICE(0x8A5D, info), \
++  INTEL_VGA_DEVICE(0x8A52, info), \
++  INTEL_VGA_DEVICE(0x8A5A, info), \
++  INTEL_VGA_DEVICE(0x8A5B, info), \
++  INTEL_VGA_DEVICE(0x8A71, info), \
++  INTEL_VGA_DEVICE(0x8A70, info)
++
+ #endif /* _I915_PCIIDS_H */
+-- 
+cgit v1.1
+

diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild 
b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild
new file mode 100644
index 000..be16cea0651
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+XORG_EAUTORECONF="yes"
+
+inherit xorg-2
+
+DESCRIPTION="Intel GPU userland tools"
+
+HOMEPAGE="https://01.org/linuxgraphics 
https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/;

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

2018-06-13 Thread Andreas Hüttel
commit: 5856ebf4f50cde985e3687ae0b66c4611fcda875
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 13 22:10:15 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun 13 22:10:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5856ebf4

sys-libs/binutils-libs: Restore keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/binutils-libs/binutils-libs-2.30-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.30-r3.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.30-r3.ebuild
index c8cf60752c4..cdcb554c079 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.30-r3.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.30-r3.ebuild
@@ -20,8 +20,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 SLOT="0/${PV}"
-#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=""
+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="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2018-06-13 Thread Andreas Hüttel
commit: 13daf757813991b80cb01846e31586e6068c4854
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 13 22:09:20 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun 13 22:09:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13daf757

sys-devel/binutils-hppa64: Restore keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/binutils-hppa64/binutils-hppa64-2.30-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r3.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r3.ebuild
index 4af12e10fb8..da743be6046 100644
--- a/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r3.ebuild
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.30-r3.ebuild
@@ -37,8 +37,7 @@ case ${PV} in
;;
 esac
 SLOT="${BVER}"
-#KEYWORDS="-* ~hppa"
-KEYWORDS=""
+KEYWORDS="-* ~hppa"
 
 #
 # The Gentoo patchset



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

2018-06-13 Thread Andreas Hüttel
commit: c3acce0f7a0538f9bc414e186840174aaf85fc44
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 13 22:08:38 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun 13 22:08:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3acce0f

sys-devel/binutils: Restore keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/binutils/binutils-2.30-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-devel/binutils/binutils-2.30-r3.ebuild 
b/sys-devel/binutils/binutils-2.30-r3.ebuild
index 02b4fbca807..7902b582213 100644
--- a/sys-devel/binutils/binutils-2.30-r3.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r3.ebuild
@@ -35,8 +35,7 @@ case ${PV} in
;;
 esac
 SLOT="${BVER}"
-#KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 #
 # The Gentoo patchset



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

2018-06-13 Thread Andreas Hüttel
commit: 2f531140d661fc965603407f7ced0af83578e22c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 13 22:01:06 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun 13 22:01:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f531140

sys-libs/glibc: Bump  patchset

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/glibc/Manifest  | 2 +-
 sys-libs/glibc/glibc-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index a7b01a7e57f..1fdeb21cc4a 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -19,4 +19,4 @@ DIST glibc-2.26-patches-7.tar.bz2 413976 BLAKE2B 
18263201cf33abf911eb7b802ed539b
 DIST glibc-2.26.tar.xz 14682748 BLAKE2B 
c1c9dbec110dd4e25b2f463a96d8afc43b8e3ebfe3c958107032beaa879710252be3bc4122bb62166408725d43785f233544df6159d29cce0fc5b2c08f45adbe
 SHA512 
6ed368523bc55f00976f96c5177f114e3f714b27273d7bffc252812c8b98fb81970403c1f5b5f0a61da678811532fb446530745492d2b49bfefc0d5bd71ce8c0
 DIST glibc-2.27-patches-2.tar.bz2 129983 BLAKE2B 
fad8d14f5330bc301804913f92f48051583f122cc83ab44813dc13498f59e97b38d1b276353eed9df3fde427b669cf9168632bbed8d006a3d4995c1df79575a4
 SHA512 
b05e34dbb45aaadfdcc079888ef2b2f70b181ba31edf2e2bbd18fa666375f5c6c48993830a305de0706b4a562db6403b6287bcab4789c1c37bc535216ee9f4cd
 DIST glibc-2.27.tar.xz 15395316 BLAKE2B 
ea206d304c8c9aa86d69db981a14bea008602cea06a6c151c4971a8df059949ffe5632b42a67ab0ffcd7c4d7ce1ec02ac48815dac4dade1c4dd41eaee8a6ed33
 SHA512 
7c5581154487d38d173ce1feb944e60207139cca148bccf066eaae322c0c2d219423bdcfa15c7f9be1b5e45dfc43c641cc5d80d3c3c65837d08a83cdb4e2a147
-DIST glibc--patches-5.tar.bz2 15979 BLAKE2B 
f59b4d7096fd876c9176f6ebdd9a4a510f3c6c90dd69a1fbb092a18f296767759d8d73dc7a81e29e3f6152043a4179056d5e224896c7bb96cc09ede2e2dd16e1
 SHA512 
c29ad59977b2c4dfd58ee16d0898a1c16e6cde974d5c29c3a7a55e0dee4ade7f1a3d45c9481c1d35df7fcedbdb67267f5d61759cacab677b6288b5ece3871a4b
+DIST glibc--patches-6.tar.bz2 15026 BLAKE2B 
1db592be7c8e92a0c1e2cc88910cc3ddf39786551df14c3c99e973a2b3ea3a6f7d8afbe4f309d387121b131fde74253b00e07c2c3ffbe937be0fbf0d86ee8479
 SHA512 
4927a31e608bbb21f78bd2c0fbf75adee852f8b3c2ccb1f0d638b79e260628a2bf54aa7d56978f2ca8def5a3b41103d564888f42b18686d02945fa29f2a1e988

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 7a1ae16ce82..1f72a1790eb 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -28,7 +28,7 @@ RELEASE_VER=${PV}
 GCC_BOOTSTRAP_VER=20180511
 
 # Gentoo patchset
-PATCH_VER=5
+PATCH_VER=6
 
 SRC_URI+=" 
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.bz2;
 SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"



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

2018-06-13 Thread Andreas Sturmlechner
commit: 1192c81956c023c50d2ab0bf8a36e66158f0a852
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 13 21:45:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 13 21:48:44 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1192c819

kde-plasma/plasma-vault: Add USE=networkmanager

Thanks-to: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Bug: https://bugs.gentoo.org/656940
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-plasma/plasma-vault/plasma-vault-.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-.ebuild
index e50a5f832f..a169963861 100644
--- a/kde-plasma/plasma-vault/plasma-vault-.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 KEYWORDS=""
-IUSE=""
+IUSE="networkmanager"
 
 DEPEND="
$(add_frameworks_dep kactivities)
@@ -21,7 +21,6 @@ DEPEND="
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep networkmanager-qt)
$(add_frameworks_dep plasma)
$(add_frameworks_dep kwidgetsaddons)
$(add_plasma_dep libksysguard)
@@ -29,7 +28,16 @@ DEPEND="
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
+   networkmanager? ( $(add_frameworks_dep networkmanager-qt) )
 "
 RDEPEND="${DEPEND}
|| ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 )
 "
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package networkmanager 
KF5NetworkManagerQt)
+   )
+
+   kde5_src_configure
+}



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

2018-06-13 Thread William Hubbs
commit: ec8abea4605395a2a59b26906ce4677a578e3c60
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jun 13 18:49:42 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 13 18:49:42 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ec8abea4

Add helper to spawn process with stdin connected to a pipe

 src/rc/Makefile   |  4 ++--
 src/rc/rc-pipes.c | 57 +++
 src/rc/rc-pipes.h | 18 ++
 3 files changed, 77 insertions(+), 2 deletions(-)

diff --git a/src/rc/Makefile b/src/rc/Makefile
index 5e2a5e94..4b0983b5 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -5,8 +5,8 @@ include ${MK}/os.mk
 SRCS=  checkpath.c do_e.c do_mark_service.c do_service.c \
do_value.c fstabinfo.c is_newer_than.c is_older_than.c \
mountinfo.c openrc-run.c rc-abort.c rc.c \
-   rc-depend.c rc-logger.c rc-misc.c rc-plugin.c \
-   rc-service.c rc-status.c rc-update.c \
+   rc-depend.c rc-logger.c rc-misc.c rc-pipes.c \
+   rc-plugin.c rc-service.c rc-status.c rc-update.c \
shell_var.c start-stop-daemon.c supervise-daemon.c swclock.c 
_usage.c
 
 ifeq (${MKSELINUX},yes)

diff --git a/src/rc/rc-pipes.c b/src/rc/rc-pipes.c
new file mode 100644
index ..55f3ff8d
--- /dev/null
+++ b/src/rc/rc-pipes.c
@@ -0,0 +1,57 @@
+/*
+ * rc-pipes.c
+ * Helper to handle spawning processes and connecting them to pipes.
+ */
+
+/*
+ * Copyright (c) 2018 The OpenRC Authors.
+ * See the Authors file at the top-level directory of this distribution and
+ * https://github.com/OpenRC/openrc/blob/master/AUTHORS
+ *
+ * This file is part of OpenRC. It is subject to the license terms in
+ * the LICENSE file found in the top-level directory of this
+ * distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+ * This file may not be copied, modified, propagated, or distributed
+ *except according to the terms contained in the LICENSE file.
+ */
+
+#include 
+#include 
+#include 
+
+#include "rc-pipe-command.h"
+
+static const int pipe_read_end = 0;
+static const int pipe_write_end = 1;
+
+/*
+ * Starts a command with stdin redirected from a pipe
+ * Returns the write end of the pipe or -1
+ */
+int rc_pipe_command(char *cmd)
+{
+   int pfd[2];
+   pid_t pid;
+
+   if (pipe(pfd) < 0)
+   return -1;
+
+   pid = fork();
+   if (pid < 0)
+   return -1;
+   else if (pid > 0) {
+   /* parent */
+   close(pfd[0]);
+   return pfd[pipe_write_end];
+   } else if (pid == 0) {
+   /* child */
+   close(pfd[pipe_write_end]);
+   if (pfd[0] != STDIN_FILENO) {
+   if (dup2(pfd[0], STDIN_FILENO) < 0)
+   exit(1);
+   close(pfd[0]);
+   }
+   execl("/bin/sh", "sh", "-c", cmd, NULL);
+   exit(1);
+   }
+}

diff --git a/src/rc/rc-pipes.h b/src/rc/rc-pipes.h
new file mode 100644
index ..0c605ced
--- /dev/null
+++ b/src/rc/rc-pipes.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2018 The OpenRC Authors.
+ * See the Authors file at the top-level directory of this distribution and
+ * https://github.com/OpenRC/openrc/blob/master/AUTHORS
+ *
+ * This file is part of OpenRC. It is subject to the license terms in
+ * the LICENSE file found in the top-level directory of this
+ * distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+ * This file may not be copied, modified, propagated, or distributed
+ *except according to the terms contained in the LICENSE file.
+ */
+
+#ifndef RC_PIPES_H
+#define RC_PIPES_H
+
+int rc_pipe_command(char *cmd);
+
+#endif



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

2018-06-13 Thread Mart Raudsepp
commit: 51c62e16fa3a4d9576d8ea4f2f3ae55419e8599d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jun 13 21:26:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jun 13 21:26:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c62e16

dev-python/rst-linker-1.9-r1: arm64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/rst-linker/rst-linker-1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild 
b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
index 5c6576f1744..0e871617f85 100644
--- a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
 IUSE="doc test"
 
 RDEPEND="



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

2018-06-13 Thread Aaron Bauman
commit: 0f8a028bae3841c4b5256bf7aa3db27edfebf10a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 11 20:38:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:17:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8a028b

dev-java/sbt: use HTTPS

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

 dev-java/sbt/sbt-0.13.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/sbt/sbt-0.13.13.ebuild b/dev-java/sbt/sbt-0.13.13.ebuild
index f881129e9be..4dab1103382 100644
--- a/dev-java/sbt/sbt-0.13.13.ebuild
+++ b/dev-java/sbt/sbt-0.13.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ L_P="${L_PN}-${PV}"
 SV="2.11"
 
 DESCRIPTION="sbt is a build tool for Scala and Java projects that aims to do 
the basics well"
-HOMEPAGE="http://www.scala-sbt.org/;
+HOMEPAGE="https://www.scala-sbt.org/;
 EGIT_COMMIT="v${PV}"
 EGIT_REPO_URI="https://github.com/sbt/sbt.git;
 SRC_URI="



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

2018-06-13 Thread Aaron Bauman
commit: ad77be6a466de0f197dd69f7bee35579345a22e3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:53:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:14:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad77be6a

media-libs/libclxclient: remove unused patches

 .../files/libclxclient-1.0.1-gcc41.patch   | 31 --
 .../files/libclxclient-1.0.1-makefile.patch| 30 --
 .../files/libclxclient-3.3.2-Makefile.patch| 32 ---
 .../files/libclxclient-3.6.1-Makefile.patch| 37 --
 4 files changed, 130 deletions(-)

diff --git a/media-libs/libclxclient/files/libclxclient-1.0.1-gcc41.patch 
b/media-libs/libclxclient/files/libclxclient-1.0.1-gcc41.patch
deleted file mode 100644
index 12f4d5df456..000
--- a/media-libs/libclxclient/files/libclxclient-1.0.1-gcc41.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Index: clxclient-1.0.1/clxclient.h
-===
 clxclient-1.0.1.orig/clxclient.h
-+++ clxclient-1.0.1/clxclient.h
-@@ -75,7 +75,7 @@ class X_hints
- {
- public:
- 
--X_hints::X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; 
_ch.res_class = 0; }
-+X_hints (void) { _sh.flags = 0; _mh.flags = 0; _ch.res_name = 0; 
_ch.res_class = 0; }
- 
- void position (int x, int y);
- void minsize  (int x, int y);
-@@ -187,7 +187,7 @@ public:
- X_resman (const X_resman&);
- X_resman& operator=(const X_resman&);
- 
--void X_resman::init (int *argc, char *argv [], char *name,
-+void init (int *argc, char *argv [], char *name,
-XrmOptionDescRec *opt, int nopt);
- 
- const char *get (const char *res, const char *def) const;
-@@ -205,7 +205,7 @@ private:
- char*_home;  
- XrmDatabase  _xrmdata;
- 
--static XrmOptionDescRec X_resman::defopt [X_resman::NDEFOPT];
-+static XrmOptionDescRec defopt [X_resman::NDEFOPT];
- };
- 
- 

diff --git a/media-libs/libclxclient/files/libclxclient-1.0.1-makefile.patch 
b/media-libs/libclxclient/files/libclxclient-1.0.1-makefile.patch
deleted file mode 100644
index c254e5f1e05..000
--- a/media-libs/libclxclient/files/libclxclient-1.0.1-makefile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: clxclient-1.0.1/Makefile
-===
 clxclient-1.0.1.orig/Makefile
-+++ clxclient-1.0.1/Makefile
-@@ -1,5 +1,5 @@
- CPPFLAGS += -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
--LDFLAGS += -L/usr/X11R6/lib
-+LDFLAGS +=
- LDLIBS +=
- 
- 
-@@ -17,14 +17,13 @@ CLXCLIENT_H = clxclient.h
- 
- 
- $(CLXCLIENT_MIN): $(CLXCLIENT_O)
--  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o $(CLXCLIENT_MIN) 
$(CLXCLIENT_O) $(CLXCLIENT_DEP)
-+  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o 
$(CLXCLIENT_MIN) $(CLXCLIENT_O) $(CLXCLIENT_DEP)
- 
- 
- install:  $(CLXCLIENT_MIN)
--  cp -f $(CLXCLIENT_H) $(CLXCLIENT_INCDIR)
--  cp -f $(CLXCLIENT_MIN) $(CLXCLIENT_LIBDIR)
--  /sbin/ldconfig -n $(CLXCLIENT_LIBDIR)
--  ln -sf $(CLXCLIENT_MIN) $(CLXCLIENT_LIBDIR)/$(CLXCLIENT_SO)
-+  install -D $(CLXCLIENT_H) $(DESTDIR)$(CLXCLIENT_INCDIR)/$(CLXCLIENT_H)
-+  install -D $(CLXCLIENT_MIN) 
$(DESTDIR)$(CLXCLIENT_LIBDIR)/$(CLXCLIENT_MIN)
-+  ln -sf $(CLXCLIENT_MIN) $(DESTDIR)$(CLXCLIENT_LIBDIR)/$(CLXCLIENT_SO)
- 
- 
- clean:

diff --git a/media-libs/libclxclient/files/libclxclient-3.3.2-Makefile.patch 
b/media-libs/libclxclient/files/libclxclient-3.3.2-Makefile.patch
deleted file mode 100644
index 59e55f38a49..000
--- a/media-libs/libclxclient/files/libclxclient-3.3.2-Makefile.patch
+++ /dev/null
@@ -1,32 +0,0 @@
 Makefile.orig  2007-01-05 05:21:48.0 -0800
-+++ Makefile   2007-01-05 05:26:44.0 -0800
-@@ -28,8 +28,7 @@
- DISTDIR = clxclient-$(VERSION)
- 
- 
--CPPFLAGS += -Wall -I. -I/usr/X11R6/include -I/usr/include/freetype2 -fpic 
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
--LDFLAGS += -L$(PREFIX)/$(LIBDIR) -L/usr/X11R6/$(LIBDIR)
-+CPPFLAGS += -Wall -I. -I/usr/X11R6/include -I/usr/include/freetype2 -fpic 
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
- LDLIBS +=
- 
- 
-@@ -43,15 +42,13 @@
- 
- 
- $(CLXCLIENT_MIN): $(CLXCLIENT_O)
--  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o $(CLXCLIENT_MIN) 
$(CLXCLIENT_O) $(CLXCLIENT_DEP)
-+  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o 
$(CLXCLIENT_MIN) $(CLXCLIENT_O) $(CLXCLIENT_DEP)
- 
- 
- install:  $(CLXCLIENT_MIN)
--  /usr/bin/install -d $(PREFIX)/$(LIBDIR)
--  /usr/bin/install -m 644 $(CLXCLIENT_H) $(PREFIX)/include
--  /usr/bin/install -m 755 $(CLXCLIENT_MIN) $(PREFIX)/$(LIBDIR)
--  /sbin/ldconfig -n $(PREFIX)/$(LIBDIR)
--  ln -sf $(CLXCLIENT_MIN) $(PREFIX)/$(LIBDIR)/$(CLXCLIENT_SO)
-+  /usr/bin/install -D $(CLXCLIENT_H) 

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

2018-06-13 Thread Aaron Bauman
commit: f09934d575ae6a8115687ec29a2fec96f6e98c26
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:55:17 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09934d5

sci-libs/flann: remove unused patch(es)

 .../flann/files/flann-1.8.4-CUDA_NVCC_FLAGS.patch  | 16 --
 sci-libs/flann/files/flann-1.8.4-cuda5.5.patch | 61 --
 sci-libs/flann/files/flann-1.8.4-docdir.patch  | 24 -
 sci-libs/flann/files/flann-1.8.4-examples.patch| 35 -
 sci-libs/flann/files/flann-1.8.4-multilib.patch| 15 --
 sci-libs/flann/files/flann-1.8.4-options.patch | 41 ---
 6 files changed, 192 deletions(-)

diff --git a/sci-libs/flann/files/flann-1.8.4-CUDA_NVCC_FLAGS.patch 
b/sci-libs/flann/files/flann-1.8.4-CUDA_NVCC_FLAGS.patch
deleted file mode 100644
index 1a068af2835..000
--- a/sci-libs/flann/files/flann-1.8.4-CUDA_NVCC_FLAGS.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- src/cpp/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
-index 8e72409..a4b35b1 100644
 a/src/cpp/CMakeLists.txt
-+++ b/src/cpp/CMakeLists.txt
-@@ -15,7 +15,7 @@ endif()
- set_property(TARGET flann_cpp_s PROPERTY COMPILE_DEFINITIONS FLANN_STATIC 
FLANN_USE_CUDA)
- 
- if (BUILD_CUDA_LIB)
--SET(CUDA_NVCC_FLAGS -DFLANN_USE_CUDA)
-+SET(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS};-DFLANN_USE_CUDA")
- if(CMAKE_COMPILER_IS_GNUCC)
-   set(CUDA_NVCC_FLAGS 
"${CUDA_NVCC_FLAGS};-Xcompiler;-fPIC;-arch=sm_13" )
- if (NVCC_COMPILER_BINDIR)

diff --git a/sci-libs/flann/files/flann-1.8.4-cuda5.5.patch 
b/sci-libs/flann/files/flann-1.8.4-cuda5.5.patch
deleted file mode 100644
index 046b3252c36..000
--- a/sci-libs/flann/files/flann-1.8.4-cuda5.5.patch
+++ /dev/null
@@ -1,61 +0,0 @@
- src/cpp/flann/util/cuda/result_set.h | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/src/cpp/flann/util/cuda/result_set.h 
b/src/cpp/flann/util/cuda/result_set.h
-index 9ac8111..324ca1e 100644
 a/src/cpp/flann/util/cuda/result_set.h
-+++ b/src/cpp/flann/util/cuda/result_set.h
-@@ -54,7 +54,7 @@ struct SingleResultSet
- DistanceType bestDist;
- const DistanceType epsError;
- 
--__device__
-+__device__ __host__
- SingleResultSet( DistanceType eps ) : bestIndex(-1),bestDist(INFINITY), 
epsError(eps){ }
- 
- __device__
-@@ -129,7 +129,7 @@ struct KnnResultSet
- const DistanceType epsError;
- 
- 
--__device__
-+__device__ __host__
- KnnResultSet(int knn, bool sortResults, DistanceType eps) : 
foundNeighbors(0),largestHeapDist(INFINITY),k(knn), sorted(sortResults), 
epsError(eps){ }
- 
- //  __host__ __device__
-@@ -229,7 +229,7 @@ struct CountingRadiusResultSet
- DistanceType radius_sq_;
- int max_neighbors_;
- 
--__device__
-+__device__ __host__
- CountingRadiusResultSet(DistanceType radius, int max_neighbors) : 
count_(0),radius_sq_(radius), max_neighbors_(max_neighbors){ }
- 
- __device__
-@@ -279,7 +279,7 @@ struct RadiusKnnResultSet
- //  int count_;
- 
- 
--__device__
-+__device__ __host__
- RadiusKnnResultSet(DistanceType radius, int knn, int* segment_starts, 
bool sortResults) : foundNeighbors(0),largestHeapDist(radius),k(knn), 
sorted(sortResults), radius_sq_(radius),segment_starts_(segment_starts) { }
- 
- //  __host__ __device__
-@@ -381,7 +381,7 @@ struct KnnRadiusResultSet
- const DistanceType radius_sq;
- 
- 
--__device__
-+__device__ __host__
- KnnRadiusResultSet(int knn, bool sortResults, DistanceType eps, 
DistanceType radius) : foundNeighbors(0),largestHeapDist(radius),k(knn), 
sorted(sortResults), epsError(eps),radius_sq(radius){ }
- 
- //  __host__ __device__
-@@ -484,7 +484,7 @@ struct RadiusResultSet
- int count_;
- bool sorted_;
- 
--__device__
-+__device__ __host__
- RadiusResultSet(DistanceType radius, int* segment_starts, bool sorted) : 
radius_sq_(radius), segment_starts_(segment_starts), count_(0), 
sorted_(sorted){ }
- 
- __device__

diff --git a/sci-libs/flann/files/flann-1.8.4-docdir.patch 
b/sci-libs/flann/files/flann-1.8.4-docdir.patch
deleted file mode 100644
index 4b16684de14..000
--- a/sci-libs/flann/files/flann-1.8.4-docdir.patch
+++ /dev/null
@@ -1,24 +0,0 @@
- doc/CMakeLists.txt | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
-index 2d8eb24..aeac8ed 100644
 a/doc/CMakeLists.txt
-+++ b/doc/CMakeLists.txt
-@@ -1,4 +1,8 @@
- find_package(LATEX)
-+
-+if (NOT DOCDIR)
-+  set(DOCDIR share/doc/flann)
-+endif ()
-  
- if (EXISTS ${PDFLATEX_COMPILER} AND EXISTS ${BIBTEX_COMPILER})
- include(${PROJECT_SOURCE_DIR}/cmake/UseLATEX.cmake)
-@@ -14,6 +18,6 @@ endif()
- 

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

2018-06-13 Thread Aaron Bauman
commit: 3183fa37dfdabc8ccfd591ecad68e7a841e4299d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 12 18:44:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3183fa37

www-apps/radicale: use HTTPs

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

 www-apps/radicale/radicale-1.1.6.ebuild | 2 +-
 www-apps/radicale/radicale-2.1.8.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apps/radicale/radicale-1.1.6.ebuild 
b/www-apps/radicale/radicale-1.1.6.ebuild
index 702c9e9c110..82d0fd597d9 100644
--- a/www-apps/radicale/radicale-1.1.6.ebuild
+++ b/www-apps/radicale/radicale-1.1.6.ebuild
@@ -11,7 +11,7 @@ MY_PN="Radicale"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A simple CalDAV calendar server"
-HOMEPAGE="http://radicale.org/;
+HOMEPAGE="https://radicale.org/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/www-apps/radicale/radicale-2.1.8.ebuild 
b/www-apps/radicale/radicale-2.1.8.ebuild
index becd552567e..5184bfacbcf 100644
--- a/www-apps/radicale/radicale-2.1.8.ebuild
+++ b/www-apps/radicale/radicale-2.1.8.ebuild
@@ -11,7 +11,7 @@ MY_PN="Radicale"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A simple CalDAV calendar server"
-HOMEPAGE="http://radicale.org/;
+HOMEPAGE="https://radicale.org/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
@@ -42,7 +42,7 @@ pkg_pretend() {
eerror "6. Run \`mv ~/radicale-exported 
\"${RDIR}/collections\"\`."
eerror
eerror "For more details, or if you are have a more complex 
configuration,"
-   eerror "please see the migration guide: 
http://radicale.org/1to2/;
+   eerror "please see the migration guide: 
https://radicale.org/1to2/;
eerror "If you do a custom migration, please ensure the 
database is cleaned out of"
eerror "${RDIR}, including the hidden .props file."
die



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

2018-06-13 Thread Aaron Bauman
commit: 175a59fe9690b508515215aecb652e9e9f53729e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:01:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:15:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175a59fe

media-libs/tiff: remove unused patches

 0.7-pdfium-0005-Leak-TIFFFetchStripThing.patch | 20 -
 ...iff-4.0.7-pdfium-0007-uninitialized-value.patch | 26 --
 ...-4.0.7-pdfium-0013-validate-refblackwhite.patch | 42 --
 7-pdfium-0017-safe_skews_in_gtTileContig.patch | 97 --
 ...ium-0018-fix-leak-in-PredictorSetupDecode.patch | 27 --
 .../tiff-4.0.7-pdfium-0021-oom-TIFFFillStrip.patch | 29 ---
 6 files changed, 241 deletions(-)

diff --git 
a/media-libs/tiff/files/tiff-4.0.7-pdfium-0005-Leak-TIFFFetchStripThing.patch 
b/media-libs/tiff/files/tiff-4.0.7-pdfium-0005-Leak-TIFFFetchStripThing.patch
deleted file mode 100644
index afb0151f963..000
--- 
a/media-libs/tiff/files/tiff-4.0.7-pdfium-0005-Leak-TIFFFetchStripThing.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://codereview.chromium.org/2204793002
-https://crbug.com/633387
-https://pdfium.googlesource.com/pdfium/+/master/libtiff/
-
-Author: thestig 
-Date:   Mon Aug 1 19:36:27 2016 -0700
-
-Fix a memory leak in libtiff.
-
 a/libtiff/tif_dirread.c
-+++ b/libtiff/tif_dirread.c
-@@ -5372,6 +5372,8 @@ TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 
nstrips, uint64** lpp)
-   static const char module[] = "TIFFFetchStripThing";
-   enum TIFFReadDirEntryErr err;
-   uint64* data;
-+  _TIFFfree(*lpp);
-+  *lpp = 0;
-   err=TIFFReadDirEntryLong8Array(tif,dir,);
-   if (err!=TIFFReadDirEntryErrOk)
-   {

diff --git 
a/media-libs/tiff/files/tiff-4.0.7-pdfium-0007-uninitialized-value.patch 
b/media-libs/tiff/files/tiff-4.0.7-pdfium-0007-uninitialized-value.patch
deleted file mode 100644
index ab5627f5c16..000
--- a/media-libs/tiff/files/tiff-4.0.7-pdfium-0007-uninitialized-value.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://codereview.chromium.org/2389993002
-https://crbug.com/651632
-https://pdfium.googlesource.com/pdfium/+/master/libtiff/
-
-Author: dsinclair 
-Date:   Mon Oct 3 13:59:57 2016 -0700
-
-Fix potentially uninitialized value.
-
-Depending on what ReadOK does it's possible for |dircount16| to be used without
-being initialized. The read code calls back into PDFium specific code which 
then
-calls into the stream reading code.
-
-Initialize the value to be sure it is set.
-
 a/libtiff/tif_dirread.c
-+++ b/libtiff/tif_dirread.c
-@@ -4443,7 +4443,7 @@ TIFFFetchDirectory(TIFF* tif, uint64 diroff, 
TIFFDirEntry** pdir,
-   static const char module[] = "TIFFFetchDirectory";
- 
-   void* origdir;
--  uint16 dircount16;
-+  uint16 dircount16 = 0;
-   uint32 dirsize;
-   TIFFDirEntry* dir;
-   uint8* ma;

diff --git 
a/media-libs/tiff/files/tiff-4.0.7-pdfium-0013-validate-refblackwhite.patch 
b/media-libs/tiff/files/tiff-4.0.7-pdfium-0013-validate-refblackwhite.patch
deleted file mode 100644
index d98ff9d0f25..000
--- a/media-libs/tiff/files/tiff-4.0.7-pdfium-0013-validate-refblackwhite.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-https://pdfium-review.googlesource.com/2151
-https://crbug.com/632883
-https://pdfium.googlesource.com/pdfium/+/master/libtiff/
-
-Author: Dan Sinclair 
-Date:   Mon Jan 9 09:50:50 2017 -0500
-
-[libtiff] Validate refblackwhite values
-
-The td_refblackwhite value is currently assigned without validation. This
-may pose an issue as the image can specify the value as nan. This will cause
-problems later when we use the nan in calcluations.
-
-This CL validates each of the float values are not nan and if they are sets
-them to the default provided by the TIFF spec v6.
-
 a/libtiff/tif_dir.c
-+++ b/libtiff/tif_dir.c
-@@ -31,6 +31,7 @@
-  * (and also some miscellaneous stuff)
-  */
- #include "tiffiop.h"
-+#include 
- #include 
- 
- /*
-@@ -426,6 +426,15 @@ _TIFFVSetField(TIFF* tif, uint32 tag, va_list ap)
-   case TIFFTAG_REFERENCEBLACKWHITE:
-   /* XXX should check for null range */
-   _TIFFsetFloatArray(>td_refblackwhite, va_arg(ap, float*), 
6);
-+  int i;
-+  for (i = 0; i < 6; i++) {
-+  if (isnan(td->td_refblackwhite[i])) {
-+  if (i % 2 == 0)
-+  td->td_refblackwhite[i] = 0;
-+  else
-+  td->td_refblackwhite[i] = pow(2, 
td->td_bitspersample) - 1;
-+  }
-+  }
-   break;
-   case TIFFTAG_INKNAMES:
-   v = (uint16) va_arg(ap, uint16_vap);

diff --git 
a/media-libs/tiff/files/tiff-4.0.7-pdfium-0017-safe_skews_in_gtTileContig.patch 
b/media-libs/tiff/files/tiff-4.0.7-pdfium-0017-safe_skews_in_gtTileContig.patch
deleted file mode 100644
index 

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

2018-06-13 Thread Aaron Bauman
commit: ce56482121a5ef9aa2997488ee457c67e4570a20
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:00:04 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:15:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce564821

media-gfx/gliv: remove unused patch

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

 media-gfx/gliv/files/gliv-1.9.6-as-needed.patch | 99 -
 1 file changed, 99 deletions(-)

diff --git a/media-gfx/gliv/files/gliv-1.9.6-as-needed.patch 
b/media-gfx/gliv/files/gliv-1.9.6-as-needed.patch
deleted file mode 100644
index 3128b99e443..000
--- a/media-gfx/gliv/files/gliv-1.9.6-as-needed.patch
+++ /dev/null
@@ -1,99 +0,0 @@
 gliv-1.9.6.orig/configure.ac   2005-09-21 23:05:57.0 +0200
-+++ gliv-1.9.6/configure.ac2010-01-03 15:51:41.464539460 +0100
-@@ -16,18 +16,17 @@
- # Checks for programs.
- AC_PROG_CC
- AC_PROG_RANLIB
--
-+AC_USE_SYSTEM_EXTENSIONS
- 
- # Default CFLAGS.
--if test "x$GCC" = "xyes" && test "$DEFAULT_CFLAGS" = "yes"; then
--  CFLAGS="-Wall -O2 -fomit-frame-pointer -ffast-math"
--fi
--CFLAGS="$CFLAGS -I${srcdir}/../lib"
-+#if test "x$GCC" = "xyes" && test "$DEFAULT_CFLAGS" = "yes"; then
-+#  CFLAGS="-Wall -O2 -fomit-frame-pointer -ffast-math"
-+#fi
-+#CFLAGS="$CFLAGS -I${srcdir}/../lib"
- 
- # Checks for LFS flags, we may not handle big files, but it doesn't hurt.
- AC_SYS_LARGEFILE
- 
--
- AC_DEFUN([CHECK_MATH],
-  [OLD_CFLAGS="$CFLAGS"]
-  [CFLAGS="$CFLAGS -w"]
-@@ -127,35 +126,22 @@
- 
- # Checks for X.
- AC_PATH_XTRA
--CFLAGS="$X_CFLAGS $CFLAGS"
--LDFLAGS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS $LDFLAGS"
- 
- # Checks for GtkGLExt.
- PKG_CHECK_MODULES(GTKGLEXT, [gtkglext-1.0 >= 0.7.0])
--CFLAGS="$GTKGLEXT_CFLAGS $CFLAGS"
--LDFLAGS="$GTKGLEXT_LIBS $LDFLAGS"
- GTKGL_VERSION="$($PKG_CONFIG --modversion gtkglext-1.0)"
- 
- # Checks for OpenGL.
--AC_TRY_LINK([#include "GL/gl.h"],
--[glBegin(GL_QUADS);],
--[ogl="yes"],
--[ogl="no"])
--
-+AC_SEARCH_LIBS([glBegin],[GL],[ogl="yes"],[ogl="no"],)
- if test "x$ogl" = "xno"; then
-  AC_MSG_NOTICE([maybe libGL requires libpthread...])
-- OLD_LDFLAGS="$LDFLAGS"
-- LDFLAGS="$LDFLAGS -lpthread"
-- AC_TRY_LINK([#include "GL/gl.h"],
-- [glBegin(GL_QUADS);],
-- [],
-- AC_MSG_ERROR([cannot use -lGL]))
-+ AC_SEARCH_LIBS([glBegin],[GL],[ogl="yes"],[ogl="no"],[-lpthread])
- fi
- 
- # Checks for gtk.
- AM_PATH_GTK_2_0([2.6.0], [
-   CFLAGS="$GTK_CFLAGS $CFLAGS"
--  LDFLAGS="$GTK_LIBS $LDFLAGS"
-+  LIBS="$LIBS $GTK_LIBS"
-   GTK_VERSION="$($PKG_CONFIG --modversion gtk+-2.0)"
-  ], [exit 1], [gthread])
- 
-@@ -163,9 +149,6 @@
- ALL_LINGUAS=$(echo po/*.po | sed -e 's|\.po||g' -e 's|po/||g')
- AM_GNU_GETTEXT_VERSION
- AM_GNU_GETTEXT
--CFLAGS="$CFLAGS -I../${srcdir}/intl"
--LIBS="$LIBS $LIBINTL"
--
- 
- AC_CONFIG_FILES([
-  Makefile
 gliv-1.9.6.orig/src/Makefile.am2006-11-18 15:21:13.0 +0100
-+++ gliv-1.9.6/src/Makefile.am 2010-01-03 15:48:45.765539472 +0100
-@@ -64,6 +64,9 @@
- gliv_LDADD =-L../lib -lreplacements
- endif
- 
-+gliv_CFLAGS = @GTKGLEXT_CFLAGS@
-+gliv_LDADD  = @GTKGLEXT_LIBS@
-+
- AM_CPPFLAGS = -I$(srcdir)/include -D_REENTRANT -D_THREAD_SAFE \
-   -DSYSCONFDIR=\"$(sysconfdir)\"
- 
 gliv-1.9.6.orig/po/Makefile.in.in  2006-11-18 15:21:13.0 +0100
-+++ gliv-1.9.6/po/Makefile.in.in   2010-01-03 16:05:43.860539403 +0100
-@@ -29,7 +29,7 @@
- 
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
--MKINSTALLDIRS = @MKINSTALLDIRS@
-+MKINSTALLDIRS = $(top_srcdir)/mkinstalldirs
- mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
- 
- GMSGFMT = @GMSGFMT@
-



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

2018-06-13 Thread Aaron Bauman
commit: 2ece8faf84cd521c1914cf1237279ad571e13e74
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:55:47 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:15:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ece8faf

sci-libs/ogdi: remove unused patch

 sci-libs/ogdi/files/ogdi-3.1.5-fpic.patch | 177 --
 1 file changed, 177 deletions(-)

diff --git a/sci-libs/ogdi/files/ogdi-3.1.5-fpic.patch 
b/sci-libs/ogdi/files/ogdi-3.1.5-fpic.patch
deleted file mode 100644
index 33fb5610319..000
--- a/sci-libs/ogdi/files/ogdi-3.1.5-fpic.patch
+++ /dev/null
@@ -1,177 +0,0 @@
-Only in ogdi-3.1.5.orig: bin
-Only in ogdi-3.1.5.orig/config: Linux.mak
-Only in ogdi-3.1.5.orig: config.cache
-Only in ogdi-3.1.5.orig: config.log
-Only in ogdi-3.1.5.orig: config.status
-Only in ogdi-3.1.5.orig/external/expat: OBJ.Linux
-diff -ur ogdi-3.1.5/external/expat/makefile 
ogdi-3.1.5.orig/external/expat/makefile
 ogdi-3.1.5/external/expat/makefile 2001-08-27 14:11:10.0 +
-+++ ogdi-3.1.5.orig/external/expat/makefile2005-08-01 18:57:49.020052368 
+
-@@ -36,7 +36,7 @@
- # Compilation flags
- #
- INCLUDES = $(CURRENT_INCLUDE)
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) \
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC \
-   -DVERSION=\"expat_1.95.1\" -DPACKAGE="expat"
- 
- ifeq ($(BIG_ENDIAN),1)
-Only in ogdi-3.1.5.orig/external/zlib: OBJ.Linux
-diff -ur ogdi-3.1.5/external/zlib/makefile 
ogdi-3.1.5.orig/external/zlib/makefile
 ogdi-3.1.5/external/zlib/makefile  2001-04-19 05:26:46.0 +
-+++ ogdi-3.1.5.orig/external/zlib/makefile 2005-08-01 18:58:47.984088472 
+
-@@ -46,7 +46,7 @@
- # Compilation flags
- #
- INCLUDES = $(CURRENT_INCLUDE)
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS)
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC
- 
- #
- # Primary target
-Only in ogdi-3.1.5.orig/lib: Linux
-Only in ogdi-3.1.5.orig/ogdi/c-api: OBJ.Linux
-diff -ur ogdi-3.1.5/ogdi/c-api/makefile ogdi-3.1.5.orig/ogdi/c-api/makefile
 ogdi-3.1.5/ogdi/c-api/makefile 2001-04-19 05:29:31.0 +
-+++ ogdi-3.1.5.orig/ogdi/c-api/makefile2005-08-01 18:53:51.936094608 
+
-@@ -23,7 +23,7 @@
-   $(GRASS_INCLUDE) $(ZLIB_INCLUDE) $(PROJ_INCLUDE) \
-   $(EXPAT_INCLUDE)
- 
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS)
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC
- 
- LINK_LIBS= $(RPC_LINKLIB) $(ZLIB_LINKLIB) $(EXPAT_LINKLIB) $(WIN_LINKLIB) \
-   $(PROJ_STATICLIB) $(MATH_LINKLIB)
-Only in ogdi-3.1.5.orig/ogdi/datum_driver/canada: OBJ.Linux
-diff -ur ogdi-3.1.5/ogdi/datum_driver/canada/makefile 
ogdi-3.1.5.orig/ogdi/datum_driver/canada/makefile
 ogdi-3.1.5/ogdi/datum_driver/canada/makefile   2001-02-19 
04:12:21.0 +
-+++ ogdi-3.1.5.orig/ogdi/datum_driver/canada/makefile  2005-08-01 
19:03:00.932634448 +
-@@ -17,7 +17,7 @@
- SOURCES = nadconv.c dtcanada.c
- 
- INCLUDES = $(CURRENT_INCLUDE) $(GENERAL_INCLUDE) $(OGDI_INCLUDE) 
$(PROJ_INCLUDE)
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS)
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC
- 
- LINK_LIBS= 
- 
-Only in ogdi-3.1.5.orig/ogdi/datum_driver/usa: OBJ.Linux
-diff -ur ogdi-3.1.5/ogdi/datum_driver/usa/makefile 
ogdi-3.1.5.orig/ogdi/datum_driver/usa/makefile
 ogdi-3.1.5/ogdi/datum_driver/usa/makefile  2001-02-19 04:12:21.0 
+
-+++ ogdi-3.1.5.orig/ogdi/datum_driver/usa/makefile 2005-08-01 
19:03:24.883993288 +
-@@ -17,7 +17,7 @@
- SOURCES = dtusa.c
- 
- INCLUDES = $(CURRENT_INCLUDE) $(GENERAL_INCLUDE) $(OGDI_INCLUDE) 
$(PROJ_INCLUDE)
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS)
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC
- 
- LINK_LIBS= $(PROJ_STATICLIB)
- 
-Only in ogdi-3.1.5.orig/ogdi/driver/adrg: OBJ.Linux
-diff -ur ogdi-3.1.5/ogdi/driver/adrg/makefile 
ogdi-3.1.5.orig/ogdi/driver/adrg/makefile
 ogdi-3.1.5/ogdi/driver/adrg/makefile   2001-06-22 16:37:50.0 
+
-+++ ogdi-3.1.5.orig/ogdi/driver/adrg/makefile  2005-08-01 19:06:07.422283712 
+
-@@ -18,7 +18,7 @@
- 
- INCLUDES = $(CURRENT_INCLUDE) $(GENERAL_INCLUDE) $(OGDI_INCLUDE) 
$(PROJ_INCLUDE)
- 
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS)
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC
- 
- LINK_LIBS= $(OGDI_LINKLIB) $(GLUTIL_STATICLIB) 
- 
-Only in ogdi-3.1.5.orig/ogdi/driver/dted: OBJ.Linux
-diff -ur ogdi-3.1.5/ogdi/driver/dted/makefile 
ogdi-3.1.5.orig/ogdi/driver/dted/makefile
 ogdi-3.1.5/ogdi/driver/dted/makefile   2001-02-19 04:12:21.0 
+
-+++ ogdi-3.1.5.orig/ogdi/driver/dted/makefile  2005-08-01 19:06:31.460629328 
+
-@@ -17,7 +17,7 @@
- SOURCES = dted.c utils.c object.c
- 
- INCLUDES = $(CURRENT_INCLUDE) $(GENERAL_INCLUDE) $(OGDI_INCLUDE) 
$(PROJ_INCLUDE)
--CFLAGS= $(INCLUDES) $(COMMON_CFLAGS)
-+CFLAGS= $(INCLUDES) $(COMMON_CFLAGS) -fPIC -DPIC
- 

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

2018-06-13 Thread Aaron Bauman
commit: a585fdcb14f902a6847a11e064b09040741c02c2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 19:45:24 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585fdcb

media-libs/liboggz: use HTTPS

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

 media-libs/liboggz/liboggz-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/liboggz/liboggz-1.1.1.ebuild 
b/media-libs/liboggz/liboggz-1.1.1.ebuild
index 3897d7e7835..3c249eda627 100644
--- a/media-libs/liboggz/liboggz-1.1.1.ebuild
+++ b/media-libs/liboggz/liboggz-1.1.1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="Oggz provides a simple programming interface for reading and 
writing Ogg files and streams"
-HOMEPAGE="http://www.xiph.org/oggz/;
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.xiph.org/oggz/;
+SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"



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

2018-06-13 Thread Aaron Bauman
commit: 7f66b34193b3e05c956606fdd001759111661bee
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Jun 12 18:40:28 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:17:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f66b341

net-misc/dropbox: use HTTPs

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

 net-misc/dropbox/dropbox-45.3.88.ebuild | 2 +-
 net-misc/dropbox/dropbox-48.3.56.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dropbox/dropbox-45.3.88.ebuild 
b/net-misc/dropbox/dropbox-45.3.88.ebuild
index 1bb000a90cb..5a3d903cc0f 100644
--- a/net-misc/dropbox/dropbox-45.3.88.ebuild
+++ b/net-misc/dropbox/dropbox-45.3.88.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
 inherit eutils gnome2-utils pax-utils systemd python-single-r1
 
 DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="http://dropbox.com/;
+HOMEPAGE="https://www.dropbox.com/;
 SRC_URI="
x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )"

diff --git a/net-misc/dropbox/dropbox-48.3.56.ebuild 
b/net-misc/dropbox/dropbox-48.3.56.ebuild
index fd6a76df514..a69c77c3b6c 100644
--- a/net-misc/dropbox/dropbox-48.3.56.ebuild
+++ b/net-misc/dropbox/dropbox-48.3.56.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
 inherit eutils gnome2-utils pax-utils systemd python-single-r1
 
 DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="http://dropbox.com/;
+HOMEPAGE="https://www.dropbox.com/;
 SRC_URI="
x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )"



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

2018-06-13 Thread Aaron Bauman
commit: f2ebf47ecaf4a2b50dfcb916642be6060604727a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:02:21 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:15:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ebf47e

app-misc/bfm: remove unused file

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

 app-misc/bfm/files/1.2-build.xml | 75 
 1 file changed, 75 deletions(-)

diff --git a/app-misc/bfm/files/1.2-build.xml b/app-misc/bfm/files/1.2-build.xml
deleted file mode 100644
index 85d9b447e4d..000
--- a/app-misc/bfm/files/1.2-build.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-   
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-  
-
-   
-   
-
-
-
-
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-   
-
-
-
-   
-
-
-
-
-



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tree/files/

2018-06-13 Thread Aaron Bauman
commit: 3efd8999d7405a30cd1195ea902384492867f5f6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:54:37 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:14:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efd8999

dev-cpp/tree: remove unused patch

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

 dev-cpp/tree/files/tree-2.65-gcc46.patch | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch 
b/dev-cpp/tree/files/tree-2.65-gcc46.patch
deleted file mode 100644
index d75b516112b..000
--- a/dev-cpp/tree/files/tree-2.65-gcc46.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- tree.hh |1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/tree.hh b/tree.hh
-index 1429da3..d780be3 100644
 a/tree.hh
-+++ b/tree.hh
-@@ -71,6 +71,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- // HP-style construct/destroy have gone from the standard,
- // so here is a copy.



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-ivy/files/

2018-06-13 Thread Aaron Bauman
commit: 871ebb2b84a0994cc00e0eabcc5244c9d24f80dc
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:03:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:15:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871ebb2b

dev-java/ant-ivy: remove unused patches

 dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch | 12 
 dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch | 20 
 2 files changed, 32 deletions(-)

diff --git a/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch 
b/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch
deleted file mode 100644
index 206141f4c26..000
--- a/dev-java/ant-ivy/files/ivy-1.3.1-noresolve.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru ivy-1.3.1.vanilla/build.xml ivy-1.3.1/build.xml
 ivy-1.3.1.vanilla/build.xml2006-08-21 16:11:08.0 +0200
-+++ ivy-1.3.1/build.xml2006-08-21 16:11:21.0 +0200
-@@ -9,7 +9,7 @@
-   
- 
-   
--  
-+  
-   
- 
-   

diff --git a/dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch 
b/dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch
deleted file mode 100644
index 4e392f07935..000
--- a/dev-java/ant-ivy/files/ivy-1.3.1-tasks.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Nru ivy-1.3.1-vanilla/build.xml ivy-1.3.1/build.xml
 ivy-1.3.1-vanilla/build.xml2006-08-21 19:34:19.0 +0200
-+++ ivy-1.3.1/build.xml2006-08-21 19:35:18.0 +0200
-@@ -33,6 +33,16 @@
-   
-   
-+
-+  
-+  
-+  
-+  
-+  
-+
-+  
-+  
-+  
-   
-   
-   



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

2018-06-13 Thread Aaron Bauman
commit: 93157bb277ada07a0477a30acb5c41f26e1595ed
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:55:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:14:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93157bb2

sci-libs/cxsparse: remove unused patch

 .../cxsparse/files/cxsparse-2.2.1-autotools.patch  | 152 -
 1 file changed, 152 deletions(-)

diff --git a/sci-libs/cxsparse/files/cxsparse-2.2.1-autotools.patch 
b/sci-libs/cxsparse/files/cxsparse-2.2.1-autotools.patch
deleted file mode 100644
index 26957d801f1..000
--- a/sci-libs/cxsparse/files/cxsparse-2.2.1-autotools.patch
+++ /dev/null
@@ -1,152 +0,0 @@
 Makefile.am1970-01-01 01:00:00.0 +0100
-+++ Makefile.am2008-01-29 19:09:42.0 +
-@@ -0,0 +1,3 @@
-+SUBDIRS = Demo Source
-+EXTRA_DIST = README.txt
-+include_HEADERS = Include/cs.h
 configure.ac   1970-01-01 01:00:00.0 +0100
-+++ configure.ac   2008-01-29 19:14:14.0 +
-@@ -0,0 +1,11 @@
-+#   -*- Autoconf -*-
-+AC_PREREQ(2.59)
-+AC_INIT(cxsparse, 2.2.1, da...@cise.ufl.edu)
-+AM_INIT_AUTOMAKE([foreign])
-+AC_PROG_INSTALL
-+AC_PROG_LIBTOOL
-+AC_CHECK_LIB(m, sqrt)
-+AC_CHECK_HEADERS(UFconfig.h) 
-+AC_CONFIG_FILES([Makefile Demo/Makefile Source/Makefile])
-+AC_OUTPUT
-+
 Source/Makefile.am 1970-01-01 01:00:00.0 +0100
-+++ Source/Makefile.am 2008-01-29 19:09:42.0 +
-@@ -0,0 +1,24 @@
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+CS_SOURCE = cs_add.c cs_amd.c cs_chol.c cs_cholsol.c cs_counts.c cs_cumsum.c \
-+cs_droptol.c cs_dropzeros.c cs_dupl.c cs_entry.c \
-+cs_etree.c cs_fkeep.c cs_gaxpy.c cs_happly.c cs_house.c cs_ipvec.c \
-+cs_lsolve.c cs_ltsolve.c cs_lu.c cs_lusol.c cs_util.c cs_multiply.c \
-+cs_permute.c cs_pinv.c cs_post.c cs_pvec.c cs_qr.c cs_qrsol.c \
-+cs_scatter.c cs_schol.c cs_sqr.c cs_symperm.c cs_tdfs.c cs_malloc.c \
-+cs_transpose.c cs_compress.c cs_usolve.c cs_utsolve.c cs_scc.c \
-+cs_maxtrans.c cs_dmperm.c cs_updown.c cs_print.c cs_norm.c cs_load.c \
-+cs_dfs.c cs_reach.c cs_spsolve.c cs_leaf.c cs_ereach.c cs_randperm.c
-+
-+lib_LTLIBRARIES = libcxsparse.la
-+noinst_LTLIBRARIES = libcxsparse_di.la libcxsparse_dl.la libcxsparse_ci.la 
libcxsparse_cl.la
-+
-+libcxsparse_di_la_SOURCES = $(CS_SOURCE)
-+libcxsparse_dl_la_SOURCES = $(CS_SOURCE)
-+libcxsparse_dl_la_CPPFLAGS = $(AM_CPPFLAGS) -DCS_LONG
-+libcxsparse_ci_la_SOURCES = $(CS_SOURCE)
-+libcxsparse_ci_la_CPPFLAGS = $(AM_CPPFLAGS) -DCS_COMPLEX
-+libcxsparse_cl_la_SOURCES = $(CS_SOURCE)
-+libcxsparse_cl_la_CPPFLAGS = $(AM_CPPFLAGS) -DCS_LONG -DCS_COMPLEX
-+
-+libcxsparse_la_SOURCES = cs_convert.c
-+libcxsparse_la_LIBADD = libcxsparse_di.la libcxsparse_dl.la libcxsparse_ci.la 
libcxsparse_cl.la
 Demo/Makefile.am   1970-01-01 01:00:00.0 +0100
-+++ Demo/Makefile.am   2008-01-29 19:21:32.0 +
-@@ -0,0 +1,102 @@
-+check_PROGRAMS = \
-+  cs_ci_demo1 \
-+  cs_ci_demo2 \
-+  cs_ci_demo3 \
-+  cs_cl_demo1 \
-+  cs_cl_demo2 \
-+  cs_cl_demo3 \
-+  cs_demo1 \
-+  cs_demo2 \
-+  cs_demo3 \
-+  cs_di_demo1 \
-+  cs_di_demo2 \
-+  cs_di_demo3 \
-+  cs_dl_demo1 \
-+  cs_dl_demo2 \
-+  cs_dl_demo3 \
-+  cs_idemo \
-+  cs_ldemo
-+
-+LDADD = $(top_builddir)/Source/libcxsparse.la -lm 
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+
-+cs_ci_demo1_SOURCES = cs_ci_demo1.c
-+cs_ci_demo2_SOURCES = cs_ci_demo2.c cs_ci_demo.c
-+cs_ci_demo3_SOURCES = cs_ci_demo3.c cs_ci_demo.c
-+cs_cl_demo1_SOURCES = cs_cl_demo1.c
-+cs_cl_demo2_SOURCES = cs_cl_demo2.c cs_cl_demo.c
-+cs_cl_demo3_SOURCES = cs_cl_demo3.c cs_cl_demo.c
-+cs_demo1_SOURCES = cs_demo1.c
-+cs_demo2_SOURCES = cs_demo2.c cs_demo.c
-+cs_demo3_SOURCES = cs_demo3.c cs_demo.c
-+cs_di_demo1_SOURCES = cs_di_demo1.c
-+cs_di_demo2_SOURCES = cs_di_demo2.c cs_di_demo.c
-+cs_di_demo3_SOURCES = cs_di_demo3.c cs_di_demo.c
-+cs_dl_demo1_SOURCES = cs_dl_demo1.c
-+cs_dl_demo2_SOURCES = cs_dl_demo2.c cs_dl_demo.c
-+cs_dl_demo3_SOURCES = cs_dl_demo3.c cs_dl_demo.c
-+cs_idemo_SOURCES = cs_idemo.c
-+cs_ldemo_SOURCES = cs_ldemo.c
-+
-+check-local: $(check_PROGRAMS)
-+  - ./cs_demo1 < ../Matrix/t1
-+  - ./cs_demo2 < ../Matrix/t1
-+  - ./cs_demo2 < ../Matrix/fs_183_1
-+  - ./cs_demo2 < ../Matrix/west0067
-+  - ./cs_demo2 < ../Matrix/lp_afiro
-+  - ./cs_demo2 < ../Matrix/ash219
-+  - ./cs_demo2 < ../Matrix/mbeacxc
-+  - ./cs_demo2 < ../Matrix/bcsstk01
-+  - ./cs_demo3 < ../Matrix/bcsstk01
-+  - ./cs_demo2 < ../Matrix/bcsstk16
-+  - ./cs_demo3 < ../Matrix/bcsstk16
-+  - ./cs_di_demo1 < ../Matrix/t1
-+  - ./cs_di_demo2 < ../Matrix/t1
-+  - ./cs_di_demo2 < ../Matrix/fs_183_1
-+  - ./cs_di_demo2 < ../Matrix/west0067
-+  - ./cs_di_demo2 < ../Matrix/lp_afiro
-+  - ./cs_di_demo2 < ../Matrix/ash219
-+  - ./cs_di_demo2 < 

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

2018-06-13 Thread Aaron Bauman
commit: 50c69cb8d8c946d7a4f0f2c193cefdf28b3779d4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:52:29 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:14:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c69cb8

dev-libs/libatomic_ops: remove unused patches

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

 ...libatomic_ops-1.2-fix-makefile-am-generic.patch | 19 ---
 .../files/libatomic_ops-1.2-ppc-asm.patch  | 11 
 .../libatomic_ops-1.2-ppc64-load_acquire.patch | 46 -
 .../files/libatomic_ops-1.2-sh4.patch  | 59 --
 .../files/libatomic_ops-1.2-x32.patch  | 43 
 5 files changed, 178 deletions(-)

diff --git 
a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-fix-makefile-am-generic.patch 
b/dev-libs/libatomic_ops/files/libatomic_ops-1.2-fix-makefile-am-generic.patch
deleted file mode 100644
index 7b1f898ef9b..000
--- 
a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-fix-makefile-am-generic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -u -r a//doc/Makefile.am b//doc/Makefile.am
 a//doc/Makefile.am 2005-03-22 00:05:19.0 +0200
-+++ b//doc/Makefile.am 2010-04-18 20:08:13.0 +0300
-@@ -1,3 +1,3 @@
- # installed documentation
- #
--dist_pkgdata_DATA=COPYING LICENSING.txt README.txt COPYING README_stack.txt 
README_malloc.txt README_win32.txt
-+dist_pkgdata_DATA=COPYING LICENSING.txt README.txt README_stack.txt 
README_malloc.txt README_win32.txt
-diff -u -r a//src/atomic_ops/sysdeps/Makefile.am 
b//src/atomic_ops/sysdeps/Makefile.am
 a//src/atomic_ops/sysdeps/Makefile.am  2005-09-28 02:53:16.0 
+0300
-+++ b//src/atomic_ops/sysdeps/Makefile.am  2010-04-18 20:04:03.0 
+0300
-@@ -25,7 +25,6 @@
- README \
-   \
- gcc/alpha.h gcc/arm.h gcc/x86.h \
--gcc/hppa.h gcc/ia64.h \
- gcc/powerpc.h gcc/sparc.h \
- gcc/hppa.h gcc/m68k.h gcc/s390.h \
- gcc/ia64.h gcc/x86_64.h gcc/cris.h \

diff --git a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-ppc-asm.patch 
b/dev-libs/libatomic_ops/files/libatomic_ops-1.2-ppc-asm.patch
deleted file mode 100644
index 41171ed86e6..000
--- a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-ppc-asm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 src/atomic_ops/sysdeps/gcc/powerpc.h   2006-03-29 09:49:14.0 
+1100
-+++ src/atomic_ops/sysdeps/gcc/powerpc.h   2007-08-27 10:51:00.0 
+1000
-@@ -72,7 +72,7 @@
-   /* registers.  I always got "impossible constraint" when I  */
-   /* tried the "y" constraint.*/
-   __asm__ __volatile__ (
--"lwz %0,%1\n"
-+"lwz%X1 %0,%1\n"
- "cmpw cr7,%0,%0\n"
- "bne- cr7,1f\n"
- "1: isync\n"

diff --git 
a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-ppc64-load_acquire.patch 
b/dev-libs/libatomic_ops/files/libatomic_ops-1.2-ppc64-load_acquire.patch
deleted file mode 100644
index 9b6baa188cf..000
--- a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-ppc64-load_acquire.patch
+++ /dev/null
@@ -1,46 +0,0 @@
 src/atomic_ops/sysdeps/gcc/powerpc.h.orig  2006-03-28 22:49:14.0 
+
-+++ src/atomic_ops/sysdeps/gcc/powerpc.h   2007-06-08 23:10:07.0 
+
-@@ -63,6 +63,8 @@
- /* seems to be that a data dependent branch followed by an isync is   */
- /* cheaper.  And the documentation is fairly explicit that this also  */
- /* has acquire semantics. */
-+/* ppc64 uses ld not lwz */
-+#if defined(__powerpc64__) || defined(__ppc64__) || defined(__64BIT__)
- AO_INLINE AO_t
- AO_load_acquire(volatile AO_t *addr)
- {
-@@ -72,7 +74,7 @@
-   /* registers.  I always got "impossible constraint" when I  */
-   /* tried the "y" constraint.*/
-   __asm__ __volatile__ (
--"lwz %0,%1\n"
-+"ld %0,%1\n"
- "cmpw cr7,%0,%0\n"
- "bne- cr7,1f\n"
- "1: isync\n"
-@@ -80,7 +82,25 @@
- : "m"(*addr) : "memory", "cc");
-   return result;
- }
-+#else
-+AO_INLINE AO_t
-+AO_load_acquire(volatile AO_t *addr)
-+{
-+  AO_t result;
- 
-+  /* FIXME: We should get gcc to allocate one of the condition*/
-+  /* registers.  I always got "impossible constraint" when I  */
-+  /* tried the "y" constraint.*/
-+  __asm__ __volatile__ (
-+"lwz %0,%1\n"
-+"cmpw cr7,%0,%0\n"
-+"bne- cr7,1f\n"
-+"1: isync\n"
-+: "=r" (result)
-+: "m"(*addr) : "memory", "cc");
-+  return result;
-+}
-+#endif
- #define AO_HAVE_load_acquire
- 
- /* We explicitly specify store_release, since it relies   */

diff --git a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-sh4.patch 
b/dev-libs/libatomic_ops/files/libatomic_ops-1.2-sh4.patch
deleted file mode 100644
index 4e8dd66a355..000
--- a/dev-libs/libatomic_ops/files/libatomic_ops-1.2-sh4.patch
+++ 

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

2018-06-13 Thread Aaron Bauman
commit: be580506f2756b7b9b5db3dcba7507ef06c33fb2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:53:04 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jun 13 21:14:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be580506

media-libs/libclthreads: remove unused patches

 .../files/libclthreads-1.0.2-makefile.patch| 23 -
 .../files/libclthreads-2.2.1-Makefile.patch| 39 --
 2 files changed, 62 deletions(-)

diff --git a/media-libs/libclthreads/files/libclthreads-1.0.2-makefile.patch 
b/media-libs/libclthreads/files/libclthreads-1.0.2-makefile.patch
deleted file mode 100644
index f4604f34b30..000
--- a/media-libs/libclthreads/files/libclthreads-1.0.2-makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: clthreads-1.0.2/Makefile
-===
 clthreads-1.0.2.orig/Makefile
-+++ clthreads-1.0.2/Makefile
-@@ -16,14 +16,13 @@ CLTHREADS_H = clthreads.h
- 
- 
- $(CLTHREADS_MIN): $(CLTHREADS_O)
--  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLTHREADS_MAJ) -o $(CLTHREADS_MIN) 
$(CLTHREADS_O) $(CLTHREADS_DEP)
-+  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLTHREADS_MAJ) -o 
$(CLTHREADS_MIN) $(CLTHREADS_O) $(CLTHREADS_DEP)
- 
- 
- install:  $(CLTHREADS_MIN)
--  cp -f $(CLTHREADS_H) $(CLTHREADS_INCDIR)
--  cp -f $(CLTHREADS_MIN) $(CLTHREADS_LIBDIR)
--  /sbin/ldconfig -n $(CLTHREADS_LIBDIR)
--  ln -sf $(CLTHREADS_MIN) $(CLTHREADS_LIBDIR)/$(CLTHREADS_SO)
-+  install -D $(CLTHREADS_H) $(DESTDIR)$(CLTHREADS_INCDIR)/$(CLTHREADS_H)
-+  install -D $(CLTHREADS_MIN) 
$(DESTDIR)$(CLTHREADS_LIBDIR)/$(CLTHREADS_MIN)
-+  ln -sf $(CLTHREADS_MIN) $(DESTDIR)$(CLTHREADS_LIBDIR)/$(CLTHREADS_SO)
- 
- 
- clean:

diff --git a/media-libs/libclthreads/files/libclthreads-2.2.1-Makefile.patch 
b/media-libs/libclthreads/files/libclthreads-2.2.1-Makefile.patch
deleted file mode 100644
index 6303edaeab9..000
--- a/media-libs/libclthreads/files/libclthreads-2.2.1-Makefile.patch
+++ /dev/null
@@ -1,39 +0,0 @@
 Makefile.orig  2006-11-23 10:01:20.0 -0800
-+++ Makefile   2007-01-05 06:15:50.0 -0800
-@@ -28,7 +28,7 @@
- DISTDIR = clthreads-$(VERSION)
- 
- 
--CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
-+CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
- LDLFAGS += 
- LDLIBS +=
- 
-@@ -36,22 +36,19 @@
- CLTHREADS_SO = libclthreads.so
- CLTHREADS_MAJ = $(CLTHREADS_SO).$(MAJVERS)
- CLTHREADS_MIN = $(CLTHREADS_MAJ).$(MINVERS)
--CLTHREADS_DEP = -lpthread
-+CLTHREADS_DEP = -lpthread -lrt
- CLTHREADS_O = p_thread.o a_thread.o itc_mesg.o itc_ip1q.o itc_ctrl.o textmsg.o
- CLTHREADS_H = clthreads.h
- 
- 
- $(CLTHREADS_MIN): $(CLTHREADS_O)
--  g++ -shared $(LDFLAGS) -Wl,-soname,$(CLTHREADS_MAJ) -o $(CLTHREADS_MIN) 
$(CLTHREADS_O) $(CLTHREADS_DEP)
-+  $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLTHREADS_MAJ) -o 
$(CLTHREADS_MIN) $(CLTHREADS_O) $(CLTHREADS_DEP)
- 
- 
- install:  $(CLTHREADS_MIN)
--  /usr/bin/install -d $(PREFIX)/$(LIBDIR)
--  /usr/bin/install -m 644 $(CLTHREADS_H) $(PREFIX)/include
--  /usr/bin/install -m 755 $(CLTHREADS_MIN) $(PREFIX)/$(LIBDIR)
--  /sbin/ldconfig -n $(PREFIX)/$(LIBDIR)
--  ln -sf $(CLTHREADS_MIN) $(PREFIX)/$(LIBDIR)/$(CLTHREADS_SO)
--
-+  /usr/bin/install -D $(CLTHREADS_H) $(DESTDIR)usr/include/$(CLTHREADS_H)
-+  /usr/bin/install -D $(CLTHREADS_MIN) 
$(DESTDIR)$(CLTHREADS_LIBDIR)/$(CLTHREADS_MIN)
-+  ln -sf $(CLTHREADS_MIN) $(DESTDIR)$(CLTHREADS_LIBDIR)/$(CLTHREADS_SO)
- 
- clean:
-   /bin/rm -f *~ *.o *.a *.d *.so.*



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2018-06-13 Thread Mike Gilbert
commit: 4d9a4271b3180d3a1c4c6bda1f4ccb4d0bd74567
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Jun 13 20:37:13 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun 13 21:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9a4271

app-i18n/fcitx-rime: Add "configuration_tool" USE flag.

https://github.com/fcitx/fcitx-rime/pull/40
https://github.com/fcitx/fcitx-rime/commit/af3897bb6c6f1eba14a908e77cfc3e1431e1e312

 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 16 
 app-i18n/fcitx-rime/metadata.xml |  3 +++
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
index 35443f12a6e..74292ea23a0 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -22,20 +22,28 @@ fi
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS=""
-IUSE=""
+IUSE="+configuration_tool"
 
 RDEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/librime-1.0.0:=
app-i18n/rime-data
-   virtual/libintl"
+   virtual/libintl
+   configuration_tool? (
+   >=app-i18n/fcitx-qt5-1.1:4
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )"
 DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+   virtual/pkgconfig
+   configuration_tool? ( dev-qt/qtconcurrent:5 )"
 
 DOCS=()
 
 src_configure() {
local mycmakeargs=(
-DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
+   -DENABLE_QT5GUI=$(usex configuration_tool)
)
 
cmake-utils_src_configure

diff --git a/app-i18n/fcitx-rime/metadata.xml b/app-i18n/fcitx-rime/metadata.xml
index 45175a15624..c809836fd12 100644
--- a/app-i18n/fcitx-rime/metadata.xml
+++ b/app-i18n/fcitx-rime/metadata.xml
@@ -13,6 +13,9 @@
c...@gentoo.org
Cjk

+   
+   Install configuration 
tool
+   

fcitx/fcitx-rime




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

2018-06-13 Thread Mike Gilbert
commit: e7604d831f43d9e73dc51f27ba9e0049e6fb4410
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jun 13 20:26:10 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun 13 21:07:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7604d83

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

Package-Manager: Portage-2.3.40_p14, Repoman-2.3.9_p246

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-67.0.3396.87.ebuild | 687 +++
 2 files changed, 688 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index aef8717a345..c08b9f6d600 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,5 @@
 DIST chromium-67.0.3396.62.tar.xz 591452000 BLAKE2B 
01d63d21548fcfc707e3ab1d293f24f34237784ec87949e2886a364d7e8f517f82e98803f45b690111a31304d269917442305d04fa13c34180f852007280a78c
 SHA512 
c768701a04600f6dd981ea036a28973df104281dcdadda20d0ae515a0b80112b94840cee36823676c4b4cd71e0e6ef069af801f746fea29d65f978a3666f6cb0
 DIST chromium-67.0.3396.79.tar.xz 591459156 BLAKE2B 
c62a54ceaf240a06ce54ff2e13ea1c22bb89c7d88628ab005230ded307b44836c96f12fc85cef85fe088fbed66e203bc359d2b516347969d733e99b0e6d143b6
 SHA512 
4b7cd2cdc5a2b784e61498e945dbac0a086f2ff9224e0c050f85ab86183602860b34dc305c99730c31478820e48a1da4570284359f13275ab2b10592190cbca8
+DIST chromium-67.0.3396.87.tar.xz 591491608 BLAKE2B 
9069c4b2e000e180a9b21bbdbb67428817073cd662830f7e736073833f2e6ab2f94f3127d15ed521e34c82de727f137e0065fd3aa7fa7312c4940b1bd8959ccc
 SHA512 
6f9c108b70b63cd45e8238c1962ec11d4f2d01e4f2a6b6483bfafc7986ed6001d5f09f9b0b893c864a08bade9d93346395bb2d045dcafb2ef94b0f4e00f2fe0d
 DIST chromium-68.0.3438.3.tar.xz 624448788 BLAKE2B 
25e8f6bfc9171f17a634caa8974a01dba8e0b40dba78534f8b04cbced98566ce8addba65907165599587d0120563073f051af2af19601e4556182b9ec5442113
 SHA512 
2ff17270acee971bf9a2770b826f919979f24ab7be12a00504ad0b16e72f21fd70f7dc543e8823f8c1737ff785ae900e999d2e82153ff84d0b33cf68ad82a2a2
 DIST chromium-68.0.3440.17.tar.xz 624240248 BLAKE2B 
9322f731efbc218dbefec351984f93bac5deedee3cc5ce426a619262d885097f28d8532a3d5b55e8daacd2c28dee2dd85dd4063687cbc7ed7d125d2a2a48f885
 SHA512 
1a6af7c5f3bfe87b37844c9d863f512aa464de75252487877d7796fa0dc246a533357086c64701f624809493eef97fced23d3eaa449819b38ce6038227015d35

diff --git a/www-client/chromium/chromium-67.0.3396.87.ebuild 
b/www-client/chromium/chromium-67.0.3396.87.ebuild
new file mode 100644
index 000..48fa2fe9d54
--- /dev/null
+++ b/www-client/chromium/chromium-67.0.3396.87.ebuild
@@ -0,0 +1,687 @@
+# 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-4:=
+   || (
+   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: sys-libs/glibc/

2018-06-13 Thread Sergei Trofimovich
commit: 6c3740323094626403ee2e57f4a0c5b1cb4f37bb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 13 20:45:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:46:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c374032

sys-libs/glibc: fix -mfpu=neon build failure, bug #657760

CFLAGS=-mfpu=neon tricked glibc into not building memcpy()
implementation. It's caused by the fact that -mfpu=neon
was passed when building .c files, but was not passed
when building .S files.

This change passes CFLAGS to CPPFLAGS to apply to .S files.

Reported-by: Markus Meier
Closes: https://bugs.gentoo.org/657760
Bug: https://sourceware.org/PR23273
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/glibc/{glibc-.ebuild => glibc-2.27-r4.ebuild} | 10 +++---
 sys-libs/glibc/glibc-.ebuild   |  6 ++
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/sys-libs/glibc/glibc-.ebuild 
b/sys-libs/glibc/glibc-2.27-r4.ebuild
similarity index 98%
copy from sys-libs/glibc/glibc-.ebuild
copy to sys-libs/glibc/glibc-2.27-r4.ebuild
index d628938b2a7..a4689e7afde 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-2.27-r4.ebuild
@@ -18,8 +18,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   # KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc ~x86"
-   KEYWORDS=""
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 
@@ -28,7 +27,7 @@ RELEASE_VER=${PV}
 GCC_BOOTSTRAP_VER=20180511
 
 # Gentoo patchset
-PATCH_VER=5
+PATCH_VER=2
 
 SRC_URI+=" 
https://dev.gentoo.org/~dilfridge/distfiles/${P}-patches-${PATCH_VER}.tar.bz2;
 SRC_URI+=" multilib? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
@@ -797,6 +796,11 @@ glibc_do_configure() {
# Some of the tests are written in C++, so we need to force our multlib 
abis in, bug 623548
export CXX="$(tc-getCXX ${CTARGET}) $(get_abi_CFLAGS)"
einfo " $(printf '%15s' 'Manual CXX:')   ${CXX}"
+   # CFLAGS can contain ABI-spefcific flags like -mfpu=neon, see bug 
#657760
+   # To build .S (assembly) files with the same ABI-specific flags
+   # upstream currently recommends adding CFLAGS to CPPFLAGS: 
https://sourceware.org/PR23273
+   export CPPFLAGS="${CPPFLAGS} ${CFLAGS}"
+   einfo " $(printf '%15s' 'Manual CPPFLAGS:')   ${CPPFLAGS}"
 
echo
 

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index d628938b2a7..7a1ae16ce82 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -798,6 +798,12 @@ glibc_do_configure() {
export CXX="$(tc-getCXX ${CTARGET}) $(get_abi_CFLAGS)"
einfo " $(printf '%15s' 'Manual CXX:')   ${CXX}"
 
+   # CFLAGS can contain ABI-spefcific flags like -mfpu=neon, see bug 
#657760
+   # To build .S (assembly) files with the same ABI-specific flags
+   # upstream currently recommends adding CFLAGS to CPPFLAGS: 
https://sourceware.org/PR23273
+   export CPPFLAGS="${CPPFLAGS} ${CFLAGS}"
+   einfo " $(printf '%15s' 'Manual CPPFLAGS:')   ${CPPFLAGS}"
+
echo
 
local myconf=()



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

2018-06-13 Thread Andreas Sturmlechner
commit: 547bbcbdb43009c3f56f0568353308ac35242eda
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun 13 20:32:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 13 20:35:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547bbcbd

net-libs/librsync: 2.0.2 version bump

Non-maintainer commit.

Bug: https://bugs.gentoo.org/657270
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/librsync/Manifest  |  1 +
 net-libs/librsync/librsync-2.0.2.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/net-libs/librsync/Manifest b/net-libs/librsync/Manifest
index c1563d1b1f8..4336e15f900 100644
--- a/net-libs/librsync/Manifest
+++ b/net-libs/librsync/Manifest
@@ -1,3 +1,4 @@
 DIST librsync-0.9.7.tar.gz 453802 BLAKE2B 
0f8a7a758d847498876401aa04473946970be0257dc0cc4abce85adc7adb5d480d7a41e03d43f667e44ec646ce74a75dfa6b0c63c7f239338244b67eb432e31f
 SHA512 
339362fd01c94411849d3e4a6e95db1bef6cffa0475b1af49d73f11be0421a12d4c73ecbf1a272af01b2a21cec81b4a801c1f7d735e107d0242707fb4c45f9ef
 DIST librsync-2.0.0.tar.gz 155049 BLAKE2B 
ca1d938cc8a60ffe5b16b804344164c69296738f6d01adb991a7d0f9685544c8be77608cd17aa269f14bd92cf7390896caa94c84e95313f17e6fa36a4c0e2a46
 SHA512 
1a88dcc3aa60949e058c57eb0df3e0086823c493de40fed927246f5aada6274db57202074456a0ce5d9aa8b81b41836b0d6221ded6a75d43829572584177e8c0
 DIST librsync-2.0.1.tar.gz 169765 BLAKE2B 
3b3a109307dc03e567338709f1c3958a2ae7887165208848359677305f6a983edc1bc71c721dd3f414f77e0507426ae5bb59b9fde51595a92379227ac316127a
 SHA512 
70c1ed0f3a8ad8c1201ce67b5411c4aabb4c78ba9d60e4ee658d9a8818c6511322abd53b583869b8927a29b0f105e1a5c9b05efa748eb435e8fc3b7be3344e04
+DIST librsync-2.0.2.tar.gz 174480 BLAKE2B 
e77d554ad08a852459fe2798249f47ca7f26849b4b8622c5b64f7f9b6d23f1fedc443f747c7988679a3548ea1f6fd2902c424717faaf73a5cfd7e19012a2d72d
 SHA512 
5d2bc1d62b37e9ed7416203615d0a0e3c05c4c884b5da63eda10dd5c985845b500331bce226e4d45676729382c85b41528282e25d491afda31ba434ac0fefad7

diff --git a/net-libs/librsync/librsync-2.0.2.ebuild 
b/net-libs/librsync/librsync-2.0.2.ebuild
new file mode 100644
index 000..5b3da0604c6
--- /dev/null
+++ b/net-libs/librsync/librsync-2.0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Remote delta-compression library"
+HOMEPAGE="https://librsync.github.io/;
+SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+   dev-libs/popt
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_LIBB2=OFF
+   )
+
+   cmake-utils_src_configure
+}



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

2018-06-13 Thread Matt Thode
commit: f9001af1754b2b07870fa07976f2bbc953220c5d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 20:27:31 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 20:29:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9001af1

app-admin/rasdaemon: 0.6.1 bup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/rasdaemon/Manifest   |  1 +
 app-admin/rasdaemon/rasdaemon-0.6.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-admin/rasdaemon/Manifest b/app-admin/rasdaemon/Manifest
index 93bbf015df3..2f5274334ef 100644
--- a/app-admin/rasdaemon/Manifest
+++ b/app-admin/rasdaemon/Manifest
@@ -1 +1,2 @@
 DIST rasdaemon-0.6.0.tar.bz2 361721 BLAKE2B 
af992c810024df4f553727b4aff4f4f1d41cb3f7e458ac91916ccbac6815b6ade697f0c49bf1e072205c7f872cfc9c2f7223fe0d3f090064ffaa0bab002d4f67
 SHA512 
cb363ee9968dab10951077edea6558adc235c2ba1a57294ccf2d483c49af3366bcec0a5857fe2b475a5407de850f706c44bfe4d8a80bcfb53b1c7e2d101ba72f
+DIST rasdaemon-0.6.1.tar.bz2 363201 BLAKE2B 
bdc7ec3c2e7e4b2fee02dddc55b5afd82df64717f45da15dbfd5fee87721b80ac425af5806ee7462cad29c6ab2953a2e649c4b1e455983d8821a1f633d76c85d
 SHA512 
a221a7ea0e4555befbf8acb9d4ce22d5cc7861a0da458111a24905fa06be0e8f3b18d8de5334310a423657febc0532d2705236de89cb1788302bf487ede29f60

diff --git a/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild 
b/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild
new file mode 100644
index 000..aa124a97770
--- /dev/null
+++ b/app-admin/rasdaemon/rasdaemon-0.6.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info systemd
+
+DESCRIPTION="Reliability, Availability and Serviceability logging tool"
+HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/;
+SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+   ${DEPEND}
+   sys-devel/gettext
+   dev-db/sqlite
+   sys-apps/dmidecode
+"
+
+pkg_setup() {
+   linux-info_pkg_setup
+   local CONFIG_CHECK="FUNCTION_TRACER FUNCTION_GRAPH_TRACER STACK_TRACER 
DYNAMIC_FTRACE"
+   check_extra_config
+}
+
+src_configure() {
+   econf --enable-abrt-report \
+   --enable-aer \
+   --enable-arm \
+   --enable-extlog \
+   --enable-hisi-ns-decode \
+   --enable-mce \
+   --enable-non-standard \
+   --enable-sqlite3 \
+   --localstatedir=/var
+}
+
+src_install() {
+   default
+   systemd_dounit misc/*.service
+}



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

2018-06-13 Thread Ian Stakenvicius
commit: 84de3357e158951cda269039269deca9ec00265d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jun 13 20:04:08 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jun 13 20:05:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84de3357

x11-plugins/enigmail: remove older ~arch versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-plugins/enigmail/Manifest|  2 -
 x11-plugins/enigmail/enigmail-2.0.6.1.ebuild | 83 
 x11-plugins/enigmail/enigmail-2.0.6.ebuild   | 83 
 3 files changed, 168 deletions(-)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index 5223dc99d5d..cf6be077d2b 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1,5 +1,3 @@
 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 
729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55
 SHA512 
39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
 DIST enigmail-2.0.5.tar.gz 2534693 BLAKE2B 
ad5984b74df2bd1c563f89a23136d9c9742aa7ba94d5683b9046f93eb11c5f729231497e5bb6e8c002c03feb55f2e2a07b43063bc63de3c7c578ea5b4b136fd1
 SHA512 
9edf78f38dbdb73f16190cc6b08eb02dcc199c41026003d19ce302a48fb4d9a6be6e765bbb7a8ef7f1bc3eea1065182437850da23c3ef5b89d1d5c66c602480b
-DIST enigmail-2.0.6.1.tar.gz 2535278 BLAKE2B 
be841b2f1f9ceeb4e339509599971389f1d518a833a8ab3f61e57a609803c1a7ba6bc47cb0e460e5f1b2b74117e6a40b7dfb023e68ad9e2186e6fa21afea59ee
 SHA512 
231e17f207d021d4a73b00abd1697003d7fc644df73c7e5ea8e83340ef011a3a627a9ac48ce3acb60e4cb415ee2038d294258173f9def01dd48d52ab6fc3669a
-DIST enigmail-2.0.6.tar.gz 2535125 BLAKE2B 
1fd0d220f7f1020bac9487a7b6ed234e2b3b9b5929a7997954e735e2aee08ab6276c58790b57d7f7cb29e284e9a1e50ca50a373ed4e75524fbd85349a31f8667
 SHA512 
d2d5b1a5d2ca99735ad40532a04a935235bb62b5eb2494ec5c5f2e17b271b40d43552895bb977e892d0a226cd3514c4314f541ac8eb1d610c3b20b183b18f229
 DIST enigmail-2.0.7.tar.gz 2537431 BLAKE2B 
44088c12afaf285a8a1d735e02b54998af14b9990f1ab75b9f20a63c3b6fcd5b115bad18601876bd00d6910fa6da5d37e41c4b9a34102f5c1f4157bc7929d3bd
 SHA512 
37572dbc2d5df549c3e1d5bbb8a78ce41af66072eabf4d340d98656e89be6fa1bd68fc2591827ec13cb0e32333f2e54f16b08f28dca5d7b576f9c16701f6f960

diff --git a/x11-plugins/enigmail/enigmail-2.0.6.1.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.6.1.ebuild
deleted file mode 100644
index 9e8d0cbb395..000
--- a/x11-plugins/enigmail/enigmail-2.0.6.1.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 

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

2018-06-13 Thread Ian Stakenvicius
commit: e22b2f158eb694e0ecdcab392acf3c73b8ee28ae
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Jun 13 20:01:40 2018 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Jun 13 20:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22b2f15

x11-plugins/enigmail: bump for CVE-2018-12019

Bug: http://bugs.gentoo.org/657986
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-plugins/enigmail/Manifest  |  1 +
 x11-plugins/enigmail/enigmail-2.0.7.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index 4c60cb8d223..5223dc99d5d 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -2,3 +2,4 @@ DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 
729cf7e404b4cc5d964df476e627b476916cd
 DIST enigmail-2.0.5.tar.gz 2534693 BLAKE2B 
ad5984b74df2bd1c563f89a23136d9c9742aa7ba94d5683b9046f93eb11c5f729231497e5bb6e8c002c03feb55f2e2a07b43063bc63de3c7c578ea5b4b136fd1
 SHA512 
9edf78f38dbdb73f16190cc6b08eb02dcc199c41026003d19ce302a48fb4d9a6be6e765bbb7a8ef7f1bc3eea1065182437850da23c3ef5b89d1d5c66c602480b
 DIST enigmail-2.0.6.1.tar.gz 2535278 BLAKE2B 
be841b2f1f9ceeb4e339509599971389f1d518a833a8ab3f61e57a609803c1a7ba6bc47cb0e460e5f1b2b74117e6a40b7dfb023e68ad9e2186e6fa21afea59ee
 SHA512 
231e17f207d021d4a73b00abd1697003d7fc644df73c7e5ea8e83340ef011a3a627a9ac48ce3acb60e4cb415ee2038d294258173f9def01dd48d52ab6fc3669a
 DIST enigmail-2.0.6.tar.gz 2535125 BLAKE2B 
1fd0d220f7f1020bac9487a7b6ed234e2b3b9b5929a7997954e735e2aee08ab6276c58790b57d7f7cb29e284e9a1e50ca50a373ed4e75524fbd85349a31f8667
 SHA512 
d2d5b1a5d2ca99735ad40532a04a935235bb62b5eb2494ec5c5f2e17b271b40d43552895bb977e892d0a226cd3514c4314f541ac8eb1d610c3b20b183b18f229
+DIST enigmail-2.0.7.tar.gz 2537431 BLAKE2B 
44088c12afaf285a8a1d735e02b54998af14b9990f1ab75b9f20a63c3b6fcd5b115bad18601876bd00d6910fa6da5d37e41c4b9a34102f5c1f4157bc7929d3bd
 SHA512 
37572dbc2d5df549c3e1d5bbb8a78ce41af66072eabf4d340d98656e89be6fa1bd68fc2591827ec13cb0e32333f2e54f16b08f28dca5d7b576f9c16701f6f960

diff --git a/x11-plugins/enigmail/enigmail-2.0.7.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.7.ebuild
new file mode 100644
index 000..9e8d0cbb395
--- /dev/null
+++ b/x11-plugins/enigmail/enigmail-2.0.7.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( 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: dev-ruby/childprocess/

2018-06-13 Thread Sergei Trofimovich
commit: 8d55908002edcb7a1d3f0761881604f8707421a2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:57:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d559080

dev-ruby/childprocess: stable 0.9.0 for sparc

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

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

diff --git a/dev-ruby/childprocess/childprocess-0.9.0.ebuild 
b/dev-ruby/childprocess/childprocess-0.9.0.ebuild
index 3fdfcee1524..1f132f524d7 100644
--- a/dev-ruby/childprocess/childprocess-0.9.0.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.9.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"



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

2018-06-13 Thread Sergei Trofimovich
commit: df76645dbdb581cb893e2346018db630abfc2b4c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:56:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df76645d

dev-ruby/mustache: stable 1.0.5 for sparc

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

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

diff --git a/dev-ruby/mustache/mustache-1.0.5.ebuild 
b/dev-ruby/mustache/mustache-1.0.5.ebuild
index 68ae1a0815f..12cbbec22b0 100644
--- a/dev-ruby/mustache/mustache-1.0.5.ebuild
+++ b/dev-ruby/mustache/mustache-1.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://mustache.github.com/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



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

2018-06-13 Thread Sergei Trofimovich
commit: c12d4b3edebc65ec584ee9119131f27105dca339
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:56:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12d4b3e

dev-ruby/rdiscount: stable 2.2.0.1 for sparc

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

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

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 23c9e684d8d..8fe23903ab1 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-13 Thread Sergei Trofimovich
commit: 976f0d8a9eeb11e12774e9ea439a0ea1c4018889
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:55:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976f0d8a

dev-ruby/builder: stable 3.2.3 for sparc

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

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

diff --git a/dev-ruby/builder/builder-3.2.3.ebuild 
b/dev-ruby/builder/builder-3.2.3.ebuild
index dcad35e945a..fe84624bf1b 100644
--- a/dev-ruby/builder/builder-3.2.3.ebuild
+++ b/dev-ruby/builder/builder-3.2.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://onestepback.org/;
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~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=""
 
 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"



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

2018-06-13 Thread Sergei Trofimovich
commit: 1d563fc5eba11cceeed1db0e0ae9bc0db52ee93c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:58:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d563fc5

dev-ruby/hoe-seattlerb: stable 1.3.5 for sparc

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

 dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild 
b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
index 4eb03860ae2..20921d9b810 100644
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/hoe-seattlerb;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-13 Thread Sergei Trofimovich
commit: d467854b9e1ae2b7e7eab5723c5e53ee78c92436
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 13 17:58:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 13 20:01:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d467854b

dev-ruby/syntax: stable 1.2.2 for sparc

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

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

diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild 
b/dev-ruby/syntax/syntax-1.2.2.ebuild
index f338a870525..c235187bbce 100644
--- a/dev-ruby/syntax/syntax-1.2.2.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test doc"
 
 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"



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

2018-06-13 Thread Matt Thode
commit: 9407f7e88f1872913ea9ca69ac7160a4f0dcfedf
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:29:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9407f7e8

app-admin/puppet-agent: 5.5.3 bup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/puppet-agent/Manifest  |  2 +
 app-admin/puppet-agent/puppet-agent-5.5.3.ebuild | 85 
 2 files changed, 87 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 4de6d55530d..c8d50af815c 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -2,3 +2,5 @@ DIST puppet-agent_1.10.12-1stretch_amd64.deb 15443166 BLAKE2B 
74c8465fd8cc98ca11
 DIST puppet-agent_1.10.12-1stretch_i386.deb 16308082 BLAKE2B 
6606c15aac51b28e9e8011168563dff9069b6b065f861c01f4fc768064fe266f83211fbc8fefebfe4bdf81c6220b5daa19f66a9214bd1f2ff53a3b1a2e87128a
 SHA512 
fce0a3ac12afcc293fbdf3cc990407b82592228ed8ed609f4b98c17cea35c8e5ff5f47287880601fa80ac2f7fa608dfe00b3594a906d52bc2bd2e04117ccb856
 DIST puppet-agent_5.5.1-1stretch_amd64.deb 17325604 BLAKE2B 
1fab815d5d238cb6a05da91a4a9645644915493b2117ff29b8ba258edab18084394c8054f37c5bcbee9bf903dabce5741d7ef4be0a94a0ec8c13ac4b825b8bca
 SHA512 
c4c7ce50cf576a6b12ecee8b9a6c7969512b3625e7ea0f16cc4cd367cebee5271cdaf7cc084fe4d344b42ab6e200664fe7b167acd9cd0da23d2ff3cd9028d6f7
 DIST puppet-agent_5.5.1-1stretch_i386.deb 18063690 BLAKE2B 
ea7c7068e57da1249c1b1c7232e1af673840b0c8c7e5795574ffcb1861c68683ac9f21f8f4216272130b12a61bb8b324e49d6bf7f0c3d314857fd2591a7ad6ff
 SHA512 
1a64616191a5143b150fe1d145ea786233ab763e87d5fe86bd1b3306fa73bab60d2f3d5c0bb7fcb6fe7c700a47a4c94c72eef1509732b18a5caf0fcd7f060602
+DIST puppet-agent_5.5.3-1stretch_amd64.deb 17272112 BLAKE2B 
5e052f837184b1d1dd5965ccb18e3a52dc88ea6ba85c0c3c5222ffe50e32e0a72a6f14274f5dd6c1bd63b3a160affa8a6b3399ac75e27d9cc2c267a1e1c0e89d
 SHA512 
1629b3535b900081676647f64c17e3c0d23df38525d90d5f3993877d0749d18cf55f72fb20c47e20a63d18c2c7ad95cc0f179449c386ce3b8ec8a6d0f40243e7
+DIST puppet-agent_5.5.3-1stretch_i386.deb 18189670 BLAKE2B 
a8791926a5ce08edad363670ab5269fcef208c3137db4126f33295fd7fdd447620578445eb0a9396e263fed8612981581cef0c5f6d3e51634722c01c79e2c9dc
 SHA512 
83a1f472c4af97a48703ca61a00740fc7806155732bd488d3f9d757f969dca0a19cec014dad0bb5e6d8b5384d32c2d906ad0e8438efeeae5fdd39524cc11f6f8

diff --git a/app-admin/puppet-agent/puppet-agent-5.5.3.ebuild 
b/app-admin/puppet-agent/puppet-agent-5.5.3.ebuild
new file mode 100644
index 000..5570060df99
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-5.5.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   sys-libs/readline:0/7
+   sys-libs/ncurses:0[tinfo]
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/run/puppet puppet
+}
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/mcollective
+   doconfd etc/default/pxp-agent
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/pxp-agent
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   dodir var/log/puppetlabs/puppet/
+   fperms 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd" puppet
+   newinitd "${FILESDIR}/mcollective.initd" mcollective
+   systemd_dounit lib/systemd/system/puppet.service
+   systemd_dounit lib/systemd/system/mcollective.service
+   systemd_dounit lib/systemd/system/pxp-agent.service
+   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
+   # symlinks
+   chmod 0755 -R 

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

2018-06-13 Thread Matt Thode
commit: 4218b05a5a282d2eda8538d35f971c41aad8c5ca
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:24:51 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4218b05a

dev-python/keyring: 12.2.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/keyring/Manifest  |  2 --
 dev-python/keyring/keyring-10.6.0.ebuild | 38 --
 dev-python/keyring/keyring-12.2.0.ebuild | 40 
 dev-python/keyring/keyring-12.2.1.ebuild |  2 +-
 4 files changed, 1 insertion(+), 81 deletions(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 9d5edb67c35..27b58f7bc36 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,5 +1,3 @@
-DIST keyring-10.6.0.tar.gz 40782 BLAKE2B 
acd327711a8f7deb08d172000294d5f104e2d01b65dc7412fa8ceec1c24405206982af04e75da0dfdb7a224a4f8c9ad6f8d5f37106e68eb1add637d7d5027c4f
 SHA512 
56e9c11ac6d50d22ca74f6d677eb24da876a27c84501d8be4ad0cee44356a67213a7d255e0fdab1343411b75b55e9ab50210d0ae95879ae9f3acb8cbe73f9848
 DIST keyring-11.0.0.tar.gz 40883 BLAKE2B 
50ce8bf1265899a3054edf2fabef75694190e06e83a56b5de8e76b3d6c4ea460971d74c1a03d936765914d3b2a1812836bb56363911b706d20d59c158e8478f2
 SHA512 
d4937e84e6de18ed8fcba02d2d297ecc5a6434623c362f5608141041acbc7bc27fbf94e54a5a503a02b725df737fa8505d0d91e2c3e84298fa4044d7dc99f207
 DIST keyring-11.1.0.tar.gz 25518 BLAKE2B 
8b23853a15217a4d51a30d2add4f2e4eaa9af788c37fbb821bde69081d120f4a81560d2165b067b3eb299903a35d0316d944c3889c312745609085bb6ce29cec
 SHA512 
3fb099f8a72c705ad1e2387b67ca3b9bf18615f9253e589bc8996e3b31db4b295a925ff95ef52da861e94ecf10d080db93bde1a7420e8de12448220abe2e016e
-DIST keyring-12.2.0.tar.gz 42106 BLAKE2B 
af218786a033d1f8aa4fe0144bf70f89656d21bb7b6d2574386623483f86d0be7ede522e4370111d6b56cb836f70873b4591b242241cb9ec30353cfa0041a82f
 SHA512 
1bdec1d9775157c47710280cb95ac1419f357840ca0b1aba5bdb48f4851ceb04c9ef56f74e5ab564b1365ce2ec45a3ff15d1ae23360bb9b9e098b3684a06e80f
 DIST keyring-12.2.1.tar.gz 42242 BLAKE2B 
b821f17a671e89a28bd2953456bd0406e4f7fd142f1abf2e1f752e8f74f072c8fa995b90de62ac34586dd50a4dab47dff3bbb19157d76bb2f93a61e176dc3188
 SHA512 
8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371

diff --git a/dev-python/keyring/keyring-10.6.0.ebuild 
b/dev-python/keyring/keyring-10.6.0.ebuild
deleted file mode 100644
index 129607227e0..000
--- a/dev-python/keyring/keyring-10.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring;
-SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~arm amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/collective-checkdocs[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-src_unpack() {
-   unpack $A
-   # This is an interactive test.
-   rm -f "${S}"/keyring/tests/backends/test_kwallet.py
-}
-
-python_test() {
-   py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}

diff --git a/dev-python/keyring/keyring-12.2.0.ebuild 
b/dev-python/keyring/keyring-12.2.0.ebuild
deleted file mode 100644
index 9b35a1c4afb..000
--- a/dev-python/keyring/keyring-12.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides access to the system keyring service"
-HOMEPAGE="https://github.com/jaraco/keyring;
-SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-   dev-python/secretstorage[${PYTHON_USEDEP}]
-   dev-python/entrypoints[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-flake8[${PYTHON_USEDEP}]
-   dev-python/collective-checkdocs[${PYTHON_USEDEP}]
-   )"
-RDEPEND=""
-
-src_unpack() {
-   unpack $A
-   # This is an interactive 

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

2018-06-13 Thread Matt Thode
commit: ec747d43b8eda2fbdf1d2331694f40971bf73e62
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:27:20 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec747d43

app-admin/ansible: 2.5.4 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/ansible/Manifest  |  1 -
 app-admin/ansible/ansible-2.4.2.0-r1.ebuild | 56 
 app-admin/ansible/ansible-2.4.2.0.ebuild| 57 -
 app-admin/ansible/ansible-2.5.3.ebuild  | 56 
 app-admin/ansible/ansible-2.5.4.ebuild  |  2 +-
 5 files changed, 1 insertion(+), 171 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index cae36392ed6..ce3d4d8564a 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-2.4.2.0.tar.gz 6503595 BLAKE2B 
df4ec4e24671f1488950f2d9eb7705fbad4e035d6ac67d5017417281455cc44cde1290976a9ed16675c0cc19a9190200b95b29890725c56df5f2699398accd6b
 SHA512 
32a075959dca01e184d9c3988fc9c491e904e7627a38e3527c37a8b26340f331bd294cacfe7353d339d15488857ba5ee1b36d9ae4ebeb8b5827934a73f4b42b0
 DIST ansible-2.4.3.0.tar.gz 655 BLAKE2B 
d43679c651f6aa5fd86c797a204645a8ee98efbcde9abaa25385aeb6f1d7c8b4ad74185434bfd159dbf673fe9339ef8f915f78238f8b8a5caf924b54cb9bdd52
 SHA512 
a7cda358c67c519c7e5ba248bf47070f21a27203fb29d70d9d75ecf027ba1275d71c0f96493e047281211d172a3be8273d7e0816284695fb0bc8b94daa82
 DIST ansible-2.4.4.0.tar.gz 6512938 BLAKE2B 
51e397d2242209271a8aef211c3bdeb34a15e2061a202415749ecb4232e0521aff304d5585d536b1805f14ff476b0733d559eeabe6e44de7b273b8606b11b805
 SHA512 
f0dcf92f2c69931fa06e6dd3845c11592d5a7e44f19a99c4d6c361022708560170f2b74ad20eded61fa5812c90eed281b78396aa92e0b33717970afb5966dd72
 DIST ansible-2.5.2.tar.gz 10105800 BLAKE2B 
0d9080b666164c96c2a237f9a5f4b271a2fe9933d1999df85cd973df0cf85d850343bc33b8afb18c1bf0a7eecb2ab193e91c7a02c3e56e8a5e41338ce7a90081
 SHA512 
25568665b96ee9d7ca0888dadd90de178a9cc1da7dba07acb682ca4455ef91622344958ec2000eafbb4cfda87aec325be77d3d5b395aa4bbc2d180fad1a90a34

diff --git a/app-admin/ansible/ansible-2.4.2.0-r1.ebuild 
b/app-admin/ansible/ansible-2.4.2.0-r1.ebuild
deleted file mode 100644
index 573d04b3580..000
--- a/app-admin/ansible/ansible-2.4.2.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 eutils versionator
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/;
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-# not included in release tarball
-RESTRICT="test"
-
-python_test() {
-   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   doman docs/man/man1/*.1
-   dodoc -r examples
-}

diff --git a/app-admin/ansible/ansible-2.4.2.0.ebuild 
b/app-admin/ansible/ansible-2.4.2.0.ebuild
deleted file mode 100644
index 096299da9d6..000
--- a/app-admin/ansible/ansible-2.4.2.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1 eutils versionator
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/;
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   

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

2018-06-13 Thread Matt Thode
commit: 00564afb395d7f0c3a2b23368a53b6ad2823145e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:32:31 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00564afb

app-admin/puppet: 5.5.2 bup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/puppet/Manifest|   1 +
 app-admin/puppet/puppet-5.5.2.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index be4274161a3..d5a515b08d2 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-4.10.11.tar.gz 3022878 BLAKE2B 
d3eec840bb1c46e0dfbbc9dad598b362049a76c7ee60b4ff314e7ba2ce19613f834baced94afbbf499b513391107c4229be5f40c275d0724b200358722db0e96
 SHA512 
5eaac8bd973d0013e7774c9bda81524332f2b3b0177c04e78554bfb0815697b4b296d5dd11a04f7fad782ad975b350b149b1cd97fc5f06974952314f163f1b40
 DIST puppet-5.5.1.tar.gz 3035639 BLAKE2B 
2930ca9eb928d7c6a69ea76673fc4d002e230bf6dbcd28764e8d5bd504ae11326dc856ed64480e13c9eb1d683ad5e8ef64fc9e217942b59d90c6a0bc98e0197c
 SHA512 
20bf7094193f30cfc7a91244275fc79eef0296036ffbc6bbe405e9ca75123b722be6855c746ef8cd35f80bd7a7308408a9205d064f0f910e11877e4db0ebdabc
+DIST puppet-5.5.2.tar.gz 3036714 BLAKE2B 
8be2c2fa7b66a2fd8d413f01afad22f7e0724c31a0a92b777f1b61e2139f14f3284a11cfb52fea8833556208d8bb3e99f20b1ed4fa2816809eaa4b92fa730cd5
 SHA512 
4995b6b6d1b75d68dd4c8eba37585c0afa88f9c6b78857e837886ea72b373c884182adf8791e0c9f2a5079f22681a40073e512e6b727ecfcaff463c8024cf5db

diff --git a/app-admin/puppet/puppet-5.5.2.ebuild 
b/app-admin/puppet/puppet-5.5.2.ebuild
new file mode 100644
index 000..1bbef6e5348
--- /dev/null
+++ b/app-admin/puppet/puppet-5.5.2.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem versionator
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # can't be run within portage.
+   epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.
+   rm spec/integration/parser/compiler_spec.rb || die
+
+   # Avoid failing spec that need further investigation.
+   rm spec/unit/module_tool/metadata_spec.rb || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" 
"/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   # systemd stuffs
+   insinto /usr/lib/systemd/system
+   doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
+
+   # tmpfiles stuff
+   insinto /usr/lib/tmpfiles.d
+   newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
+
+   # openrc init stuff
+   newinitd "${FILESDIR}"/puppet.init-4.x puppet
+   newinitd "${FILESDIR}"/puppetmaster.init-4.x puppetmaster
+   newconfd 

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

2018-06-13 Thread Matt Thode
commit: 8e24bb66480ed0d384bd30ac0e196641e14a8479
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:19:58 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e24bb66

dev-python/cachetools: 2.1.0 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/cachetools/Manifest|  2 --
 dev-python/cachetools/cachetools-1.1.5.ebuild | 19 ---
 dev-python/cachetools/cachetools-2.0.0.ebuild | 26 --
 dev-python/cachetools/cachetools-2.1.0.ebuild |  2 +-
 4 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index f6a90df4710..8dda47f257a 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,4 +1,2 @@
-DIST cachetools-1.1.5.tar.gz 13378 BLAKE2B 
68fadc9a3807e28a623671417bad19120d408e204159956c31d2c285e7debea166c1298e9d6cc6f3ecc7c6a05bcf4a5270f303872925e0f5603a2da51bc3
 SHA512 
2565fa8666dffe5cbc349f80e719e0ae0df3ec36de3843f368fa6b4e957c81f8c32f7d6eb704ea1fda5c2851bf57d68e563afa63ed0f7664d3615671f998
-DIST cachetools-2.0.0.tar.gz 18592 BLAKE2B 
edf075b10dfcd9da9416141e8341b06ab93c88d9af59df3b960dd666e305aa94cebc46bc4290f324369a8ffd81853136b9d8318f20257d234f7e0fef7784e41a
 SHA512 
b1e7a6ed87a82a981f6c9b27bc96f26fdae241a12db85ff890538935e957d7ea88688e20a000691466bdb7db053f8c2145385dfcec6f5f4d84dd812ca419752d
 DIST cachetools-2.0.1.tar.gz 18790 BLAKE2B 
48ce160117086306f5dd7fa7d74b12cd05db76089a1b98e78fa77b81e0f99516523fcef1d43c434137689b45e988ba7471469009049337f8e4a9a8aa6bb2e2b8
 SHA512 
4caad0676dab2a2ab922138c8305c7e40ac671aaec59ce502428608217976045af7a714c51567ff020987d3bf90f0c9c51645a59bb4f68d377e1f8dbed24bade
 DIST cachetools-2.1.0.tar.gz 20051 BLAKE2B 
87c0839352a82fa2e531c6e4fe4da3ea7038ab9f09ce0b537f16deebf63de36a49ffd563790d42a1f07962841cf07431f1287de114f9e8d148c1413eedf1ff42
 SHA512 
6536afae48bad99465709860fd57c8c66d3b203ecf79a922e117a2c004a33b7ab2ac895f87596cbf4be377f6655d1deddc80b6500daa4d529eef7c1ca0adbd8d

diff --git a/dev-python/cachetools/cachetools-1.1.5.ebuild 
b/dev-python/cachetools/cachetools-1.1.5.ebuild
deleted file mode 100644
index e8c2e2194b2..000
--- a/dev-python/cachetools/cachetools-1.1.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="https://pypi.org/project/cachetools/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/cachetools/cachetools-2.0.0.ebuild 
b/dev-python/cachetools/cachetools-2.0.0.ebuild
deleted file mode 100644
index 26e716820ad..000
--- a/dev-python/cachetools/cachetools-2.0.0.ebuild
+++ /dev/null
@@ -1,26 +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 )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="https://pypi.org/project/cachetools/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/cachetools/cachetools-2.1.0.ebuild 
b/dev-python/cachetools/cachetools-2.1.0.ebuild
index 29ec2b11fd8..43782bae253 100644
--- a/dev-python/cachetools/cachetools-2.1.0.ebuild
+++ b/dev-python/cachetools/cachetools-2.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="test"
 
 RDEPEND=""



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

2018-06-13 Thread Matt Thode
commit: fd6bdf9cbd1c1c2ddc64d6b01c5af4171649e728
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:24:26 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6bdf9c

dev-python/pytest-flake8: 0.9.1 stable amd64 and x86 for keyring

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
index 6ef8fc62051..9a229ccae91 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2018-06-13 Thread Matt Thode
commit: d25f2aa4245bf6b5c86281d4708e9858a6f9f0ec
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:34:31 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25f2aa4

app-admin/puppetserver: 5.3.3 bup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/puppetserver/Manifest  |   1 +
 app-admin/puppetserver/puppetserver-5.3.3.ebuild | 130 +++
 2 files changed, 131 insertions(+)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 2fefc972326..15a992de963 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,2 +1,3 @@
 DIST puppetserver-5.3.0.tar.gz 66913938 BLAKE2B 
ed24e0c5a8ad14c2c63f7a88deca6a020121fa53890a68b83f3608081c6480540056d483a00df5c1b0d5a008216f27b5d72efa54d885c55f09b1f40441469b39
 SHA512 
5f08f0adba257947ec61eae91b7a417e9055510e278e444ce7c88358163b9bb00f2bf02580ace6064e508c43f8b60ca21d12aa3d1525814754e6259791b34bc5
 DIST puppetserver-5.3.1.tar.gz 67239406 BLAKE2B 
0aca973ad039d51877926459f935e48cb9ee6ed60792ca67af3a65800fc8fd9de8e6cadd3edc83ac83385f8dfba4f0cd83c9a6db665578f3d1d235ccc00e6547
 SHA512 
3d618c351299f4cc038682ab43eb4686bd1baf8f88390c8ac41eb3be9fdf8a7a3a501f0ab8713e45bee0ed02d7a9fd1ed1b7252ebb640ee52aa5da638f0b2ce2
+DIST puppetserver-5.3.3.tar.gz 67238194 BLAKE2B 
0a0b235f26ab15c8f461f6663c26531d3ae469c4467ae33caa98f70d94a02fb89eb0399405be6b1f65f65b2fe4add7a24129f367ae1ab028189d250b087d0915
 SHA512 
dced3a7b7b3acb8966e4eb6f35aa82c84d0bba81487fa0cffc60fa0751b5d5c633be925471145a3e21b8f74bcffaa74f02310644ecc8bf8ebef0222d967fa86a

diff --git a/app-admin/puppetserver/puppetserver-5.3.3.ebuild 
b/app-admin/puppetserver/puppetserver-5.3.3.ebuild
new file mode 100644
index 000..2b6f7873b99
--- /dev/null
+++ b/app-admin/puppetserver/puppetserver-5.3.3.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib systemd tmpfiles user
+
+DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
+HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
+SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="puppetdb"
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+="
+   >=virtual/jdk-1.8.0
+   app-admin/puppet-agent[puppetdb?]"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
+   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
+   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   insinto /opt/puppetlabs/server/apps/puppetserver
+   insopts -m0774
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppet-server-release.jar
+   doins jruby-9k.jar
+   doins jruby-1_7.jar
+   insinto /etc/puppetlabs/puppetserver
+   doins ext/config/logback.xml
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetserver/services.d
+   doins ext/system-config/services.d/bootstrap.cfg
+   doins ext/config/services.d/ca.cfg
+   insinto /etc/puppetlabs/puppetserver/conf.d
+   doins ext/config/conf.d/puppetserver.conf
+   doins ext/config/conf.d/auth.conf
+   doins ext/config/conf.d/global.conf
+   doins ext/config/conf.d/web-routes.conf
+   doins ext/config/conf.d/metrics.conf
+   doins ext/config/conf.d/webserver.conf
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
+   doins ext/cli/irb
+   doins ext/cli/foreground
+   doins ext/cli/gem
+   doins ext/cli/ruby
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli
+   doins ext/cli_defaults/cli-defaults.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/bin
+   doins ext/bin/puppetserver
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
+   dodir /opt/puppetlabs/bin
+   dosym 

[gentoo-commits] proj/qt:master commit in: profiles/

2018-06-13 Thread Andreas Sturmlechner
commit: 9c7ccf09de9f4c8b5b6eb678d285560e8b8618ae
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun 13 19:03:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun 13 19:31:10 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9c7ccf09

profiles: Unmask Qt 5.11.0 to prevent downgrades

Downgrading caused through 169e78e10517c0977c261cdfa90f3f59009edc7e.
Closes: https://github.com/gentoo/qt/pull/173

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6717394e..4ee3fa9a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -3,60 +3,3 @@
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
 # careful not to commit atoms that are not valid.
-#
-# Andreas Sturmlechner  (26 May 2018)
-# In preparation.
-~dev-qt/assistant-5.11.0
-~dev-qt/designer-5.11.0
-~dev-qt/linguist-tools-5.11.0
-~dev-qt/linguist-5.11.0
-~dev-qt/pixeltool-5.11.0
-~dev-qt/qdbus-5.11.0
-~dev-qt/qdbusviewer-5.11.0
-~dev-qt/qdoc-5.11.0
-~dev-qt/qt3d-5.11.0
-~dev-qt/qtbluetooth-5.11.0
-~dev-qt/qtcanvas3d-5.11.0
-~dev-qt/qtcharts-5.11.0
-~dev-qt/qtconcurrent-5.11.0
-~dev-qt/qtcore-5.11.0
-~dev-qt/qtdatavis3d-5.11.0
-~dev-qt/qtdbus-5.11.0
-~dev-qt/qtdeclarative-5.11.0
-~dev-qt/qtdiag-5.11.0
-~dev-qt/qtgamepad-5.11.0
-~dev-qt/qtgraphicaleffects-5.11.0
-~dev-qt/qtgui-5.11.0
-~dev-qt/qthelp-5.11.0
-~dev-qt/qtimageformats-5.11.0
-~dev-qt/qtlocation-5.11.0
-~dev-qt/qtmultimedia-5.11.0
-~dev-qt/qtnetwork-5.11.0
-~dev-qt/qtnetworkauth-5.11.0
-~dev-qt/qtopengl-5.11.0
-~dev-qt/qtpaths-5.11.0
-~dev-qt/qtplugininfo-5.11.0
-~dev-qt/qtpositioning-5.11.0
-~dev-qt/qtprintsupport-5.11.0
-~dev-qt/qtquickcontrols-5.11.0
-~dev-qt/qtquickcontrols2-5.11.0
-~dev-qt/qtscript-5.11.0
-~dev-qt/qtscxml-5.11.0
-~dev-qt/qtsensors-5.11.0
-~dev-qt/qtserialbus-5.11.0
-~dev-qt/qtserialport-5.11.0
-~dev-qt/qtspeech-5.11.0
-~dev-qt/qtsql-5.11.0
-~dev-qt/qtsvg-5.11.0
-~dev-qt/qttest-5.11.0
-~dev-qt/qttranslations-5.11.0
-~dev-qt/qtvirtualkeyboard-5.11.0
-~dev-qt/qtwayland-5.11.0
-~dev-qt/qtwebchannel-5.11.0
-~dev-qt/qtwebengine-5.11.0
-~dev-qt/qtwebsockets-5.11.0
-~dev-qt/qtwebview-5.11.0
-~dev-qt/qtwidgets-5.11.0
-~dev-qt/qtx11extras-5.11.0
-~dev-qt/qtxml-5.11.0
-~dev-qt/qtxmlpatterns-5.11.0



[gentoo-commits] proj/betagarden:master commit in: media-tv/mediathekview-bin/

2018-06-13 Thread Sebastian Pipping
commit: 8799357e92f539958fbf90ecf1e6246fcc32dd3a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jun 13 19:23:12 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jun 13 19:23:12 2018 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8799357e

media-tv/mediathekview-bin: 13.0.6

 .../mediathekview-bin-13.0.6.ebuild| 47 ++
 1 file changed, 47 insertions(+)

diff --git a/media-tv/mediathekview-bin/mediathekview-bin-13.0.6.ebuild 
b/media-tv/mediathekview-bin/mediathekview-bin-13.0.6.ebuild
new file mode 100644
index 000..52fe49e
--- /dev/null
+++ b/media-tv/mediathekview-bin/mediathekview-bin-13.0.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2
+
+MY_PN=MediathekView
+DESCRIPTION="Download files from the public broadcasting services"
+HOMEPAGE="http://zdfmediathk.sourceforge.net/;
+SRC_URI="https://github.com/${MY_PN,,}/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.zip;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8"
+RDEPEND=">=virtual/jre-1.8 ~dev-java/oracle-jre-bin-1.8[javafx]
+   media-video/vlc
+   media-video/flvstreamer
+   "
+
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+src_prepare() {
+   ewarn "Bundled libs remaining:"
+   ewarn "$(find lib -name '*.jar' | sort)"
+   eapply_user
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar MediathekView.jar
+   java-pkg_dojar lib/*.jar
+
+   exeinto /usr/share/${PN}/lib/bin/
+   doexe bin/flv.sh || die
+
+   java-pkg_dolauncher ${PN} --main mediathek.Main
+
+   # FIXME javafx:
+   local javafx_jar="$(ls -1 /opt/oracle-jre-bin-1.8.*/lib/ext/jfxrt.jar)"
+   sed "s,^CLASSPATH=\"\(.*\)\",CLASSPATH=\"\1:${javafx_jar}\"," -i 
"${JAVA_PKG_ENV}" || die
+}



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

2018-06-13 Thread Kristian Fiskerstrand
commit: b8ca457d79d94cf2bccff3c4085452c6d1a356e5
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Wed Jun 13 18:53:22 2018 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Wed Jun 13 18:54:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ca457d

dev-libs/libgcrypt: New upstream version 1.8.3

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

 dev-libs/libgcrypt/Manifest   |  1 +
 dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index 8527ff1de64..86446afd01a 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,3 +1,4 @@
 DIST libgcrypt-1.5.6.tar.bz2 1548918 BLAKE2B 
14ff8dfcfd7c5345f1be6d5300b97db27c9ac3c78141cc888ee978882aee39ac386a1e90588d3840bf0595a519437e92fa53b5f73d8659e193a43cfa374dfb34
 SHA512 
2c16912de66bc83adfbf8f43a2a9f57e1afcc866b1774ec11a670e2a793a7c5f2029d134c0bda681c9cb95f7dcc166133782c124e520b7fbe246ec10a9e1c06a
 DIST libgcrypt-1.8.1.tar.bz2 2967344 BLAKE2B 
f259d08427f76238576e3897a821d457b6ff47c99716301b54b20a21ae7574a7ef1f4aa62947c443efb8274d5cb3d64dc1d9c4ea45568f6df6f29c2c1717860b
 SHA512 
27c9d2fd9cba5afca71d421c9299d6942463975fae0bd10d4ff42cda2d7ea213e6b73c071a40fcf23ff52a93394cc7505ab332f8a4a3321826460e471eda5b4e
 DIST libgcrypt-1.8.2.tar.bz2 2966534 BLAKE2B 
1a0768dc1c4fc64913256575ec9ebe77fe8c4297c648972c93865271f0a18e60954d2f37c264bad5f1941b5e80753f34349ded9626e5c26ab469cc076da9ac2e
 SHA512 
1e8c414f95bf6b50e778102ca7c1b3b1f30d8320826d9fff747a0a098ef85499cdc3e6de736853b9cd4e5dadda35c7c0a291e13643dcac5eaef44f2ddc7a6c09
+DIST libgcrypt-1.8.3.tar.bz2 2989166 BLAKE2B 
3443883c3e8d005be6cbdc91589b8b287226f26eb59536e1a32512004af739a64a3817ac38fa1132fdfc3424c21ca49c81db93535a23d590a5dc4f4518f3cce1
 SHA512 
8c873204303f173dd3f49817a81035c1d504b2fc885965c9bc074a6e3fb108ceb6dca366d85e840a40712a6890fc325018ea9b8c1b7b8804c51c44b296cb96a0

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
new file mode 100644
index 000..038308e1dc4
--- /dev/null
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic ltprune multilib-minimal
+
+DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="0/20" # subslot = soname major version
+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"
+IUSE="doc o-flag-munging static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( virtual/texi2dvi )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.1-uscore.patch
+   "${FILESDIR}"/${PN}-multilib-syspath.patch
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/libgcrypt-config
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   if [[ ${CHOST} == *86*-solaris* ]] ; then
+   # ASM code uses GNU ELF syntax, divide in particular, we need to
+   # allow this via ASFLAGS, since we don't have a flag-o-matic
+   # function for that, we'll have to abuse cflags for this
+   append-cflags -Wa,--divide
+   fi
+   local myeconfargs=(
+   --disable-dependency-tracking
+   --enable-noexecstack
+   $(use_enable o-flag-munging O-flag-munging)
+   $(use_enable static-libs static)
+
+   # disabled due to various applications requiring privileges
+   # after libgcrypt drops them (bug #468616)
+   --without-capabilities
+
+   # http://trac.videolan.org/vlc/ticket/620
+   # causes bus-errors on sparc64-solaris
+   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
+   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
+
+   GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   default
+   multilib_is_native_abi && use doc && VARTEXFONTS="${T}/fonts" emake -C 
doc gcrypt.pdf
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && use doc && dodoc doc/gcrypt.pdf
+}
+
+multilib_src_install_all() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/

2018-06-13 Thread Markus Meier
commit: 41dbda492829e663829f56c44875ac00a47b0707
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:50:53 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:51:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dbda49

sys-power/acpid: add ~arm, bug #657332

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 sys-power/acpid/acpid-2.0.29-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild 
b/sys-power/acpid/acpid-2.0.29-r1.ebuild
index f751df7c4bc..d625388e973 100644
--- a/sys-power/acpid/acpid-2.0.29-r1.ebuild
+++ b/sys-power/acpid/acpid-2.0.29-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ia64 x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-apm )"



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

2018-06-13 Thread Markus Meier
commit: 803178accab94427b7ed58de53e56cdf9fe840a8
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:50:06 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:51:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803178ac

sys-apps/fakechroot: add ~arm, bug #657502

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild 
b/sys-apps/fakechroot/fakechroot-2.19.ebuild
index 1f5d289f75a..5b8b7eb28b0 100644
--- a/sys-apps/fakechroot/fakechroot-2.19.ebuild
+++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT="test"



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

2018-06-13 Thread Markus Meier
commit: 0d38414b2c5512a2b500b1c399369a04d8b8be17
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:51:16 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:51:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d38414b

x11-wm/enlightenment: add ~arm, bug #657090

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/x11-wm/enlightenment/enlightenment-0.21.11.ebuild 
b/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
index db85b7f75fd..b360779f58f 100644
--- a/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.21.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0.17/${PV%%_*}"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 
 E_CONF_MODS=(
applications bindings dialogs display



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

2018-06-13 Thread Markus Meier
commit: d66aca9a002da24397fe85c0e98e1109aa012299
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:51:22 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:52:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66aca9a

x11-wm/enlightenment: add ~arm, bug #657090

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild 
b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild
index a099540f896..798567aaf32 100644
--- a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0.17/${PV%%_*}"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 
 E_CONF_MODS=(
applications bindings dialogs display



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

2018-06-13 Thread Markus Meier
commit: 5e58d969605e6de207d56e54f3c4b4a8009dc3ed
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:50:40 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e58d969

dev-python/psutil: add ~arm, bug #657104

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/psutil/psutil-5.4.3.ebuild 
b/dev-python/psutil/psutil-5.4.3.ebuild
index 31ceed99185..0f721d69bac 100644
--- a/dev-python/psutil/psutil-5.4.3.ebuild
+++ b/dev-python/psutil/psutil-5.4.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 DEPEND="



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

2018-06-13 Thread Michał Górny
commit: da5ccfde6ed30c26cee932375577a15abd4d8186
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:12:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5ccfde

media-tv/xmltv: remove unused patch(es)

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

 media-tv/xmltv/files/xmltv-0.5.68-perl526-1.patch | 68 ---
 1 file changed, 68 deletions(-)

diff --git a/media-tv/xmltv/files/xmltv-0.5.68-perl526-1.patch 
b/media-tv/xmltv/files/xmltv-0.5.68-perl526-1.patch
deleted file mode 100644
index 6f92c07bf2a..000
--- a/media-tv/xmltv/files/xmltv-0.5.68-perl526-1.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From 97893e7a8121d5cb384e079f6d63702993785896 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Thu, 14 Sep 2017 08:32:21 +1200
-Subject: Fix configure+compile failing under Perl 5.26 without '.' in @INC
-
-Bug: https://bugs.gentoo.org/630474

- Makefile.PL   | 2 +-
- filter/tv_grep.PL | 2 +-
- grab/it/tv_grab_it.PL | 2 +-
- lib/XMLTV.pm.PL   | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index e068e20..0a0179c 100644
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -251,7 +251,7 @@ elsif ($opt_default) {
- *ask = sub { print "$_[0] $_[2]\n"; $_[2] };
- }
- else {
--require 'lib/Ask/Term.pm';
-+require './lib/Ask/Term.pm';
- *ask = \::Ask::Term::ask_boolean;
- }
- 
-diff --git a/filter/tv_grep.PL b/filter/tv_grep.PL
-index afc86b8..3f343b6 100644
 a/filter/tv_grep.PL
-+++ b/filter/tv_grep.PL
-@@ -12,7 +12,7 @@
- 
- use IO::File;
- use XMLTV;
--require 'filter/Grep.pm';
-+require './filter/Grep.pm';
- 
- my $out = shift @ARGV; die "no output file given" if not defined $out;
- my $in = 'filter/tv_grep.in';
-diff --git a/grab/it/tv_grab_it.PL b/grab/it/tv_grab_it.PL
-index d337941..aee5554 100644
 a/grab/it/tv_grab_it.PL
-+++ b/grab/it/tv_grab_it.PL
-@@ -354,7 +354,7 @@ close IN_FH or die "cannot close $in: $!";
- 
- # stuff for setting share dir
- die "usage: $_ output_file share_dir" if @ARGV != 2;
--require 'lib/set_share_dir.pl';
-+require './lib/set_share_dir.pl';
- #warn "faccio $ARGV[0] $ARGV[1]\n";
- #set_share_dir('grab/it/tv_grab_it.in2', $ARGV[0], $ARGV[1]);
- copy( 'grab/it/tv_grab_it.in2', $ARGV[0] );
-diff --git a/lib/XMLTV.pm.PL b/lib/XMLTV.pm.PL
-index 270ed56..460bb4e 100644
 a/lib/XMLTV.pm.PL
-+++ b/lib/XMLTV.pm.PL
-@@ -8,7 +8,7 @@ use strict;
- sub print_list( $$ );
- 
- my $out = shift @ARGV; die "no output file given" if not defined $out;
--my $in = 'lib/XMLTV.pm.in';
-+my $in = './lib/XMLTV.pm.in';
- require $in;
- open(IN_FH, $in) or die "cannot read $in: $!";
- die if not @XMLTV::Channel_Handlers; die if not @XMLTV::Programme_Handlers;
--- 
-2.14.1
-



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

2018-06-13 Thread Michał Górny
commit: 3aaf60057b054fb69d2f0f04e27820695126e263
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:11:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aaf6005

app-text/convertlit: remove unused patch

 .../files/convertlit-1.8-respectflags.patch| 28 --
 1 file changed, 28 deletions(-)

diff --git a/app-text/convertlit/files/convertlit-1.8-respectflags.patch 
b/app-text/convertlit/files/convertlit-1.8-respectflags.patch
deleted file mode 100644
index 06209ef62ad..000
--- a/app-text/convertlit/files/convertlit-1.8-respectflags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: clit18/Makefile
-===
 clit18/Makefile.orig
-+++ clit18/Makefile
-@@ -1,9 +1,9 @@
- all: clit
- 
--CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I 
../lib/des -I .
-+CFLAGS+=-funsigned-char -I ../lib -I ../lib/des -I . 
- clean:
-   rm -f *.o clit
- 
- clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o 
manifest.o ../lib/openclit.a 
--  gcc -o clit $^  ../libtommath-0.30/libtommath.a
-+  $(CC) $(LDFLAGS) -o clit $^ -ltommath
- 
-Index: lib/Makefile
-===
 lib/Makefile.orig
-+++ lib/Makefile
-@@ -1,6 +1,6 @@
- all: openclit.a
- 
--CFLAGS=-O3 -Wall -Ides -Isha -Inewlzx -I.
-+CFLAGS+=-Ides -Isha -Inewlzx -I.
- clean:
-   rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o
- 



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-pf/files/

2018-06-13 Thread Michał Górny
commit: 0bc1abf1b13c6026b0200a253e4c07c52eeaf65b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:50:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc1abf1

sys-freebsd/freebsd-pf: remove unused patches

 .../freebsd-pf/files/freebsd-pf-9.0-getline.patch  | 38 --
 .../freebsd-pf/files/freebsd-pf-9.0-libevent.patch | 15 -
 .../freebsd-pf/files/freebsd-pf-9.0-pflogd.patch   | 13 
 3 files changed, 66 deletions(-)

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-getline.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-getline.patch
deleted file mode 100644
index 6679d32e806..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-getline.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 contrib/pf/ftp-proxy/ftp-proxy.c.old   2011-11-02 21:18:19.0 
+
-+++ contrib/pf/ftp-proxy/ftp-proxy.c   2011-11-02 21:18:36.0 +
-@@ -103,7 +103,7 @@
- int   drop_privs(void);
- void  end_session(struct session *);
- void  exit_daemon(void);
--int   getline(char *, size_t *);
-+int   ftpgetline(char *, size_t *);
- void  handle_connection(const int, short, void *);
- void  handle_signal(int, short, void *);
- struct session * init_session(void);
-@@ -249,7 +249,7 @@
-   buf_avail);
-   s->cbuf_valid += clientread;
- 
--  while ((n = getline(s->cbuf, >cbuf_valid)) > 0) {
-+  while ((n = ftpgetline(s->cbuf, >cbuf_valid)) > 0) {
-   logmsg(LOG_DEBUG, "#%d client: %s", s->id, linebuf);
-   if (!client_parse(s)) {
-   end_session(s);
-@@ -343,7 +343,7 @@
- }
- 
- int
--getline(char *buf, size_t *valid)
-+ftpgetline(char *buf, size_t *valid)
- {
-   size_t i;
- 
-@@ -1087,7 +1087,7 @@
-   buf_avail);
-   s->sbuf_valid += srvread;
- 
--  while ((n = getline(s->sbuf, >sbuf_valid)) > 0) {
-+  while ((n = ftpgetline(s->sbuf, >sbuf_valid)) > 0) {
-   logmsg(LOG_DEBUG, "#%d server: %s", s->id, linebuf);
-   if (!server_parse(s)) {
-   end_session(s);

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-libevent.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-libevent.patch
deleted file mode 100644
index e488423fc09..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-libevent.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 usr.sbin/ftp-proxy/ftp-proxy/Makefile.old  2011-11-02 20:57:03.0 
+
-+++ usr.sbin/ftp-proxy/ftp-proxy/Makefile  2011-11-02 20:57:21.0 
+
-@@ -7,11 +7,9 @@
- 
- SRCS= ftp-proxy.c filter.c
- 
--CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
- CFLAGS+= -I${.CURDIR}/../../../sys/contrib/pf
- 
--LDADD+= ${LIBEVENT}
--DPADD+= ${LIBEVENT}
-+LDADD+= -levent
- 
- WARNS?=   3
- 

diff --git a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-pflogd.patch 
b/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-pflogd.patch
deleted file mode 100644
index d5a65eab928..000
--- a/sys-freebsd/freebsd-pf/files/freebsd-pf-9.0-pflogd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 sbin/pflogd/Makefile.old   2011-11-02 21:08:46.0 +
-+++ sbin/pflogd/Makefile   2011-11-02 21:08:53.0 +
-@@ -6,10 +6,7 @@
- SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
- MAN=  pflogd.8
- 
--CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h
--
- LDADD=-lpcap
--DPADD=${LIBPCAP} ${LIBUTIL}
- 
- WARNS?=   2
- 



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

2018-06-13 Thread Markus Meier
commit: e0d761588e22422b37e8fe417277bf5e34b61045
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:50:27 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:51:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d76158

dev-python/pysendfile: add ~arm, bug #657104

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 26d0430026e..3629bd53b75 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A python interface to sendfile(2) system call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ~arm ~ia64 x86"
 IUSE=""
 LICENSE="MIT"
 SLOT="0"



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

2018-06-13 Thread Markus Meier
commit: 398cdf3b8f23d7ff492b9960885d159bef252d4e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun 13 18:50:34 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun 13 18:51:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398cdf3b

dev-python/pyftpdlib: add ~arm, bug #657104

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
index ba891027835..e6f9bec3141 100644
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="doc examples ssl test"
 
 RDEPEND="



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

2018-06-13 Thread Michał Górny
commit: 3fdb652c5862978d3c8b2e49b04692fb4c8fc7f1
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:11:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdb652c

dev-util/schroot: remove unused patch

 ...t-1.6.10-cmake-add-additional-regex-tests.patch | 70 --
 1 file changed, 70 deletions(-)

diff --git 
a/dev-util/schroot/files/schroot-1.6.10-cmake-add-additional-regex-tests.patch 
b/dev-util/schroot/files/schroot-1.6.10-cmake-add-additional-regex-tests.patch
deleted file mode 100644
index 1660f18ae4b..000
--- 
a/dev-util/schroot/files/schroot-1.6.10-cmake-add-additional-regex-tests.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From 8c9139249689570ff2f4d058ed1031f0cbb6c084 Mon Sep 17 00:00:00 2001
-From: Roger Leigh 
-Date: Sun, 26 Jul 2015 14:00:13 +0100
-Subject: [PATCH] cmake: Add additional regex tests and corresponding unit
- tests
-

- cmake/regex-checks.cmake | 10 ++
- test/sbuild-regex.cc | 20 
- 2 files changed, 30 insertions(+)
-
-diff --git a/cmake/regex-checks.cmake b/cmake/regex-checks.cmake
-index d0bb211..60507ec 100644
 a/cmake/regex-checks.cmake
-+++ b/cmake/regex-checks.cmake
-@@ -30,6 +30,16 @@ int main() {
-   if (${namespace}_match(fail, bar)) return 11;
-   if (${namespace}_match(fail, chk)) return 12;
- 
-+  // Checks for broken support in GCC 4.9 and 5.1
-+  ${namespace} range1(\"^[a-z0-9][a-z0-9-]*\$\", ${namespace}::extended);
-+  ${namespace} range2(\"^[a-z0-9][-a-z0-9]*\$\", ${namespace}::extended);
-+  if (!${namespace}_match(test, range1)) return 13;
-+  if (!${namespace}_match(test, range2)) return 14;
-+  if (!${namespace}_match(\"a-\", range1)) return 15;
-+  if (!${namespace}_match(\"a-\", range2)) return 16;
-+  if (${namespace}_match(\"-a\", range1)) return 17;
-+  if (${namespace}_match(\"-a\", range2)) return 18;
-+
-   return 0;
- }"
- ${outvar})
-diff --git a/test/sbuild-regex.cc b/test/sbuild-regex.cc
-index 915e915..a8520c5 100644
 a/test/sbuild-regex.cc
-+++ b/test/sbuild-regex.cc
-@@ -33,6 +33,8 @@ class test_regex : public TestCase
-   CPPUNIT_TEST(test_output);
-   CPPUNIT_TEST(test_input);
-   CPPUNIT_TEST(test_match);
-+  CPPUNIT_TEST(test_match_bracket1);
-+  CPPUNIT_TEST(test_match_bracket2);
-   CPPUNIT_TEST_EXCEPTION(test_input_fail, std::regex_error);
-   CPPUNIT_TEST_SUITE_END();
- 
-@@ -88,6 +90,24 @@ class test_regex : public TestCase
-   }
- 
-   void
-+  test_match_bracket1()
-+  {
-+sbuild::regex r("^[a-z0-9][a-z0-9-]*$");
-+CPPUNIT_ASSERT(sbuild::regex_search("foobar", r));
-+CPPUNIT_ASSERT(sbuild::regex_search("a-", r));
-+CPPUNIT_ASSERT(!sbuild::regex_search("-a", r));
-+  }
-+
-+  void
-+  test_match_bracket2()
-+  {
-+sbuild::regex r("^[a-z0-9][-a-z0-9]*$");
-+CPPUNIT_ASSERT(sbuild::regex_search("foobar", r));
-+CPPUNIT_ASSERT(sbuild::regex_search("a-", r));
-+CPPUNIT_ASSERT(!sbuild::regex_search("-a", r));
-+  }
-+
-+  void
-   test_input_fail()
-   {
- sbuild::regex r;



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

2018-06-13 Thread Michał Górny
commit: 07dc9d02d63a7aaed4a3ce0bd7376df469be2191
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:51:13 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dc9d02

sys-freebsd/freebsd-sources: remove unused patches

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

 .../files/freebsd-sources-6.1-ntfs.patch   | 32 
 .../freebsd-sources-7.0-tmpfs_whiteout_stub.patch  | 44 ---
 .../files/freebsd-sources-7.1-types.h-fix.patch| 15 
 .../files/freebsd-sources-9.1-ciss.patch   | 65 
 .../files/freebsd-sources-9.1-cve-2013-3077.patch  | 26 ---
 .../files/freebsd-sources-9.1-cve-2013-3266.patch  | 13 
 .../files/freebsd-sources-9.1-cve-2013-5209.patch  | 19 -
 .../files/freebsd-sources-9.1-cve-2013-5691.patch  | 89 --
 .../files/freebsd-sources-9.1-cve-2013-5710.patch  | 28 ---
 .../files/freebsd-sources-9.1-cve-2014-1453.patch  | 70 -
 .../files/freebsd-sources-9.1-exec.patch   | 66 
 .../files/freebsd-sources-9.1-gentoo.patch | 21 -
 .../files/freebsd-sources-9.1-ktrace.patch | 12 ---
 .../files/freebsd-sources-9.1-mmap-2014.patch  | 20 -
 .../files/freebsd-sources-9.1-mmap.patch   | 20 -
 .../files/freebsd-sources-9.1-nfsserver.patch  | 16 
 .../files/freebsd-sources-9.1-random.patch | 27 ---
 .../files/freebsd-sources-9.1-tcp.patch| 32 
 18 files changed, 615 deletions(-)

diff --git a/sys-freebsd/freebsd-sources/files/freebsd-sources-6.1-ntfs.patch 
b/sys-freebsd/freebsd-sources/files/freebsd-sources-6.1-ntfs.patch
deleted file mode 100644
index e74fcd3f9b8..000
--- a/sys-freebsd/freebsd-sources/files/freebsd-sources-6.1-ntfs.patch
+++ /dev/null
@@ -1,32 +0,0 @@
 sys/fs/ntfs/ntfs_vnops.c.orig  2006-10-17 17:31:36 -0300
-+++ sys/fs/ntfs/ntfs_vnops.c   2006-10-17 17:30:24 -0300
-@@ -507,8 +507,12 @@
- 
-   /* Simulate . in every dir except ROOT */
-   if( ip->i_number != NTFS_ROOTINO ) {
--  struct dirent dot = { NTFS_ROOTINO,
--  sizeof(struct dirent), DT_DIR, 1, "." };
-+  struct dirent dot;
-+  dot.d_fileno= NTFS_ROOTINO;
-+  dot.d_reclen= sizeof(struct dirent);
-+  dot.d_type  = DT_DIR;
-+  dot.d_namlen= 1;
-+  bcopy(".", dot.d_name, 1);
- 
-   if( uio->uio_offset < sizeof(struct dirent) ) {
-   dot.d_fileno = ip->i_number;
-@@ -522,8 +526,12 @@
- 
-   /* Simulate .. in every dir including ROOT */
-   if( uio->uio_offset < 2 * sizeof(struct dirent) ) {
--  struct dirent dotdot = { NTFS_ROOTINO,
--  sizeof(struct dirent), DT_DIR, 2, ".." };
-+  struct dirent dotdot;
-+  dotdot.d_fileno = NTFS_ROOTINO;
-+  dotdot.d_reclen = sizeof(struct dirent);
-+  dotdot.d_type   = DT_DIR;
-+  dotdot.d_namlen = 2;
-+  bcopy("..", dotdot.d_name, 2);
- 
-   error = uiomove((char *),sizeof(struct dirent),uio);
-   if(error)

diff --git 
a/sys-freebsd/freebsd-sources/files/freebsd-sources-7.0-tmpfs_whiteout_stub.patch
 
b/sys-freebsd/freebsd-sources/files/freebsd-sources-7.0-tmpfs_whiteout_stub.patch
deleted file mode 100644
index 13524efa6e0..000
--- 
a/sys-freebsd/freebsd-sources/files/freebsd-sources-7.0-tmpfs_whiteout_stub.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -ur sys/fs/tmpfs.orig/tmpfs_vnops.c sys/fs/tmpfs/tmpfs_vnops.c
 sys/fs/tmpfs.orig/tmpfs_vnops.c2008-06-22 12:17:48 -0300
-+++ sys/fs/tmpfs/tmpfs_vnops.c 2008-06-28 12:05:10 -0300
-@@ -1459,6 +1459,30 @@
-   return (0);
- }
- 
-+
-+/* - */
-+/* This does absolutely nothing */
-+#ifdef GENTOO_LIVECD
-+static int
-+tmpfs_whiteout(struct vop_whiteout_args *ap)
-+{
-+  switch (ap->a_flags) {
-+  case LOOKUP:
-+  return (0);
-+  break;
-+  case CREATE:
-+  return(EOPNOTSUPP);
-+  break;
-+  case DELETE:
-+  return (0);
-+  break;
-+  default:
-+  return(EOPNOTSUPP);
-+  }
-+  return(0);
-+}
-+#endif
-+
- /* - */
- 
- /*
-@@ -1484,6 +1508,9 @@
-   .vop_mkdir =tmpfs_mkdir,
-   .vop_rmdir =tmpfs_rmdir,
-   .vop_symlink =  tmpfs_symlink,
-+#ifdef GENTOO_LIVECD
-+  .vop_whiteout = tmpfs_whiteout,
-+#endif
-   .vop_readdir =  tmpfs_readdir,
-   .vop_readlink = tmpfs_readlink,
-   .vop_inactive = 

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-sbin/files/

2018-06-13 Thread Michał Górny
commit: b44363a09a265d60b02cc3cf991cf326a699025f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:49:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44363a0

sys-freebsd/freebsd-sbin: remove unused patches and file

 .../freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch  | 21 -
 .../files/freebsd-sbin-bsdxml2expat.patch   | 13 -
 sys-freebsd/freebsd-sbin/files/idmapd.initd | 20 
 3 files changed, 54 deletions(-)

diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch 
b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch
deleted file mode 100644
index 22fb2ec62d4..000
--- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-7.1-zlib.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur sbin/savecore/savecore.c sbin-zlib/savecore/savecore.c
 sbin/savecore/savecore.c   2005-02-26 01:21:50 +
-+++ sbin-zlib/savecore/savecore.c  2005-05-06 12:00:06 +
-@@ -95,7 +95,7 @@
- static int checkfor, compress, clear, force, keep, verbose;   /* flags */
- static int nfound, nsaved, nerr;  /* statistics */
- 
--extern FILE *zopen(const char *, const char *);
-+extern FILE *gzopen(const char *, const char *);
- 
- static void
- printheader(FILE *f, const struct kerneldumpheader *h, const char *device,
-@@ -553,7 +553,7 @@
-   if (compress) {
-   sprintf(filename, "%s.%d.gz", istextdump ? "textdump.tar" :
-   "vmcore", bounds);
--  fp = zopen(filename, "w");
-+  fp = gzopen(filename, "w");
-   } else {
-   sprintf(filename, "%s.%d", istextdump ? "textdump.tar" :
-   "vmcore", bounds);

diff --git a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch 
b/sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch
deleted file mode 100644
index bdda99b8c0d..000
--- a/sys-freebsd/freebsd-sbin/files/freebsd-sbin-bsdxml2expat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -uNr sbin/ifconfig.old/regdomain.c sbin/ifconfig/regdomain.c
 sbin/ifconfig.old/regdomain.c  2010-12-21 17:09:25.0 +
-+++ sbin/ifconfig/regdomain.c  2011-07-10 15:56:27.0 +
-@@ -39,7 +39,7 @@
- #include 
- #include 
- 
--#include 
-+#include 
- 
- #include "regdomain.h"
- 
-Los ficheros binarios sbin/ifconfig.old/regdomain.o y 
sbin/ifconfig/regdomain.o son distintos

diff --git a/sys-freebsd/freebsd-sbin/files/idmapd.initd 
b/sys-freebsd/freebsd-sbin/files/idmapd.initd
deleted file mode 100644
index 60a0bb8ad30..000
--- a/sys-freebsd/freebsd-sbin/files/idmapd.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need rpcbind
-}
-
-start() {
-   ebegin "Starting NFS idmapd"
-   start-stop-daemon --start --quiet --exec \
-   /sbin/idmapd -- $idmapdopts
-   eend $? "Error starting NFS idmapd"
-}
-
-stop() {
-   ebegin "Stopping NFS idmapd"
-   start-stop-daemon --stop --quiet --exec /sbin/idmapd
-   eend $? "Error stopping NFS idmapd"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-share/files/

2018-06-13 Thread Michał Górny
commit: 2f7ab0d26c82ede839ed23f64153cdc99847a0f0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:49:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7ab0d2

sys-freebsd/freebsd-share: remove unused patches

 .../files/freebsd-share-5.3-doc-locations.patch| 20 -
 .../files/freebsd-share-5.4-gentoo-skel.patch  | 20 -
 .../files/freebsd-share-8.0-gnu-miscfiles.patch| 26 --
 3 files changed, 66 deletions(-)

diff --git 
a/sys-freebsd/freebsd-share/files/freebsd-share-5.3-doc-locations.patch 
b/sys-freebsd/freebsd-share/files/freebsd-share-5.3-doc-locations.patch
deleted file mode 100644
index c0798d3db14..000
--- a/sys-freebsd/freebsd-share/files/freebsd-share-5.3-doc-locations.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 examples/smbfs/Makefile.orig   Tue Mar 22 15:20:20 2005
-+++ examples/smbfs/MakefileTue Mar 22 15:20:46 2005
-@@ -2,6 +2,7 @@
- 
- NOOBJ=
- BINDIR=   /usr/share/examples/smbfs
-+FILESDIR=  ${DOCDIR}/smbfs
- FILES=dot.nsmbrc
- 
- .PATH: ${.CURDIR}/../../../contrib/smbfs/examples
 examples/smbfs/print/Makefile.orig Tue Mar 22 15:22:17 2005
-+++ examples/smbfs/print/Makefile  Tue Mar 22 15:22:35 2005
-@@ -2,6 +2,7 @@
- 
- NOOBJ=
- BINDIR=   /usr/share/examples/smbfs/print
-+FILESDIR=  ${DOCDIR}/smbfs/print
- FILES=lj6l ljspool printcap.sample tolj
- 
- .PATH: ${.CURDIR}/../../../../contrib/smbfs/examples/print

diff --git 
a/sys-freebsd/freebsd-share/files/freebsd-share-5.4-gentoo-skel.patch 
b/sys-freebsd/freebsd-share/files/freebsd-share-5.4-gentoo-skel.patch
deleted file mode 100644
index f668d04c4f9..000
--- a/sys-freebsd/freebsd-share/files/freebsd-share-5.4-gentoo-skel.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: fbsd/share/skel/Makefile
-===
 fbsd.orig/share/skel/Makefile
-+++ fbsd/share/skel/Makefile
-@@ -2,11 +2,11 @@
- # $FreeBSD: src/share/skel/Makefile,v 1.9.2.1 2005/02/13 07:23:30 obrien Exp $
- 
- FILESGROUPS=  FILES1 FILES2
--FILES1=   dot.cshrc dot.login dot.login_conf dot.mailrc 
dot.profile \
-+FILES1=   dot.login_conf dot.mailrc \
-   dot.shrc
--FILES2=   dot.mail_aliases dot.rhosts 
--FILES1DIR=/usr/share/skel
--FILES2DIR=/usr/share/skel
-+FILES2=   dot.mail_aliases
-+FILES1DIR=/etc/skel
-+FILES2DIR=/etc/skel
- FILES1MODE=   0644
- FILES2MODE=   0600
- NOOBJ=

diff --git 
a/sys-freebsd/freebsd-share/files/freebsd-share-8.0-gnu-miscfiles.patch 
b/sys-freebsd/freebsd-share/files/freebsd-share-8.0-gnu-miscfiles.patch
deleted file mode 100644
index 19167a6e04c..000
--- a/sys-freebsd/freebsd-share/files/freebsd-share-8.0-gnu-miscfiles.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 share/misc/Makefile.old2010-03-12 01:32:39 +0100
-+++ share/misc/Makefile2010-03-12 01:33:25 +0100
-@@ -3,9 +3,9 @@
- 
- .PATH:${.CURDIR}/../../sys/dev/usb
- 
--FILES=ascii birthtoken bsd-family-tree committers-doc.dot 
committers-ports.dot \
-+FILES=bsd-family-tree committers-doc.dot committers-ports.dot \
-   committers-src.dot eqnchar flowers init.ee \
--  iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
-+  iso3166 iso639 man.template mdoc.template pci_vendors \
-   scsi_modes usb_hid_usages usbdevs
- 
- NO_OBJ=
 share/dict/Makefile.old2010-03-12 01:33:53 +0100
-+++ share/dict/Makefile2010-03-12 01:34:18 +0100
-@@ -4,8 +4,7 @@
- NO_OBJ=
- 
- # XXX MISSING:connectives words
--FILES=README propernames web2 web2a freebsd
-+FILES=README freebsd
- FILESDIR= ${BINDIR}/dict
--SYMLINKS= web2 ${FILESDIR}/words
- 
- .include 



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-pam-modules/files/

2018-06-13 Thread Michał Górny
commit: 45dc293cf1eff21776c5272381fa9c17ab462355
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:49:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dc293c

sys-freebsd/freebsd-pam-modules: remove unused patch

 .../files/freebsd-pam-modules-9.0-gentoo.patch | 22 --
 1 file changed, 22 deletions(-)

diff --git 
a/sys-freebsd/freebsd-pam-modules/files/freebsd-pam-modules-9.0-gentoo.patch 
b/sys-freebsd/freebsd-pam-modules/files/freebsd-pam-modules-9.0-gentoo.patch
deleted file mode 100644
index aa08d40693c..000
--- a/sys-freebsd/freebsd-pam-modules/files/freebsd-pam-modules-9.0-gentoo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 lib/libpam/modules/Makefile.inc.old2011-11-02 20:46:56.0 
+
-+++ lib/libpam/modules/Makefile.inc2011-11-02 20:47:16.0 +
-@@ -5,18 +5,10 @@
- NO_INSTALLLIB=
- NO_PROFILE=
- 
--CFLAGS+= -I${PAMDIR}/include -I${.CURDIR}/../../libpam
-+CFLAGS+= -I${.CURDIR}/../../libpam
- 
--# This is nasty.
--# For the static case, libpam.a depends on the modules.
--# For the dynamic case, the modules depend on libpam.so.N
--.if defined(_NO_LIBPAM_SO_YET)
--NO_PIC=
--.else
- SHLIB_NAME?=  ${LIB}.so.${SHLIB_MAJOR}
--DPADD+=   ${LIBPAM}
- LDADD+=   -lpam
--.endif
- 
- .c.o:
-   ${CC} ${CFLAGS} -DOPENPAM_STATIC_MODULES -c ${.IMPSRC}



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

2018-06-13 Thread Michał Górny
commit: 6016247bcc7662d9ec9da58f3af570448f106c72
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:11:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6016247b

dev-libs/log4shib: remove unused patch(es)

 dev-libs/log4shib/files/log4shib-doc.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-libs/log4shib/files/log4shib-doc.patch 
b/dev-libs/log4shib/files/log4shib-doc.patch
deleted file mode 100644
index c7c58f0781a..000
--- a/dev-libs/log4shib/files/log4shib-doc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 doc/Makefile.am.orig   2008-10-18 09:03:48.0 +0200
-+++ doc/Makefile.am2008-10-18 09:05:16.0 +0200
-@@ -1,7 +1,7 @@
- SUBDIRS = html
- 
- man3dir = $(DESTDIR)$(mandir)/man3
--docdir  = $(prefix)/doc/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
-+docdir  = $(DESTDIR)/$(datarootdir)/doc/@PACKAGE_TARNAME@-@PACKAGE_VERSION@
- 
- EXTRA_DIST = \
-   mainPage.txt



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

2018-06-13 Thread Michał Górny
commit: 6cfe55d5345202fa022bcf71ae8400978480718d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 17:48:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfe55d5

sys-fs/fuse4bsd: remove unused patches

 sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-gcc4.patch  |  12 -
 sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-ports.patch | 491 ---
 2 files changed, 503 deletions(-)

diff --git a/sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-gcc4.patch 
b/sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-gcc4.patch
deleted file mode 100644
index ca1158e9fc1..000
--- a/sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-gcc4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur fuse4bsd-0.3.0.old/fuse_module/fuse.c 
fuse4bsd-0.3.0/fuse_module/fuse.c
 fuse4bsd-0.3.0.old/fuse_module/fuse.c  2006-11-05 14:32:44.0 
+0100
-+++ fuse4bsd-0.3.0/fuse_module/fuse.c  2006-11-05 14:33:43.0 +0100
-@@ -5971,7 +5971,7 @@
- extern struct cdevsw fmaster_cdevsw[5];
- static struct cdev *fmaster_dev[5];
- #endif
--extern struct vfsconf fuse_vfsconf;
-+static struct vfsconf fuse_vfsconf;
- 
- 
- static void

diff --git a/sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-ports.patch 
b/sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-ports.patch
deleted file mode 100644
index a2c34991929..000
--- a/sys-fs/fuse4bsd/files/fuse4bsd-0.3.0-ports.patch
+++ /dev/null
@@ -1,491 +0,0 @@
 fuse_module/fmaster.c  Mon Jun 19 22:10:26 2006 +0200
-+++ fuse_module/fmaster.c  Mon Jun 19 22:23:08 2006 +0200
-@@ -506,22 +506,22 @@ fuse_response_prettyprint(enum fuse_opco
-   case FUSE_FSYNCDIR:
-   //pp_buf(fresp);
-   break;
--#if FUSE_HAS_GETLK
-+#ifdef FUSE_HAS_GETLK
-   case FUSE_GETLK:
-   panic("FUSE_GETLK implementor has forgotten to define a 
response body format check");
-   break;
- #endif
--#if FUSE_HAS_SETLK
-+#ifdef FUSE_HAS_SETLK
-   case FUSE_SETLK:
-   panic("FUSE_SETLK implementor has forgotten to define a 
response body format check");
-   break;
- #endif
--#if FUSE_HAS_SETLKW
-+#ifdef FUSE_HAS_SETLKW
-   case FUSE_SETLKW:
-   panic("FUSE_SETLKW implementor has forgotten to define a 
response body format check");
-   break;
- #endif
--#if FUSE_HAS_ACCESS
-+#ifdef FUSE_HAS_ACCESS
-   case FUSE_ACCESS:
-   break;
- #endif--- fuse_module/fuse.c.orig Wed Sep 27 15:49:47 2006
-+++ fuse_module/fuse.c Wed Sep 27 15:52:02 2006
-@@ -75,7 +75,7 @@
- };
- 
- 
--#if USE_OLD_CLONEHANDLER_API
-+#ifdef USE_OLD_CLONEHANDLER_API
- static voidfusedev_clone(void *arg, char *name, int 
namelen, struct cdev **dev);
- #else
- static voidfusedev_clone(void *arg, struct ucred *cred, 
char *name, int namelen, struct cdev **dev);
-@@ -120,7 +120,7 @@
- __static void  fuse_insert_message(struct fuse_ticket *tick);
- __static fuse_handler_tfuse_standard_handler;
- static fuse_handler_t  fuse_fsync_handler;
--#if FUSE_HAS_CREATE
-+#ifdef FUSE_HAS_CREATE
- static fuse_handler_t  fuse_forgetful_handler;
- #endif
- 
-@@ -852,27 +852,27 @@
-   case FUSE_FSYNCDIR:
-   err = blen == 0 ? 0 : EINVAL;
-   break;
--#if FUSE_HAS_GETLK
-+#ifdef FUSE_HAS_GETLK
-   case FUSE_GETLK:
-   panic("FUSE_GETLK implementor has forgotten to define a 
response body format check");
-   break;
- #endif
--#if FUSE_HAS_SETLK
-+#ifdef FUSE_HAS_SETLK
-   case FUSE_SETLK:
-   panic("FUSE_SETLK implementor has forgotten to define a 
response body format check");
-   break;
- #endif
--#if FUSE_HAS_SETLKW
-+#ifdef FUSE_HAS_SETLKW
-   case FUSE_SETLKW:
-   panic("FUSE_SETLKW implementor has forgotten to define a 
response body format check");
-   break;
- #endif
--#if FUSE_HAS_ACCESS
-+#ifdef FUSE_HAS_ACCESS
-   case FUSE_ACCESS:
-   err = blen == 0 ? 0 : EINVAL;
-   break;
- #endif
--#if FUSE_HAS_CREATE
-+#ifdef FUSE_HAS_CREATE
-   case FUSE_CREATE:
-   err = blen == sizeof(struct fuse_entry_out) + sizeof(struct 
fuse_open_out) ? 0 : EINVAL;
-   break;
-@@ -881,7 +881,7 @@
-   panic("fuse opcodes out of sync");
-   }
- 
--#if _DEBUG2G
-+#ifdef _DEBUG2G
-   if (err)
-   DEBUG2G("op %s (#%d) with body size %d: invalid body size\n",
-   (0 <= opcode && opcode <= fuse_opnames_entries) ? 
fuse_opnames[opcode] : "???",
-@@ -904,7 +904,7 @@
-  uint64_t nid, enum fuse_opcode op, size_t blen,
-  struct thread* td, struct ucred *cred)
- {
--  ihead->len = sizeof(ihead) + blen; /* actually not used by lib */
-+  ihead->len = sizeof(*ihead) + blen; /* actually not used by lib */
-   ihead->unique = tick->unique;
-

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

2018-06-13 Thread Michał Górny
commit: e2fd4509d0a26aa61b9f610facf26f4aa2363fb2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 13 18:10:16 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:51:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fd4509

app-cdr/cuetools: remove unused patch(es)

 app-cdr/cuetools/files/cuetools-1.3.1-flac.patch | 16 
 1 file changed, 16 deletions(-)

diff --git a/app-cdr/cuetools/files/cuetools-1.3.1-flac.patch 
b/app-cdr/cuetools/files/cuetools-1.3.1-flac.patch
deleted file mode 100644
index 32c76b8b0ee..000
--- a/app-cdr/cuetools/files/cuetools-1.3.1-flac.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix cuetag for media-libs/flac-1.2.1
-
-https://bugs.gentoo.org/show_bug.cgi?id=327271
-
-Patch written by Alexander Kozyrev 
 a/extras/cuetag.sh
-+++ b/extras/cuetag.sh
-@@ -18,7 +18,7 @@
- {
-   # FLAC tagging
-   # --remove-vc-all overwrites existing comments
--  METAFLAC="metaflac --remove-vc-all --import-vc-from=-"
-+  METAFLAC="metaflac --remove-all-tags --import-tags-from=-"
- 
-   # Ogg Vorbis tagging
-   # -w overwrites existing comments



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

2018-06-13 Thread Mike Pagano
commit: 3f538dd5b0ca235603e0dfb12a44a09321ccd3f7
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 13 18:48:35 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 13 18:48:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f538dd5

sys-kernel/vanilla-sources:

Linux patches 4.17.1, 4.16.15, 4.14.49, 4.9.108, 4.4.137

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/vanilla-sources/Manifest  | 9 +
 ...lla-sources-4.14.48.ebuild => vanilla-sources-4.14.49.ebuild} | 0
 ...lla-sources-4.16.14.ebuild => vanilla-sources-4.16.15.ebuild} | 0
 ...nilla-sources-4.17.0.ebuild => vanilla-sources-4.17.1.ebuild} | 0
 ...lla-sources-4.4.136.ebuild => vanilla-sources-4.4.137.ebuild} | 0
 ...lla-sources-4.9.107.ebuild => vanilla-sources-4.9.108.ebuild} | 0
 6 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 2ef3dc9b2e0..e7377be12a2 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,7 +9,8 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST patch-3.16.56.xz 1956224 BLAKE2B 
27db858a51be5d57ff1f3d5409d511df5002f542584d80b64d2303f1569c0502d0d15783a3e36facc2ee9481ada4b8f08359a79972b4a3ca07ac180c2e607c01
 SHA512 
e1c1c004c2ac52fb6944718c82b6c70a9ee4175943fc8477b298dbbde42d16f1e1c9387f9d5ca05958b3efa0e851eb0105daf4a0d59ad836b31ec3919ee857b6
 DIST patch-3.2.102.xz 1964152 BLAKE2B 
92a9ddef295250db735f7212af956e47385818b1863b27f7852afc6c0a36b3cc1d1099fd3fa37f3de9a8668f4aa7250fbae467451eae67fa4371078dd0de2009
 SHA512 
15e17a1eb39cb73d0efb606d78a44c811fe83b24004ac45504b32531af1db29f1d82fd5270c8ccc56d714cedb124a07f5e31b1eda93f45715154a721df4a
 DIST patch-4.1.52.xz 753264 BLAKE2B 
57e0d116ead0a994bffbe019f229c607c71201452d6a8bb57c9855b637b011471bcf383d51fd8fe725498210d3ddaba7a3a3f6af491effc909a15f902275
 SHA512 
0d18cb892b62edb42e48038125b74edcf13093cefe30616403f0e75d44974d57e569ad28a8c98d9d80b3fbc360f092b7c045778e17e28bbb9748528ed87df43c
-DIST patch-4.14.48.xz 1301644 BLAKE2B 
e87cb5cce778f119dbd5c59f4edccdc03d0901a184eaa162d2c329826dd4e00e1b576071a6fe7b8f81231782ec9eb29eeb1a3a7da236244e81118c72bb4e542d
 SHA512 
f87144768ba221c073f7e1fbdda340c65a7d5de28bdea492c61d8f05eedc54a3f190daa48611ead331755d2a12f8cb704399cd5a762e2227299980fecb372595
-DIST patch-4.16.14.xz 389868 BLAKE2B 
2ac0ee94ca9e7c86b406001b042102af650972edaceaef5cfd40db54d7565daad9081e4decd90fa83108241183f15acbdfd3b75733d167be2f3dc068344dc68c
 SHA512 
5141b66352e6560058ab857e00ba72c84796e135d30cae6398de8e7cf9dfcf266fb581008d2209b0dc20d7dbbcd4e65296557acd3c806fb057dfb55850cd3975
-DIST patch-4.4.136.xz 1962668 BLAKE2B 
1527bbbe5beeecf292b6c5422c0a62a9b5a6ba9a631818d97d9c3659e3f0208825cbca1be1c634c491860f3d757c70b525f702af20a39ff7ff85d093b96e993e
 SHA512 
a5a01db429c5b3f110a87d03ff6294e88519a428980c7f04a3fe78defd0954b09bb78a666e091948d24f6959f4f8140cd6bad8613e7b4ce4c35049dbc32b7c1a
-DIST patch-4.9.107.xz 2007080 BLAKE2B 
96eafd62843c4afbaf00eb27f6ffe4048e8d3ac498933c790851fcb9232e4ab01e6ab6798ede734b172c619972cd734783da451f482089baa051f463f84bd93d
 SHA512 
1f3a396669ebb9cdf3bf1baf13005771a6dfb2fbc953809eca4e0a3d0bf3a138e7bed7aa29bcc5830aae3eee86b9f6f8f161d4caa41c566de9478561b097188f
+DIST patch-4.14.49.xz 1309408 BLAKE2B 
84aa4d063d3d4e66afbb3d66f5acdb6f92896907a42af8df09f70221fcb6b1a9740331e27e1c3703a2c2eb4046c0acefa40ab747263aa099af3d0345c37ae6ee
 SHA512 
656348c981d451f8f53f5e5532b20f49180acb1279417c2a37eee8797454baaad61178509f0c8d3ec4c824561dd0bde890caddcdd4539b91ac29ac80e5bde92d
+DIST patch-4.16.15.xz 400912 BLAKE2B 
6250e736f10d71228aeef4db42c626684e8a323ce411d08e2dab3663fec400150b9285a08af9ed13fcea9e9cdb6442cdd68fcf389d2e836ebfc1c5a7a8791500
 SHA512 
496a8a85758b4bae9b3082c45d7e9c8a87bd10a8a2ffbb086f96b83e0ed2e3449ebe8bdd50d138219a55c96a93dd87c9d4802dc0962112e8e78115de77d3c363
+DIST patch-4.17.1.xz 6816 BLAKE2B 
d5bc2e2b3f790206b256883ff22bcc48d27d2823e05b403d07bc64d51e20f2bafdaf95257ed58fdda7e5737516d8569353c2bf2bb1707102063aa4e4c862df13
 SHA512 
18ebb8ed8bd7b782c7e1ed057bf18260991182cbb2c20939bc31e122afdb9f4a185f3c162134f506ed608fd1f83413a29e2db8d7cee83af4c3dc1b88c892405a
+DIST patch-4.4.137.xz 1966024 BLAKE2B 
802b4711b07ab799be48b74c51eedb7fa5ee5d327e29a972c92fc300d3b7180848fdeb4c95f28d25d16a56605335a2c44c644eb66dbf6517bbdaaf3a77cd4f77
 SHA512 
ddab3061b1406d3fb8975e3ef4ead22a97388309232bc30df48d24a0724302dc6b92293a0bdc10ec37964af0d86fc66118fdaeac22a8853bfdc85ab6d66a0ee8
+DIST patch-4.9.108.xz 2011264 BLAKE2B 
3eb520b630fd3527e732a68dfa57559e1b56fc98c4db399d3f69b94bebf9db19cd44fcaaa540fcb54915446bef95cf789366c57ca161f71ad4b477f1e473efff
 SHA512 
a6cad996e013c103378bdee1fe1281b215a17fa71f33905e0a6fe82a1414d2fd57b79534de1c55f90d5be5476014dc17b05be29667553f90fa1db9e62bb72155

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.48.ebuild 

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

2018-06-13 Thread Mike Pagano
commit: 5b80aa9e60bae70c387bab4edd4fe2c20d024a7c
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 13 18:43:47 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 13 18:43:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b80aa9e

sys-kernel/gentoo-sources: Linux patch 4.9.108

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.108.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 163408973a1..63141d8083a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -154,6 +154,9 @@ DIST genpatches-4.9-109.extras.tar.xz 17364 BLAKE2B 
ef6582471bb173341c240e57ac53
 DIST genpatches-4.9-110.base.tar.xz 2180268 BLAKE2B 
fe0f707079302189ac484fcb67151216cbfc9c84627db81aaf5db32a5dd371ee1a356379a9592ea86d51a7a7534c117dea4be71706ed8b591bfd60e30ebe0c93
 SHA512 
0b957de2d1f2d09e69a4850dcb31fe0c12d7ab701479d7b952523c9c2c6c4ea1b8ae1521fd02c18c312cc4399dfc81989f2cb7fac0b3468f1bb9e92cb554a6b4
 DIST genpatches-4.9-110.experimental.tar.xz 106392 BLAKE2B 
831759d456c12bcfb433f0eb8e4b90b8f2337741415b3272ff77af8d7bc510cc548287318b6672794ae66f645efedfb37c9dd65333fcf2cdd804bda29bbae4bd
 SHA512 
fae0aad5cee94b79bf7f2b70c4d95704408ac5615056aa590a7eb5586234eb46da2b2eb90c762df84b1d0713b84e6aade1505b8ac24e7cb7a08e158782d2fbed
 DIST genpatches-4.9-110.extras.tar.xz 17352 BLAKE2B 
c4d6d32fd0e61bfb439a543694bf266bb83e886f69b28d03bd1af12e10dbfb4d822517c15688b0acc4473329035a3b87028b3ba39c52429fa385a2125c27db5f
 SHA512 
5adb32f3970030b7cb9e237070ff38d055e2143237c9198e9c651d80102efa1be48e7ce5de5d9515ae7d1363523c4e6c2774d933812b68f4be72824f31daba45
+DIST genpatches-4.9-111.base.tar.xz 2185460 BLAKE2B 
eb836a00755b7d812fa79aa3755a36618ad55a5cb593065c20acc8ca04aa6ddfd8b86abb7acf5f71f4cb49642b59d07b2426d96219f533d2b5f5abbfa488d3a3
 SHA512 
a222952f7278e0f33aff78d84455f9909b0b4c28cd137011fd634aa00ef0d9b194d13787deb002d85b474642b95caa9bd1137cb1999c8dd2bffc7c808252c427
+DIST genpatches-4.9-111.experimental.tar.xz 106388 BLAKE2B 
77852526bdeebae8f98cb2f86163b91669321a2a3eba50d5832c4ddc3ab7a1f844731afe40c83c4fd836a76f4b791a67e8f43aa0b354f828a48783f8e3db8280
 SHA512 
fbe3f4657c3dd987471121ccc048b1ce12e41825ff97e43e2caeca4b9cfe2c8069da9c0f17b7af56a00686a073b2aab2c698f5943bf98d18233048f3626d5e85
+DIST genpatches-4.9-111.extras.tar.xz 17356 BLAKE2B 
d493644ea8f452eca55b31a5a46cd1265413a7439eb71b02e4e56eb80ae93173d67d4799b9040fa531b0e9719e1d9dcea85ab112ee3e5ba43159b826ca7796ee
 SHA512 
df4a6f2b86abad55d1e46ee943a757fac1276e66d3aa107ec6064aca9a7937e25640184342871548d8d7bf2a452267745d86a8f291ccb65929169223cae4
 DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B 
be8a1a304f634b40dba1daa56922473c25fc57cedca73401bc1a142674832bb797f805f883aecc56a4b17fd63dae6aebe42f7c642739e8c5704f130b6675dfde
 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 
483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289
 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 
03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe
 SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.108.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.108.ebuild
new file mode 100644
index 000..d815fed9b29
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.108.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="111"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-06-13 Thread Michał Górny
commit: 460eb71a08887bb1e3b7df707bff3ad18e64ff36
Author: Joonas Niilola  gmail  com>
AuthorDate: Wed Jun 13 12:56:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:36:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460eb71a

dev-python/texttable: remove 1.2.1

Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/8810

 dev-python/texttable/Manifest   |  1 -
 dev-python/texttable/texttable-1.2.1.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest
index ee74acb2797..7889f85caf8 100644
--- a/dev-python/texttable/Manifest
+++ b/dev-python/texttable/Manifest
@@ -1,4 +1,3 @@
 DIST texttable-0.8.3.tar.gz 8569 BLAKE2B 
83b64ba6792b4243bed042f90e643272c045f39eefdd2ea33c9ed506f1cffbb8c683809edfa2061e7f5fc8815c6bbf67de0c8da7a90c6e77fb0d89b57fc41288
 SHA512 
d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8
 DIST texttable-0.9.1.tar.gz 11074 BLAKE2B 
465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5
 SHA512 
7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50
-DIST texttable-1.2.1.tar.gz 12075 BLAKE2B 
050894d30c085599de6b61feaa7268f139e9d682e081f4b17eb96fc1344f35ab8ea8a740e4540511e5ac2232de0d6f2b98c740aa6e689b57b5634e2146fd2ab0
 SHA512 
7c6a49264b3b458ff3012e378ad5d6b1d466be6d6381e67915bfbd89ad3454c8d0bdc22684854a37901ee679bbd88a307f772ce70bd3bbf21070f5b4a1c95f94
 DIST texttable-1.3.1.tar.gz 12234 BLAKE2B 
825993e7d0e45858096f22511f14fd2091e8581790a3a13ba693c9c37056ec025e22bd49bb2f9cd23ca7aba590871c5b48e8afd72cc0b49e0cadb528919c9c0b
 SHA512 
8569b3d0195ef5782e7ec5484863185fb68eed6c70c736e2ea3fa99a73cfbf87f75dc25f8358007fc44fff5506db98a521013556ad46290f586efa455ccc6363

diff --git a/dev-python/texttable/texttable-1.2.1.ebuild 
b/dev-python/texttable/texttable-1.2.1.ebuild
deleted file mode 100644
index 3368522..000
--- a/dev-python/texttable/texttable-1.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for creating simple ASCII tables"
-HOMEPAGE="https://github.com/foutaise/texttable;
-SRC_URI="https://github.com/foutaise/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cjk test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   cjk? ( dev-python/cjkwrap[${PYTHON_USEDEP}] )
-   )
-"
-RDEPEND="
-   cjk? ( dev-python/cjkwrap[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v tests.py || die
-}



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

2018-06-13 Thread Michał Górny
commit: 173d0bd164104f6de1d8f64858b2f7a41caa446e
Author: Joonas Niilola  gmail  com>
AuthorDate: Wed Jun 13 12:56:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 18:35:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173d0bd1

dev-python/texttable: bump to 1.3.1

Package-Manager: Portage[mgorny]-2.3.36.1

 dev-python/texttable/Manifest   |  1 +
 dev-python/texttable/texttable-1.3.1.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-python/texttable/Manifest b/dev-python/texttable/Manifest
index 31dab6c294c..ee74acb2797 100644
--- a/dev-python/texttable/Manifest
+++ b/dev-python/texttable/Manifest
@@ -1,3 +1,4 @@
 DIST texttable-0.8.3.tar.gz 8569 BLAKE2B 
83b64ba6792b4243bed042f90e643272c045f39eefdd2ea33c9ed506f1cffbb8c683809edfa2061e7f5fc8815c6bbf67de0c8da7a90c6e77fb0d89b57fc41288
 SHA512 
d9a50f6fd9cd2a6d55afd5e686ac8ff2b2ebcf8c8041209ffae3e3864529c54a384840a65df2b87a942528005ca864d00bb01dfaeb33308843c01db7471931c8
 DIST texttable-0.9.1.tar.gz 11074 BLAKE2B 
465738a7b980f2a216d63b268044c1a1b8c0deb986fd398f0ba0ae30ab84020ac6f179b5314a2071592c38443f9cb86387b9ed573342533af9e825000472ebe5
 SHA512 
7ec37336ef4b253879d0232dcdb4500cad33ecce1067dd7ea26c221dc2c003ee56360bdbd1dd1e00133301c51c67fb2fe9b1703628804a65f2a6ab8a1e830e50
 DIST texttable-1.2.1.tar.gz 12075 BLAKE2B 
050894d30c085599de6b61feaa7268f139e9d682e081f4b17eb96fc1344f35ab8ea8a740e4540511e5ac2232de0d6f2b98c740aa6e689b57b5634e2146fd2ab0
 SHA512 
7c6a49264b3b458ff3012e378ad5d6b1d466be6d6381e67915bfbd89ad3454c8d0bdc22684854a37901ee679bbd88a307f772ce70bd3bbf21070f5b4a1c95f94
+DIST texttable-1.3.1.tar.gz 12234 BLAKE2B 
825993e7d0e45858096f22511f14fd2091e8581790a3a13ba693c9c37056ec025e22bd49bb2f9cd23ca7aba590871c5b48e8afd72cc0b49e0cadb528919c9c0b
 SHA512 
8569b3d0195ef5782e7ec5484863185fb68eed6c70c736e2ea3fa99a73cfbf87f75dc25f8358007fc44fff5506db98a521013556ad46290f586efa455ccc6363

diff --git a/dev-python/texttable/texttable-1.3.1.ebuild 
b/dev-python/texttable/texttable-1.3.1.ebuild
new file mode 100644
index 000..7ed05e0fbe5
--- /dev/null
+++ b/dev-python/texttable/texttable-1.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for creating simple ASCII tables"
+HOMEPAGE="https://github.com/foutaise/texttable;
+SRC_URI="https://github.com/foutaise/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cjk test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   cjk? ( dev-python/cjkwrap[${PYTHON_USEDEP}] )
+   )
+"
+RDEPEND="
+   cjk? ( dev-python/cjkwrap[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v tests.py || die
+}



[gentoo-commits] proj/linux-patches: New tag: 4.9-111

2018-06-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 13 18:17:30 2018 +

New tag: 4.9-111




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

2018-06-13 Thread Mike Pagano
commit: f77dc537f1d767a6f4ca42a2765a9497d29f482c
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 13 18:15:32 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 13 18:15:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77dc537

sys-kernel/gentoo-sources: Linux patch 4.4.137

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.137.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a89782f1155..163408973a1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -118,6 +118,9 @@ DIST genpatches-4.4-137.extras.tar.xz 16472 BLAKE2B 
b09b7fb4e380cc78436510ac89c3
 DIST genpatches-4.4-138.base.tar.xz 2156432 BLAKE2B 
b0de2f52bde393f8d3bbbce95c1c60098c15bc3b980c3de98cb6b77165341687051e8ffb981d12746b7dac1695f8bb41f7e4352720daaf74f6326bd07735c5c2
 SHA512 
06470ff4da718da9df72afd188b16e38810bf5861b7a682770f9462b8b2a5ad0b548c2c446aba628ecce694052a8045b202c03965b9c5706b246991a6ff9cb6a
 DIST genpatches-4.4-138.experimental.tar.xz 87772 BLAKE2B 
850d12d3c31c2d47f3eede09a9b6149a8eea97d20147912b7712e0546f3bd43157f6425c51edcadfe8c487fb3d82cbd488fca73ef8f0d07bca22e3f0c1133e4b
 SHA512 
27a895137302f00810cf8808b4bb705959edbb1e377874d0e0277d24844d48b53ed1db208a5be746013ae2605be56dc7a6ba89ab527315da92309d0ce26ce1d9
 DIST genpatches-4.4-138.extras.tar.xz 16468 BLAKE2B 
e5ca7895b711e54c81425a963d91a3d4fa7fe6c9f8177ea96e8d971a956995c1942a079c71edbc16662e3ceec8a116efef6fd3410292c7c14a9088dc6e154142
 SHA512 
4134053d7813f0cb938f975eb73212c6cdc9a089b9638d1fada37488b2c6c729dd8e7152c98abdfb2fdf24c3db432adec9d04588c4f1e8f38b3640a2feb37cc1
+DIST genpatches-4.4-139.base.tar.xz 2160572 BLAKE2B 
c8a1ea11cf66beb67d1eeca34928886dc669e40367ccef05a810ba91c07a5987d18d099defe68b21667922d82e9cff00ba0420009ff9ed37e8ed1e7423e945fb
 SHA512 
ad49df12b0aec4223690237bd05cb07cb82d5d866b7449c77eb21f6b078cd86d3e708b36f26cfa2a50c80f2d8b17170ad39bfe128e7397cd6e9bf4d09ab3d5b1
+DIST genpatches-4.4-139.experimental.tar.xz 87772 BLAKE2B 
4a1099727add8940c8af4f8386ffef761c26d428937e14b5cf843e5f3b4624109b1171006a955eb8dc626dbbfd51b6bb436a97a2702c967026a255c5dbf4f976
 SHA512 
72af4fc7bb37acb4cc0762b97c431dc2f8d12263f18c628cce305200f285f0179ec8a889d4703d3078f241813f713510979f384a245aff9cce04af7cf96399d4
+DIST genpatches-4.4-139.extras.tar.xz 16468 BLAKE2B 
0f8fbf193148d78dc247e18d41c2f7c73219891c7cc78a7602a392ceece8b06511554c00c2e2a327a0781d955faae920921c7860f8996201bdbd4da05ec94f4c
 SHA512 
5624cbc402f1f6188fddd02049298f1d034a5af02fd4ea8a84a39146ecc17f4c1a8c92558320d948cbf3e16a965af697cc3de75210542b33f46fa51c6c22a301
 DIST genpatches-4.4-91.base.tar.xz 1428436 BLAKE2B 
4b706e9682e883dd1954632efe5ec161347432a6260c353e160b8591f8377e6d1e1768acd2e3e72237e3ea6b7104137e3504e3f290fb12b0dabf662b0fb034c1
 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 DIST genpatches-4.4-91.experimental.tar.xz 87760 BLAKE2B 
d8a165fb3708192a12e826a713e896ca83785da084c9a9aeaae909473c598669867fa303636d762facd2d7bc1a857da3ba0d994ee62d008dc17955dd84181942
 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 DIST genpatches-4.4-91.extras.tar.xz 16468 BLAKE2B 
b99298cd9e57a2b8a0619495df0450373c9f5c14ff2398d76534c7167f3a563c05e67f9aff80ff97a474ae7a8cb298a4ffbc5eab25d79075aac5cc01964c3e9d
 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.137.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.137.ebuild
new file mode 100644
index 000..e78ce63e1f8
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.137.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="139"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



  1   2   3   >