[gentoo-commits] repo/gentoo:master commit in: dev-perl/Capture-Tiny/

2018-09-29 Thread Kent Fredric
commit: 3c067e3e63677517710f6c85e796101a19ef7e5c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 30 04:58:40 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 30 04:58:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c067e3e

dev-perl/Capture-Tiny: Bump to version 0.480.0

Upstream:
- Harden against file collisions in forking users of tee()
  functionality by appending the current PID to the existing random
  tempfile name.

Signed-off-by: Kent Fredric  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild | 31 +++
 dev-perl/Capture-Tiny/Manifest|  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild 
b/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild
new file mode 100644
index 000..0b6e0ee57f2
--- /dev/null
+++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.480.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.48
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-IO
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Capture-Tiny/Manifest b/dev-perl/Capture-Tiny/Manifest
index e791ac26333..a5c3ee191ff 100644
--- a/dev-perl/Capture-Tiny/Manifest
+++ b/dev-perl/Capture-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Capture-Tiny-0.46.tar.gz 37424 BLAKE2B 
cfc9a208c488072972567ccc1fc3956fad32e3061d7dec5ad953d0e6d90b5b523ee57eb9ae43c883fbf6ccd82b859327d9346f2f3e849054dde656c066f84f11
 SHA512 
6247bff20b95628453a1bfbfc6fb59c6a3967506ea45e01327d0978f48ae75b597c27c828ef10ae5e55be217e3bd0b63419523de6a81c97fabc8cf4e2a0e6cd1
+DIST Capture-Tiny-0.48.tar.gz 37480 BLAKE2B 
e6de05459478131c5129dd5ffc84744e2d3440c2e31545ed101c2986b2bc970106f126286dea50350f4b5ea330ffac423693d755e29850883bdc215437bf7488
 SHA512 
96d140b33a5ee147804925353ec5b49b806fa9c98b4ac23ec9c9494828f52ac72fd6f69c08e14ada18e5187dc4cece3d72901ce07b12eef20595322161a98437



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2018-09-29 Thread Kent Fredric
commit: e5c0b1b796a32bfba2bc5999a8ca41d466b1aea0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 30 04:51:55 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 30 04:51:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c0b1b7

dev-perl/CPAN-Perl-Releases: Bump to version 3.760.0

Upstream:
- Add Perl v5.29.3

Signed-off-by: Kent Fredric  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../CPAN-Perl-Releases-3.760.0.ebuild  | 24 ++
 dev-perl/CPAN-Perl-Releases/Manifest   |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild
new file mode 100644
index 000..e8905dbfe51
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-3.760.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=3.76
+inherit perl-module
+
+DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"
+PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" )

diff --git a/dev-perl/CPAN-Perl-Releases/Manifest 
b/dev-perl/CPAN-Perl-Releases/Manifest
index 6e61d463fb0..623d9121b94 100644
--- a/dev-perl/CPAN-Perl-Releases/Manifest
+++ b/dev-perl/CPAN-Perl-Releases/Manifest
@@ -1,2 +1,3 @@
 DIST CPAN-Perl-Releases-3.56.tar.gz 24719 BLAKE2B 
b7042dd10971ec048f1483816b7e7b262e20a16dfc608aca621bbe4c8688fa313a772b562d64f24522e63e351a717cbd726049c4e99c03cdd32c58855fde62de
 SHA512 
3411613b7939c9c0a53828b1612a687663f5386cf497c607a44017a7083677395d94d6d85ed91c64c48405063500e7ed725b6f5308f1cca01186b7ca82324482
 DIST CPAN-Perl-Releases-3.74.tar.gz 23811 BLAKE2B 
ad78859ea6b9325c39e5a974c43a25bcb1f1225139ce2ed4dc107f7e50c3f900e6c03611201b4b71a02b5351dc2904b6371851d82aaad505ccd4e9805a88e759
 SHA512 
0fe9ce14e3b694bd6a7992149fb8059c148df9d944ae4e01f0d20c22938a52b5501935efe47ed225da96b4219565c262ee3b41f81d20ef2f3597e0deae7b6ef3
+DIST CPAN-Perl-Releases-3.76.tar.gz 23487 BLAKE2B 
1f9f8a39299ec8e1c5758c508796b5ec9e3e602a394554701c99a823f2eab458ab535db279ca1353e54da498bf5a2658f2f7ed25fe66569ac6b2915618b0fb89
 SHA512 
83fc38db852bdfac7a1e5c8b2d0f9689b91417c663a8d6b0182e583a76e5aa4d45efc84dc35b849a3d13590eaab69c70a1f785019cba749275c3768da15e20ac



[gentoo-commits] repo/gentoo:master commit in: dev-perl/bareword-filehandles/

2018-09-29 Thread Kent Fredric
commit: 460dcb50cbb381a2a1122fcf50088d1d252bcf62
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 30 04:47:16 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 30 04:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460dcb50

dev-perl/bareword-filehandles: Bump to version 0.6.0

- Cleanup redundant test purge logic

Upstream:
- Only use Lexical::SealRequireHints on perl < 5.12 ( For gentoo,
  this is basically equivalent to removing the dependency )

Signed-off-by: Kent Fredric  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-perl/bareword-filehandles/Manifest |  1 +
 .../bareword-filehandles-0.6.0.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/bareword-filehandles/Manifest 
b/dev-perl/bareword-filehandles/Manifest
index 90ddc5baf66..42e85644216 100644
--- a/dev-perl/bareword-filehandles/Manifest
+++ b/dev-perl/bareword-filehandles/Manifest
@@ -1 +1,2 @@
 DIST bareword-filehandles-0.005.tar.gz 67564 BLAKE2B 
a144edf6bdc549d5fe6d45569a35865d35c0d0a846c9482e5d11abd43edff60be7b6602f8f893cde2f0027e7b62443a83d677ea3e7ed698ac426aae14f21cdb7
 SHA512 
ea1117a31ad9d8d58aa0c17dd6d327ccc82f3ddc8e6c3649a1b35c9e623a39fb851b94a69c855a400d1e678d1a18da1143678efc16ccd78b151b10a2ec5a8a02
+DIST bareword-filehandles-0.006.tar.gz 67243 BLAKE2B 
152879d5df2a4d40d6617e7b5fbefc28484deb6d9c48db5820c5f93702e053d2e9f7218c1190d67eb9c4b78937dfef309c60412284a7822ad9b539b5ccf17447
 SHA512 
73cf85f35d10d13d4ad3be471e30cce0a19a899a7c4d033d2202d815dae8e30aa54b2ad7923dba6d798db1c49d2dcbc7c4f72b2d3f1f08e6e009700682d4e65e

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.6.0.ebuild 
b/dev-perl/bareword-filehandles/bareword-filehandles-0.6.0.ebuild
new file mode 100644
index 000..23f1e555950
--- /dev/null
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Disables bareword filehandles"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+# Lexical::SealRequireHints only required with Perl < 5.12
+# We could add alternation here, but it would be work without benefit
+# which would complicate stabilization
+RDEPEND="
+   dev-perl/B-Hooks-OP-Check
+   virtual/perl-if
+   virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   dev-perl/ExtUtils-Depends
+   test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISSN/, dev-perl/Business-ISSN/files/

2018-09-29 Thread Kent Fredric
commit: f2cfc274eea290c90fd74deec2d59cac636c3a5e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 30 04:37:55 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 30 04:38:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cfc274

dev-perl/Business-ISSN: Bump to version 1.3.0

- Use declarative syntax for pruning unwanted files
- Patch out Test::Manifest stuff
- Remove redundant nuking of /usr/share/man

Upstream:
- Clarify license as Artistic-2

Signed-off-by: Kent Fredric  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild  | 32 ++
 dev-perl/Business-ISSN/Manifest|  1 +
 .../Business-ISSN-1.003-no-test-manifest.patch | 28 +++
 3 files changed, 61 insertions(+)

diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild 
b/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild
new file mode 100644
index 000..05944295224
--- /dev/null
+++ b/dev-perl/Business-ISSN/Business-ISSN-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="Object and functions to work with International Standard Serial 
Numbers"
+LICENSE="Artistic-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   virtual/perl-File-Spec
+   test? ( virtual/perl-Test-Simple )
+"
+PERL_RM_FILES=(
+   "t/pod.t"
+   "t/pod_coverage.t"
+   "t/test_manifest"
+)
+PATCHES=(
+   "${FILESDIR}/${PN}-1.003-no-test-manifest.patch"
+)

diff --git a/dev-perl/Business-ISSN/Manifest b/dev-perl/Business-ISSN/Manifest
index 050347b10e3..4651cd266db 100644
--- a/dev-perl/Business-ISSN/Manifest
+++ b/dev-perl/Business-ISSN/Manifest
@@ -1 +1,2 @@
 DIST Business-ISSN-1.002.tar.gz 9984 BLAKE2B 
ab28f613a13e8df8e19ff721a7bd2fc31abdf48adc1009a7c5db419e06911a525399b78acfee56167a05ab38c8aa142606c976391c00e446dd1fff98f98e16e2
 SHA512 
c6a2d4ff750071080fc5e6859e0f959bcc14ddc307a28891636d36bbee220de40100148fd96475ad0dd5c0bfac1fdd9f5f47c2d5797c9c1b78c84f0fc811a9a1
+DIST Business-ISSN-1.003.tar.gz 10204 BLAKE2B 
079689867074bcf1875998fda17fedf2e5467e5cce0a59204de9be72fe5cb1378f27cde1bed15d98de6f6349a6fb4df94f4379c88699b293b065fda38fe327b4
 SHA512 
7991a7bbe9ca7dfc42d18a06df3434b7621458fa8f9dece6db45247595e4cbfacd2dd6f4f9ddd74d529849d0835bd7bb9dc7bcfe71ba57188662887fd3132e1d

diff --git 
a/dev-perl/Business-ISSN/files/Business-ISSN-1.003-no-test-manifest.patch 
b/dev-perl/Business-ISSN/files/Business-ISSN-1.003-no-test-manifest.patch
new file mode 100644
index 000..fc66e03fdc3
--- /dev/null
+++ b/dev-perl/Business-ISSN/files/Business-ISSN-1.003-no-test-manifest.patch
@@ -0,0 +1,28 @@
+From bcd302a30bb75d50d87eeaf84b90477f9df55e91 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sun, 30 Sep 2018 15:47:29 +1300
+Subject: Defang Test::Manifest nonsense
+
+---
+ MANIFEST| 1 -
+ Makefile.PL | 2 --
+ t/test_manifest | 4 
+ 3 files changed, 7 deletions(-)
+ delete mode 100644 t/test_manifest
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 05b9beb..3dab4dc 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -101,8 +101,6 @@ sub do_it {
+   ||
+   "$MM 6.64";
+   eval "use $MM_version; 1" or die "Could not load $MM_version: $@";
+-  eval "use Test::Manifest 1.21"
+-  if -e File::Spec->catfile( qw(t test_manifest) );
+ 
+   my $arguments = arguments();
+   my $minimum_perl = $arguments->{MIN_PERL_VERSION} || '5.008';
+-- 
+2.19.0
+



[gentoo-commits] repo/gentoo:master commit in: media-sound/music-file-organizer/

2018-09-29 Thread Jason Donenfeld
commit: c53cf79ad14a00634939224f9565eb0fe4afb0e6
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sun Sep 30 03:03:08 2018 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Sun Sep 30 03:04:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53cf79a

media-sound/music-file-organizer: version bump

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 media-sound/music-file-organizer/Manifest   | 2 +-
 ...ic-file-organizer-1.0.1.ebuild => music-file-organizer-1.0.2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/music-file-organizer/Manifest 
b/media-sound/music-file-organizer/Manifest
index 916ddbbf217..7f5ce5681f3 100644
--- a/media-sound/music-file-organizer/Manifest
+++ b/media-sound/music-file-organizer/Manifest
@@ -1 +1 @@
-DIST music-file-organizer-1.0.1.tar.xz 6644 BLAKE2B 
7307995aaf79c5eee553f1eb3dc124ca18edac5d9f65bfc71d8d738b72a78b0c4d47a31be1652b4fa2338ddc49d883066e73cc3c2c2856bad411d9ed0fb2f4a1
 SHA512 
4a69f90b3d859ec18746708c64c316b9f583e3ed7718848109815a9e725fe43d3ca1260dea90aae25201150569538056de7de75f05fe7ea6a1ae637f041431c2
+DIST music-file-organizer-1.0.2.tar.xz 501840 BLAKE2B 
7ec80a3d49ec2cd36882f9bb5d78f1f82aba9f9b8690380f1fcda3f9fab4ba5a4879e94f4457fb079ceb27d27b599cf500da595d9f37736df3fda709cf2ee016
 SHA512 
61546f595b801d4377bbfb7e52517a149cae90dee6dbb29c81a15ae6c055d535b4b095928e6918b4e0784e1d52136705a4822cb294e9b665a996afc68b4951f0

diff --git a/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild 
b/media-sound/music-file-organizer/music-file-organizer-1.0.2.ebuild
similarity index 95%
rename from media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild
rename to media-sound/music-file-organizer/music-file-organizer-1.0.2.ebuild
index beee9faf4e8..90beb71cf18 100644
--- a/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild
+++ b/media-sound/music-file-organizer/music-file-organizer-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5



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

2018-09-29 Thread Thomas Deutschmann
commit: cea19ee6d465f4d9c27f8a9eb96fdbbf49e290b3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 01:41:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 30 01:41:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea19ee6

www-client/firefox: update PYTHON_REQ_USE for Python 3.7

Closes: https://bugs.gentoo.org/667326
Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 www-client/firefox/firefox-60.2.0.ebuild| 2 +-
 www-client/firefox/firefox-60.2.1-r1.ebuild | 2 +-
 www-client/firefox/firefox-62.0-r1.ebuild   | 2 +-
 www-client/firefox/firefox-62.0.2.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/firefox/firefox-60.2.0.ebuild 
b/www-client/firefox/firefox-60.2.0.ebuild
index 41fc75c69ea..ba70aed601c 100644
--- a/www-client/firefox/firefox-60.2.0.ebuild
+++ b/www-client/firefox/firefox-60.2.0.ebuild
@@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1"
 MOZ_ESR="1"
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb

diff --git a/www-client/firefox/firefox-60.2.1-r1.ebuild 
b/www-client/firefox/firefox-60.2.1-r1.ebuild
index ac27525a4e8..944c98fcc47 100644
--- a/www-client/firefox/firefox-60.2.1-r1.ebuild
+++ b/www-client/firefox/firefox-60.2.1-r1.ebuild
@@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1"
 MOZ_ESR="1"
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb

diff --git a/www-client/firefox/firefox-62.0-r1.ebuild 
b/www-client/firefox/firefox-62.0-r1.ebuild
index 836fdd49f2c..86d4ef26890 100644
--- a/www-client/firefox/firefox-62.0-r1.ebuild
+++ b/www-client/firefox/firefox-62.0-r1.ebuild
@@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1"
 MOZ_ESR=""
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb

diff --git a/www-client/firefox/firefox-62.0.2.ebuild 
b/www-client/firefox/firefox-62.0.2.ebuild
index bee2af62419..fa5d585375b 100644
--- a/www-client/firefox/firefox-62.0.2.ebuild
+++ b/www-client/firefox/firefox-62.0.2.ebuild
@@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1"
 MOZ_ESR=""
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb



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

2018-09-29 Thread Thomas Deutschmann
commit: 8f46152178859d54bbdf5322746ff875d961
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 30 01:43:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 30 01:43:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f461521

mail-client/thunderbird: update PYTHON_REQ_USE for Python 3.7

Closes: https://bugs.gentoo.org/667326
Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 mail-client/thunderbird/thunderbird-60.0-r2.ebuild | 2 +-
 mail-client/thunderbird/thunderbird-60.0-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/thunderbird/thunderbird-60.0-r2.ebuild 
b/mail-client/thunderbird/thunderbird-60.0-r2.ebuild
index 86ecdcc54a2..093c38a9f2d 100644
--- a/mail-client/thunderbird/thunderbird-60.0-r2.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.0-r2.ebuild
@@ -8,7 +8,7 @@ MOZ_LIGHTNING_VER="6.2"
 MOZ_LIGHTNING_GDATA_VER="4.4.1"
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated using scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR

diff --git a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild 
b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
index 246f6b1fe0c..256c7511bb7 100644
--- a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
@@ -9,7 +9,7 @@ MOZ_LIGHTNING_VER="6.2"
 MOZ_LIGHTNING_GDATA_VER="4.4.1"
 
 PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
 
 # This list can be updated using scripts/get_langs.sh from the mozilla overlay
 MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Archive-Zip/

2018-09-29 Thread Kent Fredric
commit: fd63138d2d775fa735faca137c2db4da13d6e3fe
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 30 01:20:30 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 30 01:20:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd63138d

dev-perl/Archive-Zip: Bump to version 1.640.0

Upstream:
- Fix handling of dates after 2030

Signed-off-by: Kent Fredric  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild | 32 +
 dev-perl/Archive-Zip/Manifest   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild 
b/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild
new file mode 100644
index 000..67dec359bfc
--- /dev/null
+++ b/dev-perl/Archive-Zip/Archive-Zip-1.640.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.64
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A wrapper that lets you read Zip archive members as if they were 
files"
+
+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 ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Compress-Raw-Zlib-2.17.0
+   virtual/perl-Encode
+   virtual/perl-File-Path
+   >=virtual/perl-File-Spec-0.800.0
+   virtual/perl-File-Temp
+   virtual/perl-IO
+   virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-MockModule
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"

diff --git a/dev-perl/Archive-Zip/Manifest b/dev-perl/Archive-Zip/Manifest
index d48eb39be6b..62fe93b4a27 100644
--- a/dev-perl/Archive-Zip/Manifest
+++ b/dev-perl/Archive-Zip/Manifest
@@ -1,2 +1,3 @@
 DIST Archive-Zip-1.60.tar.gz 191318 BLAKE2B 
97b66b360c55ba864e9e78e74ab5bbeec145859cd551efe5a248a4ad9af7ddbdbd32ad61dd8f30bbfb7e9bb583d0463b657bbe6d67464105fd536adc6a0bd660
 SHA512 
5af85e1717e7026b5ebe9533b0dd57290b35099d166ee400ca648cb558a37529a3ec290fb9a44679c16cf955a2de9b75328c2fa88d3e87e51c10cac80247852f
 DIST Archive-Zip-1.63.tar.gz 191957 BLAKE2B 
e69f132e09458a2d4286b504113b53a7efef44c08a119434f6966f2019d439d6101d8f9ee82cb8d7e0dd29e40c5c92621ebdfc70d75abcf68ff79d4a487bd3fa
 SHA512 
53876bbda170ab8184f80bb43794d348aff1b82ba650694158ddef28b27b87f5d4ac1e4cb11be2c82c939e09787478543faec116ac76f0802064da667b4ebac2
+DIST Archive-Zip-1.64.tar.gz 192005 BLAKE2B 
0a9d4c9a7b74fe2136fe42cd10b667813e6528129452b7db72dc42af56ec7187491365ae65653bd475afeaa55440370c23a06ff842d9ebb3dbeb14527ca3
 SHA512 
7ae4c87ad50b30e764a79ada8f39ea2d698cfba957294d28dc15a2f3b2497923266a00574c5e43ddd59d6ec76d911f39007851920e0f09bfe3f466d46e17d6fc



[gentoo-commits] repo/gentoo:master commit in: dev-perl/AnyEvent-HTTP/

2018-09-29 Thread Kent Fredric
commit: cd550a0a9f3d41887a9bb110cb21c6a30630814c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep 30 01:13:08 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep 30 01:13:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd550a0a

dev-perl/AnyEvent-HTTP: Bump to version 2.240.0

Upstream:
- Improve cookie management re RFC 6265, implement idn matching for
  cookie domains
- Update to cookie_jar version 2
- Preserve cookie domain attribute
- Expire/Invalidate old cookie jars (v=1)
- Improve relative redirection code
- Do not call on_body callback if AE::HTTP will recurse it internally

Signed-off-by: Kent Fredric  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../AnyEvent-HTTP/AnyEvent-HTTP-2.240.0.ebuild | 23 ++
 dev-perl/AnyEvent-HTTP/Manifest|  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.240.0.ebuild 
b/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.240.0.ebuild
new file mode 100644
index 000..7c0e46d202c
--- /dev/null
+++ b/dev-perl/AnyEvent-HTTP/AnyEvent-HTTP-2.240.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=2.24
+inherit perl-module
+
+DESCRIPTION="Simple but non-blocking HTTP/HTTPS client"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-perl/AnyEvent-5.330.0
+   dev-perl/URI
+   >=dev-perl/common-sense-3.300.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/AnyEvent-HTTP/Manifest b/dev-perl/AnyEvent-HTTP/Manifest
index 395b10f8de6..dab4b9b0fed 100644
--- a/dev-perl/AnyEvent-HTTP/Manifest
+++ b/dev-perl/AnyEvent-HTTP/Manifest
@@ -1 +1,2 @@
 DIST AnyEvent-HTTP-2.23.tar.gz 27351 BLAKE2B 
d4e1f030e26482ebe203a1e15bce36b281c60a6574b565af1bbff44422dac409efb8c99f09b00c6b39ce7f834a5e62007c705e9e7b6da73be0d055c797a90035
 SHA512 
ba28bb01c042c6fbf51c7055ddf38dbea1b6a7e84a8a8c8ec845bf63f16f9919a388e092c59f07a9588972da45b87de3627dc66dd2b2b958b731c6b699197d90
+DIST AnyEvent-HTTP-2.24.tar.gz 31399 BLAKE2B 
da386e02705a90b6eda0118f760de1f646c89a24aff4233c8e0831adc6be474171fd513336970ff6e21aa8cac99e3b8f280a598372cc11f83224719f0ed7670b
 SHA512 
53fdd2105773a8dba4f128d3b01a243179464d31f7e94b28bb447c8e3435ad6169be57f35e49f4d6f3dee8a0aef93980ca1d626a95495a6a652ddc7575075e9a



[gentoo-commits] proj/gnome:master commit in: net-libs/gnome-online-accounts/

2018-09-29 Thread Mart Raudsepp
commit: e17088bb8d8adbe36de4c9c76929cadd6c5c349e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 00:22:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:22:09 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e17088bb

net-libs/gnome-online-accounts: remove, available in ::gentoo

Also remove , as it's too outdated to be useful (not synced;
git master has both autotools and meson, but a  should use
meson at this point)

 .../gnome-online-accounts-3.26.2.ebuild| 94 --
 .../gnome-online-accounts-.ebuild  | 90 -
 net-libs/gnome-online-accounts/metadata.xml| 14 
 3 files changed, 198 deletions(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
deleted file mode 100644
index 0bb3bd28..
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.26.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="debug gnome +introspection kerberos vala" # telepathy"
-REQUIRED_USE="vala? ( introspection )"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=app-crypt/libsecret-0.5
-   >=dev-libs/json-glib-0.16
-   dev-libs/libxml2:2
-   >=net-libs/libsoup-2.42:2.4
-   net-libs/rest:0.7
-   net-libs/telepathy-glib
-   >=net-libs/webkit-gtk-2.7.2:4
-   >=x11-libs/gtk+-3.19.12:3
-   x11-libs/pango
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-   kerberos? (
-   app-crypt/gcr:0=[gtk]
-   app-crypt/mit-krb5 )
-"
-#  telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.3
-   >=dev-util/gdbus-codegen-2.30.0
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# eautoreconf needs gobject-introspection-common, gnome-common
-
-# Due to sub-configure
-QA_CONFIGURE_OPTIONS=".*"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # TODO: Give users a way to set the G/FB/Windows Live secrets
-   # telepathy optional support is really a badly one, bug #494456
-   gnome2_src_configure \
-   --disable-static \
-   --enable-backend \
-   --enable-documentation \
-   --enable-exchange \
-   --enable-facebook \
-   --enable-flickr \
-   --enable-foursquare \
-   --enable-imap-smtp \
-   --enable-lastfm \
-   --enable-media-server \
-   --enable-owncloud \
-   --enable-pocket \
-   --enable-telepathy \
-   --enable-todoist \
-   --enable-windows-live \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable kerberos) \
-   $(use_enable introspection) \
-   $(use_enable vala)
-   #$(use_enable telepathy)
-   # gudev & cheese from sub-configure is overriden
-   # by top level configure, and disabled so leave it like that
-}

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-.ebuild
deleted file mode 100644
index 88c58c01..
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-IUSE="gnome +introspection kerberos" # telepathy"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc 

[gentoo-commits] proj/gnome:master commit in: net-irc/polari/

2018-09-29 Thread Mart Raudsepp
commit: 027a69624ca7204eff00d3d1b214d1c16507792b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 22:52:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep 29 22:52:09 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=027a6962

net-irc/polari: remove, available in ::gentoo

Main tree version has a tiny extra patch from gnome-3-26 branch that
fixes some warnings on DND.

 net-irc/polari/metadata.xml |  8 
 net-irc/polari/polari-3.26.2.ebuild | 38 -
 2 files changed, 46 deletions(-)

diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml
deleted file mode 100644
index 996e7cac..
--- a/net-irc/polari/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-

diff --git a/net-irc/polari/polari-3.26.2.ebuild 
b/net-irc/polari/polari-3.26.2.ebuild
deleted file mode 100644
index 2ee3aa8b..
--- a/net-irc/polari/polari-3.26.2.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
-
-inherit gnome-meson
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# gjs-1.49 required due to use of pkg.requireSymbol
-COMMON_DEPEND="
-   >=dev-libs/glib-2.43.4:2
-   >=x11-libs/gtk+-3.21.6:3[introspection]
-   net-libs/telepathy-glib[introspection]
-   >=dev-libs/gobject-introspection-1.50:=
-   >=dev-libs/gjs-1.49.2
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=app-text/gspell-1.4.0[introspection]
-   x11-libs/pango[introspection]
-   app-crypt/libsecret[introspection]
-   net-libs/libsoup:2.4[introspection]
-   net-im/telepathy-logger[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-irc/telepathy-idle-0.2
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=sys-devel/gettext-0.19.6
-   virtual/pkgconfig
-"



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

2018-09-29 Thread Mart Raudsepp
commit: b8e36bde27263fc11548a69475f0cca8abdc2e22
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 23:30:19 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e36bde

gnome-extra/gnome-characters: bump to 3.26.2

Tests don't really work, so remove all the test deps and setup for it.
Remove wrong vala.eclass usage (project doesn't use vala at all)

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

 gnome-extra/gnome-characters/Manifest  |  1 +
 .../gnome-characters-3.26.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index cd6ebaefc69..bbcdf973f54 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1 +1,2 @@
 DIST gnome-characters-3.24.0.tar.xz 1490304 BLAKE2B 
b7bea411ae623a29469fa82d8a9a220a718134776c0973431f4f16f6753bcedd34a8886f3cecc8af59b178f93c051310fa988aef198618b2c4d0be9001cb7ad8
 SHA512 
28531676e3ed89cea574f800a1f0e19106eb4ccb0edc62ea493bb6680fdbe3b1ed45c3cd865a637c059a89df63b980cd4a9d69d73049778c52725b1d38fdad9d
+DIST gnome-characters-3.26.2.tar.xz 1547868 BLAKE2B 
8fda44bcb3f9033dba0717a698d9db100d260624b92843ed6cf1fa45a0de2d0c326fdce5eead1868b4841da7a10a1ae25fd0298051cafd4e60d0e26ec428ad02
 SHA512 
a9bce1810f4ba4de59275421e201838ede4781d636231307906ab10fd588ca4ba945aee6f6f8bb847c9b76a7a0db86613189542649cb8561542bec3c774645b0

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.26.2.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.26.2.ebuild
new file mode 100644
index 000..0c62363572b
--- /dev/null
+++ b/gnome-extra/gnome-characters/gnome-characters-3.26.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2
+
+DESCRIPTION="Unicode character map viewer and library"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/gjs-1.43.3
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/gobject-introspection-1.35.9:=
+   >=dev-libs/libunistring-0.9.5
+   >=x11-libs/gtk+-3.20:3[introspection]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/pango-1.36[introspection]
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+RESTRICT="test"
+
+src_configure() {
+   gnome2_src_configure --disable-dogtail
+}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-characters/

2018-09-29 Thread Mart Raudsepp
commit: 8cdfae4a853a1aa0ea52232b9e1c16e9ad4e8e5d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 23:45:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep 29 23:45:18 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8cdfae4a

gnome-extra/gnome-characters: remove, available in ::gentoo

Main tree version removes all of the test stuff, as FEATURES=test and
IUSE=test is separate; thus no point in having the dependencies in place,
if tests aren't going to work (for correctness we'd have to package.use.mask
tests for the package as well, and instead have a
RESTRICT="!test? ( test )").
Also removes unnecessary vala_src_prepare - gnome-characters is written
in javascript, not vala.

 .../gnome-characters-3.26.2.ebuild | 62 --
 gnome-extra/gnome-characters/metadata.xml  |  8 ---
 2 files changed, 70 deletions(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.26.2.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.26.2.ebuild
deleted file mode 100644
index 6bfa71cd..
--- a/gnome-extra/gnome-characters/gnome-characters-3.26.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome2 python-any-r1 vala virtualx
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/gjs-1.43.3
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=dev-libs/libunistring-0.9.5
-   >=x11-libs/gtk+-3.20:3[introspection]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/pango-1.36[introspection]
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-
-# Tests are not maintained with code base
-RESTRICT="test"
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   sed 's/print \(.*\)/print(\1)/' -i "${S}"/tests/smoke_test.py || die
-
-   gnome2_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure $(use_enable test dogtail)
-}
-
-src_test() {
-   virtx emake check
-}

diff --git a/gnome-extra/gnome-characters/metadata.xml 
b/gnome-extra/gnome-characters/metadata.xml
deleted file mode 100644
index 996e7cac..
--- a/gnome-extra/gnome-characters/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-weather/

2018-09-29 Thread Mart Raudsepp
commit: 27eb5d2ae77b1c727b57fa384c31a5d220bc212d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 23:17:57 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep 29 23:17:57 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=27eb5d2a

gnome-extra/gnome-weather: remove, available in ::gentoo

gdk-pixbuf is not a build dep for glib-compile-resources (to-pixdata
attribute is not used).

 .../gnome-weather/gnome-weather-3.26.0.ebuild  | 52 --
 gnome-extra/gnome-weather/metadata.xml |  8 
 2 files changed, 60 deletions(-)

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
deleted file mode 100644
index 29b575b6..
--- a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="A weather application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=app-misc/geoclue-2.3.1:2.0
-   >=dev-libs/gjs-1.49.4
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=dev-libs/libgweather-3.25.91:=
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.11.4:3
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=dev-util/intltool-0.26
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure $(use_enable test dogtail)
-}
-
-src_test() {
-   virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
-}

diff --git a/gnome-extra/gnome-weather/metadata.xml 
b/gnome-extra/gnome-weather/metadata.xml
deleted file mode 100644
index 39980802..
--- a/gnome-extra/gnome-weather/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/

2018-09-29 Thread Mart Raudsepp
commit: 5720a5409c024b251202dd1370394eafebcbad98
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 00:02:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5720a540

sci-geosciences/gnome-maps: bump to 3.26.2

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

 sci-geosciences/gnome-maps/Manifest|  1 +
 .../gnome-maps/gnome-maps-3.26.2.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index 7c6a2632124..0b22a7b1d14 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1 +1,2 @@
 DIST gnome-maps-3.24.3.tar.xz 1145872 BLAKE2B 
bd6e9652c341def652beea966d3a171a050219f3bc83288bd83eacb069899cd94d154d53bcea081bdfefdeee9b74e56c158c703ed92c9fcb5e35ecd718900e4a
 SHA512 
b4a4c278359803e11b1aa43fb522a84b95eecfc349a134322f45db7acfe93867a61f6bd48e55a07d5d602b8161cdf5949a6b5d4da1212659e133260063ab6198
+DIST gnome-maps-3.26.2.tar.xz 1175944 BLAKE2B 
abd8a592c10e31f4a05a6f3ef1167d111ab19a957e2fd3efa78f6999f60f98ff1767bcde18c6fb56bd6af580fd5e619106371214a92c4c450fe16df6fa4d8e23
 SHA512 
15548d834cf859b1d67111bdf81c3dc87c62c97574b89f41ae81bd5ce8bdccb10e705c7e91f5880d2528df88f85d6416302163d31c5b9d0f359451385168866b

diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
new file mode 100644
index 000..2e55a2c32c2
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A map application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=app-misc/geoclue-0.12.99:2.0[introspection]
+   >=dev-libs/folks-0.10
+   >=dev-libs/gjs-1.44.0
+   >=dev-libs/gobject-introspection-0.6.3:=
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/libgee-0.16:0.8[introspection]
+   dev-libs/libxml2:2
+   >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
+   >=net-libs/rest-0.7.90:0.7[introspection]
+   >=sci-geosciences/geocode-glib-3.15.2[introspection]
+   >=x11-libs/gtk+-3.22:3[introspection]
+"
+# Found by grepping imports.gi in ${S}
+RDEPEND="${COMMON_DEPEND}
+   app-crypt/libsecret[introspection]
+   dev-libs/libgweather[introspection]
+   media-libs/clutter-gtk:1.0[introspection]
+   media-libs/clutter:1.0[introspection]
+   media-libs/cogl:1.0[introspection]
+   net-libs/gnome-online-accounts[introspection]
+   net-libs/libgfbgraph[introspection]
+   net-libs/libsoup:2.4[introspection]
+   net-libs/webkit-gtk:4[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"



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

2018-09-29 Thread Mart Raudsepp
commit: f749317abb7f2afbc9c515f182b6978934bc2029
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 23:17:40 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f749317a

gnome-extra/gnome-weather: bump to 3.26.0

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

 gnome-extra/gnome-weather/Manifest |  1 +
 .../gnome-weather/gnome-weather-3.26.0.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/gnome-extra/gnome-weather/Manifest 
b/gnome-extra/gnome-weather/Manifest
index a91afff3b26..87a366a82a6 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1 +1,2 @@
 DIST gnome-weather-3.24.0.tar.xz 5358924 BLAKE2B 
89091c0dd2e69109621450621a03231da9fc6032cfdc44386e632ab3e8e478fc9a02efff86417277fbdbd2c39d730efd76df1a787e14112dd0447b53715b5aff
 SHA512 
c286c97dc1cbb4991e56ed49e8c788c6a58f0f0dcd5534812ee3e06a0570fd1bb0b45f7e35bdc11443f62dc3a2cd262db4f3d2b1f238cfc24236de88de4a4bce
+DIST gnome-weather-3.26.0.tar.xz 5362056 BLAKE2B 
0a427f8be6f8b79346d106430f6673961d03ca6770940f92eb866859907c7dc2e11805091bd9715e922176acad5c971114c9df33e6551c8992051e6ef873a298
 SHA512 
adb5400ca2674142132e499880793f9c4fafaa9a4459b2718eb24180480f8e4e1edb81aad947283208c3fe32f1c662d380421efa1b6b57968268ca64318a33ff

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
new file mode 100644
index 000..bc55ef11485
--- /dev/null
+++ b/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit gnome2 python-any-r1 virtualx
+
+DESCRIPTION="A weather application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=app-misc/geoclue-2.3.1:2.0
+   >=dev-libs/gjs-1.50
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/gobject-introspection-1.35.9:=
+   >=dev-libs/libgweather-3.25.91:=
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.11.4:3
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   >=dev-util/intltool-0.26
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+
+python_check_deps() {
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   gnome2_src_configure $(use_enable test dogtail)
+}
+
+src_test() {
+   virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/polari/, net-irc/polari/files/

2018-09-29 Thread Mart Raudsepp
commit: 7d2dc54963d521a41dc1102242b979f89b0879b9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 22:51:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2dc549

net-irc/polari: bump to 3.26.2

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

 net-irc/polari/Manifest|  1 +
 net-irc/polari/files/3.26.2-drag-warning-fix.patch | 38 +++
 net-irc/polari/metadata.xml|  1 +
 net-irc/polari/polari-3.26.2.ebuild| 55 ++
 4 files changed, 95 insertions(+)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index bcac65e8a93..f9f20f63154 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1 +1,2 @@
 DIST polari-3.24.2.tar.xz 804160 BLAKE2B 
c0e651d478cf814d1e055ef196ea725a17c50ee4836df7939b73dc59bbea0f74d8dbf6ceebd07b3748b6814fa52ae8a300515ac8f6952f59546e7c27ed35d6da
 SHA512 
23a475d657556e7f4e93dde8e545bf7bede227635d540bd006b85b068923d87e713bd05f14d8ccde458bf6efd4920665bca02ea41c4de870680581ebfa595f0e
+DIST polari-3.26.2.tar.xz 1148892 BLAKE2B 
3979b261ae34d3d38084717a94f926a259ec0d20f9db0f482e10866bba0b4d1efec2f44b78cd1b409f03df0221d308b8173b21fc33b61fd93bc76eec6b57
 SHA512 
3939c7da22379acd8b59d860db90fba37cca3dba0422db93747ba4622e574d43992334e13603462725d05ba2f0c1a243655ef7505881649111033abc029a9aaa

diff --git a/net-irc/polari/files/3.26.2-drag-warning-fix.patch 
b/net-irc/polari/files/3.26.2-drag-warning-fix.patch
new file mode 100644
index 000..3eceb523b89
--- /dev/null
+++ b/net-irc/polari/files/3.26.2-drag-warning-fix.patch
@@ -0,0 +1,38 @@
+From e94de3aad89eecac7eaf8236b4c0b2c7919bc70b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Florian=20M=C3=BCllner?= 
+Date: Fri, 27 Oct 2017 04:19:30 +0200
+Subject: [PATCH] pasteManager: Remove excess arguments
+
+Our helper method takes less arguments than the GTK+ method it's based
+on - remove the excess argument to avoid warnings.
+
+Fixes https://gitlab.gnome.org/GNOME/polari/issues/14
+---
+ src/pasteManager.js | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/pasteManager.js b/src/pasteManager.js
+index e39f493..aa321f4 100644
+--- a/src/pasteManager.js
 b/src/pasteManager.js
+@@ -122,7 +122,7 @@ var DropTargetIface = new Lang.Interface({
+ if (!this.can_drop)
+ return Gdk.EVENT_PROPAGATE;
+ 
+-if (!Polari.drag_dest_supports_target(widget, context, null))
++if (!Polari.drag_dest_supports_target(widget, context))
+ return Gdk.EVENT_PROPAGATE;
+ 
+ Polari.drag_dest_request_data(widget, context, time);
+@@ -138,7 +138,7 @@ var DropTargetIface = new Lang.Interface({
+ if (!this.can_drop)
+ return Gdk.EVENT_PROPAGATE;
+ 
+-if (!Polari.drag_dest_supports_target(widget, context, null))
++if (!Polari.drag_dest_supports_target(widget, context))
+ return Gdk.EVENT_PROPAGATE;
+ 
+ let info = Polari.drag_dest_find_target(widget, context);
+-- 
+2.17.0
+

diff --git a/net-irc/polari/metadata.xml b/net-irc/polari/metadata.xml
index 996e7cacd21..09079e5df22 100644
--- a/net-irc/polari/metadata.xml
+++ b/net-irc/polari/metadata.xml
@@ -5,4 +5,5 @@
gn...@gentoo.org
Gentoo GNOME Desktop

+   Polari is a simple IRC Client that is 
designed to integrate seamlessly with GNOME 3
 

diff --git a/net-irc/polari/polari-3.26.2.ebuild 
b/net-irc/polari/polari-3.26.2.ebuild
new file mode 100644
index 000..1ee35718d2a
--- /dev/null
+++ b/net-irc/polari/polari-3.26.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="An IRC client for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.43.4:2
+   >=x11-libs/gtk+-3.21.6:3[introspection]
+   net-libs/telepathy-glib[introspection]
+   >=dev-libs/gobject-introspection-1.50:=
+   >=dev-libs/gjs-1.50
+
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=app-text/gspell-1.4.0[introspection]
+   x11-libs/pango[introspection]
+   app-crypt/libsecret[introspection]
+   net-libs/libsoup:2.4[introspection]
+   net-im/telepathy-logger[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-irc/telepathy-idle-0.2
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-drag-warning-fix.patch
+)
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+   gnome2_schemas_update

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

2018-09-29 Thread Mart Raudsepp
commit: 0d2c1d0b668fbc06279aadc50c309fd343207164
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 22:25:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2c1d0b

dev-libs/gjs: bump to 1.50.4

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

 dev-libs/gjs/Manifest  |  1 +
 dev-libs/gjs/gjs-1.50.4.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index 90034b1c86a..cc6f8bb52d1 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,2 +1,3 @@
 DIST gjs-1.46.0.tar.xz 490812 BLAKE2B 
d7b71d6c611404d9313cdd19959e2a0cb7f035bbd2528db77ccb0030e685019b756216bfbc64885b3641c14cab2f29110492c87047c3ceb1a627765857b19a95
 SHA512 
14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc
 DIST gjs-1.48.7.tar.xz 595324 BLAKE2B 
eac8b5b2f7e909e94e3fb305cac443da3f433047ee07fa8fbd15905890f77d57449c8689867df61f1ac849b8b4bddc089a9b1ddc3aa79d4b3d054226c58fa909
 SHA512 
b8c58e068eaecfca2fa40cebe209fa8058e603809be4307099a0f3dbd561752a540d587d546ffa74aef0268a111f2b2846a1e0febda1adcefdac8c02e716e2dd
+DIST gjs-1.50.4.tar.xz 612260 BLAKE2B 
c5731dd9f0703a3c6fa8e407fdba888629f7f0ad197ad60a433bc9eb315a6f633e9f192cf3ef51d17dd3529f66dc4c291f302e5dd57873e6f274047af46c2647
 SHA512 
d95aed6ec8001ccc5f70abad8e2c6dcee8d62f54500f19f5acb25096b398b03a932afeb226d27c0bd6c5c57d9685403f7b77b06ee7b861648402a9137446fcbb

diff --git a/dev-libs/gjs/gjs-1.50.4.ebuild b/dev-libs/gjs/gjs-1.50.4.ebuild
new file mode 100644
index 000..c4457cc2860
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.50.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 pax-utils virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.52.1
+   >=dev-libs/gobject-introspection-1.53.4:=
+
+   sys-libs/readline:0=
+   dev-lang/spidermonkey:52
+   virtual/libffi
+   cairo? ( x11-libs/cairo[X] )
+   gtk? ( >=x11-libs/gtk+-3.20:3 )
+"
+DEPEND="${RDEPEND}
+   gnome-base/gnome-common
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( sys-apps/dbus )
+"
+
+src_configure() {
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
+   # XXX: Do NOT enable coverage, completely useless for portage installs
+   gnome2_src_configure \
+   --disable-systemtap \
+   --disable-dtrace \
+   --disable-code-coverage \
+   $(use_with cairo cairo) \
+   $(use_with gtk) \
+   $(use_with test dbus-tests) \
+   $(use_with test xvfb-tests)
+}
+
+src_install() {
+   # installation sometimes fails in parallel, bug #???
+   gnome2_src_install -j1
+
+   if use examples; then
+   insinto /usr/share/doc/"${PF}"/examples
+   doins "${S}"/examples/*
+   fi
+
+   # Required for gjs-console to run correctly on PaX systems
+   pax-mark mr "${ED}/usr/bin/gjs-console"
+}



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

2018-09-29 Thread Mart Raudsepp
commit: 4248c8cdf0e46c1763a73d5f703c4de23d145e15
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 23:55:42 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4248c8cd

media-sound/gnome-sound-recorder: bump to 3.28.1

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

 media-sound/gnome-sound-recorder/Manifest  |  1 +
 .../gnome-sound-recorder-3.28.1.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-sound/gnome-sound-recorder/Manifest 
b/media-sound/gnome-sound-recorder/Manifest
index 3cf5a46d105..c68e6cd320c 100644
--- a/media-sound/gnome-sound-recorder/Manifest
+++ b/media-sound/gnome-sound-recorder/Manifest
@@ -1 +1,2 @@
 DIST gnome-sound-recorder-3.24.0.1.tar.xz 452240 BLAKE2B 
37b2b81255af5aff4de08e92bf7db216b229885b1aeee87d91a1210412634b62641758c6132290b75494f780d304d78dee4c3d5d7e08de46736750c2730b20d0
 SHA512 
00e190e8d6a1a3961122485742705da4d85ef926453ff8098718566771600690562597f012f7cd9dc61b5910b4e75cc7518e86a092f052c3fc40a96310ab3c3f
+DIST gnome-sound-recorder-3.28.1.tar.xz 458764 BLAKE2B 
f6d8691758b85e6cfad0d9ddc8d894bfe8a78d34084524986bf6df694c50ca615a666a0d6fc56a82149274f40c346ed6fb317668a5d6a729b06ea4516bcb7f66
 SHA512 
badc5b9013a5b2e66078e4e3c93431297730b8e8ef241daa30d1fd58c5e7d6f58201c569cf8e58b24c1510fa6cce068740a0e68015b5bd59f793cf18c9f566e9

diff --git 
a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.28.1.ebuild 
b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.28.1.ebuild
new file mode 100644
index 000..abb3d9fd119
--- /dev/null
+++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.28.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Simple sound recorder"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   dev-libs/gjs
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/gobject-introspection-1.31.6
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.12:3[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection,ogg]
+   media-libs/gst-plugins-bad:1.0
+   media-libs/gst-plugins-good:1.0
+   media-plugins/gst-plugins-flac:1.0
+   media-plugins/gst-plugins-pulse:1.0
+
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.26
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 
& co.
+   # gst-inspect causes sandbox violations when a plugin needs write 
access to
+   # /dev/dri/card* in its init phase.
+   sed -e "s|\(gst10_inspect=\).*|\1$(type -P true)|" \
+   -i configure || die
+}



[gentoo-commits] proj/gnome:master commit in: sci-geosciences/gnome-maps/

2018-09-29 Thread Mart Raudsepp
commit: 1f5c83b043c9d8bd6f2af472ff30652022d3cf03
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 00:18:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:18:44 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1f5c83b0

sci-geosciences/gnome-maps: remove, available in ::gentoo

gdk-pixbuf is not a glib-compile-resources dep (to-pixdata not used)

 .../gnome-maps/gnome-maps-3.26.2.ebuild| 46 --
 sci-geosciences/gnome-maps/metadata.xml|  8 
 2 files changed, 54 deletions(-)

diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
deleted file mode 100644
index 9fb76f5c..
--- a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A map application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
-   >=app-misc/geoclue-0.12.99:2.0[introspection]
-   >=dev-libs/folks-0.10
-   >=dev-libs/gjs-1.44.0
-   >=dev-libs/gobject-introspection-0.6.3:=
-   >=dev-libs/glib-2.44:2
-   >=dev-libs/libgee-0.16:0.8[introspection]
-   dev-libs/libxml2:2
-   >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
-   >=net-libs/rest-0.7.90:0.7[introspection]
-   >=sci-geosciences/geocode-glib-3.15.2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-# Found by grepping imports.gi in ${S}
-RDEPEND="${COMMON_DEPEND}
-   app-crypt/libsecret[introspection]
-   dev-libs/libgweather[introspection]
-   media-libs/clutter-gtk:1.0[introspection]
-   media-libs/clutter:1.0[introspection]
-   media-libs/cogl:1.0[introspection]
-   net-libs/gnome-online-accounts[introspection]
-   net-libs/libgfbgraph[introspection]
-   net-libs/libsoup:2.4[introspection]
-   net-libs/webkit-gtk:4[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"

diff --git a/sci-geosciences/gnome-maps/metadata.xml 
b/sci-geosciences/gnome-maps/metadata.xml
deleted file mode 100644
index 39980802..
--- a/sci-geosciences/gnome-maps/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



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

2018-09-29 Thread Mart Raudsepp
commit: 4694a53d915690d164e97f75787ea963e24db56b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep 29 23:51:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 00:08:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4694a53d

gnome-extra/gnome-shell-frippery: bump to 3.26.5

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

 gnome-extra/gnome-shell-frippery/Manifest  |  1 +
 .../gnome-shell-frippery-3.26.5.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest 
b/gnome-extra/gnome-shell-frippery/Manifest
index 0cac5dec189..4e1da129de9 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1 +1,2 @@
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B 
d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5
 SHA512 
7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5
+DIST gnome-shell-frippery-3.26.5.tgz 87012 BLAKE2B 
23f073cfbbd87bc29cc90f052b841c5a5cca535b2a0e8ef3f220fc4bd9a1a2857fde817f0dca478673fa27a93a028ead28a880f67ec574d6011e3a63630540e1
 SHA512 
b5767af112e1744f7928c01810b16df565409da43cac1638467b1425b50cd0c48cfea3535be501b47144c8e1b5b9eeb6283c80464ec1b02d74f60e7d04478c85

diff --git 
a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild
new file mode 100644
index 000..6eadedbef46
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.26.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for 
GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html;
+SRC_URI="http://frippery.org/extensions/${P}.tgz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-eselect/eselect-gnome-shell-extensions
+   >=dev-libs/gjs-1.29
+   dev-libs/gobject-introspection:=
+   gnome-base/gnome-menus:3[introspection]
+   =gnome-base/gnome-shell-3.26*
+   media-libs/clutter:1.0[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+   insinto /usr/share/gnome-shell/extensions
+   doins -r extensions/*@*
+   dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+   ebegin "Updating list of installed extensions"
+   eselect gnome-shell-extensions update
+   eend $?
+}



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

2018-09-29 Thread Mikle Kolyada
commit: d86c6ef8f088358916cb8108887ae41614fee430
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 29 21:07:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 29 21:07:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86c6ef8

app-arch/lz4: Version bump (v1.8.3)

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

 app-arch/lz4/Manifest |  1 +
 app-arch/lz4/lz4-1.8.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-arch/lz4/Manifest b/app-arch/lz4/Manifest
index 1294e66598a..b74f8732ee1 100644
--- a/app-arch/lz4/Manifest
+++ b/app-arch/lz4/Manifest
@@ -1,2 +1,3 @@
 DIST lz4-1.8.0.tar.gz 222840 BLAKE2B 
0b33f920f59a5ec9576051baa9ba887b320d424f8f64e1a752124371797d3f8bf2dbf13ee2e7268ef363d70697b8358e7ad627489c6843c61bdba004df80c5ec
 SHA512 
aea46d4a900a3ede7dd7b498ee938ecd98397d3277c5b3a85b4236a44777cba85cd68a2f32c993b872afda96c5dafe0cb3dd391101fe8181e17c9f48884c1535
 DIST lz4-1.8.2.tar.gz 320742 BLAKE2B 
cd97b6a31a1f45d410d598af0b0b696b3ccc3ffdc4fd523316576ebc68e24e545b8ce359889b0dca1968b1c296cb69951617b91b49cbe8eb98cfdb9ce400803c
 SHA512 
5fadc79334d37739c947d6dfc24f48ce82989fc5ee4f2bb8201ccf7ee3230b9e6e7c8488beb64050a035369f4247161d258bdb539578bec224ccebfef1b8a763
+DIST lz4-1.8.3.tar.gz 327897 BLAKE2B 
e2be80be14c67cf1a07cc6a2e6f6777a87abdd15499b9c32b8096e09284aea19620adf930e28454ce105e325cff684d2625e0a38211705f3c105a80b72f56be5
 SHA512 
5d284f75a0c4ad11ebc4abb4394d98c863436da0718d62f648ef2e2cda8e5adf47617a4b43594375f7b0b673541a9ccfaf73880a55fd240986594558214dbf9f

diff --git a/app-arch/lz4/lz4-1.8.3.ebuild b/app-arch/lz4/lz4-1.8.3.ebuild
new file mode 100644
index 000..0e01e4c39d3
--- /dev/null
+++ b/app-arch/lz4/lz4-1.8.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/lz4/lz4.git;
+   EGIT_BRANCH=dev
+else
+   SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+fi
+
+DESCRIPTION="Extremely Fast Compression algorithm"
+HOMEPAGE="https://github.com/lz4/lz4;
+
+LICENSE="BSD-2 GPL-2"
+# https://abi-laboratory.pro/tracker/timeline/lz4/
+SLOT="0/r131"
+IUSE="static-libs"
+
+CMAKE_USE_DIR=${S}/contrib/cmake_unofficial
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   )
+
+   cmake-utils_src_configure
+}



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

2018-09-29 Thread Matt Turner
commit: 23bcf568894a272631ab2096385963c1b2355f34
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 20:50:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 20:55:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bcf568

x11-libs/libXaw3d: Drop old versions

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

 x11-libs/libXaw3d/Manifest  |  1 -
 x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest
index 19b6473e7e5..af907b35776 100644
--- a/x11-libs/libXaw3d/Manifest
+++ b/x11-libs/libXaw3d/Manifest
@@ -1,2 +1 @@
-DIST libXaw3d-1.6.2.tar.bz2 551851 BLAKE2B 
13a03eba7af518fcaa33e89e0cf7c0955c175866348d314210f15a291590fdea98e1b5b9628252932826069bb3a3e89b2377dd80f1adfe3a2bb06e6f82f85408
 SHA512 
11b15884e47efc139aa019f0a76086913535767fb2e20fcd837d810d3b6b4a7bda3408be5fa0cbe90ae16eeaebe5db9b0ec77a0e2b5767590662ef3a7c9c96ea
 DIST libXaw3d-1.6.3.tar.bz2 561594 BLAKE2B 
85f3fb6d39a9a0ccb7d2c529eff84a4a9e85bf81be16487f2119da0a670e40c2d328e17b06ca237f69029e8d43daf6eeba8488029e6e4d2f56bc1093a2f305ad
 SHA512 
f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424

diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild 
b/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
deleted file mode 100644
index d1ee612e8a5..000
--- a/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org Xaw3d library"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
-IUSE="unicode"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXt"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   virtual/yacc
-   x11-base/xorg-proto"
-
-pkg_setup() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable unicode internationalization)
-   --enable-arrow-scrollbars
-   --enable-gray-stipples
-   )
-
-   xorg-2_pkg_setup
-}



[gentoo-commits] repo/gentoo:master commit in: sci-biology/vaal/files/, sci-biology/vaal/

2018-09-29 Thread Andreas Hüttel
commit: c24d4349f4e48f2a8aeda81be28d40e91d979f40
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep 29 20:33:49 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 29 20:34:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24d4349

sci-biology/vaal: Add build fix for glibc 2.27

Closes: https://bugs.gentoo.org/647878
Signed-off-by: Andreas K. Hüttel  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-biology/vaal/files/vaal-46233-libieee.patch | 12 
 sci-biology/vaal/vaal-46233-r2.ebuild   |  3 ++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sci-biology/vaal/files/vaal-46233-libieee.patch 
b/sci-biology/vaal/files/vaal-46233-libieee.patch
new file mode 100644
index 000..9f5760c0cb1
--- /dev/null
+++ b/sci-biology/vaal/files/vaal-46233-libieee.patch
@@ -0,0 +1,12 @@
+diff -ruN vaal-46233.orig/configure.ac vaal-46233/configure.ac
+--- vaal-46233.orig/configure.ac   2018-09-29 21:58:06.059065798 +0200
 vaal-46233/configure.ac2018-09-29 22:22:35.947845554 +0200
+@@ -12,7 +12,7 @@
+ AX_PTHREAD
+ AC_OPENMP
+ 
+-CXXFLAGS="$CXXFLAGS -std=c++11 -Wextra -Wall -Wsign-promo 
-Woverloaded-virtual -Wendif-labels -Wno-unused -Wno-deprecated -Wno-long-long 
-Wno-parentheses -fno-nonansi-builtins -mieee-fp -fno-strict-aliasing -iquote . 
 -DNDEBUG"
++CXXFLAGS="$CXXFLAGS -std=c++11 -Wextra -Wall -Wsign-promo 
-Woverloaded-virtual -Wendif-labels -Wno-unused -Wno-deprecated -Wno-long-long 
-Wno-parentheses -fno-nonansi-builtins -fno-strict-aliasing -iquote .  -DNDEBUG"
+ 
+ OS_RELEASE="`uname -r`"
+ AC_SUBST(CXXFLAGS)

diff --git a/sci-biology/vaal/vaal-46233-r2.ebuild 
b/sci-biology/vaal/vaal-46233-r2.ebuild
index 85076f33057..0ac15e6ff63 100644
--- a/sci-biology/vaal/vaal-46233-r2.ebuild
+++ b/sci-biology/vaal/vaal-46233-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,7 @@ DEPEND="
 
 DOCS=( "${DISTDIR}/VAAL_manual.doc" )
 PATCHES=(
+   "${FILESDIR}/${P}-libieee.patch"
"${WORKDIR}/${P}_remove-namespace-std.patch"
 )
 



[gentoo-commits] proj/gcc-patches:master commit in: 3.4.6/gentoo/

2018-09-29 Thread Sergei Trofimovich
commit: 8cc4d3b9a21d903a0516b9595c365c5b6fba386e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 29 20:30:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 29 20:30:02 2018 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=8cc4d3b9

3.4.6: add 92_all_libtool-pass-all.patch

Fix stared library detection by libtool.
Before the patch libtool was not able to see
through linker scripts and rejected -lc and -lm existence.

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

 3.4.6/gentoo/92_all_libtool-pass-all.patch | 170 +
 3.4.6/gentoo/README.history|   1 +
 2 files changed, 171 insertions(+)

diff --git a/3.4.6/gentoo/92_all_libtool-pass-all.patch 
b/3.4.6/gentoo/92_all_libtool-pass-all.patch
new file mode 100644
index 000..27d493f
--- /dev/null
+++ b/3.4.6/gentoo/92_all_libtool-pass-all.patch
@@ -0,0 +1,170 @@
+Unbreak libc and libm detection by libtool when those
+are linker scripts: use file presence as a signal,
+not the output of 'file' command on linux-gnu*.
+
+Backport of upstream patch:
+
+From 7f93fe7a469fb4d342d90736e801fcafb23b5a8b Mon Sep 17 00:00:00 2001
+From: kcook 
+Date: Wed, 24 Nov 2004 22:04:38 +
+Subject: [PATCH] 2004-11-24  Kelley Cook  
+
+   * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
+   from CVS libtool to always pass_all.
+   * boehm-gc/configure: Regenerate.
+   * libffi/configure: Regenerate.
+   * libgfortran/configure: Regenerate.
+   * libjava/configure: Regenerate.
+   * libobjc/configure: Regenerate.
+   * libstdc++-v3/configure: Regenerate.
+   * zlib/configure: Regenerate.
+
+
+git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91200 
138bc75d-0d04-0410-961f-82ee72b054a4
+---
+ ChangeLog  |   5 +
+ boehm-gc/ChangeLog |   4 +
+ boehm-gc/configure |  11 +-
+ libffi/ChangeLog   |   4 +
+ libffi/configure   |  11 +-
+ libgfortran/ChangeLog  |   4 +
+ libgfortran/configure  |  13 +-
+ libjava/ChangeLog  |   4 +
+ libjava/aclocal.m4 |   2 +-
+ libjava/configure  | 322 +
+ libobjc/ChangeLog  |   4 +
+ libobjc/configure  |  13 +-
+ libstdc++-v3/ChangeLog |   4 +
+ libstdc++-v3/configure |  13 +-
+ libtool.m4 |   9 +-
+ zlib/ChangeLog.gcj |   4 +
+ zlib/configure |  11 +-
+ 17 files changed, 249 insertions(+), 189 deletions(-)
+
+--- a/boehm-gc/configure
 b/boehm-gc/configure
+@@ -4317,14 +4317,7 @@ irix5* | irix6*)
+ 
+ # This must be Linux ELF.
+ linux-gnu*)
+-  case $host_cpu in
+-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
+-lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-# glibc up to 2.1.1 does not perform some relocations on ARM
+-lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++  lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+ netbsd* | knetbsd*-gnu)
+--- a/libffi/configure
 b/libffi/configure
+@@ -3454,14 +3454,7 @@ irix5* | irix6*)
+ 
+ # This must be Linux ELF.
+ linux-gnu*)
+-  case $host_cpu in
+-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
+-lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-# glibc up to 2.1.1 does not perform some relocations on ARM
+-lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++  lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+ netbsd* | knetbsd*-gnu)
+--- a/libjava/configure
 b/libjava/configure
+@@ -4337,14 +4347,7 @@ irix5* | irix6*)
+ 
+ # This must be Linux ELF.
+ linux-gnu*)
+-  case $host_cpu in
+-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
+-lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-# glibc up to 2.1.1 does not perform some relocations on ARM
+-lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++  lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+ netbsd* | knetbsd*-gnu)
+--- a/libobjc/configure
 b/libobjc/configure
+@@ -3269,14 +3269,7 @@ irix5* | irix6*)
+ 
+ # This must be Linux ELF.
+ linux-gnu*)
+-  case $host_cpu in
+-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
+-lt_cv_deplibs_check_method=pass_all ;;
+-  *)
+-# glibc up to 2.1.1 does not perform some relocations on ARM
+-lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )' ;;
+-  esac
+-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
++  lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+ netbsd* | knetbsd*-gnu)
+index e87d8b27130..0024e82faa2 100755
+--- a/libstdc++-v3/configure
 b/libstdc++-v3/configure

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

2018-09-29 Thread Michał Górny
commit: 02c1206282e6a9f33954ed4eaffd8cf8aab2985f
Author: Kai Krakow  kaishome  de>
AuthorDate: Fri Jan 12 06:51:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 20:03:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c12062

sys-fs/bees: Best-Effort Extent-Same, a btrfs dedup agent.

Bees is a block-oriented userspace dedup agent designed to avoid
scalability problems on large filesystems.

Bees is designed to degrade gracefully when underprovisioned with RAM.
Bees does not use more RAM or storage as filesystem data size
increases. The dedup hash table size is fixed at creation time and does
not change. The effective dedup block size is dynamic and adjusts
automatically to fit the hash table into the configured RAM limit. Hash
table overflow is not implemented to eliminate the IO overhead of hash
table overflow. Hash table entries are only 16 bytes per dedup block to
keep the average dedup block size small.

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Kai Krakow  kaishome.de>
Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9925

 sys-fs/bees/bees-.ebuild | 66 
 sys-fs/bees/metadata.xml | 19 +
 2 files changed, 85 insertions(+)

diff --git a/sys-fs/bees/bees-.ebuild b/sys-fs/bees/bees-.ebuild
new file mode 100644
index 000..72fef108e72
--- /dev/null
+++ b/sys-fs/bees/bees-.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info
+
+DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
+HOMEPAGE="https://github.com/Zygo/bees;
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/Zygo/bees.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/Zygo/bees/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="tools"
+
+DEPEND="
+   >=sys-apps/util-linux-2.30.2
+   >=sys-fs/btrfs-progs-4.1
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~BTRFS_FS"
+ERROR_BTRFS_FS="CONFIG_BTRFS_FS: bees does currently only work with btrfs"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   if kernel_is -lt 4 4 3; then
+   ewarn "Kernel versions below 4.4.3 lack critical 
features needed for bees to"
+   ewarn "properly operate, so it won't work. It's 
recommended to run at least"
+   ewarn "kernel version 4.11 for best performance and 
reliability."
+   ewarn
+   elif kernel_is -lt 4 11; then
+   ewarn "With kernel versions below 4.11, bees may 
severely degrade system performance"
+   ewarn "and responsiveness. Especially, the kernel may 
deadlock while bees is"
+   ewarn "running, it's recommended to run at least kernel 
4.11."
+   ewarn
+   elif kernel_is -lt 4 14 29; then
+   ewarn "With kernel versions below 4.14.29, bees may 
generate a lot of bogus WARN_ON()"
+   ewarn "messages in the kernel log. These messages can 
be ignored and this is fixed"
+   ewarn "with more recent kernels:"
+   ewarn "# WARNING: CPU: 3 PID: 18172 at 
fs/btrfs/backref.c:1391 find_parent_nodes+0xc41/0x14e0"
+   ewarn
+   fi
+   elog "Bees recommends to run the latest current kernel for 
performance and"
+   elog "reliability reasons, see README.md."
+   fi
+}
+
+src_configure() {
+   cat >localconf <<-EOF || die
+   LIBEXEC_PREFIX=/usr/libexec
+   PREFIX=/usr
+   LIBDIR=$(get_libdir)
+   DEFAULT_MAKE_TARGET=all
+   EOF
+   if use tools; then
+   echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die
+   fi
+}

diff --git a/sys-fs/bees/metadata.xml b/sys-fs/bees/metadata.xml
new file mode 100644
index 000..ba18bd51ea0
--- /dev/null
+++ b/sys-fs/bees/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hurikhan77+...@gmail.com
+   Kai Krakow
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+
+   Build extra tools useful for debugging (fiemap, 
feiwalk, beestop)
+
+
+   https://github.com/Zygo/bees/issues
+   Zygo/bees
+
+



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

2018-09-29 Thread Michał Górny
commit: e1b385d1ac84ed03ee1a18ec7533529cc96e6bc1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 20:00:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 20:00:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b385d1

profiles/hardened/linux/powerpc: Mask more nodejs revdeps, pt. 2

Signed-off-by: Michał Górny  gentoo.org>

 profiles/hardened/linux/powerpc/package.mask | 1 +
 profiles/hardened/linux/powerpc/package.use.mask | 5 +
 2 files changed, 6 insertions(+)

diff --git a/profiles/hardened/linux/powerpc/package.mask 
b/profiles/hardened/linux/powerpc/package.mask
index db055a93232..4ccfde4f70b 100644
--- a/profiles/hardened/linux/powerpc/package.mask
+++ b/profiles/hardened/linux/powerpc/package.mask
@@ -3,6 +3,7 @@
 
 # Michał Górny  (29 Sep 2018)
 # All nodejs versions with ppc keywords are masked in 13.0 profile.
+dev-ruby/coffee-rails
 dev-ruby/coffee-script
 dev-ruby/execjs
 dev-ruby/uglifier

diff --git a/profiles/hardened/linux/powerpc/package.use.mask 
b/profiles/hardened/linux/powerpc/package.use.mask
index 9b6e65acf51..b61fa6ddef7 100644
--- a/profiles/hardened/linux/powerpc/package.use.mask
+++ b/profiles/hardened/linux/powerpc/package.use.mask
@@ -1,3 +1,8 @@
+# Michał Górny  (29 Sep 2018)
+# All nodejs versions with ppc keywords are masked in 13.0 profile.
+dev-ruby/rails asset-pipeline
+dev-ruby/tilt test
+
 # Diego Pettenò  (10 Nov 2007)
 # Tests for Linux-PAM 0.99 require >=sys-libs/glibc-2.4
 >=sys-libs/pam-0.99.8 test



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

2018-09-29 Thread Michał Górny
commit: 12bceab38d21099105386a667ad1b820727227e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 19:34:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 19:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bceab3

profiles/hardened/linux/powerpc: Mask more nodejs revdeps

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/hardened/linux/powerpc/package.mask 
b/profiles/hardened/linux/powerpc/package.mask
index 52738842267..db055a93232 100644
--- a/profiles/hardened/linux/powerpc/package.mask
+++ b/profiles/hardened/linux/powerpc/package.mask
@@ -3,7 +3,9 @@
 
 # Michał Górny  (29 Sep 2018)
 # All nodejs versions with ppc keywords are masked in 13.0 profile.
+dev-ruby/coffee-script
 dev-ruby/execjs
+dev-ruby/uglifier
 
 # Wulf C. Krueger  (22 Sep 2007)
 # Needs OOo.



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Measurement/

2018-09-29 Thread Andreas Hüttel
commit: fb4f937e7bbad99979dfda66309c857ebabba738
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep 29 19:19:17 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 29 19:20:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4f937e

dev-perl/Lab-Measurement: Version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{Lab-Measurement-.ebuild => Lab-Measurement-3.661.ebuild}| 1 +
 dev-perl/Lab-Measurement/Lab-Measurement-.ebuild | 1 +
 dev-perl/Lab-Measurement/Manifest| 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-3.661.ebuild
similarity index 99%
copy from dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
copy to dev-perl/Lab-Measurement/Lab-Measurement-3.661.ebuild
index cd62a7560e4..875da1da3e4 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.661.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
virtual/perl-Thread-Semaphore
virtual/perl-Time-HiRes
dev-perl/Time-Monotonic
+   virtual/perl-Time-Piece
>=dev-perl/Try-Tiny-0.220.0
>=dev-perl/YAML-LibYAML-0.410.0
virtual/perl-autodie

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
index cd62a7560e4..875da1da3e4 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
virtual/perl-Thread-Semaphore
virtual/perl-Time-HiRes
dev-perl/Time-Monotonic
+   virtual/perl-Time-Piece
>=dev-perl/Try-Tiny-0.220.0
>=dev-perl/YAML-LibYAML-0.410.0
virtual/perl-autodie

diff --git a/dev-perl/Lab-Measurement/Manifest 
b/dev-perl/Lab-Measurement/Manifest
index 159d865e761..6364832eca0 100644
--- a/dev-perl/Lab-Measurement/Manifest
+++ b/dev-perl/Lab-Measurement/Manifest
@@ -1 +1,2 @@
 DIST Lab-Measurement-3.631.tar.gz 576050 BLAKE2B 
1535dfedb6c3ed1aaa266f3b8d924195b2bfd4d5fa101b4aa1d1f9fa5156ab2fd2678f628dbbe0d66b51796fa3a0a1e679478f1eadb39df58c5d64eb1fe17954
 SHA512 
201a1782ecdb0d14a9a6274130af970535c2131c89446d4f910ec8b345b4c68434a9b458e85b2f1e14e6426fe9b64aad7e898836583d346f2b088b2ba411
+DIST Lab-Measurement-3.661.tar.gz 593060 BLAKE2B 
3dead20cc9f01e058c9f1f5f366a83ec63af7179fb64d697aab8329d1d27796620ad7f583dd537805533b9ac2caa4c8be343792e7fda4d2c29bdc3dc48744fea
 SHA512 
e008ef335b6cd929ecbeac1144ce0e0a57aca734238c423652e8908fe06ae67c44a8475ad67420f180ce2af2d9fed83a5438590e4b113fd90aba227165f6928f



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

2018-09-29 Thread Dirkjan Ochtman
commit: a7d53da2c0963c3b1d87c5875cdf79224c3ee1ee
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 19:10:56 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 19:15:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d53da2

dev-lang/rust: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-lang/rust/Manifest  |   8 --
 dev-lang/rust/rust-1.26.2.ebuild| 232 --
 dev-lang/rust/rust-1.27.1-r2.ebuild | 271 
 dev-lang/rust/rust-1.27.1.ebuild| 234 ---
 4 files changed, 745 deletions(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index bdc1d4db5b4..9a79c051edc 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -1,12 +1,6 @@
 DIST rust-1.24.0-aarch64-unknown-linux-gnu.tar.gz 184157362 BLAKE2B 
68b1b9471b6d26dbb2c3bf897d2bffc15d2fcd1fde774d4f23389e9ccb96fc60d8ec8c343b5f93651bced05bdf228d549c747f3f3d4de9c8232e99aa1b6bef6a
 SHA512 
d15548a7b21ca4605ff24d098a59414548a315acd736ac4d8ac845399c9febdd810ba76fdf2dd9336325bd749866ee72f3d8c7c573b04a4d932d00cd7cac34c0
 DIST rust-1.24.0-i686-unknown-linux-gnu.tar.gz 193631843 BLAKE2B 
f19e9f717f5626b2267da4e661b53f45f7948a83a25156239af3cadb1184bf39669171364754f1787cdb78c3b62bd145bff1e3f4c3c7890f0dd52839bd8ae923
 SHA512 
3806bee5dccc080fae437bbc7f2e2062803244eb57c25e5e591e46279810c661bf016a4043e0af991b49b9e09a5d81ec275a852c3647a474507b03846d76aac0
 DIST rust-1.24.0-x86_64-unknown-linux-gnu.tar.gz 199663002 BLAKE2B 
2373637eb4410c07328b3cbaecb56ca465956ec1a2f14786e00922d74c4e68760538383960080348be003bee656761f5bbd0aa871ea21e22d029b3f8ab5344a7
 SHA512 
63ecb84b31f586c85e25229fb673892567edc2f557ac2ca1958caf3e26aa4e6c9a55b410aeeeadf1a61a5ebd66a517106e942f923a2884ce69ee92aec622187b
-DIST rust-1.25.0-aarch64-unknown-linux-gnu.tar.xz 83752132 BLAKE2B 
a0d49238ccaa3547764c07a215a0e02c813ae18cd6aca3baae1d9a10dee87d73526552b7ff6e4936ec414794d1143041aa8f92d244e2e4fe5aaefcb12a6dcb0a
 SHA512 
404ecd4dc1e49fba41d7ade947877f621aa762e43eb5a8f604823fe297e8023f095cd449610240ed235723baaac96064eb38445794e27708edcdbca998d939e3
-DIST rust-1.25.0-i686-unknown-linux-gnu.tar.xz 102453124 BLAKE2B 
8986ebab6a7a9d00f716541484e0cfd4f33ca592880097217e718cb79cae77aad8ecaf6856f72386d2419b4dcc0d99425fb37f72b4830d6a20a74166f2c534d0
 SHA512 
75ad5cb5e00fabc24aaa46236cc6f2193a7543fd0944c0717c11a56d9c420d20463ad683558d86f5d42abacfb89d15f9cabf404c912a5e24a28e6716c8003e8f
-DIST rust-1.25.0-x86_64-unknown-linux-gnu.tar.xz 111059260 BLAKE2B 
ae982976a735c2b5226722207a983bb638cb7c0cb0ceb6b438456d54fac86a5d1892b535f01ac463157205c0ae27ae876482f6ac1fa269a9ec3e1177be0cef2e
 SHA512 
aea93ff64f620a1dd6b48d07ec3dcbc126b2f5c17b4697c096ec8cd02a3c7dfec7ae7d5df70a55eceb372897ad12f3d01c67d5aaea0167a80270931c61323f78
-DIST rust-1.26.2-aarch64-unknown-linux-gnu.tar.xz 90964988 BLAKE2B 
7e5de737ff2b4711e0a5b3085f10c3f2918fc5823dcb52bc5f897a5617b65d648d5e59664dbfaa904ff08923d1bbd11aae21349760fefef6ff18ea0e45391e07
 SHA512 
b565ec988d3b946dabc8902eba60b446070e77b7c27aa98d981b7ba5e9285bda95565627600e6be057970de5006d9640ef77fa920849160f5cf98508b48d1673
-DIST rust-1.26.2-i686-unknown-linux-gnu.tar.xz 143090096 BLAKE2B 
7871fa4e4d0f320ff949cd31cefa116bc7b741927626958e1d10197f05fc9a662b8d6c21ddd4d2910700e6f7273e4fc18738e6ff58cd85b9af4ed25eceea31d9
 SHA512 
859b5b72c78cca8cd473012599ca12539ef9a5ee38d1d024019fd84220e344e1cd0efd2b027ef333555b158b23529f35ceb5d59d76c35e7946b5fe4a8a52
-DIST rust-1.26.2-x86_64-unknown-linux-gnu.tar.xz 138609432 BLAKE2B 
54507a8ce3ab2676e6e66852b6d3f1a47ca07ad4b56383f6247149309a0f60f67fbf0a6ba27d968c24340c07d7d5074942c6eaccbc1207c5e75fd9a6f47b2481
 SHA512 
29e474b0eab4dd2ffa0b964d83f52ffce530e75c4193e307410ef6d20ef9ad2b300a4f467bdf06b3311157340e9295cb9b1efdcf08dafee66979b076c2afba7e
 DIST rust-1.27.2-aarch64-unknown-linux-gnu.tar.xz 94186748 BLAKE2B 
7e8f46128a7638217ef63caf479e1a6d9ebde7a225b7dad55082eb06e0206f0b1a5efa65badb15127a456ddc39702482407bbb9171a11397a31bc7c85d2cbcfa
 SHA512 
84022350f1e8fc34a353a09848333424a557ddea3b9445a1a5fc9d2f2abced942154e80888ab4091174d6d83c6766f583ef240ab2e2233de5d536633d2765040
 DIST rust-1.27.2-i686-unknown-linux-gnu.tar.xz 144776012 BLAKE2B 
98883f45637adf0920543da8951f29bf5ab11d1f39e9f4154b77e882eadce26ec5e8ed3e9bdcf560f8009fbaab4b7255ba8eb8eeb8beadad39ec6fa74b6dde45
 SHA512 
e17960120bdd18a527c0783ce8ca8d76cdc9b436f36a73a82fd2ea709b253f33feeb88310fab7a86305bad403eb5dad7ea43d0e5bc5ad1e3847f29e85040303a
 DIST rust-1.27.2-x86_64-unknown-linux-gnu.tar.xz 144218956 BLAKE2B 
40834086f211dd64ec76be37eb477697ff44783f261f0b9bfc10b46cc340cf3c15adf80d39a9df642b4985ea1239ad7f1d1803a44f3bd3d53f073bdc38a1de0e
 SHA512 
14861392dad81d2c040d0deb64d5dd34652d5cc2875e404609a0f13c8fb6bdc38f9bc7b1e309829365a00c42b610f2b7a73cffa232ecfdf0618b5508a8667198
@@ -14,7 +8,5 @@ DIST 

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

2018-09-29 Thread Dirkjan Ochtman
commit: af67713a2d8c18f7e67c1666a0e5ef5864552065
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 19:09:28 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 19:15:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af67713a

virtual/cargo: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 virtual/cargo/cargo-1.27.1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/virtual/cargo/cargo-1.27.1.ebuild 
b/virtual/cargo/cargo-1.27.1.ebuild
deleted file mode 100644
index ddb3bfb6cf1..000
--- a/virtual/cargo/cargo-1.27.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| (
-   =dev-lang/rust-${PV}*[cargo]
-   =dev-lang/rust-bin-${PV}*[cargo]
-   =dev-util/cargo-0.28.0*
-   )"



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

2018-09-29 Thread Dirkjan Ochtman
commit: 286ee7f9d2ae07a3fe384db9b31325bcaf95a4f2
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 19:06:06 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 19:15:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286ee7f9

dev-util/rustfmt: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/rustfmt/Manifest | 38 ---
 dev-util/rustfmt/rustfmt-0.5.0.ebuild | 44 ---
 dev-util/rustfmt/rustfmt-0.6.3.ebuild | 49 ---
 3 files changed, 131 deletions(-)

diff --git a/dev-util/rustfmt/Manifest b/dev-util/rustfmt/Manifest
index b2e97cc2a16..b1b48cdad0a 100644
--- a/dev-util/rustfmt/Manifest
+++ b/dev-util/rustfmt/Manifest
@@ -1,43 +1,21 @@
-DIST aho-corasick-0.5.1.crate 29015 BLAKE2B 
af79c5c22e2b4d9ab81d7b0ccd70a375853e50277edb4bd31d0ff9acc670d8776c14044ac06dc659209549259ce8debc18d63ea38ac6812cb52f0f28dd2c8c7f
 SHA512 
81dbcf720613671880c5f28066a1368ee7e953c5d9f44253dc1f9c31b601e87bac518baa48cfaa34b905a4f687ec30233c1dcb00da093dbe502ce8a2f96b9619
-DIST aho-corasick-0.5.3.crate 252052 BLAKE2B 
aba67d996b22c336165be78c89f53a2164605544f82587ceb1145bdb850326c2889d1bdcc3e95a6c5bb1dc0a996902130ab8425a7b0b88b38daffbfc9f58e309
 SHA512 
cc297b4882b869919edf9023ee2bd7100eb48709f6e7076fd26d1701dab3d8aa2cfb03752a764877cd92177ab7a4ce3dcdae76d16965eca2ff53667832afda31
 DIST aho-corasick-0.6.3.crate 24963 BLAKE2B 
7d22a3501664a4324e43a20874fe4d2afcb1576d66f76bcfd894c0ea03b0daefd85e03e20196370dcb86d8c81067c3bc2202889349389c23b876d4b2bf8f2bbd
 SHA512 
4d0d55d8a6657fe13009d66728b7417926325dd9ca4f7ad7cd5d40e59cf0a55b906cd109d724a0b385ee988526535fc64a467ded171419e452c5a8c90196ae45
-DIST bitflags-0.5.0.crate 10940 BLAKE2B 
69d9f52d1dfbec986034981f4629022b25b94c01d54424ae2399a0749c51f0f1c725ca312cfb3f953efc95732b7ca32e432e29b1e5bbba416cb4e0c21a266546
 SHA512 
220511ed57391bbbd4c8828cf485aed25d078a1cad6305367939072383e48468d545550002398a288d30d8501b9232fb9a91e7a3651f67103991677b9f25de0c
-DIST bitflags-0.7.0.crate 10851 BLAKE2B 
00a4e2b66275d6fc8a7374aeec275b5fdf0e2c197e7e90e56afe89ac45554d14ba2063aa26a486dd88d822939b6ea5a5b40936d45d8717e2a98e95ba1d3f501f
 SHA512 
fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0
 DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 
3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0
 DIST diff-0.1.10.crate 7534 BLAKE2B 
4dbb88e8b516de6441a1e1a090f0b58399c53bac8bddc212bcc2acd05613ddb81ebe689270aeca01b8395da02a5bdcf80ea9daa050c85d5835915ed4d901978d
 SHA512 
1ba0f700ecd4f0598ed3d32e5f54f8df9d47b4a440c8a16ac99a45fd8401ef68acb6b743056fc769ba29f5c060745de7fec697aa1dff14f44c8f7c6bec74057b
-DIST diff-0.1.9.crate 2954 BLAKE2B 
bf192e188a616626e595b29095f55b4c2f860dcf8dff527e85340ab984e1cfa29e541cd044adbb70f0f2659eb671a1cac11a546fc04386e5ef412679c4c6011d
 SHA512 
d208be8da107d438168197c7ea67377048519b350c10d30410b57d71954ef634d03dfdb87b88f5a9fd7e0527ac31d165df95bf7a040b03c161831b9bb3f78dee
 DIST dtoa-0.4.1.crate 73264 BLAKE2B 
36698b6d78a1abc15fe36a9cfd545cf91c116d249b52b710bc098cd3857bef6ea1491e10c641c3e4fe8b6bb91c66b7623e22090ea182f2af61da6bcde1a8d032
 SHA512 
eb1be73a72f1b301371484aabfbffaf69692ad6baaeaace810d7bc8097a5084cca8cc37abf561b1371cb08fad04e07b24bb2149620a785387759813189682fda
-DIST env_logger-0.3.3.crate 5603 BLAKE2B 
dcb2e90e5b3476a11c4f2cd4449918375fb530b745b9e598a69a5384b03ec6908d62fb3c32ec2b15087b87e33a090e2d1fc7d9ae52de4a5f54413e3fc43d2632
 SHA512 
336384348b052e5af4f1b8be2930e124b35b4652c4c6fdf4861012092b81790da51776c6fea1d2667bcca65d0e0a27186ceee7aba6657a45551dfbc37a348b48
-DIST env_logger-0.3.5.crate 5950 BLAKE2B 
89772523b6beaa965be1548a0193d92a0a334e301b23e94bcbd407c1e0d5c31ea999b75fbc48d007529ac7581f92866a654d0fd67cc2df329a1ba1ce53c0fdf6
 SHA512 
9650ba32bfaa8c013c04cf2eb68378874fed53a178332151bec8d7ac832ab2884f91fdc39c372d3c1677954b073212654fb570da1f3c708e4d5a25910d6c1181
 DIST env_logger-0.4.3.crate 10891 BLAKE2B 
acbe308cb75ad68f824dd8cbbef13a9bab3234f121952f16af274180ce87bbde6f6327bd98f0d2a4623fa7a4980b554ffecc9280b709df1323de149399537d6d
 SHA512 
ba2c10608f87804e528a2de28c236e780485413dbc3835b5bd9acf4a9c11d9c5a310747b5d8a5ef7752186ab8a1ab5fbf6042657a3447380cb0869722246
 DIST extprim-1.2.2.crate 40910 BLAKE2B 
92cf01e760fff5f1b8f880779c97a193bd338e9a4a4257d975082db873fa0a891f6bf700c629fcc57bbc4acb707a34c11da4273f640b9a527497325ba1cdaf4b
 SHA512 
e14c5720c799b9822ce27fb000eb040b3aee41634c3a80a4ac275fd36575c777e0103b8572afc1d5c4ca9b08317b7620cace93fedb9363983617e8d8927cfba2
 DIST getopts-0.2.14.crate 16622 BLAKE2B 

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

2018-09-29 Thread Dirkjan Ochtman
commit: 108d71d54795039cfa3793a7c40d0a3dade92960
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 19:10:08 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 19:15:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108d71d5

virtual/rust: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 virtual/rust/rust-1.26.2.ebuild | 15 ---
 virtual/rust/rust-1.27.1.ebuild | 15 ---
 2 files changed, 30 deletions(-)

diff --git a/virtual/rust/rust-1.26.2.ebuild b/virtual/rust/rust-1.26.2.ebuild
deleted file mode 100644
index 26f2a40c593..000
--- a/virtual/rust/rust-1.26.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild
deleted file mode 100644
index f0642556ce5..000
--- a/virtual/rust/rust-1.27.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"



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

2018-09-29 Thread Dirkjan Ochtman
commit: 39b0b3bb7d5a512821846628f4cf89c44e3e41d4
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 19:11:48 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 19:15:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b0b3bb

dev-lang/rust-bin: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-lang/rust-bin/Manifest  |  10 --
 dev-lang/rust-bin/rust-bin-1.26.2.ebuild| 125 
 dev-lang/rust-bin/rust-bin-1.27.1-r1.ebuild | 142 
 dev-lang/rust-bin/rust-bin-1.28.0.ebuild| 142 
 4 files changed, 419 deletions(-)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 559e4a78b2e..206dde34d3c 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -3,16 +3,6 @@ DIST rust-1.25.0-arm-unknown-linux-gnueabihf.tar.gz 152774994 
BLAKE2B 438fc55edc
 DIST rust-1.25.0-armv7-unknown-linux-gnueabihf.tar.gz 150376603 BLAKE2B 
44aadf00b74d3d35039486289b319db5b1820dfb3b0fdbc03714ae2a8df78e09ee09fa41d9d8ec1377b91fb4a8f67cd7f4cdc99ceb39da4b48ba464ee1b73600
 SHA512 
a45312bec4c06b04d3c148d87a64aa55e14cc160eaaa6b712ce738590063137c8f9dd1030656071c1ac9a22cb852f34efdb98c435527c7371da381b802fb9104
 DIST rust-1.25.0-i686-unknown-linux-gnu.tar.gz 169267482 BLAKE2B 
8fb18c95adf7edd74cd305683ab2ee33d59cce1a0f515e9ba63dfd105ffaf9150444e281502747856fa5164f24707b4bbbe110a2b1b7a1cf65c96b883a6f2ede
 SHA512 
76bcd978b9b23b0fc6315f91bed153e59616aa62f520aae8e8d3587b5f5fae74fef15f8b0a749b02a69be56fad4df9a413019438135481917bca1fb1a7704de7
 DIST rust-1.25.0-x86_64-unknown-linux-gnu.tar.gz 178696930 BLAKE2B 
0f82e837494d394c86462583f3d65f1ad839a97eda00fbc00476d06255831088cb7e554cc14edbf9dd23fbebf75078dc78204bdbec4795781f7fae0cbb6de63d
 SHA512 
544e85bb69359d8ff6059d0f470b5995822f73e6d361be43f69f87d394b7252a11686f835336930bc257ba4347c0498abf5b1fbd751180d96bd9ca872b76d65c
-DIST rust-1.26.2-arm-unknown-linux-gnueabi.tar.xz 98267104 BLAKE2B 
ae44fcead124e5e3993240be0c8a46e545df5d045d39184cfada86d9a820fa30a771396a2ced86c2454aef224951e85cf0b6965c13ed98a3024e07d4ca1ec6a9
 SHA512 
a96295ef2d0eca5a682e3b3bcfe3b3ffeb5bbe45bc949f467cfd1e7ac7252d74e86d2d8f25e5722e75e7f537afeb3b0ae9054bd3908916ea461623f8c13ba5bf
-DIST rust-1.26.2-arm-unknown-linux-gnueabihf.tar.xz 98502692 BLAKE2B 
124040a31e93923f66319244dbeba2be5836fb05ea3c1b8d833bdfac796ab1818139651a798ff398c7448958835ea238e9a111899493b992cc25c026a096ae89
 SHA512 
e23aa8e1167990a61413cdc0c0f336eafee02c90763120a08fdd7fcd7fbf04bbdbe38c59017cfa43ef622cac1b03f0850d5ace15046d384311a9f8af3cbe8b40
-DIST rust-1.26.2-armv7-unknown-linux-gnueabihf.tar.xz 98828932 BLAKE2B 
2f60e65128bd32d97422d82d99f5c5447d1c1e77582028089d52208e3ede4af5e72c278a3fb5001348c864087f3e85af05604a0b6078891c5ed812d745840d93
 SHA512 
7b8e3f39a62b7b5fdaa6d53e5638de26968799d97b5d53e09bf49456b02f968495cff4757f25d38bc3393ca33dc1b9da353ec290ba9416770e082548aa5079ac
-DIST rust-1.26.2-i686-unknown-linux-gnu.tar.xz 143090096 BLAKE2B 
7871fa4e4d0f320ff949cd31cefa116bc7b741927626958e1d10197f05fc9a662b8d6c21ddd4d2910700e6f7273e4fc18738e6ff58cd85b9af4ed25eceea31d9
 SHA512 
859b5b72c78cca8cd473012599ca12539ef9a5ee38d1d024019fd84220e344e1cd0efd2b027ef333555b158b23529f35ceb5d59d76c35e7946b5fe4a8a52
-DIST rust-1.26.2-x86_64-unknown-linux-gnu.tar.xz 138609432 BLAKE2B 
54507a8ce3ab2676e6e66852b6d3f1a47ca07ad4b56383f6247149309a0f60f67fbf0a6ba27d968c24340c07d7d5074942c6eaccbc1207c5e75fd9a6f47b2481
 SHA512 
29e474b0eab4dd2ffa0b964d83f52ffce530e75c4193e307410ef6d20ef9ad2b300a4f467bdf06b3311157340e9295cb9b1efdcf08dafee66979b076c2afba7e
-DIST rust-1.27.1-arm-unknown-linux-gnueabi.tar.xz 101083416 BLAKE2B 
2fd3a4b0c8a6cc1e7f7bc11300081183144639c4d02b8bb989154fbad92ad1e30ac8171993d8296ce8f0486dd018df46360693d912b50ca0c299c4c059f79d17
 SHA512 
7fa376f077abad6e24b81aa98ab7d953b8257388212a509c7a061ebe022cefd5bd042f24fc287bc4fb4cb9a6cbb651ae0d8146b5d4fe73d395ebb7192367
-DIST rust-1.27.1-arm-unknown-linux-gnueabihf.tar.xz 101382108 BLAKE2B 
8743930b86b8ac1032afc5ced83f57b0606e9143a9d8e30a8b2ede70abb415fc2f1a904cb4b92adde7f71d54e83384509f02220cea9a9ab189a79815a58bd434
 SHA512 
be49a245163bef0345cd138fdc8d13a8403bf6b52350550119eba87921f6a1abb04267bc698da30e5e688d8592fc20d8d3d63aff7ac1fa7397950531d329
-DIST rust-1.27.1-armv7-unknown-linux-gnueabihf.tar.xz 98288932 BLAKE2B 
4794e8c54c8f733de6129829bab9e02644651fd6350db76bdb8c69f32fcff0a61e4992241431fea2b871e04a6f28607810918c5161a5a8a0b3fe756a37b619e3
 SHA512 
405bd579e69ec73de384487c4cd77eefcbc6c537ca3421f38ce2d35b8cd911def82fb9006b788a8aa6cdef69f620a5b1f2a2f7364bf7ddd0452d80b33315fa43
-DIST rust-1.27.1-i686-unknown-linux-gnu.tar.xz 144852524 BLAKE2B 
f087ad3ee7f942482c6aa02f9dcdc4adf6ede64e698024f7dcca6dccedcc5f9e9805050015d8328c5b672c94cb7f1008551a95a69b1ce8e754e048c5604dd11e
 SHA512 

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

2018-09-29 Thread Dirkjan Ochtman
commit: 64146058b1ce805d42ea27c1e59707ef8e11656f
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 19:07:22 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 19:15:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64146058

dev-util/cargo: remove old versions

Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-util/cargo/Manifest|  58 --
 dev-util/cargo/cargo-0.27.0.ebuild | 215 -
 dev-util/cargo/cargo-0.28.0.ebuild | 214 
 3 files changed, 487 deletions(-)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index 8846b0f4d00..f5c144c5eff 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -4,13 +4,9 @@ DIST aho-corasick-0.6.6.crate 26330 BLAKE2B 
dbdfcba15832736cf1ec65c9f93943e7ef36
 DIST aho-corasick-0.6.8.crate 26786 BLAKE2B 
877bac172514332ef3c607fa3c9b4708822543f69091b3151d31d9297306dbcb0b6ce9cf5ba02f3c08f5baff337e3525ada8f2240fd6aa12cce428694a36
 SHA512 
1adbce716a3082c3fcd3514c49af3872d926df14044767266707862c0ad7ee22848a6ce99903003c04a3e8f8cd91b38ec8ca5d4a2c9031bfec4c93cf71c15556
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST arrayvec-0.4.7.crate 22946 BLAKE2B 
93d17ae9e706969e319980b4e00dd0a6c040c8d62cd41d1de34ab997e28798329e00d3dc3893da45ce5bc066fcf70dd5d8e98a79fbac8fc06d33a073a97b7b89
 SHA512 
195faecd7709eb908227cda7111e1b736ecf96120f9b615f1dc0a9a1cc61947e2ad4fedc7fc81d14405b51a4c8a216f81b8ed1d1d603a9fa451a38b4637e2bae
-DIST atty-0.2.10.crate 5962 BLAKE2B 
36a2fe57eb500124f20464a7d67f86bc6270c2143f8273683011599adee180ee71fb0ea565c38171b9d471479d63041e4bbba4f713dfb92239b7d298e9d89e7e
 SHA512 
76cbf960475073101d617bdaf12ed1e93dfdd96e22182674e1ec04c955fb1de2e3aa132345c50a1bebc579932d43c74c9aac64ae64107e98648a0f1f6562285b
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST atty-0.2.8.crate 5708 BLAKE2B 
e88f1155f51dd36eb38364994eeffc84683b43b8010909e058d9fd80fa492092ed49d6d05b5b7d10fd2585191dd1b6efdccf30be298f53dcb832027fd6187508
 SHA512 
d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195
-DIST atty-0.2.9.crate 5898 BLAKE2B 
fa8b45e670fc4147f0407e4a059569e3d4ec31f79aef01ef581c03396a73aa449482dba200bf49d6f60887853eadc8ccf483c0fa0ebcba9f219557cee9a907ba
 SHA512 
2d7d2e52f3d3b66d4280dc3a2509c0125b1cf7dc136f3cc81e1a91aee0dcebdb544f631bccf299580f24ac8687f9b61e3b08fc961c040146959eeec1205c
 DIST backtrace-0.3.5.crate 27636 BLAKE2B 
db71be18b39a7aa25d2e1850fd907d3ea96d30af66b72c7b2b12a37acf6d6f46cdca1b9de884167e7567584848ea2ca4a1b03468e9158a62a3fde6aacd0746c8
 SHA512 
b554fd616780c706d8f6e7afef4800625a9fec5f7825e995a534103d1b773f0f28e09d49a1163eef9059681d669953ed1b7a8fb33209ee3b7be1fdeaa2adb3a1
-DIST backtrace-0.3.6.crate 28437 BLAKE2B 
63f056086b8c56707e7a3f9719e211a70368584c85a6a3b05ed8ad31cf3ac86f6fc091c826392439fcaf9a0f4066de8da00449a9715d90c1585d450fff63bbdd
 SHA512 
c42e9891a2297aefa08e6ec627520bfd3f93f7eddc2782cb5eb277092d588b1d84e75ac724d29548eab77de19de3400748b90bf2eccfed5ce1e20a979dd210e6
-DIST backtrace-0.3.7.crate 28432 BLAKE2B 
5478adb8e5a028a5d5af62b2f6522c2a7bee65bcbfa76da252c57e4f17b682db486f3aff96501d49943d86567eb8187f1e37a42f324b3cf3181788d0cd760b15
 SHA512 
a3f0d8bfef2158310c65f41e246323b0953147a017dbe47143b8dc2e1734c945f13b49732a16f1712a3b5a27a23f27a38778d8185c64a7982948aace69c079af
 DIST backtrace-0.3.9.crate 31054 BLAKE2B 
5d90d098d149198eabe4665b1eb2cf41c5f392ddc1c5cc499047dd72533d79b679943781445f7d86f269a15d3f8ca2775dfe89123935d32ccef4b8151547283e
 SHA512 
edb485ad27d19e0cccea123cc6a9db5b3222831e48722d8fcec7349fd1c4b62b67ab1f488fea4973da82c8f17a86aeba4ea8f2fc1aa60f6528833cda39efa637
 DIST backtrace-sys-0.1.16.crate 283418 BLAKE2B 
d15f9c692dd805c61dbd219c70f0b47bb6d2a18bdb2657bd5b5bf6f94f1df621f6be56e2774d2d5d218f044c1358b1af4251705123c5d48ce5575ff3a2f3b50a
 SHA512 
2fd32fee7c13d1c83be5e86341a4c1c0da06876a73a9fb74c680994132510eac9a3444144c97ddcb78919da044e628650d604a20a06ca7852289168da8d754b4
 DIST backtrace-sys-0.1.23.crate 522263 BLAKE2B 
fa5f2e1929dd4a0fd0c38abb52fee514315e4d8711b17cb880cd78007ef82093796e9249e73fa0296455810059ee4fe9e09ba05c5d2c0a9dde206ab601816455
 SHA512 
29c3f317ba7907e8cf0f23990f450e0d3a0ba27479c3c7bbedaa3bd3aef177eea6e8393bc1051a60f2e18fff6d329790f2706eddc27bf6558ebc2d05e0f173fc
@@ -26,28 +22,13 @@ DIST 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2018-09-29 Thread Mikle Kolyada
commit: f5e3b7bade42d48b5383de97b9902f701539a861
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 29 18:58:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 29 18:58:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e3b7ba

app-office/libreoffice-bin: amd64/x86 stable wrt bug #658754

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

 app-office/libreoffice-bin/libreoffice-bin-6.0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-6.0.6.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-6.0.6.2.ebuild
index 9937071fe16..13da2c2c5e2 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-6.0.6.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-6.0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -51,7 +51,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BIN_COMMON_DEPEND="
app-text/hunspell:0/1.6



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2018-09-29 Thread Mikle Kolyada
commit: 6c5ea9a75a58437db5995e779b6be78dc3fa7aee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 29 19:00:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 29 19:00:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5ea9a7

app-office/libreoffice-bin-debug: amd64/x86 stable wrt bug #658754

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

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.0.6.2.ebuild 
b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.0.6.2.ebuild
index 0cde4473c8a..9498b95f952 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.0.6.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-6.0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
 



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

2018-09-29 Thread Dirkjan Ochtman
commit: c4352e21e506526e50718a675396f870fa9e123f
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 18:41:43 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 18:42:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4352e21

profiles: mask rust-bin[doc] on arm64, too

Bug: https://bugs.gentoo.org/660512

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 profiles/arch/arm64/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 95cc57c20c5..800fe51e91a 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -5,6 +5,7 @@
 # Upstream doesn't build docs for tier 2 and lower architectures.
 # Bug #660512.
 dev-lang/rust doc
+dev-lang/rust-bin doc
 
 # Michał Górny  (20 Sep 2018)
 # dev-libs/libpfm not keyworded here (and unclear if it supports ARM64).



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

2018-09-29 Thread Michał Górny
commit: 8081fc08bddeb738e95a24346c4aaacac7520c26
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 18:34:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 18:41:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8081fc08

app-admin/conky: Fix nvidia-drivers category

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/app-admin/conky/metadata.xml b/app-admin/conky/metadata.xml
index 39b227e7892..d15fcbe31d0 100644
--- a/app-admin/conky/metadata.xml
+++ b/app-admin/conky/metadata.xml
@@ -29,7 +29,7 @@
Enable monitoring of music played by 
media-sound/moc
Enable monitoring of music controlled by 
media-sound/mpd
Enable syntax highlighting for 
app-editors/nano
-   Enable reading of nvidia card temperature 
sensors via media-video/nvidia-drivers
+   Enable reading of nvidia card temperature 
sensors via x11-drivers/nvidia-drivers
Enable support for tcp (ip4) port 
monitoring
Enable support for IBM/Lenovo 
notebooks
Enable support for metar weather 
service



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

2018-09-29 Thread Michał Górny
commit: 4c7ceba5276c65c154510755bda7f72a67f8ea26
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 18:38:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 18:41:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7ceba5

profiles/hardened/linux/powerpc: Mask dev-ruby/execjs

Signed-off-by: Michał Górny  gentoo.org>

 profiles/hardened/linux/powerpc/package.mask | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/hardened/linux/powerpc/package.mask 
b/profiles/hardened/linux/powerpc/package.mask
index 21a5ea1f3d4..52738842267 100644
--- a/profiles/hardened/linux/powerpc/package.mask
+++ b/profiles/hardened/linux/powerpc/package.mask
@@ -1,7 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (29 Sep 2018)
+# All nodejs versions with ppc keywords are masked in 13.0 profile.
+dev-ruby/execjs
+
 # Wulf C. Krueger  (22 Sep 2007)
 # Needs OOo.
 app-text/bibus
-



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

2018-09-29 Thread Matt Turner
commit: 55353cf3993a2ca468ff37c438321e5303c5e478
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:03:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55353cf3

x11-libs/libdrm: Drop old versions

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

 x11-libs/libdrm/Manifest |  3 --
 x11-libs/libdrm/libdrm-2.4.89.ebuild | 62 -
 x11-libs/libdrm/libdrm-2.4.91.ebuild | 76 
 x11-libs/libdrm/libdrm-2.4.92.ebuild | 76 
 4 files changed, 217 deletions(-)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index bac951b409e..a802bafa524 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1,5 +1,2 @@
-DIST libdrm-2.4.89.tar.bz2 792940 BLAKE2B 
86c8227a06060e827f39da9f1debae54784e38e34becfb3ace1329f68b0fa4cfb90532606cd3618987af2cb48b53f0277e4032055eccc164f7e6b910d3c055e0
 SHA512 
380e4e46cd3971a73264bd1b482791fab0503268adb65ac81b674df009662cfb8ef5741e362f19670b2a43b1c46f022d857706c9a4bebed2b1cddaa317b7706d
-DIST libdrm-2.4.91.tar.bz2 815419 BLAKE2B 
7df2a4bdb4b2708cc00b71173e7e261ab7f8645a473984a7cbda2c7073f14b7f87d53eb39cc075b743e72e4cda03b2c4fca6b9df6c7d5db2c739398a13f13f35
 SHA512 
07578c00c121ba37033db7172590e26d1545f81c242bbce2cfb7fb904bde504822c275d6468e5c5d20360d0046ae73d9b058aa0459ba35eb11927141cc998772
-DIST libdrm-2.4.92.tar.bz2 821789 BLAKE2B 
6cb2b98e43eae6a04c333693c20710e6693d218cce3ac255d935093a83e318fe5aeae3ea0a56e6ccfb615a4f917f83cdcc11bcb5fa8bc3f41c2b57a046919dcb
 SHA512 
9b75584d8957d298125884d490b74c0a641725d17088ba47f3dc2ec9d06519d8387eb464c024ee11712b31b17fb84e1a9a52bd4ebc7c316beb7d2f8711dc9eb2
 DIST libdrm-2.4.93.tar.bz2 826579 BLAKE2B 
6b2775a6bc631001be874d1337ef9607ee8ff5b86ce5e3d8ff6c6eb58182a30e2c70592cb4eb9e88c9e046d73b510f632272c57621706afd1db416acc6ce366c
 SHA512 
ba4221e8d6a3a9872fb6d30a0ea391e30ea0e17f249c66f067bed9c2161ed1ad8083959cb2c212834c6566c3e025f4daae31e9533d77aae19b9de6c2ab3d
 DIST libdrm-2.4.94.tar.bz2 829060 BLAKE2B 
99de0fb3df6ea9bb5540cf0e3bdfe182c28db9876f679030eaaed1abd873bb818586bc07e73e0499f831ccaa7ede91a5b73b2b2bf681853e14e786a4af9abd98
 SHA512 
1a1699d6ea70b8759b37f3863e0802a99430b58f02e62632ad451356e2463eaf6faf4b810323f7dcc85ffdcca28f674b32caa5631ebd65b83e5b86bd59a35937

diff --git a/x11-libs/libdrm/libdrm-2.4.89.ebuild 
b/x11-libs/libdrm/libdrm-2.4.89.ebuild
deleted file mode 100644
index d730ab8fab4..000
--- a/x11-libs/libdrm/libdrm-2.4.89.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org libdrm library"
-HOMEPAGE="https://dri.freedesktop.org/;
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git;
-else
-   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-fi
-
-VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
-for card in ${VIDEO_CARDS}; do
-   IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
-RESTRICT="test" # see bug #236845
-
-RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
-   video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   valgrind? ( dev-util/valgrind )"
-
-src_prepare() {
-   if [[ ${PV} = * ]]; then
-   # tests are restricted, no point in building them
-   sed -ie 's/tests //' "${S}"/Makefile.am
-   fi
-   xorg-2_src_prepare
-   epatch_user
-}
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   # Udev is only used by tests now.
-   --disable-udev
-   --disable-cairo-tests
-   $(use_enable video_cards_amdgpu amdgpu)
-   $(use_enable video_cards_exynos exynos-experimental-api)
-   $(use_enable video_cards_freedreno freedreno)
-   $(use_enable video_cards_intel intel)
-   $(use_enable video_cards_nouveau nouveau)
-   $(use_enable video_cards_omap omap-experimental-api)
-   $(use_enable video_cards_radeon radeon)
-   $(use_enable video_cards_tegra tegra-experimental-api)
-   $(use_enable video_cards_vc4 vc4)
-   $(use_enable video_cards_vivante etnaviv-experimental-api)
-   $(use_enable video_cards_vmware vmwgfx)
-   $(use_enable libkms)
-   # valgrind installs its .pc file to the pkgconfig for the 
primary arch
-   --enable-valgrind=$(usex valgrind auto no)
-   )
-
-   xorg-2_src_configure
-}

diff 

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

2018-09-29 Thread Matt Turner
commit: fbeddf80ca01ff559b9c4e760b4a81fb6efa9ae9
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:00:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbeddf80

dev-libs/libevdev: Drop old versions

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

 dev-libs/libevdev/libevdev-1.5.9.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-libs/libevdev/libevdev-1.5.9.ebuild 
b/dev-libs/libevdev/libevdev-1.5.9.ebuild
deleted file mode 100644
index be72884a019..000
--- a/dev-libs/libevdev/libevdev-1.5.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_MULTILIB=yes
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit python-any-r1 xorg-2
-
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git;
-
-DESCRIPTION="Handler library for evdev events"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/;
-
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-else
-   SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz;
-fi
-
-RESTRICT="test" # Tests need to run as root.
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"



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

2018-09-29 Thread Matt Turner
commit: 2912d7e4a9b7cdbb7fce7a5d1686edd4fde352f6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:03:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2912d7e4

x11-libs/libdmx: Drop old versions

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

 x11-libs/libdmx/Manifest   |  1 -
 x11-libs/libdmx/libdmx-1.1.3-r1.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-libs/libdmx/Manifest b/x11-libs/libdmx/Manifest
index fa83c7898bf..4470d278d9c 100644
--- a/x11-libs/libdmx/Manifest
+++ b/x11-libs/libdmx/Manifest
@@ -1,2 +1 @@
-DIST libdmx-1.1.3.tar.bz2 290859 BLAKE2B 
3cf8094d7b1a3d82657ae5b4c41735738beed4ed5264f0d7dcdcf25c0741f9dc567d330f1a8b8bd1dbddfd87b7317a16692053379a0aebe62637614be96c3610
 SHA512 
551cbba06e87ddc6f9a1f4567de4b8c592a4b6f6b6c27970c67c644ffe5c7f396e3c64c6df564d83a73f1b3842ba0a29a2463580fc0a264c552d76fbcba5a021
 DIST libdmx-1.1.4.tar.bz2 316517 BLAKE2B 
bede1dcf554fba15257277419c1a458125ab962365a4ae679b22a98d6a1e31584087fe09fc1a2e5a7e9b212c0fd332438cdf5c56c8a9d32b6ea755091026b6b0
 SHA512 
77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9

diff --git a/x11-libs/libdmx/libdmx-1.1.3-r1.ebuild 
b/x11-libs/libdmx/libdmx-1.1.3-r1.ebuild
deleted file mode 100644
index 95230370649..000
--- a/x11-libs/libdmx/libdmx-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org dmx library"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-base/xorg-proto
-   x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}"



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

2018-09-29 Thread Matt Turner
commit: 521d000a67de5e836f1ee804c94eb41413469e6c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:01:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521d000a

x11-libs/libXScrnSaver: Drop old versions

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

 x11-libs/libXScrnSaver/Manifest  |  1 -
 x11-libs/libXScrnSaver/libXScrnSaver-1.2.2-r2.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-libs/libXScrnSaver/Manifest b/x11-libs/libXScrnSaver/Manifest
index 03623275b4c..0715e1a8c20 100644
--- a/x11-libs/libXScrnSaver/Manifest
+++ b/x11-libs/libXScrnSaver/Manifest
@@ -1,2 +1 @@
-DIST libXScrnSaver-1.2.2.tar.bz2 290437 BLAKE2B 
051218bdfc249d7dcf3d53b3d6e7136b0215b3b445254aba27515ab4813da6b086d09d7be97e35d3f33ece78ecbc003911e671564f492e47d240e1613de5cda5
 SHA512 
973aed3ad296c7160b66fccd4fff7375afc4332239acbe0ae1644fed9c453de69040f8174882ba264c731448edba9b499d398d013d556aea72434339399ed29f
 DIST libXScrnSaver-1.2.3.tar.bz2 291465 BLAKE2B 
03864811a3bb34521d9e27ec2ce363cb015ee3484a27cce6fed4e6b16499b441dc7336229cc926da78366e03780f9f4eba0e725083b8f362ef45c43e8633
 SHA512 
7ea628324a11b25ee82c7b11c6bf98f37de219354de51c1e29467b5de422669ba1ab121f3b9dc674093c8f3960e93c5d5428122f5539092f79bc8451c768354a

diff --git a/x11-libs/libXScrnSaver/libXScrnSaver-1.2.2-r2.ebuild 
b/x11-libs/libXScrnSaver/libXScrnSaver-1.2.2-r2.ebuild
deleted file mode 100644
index 76e0d3b4a93..000
--- a/x11-libs/libXScrnSaver/libXScrnSaver-1.2.2-r2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org XScrnSaver library"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-base/xorg-proto
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-29 Thread Matt Turner
commit: 0ca7bd96b4618263f17aca923738b546b2466578
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:16:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:19:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca7bd96

profiles: Mask app-eselect/eselect-mesa for removal

Bug: https://bugs.gentoo.org/576334

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b415c524734..8ffab13352d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (29 Sep 2018)
+# Removal in 30 days, bug #576334
+app-eselect/eselect-mesa
+
 # Virgil Dupras  (27 Sep 2018)
 # Outdated, unmaintained, no revdeps.
 # Removal in 30 days, bug #623292



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

2018-09-29 Thread Matt Turner
commit: 76dfa152048b6fd87b03024b4e30e432e145490a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 16:59:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dfa152

dev-libs/libpthread-stubs: Drop old versions

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

 dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild 
b/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
deleted file mode 100644
index 9d8f3b70945..000
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-XORG_STATIC=no
-inherit xorg-2
-
-DESCRIPTION="Pthread functions stubs for platforms missing them"
-SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2018-09-29 Thread Matt Turner
commit: 336bf4c09794c867e8c5e2d47dcecf9df29ae325
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:03:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336bf4c0

x11-apps/xkbcomp: Drop old versions

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

 x11-apps/xkbcomp/Manifest |  1 -
 x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index cdc5a5944c8..3645a87ef33 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,2 +1 @@
-DIST xkbcomp-1.4.1.tar.bz2 251069 BLAKE2B 
dd485d2a5c985bace74fb5cc8da64d6b33dc9450c2e98f42e7e82f989faaa724da068799c40d2703da7172d758e67ece633ca47d2fc97342ec7a9aaedd71d201
 SHA512 
443397e112f67e2ebc5150ec0dbf0f4a072ea39585d964d2c7cbd0569b7e0ce7d8bed0bc2c2d886343fdb060c941e65b42aac16adf189c66e90849029e278f23
 DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B 
dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334
 SHA512 
b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild
deleted file mode 100644
index 71ce633f34c..000
--- a/x11-apps/xkbcomp/xkbcomp-1.4.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="compile XKB keyboard description"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-RDEPEND="x11-libs/libX11
-   x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
-   sys-devel/bison"



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

2018-09-29 Thread Matt Turner
commit: 19339593966d30b420e40be450024917beb2fadb
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:01:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19339593

x11-drivers/xf86-input-mouse: Drop old versions

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

 x11-drivers/xf86-input-mouse/Manifest  |  1 -
 x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-drivers/xf86-input-mouse/Manifest 
b/x11-drivers/xf86-input-mouse/Manifest
index 570bc237b16..1744def756b 100644
--- a/x11-drivers/xf86-input-mouse/Manifest
+++ b/x11-drivers/xf86-input-mouse/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-mouse-1.9.2.tar.bz2 377685 BLAKE2B 
b51d5fa14ba3ac56b75c108376d5605dc927f3000ce1da63da0f8469d5af7851bca3c646bc60597e801322374e771ed3b15f90ce80d2e6daa7c38da094c9305a
 SHA512 
30fdc4f699d434e2fb4a9f8d2f4f980538d646a6e4d2d572737fc5498c0bce0fb1ba080173ea0aa3480f574dde3f58d5a7ac837afdb29640ccb092b3f18ff209
 DIST xf86-input-mouse-1.9.3.tar.bz2 382013 BLAKE2B 
d4b9b006c7f8d12fd460677020031dc0957cb1f31af7cef81eeb051a5e0375ddc5a5094a5d28a14a49a00bb1166a79ff832c42652fd4084904313f3e72abd61d
 SHA512 
d99f5b4b1ef1aa4cbf1a92549e412f54f121bc804e4d6643248ad7ea18081b38b958bd289dc8476ebc0f6ef5f7424c2f2a8abcfaa30cae5378829549af6b148f

diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild 
b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild
deleted file mode 100644
index 3a10959e8d4..000
--- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for mouse input devices"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.7"
-DEPEND="${RDEPEND}"



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

2018-09-29 Thread Matt Turner
commit: 24bc765fbe3f321f70fee979115ff9beffae9d7b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:02:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bc765f

dev-libs/wayland: Drop old versions

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

 dev-libs/wayland/Manifest  |  1 -
 dev-libs/wayland/wayland-1.14.0.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
index 529e1adbd85..9e0aa19b30e 100644
--- a/dev-libs/wayland/Manifest
+++ b/dev-libs/wayland/Manifest
@@ -1,2 +1 @@
-DIST wayland-1.14.0.tar.xz 413960 BLAKE2B 
b6d6bb35d3b664ef4cb91cbb9fc9687475730466306d9d2722991ce912be26fd4b3440fd0b94aba2b707911fe43a7c91e053b379261a17197c414ebc08818f83
 SHA512 
bd38b2b8963d4d98d42c270e5d7dbff6323789a173b19b67a18258424fd8adee5021b282c9d7f6dad0bd25aa0160e76aecd8ed803d4eb25d911ef0a81cd713a5
 DIST wayland-1.15.0.tar.xz 432932 BLAKE2B 
d86e5ba52c16664926e4688317db3fad4f9629c3903239dde46ee238ef7874f28e39daa6bbda96519dfda4ff83a1f540522f21fbabe9b71aa263523481d4eb5b
 SHA512 
f908917f1b575d2dc4d9770d3303e2637e8744fcb5c81feb2af2fe82cc51f54e22beaddfbe775fcf9623584169b7a062c75076132abeb888717180bfab53b3a8

diff --git a/dev-libs/wayland/wayland-1.14.0.ebuild 
b/dev-libs/wayland/wayland-1.14.0.ebuild
deleted file mode 100644
index 3ea948e26b8..000
--- a/dev-libs/wayland/wayland-1.14.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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/wayland/wayland.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-inherit autotools libtool ltprune multilib-minimal toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland protocol libraries"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV = * ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-   dev-libs/libxml2:="
-DEPEND="${RDEPEND}
-   doc? (
-   >=app-doc/doxygen-1.6[dot]
-   app-text/xmlto
-   >=media-gfx/graphviz-2.26.0
-   sys-apps/grep[pcre]
-   )
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   [[ $PV = * ]] && eautoreconf || elibtoolize
-}
-
-multilib_src_configure() {
-   local myconf
-   if tc-is-cross-compiler ; then
-   myconf+=' --with-host-scanner '
-   fi
-
-   ECONF_SOURCE="${S}" econf \
-   --disable-static \
-   $(multilib_native_use_enable doc documentation) \
-   $(multilib_native_enable dtd-validation) \
-   ${myconf}
-}
-
-multilib_src_install_all() {
-   prune_libtool_files
-   einstalldocs
-}
-
-src_test() {
-   # We set it on purpose to only a short subdir name, as socket paths are
-   # created in there, which are 108 byte limited. With this it hopefully
-   # barely fits to the limit with /var/tmp/portage/$CAT/$PF/temp/xdr
-   export XDG_RUNTIME_DIR="${T}"/xdr
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   multilib-minimal_src_test
-}



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

2018-09-29 Thread Matt Turner
commit: 818bdd6b89fdf4d25b18bf5db13f830d32279f9a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:08:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:19:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818bdd6b

media-libs/mesa: Drop old versions

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

 media-libs/mesa/Manifest|   3 -
 media-libs/mesa/files/eselect-mesa.conf.9.2 |  38 --
 media-libs/mesa/mesa-17.3.9.ebuild  | 573 
 media-libs/mesa/mesa-18.1.6.ebuild  | 540 --
 media-libs/mesa/mesa-18.1.8.ebuild  | 540 --
 5 files changed, 1694 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 3a1703b6c6c..7bb94fa3fff 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,6 +1,3 @@
-DIST mesa-17.3.9.tar.xz 10660456 BLAKE2B 
54f4a75f9040e50e9eea8f5c52a276578379d25d2a01ac4767ab12bee85fe5dae1492d5bb1df06b6e8c6b0fe960bbd5ea38691c75d08a6b4302c64377ce58e54
 SHA512 
83deffbc6b9823b8e93cccf57d7952106f3d55fea881e3924f9f9586f0e9347a6e3a1a36cc19c24af819f2fde3af9496652a6ff56132511a5618d5774404f63f
-DIST mesa-18.1.6.tar.xz 11142884 BLAKE2B 
fdd156fe7debf5223285dfa238070a2bd7d8ec684dec168afab78b9d2d38d53c10d939aaa64f34c2910e542dce3869adfca6383fca6a854c6dd03287a044b0e3
 SHA512 
2966210800215f5ced2720691063a8519b51ebeab9fb1e99bde4b1bd7ccc719d6395a1c29f25c88efe62d1592cf14ceafc163aca349490b1f8cee81070d46fcc
-DIST mesa-18.1.8.tar.xz 11139864 BLAKE2B 
bdbd6c186f79b708656a44177b352e9188b8b846c816f8457c99ff76607019f856e19f5eba1c2473d998cd020aa03e732f25f9253f1acdd7f3d9b1470f42ec9e
 SHA512 
ab89c6d27b765d3efdf61b24dc56d863ae590d83003d2eae4bfe25ecfbeda5bee0227f21d057523bb4eceeaf3d9955df48087ffb472c41b123c100e593056cb9
 DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2
 DIST mesa-18.2.0.tar.xz 11331164 BLAKE2B 
e4e7c65a0c3c0716451157f7d026df8836399b5a25ca7ce77746b34f82e0c14d0bfcb965732f67c979190c2c2db68f272ffafa51b49613a510f186e9e8a01c93
 SHA512 
e6e997e166845009f6b97da204384758c797c870b56332652c0a2636734638f9180b7e4dbad144495645308ae4d77981a2493a22d57973723338b658e067
 DIST mesa-18.2.1.tar.xz 11374476 BLAKE2B 
f0f3b766d68550f8c395a1b1d1ffc7a9e532c22ee6b91d698db33a270c152e03ab656d4219301bc2e0e95ba6f0583017c4361add928ad8ab26378a1ec6958f36
 SHA512 
d249bdf79aad36db9a8d291b3a1a100d283893ac741f58f85ae7e5c90ca25c37f80a5fa6fc57945ffeb0b67b788e7ea146543ec790b22f144578fc4c1525b84d

diff --git a/media-libs/mesa/files/eselect-mesa.conf.9.2 
b/media-libs/mesa/files/eselect-mesa.conf.9.2
deleted file mode 100644
index 18bfaff8653..000
--- a/media-libs/mesa/files/eselect-mesa.conf.9.2
+++ /dev/null
@@ -1,38 +0,0 @@
-# mesa classic/gallium implementations in this release
-
-# Syntax description:
-# * MESA_IMPLEMENTATIONS contains a space-delimited list of switchable
-#   classic/gallium implementations.
-# * MESA_DRIVERS is an associative array, for each member "foo" of
-#   MESA_IMPLEMENTATIONS it contains the following elements:
-#   foo,description - Human-readable description of the driver
-#   foo,classicdriver - Filename of the classic driver
-#   foo,galliumdriver - Filename of the gallium driver
-#   foo,default - which of classic or gallium is chosen by default
-
-MESA_IMPLEMENTATIONS="i915 i965 r300 r600 sw"
-declare -A MESA_DRIVERS || die "MESA_DRIVERS already in environment and not 
associative."
-
-MESA_DRIVERS[i915,description]="i915 (Intel 915, 945)"
-MESA_DRIVERS[i915,classicdriver]="i915_dri.so"
-MESA_DRIVERS[i915,galliumdriver]="i915g_dri.so"
-MESA_DRIVERS[i915,default]="gallium"
-
-MESA_DRIVERS[i965,description]="i965 (Intel GMA 965, G/Q3x, G/Q4x, HD)"
-MESA_DRIVERS[i965,classicdriver]="i965_dri.so"
-MESA_DRIVERS[i965,default]="classic"
-
-MESA_DRIVERS[r300,description]="r300 (Radeon R300-R500)"
-MESA_DRIVERS[r300,classicdriver]="r300_dri.so"
-MESA_DRIVERS[r300,galliumdriver]="r300g_dri.so"
-MESA_DRIVERS[r300,default]="gallium"
-
-MESA_DRIVERS[r600,description]="r600 (Radeon R600-R700, Evergreen, Northern 
Islands)"
-MESA_DRIVERS[r600,classicdriver]="r600_dri.so"
-MESA_DRIVERS[r600,galliumdriver]="r600g_dri.so"
-MESA_DRIVERS[r600,default]="gallium"
-
-MESA_DRIVERS[sw,description]="sw (Software renderer)"
-MESA_DRIVERS[sw,classicdriver]="swrast_dri.so"
-MESA_DRIVERS[sw,galliumdriver]="swrastg_dri.so"
-MESA_DRIVERS[sw,default]="gallium"

diff --git a/media-libs/mesa/mesa-17.3.9.ebuild 
b/media-libs/mesa/mesa-17.3.9.ebuild
deleted file mode 100644
index d2abc9e9a64..000
--- a/media-libs/mesa/mesa-17.3.9.ebuild
+++ /dev/null
@@ -1,573 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU 

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

2018-09-29 Thread Matt Turner
commit: 046709d498f4d3d4ab8d7292fd690e72638009ef
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:02:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046709d4

x11-libs/libXinerama: Drop old versions

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

 x11-libs/libXinerama/Manifest|  1 -
 x11-libs/libXinerama/libXinerama-1.1.3-r1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/x11-libs/libXinerama/Manifest b/x11-libs/libXinerama/Manifest
index a5484294160..3984f27e5b4 100644
--- a/x11-libs/libXinerama/Manifest
+++ b/x11-libs/libXinerama/Manifest
@@ -1,2 +1 @@
-DIST libXinerama-1.1.3.tar.bz2 278026 BLAKE2B 
d44c693cee0dab38918fb4a00803430fa4bbbc985e2cd541187bdbb717a9e3d843254f76e098f415ce4ada575aa271ab7d3ca14c8b590dcc3fe31e615ee0db99
 SHA512 
c9f059697c04fdc600d9e63873e924032d6cff456674ee28a885270c54722d96df0ef7a78432c2bdc0844241f115e00ad730c29d84681efc1c45a2e1acb3288c
 DIST libXinerama-1.1.4.tar.bz2 287162 BLAKE2B 
9e27f9776eb200a430875e4ea3a9a559f205822b5dcea59e4207a58889e8c7b67b2014e9ceed5b3cedd311c47fa023b4a8f1a17faa511fb0041382c7467527d9
 SHA512 
cff777ad942614fbf6bc6d8529f399e62debf3ecbf6cc0694a94e38c022bf929ffd5636fb59f55533c394d89b23af3ea51fa5128927f12a85787e16239330f14

diff --git a/x11-libs/libXinerama/libXinerama-1.1.3-r1.ebuild 
b/x11-libs/libXinerama/libXinerama-1.1.3-r1.ebuild
deleted file mode 100644
index 57b9c5c4e96..000
--- a/x11-libs/libXinerama/libXinerama-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X.Org Xinerama library"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-base/xorg-proto
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-09-29 Thread Matt Turner
commit: 8ad57c4c80665ba26877fb8b0d42f574c0a1f099
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:02:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad57c4c

virtual/opengl: Drop old versions

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

 virtual/opengl/opengl-7.0-r1.ebuild | 16 
 virtual/opengl/opengl-7.0.ebuild| 10 --
 2 files changed, 26 deletions(-)

diff --git a/virtual/opengl/opengl-7.0-r1.ebuild 
b/virtual/opengl/opengl-7.0-r1.ebuild
deleted file mode 100644
index c00a058a82e..000
--- a/virtual/opengl/opengl-7.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for OpenGL implementation"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   || (
-   >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
-   media-libs/opengl-apple
-   )"

diff --git a/virtual/opengl/opengl-7.0.ebuild b/virtual/opengl/opengl-7.0.ebuild
deleted file mode 100644
index 44333f8f830..000
--- a/virtual/opengl/opengl-7.0.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for OpenGL implementation"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="|| ( media-libs/mesa media-libs/opengl-apple )"



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

2018-09-29 Thread Matt Turner
commit: 594acdf9f8b0fe6d1843c1a4f2932e1a0cba4c89
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:05:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:19:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594acdf9

media-libs/mesa: Propagate stable keywords

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

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

diff --git a/media-libs/mesa/mesa-18.1.9.ebuild 
b/media-libs/mesa/mesa-18.1.9.ebuild
index 749c5c07c8a..b325261df67 100644
--- a/media-libs/mesa/mesa-18.1.9.ebuild
+++ b/media-libs/mesa/mesa-18.1.9.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-09-29 Thread Matt Turner
commit: 884af06bd8b5dfc2a307fca734d7d480218c2867
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:03:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884af06b

x11-drivers/xf86-input-tslib: Drop old versions

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

 x11-drivers/xf86-input-tslib/Manifest  |  1 -
 .../xf86-input-tslib-0.0.6-r3.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/x11-drivers/xf86-input-tslib/Manifest 
b/x11-drivers/xf86-input-tslib/Manifest
index 44584aa3db9..dc73474e90d 100644
--- a/x11-drivers/xf86-input-tslib/Manifest
+++ b/x11-drivers/xf86-input-tslib/Manifest
@@ -1,2 +1 @@
 DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 
28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c
 SHA512 
6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
-DIST xf86-input-tslib_0.0.6-3.tar.gz 307751 BLAKE2B 
05037c2ca9339245b0987ce7e0121f4825a840dab24e60ce901d290b13841a3843d6c93ef9910db92d47418d649189d78e18e26ec248c4ff9ad1131e54b81240
 SHA512 
abc6060ba595790dab02a191861ee128a729916a6ea2df2a818a0b3388839dac933a0d7ee5530735f376f917f33bf8db40d42a7dce90b20a7682344370bc7b48

diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild 
b/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild
deleted file mode 100644
index 08bf9011cba..000
--- a/x11-drivers/xf86-input-tslib/xf86-input-tslib-0.0.6-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-PATCHLEVEL=3
-DEBSOURCES="${PN}_${PV}-${PATCHLEVEL}.tar.gz"
-
-DESCRIPTION="xorg input driver for use of tslib based touchscreen devices"
-HOMEPAGE="http://www.pengutronix.de/software/xf86-input-tslib/index_en.html;
-SRC_URI="ftp://cdn.debian.net/debian/pool/main/x/${PN}/${DEBSOURCES};
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/tslib"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S=${WORKDIR}/${PN}-trunk
-
-DOCS=( COPYING ChangeLog )
-
-PATCHES=(
-   "${FILESDIR}"/fix-overlapped-variable.patch
-   "${FILESDIR}"/${PN}-port-ABI-12-r48.patch
-   "${FILESDIR}"/${P}-xf86XInputSetScreen.patch
-)



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

2018-09-29 Thread Matt Turner
commit: f9c6171b1caa5764ef340550860d34c889620898
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:01:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c6171b

x11-libs/libXxf86misc: Drop old versions

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

 x11-libs/libXxf86misc/Manifest |  1 -
 x11-libs/libXxf86misc/libXxf86misc-1.0.3-r2.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-libs/libXxf86misc/Manifest b/x11-libs/libXxf86misc/Manifest
index e0056a58983..b356b57efaf 100644
--- a/x11-libs/libXxf86misc/Manifest
+++ b/x11-libs/libXxf86misc/Manifest
@@ -1,2 +1 @@
-DIST libXxf86misc-1.0.3.tar.bz2 255831 BLAKE2B 
3e9fc6cc8853fb74facdbb9183111a513de7fdbc484679561def89af46a99b2cf6fd49fe66cd6b7ad9bf95cc96aeb09207bcaa46094fdebcf373198db10f9a68
 SHA512 
4df80bdf6cae9f43a1ddf09b078f354d0cfcab1861d073f3d274bc3a5dd0efe1057abae792f6c512e8f45286a62db95f85bf8c02de23fe96a76d8972cc1fdb7f
 DIST libXxf86misc-1.0.4.tar.bz2 282048 BLAKE2B 
5d60bc5d04f232444143aa1d89b5760a92aa5951efb41b83eed449916219346d049f0c2b7893858c7ba5148dcf273bb0d2b558e43843f897d057780362d0ccca
 SHA512 
1dbd51a51188a060f676b88e5d98809ea355f69933972ceb7721c83289b5bb94c1f7b889baa83209a5ed864e67dd8a4ed62f1393634e97cc99ce36a2cef447fb

diff --git a/x11-libs/libXxf86misc/libXxf86misc-1.0.3-r2.ebuild 
b/x11-libs/libXxf86misc/libXxf86misc-1.0.3-r2.ebuild
deleted file mode 100644
index a49f155b651..000
--- a/x11-libs/libXxf86misc/libXxf86misc-1.0.3-r2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="X.Org Xxf86misc library"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND="x11-base/xorg-proto
-   x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-fbdev/

2018-09-29 Thread Matt Turner
commit: 3afc8a89d753c1b117fb23da037225008ef4b80f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 16:59:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afc8a89

x11-drivers/xf86-video-fbdev: Drop old versions

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

 x11-drivers/xf86-video-fbdev/Manifest  |  1 -
 x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-drivers/xf86-video-fbdev/Manifest 
b/x11-drivers/xf86-video-fbdev/Manifest
index 5e40f0f7756..7133916960c 100644
--- a/x11-drivers/xf86-video-fbdev/Manifest
+++ b/x11-drivers/xf86-video-fbdev/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-fbdev-0.4.4.tar.bz2 293545 BLAKE2B 
36dd322a079a6f6f80357b5e4f24ef9e83aa66cfa4dc0fbb9df3f2fc918226c32ccdc299bcfd0a565b542372e9aaf610c8bf8a69895d7d5048ca82c7e2313d3d
 SHA512 
942ccf7e528b7cf0af19ef0efc9f5c60ab558bd865aad330f1c58a9ef063f9b38b4e62e5622270c0bfc237cb3cbc579d43b854aaa64fa2a9130eede73b1e55e9
 DIST xf86-video-fbdev-0.5.0.tar.bz2 295102 BLAKE2B 
f3696662e782f35eeae66a755761b8f5d6f1304321976ef7e17758576da014091c0dce9046c4fde6b0ec4cfa1dce998b4b9130e646911d4d1dad983bd530d06b
 SHA512 
c1217b943bbe3301b3c2a8649ed1004c3c67b02607bd56bbc14f6dfa05e7f0184332c81a6a19595514745501ed88526aee932e555779b7c3a8233646b0979448

diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild 
b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild
deleted file mode 100644
index bb8b9243f0c..000
--- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="video driver for framebuffer device"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-base/xorg-server"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



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

2018-09-29 Thread Matt Turner
commit: f760357d07cfb75934f58a9675d329bcf5bef199
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 29 17:00:54 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 29 17:18:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f760357d

virtual/glu: Drop old versions

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

 virtual/glu/glu-9.0-r1.ebuild | 16 
 virtual/glu/glu-9.0.ebuild| 10 --
 2 files changed, 26 deletions(-)

diff --git a/virtual/glu/glu-9.0-r1.ebuild b/virtual/glu/glu-9.0-r1.ebuild
deleted file mode 100644
index 91a5f0f5111..000
--- a/virtual/glu/glu-9.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for OpenGL utility library"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   || (
-   >=media-libs/glu-9.0.0-r1[${MULTILIB_USEDEP}]
-   media-libs/opengl-apple
-   )"

diff --git a/virtual/glu/glu-9.0.ebuild b/virtual/glu/glu-9.0.ebuild
deleted file mode 100644
index 8b5c0674853..000
--- a/virtual/glu/glu-9.0.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for OpenGL utility library"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="|| ( media-libs/glu 

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

2018-09-29 Thread Matthew Thode
commit: d4916982b7c46c023b7dfdbfe5df44e3701d8701
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 29 16:58:16 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep 29 16:58:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4916982

app-admin/ansible: 2.6.5 bump

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

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-2.6.5.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index f26f4a71cc8..c91882bcec3 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -5,3 +5,4 @@ DIST ansible-2.5.9.tar.gz 10165368 BLAKE2B 
10d30d3200702958e15695d8fb0aa84ee89b6
 DIST ansible-2.6.1.tar.gz 10724749 BLAKE2B 
af4523ab904660fa3369bdae2839ab4b2f386235be5a004e1f9a9a5f7c555a2e6fe82319abe20ecbf7e74152f8e2ad5060fda2c2af0f5d62fdd9416901c9072c
 SHA512 
1235e12a510317665956bfae9e0d03814083a24ba6e5c98072437e50b4a596437a173b32d9d5af37b4b9e168e35045fdb65e65276fdc830f473ab1f42dcba2d2
 DIST ansible-2.6.3.tar.gz 10748570 BLAKE2B 
ff27e46771ab5c574202a195bdddb2affc256ba67de98627ef07d3899a1b6bbdb742a71deff63ad6a22aa53298eb22a22a44a885f53098e2404823565fbc513c
 SHA512 
f34052379b892d5dff5e170e4237d4595ecf9d951226cc928fc092e253f5fa9f492a6e953ff09ed63b19ddb0f2b8df66ac738c2f48923e6d5b1dcc96fc2799c9
 DIST ansible-2.6.4.tar.gz 10751810 BLAKE2B 
16a01b76387b6fb0c6554861fd02a57858cf2623ea89e55c0940589b69a6589d4db00bdf87f1e51ab64e638c187657f66ebb5af33a6fa008b7f1dba1e853b3f3
 SHA512 
b3dc3469dd7e34e3b39b3382df65c3684a44be0515f68861997a4d0e5fce44d64000bc0da0b38fd3d27b45aa1ec3973da581482e0de54c5cc41eb761b230b116
+DIST ansible-2.6.5.tar.gz 10757800 BLAKE2B 
2389dfdbdf731382643227cb3a0df501d7b756d81dbddfe9b5ce609086eb04073441c01ed6f49480628fa2a2b3556e07c1b4588cb5df96a072d72c9a09fe2739
 SHA512 
3cab1d14abb3d173722ee76699ac778188481d575d589fb9e85541689a806b6f3eece9b1c5122cd863b46da56ed5cc3c32faaa143826ab3bd3e7a6cc06cbe2fe

diff --git a/app-admin/ansible/ansible-2.6.5.ebuild 
b/app-admin/ansible/ansible-2.6.5.ebuild
new file mode 100644
index 000..71d5cc29ecc
--- /dev/null
+++ b/app-admin/ansible/ansible-2.6.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils
+
+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="doc 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}]
+   doc? ( dev-python/sphinx[${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_compile_all() {
+   if use doc; then
+   cd docs/docsite || die
+   export CPUS=4
+   emake -f Makefile.sphinx html
+   fi
+}
+
+python_test() {
+   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
+   distutils-r1_python_install_all
+
+   doman docs/man/man1/*.1
+   dodoc -r examples
+}



[gentoo-commits] proj/java:master commit in: dev-java/gradle-bin/

2018-09-29 Thread Florian Schmaus
commit: c208411d68a7f8ed063e86b9f11deffc26f71fc7
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Sat Sep 29 15:44:38 2018 +
Commit: Florian Schmaus  geekplace  eu>
CommitDate: Sat Sep 29 15:44:38 2018 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=c208411d

dev-java/gradle-bin: add 4.10.2 and fix nits

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-java/gradle-bin/Manifest  | 1 +
 dev-java/gradle-bin/gradle-bin-3.5-r1.ebuild  | 4 ++--
 .../gradle-bin/{gradle-bin-4.6.ebuild => gradle-bin-4.10.2.ebuild}| 2 +-
 dev-java/gradle-bin/gradle-bin-4.4.1.ebuild   | 4 ++--
 dev-java/gradle-bin/gradle-bin-4.5.1.ebuild   | 2 +-
 dev-java/gradle-bin/gradle-bin-4.6.ebuild | 2 +-
 dev-java/gradle-bin/gradle-bin-4.7.ebuild | 2 +-
 dev-java/gradle-bin/gradle-bin-4.8.ebuild | 2 +-
 dev-java/gradle-bin/gradle-bin-4.9.ebuild | 2 +-
 9 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index 511d6cce..493983e7 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -1,4 +1,5 @@
 DIST gradle-3.5-all.zip 95084513 BLAKE2B 
17ee9fb3569842f21f26c00f711ab38a8b295b35e5eb6715e2958a9c2318690acbfe2ff018ecbe5e85eadd0bc1708dccad8972f7fe07d485f10aec84b113cafe
 SHA512 
13eb1b73a1e432f3230e3b030de3b50bbd8dfce11b3bb9079fc0ab76e865470e3cb10720def2ad0e514383fef50e468ccc54ca7751c0065fb8aae55a40c54479
+DIST gradle-4.10.2-all.zip 116855693 BLAKE2B 
43c12ad5eb9abc7349921a446f957cc1e5890a353d05363b7dc6effbdc7e0f94312155f022b2245bdbf85d648c752251b095665af95680684bec17d92486179f
 SHA512 
71eaaa86af045f3162e9602c5c25c449aafd17f73f958dc991babfe4ebf94772fe9f53a49342dcd50e29ea338486115cb8215b1732944d49ced508d9f9ac7d81
 DIST gradle-4.4.1-all.zip 99180462 BLAKE2B 
8b961f3ef296191dbd3415d7428ba943fbcadca0d69d6b77ba60d91a50b69f55be86cb564672e5390caf8e753234aac572d8fce69c2a79321cacf3d3ea035e5b
 SHA512 
f281be409fee7c0b554c0920dd01a09eee0449cc8894e364a0174181836cf4ab986d078ea9fa48acfd16c8900d44cafedf3daeb804f0996f67af2438f5857233
 DIST gradle-4.5.1-all.zip 101862201 BLAKE2B 
f109a74c28dd839ed099aa8fb69a3397617ea1701230017dc778bacf320a9a864d95979960fe9b1a4ec3714d73bd590013a423aa553fcd37719ee4fbfda49d2e
 SHA512 
914fa381b996d91eb6ef57b4a4855d3cb6dd3ae05f3febed4bb6a114d47e166ed36c60f1277015c8ca21f7f727e3cc82ec208da85458ab9f56d7cad074b09caf
 DIST gradle-4.6-all.zip 106724289 BLAKE2B 
15475ccd6ea2305e30d0c2e59659eb742d984b0a6b643d4c5ecbd0ccd7244713eb7431e30588aedbedb5268e616aeebf7abb389551acd4b6b1cd4079f37c85be
 SHA512 
36249d86e5e35d793448960251c9db1be36643ea4846be35e7b9af5c0bed245dac20c4682580c53ff80f6745369cb5dad8dd840a9b00f7b67d1ec563a9e6e106

diff --git a/dev-java/gradle-bin/gradle-bin-3.5-r1.ebuild 
b/dev-java/gradle-bin/gradle-bin-3.5-r1.ebuild
index 013665cc..1839593e 100644
--- a/dev-java/gradle-bin/gradle-bin-3.5-r1.ebuild
+++ b/dev-java/gradle-bin/gradle-bin-3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -13,7 +13,7 @@ 
SRC_URI="http://services.gradle.org/distributions/${MY_P}-all.zip;
 HOMEPAGE="http://www.gradle.org/;
 LICENSE="Apache-2.0"
 SLOT="${PV}"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="app-arch/zip
app-eselect/eselect-gradle"

diff --git a/dev-java/gradle-bin/gradle-bin-4.6.ebuild 
b/dev-java/gradle-bin/gradle-bin-4.10.2.ebuild
similarity index 97%
copy from dev-java/gradle-bin/gradle-bin-4.6.ebuild
copy to dev-java/gradle-bin/gradle-bin-4.10.2.ebuild
index acc8a5e6..1839593e 100644
--- a/dev-java/gradle-bin/gradle-bin-4.6.ebuild
+++ b/dev-java/gradle-bin/gradle-bin-4.10.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://services.gradle.org/distributions/${MY_P}-all.zip;
 HOMEPAGE="http://www.gradle.org/;
 LICENSE="Apache-2.0"
 SLOT="${PV}"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="app-arch/zip
app-eselect/eselect-gradle"

diff --git a/dev-java/gradle-bin/gradle-bin-4.4.1.ebuild 
b/dev-java/gradle-bin/gradle-bin-4.4.1.ebuild
index 013665cc..1839593e 100644
--- a/dev-java/gradle-bin/gradle-bin-4.4.1.ebuild
+++ b/dev-java/gradle-bin/gradle-bin-4.4.1.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"
@@ -13,7 +13,7 @@ 
SRC_URI="http://services.gradle.org/distributions/${MY_P}-all.zip;
 HOMEPAGE="http://www.gradle.org/;
 LICENSE="Apache-2.0"
 SLOT="${PV}"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="app-arch/zip
app-eselect/eselect-gradle"

diff --git a/dev-java/gradle-bin/gradle-bin-4.5.1.ebuild 

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

2018-09-29 Thread Sebastian Pipping
commit: 49b2df058b20987d2211c708ae0cb20271cdf2bc
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Sep 27 19:29:00 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Sep 29 15:42:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b2df05

media-libs/babl: Remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Sebastian Pipping  gentoo.org>

 media-libs/babl/Manifest   | 13 
 media-libs/babl/babl-0.1.20.ebuild | 55 --
 media-libs/babl/babl-0.1.22.ebuild | 55 --
 media-libs/babl/babl-0.1.24.ebuild | 55 --
 media-libs/babl/babl-0.1.26.ebuild | 55 --
 media-libs/babl/babl-0.1.30.ebuild | 55 --
 media-libs/babl/babl-0.1.40.ebuild | 55 --
 media-libs/babl/babl-0.1.42.ebuild | 55 --
 media-libs/babl/babl-0.1.44.ebuild | 55 --
 media-libs/babl/babl-0.1.46.ebuild | 55 --
 media-libs/babl/babl-0.1.48.ebuild | 61 --
 media-libs/babl/babl-0.1.50.ebuild | 61 --
 media-libs/babl/babl-0.1.52.ebuild | 57 ---
 media-libs/babl/babl-0.1.54.ebuild | 57 ---
 14 files changed, 744 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 932ae3c4e06..67c61e1a28a 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,17 +1,4 @@
 DIST babl-0.1.12.tar.bz2 642234 BLAKE2B 
2e60f7bc5edd55d78e3e588c1c777e3aff6953ffb0ecb5ac91b2a1bf7019329a1ddedb8de53b77fd1c37342b607f2f9603bedfb45ceb9943051d63bb0bd364ba
 SHA512 
b69c8e3870f25372b2223aa4a716383af30342822461fc847039af964cdd194603dbc327a5c3547369d64b206b54280a5a9a227197ca6b7bcfbfa8e2e560df6a
 DIST babl-0.1.18.tar.bz2 734225 BLAKE2B 
8fc7f0c25adbde4c88fef6ef104de232f5dd074c6262a6e47f177be9362d62dc8cf30e098f3f341fe57f164383eb2fc5054d7796214464482c1ef684f09d1cbd
 SHA512 
70cf2db7294d5744e30519ccc9bfd795c9ef4bae4425bdf8719ce0028c6bb81deca7b2c0550e98877beddc7f5d5ce71b9ba5318416dc32c3087a13d8eee42304
-DIST babl-0.1.20.tar.bz2 763513 BLAKE2B 
3327a44ca51303def81b4667d2a7d1c90a18f3264a143204e6146216d17bca8f53c556b6bbd98ea725571d3955eacfe8ce584ea84a1f174217c551f698ca38f0
 SHA512 
7200fecdc476233f6b448523b1bb39f34a47438ad1e4033a430851bc30e49b3a1de5086d486d9fadf4ecefd59219541f53575e0677753d059214b93b6270013d
-DIST babl-0.1.22.tar.bz2 613916 BLAKE2B 
9a35a70e87319cdcdfde2fc83f70127a2217a0d39554aa65e3f33d1b1a740d950e330489a910ec5292477aa74bb798b78b26f8875964d2433db957ebdd1fc263
 SHA512 
5ced37d77ee55f7981b44dd12128ce422faa84a6c951658b1ea76ce776d4426e165301c3fac6144b782015e97388b5655d9bacdd8eca4d961af2df7d6a232114
-DIST babl-0.1.24.tar.bz2 616887 BLAKE2B 
7f553076b8d540089d4825747d1d02d6480c30158f0e6f4a8b4ff1589a546ae35ef644766b26f3ced64cf9a6168c6c17e898aad4345501d666e93dc3f33d6f68
 SHA512 
af13cc55e2cd8eadc9cb51c14f2603f160640fd31a40c058d76c705dade53cce62b6f0bf2c1a9a53013699d406db0e3d4b3a2372703f40da480e4b438ad7a799
-DIST babl-0.1.26.tar.bz2 614865 BLAKE2B 
537f1f2e23f2df7710d79f7733f8cbad7c9ae79ca39fea16af267488f4e6be429ad8eb41843b2ff6497a9c036f89f840baa8f2e0fa7e56994305b1d72942e010
 SHA512 
6db3e6edaa6b40a114733c517d565dc2c38f3e445a72df5efa85647f693785ca0e8290daa698a93e8aba01ea96ea59de4d53caf9162000cce55cf30c8c868e5f
-DIST babl-0.1.30.tar.bz2 616595 BLAKE2B 
e93f56c243373634ad8c2f5a493cae80113c9b9174bf388525b943e7702024fd4d2afeaf544fbeb01b44b3c77d90c7ebcb064f94a6953876bb91c06fbcb30311
 SHA512 
391182786312140fe3fa8b4b8448df2829230ef6a1d9957d8bb729c464e94f5b1300ad761d04f51b3d777c4de9fb462dd0391c3f0c2daa53e9c53bf697e58dca
 DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6797a6e077de16d47239a67cc8fcb93253f54de31012cfb1622cafed2c220cba5cb3cdd9eb1599e5d11b4000f
 SHA512 
4b55b666170322adad4b4624c98110d7a34c496f7aadb22a53c09d1ce5ae518122c2105fd2cb2a057e752fe1540beb703f8192e48e7c43601342a75db2bfdca0
-DIST babl-0.1.40.tar.bz2 653272 BLAKE2B 
4e5694db5a6d29c2faeada7046cacc511623bf54794386a47c6403abb2e86cfd5d0953cf9198e8a5cf20060366e770a344a8c8b503c0496d95ce9d92e149a4f6
 SHA512 
73812247bade66ce38cb4239974e94a6ced05e4d9f5feae7eb111ffdf2c364197c0a2d9883ba28f5ff839f9f9ffb9dd272209c4720046c12cf2446fedae34ce1
-DIST babl-0.1.42.tar.bz2 653385 BLAKE2B 
62b33ccafb8bff2e7bbe06ea38692e715defe545b3651988bb160e52283a7080f49ccabc2cf71c7f51160e9a5a12121e4a5953471535e91de08d6733993b84a7
 SHA512 
0c37944d273b3818a7bb316d3086d48966daa6b401b4e6c0cb9ff52c8d69a80d8b632fe236110f376ab107d349fa4383b20f22cac31889ba50e48ab25d5c42d6
-DIST babl-0.1.44.tar.bz2 653829 BLAKE2B 
8014d66886645c67291ffbe218b95bf492512cb80fe4337ffdf714723cc4221850e71c97b8208d4242bb90855e8121047d2c683560d0eba2d0077620acb8395f
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/, profiles/

2018-09-29 Thread Sebastian Pipping
commit: f6423b9be2f75be9dc88d76c7c22a2054725f55c
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Sep 29 15:29:05 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Sep 29 15:42:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6423b9b

media-gfx/gimp: Remove 2.10.6 in favor of 2.10.6-r1

Closes: https://bugs.gentoo.org/664938
Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Sebastian Pipping  gentoo.org>

 media-gfx/gimp/gimp-2.10.6.ebuild | 199 --
 profiles/package.mask |   6 --
 2 files changed, 205 deletions(-)

diff --git a/media-gfx/gimp/gimp-2.10.6.ebuild 
b/media-gfx/gimp/gimp-2.10.6.ebuild
deleted file mode 100644
index bb10ce0eeed..000
--- a/media-gfx/gimp/gimp-2.10.6.ebuild
+++ /dev/null
@@ -1,199 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-GNOME2_EAUTORECONF=yes
-
-MY_PV="${PV/_rc/-RC}"
-MY_P="${PN}-${MY_PV}"
-
-inherit versionator virtualx autotools gnome2 multilib python-single-r1 ltprune
-
-DESCRIPTION="GNU Image Manipulation Program"
-HOMEPAGE="https://www.gimp.org/;
-SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${MY_P}.tar.bz2"
-LICENSE="GPL-3 LGPL-3"
-SLOT="2"
-KEYWORDS="~amd64 ~x86"
-
-LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml 
ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te 
th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
-IUSE="alsa aalib altivec aqua debug doc openexr gnome postscript jpeg2k 
cpu_flags_x86_mmx mng python smp cpu_flags_x86_sse udev vector-icons webp wmf 
xpm"
-
-RDEPEND=">=dev-libs/glib-2.56.0:2
-   >=dev-libs/atk-2.2.0
-   >=x11-libs/gtk+-2.24.10:2
-   >=x11-libs/gdk-pixbuf-2.31:2
-   >=x11-libs/cairo-1.12.2
-   >=x11-libs/pango-1.29.4
-   xpm? ( x11-libs/libXpm )
-   >=media-libs/freetype-2.1.7
-   >=media-libs/harfbuzz-0.9.19
-   >=media-libs/gexiv2-0.10.6
-   >=media-libs/libmypaint-1.3.0[gegl]
-   >=media-gfx/mypaint-brushes-1.3.0
-   >=media-libs/fontconfig-2.12.4
-   sys-libs/zlib
-   dev-libs/libxml2
-   dev-libs/libxslt
-   x11-themes/hicolor-icon-theme
-   >=media-libs/babl-0.1.56
-   >=media-libs/gegl-0.4.8:0.4[cairo]
-   aalib? ( media-libs/aalib )
-   alsa? ( media-libs/alsa-lib )
-   aqua? ( x11-libs/gtk-mac-integration )
-   gnome? ( gnome-base/gvfs )
-   virtual/jpeg:0
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= )
-   >=media-libs/lcms-2.8:2
-   mng? ( media-libs/libmng )
-   openexr? ( >=media-libs/openexr-1.6.1 )
-   >=app-text/poppler-0.44[cairo]
-   >=app-text/poppler-data-0.4.7
-   >=media-libs/libpng-1.6.25:0=
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygtk-2.10.4:2[${PYTHON_USEDEP}]
-   >=dev-python/pycairo-1.0.2[${PYTHON_USEDEP}]
-   )
-   >=media-libs/tiff-3.5.7:0
-   >=gnome-base/librsvg-2.40.6:2
-   webp? ( >=media-libs/libwebp-0.6.0 )
-   wmf? ( >=media-libs/libwmf-0.2.8 )
-   net-libs/glib-networking[ssl]
-   x11-libs/libXcursor
-   sys-libs/zlib
-   app-arch/bzip2
-   >=app-arch/xz-utils-5.0.0
-   postscript? ( app-text/ghostscript-gpl )
-   udev? ( virtual/libgudev:= )"
-DEPEND="${RDEPEND}
-   >=dev-lang/perl-5.10.0
-   dev-libs/appstream-glib
-   dev-util/gtk-update-icon-cache
-   sys-apps/findutils
-   virtual/pkgconfig
-   >=dev-util/intltool-0.40.1
-   >=sys-devel/gettext-0.19
-   doc? ( >=dev-util/gtk-doc-1 )
-   >=sys-devel/libtool-2.2
-   >=sys-devel/automake-1.11
-   dev-util/gtk-doc-am"
-
-DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_prepare() {
-   sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864
-   sed 's:-DGIMP_DISABLE_DEPRECATED:-DGIMP_protect_DISABLE_DEPRECATED:g' 
-i configure.ac || die #615144
-
-   gnome2_src_prepare  # calls eautoreconf
-
-   sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' 
-i configure || die #615144
-   fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test
-}
-
-src_configure() {
-   local myconf=(
-   GEGL="${EPREFIX}"/usr/bin/gegl-0.4
-   GDBUS_CODEGEN="${EPREFIX}"/bin/false
-
-   --enable-default-binary
-   --disable-silent-rules
-
-   $(use_with !aqua x)
-   $(use_with aalib aa)
-   $(use_with alsa)
-   $(use_enable altivec)
-   --with-appdata-test
-   

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

2018-09-29 Thread Mike Pagano
commit: aaee0b07389521884d9ef1eda018fb5686f93ca5
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 15:42:43 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:42:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaee0b07

sys-kernel/gentoo-sources: Linux patch 4.4.159

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8ff7f14d9d4..6a5a0575e4f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -28,6 +28,9 @@ DIST genpatches-4.4-151.extras.tar.xz 16452 BLAKE2B 
9c7fdf7b009d5d58b919f7f1b395
 DIST genpatches-4.4-158.base.tar.xz 2364020 BLAKE2B 
b11b892297a6660993503295866abeb9ef945379cfed23e23215218f07d7f70ada300b58bbfe5477dd186388b8be6288cc3a168b2c8d13cdb00b18c541aeed5b
 SHA512 
f47fa2aaf87ea677d3a2499e627e29f295e9a398ffef8a04a0d047f4156b006a091340c97e7fb7ce0f0688067bdd32deb75c459b7797c811456b4328506f0c3a
 DIST genpatches-4.4-158.experimental.tar.xz 87768 BLAKE2B 
30592a90407b1c958acf5bd9e898449bb71913db876810dc78598fc90921c6e4e1b8a12cd14c09510e596777a8b83f70c33614ba822a8b43c55f82c2ac2b8b4f
 SHA512 
7ec01f6f2537f473d872989c611acf8a76961cddd3799f28cf917caec8fe8c7d5fc26340dc01f4a19c76b52f106fe6f25faa183d95ca814561ecc694629cf365
 DIST genpatches-4.4-158.extras.tar.xz 16456 BLAKE2B 
98d8e7b860b014f83911f137d8e4cd0adb34996f62c0c4ed66d0d52ec5b2ed75e182cf7fa57b3a156c7d2a4243726413149b1b7e9acafbd19831fe837bf1f41f
 SHA512 
1ce03096823dad0fb99f7b15250e0edd7615da218533ecc950498484076d3db79461d76c1f5edbf6a0a6ae5e48071225b0e6f56467dd3ee5b424e39d8454b0d0
+DIST genpatches-4.4-160.base.tar.xz 2380092 BLAKE2B 
6b49e3242cefe9b919ef5f12edb9c4ac664f4ab64f0d53c9fe5bb384cd2c2ad67fead2c0f478714b2e5eaecfe0a3ba43ffb3da3b022c762121c49e11e16efbb7
 SHA512 
7c307683ce1f9c90715b04a8ab47715e2ee760d3e475def2bd662c4973158972d9f62a1f4e3c7d1abd7b47bb1dd97e61a612c29b2f3d33b7a42c3273ff10f326
+DIST genpatches-4.4-160.experimental.tar.xz 87804 BLAKE2B 
554213910881d20749634cf2bae372f49c26fbe25b21bddf0b452637b1e54bdb7bcc245f76dd181c8c3c3a5a624df882ca407e43091af3991f47d66e19ea
 SHA512 
43acbd61d782f0a9afb1b5f3d38cc2f74c8f9e8aaf2a61897418df56188af3b0270e6ea239b545b5d7c46da5da1b15d752dc1fcd387c13c460f2695531ad222f
+DIST genpatches-4.4-160.extras.tar.xz 16460 BLAKE2B 
8dfce6f8f44f738b91e5fdf2614cc63ee3ef252074ec459aafd04dc9d536e243c7f730b1deadca709c2c867b2514c573bd6ba521ca38f37089cb40f52e33c53a
 SHA512 
c06e9b30cfa2bf5f04776e473501f9ab0e203060bc0ca3ee43057cbc1ac5939b3fa50406f19e6e78705f955323a01a1e43b1c7e43e4fbdcf5a2ca1d005b1e612
 DIST genpatches-4.9-121.base.tar.xz 2306020 BLAKE2B 
c4a5ecdcb86411e610539932165c5b137083853876de6326ee92ad972f3c6da8913d2ca42fe19f65357c7075364c9ce4a49353a603e5c7553d3f7b6348018cd7
 SHA512 
6fd321e8261ff24771d4e543f0b90678689382890ba5f43bc679c6190876ff6b68131e02ae11f7ee162a537ed9e50a2b8975a52859dd763df26af446a2ca8efd
 DIST genpatches-4.9-121.experimental.tar.xz 106388 BLAKE2B 
4accb4a19f87c9b0f171c796b079835d5907c8650ab75516a0cf984e27f4779e748a08a47117a65e5c8d209b51ca4d19bbb751278525a6513f1f601b7ed07a53
 SHA512 
91a73068febf2f660a3123f9afa99c5352eb4fdccad650b19b3d97027f155693b017585f290fb1d0e7ab1d0847018296d5b4a1dcf19ca659d79b1555240b028a
 DIST genpatches-4.9-121.extras.tar.xz 17356 BLAKE2B 
fb1376b9c54ccf5886f134f0fa40d7739b5195ceca890218703c86b625a7bdc882a8c20f9a563a848bb83518bceff206a341a86534cd242996057d050cf9871f
 SHA512 
ecdcd6d776a6f6a901adf2292846f3e6919de40cbc4d4912d698592e7d3f9e6046d657640ac02117a6c350d7219b4176adb6d5476b1fad43ca47145d8bb278bd

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.159.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.159.ebuild
new file mode 100644
index 000..f7efc0c2a28
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.159.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="160"
+
+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: net-libs/libssh/

2018-09-29 Thread Andreas Sturmlechner
commit: 367e142c2ee40148b882f8cac819084df8324301
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 29 15:37:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 29 15:39:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367e142c

net-libs/libssh: Fix cmake warning

Follow-up to commit 9acfbf506aef6feb95d6d8c6896bc840fd609f2e

Closes: https://bugs.gentoo.org/667278
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libssh/libssh-0.8.3.ebuild | 3 ++-
 net-libs/libssh/libssh-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/libssh/libssh-0.8.3.ebuild 
b/net-libs/libssh/libssh-0.8.3.ebuild
index d187c20721b..0c794b8a473 100644
--- a/net-libs/libssh/libssh-0.8.3.ebuild
+++ b/net-libs/libssh/libssh-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -73,6 +73,7 @@ multilib_src_configure() {
-DWITH_SERVER="$(usex server)"
-DWITH_SFTP="$(usex sftp)"
-DWITH_STACK_PROTECTOR=OFF
+   -DWITH_STACK_PROTECTOR_STRONG=OFF
-DWITH_STATIC_LIB="$(usex static-libs)"
-DWITH_ZLIB="$(usex zlib)"
)

diff --git a/net-libs/libssh/libssh-.ebuild 
b/net-libs/libssh/libssh-.ebuild
index d187c20721b..0c794b8a473 100644
--- a/net-libs/libssh/libssh-.ebuild
+++ b/net-libs/libssh/libssh-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -73,6 +73,7 @@ multilib_src_configure() {
-DWITH_SERVER="$(usex server)"
-DWITH_SFTP="$(usex sftp)"
-DWITH_STACK_PROTECTOR=OFF
+   -DWITH_STACK_PROTECTOR_STRONG=OFF
-DWITH_STATIC_LIB="$(usex static-libs)"
-DWITH_ZLIB="$(usex zlib)"
)



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

2018-09-29 Thread Mike Pagano
commit: 0e86a0705e942611af0517e25cd5405b0ea872c3
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 15:33:23 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:33:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e86a070

sys-kernel/gentoo-sources: Linux patch 4.9.130

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 74c219a48a1..8ff7f14d9d4 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-4.9-132.extras.tar.xz 17356 BLAKE2B 
b7cbf6b4fb753c8b2155d61e8635
 DIST genpatches-4.9-133.base.tar.xz 2461436 BLAKE2B 
b558db80f864cfbbd46e842f925d882c877d8f1da5187483384ba7ca1713fff9db6815be114e169b69002bee3459a132ee30904c17c3c4bec9e99212cf67224c
 SHA512 
9bd16c0141ee360101c60bbd2e77bee5bb8de3c881acb7ab3693329b6539728461509cac4f234d4581effc582f60c21b85ea3f09c273941a610e2fa5c2745b2e
 DIST genpatches-4.9-133.experimental.tar.xz 106376 BLAKE2B 
69a24533ce6e1d2e1104f2964ab33013ca942fadb88916790d042eb246e8f40fb70af112aacd2828553ed68252ca687998052c46c1dd19af65af266bc59b3d69
 SHA512 
b645a3a470b99b4454f886d43172eb6d9ed2fff14632fb0259eac8c6019809ab1aac8af0003d392932ede01c9f1953f4c3ecb88a2b1506e8f384769d2c5625e1
 DIST genpatches-4.9-133.extras.tar.xz 17360 BLAKE2B 
047b135d3c06e48c80eb84d75ccae69fbf624414263d3ce8caeb0be30070e810b58f0b4af9100d10489430b6f12f59195c0e794239ab35ad76cb58b8ab54edde
 SHA512 
95f9f69b3c1de4f7f9c9d7838d4ca2e26d23390bcd5218ff2ea29bade40ff3bc6eb80c55036f12047aa6b1b3e09328a55bb3e80d0443c6ad802ed057d720fdbf
+DIST genpatches-4.9-134.base.tar.xz 2469148 BLAKE2B 
98d632d35eecd9965bb78d0baf8889c22999c324ab2f93a27ed606b8f1fc9fbcc3ed473bca16d5d508b7aea57f3b9db0fdfa904e4dfe59d2d2849454e8d6d1da
 SHA512 
75b10ad827435c6cf5bdc568bfb5d48d703c2117563cdd406e7d98701bb22e2944695295933ab7bae03e3647565fd8d86f3f4142ca2ea538dde4e9ea8d350ff0
+DIST genpatches-4.9-134.experimental.tar.xz 106384 BLAKE2B 
cf341a8c8f43353fead3844c549932de413380b72f5efb686031a35c5de78c13f66d606d5884bfea45333c7aaa39589d93cd6c295fc34dd103f354209a94116e
 SHA512 
491a2b541b933a0e6f0eac55eb939ab668085158d059a2bbe99826e657bba3576bd6092a83baeda8c11a29a770823228ead660a5d64cce09354fb177eb857cd0
+DIST genpatches-4.9-134.extras.tar.xz 17356 BLAKE2B 
a6a8fd7226f451ea0a42abffab2a74c2dfc2ad61130b49a51548d72c98a3f1c96dba5432fc3abf88d3c08d1cb07b28ad7d252e22ad04443e3fc251a03affa045
 SHA512 
221edf2d3ca1f11d48dafd3cb86b316153ffd6928c1dc690fe5b69f212ae20ccd7b203c272e4554f3045da51cef7a3bc50d388cfe7bee7630ccee586ae3d7986
 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.130.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.130.ebuild
new file mode 100644
index 000..1d1aa364080
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.130.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="134"
+
+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: sys-apps/systemd/files/, sys-apps/systemd/

2018-09-29 Thread Mike Gilbert
commit: e8192a2eff5472db971b1be47db26ef70bbad226
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 29 15:23:46 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 29 15:26:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8192a2e

sys-apps/systemd: rename debug meson option

Closes: https://bugs.gentoo.org/667300
Signed-off-by: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9

 sys-apps/systemd/files/239-debug-extra.patch | 40 
 sys-apps/systemd/systemd-239-r1.ebuild   |  3 ++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/sys-apps/systemd/files/239-debug-extra.patch 
b/sys-apps/systemd/files/239-debug-extra.patch
new file mode 100644
index 000..19db590257c
--- /dev/null
+++ b/sys-apps/systemd/files/239-debug-extra.patch
@@ -0,0 +1,40 @@
+From 8f6b442a78d0b485f044742ad90b2e8271b4e68e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
+Date: Sun, 19 Aug 2018 19:11:30 +0200
+Subject: [PATCH] meson: rename -Ddebug to -Ddebug-extra
+
+Meson added -Doptimization and -Ddebug options, which obviously causes
+a conflict with our -Ddebug options. Let's rename it.
+
+Fixes #9883.
+---
+ meson.build   | 2 +-
+ meson_options.txt | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index f79ac4b12e7..2209c935ad6 100644
+--- a/meson.build
 b/meson.build
+@@ -763,7 +763,7 @@ substs.set('DEBUGTTY', get_option('debug-tty'))
+ 
+ enable_debug_hashmap = false
+ enable_debug_mmap_cache = false
+-foreach name : get_option('debug')
++foreach name : get_option('debug-extra')
+ if name == 'hashmap'
+ enable_debug_hashmap = true
+ elif name == 'mmap-cache'
+diff --git a/meson_options.txt b/meson_options.txt
+index e3140c8c110..7b1f61bf464 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -45,7 +45,7 @@ option('debug-shell', type : 'string', value : '/bin/sh',
+description : 'path to debug shell binary')
+ option('debug-tty', type : 'string', value : '/dev/tty9',
+description : 'specify the tty device for debug shell')
+-option('debug', type : 'array', choices : ['hashmap', 'mmap-cache'], value : 
[],
++option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache'], 
value : [],
+description : 'enable extra debugging')
+ option('memory-accounting-default', type : 'boolean',
+description : 'enable MemoryAccounting= by default')

diff --git a/sys-apps/systemd/systemd-239-r1.ebuild 
b/sys-apps/systemd/systemd-239-r1.ebuild
index 1fc28a80c2a..69bfa21435e 100644
--- a/sys-apps/systemd/systemd-239-r1.ebuild
+++ b/sys-apps/systemd/systemd-239-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -154,6 +154,7 @@ src_prepare() {
 
# Add local patches here
PATCHES+=(
+   "${FILESDIR}"/239-debug-extra.patch
)
 
if ! use vanilla; then



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

2018-09-29 Thread Mike Gilbert
commit: abebe048fd7040d7f5ee143e3385953858011717
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Sep 29 15:26:33 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep 29 15:26:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abebe048

sys-fs/udev: rename meson debug option

Closes: https://bugs.gentoo.org/667240
Signed-off-by: Mike Gilbert  gentoo.org>
Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9

 sys-fs/udev/files/239-debug-extra.patch | 40 +
 sys-fs/udev/udev-239.ebuild |  3 ++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/sys-fs/udev/files/239-debug-extra.patch 
b/sys-fs/udev/files/239-debug-extra.patch
new file mode 100644
index 000..19db590257c
--- /dev/null
+++ b/sys-fs/udev/files/239-debug-extra.patch
@@ -0,0 +1,40 @@
+From 8f6b442a78d0b485f044742ad90b2e8271b4e68e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
+Date: Sun, 19 Aug 2018 19:11:30 +0200
+Subject: [PATCH] meson: rename -Ddebug to -Ddebug-extra
+
+Meson added -Doptimization and -Ddebug options, which obviously causes
+a conflict with our -Ddebug options. Let's rename it.
+
+Fixes #9883.
+---
+ meson.build   | 2 +-
+ meson_options.txt | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index f79ac4b12e7..2209c935ad6 100644
+--- a/meson.build
 b/meson.build
+@@ -763,7 +763,7 @@ substs.set('DEBUGTTY', get_option('debug-tty'))
+ 
+ enable_debug_hashmap = false
+ enable_debug_mmap_cache = false
+-foreach name : get_option('debug')
++foreach name : get_option('debug-extra')
+ if name == 'hashmap'
+ enable_debug_hashmap = true
+ elif name == 'mmap-cache'
+diff --git a/meson_options.txt b/meson_options.txt
+index e3140c8c110..7b1f61bf464 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -45,7 +45,7 @@ option('debug-shell', type : 'string', value : '/bin/sh',
+description : 'path to debug shell binary')
+ option('debug-tty', type : 'string', value : '/dev/tty9',
+description : 'specify the tty device for debug shell')
+-option('debug', type : 'array', choices : ['hashmap', 'mmap-cache'], value : 
[],
++option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache'], 
value : [],
+description : 'enable extra debugging')
+ option('memory-accounting-default', type : 'boolean',
+description : 'enable MemoryAccounting= by default')

diff --git a/sys-fs/udev/udev-239.ebuild b/sys-fs/udev/udev-239.ebuild
index b09e0c65e66..b6ffc09d185 100644
--- a/sys-fs/udev/udev-239.ebuild
+++ b/sys-fs/udev/udev-239.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -83,6 +83,7 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}/236-uucp-group.patch"

"${FILESDIR}/239-basic-add-missing-comma-in-raw_clone-assembly-for-sp.patch"
+   "${FILESDIR}/239-debug-extra.patch"
)
 
default



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

2018-09-29 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:20:14 2018 +

New tag: 4.9-134




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

2018-09-29 Thread Mike Pagano
commit: ce6da2557b8ccf4639487ff5e86bbfcfde72fc3d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 15:17:38 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:17:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6da255

sys-kernel/vanilla-sources: Automatic version bumps

Linux patches 4.18.11,4.14.73,4.9.130 and 4.4.159.
Remove of EOL'd kernel 4.17.19

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

 sys-kernel/vanilla-sources/Manifest  | 10 --
 ...ces-4.14.72.ebuild => vanilla-sources-4.14.73.ebuild} |  0
 .../vanilla-sources/vanilla-sources-4.17.19.ebuild   | 16 
 ...ces-4.18.10.ebuild => vanilla-sources-4.18.11.ebuild} |  0
 ...ces-4.4.158.ebuild => vanilla-sources-4.4.159.ebuild} |  0
 ...ces-4.9.129.ebuild => vanilla-sources-4.9.130.ebuild} |  0
 6 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 46edb22d075..46c1c5f7953 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -1,12 +1,10 @@
 DIST linux-3.16.tar.xz 80501624 BLAKE2B 
46de37c6e1bc3c57d4b77f772ccd372fd77f96989d19d341b8098dab13a86659e0c74802859226fc7b22879ddb05788cfc1aad020920e3acc53d5383aa496afa
 SHA512 
64033e741d3f42ed06010e63e69d66e1d3d9414ef20f76834508878d4218b72619541a18ef4fd377204af2859e52198310998109b20ed9b67722586b28c9a231
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
-DIST linux-4.17.tar.xz 102165892 BLAKE2B 
b9e1fe2c063d2761b4d54594b841f6591fd6f5b634a402c07e0fa5518a2b271293d97c5a7a8e3c30c9c4d78df16bf20a4f0befe998c9a9393bb3290d2df1dda3
 SHA512 
4d9de340a26155a89ea8773131c76220cc2057f2b5d031b467b60e8b14c1842518e2d60a863d8c695f0f7640f3f18d43826201984a238dade857b6cef79837db
 DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff480a7a04fc659a9efe2d4bcc778ac01368a32bc5d1dbde870102ce7294b9d315f81c4e6e762ee781135e83033f2
 SHA512 
950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6da8000b3a9a9ae038
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-3.16.58.xz 2041612 BLAKE2B 
1328b41f8b8c59d48de552ae557a6456e5359c463c05f5842a09d418018bf521c4c6f4b5eb22c3fa6c0b4e52e944c81692850d20e311ac21a50a80ac1e030f30
 SHA512 
364c7702d601245c536ef355fe19354b4f52e143c10dc9bc46235f83d202d0c0bdbe87d6455df7c7379f0a926d203abfbbe49bec1f1d9e5a62242a7ecf56bcd3
-DIST patch-4.14.72.xz 1782932 BLAKE2B 
667f6d199df60d0c25f2dc79977e531786560ca11b974a428506dc783ec982cfb7ad69afb1953896c320c2d956779569888ec073fd8003186eb39f879124234f
 SHA512 
de7063521534454f17d113af463a2ab4b855ce7c6123ce7bfd34d04e7ab7d286531152844303618f599c8030a5ef0c4a862ada7178a07b82c203e6a395f7ff2c
-DIST patch-4.17.19.xz 463572 BLAKE2B 
6097f24f8663ade71204d83e4b89bc15f3d0b0f906cb4a0e6a9aa32705fdbd7e8855337acca37697ef93bb3f2c696ce60bab2d4e02f1e20a0113ca02c7df61a7
 SHA512 
57fab939df862c3807d1ddd6461b19f85b3c0aba83203f327cf174f9d6e33c79e996362cabbb44014e03fe1eb77cf0232944927ae95aa1e51ef43b153d6343ab
-DIST patch-4.18.10.xz 284032 BLAKE2B 
a528bdffc6c58de639b0b04d50f78f12bb137bb092aea1047d9f9a4f82d543b62904dd7aaef90422f72c16cdfcbac035cce3f04f14f292125c4d3cbf64793de7
 SHA512 
ff00f5b50921654494bf0cc290a82871bf3f053dc170abbde906499e3bffe1f368a94a6c09196ded618ae46fe2fa74e05b4e594f31ccc08a7071efa1e9ec4a68
-DIST patch-4.4.158.xz 2148476 BLAKE2B 
fb4495817de564a41a2add72681d69f8e4125db0ec4e159f8ea9c04f2148fe66738250cdf5fd9b58ca074922286febedc7e75f3794819155069a2a171e82de0e
 SHA512 
312523cb1efed9603cd0dd56ed992e1ab36a0a9da85b1a856580b2531d6ab99a1f449eca3e4294936a9bb3225cc5b96b0258072f2f36ffb71cfa07a4d9980583
-DIST patch-4.9.129.xz 2242960 BLAKE2B 
1af3f9507a68c641a7decb2432ce614488684a4cad5ed1ae2a497d4dcae39acd05f4411681d9c83f9b003105cbd6e12a7200173b81f83b8b42de333c63deba21
 SHA512 
d5ed65fe37ca11428eca6485e83b643b604cf806391471c846916bc50cc98e39364b7e40730a22fee269fe293daf5d42c9c216d8e333fb489db4ff99bfb0217c
+DIST patch-4.14.73.xz 1791804 BLAKE2B 

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

2018-09-29 Thread Mike Pagano
commit: d2fa9a05b9fa61db312a1d1b029023560659ea3e
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 15:10:33 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:10:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2fa9a05

sys-kernel/gentoo-sources: Linux patch 4.14.73

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 164cadee88a..74c219a48a1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,6 +10,9 @@ DIST genpatches-4.14-77.extras.tar.xz 17492 BLAKE2B 
abaf103790fceab73cacd949473e
 DIST genpatches-4.14-78.base.tar.xz 1929676 BLAKE2B 
6021bef7b29ba475ff72d28cd908540555131d482f31086f449ba01fdcb3cab3994f55fec9e7247ab3099f82ff49b671f157b56604735bb8d2414b446c74d530
 SHA512 
f77d30b803273a271fb60bc2e14a31149bb20816d161567d32423ceaecde64eef256450ddf596da19c47214cb1ab86a71b95f673f6600f0d10540c9be25c1866
 DIST genpatches-4.14-78.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 
a063a5e76f391a0d8011a0a1bb1fa06e6693c7efb211e5d25bfa5f39b6dc216f3c965ec1303a1d865c4b3c1484e03a4b99f3097759a0e15b15ca8b11215a3342
 DIST genpatches-4.14-78.extras.tar.xz 17492 BLAKE2B 
204b65089d2f320424fff929d21f3ba9f6c630adca2017b5789003ed310df8025b57e9984a0c03486f065fac26c4f7aecf8cee3f694ce860a9749327057501c1
 SHA512 
e2ac22696b426d52f71424209493ce5305fa6b4b611a7ab51a7818e09493507f5cb006a9b5c6295bebd30faf31619f4b4acaa7cc8b82088c4efe7893f5d37f3a
+DIST genpatches-4.14-79.base.tar.xz 1941112 BLAKE2B 
eadad4bd05e013fa68a47a420cfd76764df91f12ae1f25fc1e32fa30b7da999ac3eae42aaf6ae14a18b949f28adb4f4ec1557bc2a6cb3d496954851066b06a24
 SHA512 
8955f649752dd1bf2e8223f8bf6ac65a8b8775299a34c8d9ea3a7bb37d74fd013b30118be9041a59a54671a3f5cf517d840b2f83f9fe431bcc51e7019508
+DIST genpatches-4.14-79.experimental.tar.xz 5224 BLAKE2B 
f03b0806ab474eb5fc3fe58a873cea76c16d39fe87629a15941eee0eca9b980714f099526741df8b2ce7203cadb7b0b1680422083b61e4725152421d43f737bb
 SHA512 
5de7d487a229d26ab62518a670a55cd41f563455084c6f8a55f035c613df969e8c0698518243081859cb52c4e7df0fb6cb349c841fcb979e9a94212617ec523f
+DIST genpatches-4.14-79.extras.tar.xz 17496 BLAKE2B 
c543f7d58552cd519dd722f1d7912909a2216868201a5d5b3712a96b17f41b9f05df24fbee03d874a5fb2d8b8e32eb35907cc0ed569c85bdf4dd5be942d1680a
 SHA512 
d789ae7affb905622f1d556f07450a842974296f7fa109152a9edba74e41fdf4f5ea0f1bc6a054ca02a4fbb99f472b85b2bef4005335e6e1a7c112a993220491
 DIST genpatches-4.18-12.base.tar.xz 237564 BLAKE2B 
221499b05746862c8d7261959b63791efc1450329ec50b14d487306fa97398c364ee553922bdfb7b4dbf688792fcb778e6a30a57a6df10099f5367f01f1869db
 SHA512 
08efe1e89151e1c7c2e19ca48380fa797297879d83b7a51ea3278a966a39324a2a1e5f66f2e46a64ed88d24c243576b119967d3bbccfdb78c7388525bbdb9472
 DIST genpatches-4.18-12.experimental.tar.xz 5224 BLAKE2B 
8d0b8f1e8a2953e500b9d3e654cd89d40ba0bae53a014b1bee8fb19e6580dbf33687821bb3edbffa2db8daf3fdfb521ce3232f9b4aca0f4d2661be8115220c8c
 SHA512 
a063a5e76f391a0d8011a0a1bb1fa06e6693c7efb211e5d25bfa5f39b6dc216f3c965ec1303a1d865c4b3c1484e03a4b99f3097759a0e15b15ca8b11215a3342
 DIST genpatches-4.18-12.extras.tar.xz 17508 BLAKE2B 
c324b68771942f0372d0f4f34904e3f52b021ef36453002732ab041096714cb9949f03840ab7bc2197c498ff3bfd6d8f4f7000a27e9668b9cc9d3c90e40dc466
 SHA512 
746c0bab36b8a1ca9171882cb21735378a12636ce5e157dcebe3b286abb5392c6a2e099226cce5bca77ad808c233c9f968aeceb2fc4744a94cc9c2372dacfaf9

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.73.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.73.ebuild
new file mode 100644
index 000..0391d2ff8ea
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.73.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="79"
+
+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] proj/linux-patches: New tag: 4.4-160

2018-09-29 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:08:04 2018 +

New tag: 4.4-160




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

2018-09-29 Thread Mike Pagano
commit: b27bcc2bd13e915002ed27665757b6ddfdf9fb89
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 15:01:15 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 15:01:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27bcc2b

sys-kernel/gentoo-sources: Linux patch 4.18.11

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

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b5a5c78ca09..164cadee88a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -16,6 +16,9 @@ DIST genpatches-4.18-12.extras.tar.xz 17508 BLAKE2B 
c324b68771942f0372d0f4f34904
 DIST genpatches-4.18-13.base.tar.xz 291576 BLAKE2B 
1509cc8eb389160035e4a5c8302a6a1691172c9a16c38b7639ce77db5e929fbc8dd309c8bbe256812429e0301197efc002e13d6de8a040e147d93203b389935b
 SHA512 
b7fbef424051f03baee67db1996165cd7335368d355fba17c2bac9fbeeda03bfd76c8813d6e3d73a8e62350f4db3e450336cad41ae1358a23539c6d01647ee8b
 DIST genpatches-4.18-13.experimental.tar.xz 5220 BLAKE2B 
96fd84ec13f0d71c3b1c45d042e3aa8c23c2adcb8db245e61ad9c4e241f452690475d9e0515b8f852961cee3821d62e728485cda31799d9500400811cbcfc4e1
 SHA512 
6ccacee89ee451ed648a926e44cb55e077034086496f34550b8891d854840743ff2a13caad8ec0c921b05243f71e626bec8041024f0f7c5a27d7e48d27b8db40
 DIST genpatches-4.18-13.extras.tar.xz 17496 BLAKE2B 
defec1bd1c54e450673498b22bb6f5726b728781a1060fd66180b481d933458c7fa95c0d2835c44bfa6a215b4029d1185378ef94ec81476f0ecd454bded77ddb
 SHA512 
66ff28aaa4666011a9879cb8a103e1c0f500d0a35393fd1055bebd86b141dbe85cfe8006840e76fac8cd9ea72e0cf85e051f33cab09223e78c7ab7fa893decc7
+DIST genpatches-4.18-14.base.tar.xz 313244 BLAKE2B 
a47c0b01dffdc9480d99137b8d2d2ee4d125e86fdc653e6ed54acadb4818ee12b904335bd996577fb12a0132ffd8f565da9669b4033531fdb1cb53ff28a5c9a7
 SHA512 
8f59ef57c0c698932032e181044b2fd78d6f43a8022b75139c6aade451d946816329129047de8514d4c2f6c0c6eedf6a16786063584bb2c141e1a50fb83debd9
+DIST genpatches-4.18-14.experimental.tar.xz 5224 BLAKE2B 
659859efd41430c3da5c104cc8e148d85df75ec323364f845a2f15b848544aaf0d7d9cd8b595c04a9209542bdb865874b9c8928d264ba896a70d701690464869
 SHA512 
50e172f6244741ed6d5e440ab55c4928c11c7cbe9d2bdc5891bd254e2aa05b7ed0387e85d3135745af0e056dfc0be9a325581d5cf38df1659d89cf387ed72625
+DIST genpatches-4.18-14.extras.tar.xz 17512 BLAKE2B 
f9a02074660a4f2c7b24d00035f0e529a1283a853d7271dea8a459fa1d5a6a2508ad400e828e47ac1b1f610b0732a9380301951f091cc9657d15f9c784e0d9ff
 SHA512 
e27f7d5fc0ea35cb66d8478c83df36d5c28d2eaa87b65cdea77254d7cd665ba0f2a016927ba70e71c33920d80341270bc5419c610971989b1ec573631be080ab
 DIST genpatches-4.4-151.base.tar.xz 2298156 BLAKE2B 
8a6ebf847b2447abdac3a544130721d54d51216d8bf2c7db34bc34154dd236cedceedc9190e5a5b9b972209c4180cc57b501b392be7f4b26684c95742e3741b9
 SHA512 
7e82eaaa0559dea96b5f53eb2ca231872db5cb45f2a5627f7d68fd9dab3f1840944bb613df9e909c0e734df515236ed35fbe4051124703ac7090c0a68d8aa6f8
 DIST genpatches-4.4-151.experimental.tar.xz 87748 BLAKE2B 
90e9341cdd0d2d9f174cf28f063d8f8a50319529b96f9b6f2547535ed4fc560ed02d3f857bbd3bdc8d11bfda0f12957a6da9539cc7d15b12b74aba870c83785e
 SHA512 
f465b647d9c57cabf87ca899e1d3c465d9a8690d05f2a64f71aa9333ba88ec3c0b7248321c5fd161149126c345b569a728f2a22eb4422c8b45fcff8dd319a67f
 DIST genpatches-4.4-151.extras.tar.xz 16452 BLAKE2B 
9c7fdf7b009d5d58b919f7f1b395249748bd7489ea052702838fcc2adac6e605422fcf404b76db0206a6bda006a16401182684626a980b727301b963a713fffd
 SHA512 
2470a74a73e91d4d0534521bda198f14450304910eace137b17fbd611281a2864907a724c600de4433484d76b8fdb794e11b48cf5e5d7ac5adaff518dd921e5e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.18.11.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.18.11.ebuild
new file mode 100644
index 000..baf962fea77
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.18.11.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="14"
+
+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] proj/linux-patches: New tag: 4.14-79

2018-09-29 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 14:52:20 2018 +

New tag: 4.14-79




[gentoo-commits] proj/linux-patches: New tag: 4.18-14

2018-09-29 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 13:49:09 2018 +

New tag: 4.18-14




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

2018-09-29 Thread Mike Pagano
commit: 4256d26c4916914f83182e196d2b437222f4289f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 13:36:23 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 13:36:23 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4256d26c

Linux patch 4.18.11

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1010_linux-4.18.11.patch | 2983 ++
 2 files changed, 2987 insertions(+)

diff --git a/_README b/_README
index a9e2bd7..cccbd63 100644
--- a/_README
+++ b/_README
@@ -83,6 +83,10 @@ Patch:  1009_linux-4.18.10.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.18.10
 
+Patch:  1010_linux-4.18.11.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.18.11
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1010_linux-4.18.11.patch b/1010_linux-4.18.11.patch
new file mode 100644
index 000..fe34a23
--- /dev/null
+++ b/1010_linux-4.18.11.patch
@@ -0,0 +1,2983 @@
+diff --git a/Makefile b/Makefile
+index ffab15235ff0..de0ecace693a 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 18
+-SUBLEVEL = 10
++SUBLEVEL = 11
+ EXTRAVERSION =
+ NAME = Merciless Moray
+ 
+diff --git a/arch/x86/crypto/aegis128-aesni-glue.c 
b/arch/x86/crypto/aegis128-aesni-glue.c
+index acd11b3bf639..2a356b948720 100644
+--- a/arch/x86/crypto/aegis128-aesni-glue.c
 b/arch/x86/crypto/aegis128-aesni-glue.c
+@@ -379,7 +379,6 @@ static int __init crypto_aegis128_aesni_module_init(void)
+ {
+   if (!boot_cpu_has(X86_FEATURE_XMM2) ||
+   !boot_cpu_has(X86_FEATURE_AES) ||
+-  !boot_cpu_has(X86_FEATURE_OSXSAVE) ||
+   !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
+   return -ENODEV;
+ 
+diff --git a/arch/x86/crypto/aegis128l-aesni-glue.c 
b/arch/x86/crypto/aegis128l-aesni-glue.c
+index 2071c3d1ae07..dbe8bb980da1 100644
+--- a/arch/x86/crypto/aegis128l-aesni-glue.c
 b/arch/x86/crypto/aegis128l-aesni-glue.c
+@@ -379,7 +379,6 @@ static int __init crypto_aegis128l_aesni_module_init(void)
+ {
+   if (!boot_cpu_has(X86_FEATURE_XMM2) ||
+   !boot_cpu_has(X86_FEATURE_AES) ||
+-  !boot_cpu_has(X86_FEATURE_OSXSAVE) ||
+   !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
+   return -ENODEV;
+ 
+diff --git a/arch/x86/crypto/aegis256-aesni-glue.c 
b/arch/x86/crypto/aegis256-aesni-glue.c
+index b5f2a8fd5a71..8bebda2de92f 100644
+--- a/arch/x86/crypto/aegis256-aesni-glue.c
 b/arch/x86/crypto/aegis256-aesni-glue.c
+@@ -379,7 +379,6 @@ static int __init crypto_aegis256_aesni_module_init(void)
+ {
+   if (!boot_cpu_has(X86_FEATURE_XMM2) ||
+   !boot_cpu_has(X86_FEATURE_AES) ||
+-  !boot_cpu_has(X86_FEATURE_OSXSAVE) ||
+   !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
+   return -ENODEV;
+ 
+diff --git a/arch/x86/crypto/morus1280-sse2-glue.c 
b/arch/x86/crypto/morus1280-sse2-glue.c
+index 95cf857d2cbb..f40244eaf14d 100644
+--- a/arch/x86/crypto/morus1280-sse2-glue.c
 b/arch/x86/crypto/morus1280-sse2-glue.c
+@@ -40,7 +40,6 @@ MORUS1280_DECLARE_ALGS(sse2, "morus1280-sse2", 350);
+ static int __init crypto_morus1280_sse2_module_init(void)
+ {
+   if (!boot_cpu_has(X86_FEATURE_XMM2) ||
+-  !boot_cpu_has(X86_FEATURE_OSXSAVE) ||
+   !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
+   return -ENODEV;
+ 
+diff --git a/arch/x86/crypto/morus640-sse2-glue.c 
b/arch/x86/crypto/morus640-sse2-glue.c
+index 615fb7bc9a32..9afaf8f8565a 100644
+--- a/arch/x86/crypto/morus640-sse2-glue.c
 b/arch/x86/crypto/morus640-sse2-glue.c
+@@ -40,7 +40,6 @@ MORUS640_DECLARE_ALGS(sse2, "morus640-sse2", 400);
+ static int __init crypto_morus640_sse2_module_init(void)
+ {
+   if (!boot_cpu_has(X86_FEATURE_XMM2) ||
+-  !boot_cpu_has(X86_FEATURE_OSXSAVE) ||
+   !cpu_has_xfeatures(XFEATURE_MASK_SSE, NULL))
+   return -ENODEV;
+ 
+diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c
+index 7d00d4ad44d4..95997e6c0696 100644
+--- a/arch/x86/xen/pmu.c
 b/arch/x86/xen/pmu.c
+@@ -478,7 +478,7 @@ static void xen_convert_regs(const struct xen_pmu_regs 
*xen_regs,
+ irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id)
+ {
+   int err, ret = IRQ_NONE;
+-  struct pt_regs regs;
++  struct pt_regs regs = {0};
+   const struct xen_pmu_data *xenpmu_data = get_xenpmu_data();
+   uint8_t xenpmu_flags = get_xenpmu_flags();
+ 
+diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
+index 984b37647b2f..22a2bc5f25ce 100644
+--- a/drivers/ata/libata-core.c
 b/drivers/ata/libata-core.c
+@@ -5358,10 +5358,20 @@ void ata_qc_complete(struct ata_queued_cmd *qc)
+  */
+ int ata_qc_complete_multiple(struct ata_port *ap, u64 qc_active)
+ {
++  u64 done_mask, 

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

2018-09-29 Thread Mike Pagano
commit: 7ecc929baefbf40295eeec0c6de3dda1343a74df
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 13:35:19 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 13:35:19 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=7ecc929b

Linux patch 4.14.73

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1072_linux-4.14.73.patch | 1830 ++
 2 files changed, 1834 insertions(+)

diff --git a/_README b/_README
index ce833af..08015af 100644
--- a/_README
+++ b/_README
@@ -331,6 +331,10 @@ Patch:  1071_linux-4.14.72.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.14.72
 
+Patch:  1072_linux-4.14.73.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.14.73
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1072_linux-4.14.73.patch b/1072_linux-4.14.73.patch
new file mode 100644
index 000..9020dd3
--- /dev/null
+++ b/1072_linux-4.14.73.patch
@@ -0,0 +1,1830 @@
+diff --git a/Makefile b/Makefile
+index 734722bda173..89f30ca964b6 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 72
++SUBLEVEL = 73
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c
+index 7d00d4ad44d4..95997e6c0696 100644
+--- a/arch/x86/xen/pmu.c
 b/arch/x86/xen/pmu.c
+@@ -478,7 +478,7 @@ static void xen_convert_regs(const struct xen_pmu_regs 
*xen_regs,
+ irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id)
+ {
+   int err, ret = IRQ_NONE;
+-  struct pt_regs regs;
++  struct pt_regs regs = {0};
+   const struct xen_pmu_data *xenpmu_data = get_xenpmu_data();
+   uint8_t xenpmu_flags = get_xenpmu_flags();
+ 
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
+index fd435a96481c..e8d9479615c9 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
 b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
+@@ -715,12 +715,14 @@ static int amdgpu_cgs_get_firmware_info(struct 
cgs_device *cgs_device,
+   break;
+   case CHIP_POLARIS10:
+   if (type == CGS_UCODE_ID_SMU) {
+-  if ((adev->pdev->device == 0x67df) &&
+-  ((adev->pdev->revision == 0xe0) ||
+-   (adev->pdev->revision == 0xe3) ||
+-   (adev->pdev->revision == 0xe4) ||
+-   (adev->pdev->revision == 0xe5) ||
+-   (adev->pdev->revision == 0xe7) ||
++  if (((adev->pdev->device == 0x67df) &&
++   ((adev->pdev->revision == 0xe0) ||
++(adev->pdev->revision == 0xe3) ||
++(adev->pdev->revision == 0xe4) ||
++(adev->pdev->revision == 0xe5) ||
++(adev->pdev->revision == 0xe7) ||
++(adev->pdev->revision == 0xef))) 
||
++  ((adev->pdev->device == 0x6fdf) &&
+(adev->pdev->revision == 0xef))) {
+   info->is_kicker = true;
+   strcpy(fw_name, 
"amdgpu/polaris10_k_smc.bin");
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+index 0f16986ec5bc..4dd68d821353 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
 b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -500,6 +500,7 @@ static const struct pci_device_id pciidlist[] = {
+   {0x1002, 0x67CA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
+   {0x1002, 0x67CC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
+   {0x1002, 0x67CF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
++  {0x1002, 0x6FDF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS10},
+   /* Polaris12 */
+   {0x1002, 0x6980, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
+   {0x1002, 0x6981, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_POLARIS12},
+diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c 
b/drivers/gpu/drm/nouveau/nouveau_connector.c
+index 430830d63a33..2c6d19683688 100644
+--- a/drivers/gpu/drm/nouveau/nouveau_connector.c
 b/drivers/gpu/drm/nouveau/nouveau_connector.c
+@@ -570,12 +570,16 @@ nouveau_connector_detect(struct drm_connector 
*connector, bool force)
+   nv_connector->edid = NULL;
+   }
+ 
+-  /* Outputs are only polled while runtime active, so acquiring a
+-   * 

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

2018-09-29 Thread Jeroen Roovers
commit: f58dd73958f644927a4be9336c8cd1952ec5244a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 29 12:22:18 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 29 13:29:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58dd739

app-crypt/libmd: Add USE=static-libs

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

 app-crypt/libmd/libmd-1.0.0-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/app-crypt/libmd/libmd-1.0.0-r1.ebuild 
b/app-crypt/libmd/libmd-1.0.0-r1.ebuild
new file mode 100644
index 000..61a43ba2c9e
--- /dev/null
+++ b/app-crypt/libmd/libmd-1.0.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib
+
+DESCRIPTION="Message Digest functions from BSD systems"
+HOMEPAGE="https://www.hadrons.org/software/libmd/;
+SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
+
+LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="static-libs"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs; then
+   rm "${D}"/usr/$(get_libdir)/libmd.la || die
+   fi
+}



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

2018-09-29 Thread Mike Pagano
commit: 91096f1f9d194b12c50cdd353d1426538a0bd937
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 13:33:36 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 13:33:36 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=91096f1f

Linux patch 4.9.130

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |4 +
 1129_linux-4.9.130.patch | 1041 ++
 2 files changed, 1045 insertions(+)

diff --git a/_README b/_README
index cf72302..776fab9 100644
--- a/_README
+++ b/_README
@@ -559,6 +559,10 @@ Patch:  1128_linux-4.9.129.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.129
 
+Patch:  1129_linux-4.9.130.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.130
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1129_linux-4.9.130.patch b/1129_linux-4.9.130.patch
new file mode 100644
index 000..0ad7904
--- /dev/null
+++ b/1129_linux-4.9.130.patch
@@ -0,0 +1,1041 @@
+diff --git a/Makefile b/Makefile
+index 3f3c340374c5..b98e04a5e1e5 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 129
++SUBLEVEL = 130
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c
+index b9fc52556bcc..0b29a43e09c8 100644
+--- a/arch/x86/xen/pmu.c
 b/arch/x86/xen/pmu.c
+@@ -477,7 +477,7 @@ static void xen_convert_regs(const struct xen_pmu_regs 
*xen_regs,
+ irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id)
+ {
+   int err, ret = IRQ_NONE;
+-  struct pt_regs regs;
++  struct pt_regs regs = {0};
+   const struct xen_pmu_data *xenpmu_data = get_xenpmu_data();
+   uint8_t xenpmu_flags = get_xenpmu_flags();
+ 
+diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c 
b/drivers/gpu/drm/nouveau/nouveau_connector.c
+index 56c288f78d8a..5bfae1f972c7 100644
+--- a/drivers/gpu/drm/nouveau/nouveau_connector.c
 b/drivers/gpu/drm/nouveau/nouveau_connector.c
+@@ -271,12 +271,16 @@ nouveau_connector_detect(struct drm_connector 
*connector, bool force)
+   nv_connector->edid = NULL;
+   }
+ 
+-  /* Outputs are only polled while runtime active, so acquiring a
+-   * runtime PM ref here is unnecessary (and would deadlock upon
+-   * runtime suspend because it waits for polling to finish).
++  /* Outputs are only polled while runtime active, so resuming the
++   * device here is unnecessary (and would deadlock upon runtime suspend
++   * because it waits for polling to finish). We do however, want to
++   * prevent the autosuspend timer from elapsing during this operation
++   * if possible.
+*/
+-  if (!drm_kms_helper_is_poll_worker()) {
+-  ret = pm_runtime_get_sync(connector->dev->dev);
++  if (drm_kms_helper_is_poll_worker()) {
++  pm_runtime_get_noresume(dev->dev);
++  } else {
++  ret = pm_runtime_get_sync(dev->dev);
+   if (ret < 0 && ret != -EACCES)
+   return conn_status;
+   }
+@@ -354,10 +358,8 @@ detect_analog:
+ 
+  out:
+ 
+-  if (!drm_kms_helper_is_poll_worker()) {
+-  pm_runtime_mark_last_busy(connector->dev->dev);
+-  pm_runtime_put_autosuspend(connector->dev->dev);
+-  }
++  pm_runtime_mark_last_busy(dev->dev);
++  pm_runtime_put_autosuspend(dev->dev);
+ 
+   return conn_status;
+ }
+diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c 
b/drivers/gpu/drm/nouveau/nouveau_display.c
+index 6526a3366087..3ddd4096da2a 100644
+--- a/drivers/gpu/drm/nouveau/nouveau_display.c
 b/drivers/gpu/drm/nouveau/nouveau_display.c
+@@ -367,8 +367,6 @@ nouveau_display_hpd_work(struct work_struct *work)
+   pm_runtime_get_sync(drm->dev->dev);
+ 
+   drm_helper_hpd_irq_event(drm->dev);
+-  /* enable polling for external displays */
+-  drm_kms_helper_poll_enable(drm->dev);
+ 
+   pm_runtime_mark_last_busy(drm->dev->dev);
+   pm_runtime_put_sync(drm->dev->dev);
+@@ -391,15 +389,29 @@ nouveau_display_acpi_ntfy(struct notifier_block *nb, 
unsigned long val,
+ {
+   struct nouveau_drm *drm = container_of(nb, typeof(*drm), acpi_nb);
+   struct acpi_bus_event *info = data;
++  int ret;
+ 
+   if (!strcmp(info->device_class, ACPI_VIDEO_CLASS)) {
+   if (info->type == ACPI_VIDEO_NOTIFY_PROBE) {
+-  /*
+-   * This may be the only indication we receive of a
+-   * connector hotplug on a runtime suspended GPU,
+-   * schedule hpd_work to check.
+-   */
+-  schedule_work(>hpd_work);
++  ret = pm_runtime_get(drm->dev->dev);
++  if (ret == 1 || ret == -EACCES) {
++  /* 

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

2018-09-29 Thread Mike Pagano
commit: 256fa88d67f14d3a6ccc69d94cc038a01c2c9f56
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep 29 13:32:10 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep 29 13:32:10 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=256fa88d

Linux patch 4.4.159

Signed-off-by: Mike Pagano  gentoo.org>

 _README  |   4 +
 1158_linux-4.4.159.patch | 678 +++
 2 files changed, 682 insertions(+)

diff --git a/_README b/_README
index 7661927..9f263b4 100644
--- a/_README
+++ b/_README
@@ -675,6 +675,10 @@ Patch:  1157_linux-4.4.158.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.158
 
+Patch:  1158_linux-4.4.159.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.159
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1158_linux-4.4.159.patch b/1158_linux-4.4.159.patch
new file mode 100644
index 000..4bfdf07
--- /dev/null
+++ b/1158_linux-4.4.159.patch
@@ -0,0 +1,678 @@
+diff --git a/Makefile b/Makefile
+index d07a6283b67e..06d5c6a6a0f6 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 158
++SUBLEVEL = 159
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S
+index dccd0c2e9023..3028d9b028c7 100644
+--- a/arch/arm64/kernel/entry.S
 b/arch/arm64/kernel/entry.S
+@@ -649,6 +649,9 @@ work_pending:
+   bl  do_notify_resume
+   b   ret_to_user
+ work_resched:
++#ifdef CONFIG_TRACE_IRQFLAGS
++  bl  trace_hardirqs_off  // the IRQs are off here, 
inform the tracing code
++#endif
+   bl  schedule
+ 
+ /*
+diff --git a/arch/x86/xen/pmu.c b/arch/x86/xen/pmu.c
+index 724a08740a04..9c7358110d32 100644
+--- a/arch/x86/xen/pmu.c
 b/arch/x86/xen/pmu.c
+@@ -477,7 +477,7 @@ static void xen_convert_regs(const struct xen_pmu_regs 
*xen_regs,
+ irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id)
+ {
+   int err, ret = IRQ_NONE;
+-  struct pt_regs regs;
++  struct pt_regs regs = {0};
+   const struct xen_pmu_data *xenpmu_data = get_xenpmu_data();
+   uint8_t xenpmu_flags = get_xenpmu_flags();
+ 
+diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c 
b/drivers/gpu/drm/nouveau/nouveau_connector.c
+index ababdaabe870..1855b475cc0b 100644
+--- a/drivers/gpu/drm/nouveau/nouveau_connector.c
 b/drivers/gpu/drm/nouveau/nouveau_connector.c
+@@ -253,12 +253,16 @@ nouveau_connector_detect(struct drm_connector 
*connector, bool force)
+   nv_connector->edid = NULL;
+   }
+ 
+-  /* Outputs are only polled while runtime active, so acquiring a
+-   * runtime PM ref here is unnecessary (and would deadlock upon
+-   * runtime suspend because it waits for polling to finish).
++  /* Outputs are only polled while runtime active, so resuming the
++   * device here is unnecessary (and would deadlock upon runtime suspend
++   * because it waits for polling to finish). We do however, want to
++   * prevent the autosuspend timer from elapsing during this operation
++   * if possible.
+*/
+-  if (!drm_kms_helper_is_poll_worker()) {
+-  ret = pm_runtime_get_sync(connector->dev->dev);
++  if (drm_kms_helper_is_poll_worker()) {
++  pm_runtime_get_noresume(dev->dev);
++  } else {
++  ret = pm_runtime_get_sync(dev->dev);
+   if (ret < 0 && ret != -EACCES)
+   return conn_status;
+   }
+@@ -329,10 +333,8 @@ detect_analog:
+ 
+  out:
+ 
+-  if (!drm_kms_helper_is_poll_worker()) {
+-  pm_runtime_mark_last_busy(connector->dev->dev);
+-  pm_runtime_put_autosuspend(connector->dev->dev);
+-  }
++  pm_runtime_mark_last_busy(dev->dev);
++  pm_runtime_put_autosuspend(dev->dev);
+ 
+   return conn_status;
+ }
+diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
+index e4541c6bf3d3..4564ecf71181 100644
+--- a/drivers/hid/hid-core.c
 b/drivers/hid/hid-core.c
+@@ -2011,6 +2011,9 @@ static const struct hid_device_id 
hid_have_special_driver[] = {
+   { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_SONY, 
USB_DEVICE_ID_SONY_PS3_CONTROLLER) },
+   { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_PS4_CONTROLLER) 
},
+   { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_SONY, 
USB_DEVICE_ID_SONY_PS4_CONTROLLER) },
++  { HID_USB_DEVICE(USB_VENDOR_ID_SONY, 
USB_DEVICE_ID_SONY_PS4_CONTROLLER_2) },
++  { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_SONY, 
USB_DEVICE_ID_SONY_PS4_CONTROLLER_2) },
++  { HID_USB_DEVICE(USB_VENDOR_ID_SONY, 
USB_DEVICE_ID_SONY_PS4_CONTROLLER_DONGLE) },
+   { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE) 
},
+   { HID_USB_DEVICE(USB_VENDOR_ID_SONY, USB_DEVICE_ID_SONY_VAIO_VGP_MOUSE) 
},
+   { 

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

2018-09-29 Thread Jeroen Roovers
commit: e74fe46a5bedf11f3e96a143779d3fa20f18bb87
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 29 13:03:03 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 29 13:29:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74fe46a

app-arch/dpkg: Have USE=nls depend on virtual/libintl

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

 app-arch/dpkg/dpkg-1.19.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/dpkg/dpkg-1.19.1.ebuild b/app-arch/dpkg/dpkg-1.19.1.ebuild
index fba3abe2ea0..aeee78ed9f4 100644
--- a/app-arch/dpkg/dpkg-1.19.1.ebuild
+++ b/app-arch/dpkg/dpkg-1.19.1.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
bzip2? ( app-arch/bzip2 )
libmd? ( app-crypt/libmd )
lzma? ( app-arch/xz-utils )
+   nls? ( virtual/libintl )
selinux? ( sys-libs/libselinux )
zlib? ( >=sys-libs/zlib-1.1.4 )
 "



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

2018-09-29 Thread Jeroen Roovers
commit: 2afd01573212f560d787edda625e9af3cea14692
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 29 12:09:46 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 29 13:29:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afd0157

dev-libs/cl: Version 1.2.4.

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

 dev-libs/cl/Manifest|  1 +
 dev-libs/cl/cl-1.2.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/cl/Manifest b/dev-libs/cl/Manifest
index 019d3e89d01..63f8ca59f69 100644
--- a/dev-libs/cl/Manifest
+++ b/dev-libs/cl/Manifest
@@ -1 +1,2 @@
 DIST cl-1.2.3.tar.gz 137921 BLAKE2B 
66e79e60d9e5b16b7ff15ecfbccb928ce293a39ad72b403d885c676cd5eed0d1a08e7359a5f38bdfe22db485aacc314c0956585a04fdf3d2d6c10903b352172e
 SHA512 
aaa19700b1b54921ea8194e1b7fcb2dbb11f22c32108fd99d0cd9796c7524a49653dcc97c8c8b34f7739d0b972cbbc3cf61b929e342429b524b11df93e434863
+DIST cl-1.2.4.tar.gz 142258 BLAKE2B 
28d72842c092ceb81722769136e2282fdf7062f630eae0fb2097f4b2ae0690e41bb96d3fd947186d90b88a68982f5af03bf0cf0f6375304f6a1d05395f018701
 SHA512 
f7a7f24abf6c374b42f9aa809984c818ac2514d013ff224b3392b2b5df1ba75f2b393ad0bcd822c4118dd0034ed4e815f83041f0b2350ba71def1b33b42e8801

diff --git a/dev-libs/cl/cl-1.2.4.ebuild b/dev-libs/cl/cl-1.2.4.ebuild
new file mode 100644
index 000..060444f5d50
--- /dev/null
+++ b/dev-libs/cl/cl-1.2.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib
+
+DESCRIPTION="OpenCL bindings for Erlang"
+HOMEPAGE="https://github.com/tonyrog/cl;
+SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-lang/erlang-16
+   virtual/opencl
+   dev-util/rebar
+"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-${P}
+
+src_compile() {
+   rebar compile || die
+}
+
+src_install() {
+   ERLANG_DIR="/usr/$(get_libdir)/erlang/lib"
+   CL_DIR="${ERLANG_DIR}/${P}"
+   insinto "${CL_DIR}"
+   doins -r ebin src include c_src examples
+}



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

2018-09-29 Thread Jeroen Roovers
commit: cefb70ae42fa4a9001aa6783e6b6cb889a05b3d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 29 12:09:49 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 29 13:29:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefb70ae

app-crypt/libmd: Old.

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

 app-crypt/libmd/Manifest   |  1 -
 app-crypt/libmd/libmd-0.0.0.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/app-crypt/libmd/Manifest b/app-crypt/libmd/Manifest
index f25242c8b7b..2144e6d299f 100644
--- a/app-crypt/libmd/Manifest
+++ b/app-crypt/libmd/Manifest
@@ -1,2 +1 @@
-DIST libmd-0.0.0.tar.xz 252384 BLAKE2B 
00db5db91c35fc27a681977155eb18fee44f553911938abd4b57656a4b71c0de7014df0d8303d48b40b5fe688fb150e06a03ea44d089e4ea1f52ac4060ea7c84
 SHA512 
6677959b7725114d7ebb747e0746d2712fc9b65f688eb28fa931c9042cee10cda3de33a1496b0220141800e98cf923d95dd5a5f3c2b8a68c3e169ef9fdaa39ef
 DIST libmd-1.0.0.tar.xz 254852 BLAKE2B 
af0d3c645a18262965e708d678cb30c7ed168af8055885b08084fafd7299e9aaea95efb8437ffa756e43c5bb75fac99af067c6a560f3bb2b8b93ee889d5e664b
 SHA512 
54c3cae1308f7686a1f642d25ae5d8cfb0fce2b98b33cf5e2891682893715c7de7e9700c70a6bd7e4ab4cf7f54c87643b259319e09e03f529b70d273477fc8be

diff --git a/app-crypt/libmd/libmd-0.0.0.ebuild 
b/app-crypt/libmd/libmd-0.0.0.ebuild
deleted file mode 100644
index 28cdc290c7e..000
--- a/app-crypt/libmd/libmd-0.0.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Message Digest functions from BSD systems"
-HOMEPAGE="https://www.hadrons.org/software/libmd/;
-SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
-
-LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""



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

2018-09-29 Thread Jeroen Roovers
commit: a1c6db656f686a4de550f8d9bb33da1b4d5168de
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 29 12:49:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 29 13:29:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c6db65

app-crypt/libmd: Maintain.

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

 app-crypt/libmd/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-crypt/libmd/metadata.xml b/app-crypt/libmd/metadata.xml
index 7a38bb90096..8dc9c113fc6 100644
--- a/app-crypt/libmd/metadata.xml
+++ b/app-crypt/libmd/metadata.xml
@@ -1,5 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+
+deb-to...@gentoo.org
+
 



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

2018-09-29 Thread Jeroen Roovers
commit: 73b8142f97198f7189d80a5192996f08e4296c6d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 29 12:57:46 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 29 13:29:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b8142f

app-arch/dpkg: Version 1.19.1.

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

 app-arch/dpkg/Manifest   |  1 +
 app-arch/dpkg/dpkg-1.19.1.ebuild | 90 
 app-arch/dpkg/metadata.xml   |  1 +
 3 files changed, 92 insertions(+)

diff --git a/app-arch/dpkg/Manifest b/app-arch/dpkg/Manifest
index 832ba163aa0..224d399150f 100644
--- a/app-arch/dpkg/Manifest
+++ b/app-arch/dpkg/Manifest
@@ -1 +1,2 @@
 DIST dpkg_1.19.0.5.tar.xz 4557428 BLAKE2B 
99c31705bfad1cfa024366c788264f4e747a7143f87c581730797975303c1054003e41fd65ecf80df1dc053ba87c0e8449ec574ddcb158228b41ae57a23db18f
 SHA512 
60d7198ffe6ea759c30ad82143b3107d41ce59224b853cb5a7beb79af0de6ba6a69414c365e6b3555a0a9c60e3cf9b543a3a448d80a734be38ccecb77ae963a9
+DIST dpkg_1.19.1.tar.xz 4600848 BLAKE2B 
daadc95f0f66312e6012a5c9ce053dba055d87f766d8e9b9e99ed3eed59e83616b89cb2324fc61205bf4e22388cc0f9f62d191cbdd858250a50f7c6d141adf7d
 SHA512 
d2c745f8cc3db94be15ce3ef74f9317768b316d9bb96aac2c681c2f47433524774e0c2d5ff3daf6e7cc779e5ffc4ce96783de12802f32dab1d72022786ca6c20

diff --git a/app-arch/dpkg/dpkg-1.19.1.ebuild b/app-arch/dpkg/dpkg-1.19.1.ebuild
new file mode 100644
index 000..fba3abe2ea0
--- /dev/null
+++ b/app-arch/dpkg/dpkg-1.19.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib autotools toolchain-funcs
+
+DESCRIPTION="Package maintenance system for Debian"
+HOMEPAGE="https://packages.qa.debian.org/dpkg;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris 
~x86-solaris"
+IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode 
+update-alternatives +zlib"
+
+RDEPEND="
+   >=dev-lang/perl-5.14.2:=
+   bzip2? ( app-arch/bzip2 )
+   libmd? ( app-crypt/libmd )
+   lzma? ( app-arch/xz-utils )
+   selinux? ( sys-libs/libselinux )
+   zlib? ( >=sys-libs/zlib-1.1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   virtual/pkgconfig
+   nls? (
+   app-text/po4a
+   >=sys-devel/gettext-0.18.2
+   )
+   test? (
+   dev-perl/IO-String
+   dev-perl/Test-Pod
+   virtual/perl-Test-Harness
+   )
+"
+DOCS=(
+   ChangeLog
+   THANKS
+   TODO
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.18.12-dpkg_buildpackage-test.patch
+   "${FILESDIR}"/${PN}-1.18.12-flags.patch
+   "${FILESDIR}"/${PN}-1.18.12-rsyncable.patch
+)
+
+src_prepare() {
+   use nls && strip-linguas -i po
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+   econf \
+   $(use_enable nls) \
+   $(use_enable static-libs static) \
+   $(use_enable unicode) \
+   $(use_enable update-alternatives) \
+   $(use_with bzip2 libbz2) \
+   $(use_with libmd) \
+   $(use_with lzma liblzma) \
+   $(use_with selinux libselinux) \
+   $(use_with zlib libz) \
+   --disable-compiler-warnings \
+   --disable-dselect \
+   --disable-silent-rules \
+   --disable-start-stop-daemon \
+   --localstatedir="${EPREFIX}"/var
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+}
+
+src_install() {
+   default
+
+   keepdir \
+   /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} \
+   /var/lib/dpkg/{alternatives,info,parts,updates}
+#  /usr/$(get_libdir)/db/{alternatives,info,parts,updates} \
+
+   prune_libtool_files
+}

diff --git a/app-arch/dpkg/metadata.xml b/app-arch/dpkg/metadata.xml
index 029c83c9469..f7244bcd0e2 100644
--- a/app-arch/dpkg/metadata.xml
+++ b/app-arch/dpkg/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Debian Tools Project
 
 
+Use app-crypt/libmd library for message digest 
functions
 Install update-alternatives
 
 



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

2018-09-29 Thread Dirkjan Ochtman
commit: 503c6add60b33583610db927f40362ab4c4a66c3
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Thu Sep 20 09:22:23 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:21:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503c6add

dev-util/cargo: version bump to 0.30.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 dev-util/cargo/Manifest|  71 
 dev-util/cargo/cargo-0.30.0.ebuild | 229 +
 2 files changed, 300 insertions(+)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index 5093557b67f..8846b0f4d00 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -1,7 +1,9 @@
 DIST aho-corasick-0.5.3.crate 252052 BLAKE2B 
aba67d996b22c336165be78c89f53a2164605544f82587ceb1145bdb850326c2889d1bdcc3e95a6c5bb1dc0a996902130ab8425a7b0b88b38daffbfc9f58e309
 SHA512 
cc297b4882b869919edf9023ee2bd7100eb48709f6e7076fd26d1701dab3d8aa2cfb03752a764877cd92177ab7a4ce3dcdae76d16965eca2ff53667832afda31
 DIST aho-corasick-0.6.4.crate 25443 BLAKE2B 
b866fec3f2d7bf39152b30d4c95c921c3912c832cb5d7016c771bf19cb8bf02851ee942c891cc95f339b35c0545f9b45e26ce893486660b26227129aa7792b84
 SHA512 
0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65
 DIST aho-corasick-0.6.6.crate 26330 BLAKE2B 
dbdfcba15832736cf1ec65c9f93943e7ef368fc71e5545e1481788428ce1ebacaf87b4d045cb22695c1738ac6a0c579b38e886a461bd665b07898ca3a7f9e808
 SHA512 
6ac654a3e670ca53350ae6a4b21f7cc50335a42ac8557f34712575e9e9871991d29e45a45280f8c32a8a44340a54ac33585e7f1ab9b549462002e0ec24da2caa
+DIST aho-corasick-0.6.8.crate 26786 BLAKE2B 
877bac172514332ef3c607fa3c9b4708822543f69091b3151d31d9297306dbcb0b6ce9cf5ba02f3c08f5baff337e3525ada8f2240fd6aa12cce428694a36
 SHA512 
1adbce716a3082c3fcd3514c49af3872d926df14044767266707862c0ad7ee22848a6ce99903003c04a3e8f8cd91b38ec8ca5d4a2c9031bfec4c93cf71c15556
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST arrayvec-0.4.7.crate 22946 BLAKE2B 
93d17ae9e706969e319980b4e00dd0a6c040c8d62cd41d1de34ab997e28798329e00d3dc3893da45ce5bc066fcf70dd5d8e98a79fbac8fc06d33a073a97b7b89
 SHA512 
195faecd7709eb908227cda7111e1b736ecf96120f9b615f1dc0a9a1cc61947e2ad4fedc7fc81d14405b51a4c8a216f81b8ed1d1d603a9fa451a38b4637e2bae
 DIST atty-0.2.10.crate 5962 BLAKE2B 
36a2fe57eb500124f20464a7d67f86bc6270c2143f8273683011599adee180ee71fb0ea565c38171b9d471479d63041e4bbba4f713dfb92239b7d298e9d89e7e
 SHA512 
76cbf960475073101d617bdaf12ed1e93dfdd96e22182674e1ec04c955fb1de2e3aa132345c50a1bebc579932d43c74c9aac64ae64107e98648a0f1f6562285b
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST atty-0.2.8.crate 5708 BLAKE2B 
e88f1155f51dd36eb38364994eeffc84683b43b8010909e058d9fd80fa492092ed49d6d05b5b7d10fd2585191dd1b6efdccf30be298f53dcb832027fd6187508
 SHA512 
d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195
@@ -12,9 +14,11 @@ DIST backtrace-0.3.7.crate 28432 BLAKE2B 
5478adb8e5a028a5d5af62b2f6522c2a7bee65b
 DIST backtrace-0.3.9.crate 31054 BLAKE2B 
5d90d098d149198eabe4665b1eb2cf41c5f392ddc1c5cc499047dd72533d79b679943781445f7d86f269a15d3f8ca2775dfe89123935d32ccef4b8151547283e
 SHA512 
edb485ad27d19e0cccea123cc6a9db5b3222831e48722d8fcec7349fd1c4b62b67ab1f488fea4973da82c8f17a86aeba4ea8f2fc1aa60f6528833cda39efa637
 DIST backtrace-sys-0.1.16.crate 283418 BLAKE2B 
d15f9c692dd805c61dbd219c70f0b47bb6d2a18bdb2657bd5b5bf6f94f1df621f6be56e2774d2d5d218f044c1358b1af4251705123c5d48ce5575ff3a2f3b50a
 SHA512 
2fd32fee7c13d1c83be5e86341a4c1c0da06876a73a9fb74c680994132510eac9a3444144c97ddcb78919da044e628650d604a20a06ca7852289168da8d754b4
 DIST backtrace-sys-0.1.23.crate 522263 BLAKE2B 
fa5f2e1929dd4a0fd0c38abb52fee514315e4d8711b17cb880cd78007ef82093796e9249e73fa0296455810059ee4fe9e09ba05c5d2c0a9dde206ab601816455
 SHA512 
29c3f317ba7907e8cf0f23990f450e0d3a0ba27479c3c7bbedaa3bd3aef177eea6e8393bc1051a60f2e18fff6d329790f2706eddc27bf6558ebc2d05e0f173fc
+DIST backtrace-sys-0.1.24.crate 522332 BLAKE2B 
aebfee4b257b44ce127f3bc13d7622dcb0d6cb4c1e73d504b8d77b6c0b1ed47e7ca310cb6b41798cd13e6589739c352d9e33072e20fae0547d292312604a27d9
 SHA512 
7e7b279bbe5f3d8bc2ff3234df11d7b08cb09209c861c24b3fa67dcd89699bd80a6fbf93d3b0b287544f73792983172bfb5e5c86caedee59f09ee66d259fd0c7
 DIST bitflags-0.9.1.crate 12406 BLAKE2B 

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

2018-09-29 Thread Dirkjan Ochtman
commit: 2c45b2b04a2ab980615e660872c8cf9f371a6843
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 13:09:33 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:22:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c45b2b0

dev-lang/rust-bin: version bump to 1.29.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 dev-lang/rust-bin/Manifest   |   6 ++
 dev-lang/rust-bin/metadata.xml   |   1 +
 dev-lang/rust-bin/rust-bin-1.29.1.ebuild | 176 +++
 3 files changed, 183 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 55be30adaab..559e4a78b2e 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -19,3 +19,9 @@ DIST rust-1.28.0-arm-unknown-linux-gnueabihf.tar.xz 104992084 
BLAKE2B df97766d7a
 DIST rust-1.28.0-armv7-unknown-linux-gnueabihf.tar.xz 105144132 BLAKE2B 
d9e0791c7dc77ade26d383a5c57117a2b7b50c6a523b31fbf604c0b779c966c504f85c718353f2e581bfe8a228369671a8b731f808bc0133ad3fad61f853
 SHA512 
9142110e0c24657aca41468648d9364c2e6fce60b08ca7113c944a53701fc5a309481a8fdd5845b229bcc750ccad63af561d452c3a3a0727ab1ca7a461b06d3d
 DIST rust-1.28.0-i686-unknown-linux-gnu.tar.xz 136925948 BLAKE2B 
85d9239533920c3f16d7c61bada0caeabceceade29032b70bb4562bfd04fa0158cdd85b8a0a1119506416fa5916ade8a0466bf6c10da457299a6319aa25f9dd6
 SHA512 
ffdfab46db14f07354b553e02fdb9dc6602c2c52b78d8f17c499f4ddb1e257aa53479df836eb3f06a2548d34296b0277cdb6b4c6f3cec57265823df22752c135
 DIST rust-1.28.0-x86_64-unknown-linux-gnu.tar.xz 134120432 BLAKE2B 
56fb79a98659d9c8e56b8eef87dea3302ee5901bc4507d1c204628370b20cf34b2875c9586faa0acc2bc2b1a5beedeb9b5ba199cfb85d52f268f084a02f04f27
 SHA512 
4f427c11a9cd22aedd01bd7ed5bee2ba5e00a27db25af4f596cf8627d88eff8e72625eb83729d2e6c6780aaffd44c0e7065a1c8fa22f4899349b72c726cf6a5f
+DIST rust-1.29.1-aarch64-unknown-linux-gnu.tar.xz 100127240 BLAKE2B 
32bebfcb3fe9c12bc0404d1a7980d09a3e96117d93eccc3f76601a4a06ff5ab9d4627bc50ce00b6c69723379a2ebf3e3f25b9724b1bd2dc00c001b28fd70b916
 SHA512 
fae658f99069b599e3ec17e5a6b80f3c726937dd4751e375a003583ac6feeeb5f68bdd9e55c8ab84a0974607a45e08eaaad9e373f5a9b4bc172d2c986664d671
+DIST rust-1.29.1-arm-unknown-linux-gnueabi.tar.xz 105764732 BLAKE2B 
552c0df65a1ca1ff094d25ddbdaf6e50b4faa1123677b796eb6a5aec2f8cba7f9ede9611aa2e7ffd7c4e39d578f166e73e4c9916a8db7a7652b006364ea78601
 SHA512 
cd5ea55b3c4f67deeb9a2688fea6800ebac1bbabfa5ce8d37f6ca0c1628cde9770831a0ec894309ca86dfed9faa3949c479e5b546abfaebcc6431f7709f487b2
+DIST rust-1.29.1-arm-unknown-linux-gnueabihf.tar.xz 106051860 BLAKE2B 
65d9a5f75540cdfedf89ebbe30f04fce964a3e1d27479a8393924c5b6a1cd77883c7d54b9e1634378febe6a2ec3ec04f6ba403e15afc43e6cc5b32902932ba57
 SHA512 
aea98cbe613abf8fbba45806356a26776bc369c4100658fc613bf730d7f7ed6aeb413cbfefa5eb77da80008dce95264b8bcbe420804b32ad577c5821203fe151
+DIST rust-1.29.1-armv7-unknown-linux-gnueabihf.tar.xz 106372416 BLAKE2B 
25371071e52a585c3f0b99f5849cf674aedd6d024ce75f6bf7b0d88f485d715b42d6a0f5eb8871890240d1c2488d7ad75c8ac7b4b22dd88e3ce2d049d35ae8ee
 SHA512 
0067476eb0972998cee33f27d8fd6ef51c497bd6edbbd8a289fcf768da525805646569ed029318d4be6ecb6aece6669e3554eb30a14e1d31f2a3e7d5896b14c3
+DIST rust-1.29.1-i686-unknown-linux-gnu.tar.xz 150811536 BLAKE2B 
97d268cbbb5485d8efde108462bb0086ed9428a9b7ba8136dac764cd871a39d9503f6b928ce5fd9f1cdbf20dd109877f4404cb4522ccb2d37bfd55b15664
 SHA512 
8dc2a3b7fb1eef4b009541c473b767d07ab1136b933495b22e3fa56925def80b141b4801ce362ce9986a559fda4299fea35dd4bd7209dc1b3425b44421605df8
+DIST rust-1.29.1-x86_64-unknown-linux-gnu.tar.xz 148184680 BLAKE2B 
be64a44619807be3151162e45cefe79242e965277606b7aac4f0456d34e4cb526b1779c327499c47c484a830c4c566ab1aeaef30cf17ae7d2bdc89ecbf1f5de5
 SHA512 
69809c2ae77be6a1f71a5f14cea74dee6ac59bb548bc8ed454819ce3db38146ad64b83a6bf2a6d5cea68c807bc8ecf6c7929c4f8365b419e40a23022074efa16

diff --git a/dev-lang/rust-bin/metadata.xml b/dev-lang/rust-bin/metadata.xml
index 3407a1ae8de..5252c49ea5c 100644
--- a/dev-lang/rust-bin/metadata.xml
+++ b/dev-lang/rust-bin/metadata.xml
@@ -7,6 +7,7 @@
   
   
 Install cargo component
+Install clippy component
 Install rustfmt component
   
 

diff --git a/dev-lang/rust-bin/rust-bin-1.29.1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
new file mode 100644
index 000..857b9fca313
--- /dev/null
+++ b/dev-lang/rust-bin/rust-bin-1.29.1.ebuild
@@ -0,0 +1,176 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils bash-completion-r1 versionator toolchain-funcs
+
+MY_P="rust-${PV}"
+
+DESCRIPTION="Systems programming language from Mozilla"
+HOMEPAGE="https://www.rust-lang.org/;
+SRC_URI="amd64? ( 
https://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.xz )
+   arm? (
+   

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

2018-09-29 Thread Dirkjan Ochtman
commit: 8bf6f4e40b36aaa453359585576c42fe50c4494a
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 13:12:36 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:22:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf6f4e4

virtual/rust: version bump to 1.29.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 virtual/rust/rust-1.29.1.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild
new file mode 100644
index 000..fa78c78a3e7
--- /dev/null
+++ b/virtual/rust/rust-1.29.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"



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

2018-09-29 Thread Dirkjan Ochtman
commit: 9302e0ccc9521d8a0cf401431c62218015efb370
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Thu Sep 20 09:20:12 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:21:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9302e0cc

cargo.eclass: restrict pretag pattern to allow extended versions

This is needed for openssl-src, which has a version like 110.0.7+1.1.0i.

Signed-off-by: Dirkjan Ochtman  gentoo.org>

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

diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index a15dfa9f30c..bb27aa315ee 100644
--- a/eclass/cargo.eclass
+++ b/eclass/cargo.eclass
@@ -39,7 +39,7 @@ cargo_crate_uris() {
local name version url pretag
name="${crate%-*}"
version="${crate##*-}"
-   pretag="[a-zA-Z]+"
+   pretag="^[a-zA-Z]+"
if [[ $version =~ $pretag ]]; then
version="${name##*-}-${version}"
name="${name%-*}"



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

2018-09-29 Thread Dirkjan Ochtman
commit: 837dfce8560d51e153e8c5bd900c1a587fd31825
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 12:46:57 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:21:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837dfce8

dev-lang/rust: version bump to 1.29.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 dev-lang/rust/Manifest   |   4 +
 dev-lang/rust/metadata.xml   |   1 +
 dev-lang/rust/rust-1.29.1.ebuild | 290 +++
 3 files changed, 295 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index e7a6c0abd82..bdc1d4db5b4 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -10,7 +10,11 @@ DIST rust-1.26.2-x86_64-unknown-linux-gnu.tar.xz 138609432 
BLAKE2B 54507a8ce3ab2
 DIST rust-1.27.2-aarch64-unknown-linux-gnu.tar.xz 94186748 BLAKE2B 
7e8f46128a7638217ef63caf479e1a6d9ebde7a225b7dad55082eb06e0206f0b1a5efa65badb15127a456ddc39702482407bbb9171a11397a31bc7c85d2cbcfa
 SHA512 
84022350f1e8fc34a353a09848333424a557ddea3b9445a1a5fc9d2f2abced942154e80888ab4091174d6d83c6766f583ef240ab2e2233de5d536633d2765040
 DIST rust-1.27.2-i686-unknown-linux-gnu.tar.xz 144776012 BLAKE2B 
98883f45637adf0920543da8951f29bf5ab11d1f39e9f4154b77e882eadce26ec5e8ed3e9bdcf560f8009fbaab4b7255ba8eb8eeb8beadad39ec6fa74b6dde45
 SHA512 
e17960120bdd18a527c0783ce8ca8d76cdc9b436f36a73a82fd2ea709b253f33feeb88310fab7a86305bad403eb5dad7ea43d0e5bc5ad1e3847f29e85040303a
 DIST rust-1.27.2-x86_64-unknown-linux-gnu.tar.xz 144218956 BLAKE2B 
40834086f211dd64ec76be37eb477697ff44783f261f0b9bfc10b46cc340cf3c15adf80d39a9df642b4985ea1239ad7f1d1803a44f3bd3d53f073bdc38a1de0e
 SHA512 
14861392dad81d2c040d0deb64d5dd34652d5cc2875e404609a0f13c8fb6bdc38f9bc7b1e309829365a00c42b610f2b7a73cffa232ecfdf0618b5508a8667198
+DIST rust-1.28.0-aarch64-unknown-linux-gnu.tar.xz 98937652 BLAKE2B 
836d3dd4e583fa50dd317c3bea56257e6ea19defdb38c16be6debb2854e147c8a92c4832263e4ac314136022a176526fe7d3774a3c5a84cd8d364cd2a1532860
 SHA512 
8d9acbc90ddaa1e0de0234a21798b19b5365ea371a12f9a143c6ebacbb48f57344da6e827e867513be502bce2801de27a0dbbacdf8618c653aeb58026b6c469c
+DIST rust-1.28.0-i686-unknown-linux-gnu.tar.xz 136925948 BLAKE2B 
85d9239533920c3f16d7c61bada0caeabceceade29032b70bb4562bfd04fa0158cdd85b8a0a1119506416fa5916ade8a0466bf6c10da457299a6319aa25f9dd6
 SHA512 
ffdfab46db14f07354b553e02fdb9dc6602c2c52b78d8f17c499f4ddb1e257aa53479df836eb3f06a2548d34296b0277cdb6b4c6f3cec57265823df22752c135
+DIST rust-1.28.0-x86_64-unknown-linux-gnu.tar.xz 134120432 BLAKE2B 
56fb79a98659d9c8e56b8eef87dea3302ee5901bc4507d1c204628370b20cf34b2875c9586faa0acc2bc2b1a5beedeb9b5ba199cfb85d52f268f084a02f04f27
 SHA512 
4f427c11a9cd22aedd01bd7ed5bee2ba5e00a27db25af4f596cf8627d88eff8e72625eb83729d2e6c6780aaffd44c0e7065a1c8fa22f4899349b72c726cf6a5f
 DIST rustc-1.25.0-src.tar.gz 98639156 BLAKE2B 
1408d5dd0611d4830de3b6b3d00e3fad4198a47599b639d0ac0bd05aaba401f743056a942e9df04a4d192c6b12e8cfe9a9cdf8cd26e48b72104ce9b423df049e
 SHA512 
7d8886f4d5a621eb794e814deb60be681fa38cf086f87ffa14e5a3500c640b237c549a632de1331a0f1b71963de41f6d31a4df3866b7e597424002316fed81ce
 DIST rustc-1.26.2-src.tar.xz 54613640 BLAKE2B 
f361b7a0ed40ccb026750b4a70b99931f1abf52024e907b588e339902de2fbbd15501d237ac048d0537005834b0a2f49935f654a8c75d40ed95c65894f611481
 SHA512 
a598858ddce0e05d1d431be383400f44fc551eb2e368f37b01670c0b65ea5da6a7d5b2b68bb6ef806d2107cfa0d5007008442ad4d5ddb17d18d04e0ab31600b0
 DIST rustc-1.27.1-src.tar.xz 55458892 BLAKE2B 
9c5cec24760afdcee51fb0ba8d2289b92d34de57e97e57f2e5dc129674edab4a595ab5756c789b5de15bdd5107363f12a517169cedc7c3093fa0241d200ca3ab
 SHA512 
4a8c03476ca1867a1130b825724ecb6bd629b889d704fdd6c3de4e188f73e2d1acdfae413f26e37505d76109d23d8e9ab409b31af3d67d244f8552730ada292d
 DIST rustc-1.28.0-src.tar.xz 55838968 BLAKE2B 
1ff1f54dbae8c6481a6467d35b7c7dc340eba5e8c34f08ecb7b2300239c98a70c8459dacb8c8932ab6d9b3e2770e5b3508e23db7b01ff6014b7dbc076cf1de94
 SHA512 
a4885cd42a1006738cca2f0d8c0d5e4fd4014fc4629cbf691935bd36ffb896c553717022e67532359b5f1bd8e5050fc38b9dffed7c45cc76f7089ec134dfb980
+DIST rustc-1.29.1-src.tar.xz 61937676 BLAKE2B 
6a60249538e1ec62471f4d0e3fc31c0a648433aa6f85ca7341657ea07772e338eb92a629941685808f4b80e84cb025d78aee9d0d6fa71c6635a1647c61bca9bc
 SHA512 
1ded651b4c460e11e5e44c26de88a80fb13c297de2ee1e5af89638e12a7e8f43dd756689d4cc4fad45c52d4d43a3c70dd6a3ae550735b9dad5f8defea6a7

diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
index 88d11733609..8b63f5a12fc 100644
--- a/dev-lang/rust/metadata.xml
+++ b/dev-lang/rust/metadata.xml
@@ -9,6 +9,7 @@
 Build and install rls, rustfmt and cargo
 alongside the compiler and stdlib
 Install cargo component
+Install clippy component
 Use dev-libs/jemalloc as the
 standard memory allocator
 Install rls component

diff --git a/dev-lang/rust/rust-1.29.1.ebuild b/dev-lang/rust/rust-1.29.1.ebuild
new file mode 

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

2018-09-29 Thread Dirkjan Ochtman
commit: df4c8351cc7f06f994653ed9035d77d0dcb48cc3
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 13:17:08 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:22:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4c8351

profiles: mask rust{,-bin} clippy flag

Bug: https://bugs.gentoo.org/667286

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 profiles/base/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 911da73221c..7ebcd86cfe0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Dirkjan Ochtman  (29 Sep 2018)
+# Clippy is broken for now, can't find libraries (bug 667286)
+dev-lang/rust clippy
+dev-lang/rust-bin clippy
+
 # Virgil Dupras  (26 Sep 2018)
 # Server feature in paramiko is patched out for security reasons. It can
 # be re-enabled with the 'server' USE flag, but this flag is hard



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

2018-09-29 Thread Dirkjan Ochtman
commit: 07c8ed6260232bc1881d318f0793fe7525f0a255
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 13:11:43 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:22:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c8ed62

virtual/cargo: version bump to 1.29.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 virtual/cargo/cargo-1.29.1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/virtual/cargo/cargo-1.29.1.ebuild 
b/virtual/cargo/cargo-1.29.1.ebuild
new file mode 100644
index 000..e05ec4b3130
--- /dev/null
+++ b/virtual/cargo/cargo-1.29.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
+
+RDEPEND="|| (
+   =dev-lang/rust-${PV}*[cargo]
+   =dev-lang/rust-bin-${PV}*[cargo]
+   =dev-util/cargo-${CARGO_DEPEND_VERSION}*
+   )"



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

2018-09-29 Thread Dirkjan Ochtman
commit: f2962e61955c40bc8c1b637f66e76e27755fc1b6
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Sep 29 13:19:55 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Sep 29 13:22:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2962e61

profiles: mask rust docs on arm64

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

Signed-off-by: Dirkjan Ochtman  gentoo.org>

 profiles/arch/arm64/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index d76abd4d25c..95cc57c20c5 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Dirkjan Ochtman  (29 Sep 2018)
+# Upstream doesn't build docs for tier 2 and lower architectures.
+# Bug #660512.
+dev-lang/rust doc
+
 # Michał Górny  (20 Sep 2018)
 # dev-libs/libpfm not keyworded here (and unclear if it supports ARM64).
 # Bug #51.



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

2018-09-29 Thread Michał Górny
commit: 5bc3124d9888365ff6ba9f1d86990916df3c633d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 10:54:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 10:54:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc3124d

app-admin/conky: nvidia-settings is no more

Signed-off-by: Michał Górny  gentoo.org>

 app-admin/conky/conky-1.10.8-r1.ebuild | 2 +-
 app-admin/conky/conky-1.10.8-r2.ebuild | 2 +-
 app-admin/conky/metadata.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/conky/conky-1.10.8-r1.ebuild 
b/app-admin/conky/conky-1.10.8-r1.ebuild
index c04dd008d30..2abe62d83a0 100644
--- a/app-admin/conky/conky-1.10.8-r1.ebuild
+++ b/app-admin/conky/conky-1.10.8-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND_COMMON="
lua-rsvg? (
>=dev-lua/toluapp-1.0.93
gnome-base/librsvg )
-   nvidia? ( || ( x11-drivers/nvidia-drivers[tools,static-libs] 
media-video/nvidia-settings ) )
+   nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )
truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
x11-libs/libX11
x11-libs/libXdamage

diff --git a/app-admin/conky/conky-1.10.8-r2.ebuild 
b/app-admin/conky/conky-1.10.8-r2.ebuild
index 7b5070f6df1..f89d75399a9 100644
--- a/app-admin/conky/conky-1.10.8-r2.ebuild
+++ b/app-admin/conky/conky-1.10.8-r2.ebuild
@@ -29,7 +29,7 @@ DEPEND_COMMON="
lua-rsvg? (
>=dev-lua/toluapp-1.0.93
gnome-base/librsvg )
-   nvidia? ( || ( x11-drivers/nvidia-drivers[tools,static-libs] 
media-video/nvidia-settings ) )
+   nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )
truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
x11-libs/libX11
x11-libs/libXdamage

diff --git a/app-admin/conky/metadata.xml b/app-admin/conky/metadata.xml
index 3bdd546109e..39b227e7892 100644
--- a/app-admin/conky/metadata.xml
+++ b/app-admin/conky/metadata.xml
@@ -29,7 +29,7 @@
Enable monitoring of music played by 
media-sound/moc
Enable monitoring of music controlled by 
media-sound/mpd
Enable syntax highlighting for 
app-editors/nano
-   Enable reading of nvidia card temperature 
sensors via media-video/nvidia-settings
+   Enable reading of nvidia card temperature 
sensors via media-video/nvidia-drivers
Enable support for tcp (ip4) port 
monitoring
Enable support for IBM/Lenovo 
notebooks
Enable support for metar weather 
service



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

2018-09-29 Thread Michał Górny
commit: 5ed752824e9b885f4645eab68186ffe18aa0e93d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 10:55:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 10:55:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed75282

media-video/vdr: Remove obsolete pkgref to vdr-rotor

Signed-off-by: Michał Górny  gentoo.org>

 media-video/vdr/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vdr/metadata.xml b/media-video/vdr/metadata.xml
index 62b1c32b1a8..8ebb4b08a51 100644
--- a/media-video/vdr/metadata.xml
+++ b/media-video/vdr/metadata.xml
@@ -23,7 +23,7 @@
permanent timeshift by recording 
live TV on RAM, need plugin =mediaplugins/vdr-permashift-1
Support for 
media-plugins/vdr-pin
rreset resume of EOF
-   Enable support for plugin 
media-plugins/vdr-rotor for dish-positioner.
+   Enable support for plugin vdr-rotor for 
dish-positioner.
support for 
media-plugins/vdr-ttxtsubs
replacement for the liemikuutio 
patch, adds some nice must haves features
Replace original icon set in 
menu



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

2018-09-29 Thread Michał Górny
commit: 2716879722854bcd457b1ceb7025db16f4f2a179
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Sep  5 21:20:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 10:43:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27168797

net-misc/mcproxy: New package

Closes: https://bugs.gentoo.org/665314
Signed-off-by: Conrad Kostecki  kostecki.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9787

 net-misc/mcproxy/Manifest  |  1 +
 .../mcproxy/files/fix_checksum_calculation.patch   | 41 
 net-misc/mcproxy/files/mcproxy.confd   |  5 ++
 net-misc/mcproxy/files/mcproxy.initd   | 27 +++
 net-misc/mcproxy/files/mcproxy.service | 10 
 net-misc/mcproxy/mcproxy-1.1.1.ebuild  | 55 ++
 net-misc/mcproxy/metadata.xml  | 29 
 7 files changed, 168 insertions(+)

diff --git a/net-misc/mcproxy/Manifest b/net-misc/mcproxy/Manifest
new file mode 100644
index 000..b3c14ff5c82
--- /dev/null
+++ b/net-misc/mcproxy/Manifest
@@ -0,0 +1 @@
+DIST mcproxy-1.1.1.tar.gz 3373209 BLAKE2B 
0b54f7c20b9d6d66c5b88daeaa00901918057b449b932656355303a83c4e4f1feb370de0c55e55484b9bafc63bfd82b8ef8179144529f3074e3d94e147cc8ff5
 SHA512 
408bc27169c9c90080c7842aaeaf260d5349b735e017d1750118f190124f48743fbf15fc05eee16290e38cc2f752e27b28548714a3d0cd2366dfc53dafcda0bb

diff --git a/net-misc/mcproxy/files/fix_checksum_calculation.patch 
b/net-misc/mcproxy/files/fix_checksum_calculation.patch
new file mode 100644
index 000..2cbfb6590b7
--- /dev/null
+++ b/net-misc/mcproxy/files/fix_checksum_calculation.patch
@@ -0,0 +1,41 @@
+From 93b5ace42268160ebbfff4c61818fb15fa2d9b99 Mon Sep 17 00:00:00 2001
+From: Sebastian Woelke 
+Date: Thu, 24 Aug 2017 14:41:50 +0200
+Subject: [PATCH] Fix checksum calculation
+
+---
+ mcproxy/src/utils/mroute_socket.cpp | 14 ++
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
+diff --git a/mcproxy/src/utils/mroute_socket.cpp 
b/mcproxy/src/utils/mroute_socket.cpp
+index 61289dd..3a55359 100644
+--- a/src/utils/mroute_socket.cpp
 b/src/utils/mroute_socket.cpp
+@@ -157,17 +157,23 @@ u_int16_t mroute_socket::calc_checksum(const unsigned 
char* buf, int buf_size) c
+ 
+ u_int16_t* b = (u_int16_t*)buf;
+ int sum = 0;
++int csum;
+ 
+ for (int i = 0; i < buf_size / 2; i++) {
+-ADD_SIGNED_NUM_U16(sum, b[i]);
+-//sum +=b[i];
++sum +=b[i];
+ }
+ 
+ if (buf_size % 2 == 1) {
+-//sum += buf[buf_size-1];
+-ADD_SIGNED_NUM_U16(sum, buf[buf_size - 1]);
++sum += buf[buf_size-1];
+ }
+ 
++// fold checksum 
++csum = sum & 0x;
++sum = sum >> 16;
++sum += csum;
++// fold again in case of overflow.
++sum += sum >> 16;
++
+ return ~sum;
+ }
+ 

diff --git a/net-misc/mcproxy/files/mcproxy.confd 
b/net-misc/mcproxy/files/mcproxy.confd
new file mode 100644
index 000..908bc353d4d
--- /dev/null
+++ b/net-misc/mcproxy/files/mcproxy.confd
@@ -0,0 +1,5 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Additional command line options
+# MCPROXY_OPTS=""

diff --git a/net-misc/mcproxy/files/mcproxy.initd 
b/net-misc/mcproxy/files/mcproxy.initd
new file mode 100644
index 000..44efd721c54
--- /dev/null
+++ b/net-misc/mcproxy/files/mcproxy.initd
@@ -0,0 +1,27 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+config="/etc/${RC_SVCNAME}.conf"
+extra_commands="checkconfig"
+name="Mcproxy"
+pidfile="/run/${RC_SVCNAME}.pid"
+
+command="mcproxy"
+command_background="true"
+command_args="${MCPROXY_OPTS} -f ${config}"
+command_args_checkconfig="-c"
+procname="${RC_SVCNAME}"
+
+checkconfig() {
+   ${command} ${command_args_checkconfig}
+}
+
+start_pre() {
+   if [ ! -f "${config}" ]; then
+   eerror "Please create ${config} before starting ${name}!"
+   return 1
+   else
+   return 0
+   fi
+}

diff --git a/net-misc/mcproxy/files/mcproxy.service 
b/net-misc/mcproxy/files/mcproxy.service
new file mode 100644
index 000..0bad0f19cc8
--- /dev/null
+++ b/net-misc/mcproxy/files/mcproxy.service
@@ -0,0 +1,10 @@
+[Unit]
+After=network-online.target
+Description=Mcproxy
+
+[Service]
+ExecStart=/usr/bin/mcproxy -f /etc/mcproxy.conf
+Type=simple
+
+[Install]
+WantedBy=network.target

diff --git a/net-misc/mcproxy/mcproxy-1.1.1.ebuild 
b/net-misc/mcproxy/mcproxy-1.1.1.ebuild
new file mode 100644
index 000..463944737b3
--- /dev/null
+++ b/net-misc/mcproxy/mcproxy-1.1.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+

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

2018-09-29 Thread Alon Bar-Lev
commit: ec297f8b3ba105e80c1666ef78d3cef841ae9146
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Sep 29 10:14:12 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Sep 29 10:40:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec297f8b

net-libs/gnutls: add autogen to BDEPEND

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev  gentoo.org>

 net-libs/gnutls/gnutls-3.5.19-r1.ebuild | 1 +
 net-libs/gnutls/gnutls-3.6.3.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-libs/gnutls/gnutls-3.5.19-r1.ebuild 
b/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
index f9231e34b26..1635d976bdf 100644
--- a/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
@@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
seccomp? ( sys-libs/libseccomp )
)"
 BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   tools? ( sys-devel/autogen )
valgrind? ( dev-util/valgrind )
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )

diff --git a/net-libs/gnutls/gnutls-3.6.3.ebuild 
b/net-libs/gnutls/gnutls-3.6.3.ebuild
index f5e8e131dfa..fefc8766f6a 100644
--- a/net-libs/gnutls/gnutls-3.6.3.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.3.ebuild
@@ -34,6 +34,7 @@ DEPEND="${RDEPEND}
seccomp? ( sys-libs/libseccomp )
)"
 BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   tools? ( sys-devel/autogen )
valgrind? ( dev-util/valgrind )
doc? ( dev-util/gtk-doc )
nls? ( sys-devel/gettext )



[gentoo-commits] repo/gentoo:master commit in: dev-java/spring-aop/, dev-java/spring-instrument/, dev-java/spring-beans/, ...

2018-09-29 Thread Michał Górny
commit: fe2b5d8efef5a681b8b1576bb88467b3fa11411c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 10:20:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 10:22:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2b5d8e

dev-java/spring-*: Remove last-rited packages

Signed-off-by: Michał Górny  gentoo.org>

 dev-java/spring-aop/Manifest   |   2 -
 dev-java/spring-aop/metadata.xml   |  18 
 dev-java/spring-aop/spring-aop-3.2.4.ebuild|  72 --
 dev-java/spring-beans/Manifest |   2 -
 dev-java/spring-beans/metadata.xml |  18 
 dev-java/spring-beans/spring-beans-3.2.4.ebuild|  63 
 dev-java/spring-core/Manifest  |   2 -
 dev-java/spring-core/metadata.xml  |  18 
 dev-java/spring-core/spring-core-3.2.4.ebuild  |  83 
 dev-java/spring-expression/Manifest|   2 -
 dev-java/spring-expression/metadata.xml|  18 
 .../spring-expression-3.2.4.ebuild |  60 
 dev-java/spring-instrument/Manifest|   2 -
 .../files/spring-instrument-3.2.4-build.xml| 109 -
 dev-java/spring-instrument/metadata.xml|  18 
 .../spring-instrument-3.2.4.ebuild |  61 
 profiles/package.mask  |  11 ---
 17 files changed, 559 deletions(-)

diff --git a/dev-java/spring-aop/Manifest b/dev-java/spring-aop/Manifest
deleted file mode 100644
index f63921fef4c..000
--- a/dev-java/spring-aop/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST spring-framework-3.2.4-buildscripts.tar.bz2 2894 BLAKE2B 
da3bc9130a054c874303fa10d796566cc1a7a043adce0aa15fdcf67b4bb529a97af9611357f3a8c2e192b0bf89fa0e2877416d19a1a742891de74d2b7acac1a2
 SHA512 
003551ffd37501c8b8dceba7ca484709cdf05f96c893d35c33161288770d72f70c092917f79216aa71742e045cb71ddcb17e6b58a2221fe2c153a70e5e0346b9
-DIST spring-framework-3.2.4.tar.gz 8925304 BLAKE2B 
ecc8b52f8dad35f7118f1231355f71a2f1e89afe4d1105afe3878e9f9150f519eae6660403856af09b79f178870bfa99657f3502389d2192f6c9860f6e6e35b6
 SHA512 
6a8fe58213f105deaa982b188e7b49a5bd9e0cf32917c568423509fed6b7c708cb5ca42ee7b3818327d673e59e7af7c67c13707e8a635329540b2febddda0f1b

diff --git a/dev-java/spring-aop/metadata.xml b/dev-java/spring-aop/metadata.xml
deleted file mode 100644
index 73672eec8b7..000
--- a/dev-java/spring-aop/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   j...@gentoo.org
-   Java
-   
-   
-   The Spring Framework provides a comprehensive programming and 
configuration model for
-   modern Java-based enterprise applications - on any kind of 
deployment platform. A key
-   element of Spring is infrastructural support at the application 
level: Spring focuses
-   on the "plumbing" of enterprise applications so that teams can 
focus on application-level
-   business logic, without unnecessary ties to specific deployment 
environments.
-   
-   
-   SpringSource/spring-framework
-   
-

diff --git a/dev-java/spring-aop/spring-aop-3.2.4.ebuild 
b/dev-java/spring-aop/spring-aop-3.2.4.ebuild
deleted file mode 100644
index 66f482a9c87..000
--- a/dev-java/spring-aop/spring-aop-3.2.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A comprehensive programming and configuration model for 
enterprise applications"
-HOMEPAGE="http://www.springsource.org/spring-framework;
-SRC_URI="https://github.com/SpringSource/spring-framework/archive/v${PV}.RELEASE.tar.gz
 -> spring-framework-${PV}.tar.gz
-   
https://dev.gentoo.org/~ercpe/distfiles/dev-java/spring-framework/spring-framework-${PV}-buildscripts.tar.bz2;
-
-LICENSE="Apache-2.0"
-SLOT="3.2"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-CDEPEND="dev-java/spring-core:${SLOT}
-   dev-java/spring-beans:${SLOT}
-   dev-java/aopalliance:1
-   dev-java/aspectj:0
-   dev-java/commons-logging:0
-   dev-java/commons-pool:0
-   dev-java/jamon:1"
-
-DEPEND=">=virtual/jdk-1.7
-   test? (
-   dev-java/hamcrest-core:1.3
-   dev-java/hamcrest-library:1.3
-   dev-java/junit:4
-   dev-java/mockito:0
-   dev-java/ant-junit4:0
-   dev-java/xmlunit:1
-   )
-   ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.7
-   ${CDEPEND}"
-
-S="${WORKDIR}/spring-framework-${PV}.RELEASE/"
-
-EANT_BUILD_XML=${S}/${PN}/build.xml
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="spring-core-${SLOT}
-   spring-beans-${SLOT}
- 

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

2018-09-29 Thread Jason Zaman
commit: 8b026d59bb6900697f39255c45e5033572b25c24
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 28 17:40:49 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 29 10:20:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b026d59

dev-util/android-studio: bump to 3.2.0

Closes: https://bugs.gentoo.org/667028
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Jason Zaman  gentoo.org>

 dev-util/android-studio/Manifest   |   1 +
 .../android-studio-3.2.0.26.181.5014246.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 38833aa6b92..25521ef88d3 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1 +1,2 @@
 DIST android-studio-ide-173.4907809-linux.zip 897596053 BLAKE2B 
6142cfc21d41a23d93ff064be457a28879ce80830bec79a38f6862d0f5b9de7b552d7175d7bf3e3ddfc70b10e0f7313e7ebcb7a3cdf16511c070551a27193775
 SHA512 
3fc01ffef5dd88dce088cc67fde03c62dadce7a700aace17ebd414ad0b1125b8370b5f132349424ff65ffc721ff383e6793737a0021826f08e35c893e33535be
+DIST android-studio-ide-181.5014246-linux.zip 1054392038 BLAKE2B 
455ce3455710d0709746dc9c18caf61fd347f6c157873de54821601846be6e086646d6261d2c9bdd6986d8f2874e7a90c37b0db820326d2eb17afe438954e240
 SHA512 
37c622cab6d21e8a0e6d38e0f8c29e22910647df3e6d93ee86c71a39f171b1b51952a13eae2660e209c2eb7a093a9f7d2177562ea287353a30507b22c2617bd0

diff --git a/dev-util/android-studio/android-studio-3.2.0.26.181.5014246.ebuild 
b/dev-util/android-studio/android-studio-3.2.0.26.181.5014246.ebuild
new file mode 100644
index 000..ec9300dae61
--- /dev/null
+++ b/dev-util/android-studio/android-studio-3.2.0.26.181.5014246.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils java-pkg-2 eapi7-ver
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so
+   opt/${PN}/bin/fsnotifier*
+   opt/${PN}/bin/lldb/*
+   opt/${PN}/lib/libpty/linux/x86*/libpty.so
+   opt/${PN}/plugins/android/lib/libwebp_jni*.so
+   opt/${PN}/plugins/android/resources/perfa/*/libperfa.so
+   opt/${PN}/plugins/android/resources/perfd/*/perfd
+   opt/${PN}/plugins/android/resources/simpleperf/*/simpleperf"
+
+VER_CMP=( $(ver_rs 1- ' ') )
+if [[ ${#VER_CMP[@]} -eq 6 ]]; then
+   STUDIO_V=$(ver_cut 1-4)
+   BUILD_V=$(ver_cut 5-6)
+else
+   STUDIO_V=$(ver_cut 1-3)
+   BUILD_V=$(ver_cut 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html;
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip
+   dev-java/commons-logging:0
+   dev-java/log4j:0"
+
+#  dev-java/guava:18
+RDEPEND=">=virtual/jdk-1.7
+   selinux? ( sec-policy/selinux-android )
+   >=app-arch/bzip2-1.0.6-r4
+   dev-java/commons-logging:0
+   dev-java/log4j:0
+   >=dev-libs/expat-2.1.0-r3
+   >=dev-libs/libffi-3.0.13-r1
+   >=media-libs/fontconfig-2.10.92
+   >=media-libs/freetype-2.5.5
+   >=media-libs/libpng-1.2.51
+   >=media-libs/mesa-10.2.8
+   || ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage 
x11-libs/libnotify )
+   >=sys-libs/ncurses-5.9-r3:5/5[tinfo]
+   >=sys-libs/zlib-1.2.8-r1
+   >=x11-libs/libX11-1.6.2
+   >=x11-libs/libXau-1.0.7-r1
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-libs/libXdmcp-1.1.1-r1
+   >=x11-libs/libXext-1.3.2
+   >=x11-libs/libXfixes-5.0.1
+   >=x11-libs/libXrender-0.9.8
+   >=x11-libs/libXxf86vm-1.1.3
+   >=x11-libs/libdrm-2.4.46
+   >=x11-libs/libxcb-1.9.1
+   >=x11-libs/libxshmfence-1.1"
+S=${WORKDIR}/${PN}
+PATCHES=( "${FILESDIR}/0001-use-java-home-before-bundled.patch" )
+
+src_prepare() {
+   eapply "${PATCHES[@]}"
+   eapply_user
+
+   # This is really a bundled jdk not a jre
+   rm -rf "${S}/jre" || die "Could not remove bundled jdk"
+
+   # Replace bundled jars with system
+   # has problems with newer jdom:0 not updated to jdom:2
+   cd "${S}/lib" || die
+   local JARS="commons-logging log4j"
+   local j
+   for j in ${JARS}; do
+   rm -v ${j/:*/}*.jar || die
+   java-pkg_jar-from ${j}
+   done
+
+   cd "${S}" || die
+
+   # bug 629404
+   echo "-Djdk.util.zip.ensureTrailingSlash=false" >> 
bin/studio64.vmoptions || die
+   echo "-Djdk.util.zip.ensureTrailingSlash=false" >> bin/studio.vmoptions 
|| die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   doins -r *
+
+   # Replaced bundled jre with system vm/jdk
+   # This is 

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

2018-09-29 Thread Jason Zaman
commit: bb97179b6b56eab2a9bec679e3f79a1f10c57c6d
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 28 17:35:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 29 10:20:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb97179b

dev-util/android-studio: drop old

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

 dev-util/android-studio/Manifest   |   2 -
 .../android-studio-3.1.2.0.173.4720617.ebuild  | 108 
 .../android-studio-3.1.3.0.173.4819257-r1.ebuild   | 112 -
 3 files changed, 222 deletions(-)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 19811783d8a..38833aa6b92 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,3 +1 @@
-DIST android-studio-ide-173.4720617-linux.zip 894052929 BLAKE2B 
cc1ff03b24febf18e8ebd9a78ae0463e9552e20ee4c28e60e5e4f52379e66d6e5c6d91af1cd641b79c72590a081770a22882539612028915cd064834c8bc0ef3
 SHA512 
121d5eead42743127dfccf37b0b4bc4ceddc0df706bdddbc8c0ae2ec3711b4c8308d945b92ed5e8b3209d380e202dc08fbf8475ef6ad30016ca5cc9acb264d3e
-DIST android-studio-ide-173.4819257-linux.zip 894877040 BLAKE2B 
159d57c0c0d6d6958d1a08e7ff4ff0314c0cb2b15c5126dd3d357e1dc696d32dfee78ae6b2d35a628cbf000bc014d61c20ad48acce12c10356b0db8183c27318
 SHA512 
c399897bc85ce1399ac8ce1df4749d7f1bff4501cb90b13efbd61a56173ab1f6f9b0c7c1f852dceb7a76bc631d83ca4efab9b39c4d3c76e3b4454f4803611251
 DIST android-studio-ide-173.4907809-linux.zip 897596053 BLAKE2B 
6142cfc21d41a23d93ff064be457a28879ce80830bec79a38f6862d0f5b9de7b552d7175d7bf3e3ddfc70b10e0f7313e7ebcb7a3cdf16511c070551a27193775
 SHA512 
3fc01ffef5dd88dce088cc67fde03c62dadce7a700aace17ebd414ad0b1125b8370b5f132349424ff65ffc721ff383e6793737a0021826f08e35c893e33535be

diff --git a/dev-util/android-studio/android-studio-3.1.2.0.173.4720617.ebuild 
b/dev-util/android-studio/android-studio-3.1.2.0.173.4720617.ebuild
deleted file mode 100644
index cc5bd95dc8b..000
--- a/dev-util/android-studio/android-studio-3.1.2.0.173.4720617.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils java-pkg-2 versionator
-
-RESTRICT="strip"
-QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so
-   opt/${PN}/bin/fsnotifier*
-   opt/${PN}/lib/libpty/linux/x86*/libpty.so
-   opt/${PN}/plugins/android/lib/libwebp_jni*.so
-   opt/${PN}/plugins/android/resources/perfa/*/libperfa.so
-   opt/${PN}/plugins/android/resources/perfd/*/perfd
-   opt/${PN}/plugins/android/resources/simpleperf/*/simpleperf"
-
-if [[ $(get_version_component_count) -eq 6 ]]; then
-   STUDIO_V=$(get_version_component_range 1-4)
-   BUILD_V=$(get_version_component_range 5-6)
-else
-   STUDIO_V=$(get_version_component_range 1-3)
-   BUILD_V=$(get_version_component_range 4-5)
-fi
-
-DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
-HOMEPAGE="http://developer.android.com/sdk/installing/studio.html;
-SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="selinux"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-arch/zip
-   dev-java/commons-logging:0
-   dev-java/log4j:0"
-
-#  dev-java/guava:18
-RDEPEND=">=virtual/jdk-1.7
-   selinux? ( sec-policy/selinux-android )
-   >=app-arch/bzip2-1.0.6-r4
-   dev-java/commons-logging:0
-   dev-java/log4j:0
-   >=dev-libs/expat-2.1.0-r3
-   >=dev-libs/libffi-3.0.13-r1
-   >=media-libs/fontconfig-2.10.92
-   >=media-libs/freetype-2.5.5
-   >=media-libs/libpng-1.2.51
-   >=media-libs/mesa-10.2.8
-   || ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage 
x11-libs/libnotify )
-   >=sys-libs/ncurses-5.9-r3:5/5[tinfo]
-   >=sys-libs/zlib-1.2.8-r1
-   >=x11-libs/libX11-1.6.2
-   >=x11-libs/libXau-1.0.7-r1
-   >=x11-libs/libXdamage-1.1.4-r1
-   >=x11-libs/libXdmcp-1.1.1-r1
-   >=x11-libs/libXext-1.3.2
-   >=x11-libs/libXfixes-5.0.1
-   >=x11-libs/libXrender-0.9.8
-   >=x11-libs/libXxf86vm-1.1.3
-   >=x11-libs/libdrm-2.4.46
-   >=x11-libs/libxcb-1.9.1
-   >=x11-libs/libxshmfence-1.1"
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   eapply_user
-   # This is really a bundled jdk not a jre
-   rm -R "${S}/jre" || die "Could not remove bundled jdk"
-
-   # Replace bundled jars with system
-   # has problems with newer jdom:0 not updated to jdom:2
-   cd "${S}/lib" || die
-   local JARS="commons-logging log4j"
-   local j
-   for j in ${JARS}; do
-   rm -v ${j/:*/}*.jar || die
-   java-pkg_jar-from ${j}
-   done
-
-   cd "${S}" || die
-
-   # bug 629404
-   echo "-Djdk.util.zip.ensureTrailingSlash=false" >> 

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

2018-09-29 Thread Jason Zaman
commit: 6d9dc5aae6163a291340d5e759cb7a601a6cc568
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Sep 28 17:34:48 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Sep 29 10:20:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9dc5aa

dev-util/android-studio: stable

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

 dev-util/android-studio/android-studio-3.1.3.0.173.4819257-r1.ebuild | 2 +-
 dev-util/android-studio/android-studio-3.1.4.0.173.4907809.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-util/android-studio/android-studio-3.1.3.0.173.4819257-r1.ebuild 
b/dev-util/android-studio/android-studio-3.1.3.0.173.4819257-r1.ebuild
index 2659a27fd7b..d24d057d904 100644
--- a/dev-util/android-studio/android-studio-3.1.3.0.173.4819257-r1.ebuild
+++ b/dev-util/android-studio/android-studio-3.1.3.0.173.4819257-r1.ebuild
@@ -29,7 +29,7 @@ 
SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="selinux"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/zip
dev-java/commons-logging:0

diff --git a/dev-util/android-studio/android-studio-3.1.4.0.173.4907809.ebuild 
b/dev-util/android-studio/android-studio-3.1.4.0.173.4907809.ebuild
index 2659a27fd7b..d24d057d904 100644
--- a/dev-util/android-studio/android-studio-3.1.4.0.173.4907809.ebuild
+++ b/dev-util/android-studio/android-studio-3.1.4.0.173.4907809.ebuild
@@ -29,7 +29,7 @@ 
SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="selinux"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/zip
dev-java/commons-logging:0



[gentoo-commits] repo/gentoo:master commit in: net-misc/cocaine-core/files/, net-misc/cocaine-core/, profiles/

2018-09-29 Thread Michał Górny
commit: b5565575597caef2215bfac7af629121996e8e08
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 29 10:16:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 29 10:16:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5565575

net-misc/cocaine-core: Remove last-rited pkg

Closes: https://bugs.gentoo.org/664662
Signed-off-by: Michał Górny  gentoo.org>

 net-misc/cocaine-core/Manifest |  3 ---
 net-misc/cocaine-core/cocaine-core-0.11.2.5.ebuild | 24 --
 net-misc/cocaine-core/cocaine-core-0.11.3.2.ebuild | 24 --
 net-misc/cocaine-core/cocaine-core-0.9.2-r1.ebuild | 24 --
 ...ocaine-core-0.11.2.5_binutils-2.23-compat.patch | 19 -
 .../files/cocaine-core-0.9.2-boost-1.53.patch  | 13 
 net-misc/cocaine-core/metadata.xml | 11 --
 profiles/package.mask  |  7 ---
 8 files changed, 125 deletions(-)

diff --git a/net-misc/cocaine-core/Manifest b/net-misc/cocaine-core/Manifest
deleted file mode 100644
index 8fcf999f0cb..000
--- a/net-misc/cocaine-core/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cocaine-core-0.9.2.tar.gz 174494 BLAKE2B 
ed021a8c3ef145d0ec2e5f2a19af3878ad94a41d169efce6e4eb09a3eb33fab207f9c31620495c5d49d56a8afb1f1cb730517d6594c6c7b08aa03f23c348b992
 SHA512 
42bf9f38311026966b11414fc9987b4fc1d30dba9360152662810ce4e49ab1c8e662b18299efe2831b1ed7ea3490a8afb36195d7e7fc609cc9527e2c71f71bd1
-DIST cocaine-core_0.11.2.5.tar.gz 376997 BLAKE2B 
a428a4070984fe2cff68dcfdbfe3f5764b99a04120deb078cc1d8dd977296c31c32630acc6e6a7a80bbc9d9737aa3a1b0243dea10cae249c35606919ea33aacc
 SHA512 
f2962d41ba12ebae475cb10d501da8d7b3ca6a428b4b2e8779dd7d768cacc2e3bf9b7952354454e432e2623a00add3d7cf424b12968c0c4a905a65dbda544866
-DIST cocaine-core_0.11.3.2.tar.gz 378575 BLAKE2B 
6919819635776faae99120b6460c992ed4ed52ea00873683bc45a621434b36934b15aa2745970b2f386db20f80bc7e103e70426237013e90203c3a0cd8965b8e
 SHA512 
f0a5eea827d0fbf65c484e6068a24dd1e81dfc868f38ef829003b410783a354a58886d2db972ea24adb6075b38ceb230432555b35af4aceb0193c4a12ab874cd

diff --git a/net-misc/cocaine-core/cocaine-core-0.11.2.5.ebuild 
b/net-misc/cocaine-core/cocaine-core-0.11.2.5.ebuild
deleted file mode 100644
index 61e561d2f62..000
--- a/net-misc/cocaine-core/cocaine-core-0.11.2.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils cmake-utils
-
-DESCRIPTION="Cloud platform, core parts"
-HOMEPAGE="http://reverbrain.com/cocaine/;
-SRC_URI="http://repo.reverbrain.com/precise/current/source/${PN}_${PV}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/boost:=
-   http://reverbrain.com/cocaine/;
-SRC_URI="http://repo.reverbrain.com/precise/current/source/${PN}_${PV}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/boost:=
-   http://reverbrain.com/cocaine/;
-SRC_URI="https://github.com/cocaine/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/boost:=
-   
-Date:   Fri Dec 6 12:51:59 2013 +0400
-
-Added binutils 2.23 compatibility.
-
-diff --git a/config.hpp.in b/config.hpp.in
-index a73fa48..651aa3c 100644
 a/config.hpp.in
-+++ b/config.hpp.in
-@@ -8,5 +8,8 @@
- #define COCAINE_VERSION \
-   COCAINE_MAKE_VERSION(COCAINE_VERSION_MAJOR, COCAINE_VERSION_MINOR, 
COCAINE_VERSION_RELEASE)
- 
-+#define PACKAGE "cocaine-core"
-+#define PACKAGE_VERSION COCAINE_VERSION
-+
- #cmakedefine COCAINE_DEBUG
- #cmakedefine COCAINE_ALLOW_CGROUPS

diff --git a/net-misc/cocaine-core/files/cocaine-core-0.9.2-boost-1.53.patch 
b/net-misc/cocaine-core/files/cocaine-core-0.9.2-boost-1.53.patch
deleted file mode 100644
index 2f03a328e0a..000
--- a/net-misc/cocaine-core/files/cocaine-core-0.9.2-boost-1.53.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Nur in cocaine-core-0.9.2: build.
-Nur in cocaine-core-0.9.2/include/cocaine: config.hpp.
-diff -ru cocaine-core-0.9.2_org/include/cocaine/interfaces/storage.hpp 
cocaine-core-0.9.2/include/cocaine/interfaces/storage.hpp
 cocaine-core-0.9.2_org/include/cocaine/interfaces/storage.hpp  
2012-08-29 15:54:35.0 +0200
-+++ cocaine-core-0.9.2/include/cocaine/interfaces/storage.hpp  2014-07-29 
13:49:40.130375695 +0200
-@@ -22,6 +22,7 @@
- #define COCAINE_STORAGE_INTERFACE_HPP
- 
- #include 
-+#include 
- #include 
- 
- #include "cocaine/common.hpp"

diff --git a/net-misc/cocaine-core/metadata.xml 
b/net-misc/cocaine-core/metadata.xml
deleted file mode 100644
index 13f626e8715..000
--- a/net-misc/cocaine-core/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   patr...@gentoo.org
-   Patrick Lauer
-   
-   
-   

  1   2   >