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

2019-01-19 Thread Zac Medico
commit: 9cce0dad3f45b15f8f069a552ac6c91b9dfdd769
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jan 18 08:42:09 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan 20 07:05:17 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9cce0dad

emerge: compare new slot USE to installed slot

For new-slot package installation, show USE flags added/deleted in
comparison with highest installed other-slot package instance

Bug: https://bugs.gentoo.org/675756
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/resolver/output.py | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/lib/_emerge/resolver/output.py b/lib/_emerge/resolver/output.py
index 24340576c..ed88cc51f 100644
--- a/lib/_emerge/resolver/output.py
+++ b/lib/_emerge/resolver/output.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2018 Gentoo Foundation
+# Copyright 2010-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 """Resolver output display operation.
@@ -673,9 +673,14 @@ class Display(object):
pkg_info.previous_pkg = self.vardb.match_pkgs(
Atom('=' + pkg.cpv))[0]
else:
-   slot_matches = self.vardb.match_pkgs(pkg.slot_atom)
-   if slot_matches:
-   pkg_info.previous_pkg = slot_matches[0]
+   cp_slot_matches = self.vardb.match_pkgs(pkg.slot_atom)
+   if cp_slot_matches:
+   pkg_info.previous_pkg = cp_slot_matches[0]
+   else:
+   cp_matches = self.vardb.match_pkgs(Atom(pkg.cp))
+   if cp_matches:
+   # Use highest installed other-slot 
package instance.
+   pkg_info.previous_pkg = cp_matches[-1]
 
return pkg_info
 



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

2019-01-19 Thread Zac Medico
commit: bbe00f515b80be3d6e279e4033f1cbc776a7fe27
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jan 20 06:39:39 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jan 20 06:53:34 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=bbe00f51

portagetree: getname and portroot DeprecationWarning

Bug: https://bugs.gentoo.org/668164
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/dbapi/porttree.py | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/lib/portage/dbapi/porttree.py b/lib/portage/dbapi/porttree.py
index 76b7967f7..2ff3e1b34 100644
--- a/lib/portage/dbapi/porttree.py
+++ b/lib/portage/dbapi/porttree.py
@@ -1339,10 +1339,18 @@ class portagetree(object):
" constructor is unused",
DeprecationWarning, stacklevel=2)
 
-   self.portroot = settings["PORTDIR"]
self.__virtual = virtual
self.dbapi = portdbapi(mysettings=settings)
 
+   @property
+   def portroot(self):
+   """Deprecated. Use the portdbapi getRepositoryPath method 
instead."""
+   warnings.warn("The portroot attribute of "
+   "portage.dbapi.porttree.portagetree is deprecated. Use 
the "
+   "portdbapi getRepositoryPath method instead.",
+   DeprecationWarning, stacklevel=3)
+   return self.settings['PORTDIR']
+
@property
def root(self):
warnings.warn("The root attribute of " + \
@@ -1383,7 +1391,11 @@ class portagetree(object):
return self.dbapi.cp_all()
 
def getname(self, pkgname):
-   "returns file location for this particular package (DEPRECATED)"
+   """Deprecated. Use the portdbapi findname method instead."""
+   warnings.warn("The getname method of "
+   "portage.dbapi.porttree.portagetree is deprecated. "
+   "Use the portdbapi findname method instead.",
+   DeprecationWarning, stacklevel=2)
if not pkgname:
return ""
mysplit = pkgname.split("/")



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

2019-01-19 Thread Hans de Graaff
commit: 1957aa9399762ba218f18858a8af5e2cda508fc5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 06:53:39 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 06:54:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1957aa93

dev-ruby/sass: add 3.7.3

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

 dev-ruby/sass/Manifest |  1 +
 dev-ruby/sass/sass-3.5.7-r1.ebuild | 45 
 dev-ruby/sass/sass-3.7.3.ebuild| 47 ++
 3 files changed, 93 insertions(+)

diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest
index b70c88e91cb..28ec02b7539 100644
--- a/dev-ruby/sass/Manifest
+++ b/dev-ruby/sass/Manifest
@@ -2,3 +2,4 @@ DIST sass-3.4.24.gem 351232 BLAKE2B 
e22953cdfa28461d7f0952dd746a4390bfdd59c78aa5
 DIST sass-3.4.25.gem 352768 BLAKE2B 
f3c725ee75f0d5b3a30cfbfdbf5dd949fc2b6d99878039a073c3b369753609f9b202ea6f756016783b251877831d1480dad4032db8338dff453b088b219b799a
 SHA512 
5ff4bd47857425832c6a39b963ae4465dd91d63774eb35196ec28075082ad231254babe507d7071304ddb73cdfc1168a547bf231225afaeb3b7ddd677c0bd712
 DIST sass-3.5.6.gem 32 BLAKE2B 
5379e70c3882e422db63d46ec1dddb057fbcf64a4298b51de33a3f1057ac5f16bd1b673c871d21d98a330835182182e529a137f25d4a21b5f9df2ba5cfc62254
 SHA512 
de7ac9598a36e60cdb440b6c8b36fed638ce3384ff078000c4d59eccb76b65d1c944aad8568ee078d6f2ca228d4f4c512143065bc20c5f91d28c2f0a170de96e
 DIST sass-3.5.7.gem 32 BLAKE2B 
aeae548d1005b9f420c82f4efc96b2428d3025395b49784917c298fa48228d8052f758c1f851fb6e4e8024c63d48a9880f6c2e88411cd2125e76ad291e469bc0
 SHA512 
a72b499cfca4862fb4bfeb5201fda788339bb57d97b467c427e9c8365b03088b886a0f3cb3a6d87b1426e1497032b8394a948eb4a2f45004be80c03070304f95
+DIST sass-3.7.3.tar.gz 401486 BLAKE2B 
969b6e7e29883afaecfbaae627f67cfde826b6941b207352b9300849bcbf22f61b39ac5f568fe9af785bca1e62b84578c3c766a4bd803bb262a9e9b8f512886e
 SHA512 
1ae8127433387721977f5cd9041f3832a9a1d2146f4091ef612d76f7b881480b6f742637a5012780dbd85b1bc658abcaa958e0efeaf50ce2e0f90c424dfafd4a

diff --git a/dev-ruby/sass/sass-3.5.7-r1.ebuild 
b/dev-ruby/sass/sass-3.5.7-r1.ebuild
new file mode 100644
index 000..951bf483d80
--- /dev/null
+++ b/dev-ruby/sass/sass-3.5.7-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_DATE VERSION_NAME"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and 
more"
+HOMEPAGE="https://sass-lang.com/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+SLOT="$(ver_cut 1-2)"
+IUSE=""
+
+ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
+
+ruby_add_rdepend "
+   !!https://sass-lang.com/;
+SRC_URI="https://github.com/sass/ruby-sass/archive/${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="ruby-sass-${PV}"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
+SLOT="$(ver_cut 1-2)"
+IUSE=""
+
+ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
+
+ruby_add_rdepend "
+   !!

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

2019-01-19 Thread Hans de Graaff
commit: 6a6739b042de24522b95e9a44898d7013da2361d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 06:32:59 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 06:54:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6739b0

dev-ruby/cri: add 2.15.3

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

 dev-ruby/cri/Manifest  |  1 +
 dev-ruby/cri/cri-2.15.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index efd1e6e2ede..1b61239d6c5 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -3,4 +3,5 @@ DIST cri-2.14.0.gem 32768 BLAKE2B 
08c0a2bcbde8d01187e310020e95eb3fb0f41596f1b305
 DIST cri-2.15.0.gem 32256 BLAKE2B 
995cc9e457724c540c8ae5817d6b62d7064dd19a7734fda70fc5e644dc64077ca124572cca0d2caa6858d58f28c0fab2fafc939946b06f2d31982adb169ff9dc
 SHA512 
7325781d9fe54ba3269d0b64f8e7eb8228171aad553f9ab10fafdae4f927f6deb7061ced798e010d50e849198744c8377de3bf5a29b7c25dc45c2fee9049dfad
 DIST cri-2.15.1.gem 32768 BLAKE2B 
d1f829443a724a6d72f13effb279d8578ebdc4ca0b354f3285d68693eae1e6514cb0bcf831ed0068df72469f3be4b21af61a68056dc8c5fb105991cb677e906e
 SHA512 
6ce36b74391d9635094614f5fc33738d65e40b8796caae3e39d4bc170d6f9f4bc5b2b944d36d79b453f9ba7715e2858b27f1c7433b53ce0bcf2fe748153d75a6
 DIST cri-2.15.2.gem 33792 BLAKE2B 
778f115db95cc0d4678a1a5805aa8bfe6208f3518fdf593efc61e51d5e6cc611ac88e1a6d66d1dfd231dcf31198b08dfc3f9f6ae1f2896e7a68083e96fbb318a
 SHA512 
75e9e8e0107879aff62be8ec07eee1f37996c42a1077955f444e1b1da320c59cf272692cb33c4a197bcdbdc994b7e17dfb4de5accc41c6a2165b89a17f1b28e2
+DIST cri-2.15.3.gem 33792 BLAKE2B 
3496347dbec0a8224993fb1533e782c34211d0ee5dcbd560ae7c7405109faeb70bd68e0741f9fa76a5354c61c134ca17b7f166a5cea5fa9908cd45d20a17
 SHA512 
76580197348f6d504cb532d54d0f17da162d58569b9ef953079c5ff6fa5b3ba500b072ed4219a842f0f5de04d6e208c0fecbd8e553174cb968010e24904ecd6c
 DIST cri-2.7.1.gem 25088 BLAKE2B 
20317d886401d6d5f034c27396cad2fdaf322246c319ef3cadc3e38169dbc00c83771fdb2d564efd0ca386b916a0bc2d8cf283742ccd18ca390e491a84f5e31f
 SHA512 
37d641390dc83550c254b3c48018f7f2c53f73161807c299cb78ef84b8625e5f00cd8c877ac464ece5c6623d7118872c45648ed56c2bd5f53ae62cd66b8e24d1

diff --git a/dev-ruby/cri/cri-2.15.3.ebuild b/dev-ruby/cri/cri-2.15.3.ebuild
new file mode 100644
index 000..cd9c9f09d54
--- /dev/null
+++ b/dev-ruby/cri/cri-2.15.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
+HOMEPAGE="https://rubygems.org/gems/cri;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/colored-1.2"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   test? ( dev-ruby/yard dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
+   sed -i -e '/rubocop/ s:^:#:' \
+   -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib -S rake test_unit || die
+}



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

2019-01-19 Thread Hans de Graaff
commit: b3bb8f5042b77810080f62fbd60e0320a867c8b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 06:34:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 06:54:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bb8f50

dev-ruby/colored: add ruby26

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

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

diff --git a/dev-ruby/colored/colored-1.2.ebuild 
b/dev-ruby/colored/colored-1.2.ebuild
index 629c7ecc9a3..8f684114e29 100644
--- a/dev-ruby/colored/colored-1.2.ebuild
+++ b/dev-ruby/colored/colored-1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2019-01-19 Thread Hans de Graaff
commit: b4f37b49370febeae5e060310570e429206e098e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 06:33:54 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 06:54:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f37b49

dev-ruby/cri: cleanup

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

 dev-ruby/cri/Manifest  |  3 ---
 dev-ruby/cri/cri-2.13.0.ebuild | 34 --
 dev-ruby/cri/cri-2.14.0.ebuild | 34 --
 dev-ruby/cri/cri-2.15.0.ebuild | 34 --
 4 files changed, 105 deletions(-)

diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index 1b61239d6c5..6a4fd76a2c3 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -1,6 +1,3 @@
-DIST cri-2.13.0.gem 31744 BLAKE2B 
fb1ba32f4413b5b0f63d105c0770e26c20252744c0db0405dd7528f1a3a3a588b20d2f34611d06f74c21374228954b9acd5991bd6e5574f84ede55ff8682c17c
 SHA512 
a583129316c58fa90336f867f7a723478f64f0a755d0e6d4a34c829a0867e7b917203dddb5594f6fbed63993fd56e6a0da4bcae33013920b5b5aa85936047a27
-DIST cri-2.14.0.gem 32768 BLAKE2B 
08c0a2bcbde8d01187e310020e95eb3fb0f41596f1b305ba64c11174493a1dfb61a5bc35ed3121052694eae5dc9d17d333909892ab9ea17b8e065b353d8ab01a
 SHA512 
dc79d69a01978c88aebb15d03317f46fd49930025af6a300cfc3440a4928cf27fcd025c3f25b79c108ee12638d9409c81da566bb458b5ded031546925ddd5e1b
-DIST cri-2.15.0.gem 32256 BLAKE2B 
995cc9e457724c540c8ae5817d6b62d7064dd19a7734fda70fc5e644dc64077ca124572cca0d2caa6858d58f28c0fab2fafc939946b06f2d31982adb169ff9dc
 SHA512 
7325781d9fe54ba3269d0b64f8e7eb8228171aad553f9ab10fafdae4f927f6deb7061ced798e010d50e849198744c8377de3bf5a29b7c25dc45c2fee9049dfad
 DIST cri-2.15.1.gem 32768 BLAKE2B 
d1f829443a724a6d72f13effb279d8578ebdc4ca0b354f3285d68693eae1e6514cb0bcf831ed0068df72469f3be4b21af61a68056dc8c5fb105991cb677e906e
 SHA512 
6ce36b74391d9635094614f5fc33738d65e40b8796caae3e39d4bc170d6f9f4bc5b2b944d36d79b453f9ba7715e2858b27f1c7433b53ce0bcf2fe748153d75a6
 DIST cri-2.15.2.gem 33792 BLAKE2B 
778f115db95cc0d4678a1a5805aa8bfe6208f3518fdf593efc61e51d5e6cc611ac88e1a6d66d1dfd231dcf31198b08dfc3f9f6ae1f2896e7a68083e96fbb318a
 SHA512 
75e9e8e0107879aff62be8ec07eee1f37996c42a1077955f444e1b1da320c59cf272692cb33c4a197bcdbdc994b7e17dfb4de5accc41c6a2165b89a17f1b28e2
 DIST cri-2.15.3.gem 33792 BLAKE2B 
3496347dbec0a8224993fb1533e782c34211d0ee5dcbd560ae7c7405109faeb70bd68e0741f9fa76a5354c61c134ca17b7f166a5cea5fa9908cd45d20a17
 SHA512 
76580197348f6d504cb532d54d0f17da162d58569b9ef953079c5ff6fa5b3ba500b072ed4219a842f0f5de04d6e208c0fecbd8e553174cb968010e24904ecd6c

diff --git a/dev-ruby/cri/cri-2.13.0.ebuild b/dev-ruby/cri/cri-2.13.0.ebuild
deleted file mode 100644
index 30952c0fb57..000
--- a/dev-ruby/cri/cri-2.13.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="https://rubygems.org/gems/cri;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
-   sed -i -e '/rubocop/ s:^:#:' \
-   -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib -S rake test_unit || die
-}

diff --git a/dev-ruby/cri/cri-2.14.0.ebuild b/dev-ruby/cri/cri-2.14.0.ebuild
deleted file mode 100644
index 30952c0fb57..000
--- a/dev-ruby/cri/cri-2.14.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="https://rubygems.org/gems/cri;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
-   sed -i -e '/rubocop/ s:^:#:' \
-   -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib -S rake test_unit || die
-}

diff --git a/dev-ruby/cri/cri-2.15.0.ebuild b/dev-ruby/cri/cri-2.15.0.ebuild
deleted file mode 100644
index 30952c0fb57..000
--- a/dev-ruby/cri/cri-2.15.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 

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

2019-01-19 Thread Matt Turner
commit: 3c4b97377f779981e5dca5e48a107ee7032fd0cf
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 06:51:56 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 06:52:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4b9737

x11-drivers/xf86-input-evdev: regenerate Manifest

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

 x11-drivers/xf86-input-evdev/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/Manifest 
b/x11-drivers/xf86-input-evdev/Manifest
index 6aaf3360f31..85aa3f105f1 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-evdev-2.10.5.tar.bz2 405956 BLAKE2B 
4ea36a84eb227e79b43bede0a4c9d146a892db3db54a287da7f0be2c0d90f8748250c8b51ff424a8a5d7b34eee8301362ee51bf55ea4be9243b86f8e001255b0
 SHA512 
4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a
 DIST xf86-input-evdev-2.10.6.tar.bz2 408138 BLAKE2B 
2b5815e6ee71971e5023392e893d0b8bdba315ff73b34926b9facd95141ff541de052b84a569fe7bbd4b98810afb4d643a3bcaa97fe5a4e23c37e1ce410a9e12
 SHA512 
560b0a6491d50a46913a5890a35c0367e59f550670993493bd9712d712a9747ddaa6fe5086daabf2fcafa24b0159383787eb273da4a2a60c089bfc0a77ad2ad1



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

2019-01-19 Thread Matt Turner
commit: e0817b14febf454e6c63daffe5603f7b01bec00b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 06:51:42 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 06:52:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0817b14

x11-drivers/xf86-video-openchrome: regenerate Manifest

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

 x11-drivers/xf86-video-openchrome/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-drivers/xf86-video-openchrome/Manifest 
b/x11-drivers/xf86-video-openchrome/Manifest
index 0c49b6ac35f..073dee86f5c 100644
--- a/x11-drivers/xf86-video-openchrome/Manifest
+++ b/x11-drivers/xf86-video-openchrome/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-openchrome-0.5.0.tar.bz2 542713 BLAKE2B 
e0133ddf1c35db8ea9ef29885d4283d2c61fa9168ce6b5f3f9476726e053ec1ed080d6545b8a32272acc09c1a52a3a63c43c9d1f52dc87ffeacb424832138d79
 SHA512 
119454de04847dd5298df2d1dc428157c60eba0a12c200abca40dcd066d89363cb685ed618bb17248818fa74752b77bbc9858cdd46e659c0026c90426fe652cf
 DIST xf86-video-openchrome-0.6.0.tar.bz2 537619 BLAKE2B 
30d8ab246646bde41b1ce0fd48c133cb7c2c3cff7c7201daf7e4fcded7a3e47bdc28d739247fce69b17a0e7697b33af35e3f771496654920b275a5aacbe8fc6f
 SHA512 
f074e70d54c87a9d6e1b52c2c2d72d7c551dcb59a5f34c0a5f9495db1a6e45db4300d51fabf7eedfbe91f964f9422931c752a49b322715c6aa9ddb0db9dd6004



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

2019-01-19 Thread Matt Turner
commit: 0b08d667534d1b56669f40e55ccd9822041da9ad
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 06:51:28 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 06:52:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b08d667

x11-drivers/xf86-video-vesa: regenerate Manifest

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

 x11-drivers/xf86-video-vesa/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/x11-drivers/xf86-video-vesa/Manifest 
b/x11-drivers/xf86-video-vesa/Manifest
index ea31dcf28a9..603fb88dd79 100644
--- a/x11-drivers/xf86-video-vesa/Manifest
+++ b/x11-drivers/xf86-video-vesa/Manifest
@@ -1,3 +1 @@
-DIST xf86-video-vesa-2.3.3.tar.bz2 300571 BLAKE2B 
9c7b5ef966234de7ca792925c2d88766df5c75bc0085dc1aad9fe11845e37f7a2214b028f546c88283579a54d476766d57e4acb4942c5a578159c65199a2bf68
 SHA512 
1e3768e757e889bb8707ce76cc6f54eb3beaf7d5b34750a0e7262612ae300e4cd42985b7cbcd72462b14c8d73945a22cec70ca6a52017491de41715d2ecbaca8
-DIST xf86-video-vesa-2.3.4.tar.bz2 285675 BLAKE2B 
88c66b5bc3fbeb74867711e0bbda91f9f693d16a5080790c4e93ed203784ab730563053a2822e92fd2287e1fa59014f7a0a1e1c497e750a2e9c3ef84537f0bde
 SHA512 
5a01c295a03f367281f49bb186a003a91da3aa4cff7c37ef3fb83889b595f641745899c62e4c0954a1daf4b18bd0e1bcbbe1b87d2863d1ce71feffa1744e892d
 DIST xf86-video-vesa-2.4.0.tar.bz2 324599 BLAKE2B 
ddaa7a54d439b1afb1152e15e0d436cade79c51a61e78837a066e3e0c04d4a2ea6b079e68eca917e618aae125ed4eab7734009a337018460e771265b8daef443
 SHA512 
4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de



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

2019-01-19 Thread Matt Turner
commit: fbd725b53a8d4af691a50a6679023058a71a1f15
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:30:11 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd725b5

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

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

 .../xf86-video-intel-2.99.917_p20180214.ebuild | 92 --
 1 file changed, 92 deletions(-)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
deleted file mode 100644
index 9fc934130bf..000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=dri
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2 flag-o-matic
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="amd64 x86"
-   COMMIT_ID="75795523003798d789d417e82aaa81c7ea1ed616"
-   
SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
-   S=${WORKDIR}/${COMMIT_ID}
-fi
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-IUSE="debug dri3 +sna tools +udev uxa xvmc"
-
-REQUIRED_USE="
-   || ( sna uxa )
-"
-RDEPEND="
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXScrnSaver
-   >=x11-libs/pixman-0.27.1
-   >=x11-libs/libdrm-2.4.52[video_cards_intel]
-   dri3? (
-   >=x11-base/xorg-server-1.18
-   !<=media-libs/mesa-12.0.4
-   )
-   sna? (
-   >=x11-base/xorg-server-1.10
-   )
-   tools? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libxshmfence
-   x11-libs/libXtst
-   )
-   udev? (
-   virtual/udev
-   )
-   xvmc? (
-   x11-libs/libXvMC
-   >=x11-libs/libxcb-1.5
-   x11-libs/xcb-util
-   )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_configure() {
-   replace-flags -Os -O2
-   XORG_CONFIGURE_OPTIONS=(
-   --disable-dri1
-   $(use_enable debug)
-   $(use_enable dri)
-   $(use_enable dri dri3)
-   $(usex dri3 "--with-default-dri=3")
-   $(use_enable sna)
-   $(use_enable tools)
-   $(use_enable udev)
-   $(use_enable uxa)
-   $(use_enable xvmc)
-   )
-   xorg-2_src_configure
-}
-
-pkg_postinst() {
-   if linux_config_exists && \
-   kernel_is -lt 4 3 && ! linux_chkconfig_present DRM_I915_KMS; 
then
-   echo
-   ewarn "This driver requires KMS support in your kernel"
-   ewarn "  Device Drivers --->"
-   ewarn "Graphics support --->"
-   ewarn "  Direct Rendering Manager (XFree86 4.1.0 and higher 
DRI support)  --->"
-   ewarn "  <*>   Intel 830M, 845G, 852GM, 855GM, 865G (i915 
driver)  --->"
-   ewarn "   i915 driver"
-   ewarn "  [*]   Enable modesetting on intel by default"
-   echo
-   fi
-}



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

2019-01-19 Thread Matt Turner
commit: d3ef3130fd521786ec9b2f71fc631590da862099
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:29:02 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ef3130

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

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

 .../xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild   | 13 ---
 .../xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild   | 26 --
 2 files changed, 39 deletions(-)

diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild 
b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild
deleted file mode 100644
index 0d534cc2582..000
--- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="Generic VESA video driver"
-KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.0.99
-   >=x11-libs/libpciaccess-0.12.901"
-DEPEND="${RDEPEND}"

diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild 
b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild
deleted file mode 100644
index c0e1de044ce..000
--- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic VESA video driver"
-KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.6
-   >=x11-libs/libpciaccess-0.12.901"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   linux-info_pkg_setup
-
-   if ! linux_config_exists || ! linux_chkconfig_present DEVMEM; then
-   echo
-   ewarn "This driver requires /dev/mem support in your kernel"
-   ewarn "  Device Drivers --->"
-   ewarn "Character devices  --->"
-   ewarn "  [*] /dev/mem virtual device support"
-   echo
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/files/, x11-drivers/xf86-input-wacom/

2019-01-19 Thread Matt Turner
commit: e0afeb07eaa642f0508dec429c124fba008da07f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:28:14 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0afeb07

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

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

 x11-drivers/xf86-input-wacom/Manifest  |  2 -
 ...put-wacom-0.34.0-xorg-server-1.19-support.patch | 49 --
 .../xf86-input-wacom-0.34.0.ebuild | 77 --
 .../xf86-input-wacom-0.35.0.ebuild | 73 
 .../xf86-input-wacom-0.36.0.ebuild | 73 
 5 files changed, 274 deletions(-)

diff --git a/x11-drivers/xf86-input-wacom/Manifest 
b/x11-drivers/xf86-input-wacom/Manifest
index ab7988b64c4..4b3259e7a1f 100644
--- a/x11-drivers/xf86-input-wacom/Manifest
+++ b/x11-drivers/xf86-input-wacom/Manifest
@@ -1,3 +1 @@
-DIST xf86-input-wacom-0.34.0.tar.bz2 598624 BLAKE2B 
9b8b39f859a007c89ff1eb24711a2cc6a90b3106b8a3ceb2bc3c7064c14c5079e8ab08e248309ab08716da5c2e593046dd78b3d989167762c794af95b85ae95f
 SHA512 
d0aae70853f73d989d168e054bb21ddbd2114ec6c012b1c5f949838bb20a7fe75711211886dd649ec0e9449d199da17b4ff156d5d672ad02c8b2e0b667cc40ad
-DIST xf86-input-wacom-0.35.0.tar.bz2 601314 BLAKE2B 
59c2b03b79d141b71583ce3ea6ac4957e345322b67e78f24333a3f045316aa878dbcca6a575f7daf490e2991494215d83bf28bb9ec6b8a8c133abc57d559dc44
 SHA512 
9586348e8da91651bc9a9ee9e74dd77f4311060538dcb228681b98300f7624401878190322dcbc4e798bd1eeeb7d2900abc3f5e949a583b6cda44821b8821058
 DIST xf86-input-wacom-0.36.0.tar.bz2 611678 BLAKE2B 
b3fc8310514e6e07c3c25fceeb982d66e9e10730028af769cd331578a48720666a0872b625beb15c7f68bbb291293dfe4c4e305411310c67bb2bd148e7d570d8
 SHA512 
48e4cf945eb0f5c7c65d46153756372bbfd6d1f101cd90f609c71cc21b36fa671d98c7be0b52d519775c7e7b875ec441d4308cf70d7897198600553e7a93ccc5

diff --git 
a/x11-drivers/xf86-input-wacom/files/xf86-input-wacom-0.34.0-xorg-server-1.19-support.patch
 
b/x11-drivers/xf86-input-wacom/files/xf86-input-wacom-0.34.0-xorg-server-1.19-support.patch
deleted file mode 100644
index 3c1494d3605..000
--- 
a/x11-drivers/xf86-input-wacom/files/xf86-input-wacom-0.34.0-xorg-server-1.19-support.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From f0dedf7a610ac97bc45738492b98ce4f1e0514ec Mon Sep 17 00:00:00 2001
-From: Jason Gerecke 
-Date: Wed, 18 Jan 2017 09:00:10 -0800
-Subject: [PATCH] tests: Fix compilation under ABI 25 and greater
-
-The X server recently deprecated xf86BlockSIGIO and xf86UnblockSIGIO and
-simultaneously defined them inline within xf86.h. The new inline definition
-causes problems both because fake-symbols.c will end up redefining them,
-and because the function bodies reference a symbol that does not get included
-when building the tests. To fix these errors, update fake-symbols.c with
-updated include guards and a definition of the undefined symbols.
-
-Signed-off-by: Jason Gerecke 
-Reviewed-by: Peter Hutterer 

- test/fake-symbols.c | 10 ++
- 1 file changed, 10 insertions(+)
-
-diff --git a/test/fake-symbols.c b/test/fake-symbols.c
-index 6f2c10a..e649fb9 100644
 a/test/fake-symbols.c
-+++ b/test/fake-symbols.c
-@@ -493,6 +493,7 @@ void TimerFree(OsTimerPtr timer)
- {
- }
- 
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 24
- int
- xf86BlockSIGIO (void)
- {
-@@ -503,6 +504,15 @@ void
- xf86UnblockSIGIO (int wasset)
- {
- }
-+#else
-+void input_lock (void)
-+{
-+}
-+
-+void input_unlock (void)
-+{
-+}
-+#endif
- 
- /* This is not the same as the X server one, but it'll do for the tests */
- #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 14
--- 
-2.10.2
-

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
deleted file mode 100644
index cd427a34041..000
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="Driver for Wacom tablets and drawing devices"
-HOMEPAGE="http://linuxwacom.sourceforge.net/;
-LICENSE="GPL-2"
-EGIT_REPO_URI="git://git.code.sf.net/p/linuxwacom/${PN}"
-[[ ${PV} != * ]] && \
-   SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
-
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-IUSE="debug"
-
-# depend on libwacom for its udev rules, bug #389633
-RDEPEND="dev-libs/libwacom
-   virtual/udev
-   >=x11-base/xorg-server-1.7
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXinerama"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-PATCHES=(
-   "${FILESDIR}/${P}-xorg-server-1.19-support.patch"
-)
-
-pkg_setup() {
-   linux-info_pkg_setup
-
-   XORG_CONFIGURE_OPTIONS=(
-   

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

2019-01-19 Thread Matt Turner
commit: 3801c29ee909429131f329db332a424aca16fd79
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:29:38 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3801c29e

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

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

 .../xf86-video-nouveau-1.0.15.ebuild| 21 -
 1 file changed, 21 deletions(-)

diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild 
b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
deleted file mode 100644
index 848b9f06a42..000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git;
-   SRC_URI=""
-fi
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="https://nouveau.freedesktop.org/wiki/;
-
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
-   >=x11-libs/libpciaccess-0.10"
-DEPEND="${RDEPEND}"



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

2019-01-19 Thread Matt Turner
commit: a5251136ccf06632f80d79b00cff626493482b80
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:24:32 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5251136

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

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

 x11-drivers/xf86-input-libinput/Manifest|  2 --
 .../xf86-input-libinput-0.27.1.ebuild   | 21 -
 .../xf86-input-libinput-0.28.0-r1.ebuild| 21 -
 3 files changed, 44 deletions(-)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index b591ae98518..e91ba50f519 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1,3 +1 @@
-DIST xf86-input-libinput-0.27.1.tar.bz2 373248 BLAKE2B 
499c5c1b33f515937477531741db361620583f9d647ab5ee63193f5b82ecbbe5c124a447509c6b7de281cf6330f9747032d8bad8c2b1dbbcdd4517cf4f82
 SHA512 
01379f5d71bf39214c4dff428173512df57fd12e782f3fcde757be923aa0dbf4e010a0395a81bd8e4fb518edc7e05ca1ee64b1e313eb4df5d4990315580609a1
-DIST xf86-input-libinput-0.28.0.tar.bz2 374318 BLAKE2B 
b8629115fce658d9d432c05a983227aa1fa40da51e14c366bc0880b9d7c81c971abcb4c4b60ec37b756efad60be8eef061c0d3dcdd86f4fdb8b56e13f4ed9409
 SHA512 
4276b6aea87ddc83fa1f5e8d8949e34ad117186a6b5b599549231cb90424cd0fa69f3a4701ce529739c676665bb5c936eb447817c9420511d23bc048f6be92a4
 DIST xf86-input-libinput-0.28.1.tar.bz2 375923 BLAKE2B 
f676e857fd47baad848a9325dd23ff41d9f3a0e1ab148b4e0662fe5c47f1c148bf702189c16990defdc18a33378647373ca18a379cb4421043871ec44f1224cc
 SHA512 
2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.1.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.1.ebuild
deleted file mode 100644
index 40349503513..000
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.27.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libinput-1.5.0:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" )
-
-pkg_pretend() {
-   CONFIG_CHECK="~TIMERFD"
-   check_extra_config
-}

diff --git 
a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0-r1.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0-r1.ebuild
deleted file mode 100644
index fb96bba2623..000
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libinput-1.5.0:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" )
-
-pkg_pretend() {
-   CONFIG_CHECK="~TIMERFD"
-   check_extra_config
-}



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

2019-01-19 Thread Matt Turner
commit: 36550b915a53ba958b3a1cd54b7bbd4c07efd74e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:36:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36550b91

x11-base/xorg-drivers: Drop old versions

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

 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 135 -
 1 file changed, 135 deletions(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
deleted file mode 100644
index 9f6935c15fd..000
--- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Meta package containing deps on all xorg drivers"
-HOMEPAGE="https://www.gentoo.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-
-IUSE_INPUT_DEVICES="
-   input_devices_elographics
-   input_devices_evdev
-   input_devices_joystick
-   input_devices_keyboard
-   input_devices_libinput
-   input_devices_mouse
-   input_devices_vmmouse
-   input_devices_void
-   input_devices_synaptics
-   input_devices_wacom
-"
-IUSE_VIDEO_CARDS="
-   video_cards_amdgpu
-   video_cards_ast
-   video_cards_dummy
-   video_cards_fbdev
-   video_cards_freedreno
-   video_cards_geode
-   video_cards_glint
-   video_cards_i915
-   video_cards_i965
-   video_cards_intel
-   video_cards_mga
-   video_cards_newport
-   video_cards_nouveau
-   video_cards_nv
-   video_cards_omap
-   video_cards_qxl
-   video_cards_r128
-   video_cards_radeon
-   video_cards_radeonsi
-   video_cards_siliconmotion
-   video_cards_tdfx
-   video_cards_tegra
-   video_cards_vesa
-   video_cards_via
-   video_cards_vc4
-   video_cards_virtualbox
-   video_cards_vmware
-   video_cards_voodoo
-   video_cards_nvidia
-"
-
-IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
-
-PDEPEND="
-   input_devices_elographics? ( x11-drivers/xf86-input-elographics )
-   input_devices_evdev?   ( x11-drivers/xf86-input-evdev )
-   input_devices_joystick?( x11-drivers/xf86-input-joystick )
-   input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
-   input_devices_libinput?( x11-drivers/xf86-input-libinput )
-   input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
-   input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
-   input_devices_void?( x11-drivers/xf86-input-void )
-   input_devices_synaptics?   ( x11-drivers/xf86-input-synaptics )
-   input_devices_wacom?   ( x11-drivers/xf86-input-wacom )
-
-   video_cards_amdgpu?( x11-drivers/xf86-video-amdgpu )
-   video_cards_ast?   ( x11-drivers/xf86-video-ast )
-   video_cards_dummy? ( x11-drivers/xf86-video-dummy )
-   video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
-   video_cards_freedreno? ( >=x11-base/xorg-server-${PV}[glamor] )
-   video_cards_geode? ( x11-drivers/xf86-video-geode )
-   video_cards_glint? ( x11-drivers/xf86-video-glint )
-   video_cards_i915?  ( x11-drivers/xf86-video-intel )
-   video_cards_i965?  ( >=x11-base/xorg-server-${PV}[glamor] )
-   video_cards_intel? ( !video_cards_i965? ( 
x11-drivers/xf86-video-intel ) )
-   video_cards_mga?   ( x11-drivers/xf86-video-mga )
-   video_cards_newport?   ( x11-drivers/xf86-video-newport )
-   video_cards_nouveau?   ( x11-drivers/xf86-video-nouveau )
-   video_cards_nv?( x11-drivers/xf86-video-nv )
-   video_cards_omap?  ( x11-drivers/xf86-video-omap )
-   video_cards_qxl?   ( x11-drivers/xf86-video-qxl )
-   video_cards_nvidia?( x11-drivers/nvidia-drivers )
-   video_cards_r128?  ( x11-drivers/xf86-video-r128 )
-   video_cards_radeon?( x11-drivers/xf86-video-ati )
-   video_cards_radeonsi?  ( x11-drivers/xf86-video-ati[glamor] )
-   video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion )
-   video_cards_tdfx?  ( x11-drivers/xf86-video-tdfx )
-   video_cards_tegra? ( >=x11-base/xorg-server-${PV}[glamor] )
-   video_cards_vc4?   ( >=x11-base/xorg-server-${PV}[glamor] )
-   video_cards_vesa?  ( x11-drivers/xf86-video-vesa )
-   video_cards_via?   ( x11-drivers/xf86-video-openchrome )
-   video_cards_virtualbox?( x11-drivers/xf86-video-vboxvideo )
-   video_cards_vmware?( x11-drivers/xf86-video-vmware )
-   

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ast/, x11-drivers/xf86-video-ast/files/

2019-01-19 Thread Matt Turner
commit: d60e0f40af8ce53343a2185dcd9c7ba789e7ccf9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:31:27 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60e0f40

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

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

 x11-drivers/xf86-video-ast/Manifest|   2 -
 .../xf86-video-ast-0.97.0-remove-mibstore_h.patch  | 101 -
 .../xf86-video-ast/xf86-video-ast-0.97.0-r1.ebuild |  15 ---
 .../xf86-video-ast/xf86-video-ast-1.0.1.ebuild |  11 ---
 4 files changed, 129 deletions(-)

diff --git a/x11-drivers/xf86-video-ast/Manifest 
b/x11-drivers/xf86-video-ast/Manifest
index b8db4940407..2c0ac2d83cd 100644
--- a/x11-drivers/xf86-video-ast/Manifest
+++ b/x11-drivers/xf86-video-ast/Manifest
@@ -1,3 +1 @@
-DIST xf86-video-ast-0.97.0.tar.bz2 336424 BLAKE2B 
7c32d555796e5963362695bd17d10d9bfcc2ad646302963c044b8c6b7a2030d7909a5ffc59cd1a31336d03d3e86ea9b5c015dc039d670760d251132b4a898d2f
 SHA512 
7eadb06c0159d460977b6e99183e6f1c4673f18b26072d9c28fc38518522fe9adade89531a42d83e277d545a3f157c37c6600b0330bb90327c1a17b5698fa22d
-DIST xf86-video-ast-1.0.1.tar.bz2 334841 BLAKE2B 
0c4a213fc43dcbbaf8466200c20fb804f16de40b36f4bc770e53cada91987d6e251dce36f00f20aa58160c7bc6a7cdefe7ec6330b44bca78723c271eadabe0ff
 SHA512 
d7c5bb52f05a8ebd4a3e5ae8554462793d9038980d8607c1bfd5c6b89f4a1b0a83931792315cd170900197c8d7a28d47e761f2e1a344218d2b1c49140eb8faa0
 DIST xf86-video-ast-1.1.5.tar.bz2 339848 BLAKE2B 
48ebb8f54307a467eb952ff57dce4cc9da11b627354c54e11426133dee029765390c8c61f0b724bfc66c2f86aa5938ddad49707847b50648d875dccf5c4be9fd
 SHA512 
067c2ce3e74c83fe1531213308753cb80482d177c93009c99dc49e95bfa6ff058d81cc716d6c343b9ca1e0eb7aedf3b84beb12ad08b8cd4d9f43e11f9e192e8e

diff --git 
a/x11-drivers/xf86-video-ast/files/xf86-video-ast-0.97.0-remove-mibstore_h.patch
 
b/x11-drivers/xf86-video-ast/files/xf86-video-ast-0.97.0-remove-mibstore_h.patch
deleted file mode 100644
index 006daaa1353..000
--- 
a/x11-drivers/xf86-video-ast/files/xf86-video-ast-0.97.0-remove-mibstore_h.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-From 0833e0086b9712b1c29571919899d5d17fea8382 Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Tue, 25 Sep 2012 12:54:33 +
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson 

-diff --git a/src/ast_2dtool.c b/src/ast_2dtool.c
-index 6be9a4f..684e400 100644
 a/src/ast_2dtool.c
-+++ b/src/ast_2dtool.c
-@@ -27,7 +27,6 @@
- #include "xf86_OSproc.h"
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
-diff --git a/src/ast_accel.c b/src/ast_accel.c
-index a789b21..0e7e5d3 100644
 a/src/ast_accel.c
-+++ b/src/ast_accel.c
-@@ -27,7 +27,6 @@
- #include "xf86_OSproc.h"
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
-diff --git a/src/ast_cursor.c b/src/ast_cursor.c
-index 47ea09d..c672564 100644
 a/src/ast_cursor.c
-+++ b/src/ast_cursor.c
-@@ -27,7 +27,6 @@
- #include "xf86_OSproc.h"
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
-diff --git a/src/ast_driver.c b/src/ast_driver.c
-index 5e6a26e..43fcdbc 100644
 a/src/ast_driver.c
-+++ b/src/ast_driver.c
-@@ -31,7 +31,6 @@
- #endif
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
-@@ -888,7 +887,6 @@ ASTScreenInit(SCREEN_INIT_ARGS_DECL)
-}
- #endif /* end of Accel_2D */
-  
--   miInitializeBackingStore(pScreen);
-xf86SetBackingStore(pScreen);
-xf86SetSilkenMouse(pScreen);
- 
-diff --git a/src/ast_mode.c b/src/ast_mode.c
-index 50289f1..2e06062 100644
 a/src/ast_mode.c
-+++ b/src/ast_mode.c
-@@ -27,7 +27,6 @@
- #include "xf86_OSproc.h"
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
-diff --git a/src/ast_tool.c b/src/ast_tool.c
-index c701c1e..c2bfac6 100644
 a/src/ast_tool.c
-+++ b/src/ast_tool.c
-@@ -27,7 +27,6 @@
- #include "xf86_OSproc.h"
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
-diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c
-index 42de52c..513cf7b 100644
 a/src/ast_vgatool.c
-+++ b/src/ast_vgatool.c
-@@ -27,7 +27,6 @@
- #include "xf86_OSproc.h"
- #include "xf86cmap.h"
- #include "compiler.h"
--#include "mibstore.h"
- #include "vgaHW.h"
- #include "mipointer.h"
- #include "micmap.h"
---
-cgit v0.9.0.2-2-gbebe

diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-0.97.0-r1.ebuild 
b/x11-drivers/xf86-video-ast/xf86-video-ast-0.97.0-r1.ebuild
deleted file mode 100644
index 

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

2019-01-19 Thread Matt Turner
commit: 4ae106967f8548354f618df07ea4f2c09e597c4d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:30:47 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae10696

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

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

 x11-drivers/xf86-video-geode/Manifest  |  2 --
 .../xf86-video-geode-2.11.17.ebuild| 23 --
 .../xf86-video-geode-2.11.18.ebuild| 23 --
 3 files changed, 48 deletions(-)

diff --git a/x11-drivers/xf86-video-geode/Manifest 
b/x11-drivers/xf86-video-geode/Manifest
index 94848b3a76d..0724ca8e665 100644
--- a/x11-drivers/xf86-video-geode/Manifest
+++ b/x11-drivers/xf86-video-geode/Manifest
@@ -1,3 +1 @@
-DIST xf86-video-geode-2.11.17.tar.bz2 680765 BLAKE2B 
60eb8b400c46c87f6056b986f13130dbf9d2883b67fce78bd71bc6ab4140990c1ecd644c3484a009ec9db3f3e992304d1ba456853494443ec92a8ca68c68ef71
 SHA512 
d9252ee877c50a18dfb35fc138b1d58dc470c341b8464e2e112c36153a8c1405c7f7bdedfc60453b3dccac422948664a28964485577066f7563eb62f2eb0f202
-DIST xf86-video-geode-2.11.18.tar.bz2 683272 BLAKE2B 
68abea1c042d0691f2ef2a0db0a914d230df5ec421e0dfc2caf2bf6e7d7b9d13b04932ffe9d0e958b2157fd5a5c10a66a17b230f2968c5d34d942509635f2865
 SHA512 
6b8bc9deefba98217c64f7be709974361ee588e5386dee4a457f41eb1c07ada7b7f216c5e36491c565b46ad0428c07bdcbfce2c796df040e4f8e7a2f000487dd
 DIST xf86-video-geode-2.11.19.tar.bz2 668151 BLAKE2B 
9d207fdc36fd48d0f36258cc497f9ad1a1650647a2dd6068d417a67066ca832f9c914fcf91f286173f58f12f9c641e01b34fb410d66fd33445060994b3347731
 SHA512 
f0b1c5edf1c226a4379aa9a4983e69cbaced0618868a7902de41a7754c148324c2a4ea73704aefd96f48d36f035fb2c8063604c26e21e986e4f90c3716578d41

diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild 
b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild
deleted file mode 100644
index 05d667820d8..000
--- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="AMD Geode GX2 and LX video driver"
-
-KEYWORDS="x86"
-IUSE="ztv"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   ztv? (
-   sys-kernel/linux-headers
-   )"
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable ztv)
-   )
-   xorg-2_src_configure
-}

diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild 
b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild
deleted file mode 100644
index 71011b9f74f..000
--- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="AMD Geode GX2 and LX video driver"
-
-KEYWORDS="x86"
-IUSE="ztv"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   ztv? (
-   sys-kernel/linux-headers
-   )"
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable ztv)
-   )
-   xorg-2_src_configure
-}



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

2019-01-19 Thread Matt Turner
commit: 187ca914ca152892ad119be69662bde07d043996
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:28:42 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187ca914

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

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

 .../xf86-input-evdev-2.10.5.ebuild | 24 --
 1 file changed, 24 deletions(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild 
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
deleted file mode 100644
index bd887a55784..000
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info xorg-2
-
-DESCRIPTION="Generic Linux input driver"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.18[udev]
-   dev-libs/libevdev
-   sys-libs/mtdev
-   virtual/libudev:="
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6
-   x11-base/xorg-proto"
-
-pkg_pretend() {
-   if use kernel_linux ; then
-   CONFIG_CHECK="~INPUT_EVDEV"
-   fi
-   check_extra_config
-}



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

2019-01-19 Thread Matt Turner
commit: 9779f087f8fa248b09578a124e083c5f9a1d3166
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:39:13 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9779f087

media-libs/mesa: Drop old versions

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

 media-libs/mesa/Manifest   |   3 -
 media-libs/mesa/mesa-18.2.7.ebuild | 515 
 media-libs/mesa/mesa-18.3.0.ebuild | 519 -
 media-libs/mesa/mesa-18.3.1.ebuild | 519 -
 4 files changed, 1556 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index c9027aa77d7..9d6c1bb9ac7 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,5 +1,2 @@
-DIST mesa-18.2.7.tar.xz 11356060 BLAKE2B 
efad9f46ab1a5d007accce557da717ae69fe49e56f7a4bc90193b91a7d7be22ac899fc37d66fd6e9844091450c999a0288515f3ea39612d3fbe63b426a9690ac
 SHA512 
81f7b7108352cb3d8cf4b600ce2b0db6eb8420df550bf9f7087d83c2ab0f8dc32abe188f8ce5f52066e432fb64d9d17fc0edfbc9d0cb0650d0041f14064d9d77
 DIST mesa-18.2.8.tar.xz 11385224 BLAKE2B 
c6fbf71e2ab6837f91dfa996cf7e89e9cae22e219cac56bd4201f7a62c787ddd2f65e7d162a329971018f0b1a796ee1a5b252ee6b43bb3b27a233d67b6cdf615
 SHA512 
04d5ada9ba3acea853def3ebcbb53ee76936a4cd4229ae753d2ce1b5cf543bea1e5764f2ef2b19735d47d041ba6b0582841bc89e2c9331fdfbd89386f599a1f7
-DIST mesa-18.3.0.tar.xz 11865356 BLAKE2B 
e9529a6257b3dd914e9bfe5c88bfbc30d652a045dfd9ed1387b12db9e6a89968b3affc5bc91d4d773035c505f32c3749216ae3666787bf97f1b23dcd8e0f7d3a
 SHA512 
6643d8a100c50efee7178fe950e7cccad24c3a98538d3a13c7c6570add30a56776b4e5f279e2b0a20c4038e682e9461ca5a4fd4ac23a7f60d2f4a0c972525c42
-DIST mesa-18.3.1.tar.xz 11865960 BLAKE2B 
6863a6d3891d1d2916139f71a5beefd7d83c81a0753d2c6885126636647cb5f7332dc308a9927f149951b122770ed07bc96ff5361dd23fbe1e07fb31d9c05147
 SHA512 
a68d39158cf1e868d70730d0641a0cfe4c6e5b3cd1bc0c47f54022402aca03503933084f6ddc722bf88c9b6d1281ba5c847ec4fed8092a9b33f90527d08e12db
 DIST mesa-18.3.2.tar.xz 11868440 BLAKE2B 
49612671fd4187e71441bc88094f2cde2057b8b45ad2546357be715a7c69dd38f5ef03b837369e302509e0b9882ba209e7901b172dc3f7d797804fa4ab383c91
 SHA512 
34b66520728d720b1f3d3d63f8ba5c255d57b9e8fe427264419e4163b474df662ff6db9ca8b81283866da415e34346a4c39fc37bebe2a0929be14480faf4db45

diff --git a/media-libs/mesa/mesa-18.2.7.ebuild 
b/media-libs/mesa/mesa-18.2.7.ebuild
deleted file mode 100644
index d0b6f1befec..000
--- a/media-libs/mesa/mesa-18.2.7.ebuild
+++ /dev/null
@@ -1,515 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit llvm meson multilib-minimal pax-utils python-any-r1
-
-OPENGL_DIR="xorg-x11"
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="OpenGL-like graphic library for Linux"
-HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
-   EXPERIMENTAL="true"
-   inherit git-r3
-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"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-RESTRICT="
-   !test? ( test )
-"
-
-RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
-VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
-for card in ${VIDEO_CARDS}; do
-   IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS}
-   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
-   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
-   vulkan wayland xa xvmc"
-
-REQUIRED_USE="
-   d3d9?   ( dri3 || ( video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
-   gles1?  ( egl )
-   gles2?  ( egl )
-   vulkan? ( dri3
- || ( video_cards_i965 video_cards_radeonsi )
- video_cards_radeonsi? ( llvm ) )
-   wayland? ( egl gbm )
-   video_cards_freedreno?  ( gallium )
-   video_cards_intel?  ( classic )
-   video_cards_i915?   ( || ( classic gallium ) )
-   video_cards_i965?   ( classic )
-   video_cards_imx?( gallium video_cards_vivante )
-   video_cards_nouveau? ( || ( classic gallium ) )
-   video_cards_radeon? ( || ( classic gallium )
- gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
-   video_cards_r100?   ( classic )
-   video_cards_r200?   ( classic )
-   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
-   video_cards_r600?   ( gallium )
-   video_cards_radeonsi?   ( gallium llvm )

[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/, x11-base/xorg-server/files/

2019-01-19 Thread Matt Turner
commit: 4c14dca574c964ff238b45966d6d756fe01220d6
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:35:41 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c14dca5

x11-base/xorg-server: Drop old versions

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

 x11-base/xorg-server/Manifest  |   1 -
 .../files/xorg-server-1.19.4-sysmacros.patch   |  36 
 ...t-pick-sRGB-config-for-32-bit-RGBA-visual.patch |  39 
 x11-base/xorg-server/metadata.xml  |   1 -
 x11-base/xorg-server/xorg-server-1.19.5-r2.ebuild  | 224 -
 5 files changed, 301 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 3bc38c0e6c1..4dc15913393 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,2 +1 @@
-DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 
23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3
 SHA512 
928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
 DIST xorg-server-1.20.3.tar.bz2 6205000 BLAKE2B 
9fc8acf1812d0aa4800941dd1846060f91edf1e7ebc92b35e8c2028266d88d3ab3ba14e95f535e5ee41941f8e20769ee75723ba609f5653d4892f97bc5cf91c4
 SHA512 
ee44554f86df4297f54c5871fe7a18954eeef4338775a25f36d6577b279c4775f61128da71b86cfaeadcc080838d6749dede138d4db178866579da2056543fba

diff --git a/x11-base/xorg-server/files/xorg-server-1.19.4-sysmacros.patch 
b/x11-base/xorg-server/files/xorg-server-1.19.4-sysmacros.patch
deleted file mode 100644
index 8a3cb769292..000
--- a/x11-base/xorg-server/files/xorg-server-1.19.4-sysmacros.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 7d097c0c38ab82115a1e56489bfe09f9f01b24de Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Wed, 11 Oct 2017 16:11:49 +0300
-Subject: [PATCH] config/udev: Add sys/sysmacros.h include for major/minor
- functions for new glibc
-
-Commits d732c36597fa and 84e3b96b5313 added the include to some files, but
-missed config/udev.c, where the major and minor functions are used as well.
-This should be Linux-only, so we don't need the sys/mkdev.h case here for
-Solaris.
-
-Signed-off-by: Mart Raudsepp 

-https://bugs.gentoo.org/633530
-https://patchwork.freedesktop.org/patch/181800/
-
- config/udev.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/config/udev.c b/config/udev.c
-index 932f230..b3b8d0f 100644
 a/config/udev.c
-+++ b/config/udev.c
-@@ -30,6 +30,9 @@
- #include 
- #include 
- #include 
-+#ifdef HAVE_SYS_SYSMACROS_H
-+#include 
-+#endif
- 
- #include "input.h"
- #include "inputstr.h"
--- 
-2.10.2
-

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.19.5-glx-do-not-pick-sRGB-config-for-32-bit-RGBA-visual.patch
 
b/x11-base/xorg-server/files/xorg-server-1.19.5-glx-do-not-pick-sRGB-config-for-32-bit-RGBA-visual.patch
deleted file mode 100644
index d7e5e511e5d..000
--- 
a/x11-base/xorg-server/files/xorg-server-1.19.5-glx-do-not-pick-sRGB-config-for-32-bit-RGBA-visual.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From c2954b16c8730c7ed8441fd8dba25900f3aed265 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tapani=20P=C3=A4lli?= 
-Date: Tue, 28 Nov 2017 09:23:29 +0200
-Subject: [PATCH] glx: do not pick sRGB config for 32-bit RGBA visual
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This fixes blending issues seen with kwin and gnome-shell when
-32bit visual has sRGB capability set.
-
-Reviewed-by: Adam Jackson 
-Signed-off-by: Tapani Pälli 
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103699
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103646
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103655

- glx/glxscreens.c | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/glx/glxscreens.c b/glx/glxscreens.c
-index 73444152a..596d972e0 100644
 a/glx/glxscreens.c
-+++ b/glx/glxscreens.c
-@@ -271,6 +271,11 @@ pickFBConfig(__GLXscreen * pGlxScreen, VisualPtr visual)
- /* If it's the 32-bit RGBA visual, demand a 32-bit fbconfig. */
- if (visual->nplanes == 32 && config->rgbBits != 32)
- continue;
-+/* If it's the 32-bit RGBA visual, do not pick sRGB capable config.
-+ * This can cause issues with compositors that are not sRGB aware.
-+ */
-+if (visual->nplanes == 32 && config->sRGBCapable == GL_TRUE)
-+continue;
- /* Can't use the same FBconfig for multiple X visuals.  I think. */
- if (config->visualID != 0)
- continue;
--- 
-2.17.0
-

diff --git a/x11-base/xorg-server/metadata.xml 
b/x11-base/xorg-server/metadata.xml
index 8c8c243082e..74e52195b25 100644
--- a/x11-base/xorg-server/metadata.xml
+++ b/x11-base/xorg-server/metadata.xml
@@ -9,7 +9,6 @@
Build the 

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

2019-01-19 Thread Matt Turner
commit: 05eaabe60a3bdc114683c4ad41a3285c562202e9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan 20 05:29:17 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan 20 05:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eaabe6

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

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

 .../xf86-video-openchrome-0.5.0.ebuild | 49 --
 1 file changed, 49 deletions(-)

diff --git 
a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.5.0.ebuild 
b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.5.0.ebuild
deleted file mode 100644
index 0dce180b8af..000
--- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.5.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for VIA/S3G cards"
-HOMEPAGE="https://www.freedesktop.org/wiki/Openchrome/;
-LICENSE="MIT"
-
-KEYWORDS="amd64 x86"
-IUSE="debug viaregtool"
-
-RDEPEND=">=x11-base/xorg-server-1.9"
-DEPEND="
-   ${RDEPEND}
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXv
-   x11-libs/libXvMC
-   x11-libs/libdrm
-"
-
-DOCS=( ChangeLog NEWS README )
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable debug)
-   $(use_enable debug xv-debug)
-   $(use_enable viaregtool)
-   )
-   xorg-2_src_configure
-}
-
-pkg_postinst() {
-   xorg-2_pkg_postinst
-
-   elog "Supported chipsets:"
-   elog "CLE266 (VT3122), KM400/P4M800 (VT3205), K8M800 (VT3204),"
-   elog "PM800/PM880/CN400 (VT3259), VM800/CN700/P4M800Pro (VT3314),"
-   elog "CX700 (VT3324), P4M890 (VT3327), K8M890 (VT3336),"
-   elog "P4M900/VN896 (VT3364), VX800 (VT3353), VX855 (VT3409), VX900"
-   elog
-   elog "The driver name is 'openchrome', and this is what you need"
-   elog "to use in your xorg.conf (and not 'via')."
-   elog
-   elog "See the ChangeLog and release notes for more information."
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/

2019-01-19 Thread Georgy Yakovlev
commit: 24add694848170de3a948948354bca47eca44c21
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan 20 05:25:02 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan 20 05:25:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24add694

dev-java/oracle-jdk-bin: update checksum

Closes: https://bugs.gentoo.org/675866
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/oracle-jdk-bin/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index 2dc44e3f9e0..333667ee476 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -1,4 +1,4 @@
-DIST jdk-11.0.2_linux-x64_bin.tar.gz 179635903 BLAKE2B 
238487802fb91986a8a37c5c0f52ffc6c54bc2d4c1313c913be0aba53b19d021a38ca94801bf575d23cb6d1517b47588ce5f823974f358ca4fcf72a84fa91583
 SHA512 
8a699d24d863ffea557cc8f3ea326cbdd550cb0c604a9326ebb39ffda384f67b4dfe8ed34cb876aa9f63f417b82a408bcce49a1af32d9bec79bd5871e2759df8
+DIST jdk-11.0.2_linux-x64_bin.tar.gz 179640645 BLAKE2B 
eec4537f9c1ca88d65a65b1b827afbe49b2a020f1ba9056fe4a2efa31bcf1e0f134eede8bb0f51669f1978c79cef9a1b7eba6c93eaa2bb79e1847713ccc1cd57
 SHA512 
f6cd77cdad20107d8920bcf403ec01a7fa6d6eb9c020cc59077bb07633ce824562bec8b261ff1a3ea0e3946f6e4f5db8f704b9700410967c10c583967629270d
 DIST jdk-8u192-linux-arm32-vfp-hflt-demos.tar.gz 9508019 BLAKE2B 
6eabd83f98f1497c2c73cfb5972985ca879efba002f474dca9a0f4d30e3986ccae7886aac074f2f6ffc4100cc8c96514ccae0bc60af845028e8e89b301fbfcbb
 SHA512 
8b5e79d55e2c88127b53f9c52fb0e7033b1023daddcb59b43c991baf46db7276a5fabf8b39516b097967aeed354e4d7399c459a5784448cd4f6f4872b1d758a0
 DIST jdk-8u192-linux-arm32-vfp-hflt.tar.gz 76544503 BLAKE2B 
fdafcddd9e277a9421e9218e2b5de83792f9533cfc3b3e99afe8ee94776ae573fc97ed73702dbf7e96461741e7939b111ac8dcdfba9bdf28d2b6951acad8479f
 SHA512 
ccf6c6fbae9453c86b53255e13a3eaf3cc1ab999480244c8a38236c7d29ca46e9f1a0ce9e9fd02295a0f98eac97f3ac5231909fab655c0eda0f24a2d42c7c4ed
 DIST jdk-8u192-linux-arm64-vfp-hflt-demos.tar.gz 9506333 BLAKE2B 
1928bab95e3877fd9f5c28a7ac988c37613f5ae74abca9646c8fca1d9ebb2c4d984783699411263537bd957b0268647e1dd1d62036a15f6dc7d918e4582ccebd
 SHA512 
cee7a8de81fddafb26ca4b64f6c01052c51524e28e281863b17536200068de0e68ae66494e9e0d86cc6bad1dd01aafed281a9690e3e1c0a05d890a3e32850e5f



[gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/, sys-fs/lvm2/files/

2019-01-19 Thread Anthony G. Basile
commit: 42db1db01c7354108dd9d59dfa15915de8fd8928
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Jan 20 02:45:09 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Jan 20 02:55:47 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=42db1db0

sys-fs/lvm2: version bump to 2.02.183

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Marty E. Plummer  startmail.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-fs/lvm2/Manifest   |   1 +
 .../lvm2/files/lvm2-2.02.183-fix-stdio-usage.patch |  29 +++
 sys-fs/lvm2/files/lvm2-2.02.183-portability.patch  |  21 ++
 sys-fs/lvm2/lvm2-2.02.183.ebuild   | 262 +
 sys-fs/lvm2/metadata.xml   |   1 +
 5 files changed, 314 insertions(+)

diff --git a/sys-fs/lvm2/Manifest b/sys-fs/lvm2/Manifest
index 353cb66..bcbab95 100644
--- a/sys-fs/lvm2/Manifest
+++ b/sys-fs/lvm2/Manifest
@@ -1 +1,2 @@
 DIST LVM2.2.02.145.tgz 1986370 BLAKE2B 
0c9e5efae17f26ff86152cecbf0b11a74e85007b2fa9491f44dec03ac8c11375bacf6685213b4be19037c8fbf70e13549516716ecf8fa262919a44625e6aab34
 SHA512 
84e28b3efc940837ea9da70fce620744aea0945ba29383b76ad7bcd4b5259b897c714162a8e8b7cfe26ae736a3ad2eca633a3e0df4d6280a32b28bd4cf472d27
+DIST LVM2.2.02.183.tgz 2380574 BLAKE2B 
b1fe71b6cdb8ee20dd53d0ad3399c553487baafa12657ec81a794c84ad161988afdb8693ac247877a2645d693a0740c74c8b991047ed2ba4adc9ec75f1c261a9
 SHA512 
3947523c6b0862ada40677ed171ed0cf95e070119e377296fc5ccb153e9c4212d34c0b16a887dbd68ccf265525345dabfed2aa59fb3604555429a7e2ecfff4d7

diff --git a/sys-fs/lvm2/files/lvm2-2.02.183-fix-stdio-usage.patch 
b/sys-fs/lvm2/files/lvm2-2.02.183-fix-stdio-usage.patch
new file mode 100644
index 000..8564d08
--- /dev/null
+++ b/sys-fs/lvm2/files/lvm2-2.02.183-fix-stdio-usage.patch
@@ -0,0 +1,29 @@
+--- a/tools/lvmcmdline.c
 b/tools/lvmcmdline.c
+@@ -3110,7 +3110,7 @@ static int _check_standard_fds(void)
+   int err = is_valid_fd(STDERR_FILENO);
+ 
+   if (!is_valid_fd(STDIN_FILENO) &&
+-  !(stdin = fopen(_PATH_DEVNULL, "r"))) {
++  !freopen(_PATH_DEVNULL, "r", stdin)) {
+   if (err)
+   perror("stdin stream open");
+   else
+@@ -3120,7 +3120,7 @@ static int _check_standard_fds(void)
+   }
+ 
+   if (!is_valid_fd(STDOUT_FILENO) &&
+-  !(stdout = fopen(_PATH_DEVNULL, "w"))) {
++  !freopen(_PATH_DEVNULL, "r", stdout)) {
+   if (err)
+   perror("stdout stream open");
+   /* else no stdout */
+@@ -3128,7 +3128,7 @@ static int _check_standard_fds(void)
+   }
+ 
+   if (!is_valid_fd(STDERR_FILENO) &&
+-  !(stderr = fopen(_PATH_DEVNULL, "w"))) {
++  !freopen(_PATH_DEVNULL, "w", stderr)) {
+   printf("stderr stream open: %s\n",
+  strerror(errno));
+   return 0;

diff --git a/sys-fs/lvm2/files/lvm2-2.02.183-portability.patch 
b/sys-fs/lvm2/files/lvm2-2.02.183-portability.patch
new file mode 100644
index 000..ecdcb1c
--- /dev/null
+++ b/sys-fs/lvm2/files/lvm2-2.02.183-portability.patch
@@ -0,0 +1,21 @@
+--- a/lib/mm/memlock.c
 b/lib/mm/memlock.c
+@@ -159,7 +159,7 @@ static void _touch_memory(void *mem, siz
+ 
+ static void _allocate_memory(void)
+ {
+-#ifndef VALGRIND_POOL
++#if !defined(VALGRIND_POOL) && defined(__GLIBC__)
+   void *stack_mem;
+   struct rlimit limit;
+   int i, area = 0, missing = _size_malloc_tmp, max_areas = 32, hblks;
+--- a/libdaemon/server/daemon-server.c
 b/libdaemon/server/daemon-server.c
+@@ -18,6 +18,7 @@
+ #include "daemon-server.h"
+ #include "daemon-log.h"
+ 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/sys-fs/lvm2/lvm2-2.02.183.ebuild b/sys-fs/lvm2/lvm2-2.02.183.ebuild
new file mode 100644
index 000..1a2fab5
--- /dev/null
+++ b/sys-fs/lvm2/lvm2-2.02.183.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic
+
+DESCRIPTION="User-land utilities for LVM2 (device-mapper) software"
+HOMEPAGE="https://sourceware.org/lvm2/;
+SRC_URI="ftp://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz
+   ftp://sourceware.org/pub/lvm2/old/${PN/lvm/LVM}.${PV}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="readline static static-libs systemd lvm2create_initrd sanlock selinux 
+udev +thin device-mapper-only"
+REQUIRED_USE="device-mapper-only? ( !lvm2create_initrd !sanlock !thin )
+   systemd? ( udev )"
+
+DEPEND_COMMON="
+   dev-libs/libaio[static-libs?]
+   static? ( dev-libs/libaio[static-libs] )
+   !static? ( dev-libs/libaio[static-libs?] )
+   readline? ( sys-libs/readline:0= )
+   sanlock? ( sys-cluster/sanlock )
+   

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

2019-01-19 Thread Thomas Deutschmann
commit: 74bf7feabb362d0f65dc35bfbe80625344253b85
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 20 00:55:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 20 00:55:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bf7fea

media-libs/libwebp: bump to v1.0.2

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/libwebp/Manifest |  1 +
 media-libs/libwebp/libwebp-1.0.2.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/media-libs/libwebp/Manifest b/media-libs/libwebp/Manifest
index 5711627a297..9a101c97ffa 100644
--- a/media-libs/libwebp/Manifest
+++ b/media-libs/libwebp/Manifest
@@ -2,3 +2,4 @@ DIST libwebp-0.5.2.tar.gz 1221153 BLAKE2B 
bf8f20c9dd45f70e68dda4eb1104b511be07b4
 DIST libwebp-0.6.1.tar.gz 3990217 BLAKE2B 
680dcc56bd10797e93d09dc64ed04fd2ffb0b8131aa0c0f1497054c50f5cff73b7ee2aa96df4f7ca760640b636f6f5265ae26e7874a77a86d39d2c74197c93b7
 SHA512 
fece551d8fabdd8d7ba6807baa54a69a345f8690be4415dd0c0dea54002d78fe893a5d5aacfc13800300edd462b969d596709ac3213f6bc90f8e3698b2490d5f
 DIST libwebp-1.0.0.tar.gz 4023549 BLAKE2B 
10286182ddc1f3561d01edf095ba8921b932b950175c45bbc86400318f9a88237c7623b0bcdd0dfecea6efb085e84e029c82a61396cb784d778d59902353d2b4
 SHA512 
2af7036957722a3f1533fa2da0da15c76d7eb8ac98ec4ad5cf71dd4262f3d7c9897fb6b50befab83b7de22f0abceeb2c0ff52d60927513d40f8a41aa6a9abd99
 DIST libwebp-1.0.1.tar.gz 4030276 BLAKE2B 
4ea3b31bac14c61fbedad14ed675adb4cc0deaed83f8c58f8d589ab2453a8cff33d7832acba39c673aa31cbb3d5c6b487151173d162f92a3698115833b03b694
 SHA512 
44e0c278b4569c03c39a1e047bccd7b4270bda12feae0dadc54f8a61fd6a66be011229f1e7e853f64749bcd9ea9e8146989e2b632459b67a4aaea4a8033a1361
+DIST libwebp-1.0.2.tar.gz 4036397 BLAKE2B 
708c1083f62bdb3526f8319d9b6ce1e8aeba2bc785105ff7db07c9c7041311cedcfff000de5b8fd8e93550fc86ec149f6dd4a21f576709b80cb6a4b20ddd2863
 SHA512 
e095b8fdf0096395daf12892b3b74c472868e727f23640ba7aa5922a5a028b778a6a60d8a94f696f6c0ca49577dfc9a0b599ecb74ad831ade48c6db812b71d2e

diff --git a/media-libs/libwebp/libwebp-1.0.2.ebuild 
b/media-libs/libwebp/libwebp-1.0.2.ebuild
new file mode 100644
index 000..d561963a322
--- /dev/null
+++ b/media-libs/libwebp/libwebp-1.0.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools libtool multilib-minimal
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="A lossy image compression format"
+HOMEPAGE="https://developers.google.com/speed/webp/download;
+SRC_URI="http://downloads.webmproject.org/releases/webp/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/7" # subslot = libwebp soname version
+[[ "${PV}" = *_rc* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png 
static-libs swap-16bit-csp tiff"
+
+# TODO: dev-lang/swig bindings in swig/ subdirectory
+RDEPEND="gif? ( media-libs/giflib:= )
+   jpeg? ( virtual/jpeg:0= )
+   opengl? (
+   media-libs/freeglut
+   virtual/opengl
+   )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0= )"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # Fix libtool relinking, bug 499270.
+   #elibtoolize
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local args=(
+   --enable-libwebpmux
+   --enable-libwebpdemux
+   --enable-libwebpdecoder
+   $(use_enable static-libs static)
+   $(use_enable swap-16bit-csp)
+   $(use_enable jpeg)
+   $(use_enable png)
+   $(use_enable opengl gl)
+   $(use_enable tiff)
+
+   $(use_enable cpu_flags_x86_sse2 sse2)
+   $(use_enable cpu_flags_x86_sse4_1 sse4.1)
+   $(use_enable neon)
+
+   # Only used for gif2webp binary wrt #486646
+   $(multilib_native_use_enable gif)
+   )
+
+   ECONF_SOURCE="${S}" econf "${args[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+   find "${ED}" -name "*.la" -delete || die
+   dodoc AUTHORS ChangeLog doc/*.txt NEWS README{,.mux}
+}



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

2019-01-19 Thread Georgy Yakovlev
commit: 582b5b8f137514cb6ee34fbaf82b303d21305fb5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 19 21:58:58 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 19 22:12:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582b5b8f

sys-process/glances: bump to 3.1.0

Add python 3.7 support. Tests pass.
Clarify deps
Switch to github tarball to add tests.
Re-visit and update optional features list.

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-process/glances/Manifest |  1 +
 sys-process/glances/glances-3.1.0.ebuild | 94 
 2 files changed, 95 insertions(+)

diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
index e3d314d6e2d..7e141c2af1b 100644
--- a/sys-process/glances/Manifest
+++ b/sys-process/glances/Manifest
@@ -1,2 +1,3 @@
 DIST Glances-2.11.1.tar.gz 5665685 BLAKE2B 
5de75e7770cc01a0ddd6fcb0583e5d23c02e5188c7d6cbd55d2999be9321a1affda351094b8614d206e640e5a1338266b5c77629ec53bb280b9166f7b6a996e2
 SHA512 
99adccff7d1531760834b76f9a9525df0bf9a8f6f57dbd1f7c3c0515ba3b5c94f26172e19bbc7c93cecbe4bdebcca87ab3a11dd592259509eff85346780ef43a
 DIST Glances-3.0.2.tar.gz 6248035 BLAKE2B 
1f26788d1b1b66899bcbff8478cea75c8cc376a946b20299243f6f48aee59529560863eed329f10b58650b467a2c3032a1df613d5a8b5ea1e71085b3c0222a62
 SHA512 
db0ec256e2ae371db8840e7e51f0395a581efa89ab233bbaa219d5c138e751373aa79afd4de6120dd0085cd3305397c84435f22068b186e4a1d5fe83fae9d914
+DIST glances-3.1.0.tar.gz 6688798 BLAKE2B 
9ae2e6a4944d1af871b88ea325bc23cad24f11e70ff4871eeb6e4a510eb3a1e6f03fa5fa2cfde30d8b9aa0c32137aacb51d2dcb335c7ee6729e8d5913ec4e999
 SHA512 
a888cafa5987ab7a88caa0248e0cb3d9f65466d71ee8f1ca63565c5a8a59282be77c14f29afb2302fba0e79294c39e96384791cd89d23aa7727bfd4f20e2814d

diff --git a/sys-process/glances/glances-3.1.0.ebuild 
b/sys-process/glances/glances-3.1.0.ebuild
new file mode 100644
index 000..f1b46883366
--- /dev/null
+++ b/sys-process/glances/glances-3.1.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1 eutils linux-info
+
+DESCRIPTION="CLI curses based monitoring tool"
+HOMEPAGE="https://github.com/nicolargo/glances;
+SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND=">=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? ( ${RDEPEND} )
+"
+
+CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+python_prepare_all() {
+   # Remove duplicate entries of a prebuilt doc build and
+   # ensure install of the file glances.conf in /etc/${PN}
+   sed \
+   -e '/share\/doc\/glances/d' \
+   -e "s/'CONTRIBUTING.md',//" \
+   -e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', 
['conf/glances.conf':g" \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   # add an intended file from original data set from setup.py to DOCS
+   local DOCS=( README.rst CONTRIBUTING.md conf/glances.conf )
+   # build docs
+   if use doc; then
+   pushd docs
+   make html
+   popd
+   local HTML_DOCS=( docs/_build/html/. )
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   optfeature "Action script feature" dev-python/pystache
+   optfeature "Autodiscover mode" dev-python/zeroconf
+   optfeature "Cloud support" dev-python/requests
+   optfeature "Quicklook CPU info" dev-python/py-cpuinfo
+   optfeature "Docker monitoring support" dev-python/docker-py
+   #optfeature "Export module" \
+   #   unpackaged/bernhard \
+   #   unpackaged/cassandra-driver \
+   #   unpackaged/potsdb \
+   #   dev-python/couchdb-python \
+   #   dev-python/elasticsearch-py \
+   #   dev-python/influxdb \
+   #   dev-python/kafka-python \
+   #   dev-python/pika \
+   #   dev-python/paho-mqtt \
+   #   dev-python/prometheus_client \
+   #   dev-python/pyzmq \
+   #   dev-python/statsd
+   optfeature "Folder monitoring" dev-python/scandir
+   #optfeature "Nvidia GPU monitoring" unpackaged/nvidia-ml-py3
+   optfeature "SVG graph support" dev-python/pygal
+   optfeature "IP plugin" dev-python/netifaces
+   optfeature "RAID monitoring" 

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

2019-01-19 Thread Craig Andrews
commit: 0f4145a14bdc2786968651881262279c8da2d8cf
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jan 19 22:09:31 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jan 19 22:10:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4145a1

media-plugins/kodi-pvr-mediaportal-tvserver: 3.5.16 version bump

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

 .../kodi-pvr-mediaportal-tvserver/Manifest |  1 +
 .../kodi-pvr-mediaportal-tvserver-3.5.16.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest 
b/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
index e56f40f1cc0..aef24d29e83 100644
--- a/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
+++ b/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-pvr-mediaportal-tvserver-2.4.16.tar.gz 385817 BLAKE2B 
9602fbd123f47b8586014637f66361e95d9b9946867d7f2280f1ae36e9316e762ea5536d9d223e48a0699eb99778e7c9fa3426b6b838af4a7920cdf196eedb30
 SHA512 
f59e1fdcaaa1179452efa4226f780172a34602848ac6dc1d6c563c7baf72f8025fd1e418c33dc93d5bdac7d477e46702731aa1e8892207a47b6a07199cec3757
 DIST kodi-pvr-mediaportal-tvserver-2.4.19.tar.gz 385817 BLAKE2B 
2cd89d3940ef6a52a78be8791152715db8a55683120405eea2c42c3c58df58ac905b4f3c7aa50a6c45f8b94fe32e6d2d05811242c741a8ba7b10d8801d5d959f
 SHA512 
d017d3d4b01fc86aaf22a1f44612e35c55b07888d8d0548cfad644d94aadedc4c86a50dd3d9c681c5e01e744971d25869f8bfa1a106c780492e4f3ee1b017e0f
 DIST kodi-pvr-mediaportal-tvserver-3.5.15.tar.gz 390146 BLAKE2B 
5c07fed246b7df90374cba2fdd448fc9a3dc26e33fdc51a700bf6d250eee3d3b0fac24035c0a5cc640aee8772edaa30d6695ad637353b6025af631cfa345dbaf
 SHA512 
7ccac03752283dd9f33f53eecdb1bdf573fe17ae6a93bf695bf00aff35cca228e511467d2241cc3a82599be0f0622a450b2d98fe3229cf7e706d37c8f5089043
+DIST kodi-pvr-mediaportal-tvserver-3.5.16.tar.gz 398113 BLAKE2B 
e944a49bd5d996d2c62325ec7c8b8dd6f69ca2918331cca198afbc11a1badafd4ad7ffd15f562016d540c5777cef285fcd090be28662988f71187899a43609f8
 SHA512 
4784b97d1826a8846156910b658a32b6b133dda04a8b2366f0dd67445fb4247132da427f63ada4284cf9889b8c5e7ca5f66785998e23b8ee5845ffdb352a83ea

diff --git 
a/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-3.5.16.ebuild
 
b/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-3.5.16.ebuild
new file mode 100644
index 000..15c92436c88
--- /dev/null
+++ 
b/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-3.5.16.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's MediaPortal TVServer client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.mediaportal.tvserver;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.mediaportal.tvserver-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2019-01-19 Thread Craig Andrews
commit: 4a0180e915473a3b2af3a4858451d5d1900c6a31
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jan 19 22:10:00 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jan 19 22:10:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0180e9

media-plugins/kodi-pvr-mediaportal-tvserver: Cleanup old versions

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

 .../kodi-pvr-mediaportal-tvserver/Manifest |  2 --
 .../kodi-pvr-mediaportal-tvserver-2.4.16.ebuild| 38 --
 .../kodi-pvr-mediaportal-tvserver-3.5.15.ebuild| 38 --
 3 files changed, 78 deletions(-)

diff --git a/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest 
b/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
index aef24d29e83..6458cd63450 100644
--- a/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
+++ b/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
@@ -1,4 +1,2 @@
-DIST kodi-pvr-mediaportal-tvserver-2.4.16.tar.gz 385817 BLAKE2B 
9602fbd123f47b8586014637f66361e95d9b9946867d7f2280f1ae36e9316e762ea5536d9d223e48a0699eb99778e7c9fa3426b6b838af4a7920cdf196eedb30
 SHA512 
f59e1fdcaaa1179452efa4226f780172a34602848ac6dc1d6c563c7baf72f8025fd1e418c33dc93d5bdac7d477e46702731aa1e8892207a47b6a07199cec3757
 DIST kodi-pvr-mediaportal-tvserver-2.4.19.tar.gz 385817 BLAKE2B 
2cd89d3940ef6a52a78be8791152715db8a55683120405eea2c42c3c58df58ac905b4f3c7aa50a6c45f8b94fe32e6d2d05811242c741a8ba7b10d8801d5d959f
 SHA512 
d017d3d4b01fc86aaf22a1f44612e35c55b07888d8d0548cfad644d94aadedc4c86a50dd3d9c681c5e01e744971d25869f8bfa1a106c780492e4f3ee1b017e0f
-DIST kodi-pvr-mediaportal-tvserver-3.5.15.tar.gz 390146 BLAKE2B 
5c07fed246b7df90374cba2fdd448fc9a3dc26e33fdc51a700bf6d250eee3d3b0fac24035c0a5cc640aee8772edaa30d6695ad637353b6025af631cfa345dbaf
 SHA512 
7ccac03752283dd9f33f53eecdb1bdf573fe17ae6a93bf695bf00aff35cca228e511467d2241cc3a82599be0f0622a450b2d98fe3229cf7e706d37c8f5089043
 DIST kodi-pvr-mediaportal-tvserver-3.5.16.tar.gz 398113 BLAKE2B 
e944a49bd5d996d2c62325ec7c8b8dd6f69ca2918331cca198afbc11a1badafd4ad7ffd15f562016d540c5777cef285fcd090be28662988f71187899a43609f8
 SHA512 
4784b97d1826a8846156910b658a32b6b133dda04a8b2366f0dd67445fb4247132da427f63ada4284cf9889b8c5e7ca5f66785998e23b8ee5845ffdb352a83ea

diff --git 
a/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-2.4.16.ebuild
 
b/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-2.4.16.ebuild
deleted file mode 100644
index d1c0f01d8e7..000
--- 
a/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-2.4.16.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's MediaPortal TVServer client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.mediaportal.tvserver;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Krypton"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.mediaportal.tvserver-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-17*
-   =media-libs/kodi-platform-17*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "

diff --git 
a/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-3.5.15.ebuild
 
b/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-3.5.15.ebuild
deleted file mode 100644
index 15c92436c88..000
--- 
a/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-3.5.15.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Kodi's MediaPortal TVServer client addon"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.mediaportal.tvserver;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver.git;
-   inherit git-r3
-   ;;
-*)
-   CODENAME="Leia"
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/pvr.mediaportal.tvserver-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-18*
-   =media-libs/kodi-platform-18*
-   dev-libs/tinyxml
-   "
-
-RDEPEND="
-   ${DEPEND}
-   "



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

2019-01-19 Thread Georgy Yakovlev
commit: f9201c10b09b0f4da450ae510915946edd964de5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 19 21:56:19 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 19 21:57:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9201c10

x11-terms/alacritty: bump to 0.2.6

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest   |  29 +++
 x11-terms/alacritty/alacritty-0.2.6.ebuild | 368 +
 2 files changed, 397 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 0559527e9cb..74dc9f2d101 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -5,8 +5,10 @@ DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f0
 DIST alacritty-0.2.3.tar.gz 957500 BLAKE2B 
510d479e95ac2c4e11ec12d181ed034ab2ca5dd02cfe4feb32e845b06220bd469815b9f2623e8485ec7a1601332031147137b8c46018d7230473d11583ad3673
 SHA512 
ee663cd2bb405b12cd0395e98fcab04303a4fca23f691bae71aa36756a2c584247c9584948f0d7c480ebf07ab07b52fe916857b19bd6c6402e4969d0b7835997
 DIST alacritty-0.2.4.tar.gz 1014613 BLAKE2B 
6fe1f837c27df9da8bdf45471307dad60745930f8d252fe97d10137601a0b0772b17612638a171220cd73afb25d44077f5e20a6645b101edf744a1e55c0d5953
 SHA512 
1c52036b34f03e90f630bd220ecd98fea98cb3b1cd740577dc30c0b293a8fb6629cfe4ba085af0f13e5a21a43566d9fd665c9b167491b047097af99ef9abc669
 DIST alacritty-0.2.5.tar.gz 1029198 BLAKE2B 
3ddebe74ab469cbc6d2bebae5e55fbc380b99e1352f5e91b73b9c1bb6635780f3c333af569f8a3c4c6ba347aaa1099573b567d6b6421c734899d7845821b0d92
 SHA512 
0d98c87c8d7f04517dff9535968349031956c048f1ba7c5389678510b250457f237844c3dc190c359154988c55589485afb0df803b094b456c5921a1e50476ec
+DIST alacritty-0.2.6.tar.gz 1031106 BLAKE2B 
4b0159b9d4206806381cd093e429cdc120cd79d8105d84c47e9e10ebe0b6150d5ee9779cc03b78014bc8c37a962677a49cc4c9ca2a319b6690207d635eedb7bf
 SHA512 
dacd733cb9255f7a31768418cd3e47dbc6c9c609da00683013739364c1e9c62e54612a7112edbd232aeb0542268c929acbc1370b5749e183f62509eaa3f72217
 DIST alacritty.png 25216 BLAKE2B 
c3b0bc28d7dfc17da4224b0544e2c83b17c63669db5c809ec84532a52d8e5921fdbc058267eabfa29c71f3b577756cee4c8f8077ab4ac7de16d9290f0a4c62bf
 SHA512 
afc37f92453dd5ab2fff353ce59b4e5c2e30f1d37836a5ddf43be82e67237b8646a5e6a88322b8918a2835ec19360d8f8fc388854ef74fcf8a5eea0dae291783
 DIST andrew-0.1.4.crate 8675 BLAKE2B 
25d335096c3ad509bff202eb347bf8c193146b90d488c671f0b3796e78520ae0ea1ac93f7e77343c79bc2207804bad8f5f326b1e63fdf011dd60728dfd13f814
 SHA512 
b96fccfe1cec13c5d45c275b0a7dd6bb619a8c40a9d9b689e1618fae24088c4908b4af542e8df1a8664110599d6cd218a986c032bf2f22ee9aed8264edf92c24
+DIST andrew-0.1.5.crate 8807 BLAKE2B 
7717c8369200690224f17ae06629d309200b6cffd44f75a35b9ea79cba86ff79dfaeb688522fc8dbf4470b2fbf70655e5513a1f1c5f81204445408a558f2b1d4
 SHA512 
7d63a5b56f698470abba15b42982434df711b49c5a19b7c0c55a62377b14a69c95df9ddc5b363f4a4d0b2bcec36bd4cfeb23feda753431f49a60d91e789c875b
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST approx-0.1.1.crate 11204 BLAKE2B 
53a378a627aa6a8fa882113e6e23de6e35d8571704f135890dfef8644561bcf22c4eb0e4f34b380df9ac75c06263dc8a103dc8b462d1afd30f74e30911867a01
 SHA512 
6a5e9d2fa1e1bff689bf0dafe1e9a0fda1b3e54c46b4fa9d000d2e178bb2d709f899662e5189e53bfac25dea2fc448ec6a50b4d3d41f5dfddcb2b30c4411323d
@@ -19,6 +21,7 @@ DIST arrayvec-0.4.7.crate 22946 BLAKE2B 
93d17ae9e706969e319980b4e00dd0a6c040c8d6
 DIST arrayvec-0.4.8.crate 24260 BLAKE2B 
0445e8cbbe7781fe7890dd98d46bb4451de8441fdb99b74b9f08a6a93016eb8c94978f2bda263c6f2ba6d4ea31176446c0bba43f5cb12ea644289fd4568007fc
 SHA512 
a20753d9b9ff320162f9d02f72d2756ed9e85260238e43c0528889597016525c4bca5ebd57f9a5c63727cdf707a3e3631f83401ea565f64e55208349785c625e
 DIST atty-0.2.11.crate 5916 BLAKE2B 
e502c23faaa9dd27cc5865b68a721b0403071edb483fca0c745707f4c0ca1b1787b5677b2d8ad7f327b8f5588ba784126ce78496c1db54f7ca4ce0ccea669499
 SHA512 
9d6417dc1e8abdb4969418525b36c451274fd76769adb57bef9875ef62ef521c50d58626ebc4f96d2bea32cbadb6999fd67653b570293d7253b403b6d0736c79
 DIST autocfg-0.1.1.crate 10044 BLAKE2B 
c5ecddaf9b6cd930890e174cdee2bdc113efedaaed64b02273a321eb3f83e0b305d9f23a6c2ab3599a7478521c371bb8591b52b8a943ef52ba6d21c97ae5ac0a
 SHA512 
c4be8633fb47cc0cdc342ae04897902cdff7aa64956459a2ef50e1e3589a93ac9fd9cde596a83869e9fcd6bd345ed2dfd7563b682ba3de672e54c03febcb50ae

[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh/

2019-01-19 Thread David Seifert
commit: 9a761e22a1a360e1578d0a6f70115e823fcd93c5
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 21:16:13 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 21:18:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a761e22

sys-auth/pam_ssh: Version bump to 2.3

Bug: https://bugs.gentoo.org/674194
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 sys-auth/pam_ssh/Manifest   |  1 +
 sys-auth/pam_ssh/pam_ssh-2.3.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/sys-auth/pam_ssh/Manifest b/sys-auth/pam_ssh/Manifest
index 84a053bb6ba..36a20f3eb30 100644
--- a/sys-auth/pam_ssh/Manifest
+++ b/sys-auth/pam_ssh/Manifest
@@ -1,3 +1,4 @@
 DIST pam_ssh-1.98.tar.bz2 292989 BLAKE2B 
08744c6649aa58c7221e5ec07e0c6aefa8d045cf30df01b941962d29f3abdae902b0fbad37923e3ff05536e422a1062732a6998e4b58d978d369df3d866ec1aa
 SHA512 
bf6da4ced0619549d56516c6b24e899664e0948da7a0cc04ff1b536d06cc8c26242c83eb36ed835668c824b777e270aa293162ac77e3c479311386e6e5da39ff
 DIST pam_ssh-2.1.tar.xz 361000 BLAKE2B 
f22836af20b41ae7254f816c33793bb3a128b604ec36a20b207610deebf61f4d5dd070fd6f5093c6f7b6eb9e14f85cd81ddbbed7e97ee581124e5335722d036b
 SHA512 
8252b15efffa5687f740963f7a3c3479b73f99eca26a17155f915a10b9a71362a2778449adf10f01c174cc8545961ce3ea64459338a7c995c242b209529fd640
 DIST pam_ssh-2.2.tar.xz 382244 BLAKE2B 
b3e6122530244add64400a6c4ea9811eb6feb0309b11d9ad17d800c3ced555f5459a8dc55ec58b0649017bcce9fb12417d4ba52ab2acd3acdf5e4a0cfe956e57
 SHA512 
b3caeb6065b2ac925cfd1a12107902f8474badfa1770d6499508d00bf41b54497fa17080f84af9dde0b6b7692d4bd58d33d94257c3106dac7eee79ebcf3b4692
+DIST pam_ssh-2.3.tar.xz 380396 BLAKE2B 
e228e30c6f353f631c0a1c41e82e31e7a8c573b04ab1cad4038a245b500666b42c0efa9f686d28f2386688596de761085afb1318b94fef5541f8c0ffc1e18b25
 SHA512 
e3ddcf851ffd8f6fb831e2dee7269c1b89283ae2f8f6aa3487bf7b1bc71d26ac9bcbd2a01c5a67a983b980bbb5151e991402940f4752741286d057843c817895

diff --git a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild 
b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild
new file mode 100644
index 000..43bb29b987a
--- /dev/null
+++ b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam flag-o-matic readme.gentoo-r1
+
+DESCRIPTION="Uses ssh-agent to provide single sign-on"
+HOMEPAGE="http://pam-ssh.sourceforge.net/;
+SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.xz"
+
+LICENSE="BSD-2 BSD ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# Only supports OpenSSH via `ssh-agent` #282993
+DEPEND="virtual/pam
+   dev-libs/openssl:0="
+RDEPEND="${DEPEND}
+   net-misc/openssh"
+
+PATCHES=(
+   # 503424#c5
+   "${FILESDIR}"/${PN}-2.1-dot-ssh-check.patch
+)
+
+src_configure() {
+   # hide all the otherwise-exported symbols that may clash with
+   # other software loading the PAM modules (see bug #274924 as an
+   # example).
+   append-ldflags -Wl,--version-script="${FILESDIR}"/pam_symbols.ver
+
+   # Set the cache var so the configure script doesn't go probing hardcoded
+   # file system paths and picking up the wrong thing.
+   export ac_cv_openssldir=''
+
+   # Avoid cross-compiling funkiness and requiring openssh at build time.
+   export PATH_SSH_AGENT="${EPREFIX}/usr/bin/ssh-agent"
+
+   econf \
+   "--with-pam-dir=$(getpam_mod_dir)"
+}
+
+src_install() {
+   default
+
+   # pam_ssh only builds plugins
+   find "${D}" -name '*.la' -delete || die
+
+   local DOC_CONTENTS="
+   You can enable pam_ssh for system authentication by enabling
+   the pam_ssh USE flag on sys-auth/pambase.
+   "
+   readme.gentoo_create_doc
+}
+
+pkg_preinst() {
+   local i
+   for i in "${REPLACING_VERSIONS}"; do
+   if [[ ${i} == 1.* ]]; then #554150
+   ewarn "Upstream pam_ssh has changed where ssh keys 
live. Only keys in your"
+   ewarn "~/.ssh/login-keys.d/ will be accepted for 
authentication."
+   return
+   fi
+   done
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2019-01-19 Thread Michael Orlitzky
commit: cd61e5bb9a7561bec1725ad24a45279d1ac75f02
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jan 19 20:40:07 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jan 19 21:06:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd61e5bb

net-analyzer/nagios-core: new revision to fix CGI install path.

Upstream commit 37da6f39c8 fixes an old bug in the build system, where
CGIDIR was set to @sbindir@ (rather than to @cgibindir@), and HTMLDIR
was set to @datarootdir@ (rather than to @webdir@). Now that the bug
is fixed, the ebuild has been revisioned to use the right configure flags:
we pass --with-cgibindir the old argument of --sbindir, and --with-webdir
the old argument of --datadir.

Thanks to Tomáš Mózes for the report and the fix.

Closes: https://bugs.gentoo.org/675872
Signed-off-by: Michael Orlitzky  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../{nagios-core-4.4.3.ebuild => nagios-core-4.4.3-r1.ebuild}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.3.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.3-r1.ebuild
similarity index 97%
rename from net-analyzer/nagios-core/nagios-core-4.4.3.ebuild
rename to net-analyzer/nagios-core/nagios-core-4.4.3-r1.ebuild
index d568d350d58..74ddb853c43 100644
--- a/net-analyzer/nagios-core/nagios-core-4.4.3.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.4.3-r1.ebuild
@@ -96,11 +96,11 @@ src_configure() {
econf ${myconf} \
--prefix=/usr \
--bindir=/usr/sbin \
-   --sbindir=/usr/$(get_libdir)/nagios/cgi-bin \
-   --datadir=/usr/share/nagios/htdocs \
--localstatedir=/var/nagios \
--sysconfdir=/etc/nagios \
-   --libexecdir=/usr/$(get_libdir)/nagios/plugins
+   --libexecdir=/usr/$(get_libdir)/nagios/plugins \
+   --with-cgibindir=/usr/$(get_libdir)/nagios/cgi-bin \
+   --with-webdir=/usr/share/nagios/htdocs
 }
 
 src_compile() {



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

2019-01-19 Thread Matt Turner
commit: 859815d372877327d3ae758834e296f56b205c83
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 19 20:47:25 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 19 20:50:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859815d3

media-libs/mesa: Version bump to 18.3.2

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.3.2.ebuild | 519 +
 2 files changed, 520 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index f6ea147b59a..c9027aa77d7 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -2,3 +2,4 @@ DIST mesa-18.2.7.tar.xz 11356060 BLAKE2B 
efad9f46ab1a5d007accce557da717ae69fe49e
 DIST mesa-18.2.8.tar.xz 11385224 BLAKE2B 
c6fbf71e2ab6837f91dfa996cf7e89e9cae22e219cac56bd4201f7a62c787ddd2f65e7d162a329971018f0b1a796ee1a5b252ee6b43bb3b27a233d67b6cdf615
 SHA512 
04d5ada9ba3acea853def3ebcbb53ee76936a4cd4229ae753d2ce1b5cf543bea1e5764f2ef2b19735d47d041ba6b0582841bc89e2c9331fdfbd89386f599a1f7
 DIST mesa-18.3.0.tar.xz 11865356 BLAKE2B 
e9529a6257b3dd914e9bfe5c88bfbc30d652a045dfd9ed1387b12db9e6a89968b3affc5bc91d4d773035c505f32c3749216ae3666787bf97f1b23dcd8e0f7d3a
 SHA512 
6643d8a100c50efee7178fe950e7cccad24c3a98538d3a13c7c6570add30a56776b4e5f279e2b0a20c4038e682e9461ca5a4fd4ac23a7f60d2f4a0c972525c42
 DIST mesa-18.3.1.tar.xz 11865960 BLAKE2B 
6863a6d3891d1d2916139f71a5beefd7d83c81a0753d2c6885126636647cb5f7332dc308a9927f149951b122770ed07bc96ff5361dd23fbe1e07fb31d9c05147
 SHA512 
a68d39158cf1e868d70730d0641a0cfe4c6e5b3cd1bc0c47f54022402aca03503933084f6ddc722bf88c9b6d1281ba5c847ec4fed8092a9b33f90527d08e12db
+DIST mesa-18.3.2.tar.xz 11868440 BLAKE2B 
49612671fd4187e71441bc88094f2cde2057b8b45ad2546357be715a7c69dd38f5ef03b837369e302509e0b9882ba209e7901b172dc3f7d797804fa4ab383c91
 SHA512 
34b66520728d720b1f3d3d63f8ba5c255d57b9e8fe427264419e4163b474df662ff6db9ca8b81283866da415e34346a4c39fc37bebe2a0929be14480faf4db45

diff --git a/media-libs/mesa/mesa-18.3.2.ebuild 
b/media-libs/mesa/mesa-18.3.2.ebuild
new file mode 100644
index 000..cbfaa1caeb6
--- /dev/null
+++ b/media-libs/mesa/mesa-18.3.2.ebuild
@@ -0,0 +1,519 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   EXPERIMENTAL="true"
+   inherit git-r3
+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"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.96"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   

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

2019-01-19 Thread Mikle Kolyada
commit: 985fcf17e419f8aaa8fa90ef41f6437004bb2243
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 19 20:42:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 19 20:42:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985fcf17

media-sound/mpd: Drop old

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

 media-sound/mpd/Manifest  |   1 -
 media-sound/mpd/mpd-0.21.3.ebuild | 298 --
 2 files changed, 299 deletions(-)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 3f80c3a48d7..491f415937a 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,3 +1,2 @@
 DIST mpd-0.20.21.tar.xz 800476 BLAKE2B 
0c807ae8d79abd9400aa417b516c709073b23390aeed2b385c716e20f8c4f93376a235b54fe5f5cfcd451b04c76e105b41acbd180d294281432d4d1b6a427a15
 SHA512 
d44fb326ea6213ecf46721ca81efdfffaec4faa5a66e627185fd5ab7c4f0c5a380f4d04aed5c2909746a37b33987cb61f62dc2d747365da06629fbb78bf7c7d6
-DIST mpd-0.21.3.tar.xz 664992 BLAKE2B 
42e2bef46f4eb99e43c4078373dab4301cafa3062459abfed08e9f4b448a1fcfaa40da5a53941b49b426abecf2f31278fdb0857293b24156fa77845c56cbd095
 SHA512 
c6ce513ea641d026594cd7ae6e9051bd0060e45f5839d89b350ba144cc9094a8e1490052df4d024cbc92d88680ee8e8bae14fc8037431394771018a75c3ee3d7
 DIST mpd-0.21.4.tar.xz 663648 BLAKE2B 
c9226d2b02b1035091d3af535c269aec3fead779bf17d95b858706affb84089ca85250452884ed5ee96008724735abf80cdfa4d2de14d9928748284d753a4638
 SHA512 
454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7

diff --git a/media-sound/mpd/mpd-0.21.3.ebuild 
b/media-sound/mpd/mpd-0.21.3.ebuild
deleted file mode 100644
index 1b27c1b94a1..000
--- a/media-sound/mpd/mpd-0.21.3.ebuild
+++ /dev/null
@@ -1,298 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic linux-info meson systemd user
-
-MESON_AUTO_DEPEND="no"
-
-DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
-   +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
-   +ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
-   modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
-   recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd 
tcpd
-   test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp
-   zeroconf zip zlib"
-
-OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
-   modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
-ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
-
-REQUIRED_USE="
-   || ( ${OUTPUT_PLUGINS} )
-   || ( ${DECODER_PLUGINS} )
-   network? ( || ( ${ENCODER_PLUGINS} ) )
-   recorder? ( || ( ${ENCODER_PLUGINS} ) )
-   upnp? ( expat )
-   webdav? ( curl expat )
-   "
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   adplug? ( media-libs/adplug:= )
-   alsa? (
-   media-libs/alsa-lib
-   media-sound/alsa-utils
-   )
-
-   ao? ( media-libs/libao[alsa?,pulseaudio?] )
-   audiofile? ( media-libs/audiofile:= )
-
-   cdio? (
-   dev-libs/libcdio:=
-   dev-libs/libcdio-paranoia
-   )
-
-   chromaprint? ( media-libs/chromaprint )
-   curl? ( net-misc/curl )
-   dbus? ( sys-apps/dbus )
-   expat? ( dev-libs/expat )
-   faad? ( media-libs/faad2 )
-
-   ffmpeg? (
-   libav? ( media-video/libav:0= )
-   !libav? ( media-video/ffmpeg:0= )
-   )
-
-   flac? ( media-libs/flac )
-   fluidsynth? ( media-sound/fluidsynth )
-   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
-   icu? (  dev-libs/icu:= )
-   id3tag? ( media-libs/libid3tag )
-   jack? ( virtual/jack )
-   lame? ( network? ( media-sound/lame ) )
-   libmpdclient? ( media-libs/libmpdclient )
-   libsamplerate? ( media-libs/libsamplerate )
-   libsoxr? ( media-libs/soxr )
-   mad? ( media-libs/libmad )
-   mikmod? ( media-libs/libmikmod )
-   mms? ( media-libs/libmms )
-   modplug? ( media-libs/libmodplug )
-   mpg123? ( media-sound/mpg123 )
-   musepack? ( media-sound/musepack-tools )
-   network? ( media-libs/libshout )
-   nfs? ( net-fs/libnfs )
-   openal? ( media-libs/openal )
-   opus? ( media-libs/opus )
-   pulseaudio? ( media-sound/pulseaudio )
-  

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

2019-01-19 Thread Brian Evans
commit: fcdce92cc5c7a5315b403ff331b77c0e5e1a5520
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Jan 19 20:42:08 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Jan 19 20:42:08 2019 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=fcdce92c

Fix syntax error

Signed-off-by: Brian Evans  gentoo.org>

 20006_all_cmake_elib-mysql-cluster-7.2.34.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/20006_all_cmake_elib-mysql-cluster-7.2.34.patch 
b/20006_all_cmake_elib-mysql-cluster-7.2.34.patch
index 91bcea5..fb9cd86 100644
--- a/20006_all_cmake_elib-mysql-cluster-7.2.34.patch
+++ b/20006_all_cmake_elib-mysql-cluster-7.2.34.patch
@@ -83,7 +83,7 @@ diff -aurN a/cmake/libutils.cmake b/cmake/libutils.cmake
 -MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
 +IF(ARG_OUTPUT_DIR)
 +  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${ARG_OUTPUT_DIR}" ${COMP})
-+ELSE
++ELSE()
 +  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
 +ENDIF()
ENDIF()



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

2019-01-19 Thread Brian Evans
commit: d3f03ae3af3e7413ab6c5382bebb65bd8e28bfa5
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Jan 19 20:37:29 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Jan 19 20:37:29 2019 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=d3f03ae3

Respin patch for mysql-cluster-7.2.34

Signed-off-by: Brian Evans  gentoo.org>

 20006_all_cmake_elib-mysql-cluster-7.2.34.patch | 225 
 1 file changed, 225 insertions(+)

diff --git a/20006_all_cmake_elib-mysql-cluster-7.2.34.patch 
b/20006_all_cmake_elib-mysql-cluster-7.2.34.patch
new file mode 100644
index 000..91bcea5
--- /dev/null
+++ b/20006_all_cmake_elib-mysql-cluster-7.2.34.patch
@@ -0,0 +1,225 @@
+diff -aurN a/cmake/install_layout.cmake b/cmake/install_layout.cmake
+--- a/cmake/install_layout.cmake   2018-06-21 07:34:38.0 -0400
 b/cmake/install_layout.cmake   2019-01-19 15:20:18.791407251 -0500
+@@ -55,7 +55,8 @@
+ # - INSTALL_SBINDIR (directory with mysqld)
+ # - INSTALL_SCRIPTDIR   (several scripts, rarely used)
+ #
+-# - INSTALL_LIBDIR  (directory with client end embedded libraries)
++# - INSTALL_LIBDIR  (directory with client libraries)
++# - INSTALL_ELIBDIR (directory with embedded libraries)
+ # - INSTALL_PLUGINDIR   (directory for plugins)
+ #
+ # - INSTALL_INCLUDEDIR  (directory for MySQL headers)
+@@ -156,6 +157,7 @@
+ SET(INSTALL_SCRIPTDIR_STANDALONE"scripts")
+ #
+ SET(INSTALL_LIBDIR_STANDALONE   "lib")
++SET(INSTALL_ELIBDIR_STANDALONE  "lib")
+ SET(INSTALL_PLUGINDIR_STANDALONE"lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_STANDALONE   "include")
+@@ -329,9 +331,11 @@
+ #
+ IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+   SET(INSTALL_LIBDIR_RPM"lib64")
++  SET(INSTALL_ELIBDIR_RPM   "lib64")
+   SET(INSTALL_PLUGINDIR_RPM "lib64/mysql/plugin")
+ ELSE()
+   SET(INSTALL_LIBDIR_RPM"lib")
++  SET(INSTALL_ELIBDIR_RPM   "lib")
+   SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin")
+ ENDIF()
+ #
+@@ -394,6 +398,7 @@
+ SET(INSTALL_SCRIPTDIR_DEB   "scripts")
+ #
+ SET(INSTALL_LIBDIR_DEB  "lib")
++SET(INSTALL_ELIBDIR_DEB "lib")
+ SET(INSTALL_PLUGINDIR_DEB   "lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_DEB  "include")
+@@ -422,6 +427,7 @@
+ SET(INSTALL_SCRIPTDIR_SVR4  "scripts")
+ #
+ SET(INSTALL_LIBDIR_SVR4 "lib")
++SET(INSTALL_ELIBDIR_SVR4"lib")
+ SET(INSTALL_PLUGINDIR_SVR4  "lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_SVR4 "include")
+@@ -453,7 +459,7 @@
+ # Set INSTALL_FOODIR variables for chosen layout (for example, INSTALL_BINDIR
+ # will be defined  as ${INSTALL_BINDIR_STANDALONE} by default if STANDALONE
+ # layout is chosen)
+-FOREACH(var BIN SBIN LIB MYSQLSHARE SHARE PLUGIN INCLUDE SCRIPT DOC MAN
++FOREACH(var BIN SBIN LIB ELIB MYSQLSHARE SHARE PLUGIN INCLUDE SCRIPT DOC MAN
+   INFO MYSQLTEST SQLBENCH DOCREADME SUPPORTFILES MYSQLDATA PLUGINTEST
+   SECURE_FILE_PRIV SECURE_FILE_PRIV_EMBEDDED)
+   SET(INSTALL_${var}DIR  ${INSTALL_${var}DIR_${INSTALL_LAYOUT}}
+diff -aurN a/cmake/libutils.cmake b/cmake/libutils.cmake
+--- a/cmake/libutils.cmake 2019-01-19 15:15:56.294486959 -0500
 b/cmake/libutils.cmake 2019-01-19 15:23:39.369054028 -0500
+@@ -40,6 +40,7 @@
+ # - MERGE_LIBRARIES(target [STATIC|SHARED|MODULE]  [linklib1  linklibN]
+ #  [EXPORTS exported_func1  exported_func_N]
+ #  [OUTPUT_NAME output_name]
++#  [OUTPUT_DIR output_dir]
+ # This macro merges several static libraries into a single one or creates a 
shared
+ # library from several convenience libraries
+ 
+@@ -215,7 +216,7 @@
+ #)
+ MACRO(MERGE_LIBRARIES)
+   MYSQL_PARSE_ARGUMENTS(ARG
+-"EXPORTS;OUTPUT_NAME;COMPONENT"
++"EXPORTS;OUTPUT_NAME;COMPONENT;OUTPUT_DIR"
+ "STATIC;SHARED;MODULE;NOINSTALL"
+ ${ARGN}
+   )
+@@ -266,7 +267,11 @@
+ IF(ARG_COMPONENT)
+   SET(COMP COMPONENT ${ARG_COMPONENT}) 
+ ENDIF()
+-MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
++IF(ARG_OUTPUT_DIR)
++  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${ARG_OUTPUT_DIR}" ${COMP})
++ELSE
++  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
++ENDIF()
+   ENDIF()
+   SET_TARGET_PROPERTIES(${TARGET} PROPERTIES LINK_INTERFACE_LIBRARIES "")
+ 
+diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
+--- a/libmysql/CMakeLists.txt  2019-01-19 15:15:56.504484491 -0500
 b/libmysql/CMakeLists.txt  2019-01-19 15:26:57.836803741 -0500
+@@ -153,6 +153,11 @@
+ 
+ SET(LIBS clientlib dbug strings vio mysys ${ZLIB_LIBRARY} ${SSL_LIBRARIES} 
${LIBDL})
+ 
++SET(INSTALL_STATIC_LIBS "")
++IF(NOT ENABLE_STATIC_LIBS)
++  SET(INSTALL_STATIC_LIBS "NOINSTALL")
++ENDIF()
++
+ #
+ # On Windows platform client library includes the client-side 

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

2019-01-19 Thread Thomas Deutschmann
commit: d50382655a40e343363d82b7c371a06660b9bdf8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 19 20:14:10 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 19 20:20:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5038265

dev-lang/rust: fix configure of bundled LLVM

Bug: https://bugs.gentoo.org/675752
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../1.32.0-fix-configure-of-bundled-llvm.patch | 32 ++
 dev-lang/rust/rust-1.32.0.ebuild   |  5 +++-
 2 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust/files/1.32.0-fix-configure-of-bundled-llvm.patch 
b/dev-lang/rust/files/1.32.0-fix-configure-of-bundled-llvm.patch
new file mode 100644
index 000..eaeab87774e
--- /dev/null
+++ b/dev-lang/rust/files/1.32.0-fix-configure-of-bundled-llvm.patch
@@ -0,0 +1,32 @@
+Revert "[CMake] Unconditionally add .h and .td files to target sources"
+
+This reverts commit 
https://github.com/llvm-mirror/llvm/commit/6fb010f388bb2cb2f00fe039123092308ac4865d.
+
+Bug: https://bugs.gentoo.org/675752#c7
+--- a/src/llvm/cmake/modules/LLVMProcessSources.cmake
 b/src/llvm/cmake/modules/LLVMProcessSources.cmake
+@@ -52,15 +52,16 @@ function(llvm_process_sources OUT_VAR)
+   cmake_parse_arguments(ARG "" "" "ADDITIONAL_HEADERS;ADDITIONAL_HEADER_DIRS" 
${ARGN})
+   set(sources ${ARG_UNPARSED_ARGUMENTS})
+   llvm_check_source_file_list( ${sources} )
+-  
+-  # This adds .td and .h files to the Visual Studio solution:
+-  add_td_sources(sources)
+-  find_all_header_files(hdrs "${ARG_ADDITIONAL_HEADER_DIRS}")
+-  if (hdrs)
+-set_source_files_properties(${hdrs} PROPERTIES HEADER_FILE_ONLY ON)
++  if( LLVM_ENABLE_IDE )
++# This adds .td and .h files to the Visual Studio solution:
++add_td_sources(sources)
++find_all_header_files(hdrs "${ARG_ADDITIONAL_HEADER_DIRS}")
++if (hdrs)
++  set_source_files_properties(${hdrs} PROPERTIES HEADER_FILE_ONLY ON)
++endif()
++set_source_files_properties(${ARG_ADDITIONAL_HEADERS} PROPERTIES 
HEADER_FILE_ONLY ON)
++list(APPEND sources ${ARG_ADDITIONAL_HEADERS} ${hdrs})
+   endif()
+-  set_source_files_properties(${ARG_ADDITIONAL_HEADERS} PROPERTIES 
HEADER_FILE_ONLY ON)
+-  list(APPEND sources ${ARG_ADDITIONAL_HEADERS} ${hdrs})
+ 
+   set( ${OUT_VAR} ${sources} PARENT_SCOPE )
+ endfunction(llvm_process_sources)

diff --git a/dev-lang/rust/rust-1.32.0.ebuild b/dev-lang/rust/rust-1.32.0.ebuild
index 680160fc9a9..d7262e896e2 100644
--- a/dev-lang/rust/rust-1.32.0.ebuild
+++ b/dev-lang/rust/rust-1.32.0.ebuild
@@ -61,7 +61,10 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )
 
 S="${WORKDIR}/${MY_P}-src"
 
-PATCHES=( "${FILESDIR}"/1.30.1-clippy-sysroot.patch )
+PATCHES=(
+   "${FILESDIR}"/1.30.1-clippy-sysroot.patch
+   "${FILESDIR}"/1.32.0-fix-configure-of-bundled-llvm.patch
+)
 
 toml_usex() {
usex "$1" true false



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

2019-01-19 Thread Mart Raudsepp
commit: d291fc9c37ad4dc40258f204ab8a92d11194abd8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:44:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d291fc9c

x11-apps/xsm: arm64 stable

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

 x11-apps/xsm/xsm-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xsm/xsm-1.0.4.ebuild b/x11-apps/xsm/xsm-1.0.4.ebuild
index 94bb03844be..f92c2701428 100644
--- a/x11-apps/xsm/xsm-1.0.4.ebuild
+++ b/x11-apps/xsm/xsm-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="X Session Manager"
-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"
+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"
 IUSE="rsh"
 RDEPEND="x11-libs/libXaw
x11-libs/libX11



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

2019-01-19 Thread Mart Raudsepp
commit: 0bcca33afae2c9007a2781f7d1fc7bb3d365ecf5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:39:26 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcca33a

x11-libs/libXaw3d: arm64 stable

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

 x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild 
b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
index f034bea07da..7b0215fa2e7 100644
--- a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ 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"
+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 xpm"
 
 RDEPEND="x11-libs/libX11



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

2019-01-19 Thread Mart Raudsepp
commit: 715ce16286737cffd0c75a660a43d297e24725a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:30:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715ce162

x11-misc/xbitmaps: arm64 stable

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

 x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild 
b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
index 0bb27cf96fc..65304d80e88 100644
--- a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://xorg/data/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-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 ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=""



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

2019-01-19 Thread Mart Raudsepp
commit: 87184e31618f996cb7d9f599673e5d39ecaa9f6f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:45:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87184e31

x11-libs/libXfont2: arm64 stable

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

 x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild 
b/x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild
index 4941e3b2e1b..213dbc54ea8 100644
--- a/x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild
+++ b/x11-libs/libXfont2/libXfont2-2.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xfont 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 ~x64-macos ~x86-macos 
~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 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="sys-libs/zlib



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

2019-01-19 Thread Mart Raudsepp
commit: 49e94208c0b9862ec49310413ee0a3a2d14c689a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:28:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:07:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e94208

x11-libs/xcb-util: arm64 stable

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

 x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild 
b/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild
index 0ab6cfec776..335bbd9325f 100644
--- a/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util.git;
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/;
 
-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"
+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"
 IUSE="test"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"



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

2019-01-19 Thread Mart Raudsepp
commit: 7e44327fd86b1b4ea4b7d8dcc5668d64bcc23c22
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:27:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:07:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e44327f

x11-base/xorg-drivers: arm64 stable

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

 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
index 9bc5e23cf76..f3be4b3055c 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE_INPUT_DEVICES="
input_devices_elographics



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

2019-01-19 Thread Mart Raudsepp
commit: a3a2c749a50804611f41ad0c71fc26e2233ecb8b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:33:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a2c749

x11-apps/xkbcomp: arm64 stable

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

 x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
index e86266a3823..76a42c4ba82 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ 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"
+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"



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

2019-01-19 Thread Mart Raudsepp
commit: 52dd07989ff44d894c24e92e6dc76116be70f54a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:26:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:07:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dd0798

x11-libs/libxkbfile: arm64 stable

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

 x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild 
b/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild
index f674bb0a3ad..3885ddc9a6d 100644
--- a/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild
+++ b/x11-libs/libxkbfile/libxkbfile-1.0.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org xkbfile 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 ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2019-01-19 Thread Mart Raudsepp
commit: 01dcdc1d557361355acc9f938329fa0d3a26d456
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:29:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dcdc1d

sys-libs/mtdev: arm64 stable

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

 sys-libs/mtdev/mtdev-1.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/mtdev/mtdev-1.1.5.ebuild 
b/sys-libs/mtdev/mtdev-1.1.5.ebuild
index b3065f4029c..fb91e1e5754 100644
--- a/sys-libs/mtdev/mtdev-1.1.5.ebuild
+++ b/sys-libs/mtdev/mtdev-1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="static-libs"
 
 DEPEND=">=sys-kernel/linux-headers-2.6.31"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2019-01-19 Thread Mart Raudsepp
commit: 79e62eb0aa354991603bd0438db12e6b8f06ee29
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:32:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e62eb0

x11-themes/adwaita-icon-theme: arm64 stable

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

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.24.0.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.24.0.ebuild
index a3eb97e0382..0b61f4c003e 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.24.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.24.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="
 "
 SLOT="0"
 IUSE="branding"
-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"
 
 # gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme



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

2019-01-19 Thread Mart Raudsepp
commit: eda953e9dbe9a621779a04aadccdb3d52b99bd2e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:42:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda953e9

x11-terms/xterm: arm64 stable

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

 x11-terms/xterm/xterm-337.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-337.ebuild b/x11-terms/xterm/xterm-337.ebuild
index 629b142cb75..88decd52ac7 100644
--- a/x11-terms/xterm/xterm-337.ebuild
+++ b/x11-terms/xterm/xterm-337.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+openpty toolbar truetype unicode Xaw3d xinerama"
 
 BDEPEND="virtual/pkgconfig



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

2019-01-19 Thread Mart Raudsepp
commit: 95a332a4bbc2c5330ce8d974ec58c448f84cf485
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:43:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a332a4

x11-apps/xinit: arm64 stable

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

 x11-apps/xinit/xinit-1.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xinit/xinit-1.4.0-r1.ebuild 
b/x11-apps/xinit/xinit-1.4.0-r1.ebuild
index 13cf2917ed8..03af60780e5 100644
--- a/x11-apps/xinit/xinit-1.4.0-r1.ebuild
+++ b/x11-apps/xinit/xinit-1.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit xorg-2
 DESCRIPTION="X Window System initializer"
 
 LICENSE="${LICENSE} GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2019-01-19 Thread Mart Raudsepp
commit: b8121c9971a13deecb250464df9d55bb9dc1c800
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:48:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8121c99

x11-libs/xcb-util-cursor: arm64 stable

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

 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
index 25d4ccc8c91..4755b277ab0 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ EGIT_HAS_SUBMODULES=yes
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/;
 
-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"
+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"
 IUSE="test"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]



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

2019-01-19 Thread Mart Raudsepp
commit: 8c4e99c4f24cb46b1cd05a514619dcf493395cb0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:40:59 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4e99c4

x11-libs/libdrm: arm64 stable

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

 x11-libs/libdrm/libdrm-2.4.96.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.96.ebuild 
b/x11-libs/libdrm/libdrm-2.4.96.ebuild
index e171872afad..3a5364686a6 100644
--- a/x11-libs/libdrm/libdrm-2.4.96.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.96.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
SRC_URI=""
 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"
+   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"



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

2019-01-19 Thread Mart Raudsepp
commit: 2f76091763b04eea9fe7f627545fea86d6cbec5a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:37:25 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f760917

x11-libs/libXxf86vm: arm64 stable

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

 x11-libs/libXxf86vm/libXxf86vm-1.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXxf86vm/libXxf86vm-1.1.4-r1.ebuild 
b/x11-libs/libXxf86vm/libXxf86vm-1.1.4-r1.ebuild
index 31ddf7a13cc..e8e42c00378 100644
--- a/x11-libs/libXxf86vm/libXxf86vm-1.1.4-r1.ebuild
+++ b/x11-libs/libXxf86vm/libXxf86vm-1.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xxf86vm 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 ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2019-01-19 Thread Mart Raudsepp
commit: 28cc342d6a027f81a5175e51d1282c40faebc461
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:48:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cc342d

x11-libs/libxkbcommon: arm64 stable

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

 x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
index 27e535edcbb..8b8354c2a77 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
 HOMEPAGE="https://xkbcommon.org/;
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="X doc test"
 
 DEPEND="sys-devel/bison



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

2019-01-19 Thread Mart Raudsepp
commit: 8543a8352d2a0f863e63cbd6e99955d5b4b2212c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:30:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8543a835

sys-libs/libutempter: arm64 stable

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

 sys-libs/libutempter/libutempter-1.1.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild 
b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild
index 5e7ac7cbd6a..c9b09addc17 100644
--- a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild
+++ b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="static-libs elibc_FreeBSD"
 
 RDEPEND="!sys-apps/utempter"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/

2019-01-19 Thread Mart Raudsepp
commit: 675570410f385c51a3e72eff66420e289d7d070c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:46:55 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67557041

app-accessibility/at-spi2-atk: arm64 stable

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

 app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
index 8542983613c..8032564e117 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2019-01-19 Thread Mart Raudsepp
commit: 48a0161a98652b179b86ec7a3e62e5071685c21b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:49:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a0161a

x11-libs/libXcomposite: arm64 stable

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

 x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild 
b/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild
index 20dc866f3bb..8fd7cd1df53 100644
--- a/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild
+++ b/x11-libs/libXcomposite/libXcomposite-0.4.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xcomposite 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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-base/xorg-proto



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

2019-01-19 Thread Mart Raudsepp
commit: 127906881d7e39d16c1729d80887f9e573ddf37e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:41:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12790688

media-fonts/font-alias: arm64 stable

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

 media-fonts/font-alias/font-alias-1.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild 
b/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild
index ed2d7d49847..805afc47057 100644
--- a/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild
+++ b/media-fonts/font-alias/font-alias-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org font aliases"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2019-01-19 Thread Mart Raudsepp
commit: 08ba740f32a25e12852c761783ceefea2d396dbd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:36:34 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ba740f

media-libs/mesa: arm64 stable

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

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

diff --git a/media-libs/mesa/mesa-18.2.8.ebuild 
b/media-libs/mesa/mesa-18.2.8.ebuild
index d0b6f1befec..86f334decee 100644
--- a/media-libs/mesa/mesa-18.2.8.ebuild
+++ b/media-libs/mesa/mesa-18.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 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: app-accessibility/at-spi2-core/

2019-01-19 Thread Mart Raudsepp
commit: 7804e32cf3ec142feb6ce94d84e69886518de387
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:38:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7804e32c

app-accessibility/at-spi2-core: arm64 stable

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

 app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
index d25503b4adf..48e0c90597b 100644
--- a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 LICENSE="LGPL-2+"
 SLOT="2"
 IUSE="X +introspection"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 # x11-libs/libSM is needed until upstream #719808 is solved either
 # making the dep unneeded or fixing their configure



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

2019-01-19 Thread Mart Raudsepp
commit: 39233824f807b45c2af88e9bfbdd340e6bfd9e2e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:40:10 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39233824

app-eselect/eselect-opengl: arm64 stable

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

 app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild 
b/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild
index 662699ea4a2..305228fa08a 100644
--- a/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild
+++ b/app-eselect/eselect-opengl/eselect-opengl-1.3.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ 
SRC_URI="https://dev.gentoo.org/~mgorny/dist/opengl.eselect-${PV}.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~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 ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/xz-utils"



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

2019-01-19 Thread Mart Raudsepp
commit: 9912438238a98854528c7f5be8189b700da8d278
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:25:52 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:07:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99124382

x11-misc/xkeyboard-config: arm64 stable

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
index ca7ba64fa05..771e138381b 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="mirror://xorg/data/${PN}/${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 ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2019-01-19 Thread Mart Raudsepp
commit: 84e99ac21fda84c22561e3fa631ce6bee3bc8032
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 19:31:43 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 20:08:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e99ac2

x11-libs/libXinerama: arm64 stable

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

 x11-libs/libXinerama/libXinerama-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libXinerama/libXinerama-1.1.4.ebuild 
b/x11-libs/libXinerama/libXinerama-1.1.4.ebuild
index 2996782670e..0dbff84a96e 100644
--- a/x11-libs/libXinerama/libXinerama-1.1.4.ebuild
+++ b/x11-libs/libXinerama/libXinerama-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ 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"
+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



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

2019-01-19 Thread Brian Evans
commit: c95baab3e63cd24ded7a77fbf02ffbbb0b6b9c8d
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Jan 19 19:30:52 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Jan 19 19:30:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95baab3

php-ext-source-r3.eclass: Add EAPI=7 support

Signed-off-by: Brian Evans  gentoo.org>

 eclass/php-ext-source-r3.eclass | 31 +++
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
index 66d32d5c5eb..5ef879a2be2 100644
--- a/eclass/php-ext-source-r3.eclass
+++ b/eclass/php-ext-source-r3.eclass
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: php-ext-source-r3.eclass
 # @MAINTAINER:
 # Gentoo PHP team 
-# @SUPPORTED_EAPIS: 6
+# @SUPPORTED_EAPIS: 6 7
 # @BLURB: Compile and install standalone PHP extensions.
 # @DESCRIPTION:
 # A unified interface for compiling and installing standalone PHP
@@ -14,8 +14,8 @@ inherit autotools
 
 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test
 
-case ${EAPI} in
-   6) ;;
+case ${EAPI:-0} in
+   6|7) ;;
*)
die "${ECLASS} is not compatible with EAPI=${EAPI}"
 esac
@@ -106,6 +106,7 @@ esac
 # conditional like "php?", but only when PHP_EXT_OPTIONAL_USE is
 # non-null. The option group "|| (..." is always started here.
 REQUIRED_USE="${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }|| ( "
+PHPDEPEND="${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( } "
 for _php_target in ${USE_PHP}; do
# Now loop through each USE_PHP target and add the corresponding
# dev-lang/php slot to PHPDEPEND.
@@ -125,19 +126,17 @@ unset _php_slot _php_target
 # Finally, end the optional group that we started before the loop. Close
 # the USE-conditional if PHP_EXT_OPTIONAL_USE is non-null.
 REQUIRED_USE+=") ${PHP_EXT_OPTIONAL_USE:+ )}"
+PHPDEPEND+=" ${PHP_EXT_OPTIONAL_USE:+ )}"
+TOOLDEPS="sys-devel/m4 sys-devel/libtool"
 
-RDEPEND="${RDEPEND}
-   ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }
-   ${PHPDEPEND}
-   ${PHP_EXT_OPTIONAL_USE:+ )}"
+RDEPEND="${PHPDEPEND}"
 
-DEPEND="${DEPEND}
-   sys-devel/m4
-   sys-devel/libtool
-   ${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }
-   ${PHPDEPEND}
-   ${PHP_EXT_OPTIONAL_USE:+ )}
-"
+case ${EAPI:-0} in
+   6) DEPEND="${TOOLDEPS} ${PHPDEPEND}" ;;
+   7) DEPEND="${PHPDEPEND}" ; BDEPEND="${TOOLDEPS} ${PHPDEPEND}" ;;
+esac
+
+unset PHPDEPEND TOOLDEPS
 
 # @ECLASS-VARIABLE: PHP_EXT_SKIP_PHPIZE
 # @DEFAULT_UNSET
@@ -209,7 +208,7 @@ php-ext-source-r3_src_configure() {
 
# Support either a string or an array for PHP_EXT_ECONF_ARGS.
local econf_args
-   if [[ $(declare -p PHP_EXT_ECONF_ARGS) == "declare -a"* ]]; then
+   if [[ -n "${PHP_EXT_ECONF_ARGS}" && $(declare -p PHP_EXT_ECONF_ARGS) == 
"declare -a"* ]]; then
econf_args=( "${PHP_EXT_ECONF_ARGS[@]}" )
else
econf_args=( ${PHP_EXT_ECONF_ARGS} )



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

2019-01-19 Thread Robin H. Johnson
commit: 72f717e700d8a2de4287da126a62024614008a4c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jan 19 19:13:58 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jan 19 19:14:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f717e7

sci-geosciences/gpsd: permit net-misc/ntpsec for USE=ntp

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 3 ++-
 sci-geosciences/gpsd/gpsd-.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild 
b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
index 67bbed4914e..ecc199ad940 100644
--- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -46,6 +46,7 @@ RDEPEND="
ncurses? ( sys-libs/ncurses:= )
ntp? ( || (
net-misc/ntp
+   net-misc/ntpsec
net-misc/chrony
) )
qt5? (

diff --git a/sci-geosciences/gpsd/gpsd-.ebuild 
b/sci-geosciences/gpsd/gpsd-.ebuild
index 445bb73cc6e..84668fd1c77 100644
--- a/sci-geosciences/gpsd/gpsd-.ebuild
+++ b/sci-geosciences/gpsd/gpsd-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -46,6 +46,7 @@ RDEPEND="
ncurses? ( sys-libs/ncurses:= )
ntp? ( || (
net-misc/ntp
+   net-misc/ntpsec
net-misc/chrony
) )
qt5? (



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

2019-01-19 Thread Anthony G. Basile
commit: efd4e81c082cd6a97b2c85fa82a8cfe72adfa904
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jan 19 18:36:07 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jan 19 18:36:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd4e81c

dev-libs/libsodium: add support on musl

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

 dev-libs/libsodium/libsodium-1.0.15-r1.ebuild | 4 +++-
 dev-libs/libsodium/libsodium-1.0.16-r2.ebuild | 6 +-
 dev-libs/libsodium/libsodium-1.0.17.ebuild| 4 
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild 
b/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild
index cbf53540a9c..ae0419e4c36 100644
--- a/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild
+++ b/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,8 @@ src_configure() {
 
# --disable-pie needed on x86, bug #512734
use x86 && myconf="${myconf} --disable-pie"
+   # --disable-ssp is needed on musl x86
+   use x86 && use elibc_musl && myconf+="${myconf} --disable-ssp"
 
econf \
$(use_enable asm) \

diff --git a/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild 
b/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild
index 393a0f21ab8..fe657340775 100644
--- a/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild
+++ b/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,6 +28,10 @@ multilib_src_configure() {
# --disable-pie is needed on x86, see bug #512734
if [[ "${MULTILIB_ABI_FLAG}" == "abi_x86_32" ]]; then
myconf="${myconf} --disable-pie"
+   # --disable-ssp is needed on musl x86
+   if use elibc_musl; then
+   myconf+="${myconf} --disable-ssp"
+   fi
fi
 
econf \

diff --git a/dev-libs/libsodium/libsodium-1.0.17.ebuild 
b/dev-libs/libsodium/libsodium-1.0.17.ebuild
index dcfe073f575..ca8df8c8f25 100644
--- a/dev-libs/libsodium/libsodium-1.0.17.ebuild
+++ b/dev-libs/libsodium/libsodium-1.0.17.ebuild
@@ -34,6 +34,10 @@ multilib_src_configure() {
# --disable-pie is needed on x86, see bug #512734
if [[ "${MULTILIB_ABI_FLAG}" == "abi_x86_32" ]]; then
myeconfargs+=( --disable-pie )
+   # --disable-ssp is needed on musl x86
+   if use elibc_musl; then
+   myeconfargs+=( --disable-ssp )
+   fi
fi
 
ECONF_SOURCE="${S}" econf ${myeconfargs[@]}



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

2019-01-19 Thread Erik Mackdanz
commit: b562420bd721ef39e7fd090c07b11cda4ab3d423
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 19 17:25:03 2019 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sat Jan 19 17:25:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b562420b

app-emulation/lxd: Bump to 3.9

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Erik Mackdanz  gentoo.org>

 app-emulation/lxd/Manifest   |   1 +
 app-emulation/lxd/lxd-3.9.ebuild | 241 +++
 2 files changed, 242 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index a803c090494..0af5059a436 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,2 +1,3 @@
 DIST lxd-3.7.tar.gz 26321652 BLAKE2B 
ce7faab689ffe3950aa6f57a0fd2601f231ad26fc7fb09f02300f9c2226deda0876183fe2a4a14cc982c3c2a829acc1785e5e6e030f4dbeaf03a8fbba83e4cfc
 SHA512 
a485c26ea04e6686a9fdac2219535e866f1906ff9a8e25fcd954d061a4cfc1585c4fa81b00247c34f571dbfb7f382be3e7208e3da72a4e281b714715a4f145fb
 DIST lxd-3.8.tar.gz 26914475 BLAKE2B 
9cf7ee1b5d57a3588d3ccecd47b22ef28da0faa684de03c7273949be1902f77ff7c49f4e7e5c942f7266e4e462ee009b1e70d25362610050cc41d81029d42d7b
 SHA512 
20085f05c59287fc8f350d8ef314c19fd7361f8394812e4a0466f76d9df6957348fc954d952f70e50e7227d593a9db9af994e15f69fd76e6ca4812174bfa907c
+DIST lxd-3.9.tar.gz 27031818 BLAKE2B 
7956aa9d0cf773fbdae64e8770ebee474d0b1e20aa1399d96eb317efb8a8e1cc1673bf345cea7a7cf99746905b9e16c6b2b507e571931a0cab37ff7ff5df67fd
 SHA512 
8d61912adeb33d06e4065aab7eaf80ab7b6e9cbc2b20dcca1cc5c74b999838aec32e805af3a6ae1262948514a619f4332ec44912ca720fa1b0e8b962165c117a

diff --git a/app-emulation/lxd/lxd-3.9.ebuild b/app-emulation/lxd/lxd-3.9.ebuild
new file mode 100644
index 000..418cd000141
--- /dev/null
+++ b/app-emulation/lxd/lxd-3.9.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, dense and secure container management"
+HOMEPAGE="https://linuxcontainers.org/lxd/introduction/;
+
+LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="+daemon +ipv6 +dnsmasq nls test tools"
+
+inherit autotools bash-completion-r1 linux-info systemd user
+
+SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz;
+
+DEPEND="
+   dev-lang/tcl
+   >=dev-lang/go-1.9.4
+   dev-libs/libuv
+   dev-libs/protobuf
+   nls? ( sys-devel/gettext )
+   test? (
+   app-misc/jq
+   net-misc/curl
+   sys-devel/gettext
+   )
+"
+
+RDEPEND="
+   daemon? (
+   app-arch/xz-utils
+   >=app-emulation/lxc-2.0.7[seccomp]
+   dev-libs/libuv
+   dev-libs/lzo
+   dev-util/xdelta:3
+   dnsmasq? (
+   net-dns/dnsmasq[dhcp,ipv6?]
+   )
+   net-firewall/ebtables
+   net-firewall/iptables[ipv6?]
+   net-libs/libnfnetlink
+   net-libs/libnsl:0=
+   net-misc/rsync[xattr]
+   sys-apps/iproute2[ipv6?]
+   sys-fs/fuse
+   sys-fs/lxcfs
+   sys-fs/squashfs-tools
+   virtual/acl
+   )
+"
+
+CONFIG_CHECK="
+   ~BRIDGE
+   ~DUMMY
+   ~IP6_NF_NAT
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IPV6
+   ~IP_NF_NAT
+   ~IP_NF_TARGET_MASQUERADE
+   ~MACVLAN
+   ~NETFILTER_XT_MATCH_COMMENT
+   ~NET_IPGRE
+   ~NET_IPGRE_DEMUX
+   ~NET_IPIP
+   ~NF_NAT_MASQUERADE_IPV4
+   ~NF_NAT_MASQUERADE_IPV6
+   ~VXLAN
+"
+
+ERROR_BRIDGE="BRIDGE: needed for network commands"
+ERROR_DUMMY="DUMMY: needed for network commands"
+ERROR_IP6_NF_NAT="IP6_NF_NAT: needed for network commands"
+ERROR_IP6_NF_TARGET_MASQUERADE="IP6_NF_TARGET_MASQUERADE: needed for network 
commands"
+ERROR_IPV6="IPV6: needed for network commands"
+ERROR_IP_NF_NAT="IP_NF_NAT: needed for network commands"
+ERROR_IP_NF_TARGET_MASQUERADE="IP_NF_TARGET_MASQUERADE: needed for network 
commands"
+ERROR_MACVLAN="MACVLAN: needed for network commands"
+ERROR_NETFILTER_XT_MATCH_COMMENT="NETFILTER_XT_MATCH_COMMENT: needed for 
network commands"
+ERROR_NET_IPGRE="NET_IPGRE: needed for network commands"
+ERROR_NET_IPGRE_DEMUX="NET_IPGRE_DEMUX: needed for network commands"
+ERROR_NET_IPIP="NET_IPIP: needed for network commands"
+ERROR_NF_NAT_MASQUERADE_IPV4="NF_NAT_MASQUERADE_IPV4: needed for network 
commands"
+ERROR_NF_NAT_MASQUERADE_IPV6="NF_NAT_MASQUERADE_IPV6: needed for network 
commands"
+ERROR_VXLAN="VXLAN: needed for network commands"
+
+EGO_PN="github.com/lxc/lxd"
+
+src_prepare() {
+   eapply_user
+   eapply "${FILESDIR}/de-translation-newline-1.patch"
+   eapply "${FILESDIR}/ptbr-translation-newline.patch"
+
+   cd "${S}/dist/dqlite" || die "Can't cd to dqlite dir"
+   eautoreconf
+}
+
+src_configure() {
+   

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

2019-01-19 Thread Erik Mackdanz
commit: 5706b8d767c1fe31b5edc394f5f39fb247e00944
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 19 17:10:00 2019 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sat Jan 19 17:12:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5706b8d7

app-emulation/lxd: Stabilize 3.8

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Erik Mackdanz  gentoo.org>

 app-emulation/lxd/lxd-3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/lxd/lxd-3.8.ebuild b/app-emulation/lxd/lxd-3.8.ebuild
index 202a7f81579..886ba7e161b 100644
--- a/app-emulation/lxd/lxd-3.8.ebuild
+++ b/app-emulation/lxd/lxd-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="https://linuxcontainers.org/lxd/introduction/;
 
 LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="+daemon +ipv6 +dnsmasq nls test tools"
 



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

2019-01-19 Thread Sergei Trofimovich
commit: d6decd0b6afe44822b4342f63e715dd4bae4b335
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 19 17:09:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 19 17:10:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6decd0b

net-analyzer/snort: drop old

Main target here is snort-2.9.4.6-r1 which OOMs m4 at src_prepare().
While at it drop EAPI=5 ebuilds and a few older revbumps.

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

 net-analyzer/snort/Manifest|   7 -
 net-analyzer/snort/metadata.xml|  30 
 net-analyzer/snort/snort-2.9.4.6-r1.ebuild | 251 -
 net-analyzer/snort/snort-2.9.7.0.ebuild| 249 
 net-analyzer/snort/snort-2.9.7.2.ebuild| 249 
 net-analyzer/snort/snort-2.9.7.3.ebuild| 249 
 net-analyzer/snort/snort-2.9.7.5.ebuild| 249 
 net-analyzer/snort/snort-2.9.8.0.ebuild| 249 
 net-analyzer/snort/snort-2.9.8.2.ebuild| 249 
 net-analyzer/snort/snort-2.9.8.3-r1.ebuild | 248 
 net-analyzer/snort/snort-2.9.8.3.ebuild| 249 
 11 files changed, 2279 deletions(-)

diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest
index 4664a2116c3..dee8cd9c2d8 100644
--- a/net-analyzer/snort/Manifest
+++ b/net-analyzer/snort/Manifest
@@ -1,9 +1,2 @@
 DIST snort-2.9.12.tar.gz 6456877 BLAKE2B 
af5584fe01caf9af2f2188e1362bd927a884354ddcb3026af514dddc1264b557691e1644d3c24e85c3b5b5f515dd9fccdd8d38ebc7c28d2f384fb822e27d8bb8
 SHA512 
6f759b321ca5496abf27c9e4f4fa003cd5167f8c8a160bf5f0b1aee1a93aa8d27de89b84bdf993a0bfb3a93c6315cb2bdbdc3fdb3b09b8d4d1d3c22b69c6783f
-DIST snort-2.9.4.6.tar.gz 5338762 BLAKE2B 
d7d663028fcfeffd2f2996a4ebf81aa723b4564a0aa38158f5fef104385866164d8ddd538d920f08e4102da0b055157c8574e42f2e306187eb82283db5ad2c78
 SHA512 
e35e22cab3b98bbd42ffb4b88c4c4cc9b1c11e35952a9f3f4f684c02c81ca8604b45d16f42b3d0a6c792eeab86a8e319d8ebdd7b1a5215f93ec0e70b6ef53f98
-DIST snort-2.9.7.0.tar.gz 6340553 BLAKE2B 
97fc2699fd93278edd5b350db498733f60ea9a78fe8f9f755c153380be77b3b97caec3aa7cce633650dd0e5d193deab675855aa68c2efcb04dc6df04b77ccb4c
 SHA512 
f2cbdd2cf2ad15bd4cf3f8658c2a4880ee2069589db89c11aaea637984dde270ef6242c6dd43d5e12f829ed2464388950ee791dbbfa8df796843942c415fbc2f
-DIST snort-2.9.7.2.tar.gz 6352738 BLAKE2B 
c2c67395d9a214886ecf033b692f841da58284d0687ee4c219f77850246b1c2e134b874aba6dfd30dcb1f3c71d54a6c4e5dc70e613eb28a59c51f31dc9498b41
 SHA512 
4732014d0049671b1a81857e25a5ffbc3cbccb698be2b3406f69a45603a6b9f34343469ee14fa513199cf9b890a278cc777b42493850cff6fcb3493bb9b73dce
-DIST snort-2.9.7.3.tar.gz 6300073 BLAKE2B 
f81611aadd282ebf01e92c7a62c28fad980dab36d86635c32b89fb4691b3723c4cdfaf123f7b703bdf1132419bed4b55533861c1665012af310bf916665b8bf2
 SHA512 
949213d44d08c7f70bd45bc4947c9c35bfcd2ca3a54ec8a28d0c03e3868a485d2c208ec7850398f69d706c74fbad1389af445eb1107e678ff95714b5696f27b7
-DIST snort-2.9.7.5.tar.gz 6312847 BLAKE2B 
a8ef86fd5fded47495fe50ee5fcc81d9f066b6ce099fd17496707ea01c77c9581526444ad3601d4025c1be8ada533bfc34e7aca7c616bf4f43c3f940742d0272
 SHA512 
fa1b299c72a44a8cb64361e8dab9fad5bfec36bbb05ebed2407002b2c5d97256d7d67599cb1f29406b5ee0916f2f85a173610d403cd34c57f74f7049c10eb038
-DIST snort-2.9.8.0.tar.gz 6323095 BLAKE2B 
f1febbc585e1921af5c599e3d0a4035f38045dd7ea6dd001a6aa9f887a7632e7ad0aecc3fe45f7ba0b44e87dfa50eceeb51df044483baf55ff60ded66cad6867
 SHA512 
46e5f19be5eccad2d5b4d3d55ce42fe616cd5f605b7178ed98e86cc8f2f4cf0f796fad80033d81b71bea7da2abfb6d0b340815ee158190f9b974f671045bf002
-DIST snort-2.9.8.2.tar.gz 6311793 BLAKE2B 
82b4587221a43ade2d6c1d9c38889a5d329d0eb5894bdbd84fac5fa2965ddafc0b1b15f286719a82a8a4df3daf3c20847a298eeae84422867ccefb2d50a7ea71
 SHA512 
60f660b2093ae88211dcef9256edf35441c0ffc61ec8240b6d25e947b55b0fdb23482913246e2288a8a533dbaff4e5ea2d8f51298ab9aa67baa1ab74d1c4f7a4
 DIST snort-2.9.8.3.tar.gz 6244304 BLAKE2B 
cb77c80dde0b5b32ba0fe36cd07e1f6f465127e4be207ba6cd3b7c7dff75f4537c86c6a88d744a924b99d0b4ac864add2c9111c63e51dc4c7dc23f8d19a6c792
 SHA512 
2f3dfe46e14a5106a02ca60b2d334549f4924ff916de0804b2b7792cdd31e104fbb454b4b932855b5f25a861698db0f8988844782b12b0e5fa132d88d4a7a687

diff --git a/net-analyzer/snort/metadata.xml b/net-analyzer/snort/metadata.xml
index 4478a084a21..be9d2aed013 100644
--- a/net-analyzer/snort/metadata.xml
+++ b/net-analyzer/snort/metadata.xml
@@ -30,11 +30,6 @@

Enables Snort's control socket.

-   
-   Enable ability to dynamically load preprocessors, 
detection engine,
-   and rules library. This is required if you want to use 
shared 
-   object (SO) snort rules.
-   

 

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

2019-01-19 Thread Hans de Graaff
commit: 78ba5e44235107e8e28e3837200d0dfd9828dbf6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 15:33:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 17:04:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ba5e44

dev-ruby/spy: add ruby26

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

 dev-ruby/spy/spy-1.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/spy/spy-1.0.0.ebuild b/dev-ruby/spy/spy-1.0.0.ebuild
index 02b0071842e..37689f6bc64 100644
--- a/dev-ruby/spy/spy-1.0.0.ebuild
+++ b/dev-ruby/spy/spy-1.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
-RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
 
 inherit multilib ruby-fakegem



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

2019-01-19 Thread Hans de Graaff
commit: c4f3b9b1faa267bb47ec89d4379a60bd60fb6215
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 14:49:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 17:04:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f3b9b1

dev-ruby/sshkey: add ruby26

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

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

diff --git a/dev-ruby/sshkey/sshkey-1.9.0.ebuild 
b/dev-ruby/sshkey/sshkey-1.9.0.ebuild
index 594170914c9..15739cd2b47 100644
--- a/dev-ruby/sshkey/sshkey-1.9.0.ebuild
+++ b/dev-ruby/sshkey/sshkey-1.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2019-01-19 Thread Mike Gilbert
commit: 72c3027dfde79433a372a9b2b638ccfc60ee881f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jan 19 16:18:45 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jan 19 16:18:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c3027d

www-client/google-chrome-beta: automated update (72.0.3626.64)

Package-Manager: Portage-2.3.56_p3, Repoman-2.3.12_p50
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-72.0.3626.53.ebuild => google-chrome-beta-72.0.3626.64.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index c3c6ff4b58a..fa979ec2def 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_72.0.3626.53-1_amd64.deb 58359656 BLAKE2B 
ffdca1e247ac37081f465bffc16c8e20eb184347379ac7552829237406c677c3c0628a207f58e488f6d064bec54b4f73a6260e341968af8cc1beb493c0aa0c2f
 SHA512 
8751aff6c603188bbb2d89dc2973186f4ef478fab8fab64f8c331bbb08d51383747e17f155a362713b49bbb4c172f6a5015854c621f03b9739d25fe26bef3a4a
+DIST google-chrome-beta_72.0.3626.64-1_amd64.deb 58378464 BLAKE2B 
ff5b17955f508349074fb1f005d2062e0efd633787df4696685b00a0433b156568c62a8a29cf8d800dd81541391d7e427119949f5fd76b52b6e9b635cb8a9571
 SHA512 
c294f289bdc93a2323a607b00eb5a0ae0e5217bb76604c3a5e90d480f3129d2eb77bb0150af6fccec5ba2c9ebe2ef9e3e7ab2cd6048019542c865a1aad63770f

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-72.0.3626.53.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-72.0.3626.64.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-72.0.3626.53.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-72.0.3626.64.ebuild



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

2019-01-19 Thread Mike Gilbert
commit: 3b61c1ec86c034a0afa5622818d9f73e5ce3954c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jan 19 16:19:10 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jan 19 16:19:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b61c1ec

www-plugins/chrome-binary-plugins: automated update

Package-Manager: Portage-2.3.56_p3, Repoman-2.3.12_p50
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 53_beta.ebuild => chrome-binary-plugins-72.0.3626.64_beta.ebuild} | 0
 3_alpha.ebuild => chrome-binary-plugins-73.0.3673.0_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 936a792083a..f25d7ebddf3 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_72.0.3626.53-1_amd64.deb 58359656 BLAKE2B 
ffdca1e247ac37081f465bffc16c8e20eb184347379ac7552829237406c677c3c0628a207f58e488f6d064bec54b4f73a6260e341968af8cc1beb493c0aa0c2f
 SHA512 
8751aff6c603188bbb2d89dc2973186f4ef478fab8fab64f8c331bbb08d51383747e17f155a362713b49bbb4c172f6a5015854c621f03b9739d25fe26bef3a4a
+DIST google-chrome-beta_72.0.3626.64-1_amd64.deb 58378464 BLAKE2B 
ff5b17955f508349074fb1f005d2062e0efd633787df4696685b00a0433b156568c62a8a29cf8d800dd81541391d7e427119949f5fd76b52b6e9b635cb8a9571
 SHA512 
c294f289bdc93a2323a607b00eb5a0ae0e5217bb76604c3a5e90d480f3129d2eb77bb0150af6fccec5ba2c9ebe2ef9e3e7ab2cd6048019542c865a1aad63770f
 DIST google-chrome-stable_71.0.3578.98-1_amd64.deb 56611204 BLAKE2B 
77fc467a3041576d64ddfe5d2c66b33aef8f936a53dd78cc16a38a34f99085e00205061643ba9f70c2fd74c127dcb1f2979361daf1ad43b5b2e0164bbbed1113
 SHA512 
50518b38b5f7c198014b82243aa19b29e7c29d5a0df6175c72df1e082ffaa40e4b2a2f81047d1d7a069a4f9035fe22b4644946d00807db2fcbae93f189054e7f
-DIST google-chrome-unstable_73.0.3664.3-1_amd64.deb 60498524 BLAKE2B 
5a8bae4e27f52add82a166a79bbf817bbd1a6002cd9b6b8a6382430861ba53bbc242e25ccb813dd537ed05866d02ff36f62530a3f1b961853ea8b078d33afc64
 SHA512 
e4afbfff8f017ffd162f1dc1057823f097a0205236581de32903fb6afbf1e30117c857bada2728d6f71144d0980c8e6ed13b83b75138212b38f71f754d6ca02e
+DIST google-chrome-unstable_73.0.3673.0-1_amd64.deb 58449494 BLAKE2B 
112287121a6fd309b05a40fe6c5c0d557253ed5a52ede6618a3a767c154d70e8265e9fcca1b720f18a48b9d5a9089496169d191f9158586dfecb5fa4ec0aef32
 SHA512 
c2bcac1d792cb4f602b1b08483b788efbdf4499bc765ee88125f357b4f8fc1e0f170ce1bf05ea52631254382724fe8781e4cdb768805d5a4a4a49ae6719af7fe

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.53_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.64_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.53_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.64_beta.ebuild

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



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

2019-01-19 Thread Mike Gilbert
commit: 03e52942737f0ed425c84d3e336be598058f995a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jan 19 16:19:04 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jan 19 16:19:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e52942

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

Package-Manager: Portage-2.3.56_p3, Repoman-2.3.12_p50
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 122cbe935fa..8bd9a018a6b 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_73.0.3664.3-1_amd64.deb 60498524 BLAKE2B 
5a8bae4e27f52add82a166a79bbf817bbd1a6002cd9b6b8a6382430861ba53bbc242e25ccb813dd537ed05866d02ff36f62530a3f1b961853ea8b078d33afc64
 SHA512 
e4afbfff8f017ffd162f1dc1057823f097a0205236581de32903fb6afbf1e30117c857bada2728d6f71144d0980c8e6ed13b83b75138212b38f71f754d6ca02e
+DIST google-chrome-unstable_73.0.3673.0-1_amd64.deb 58449494 BLAKE2B 
112287121a6fd309b05a40fe6c5c0d557253ed5a52ede6618a3a767c154d70e8265e9fcca1b720f18a48b9d5a9089496169d191f9158586dfecb5fa4ec0aef32
 SHA512 
c2bcac1d792cb4f602b1b08483b788efbdf4499bc765ee88125f357b4f8fc1e0f170ce1bf05ea52631254382724fe8781e4cdb768805d5a4a4a49ae6719af7fe

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



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/, genrdeps/

2019-01-19 Thread Mike Gilbert
commit: 698acf010cf56a444823682b681909dc32e12191
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jan 18 18:09:52 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 18 18:14:59 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=698acf01

genrdeps: scan for BDEPEND

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

 genrdeps/run-genrdeps-index.sh | 9 +
 htdocs/index.html  | 7 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/genrdeps/run-genrdeps-index.sh b/genrdeps/run-genrdeps-index.sh
index 819940d..fd89301 100755
--- a/genrdeps/run-genrdeps-index.sh
+++ b/genrdeps/run-genrdeps-index.sh
@@ -29,3 +29,12 @@ popd > /dev/null
 mv pindex pindex_old
 mv .pindex_new pindex
 rm -rf pindex_old
+
+mkdir .bindex_new
+pushd .bindex_new > /dev/null
+/var/www/qa-reports.gentoo.org/qa-scripts/genrdeps/genrdeps.py BDEPEND
+find | cut -c 3- > .bindex
+popd > /dev/null
+mv bindex bindex_old
+mv .bindex_new bindex
+rm -rf bindex_old

diff --git a/htdocs/index.html b/htdocs/index.html
index 308821a..1f84ef3 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -105,9 +105,10 @@
 
   Tree-wide Scanning
   
-Reverse runtime dependencies
-Reverse buildtime dependencies
-Reverse post dependencies
+Reverse runtime dependencies (RDEPEND)
+Reverse buildtime dependencies (DEPEND)
+Reverse post dependencies (PDEPEND)
+Reverse buildtime dependencies (BDEPEND)
 EAPI 
Usage
 EAPI 
Usage per eclass
 Eclass-EAPI usage matrix



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

2019-01-19 Thread Akinori Hattori
commit: 299c2af293818d6f0b8669ba8c0d6eb1be1b08b7
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Jan 19 15:27:16 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Jan 19 15:27:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299c2af2

app-text/po4a: do not compress man pages

Closes: https://bugs.gentoo.org/675402
Signed-off-by: Akinori Hattori  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-text/po4a/files/po4a-man.patch | 18 ++
 app-text/po4a/po4a-0.47-r1.ebuild  |  6 --
 app-text/po4a/po4a-0.54.ebuild |  4 +++-
 app-text/po4a/po4a-0.55.ebuild |  9 +++--
 4 files changed, 28 insertions(+), 9 deletions(-)

diff --git a/app-text/po4a/files/po4a-man.patch 
b/app-text/po4a/files/po4a-man.patch
new file mode 100644
index 000..6dd94aed153
--- /dev/null
+++ b/app-text/po4a/files/po4a-man.patch
@@ -0,0 +1,18 @@
+--- a/Po4aBuilder.pm
 b/Po4aBuilder.pm
+@@ -233,7 +233,6 @@
+ }
+ $parser->parse_from_file ($file, $out);
+ 
+-system("gzip -9 -f $out") and die;
+ unlink "$file" || die;
+ }
+ 
+@@ -245,7 +244,6 @@
+ if ($file =~ m,(.*/man(.))/([^/]*)\.xml$,) {
+ my ($outdir, $section, $outfile) = ($1, $2, $3);
+ system("xsltproc -o $outdir/$outfile.$section --nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $file") 
and die;
+-system ("gzip -9 -f $outdir/$outfile.$section") and die;
+ }
+ unlink "$file" || die;
+ }

diff --git a/app-text/po4a/po4a-0.47-r1.ebuild 
b/app-text/po4a/po4a-0.47-r1.ebuild
index 94311ba3d57..dcf757c2f2b 100644
--- a/app-text/po4a/po4a-0.47-r1.ebuild
+++ b/app-text/po4a/po4a-0.47-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,8 +37,10 @@ DIST_TEST="do"
 
 PATCHES=(
# Fix bad escaping of '.' in @INC modification
-   "${FILESDIR}/${PN}-0.45-614122-no-dot-inc.patch"
+   "${FILESDIR}"/${PN}-0.45-614122-no-dot-inc.patch
+   "${FILESDIR}"/${PN}-man.patch
 )
+
 src_prepare() {
# Check against locale files in ${S}/pod/bin for mismatches
# with languages listed in PLOCALES

diff --git a/app-text/po4a/po4a-0.54.ebuild b/app-text/po4a/po4a-0.54.ebuild
index 52fdda5fc38..45fe4908e04 100644
--- a/app-text/po4a/po4a-0.54.ebuild
+++ b/app-text/po4a/po4a-0.54.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
virtual/tex-base
)"
 
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
 PERL_RM_FILES=(
t/09-html.t
 )

diff --git a/app-text/po4a/po4a-0.55.ebuild b/app-text/po4a/po4a-0.55.ebuild
index 1ff6a7d4df6..45fe4908e04 100644
--- a/app-text/po4a/po4a-0.55.ebuild
+++ b/app-text/po4a/po4a-0.55.ebuild
@@ -8,7 +8,7 @@ inherit perl-module l10n
 
 DESCRIPTION="Tools to ease the translation of documentation"
 HOMEPAGE="https://po4a.org/;
-SRC_URI="https://github.com/mquinson/po4a/releases/download/v${PV}/${P}.tar.gz;
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -33,6 +33,8 @@ DEPEND="${RDEPEND}
virtual/tex-base
)"
 
+PATCHES=( "${FILESDIR}"/${PN}-man.patch )
+
 PERL_RM_FILES=(
t/09-html.t
 )
@@ -48,8 +50,3 @@ src_prepare() {
 
perl-module_src_prepare
 }
-
-src_install() {
-   perl-module_src_install
-   find "${ED%/}/usr/share/man" -name '*.gz' -exec gzip -d '{}' +
-}



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

2019-01-19 Thread Akinori Hattori
commit: 99c9749a532498860e97e8b30dc6798942e92675
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Jan 19 14:57:22 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Jan 19 14:57:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c9749a

app-shells/yash: new upstream release

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

 app-shells/yash/Manifest |  1 +
 app-shells/yash/yash-2.48.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index 44c70eccdb1..5664904530b 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1 +1,2 @@
 DIST yash-2.47.tar.gz 1161675 BLAKE2B 
8491d5f977b9e23071098016443e8384bc584b8b1160e84b725a2965d032d8b8f5a7ac8b16b1a1e62d808b0543650e0bc42ddc52806c5475a7ca9e26640e84aa
 SHA512 
c9607990a1cf947f9cf294f818d9c6de314dca92a9f106dc65e8d0fdeb6ac91b21a394c711c4b8aabae33b60fc70b72dc9483b6ac48d4e3be3019501ebc26332
+DIST yash-2.48.tar.xz 736280 BLAKE2B 
bbb7d2f723000bbb168ce8d354c27d80b350d5b5b1fc450987b8ff45a3d0f3c94986632ead5510de70b27689498cdc370bef8bbcdded66dc8d43061358c438b8
 SHA512 
51201a5bec24ebfb550d3e6b52114c83221d2e4b54cde577b76def1ccdd3476758ea2c8e1468047bcfccd6e8cdc3fc1d35d6c0dc8b7017c8d290c4aea66350f3

diff --git a/app-shells/yash/yash-2.48.ebuild b/app-shells/yash/yash-2.48.ebuild
new file mode 100644
index 000..d3d60ce0fc4
--- /dev/null
+++ b/app-shells/yash/yash-2.48.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PLOCALES="en ja"
+
+inherit flag-o-matic l10n toolchain-funcs
+
+DESCRIPTION="Yash is a POSIX-compliant command line shell"
+HOMEPAGE="https://yash.osdn.jp/;
+SRC_URI="mirror://sourceforge.jp/${PN}/70439/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls test"
+
+RDEPEND="sys-libs/ncurses:=
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   test? ( sys-apps/ed )"
+
+src_configure() {
+   append-cflags -std=c99
+
+   sh ./configure \
+   --prefix="${EPREFIX}"/usr \
+   $(use_enable nls) \
+   CC=$(tc-getCC) \
+   LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" 
\
+   || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh/

2019-01-19 Thread David Seifert
commit: 9c6f17ceea09f7ecb6790d86b93e6e86ad5fe2ba
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:50:34 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:51:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6f17ce

sys-auth/pam_ssh: Version bump to 2.2

Bug: https://bugs.gentoo.org/674194
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 sys-auth/pam_ssh/Manifest   |  1 +
 sys-auth/pam_ssh/pam_ssh-2.2.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/sys-auth/pam_ssh/Manifest b/sys-auth/pam_ssh/Manifest
index 4f6c1889d98..84a053bb6ba 100644
--- a/sys-auth/pam_ssh/Manifest
+++ b/sys-auth/pam_ssh/Manifest
@@ -1,2 +1,3 @@
 DIST pam_ssh-1.98.tar.bz2 292989 BLAKE2B 
08744c6649aa58c7221e5ec07e0c6aefa8d045cf30df01b941962d29f3abdae902b0fbad37923e3ff05536e422a1062732a6998e4b58d978d369df3d866ec1aa
 SHA512 
bf6da4ced0619549d56516c6b24e899664e0948da7a0cc04ff1b536d06cc8c26242c83eb36ed835668c824b777e270aa293162ac77e3c479311386e6e5da39ff
 DIST pam_ssh-2.1.tar.xz 361000 BLAKE2B 
f22836af20b41ae7254f816c33793bb3a128b604ec36a20b207610deebf61f4d5dd070fd6f5093c6f7b6eb9e14f85cd81ddbbed7e97ee581124e5335722d036b
 SHA512 
8252b15efffa5687f740963f7a3c3479b73f99eca26a17155f915a10b9a71362a2778449adf10f01c174cc8545961ce3ea64459338a7c995c242b209529fd640
+DIST pam_ssh-2.2.tar.xz 382244 BLAKE2B 
b3e6122530244add64400a6c4ea9811eb6feb0309b11d9ad17d800c3ced555f5459a8dc55ec58b0649017bcce9fb12417d4ba52ab2acd3acdf5e4a0cfe956e57
 SHA512 
b3caeb6065b2ac925cfd1a12107902f8474badfa1770d6499508d00bf41b54497fa17080f84af9dde0b6b7692d4bd58d33d94257c3106dac7eee79ebcf3b4692

diff --git a/sys-auth/pam_ssh/pam_ssh-2.2.ebuild 
b/sys-auth/pam_ssh/pam_ssh-2.2.ebuild
new file mode 100644
index 000..8c54ab76bfa
--- /dev/null
+++ b/sys-auth/pam_ssh/pam_ssh-2.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam flag-o-matic readme.gentoo-r1
+
+DESCRIPTION="Uses ssh-agent to provide single sign-on"
+HOMEPAGE="http://pam-ssh.sourceforge.net/;
+SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.xz"
+
+LICENSE="BSD-2 BSD ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# Only supports OpenSSH via `ssh-agent` #282993
+DEPEND="virtual/pam
+   dev-libs/openssl:0="
+RDEPEND="${DEPEND}
+   net-misc/openssh"
+
+PATCHES=(
+   # 503424#c5
+   "${FILESDIR}"/${PN}-2.1-dot-ssh-check.patch
+)
+
+src_configure() {
+   # hide all the otherwise-exported symbols that may clash with
+   # other software loading the PAM modules (see bug #274924 as an
+   # example).
+   append-ldflags -Wl,--version-script="${FILESDIR}"/pam_symbols.ver
+
+   # Set the cache var so the configure script doesn't go probing hardcoded
+   # file system paths and picking up the wrong thing.
+   export ac_cv_openssldir=''
+
+   # Avoid cross-compiling funkiness and requiring openssh at build time.
+   export PATH_SSH_AGENT="${EPREFIX}/usr/bin/ssh-agent"
+
+   econf \
+   "--with-pam-dir=$(getpam_mod_dir)"
+}
+
+src_install() {
+   default
+
+   # pam_ssh only builds plugins
+   find "${D}" -name '*.la' -delete || die
+
+   local DOC_CONTENTS="
+   You can enable pam_ssh for system authentication by enabling
+   the pam_ssh USE flag on sys-auth/pambase.
+   "
+   readme.gentoo_create_doc
+}
+
+pkg_preinst() {
+   if [[ ${REPLACING_VERSIONS} == 1.* ]]; then #554150
+   ewarn "Upstream pam_ssh has changed where ssh keys live.  Only 
keys in your"
+   ewarn "~/.ssh/login-keys.d/ will be accepted for 
authentication."
+   fi
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2019-01-19 Thread Hans de Graaff
commit: b24df388645b01f5bb185a328a8fccfff4374076
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:37:13 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24df388

dev-ruby/bcrypt_pbkdf: add ruby26

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

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

diff --git a/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild 
b/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
index 22f80e3201f..9969222909a 100644
--- a/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
+++ b/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2019-01-19 Thread Hans de Graaff
commit: 24eca6c5fd5759bb016970637cb7588cc2a8bf67
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 09:44:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24eca6c5

dev-ruby/systemu: add ruby26

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

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

diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild 
b/dev-ruby/systemu/systemu-2.6.5.ebuild
index ce6d42b0eb9..9a3690b4937 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2019-01-19 Thread Hans de Graaff
commit: f1a3d7d512610a34d1fd0367206f2f588ec125e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:50:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a3d7d5

dev-ruby/net-ssh: add ruby26

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

 dev-ruby/net-ssh/net-ssh-5.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild 
b/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild
index 5709cd84bd9..f2c12b44739 100644
--- a/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild
+++ b/dev-ruby/net-ssh/net-ssh-5.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt"



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

2019-01-19 Thread Hans de Graaff
commit: 6f109f234ca1409fc1e7994e1def5af38be070f6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 13:30:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f109f23

dev-ruby/net-scp: add ruby26; allow net-ssh:5

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

 dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild 
b/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
index e3c0bb9e4c6..d717fa4a1aa 100644
--- a/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
+++ b/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
 
@@ -30,13 +30,13 @@ RUBY_PATCHES=(
)
 
 ruby_add_bdepend "
-   doc? ( >=dev-ruby/net-ssh-4.0:4 )
+   doc? ( || ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 ) )
test? (
-   >=dev-ruby/net-ssh-4.0:4
+   || ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 )
dev-ruby/mocha
)"
 
-ruby_add_rdepend ">=dev-ruby/net-ssh-4.0:4"
+ruby_add_rdepend "|| ( dev-ruby/net-ssh:5 dev-ruby/net-ssh:4 )"
 
 all_ruby_prepare() {
sed -i -e 's/>= 2.0.0/~> 2.0/' test/common.rb || die



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

2019-01-19 Thread Hans de Graaff
commit: 4542da5ba5a779d04316472706113aabf275c207
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:25:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4542da5b

dev-ruby/rbnacl: add ruby26

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
index d5438f05beb..1207ef48183 100644
--- a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"



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

2019-01-19 Thread Hans de Graaff
commit: 85d345cf64d8894233255d56a82e7833423db608
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:48:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d345cf

dev-ruby/ed25519: add ruby26

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 69c4b0553ab..0fff8931b08 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"



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

2019-01-19 Thread Hans de Graaff
commit: 9c0fd072d3581897506e9bdfd81ccb2e4697e727
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:12:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0fd072

dev-ruby/state_machine: add ruby26

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

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

diff --git a/dev-ruby/state_machine/state_machine-1.2.0.ebuild 
b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
index 2757123094a..0a3e543e0c8 100644
--- a/dev-ruby/state_machine/state_machine-1.2.0.ebuild
+++ b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_TASK_DOC=""



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

2019-01-19 Thread Hans de Graaff
commit: 7ab3f44269854f8be32c1217b520181c9b52661a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 09:42:47 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab3f442

dev-ruby/transaction-simple: add ruby26

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

 dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild 
b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild
index 711b9ff6435..3ba729a19f8 100644
--- a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild
+++ b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2019-01-19 Thread Hans de Graaff
commit: fe64b66e3e686d8280413621fa817a16d1890c9b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 14:47:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64b66e

dev-ruby/sshkit: add ruby26

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

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

diff --git a/dev-ruby/sshkit/sshkit-1.18.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.18.0.ebuild
index 91c7106b40c..5c4ef99622e 100644
--- a/dev-ruby/sshkit/sshkit-1.18.0.ebuild
+++ b/dev-ruby/sshkit/sshkit-1.18.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 # There are functional tests that require vagrant boxes to be set up.
 RUBY_FAKEGEM_TASK_TEST="test:units"



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

2019-01-19 Thread Hans de Graaff
commit: a9e7fa0944535cd970b1336da26c374199f29654
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 09:50:29 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e7fa09

dev-ruby/syslogger: add ruby26

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

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

diff --git a/dev-ruby/syslogger/syslogger-1.6.5.ebuild 
b/dev-ruby/syslogger/syslogger-1.6.5.ebuild
index f97cce32978..367371e766b 100644
--- a/dev-ruby/syslogger/syslogger-1.6.5.ebuild
+++ b/dev-ruby/syslogger/syslogger-1.6.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libjson-rpc-cpp/

2019-01-19 Thread David Seifert
commit: ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:46 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9e86c8

dev-cpp/libjson-rpc-cpp: Use SLOTed dev-cpp/catch

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild | 4 ++--
 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild | 4 ++--
 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild| 4 ++--
 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild 
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild
index d04f0daefd3..614694270fd 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ RDEPEND="
stubgen? ( dev-libs/argtable:= )"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
-   test? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ms-gsl/

2019-01-19 Thread David Seifert
commit: f6e9b41c6430aa5a527895af5f19bda0488bfffe
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:43 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e9b41c

dev-cpp/ms-gsl: Use SLOTed dev-cpp/catch

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild | 4 ++--
 dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild | 4 ++--
 dev-cpp/ms-gsl/ms-gsl-.ebuild  | 6 ++
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild 
b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
index cde182b5ba1..c2294e55587 100644
--- a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ IUSE="test"
 
 # header only library
 RDEPEND=""
-DEPEND="test? ( >=dev-cpp/catch-1.11.0 )"
+DEPEND="test? ( dev-cpp/catch:1 )"
 
 PATCHES=(
"${FILESDIR}/${P}-use_system_catch-636828.patch"

diff --git a/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild 
b/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
index c3af23471bc..8b5cb2b6670 100644
--- a/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="test"
 
 # header only library
 RDEPEND=""
-DEPEND="test? ( ~dev-cpp/catch-1.11.0 )"
+DEPEND="test? ( dev-cpp/catch:1 )"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.0.0-use_system_catch-636828.patch"

diff --git a/dev-cpp/ms-gsl/ms-gsl-.ebuild 
b/dev-cpp/ms-gsl/ms-gsl-.ebuild
index d7c78908654..3568adaea6b 100644
--- a/dev-cpp/ms-gsl/ms-gsl-.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,8 +10,6 @@ HOMEPAGE="https://github.com/Microsoft/GSL;
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/Microsoft/GSL.git;
 
-S="${WORKDIR}/GSL-${PV}"
-
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
@@ -19,7 +17,7 @@ IUSE="test"
 
 # header only library
 RDEPEND=""
-DEPEND="test? ( ~dev-cpp/catch-1.11.0 )"
+DEPEND="test? ( dev-cpp/catch:1 )"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.0.0-use_system_catch-636828.patch"



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

2019-01-19 Thread David Seifert
commit: 9a6ce605f212b12e3ebc2dad17f46fc2a1c40178
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:40 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6ce605

dev-libs/cppcodec: Update to EAPI 7, pin SLOT for deps

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-libs/cppcodec/cppcodec-0.2.ebuild  | 12 
 dev-libs/cppcodec/cppcodec-.ebuild | 12 
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/dev-libs/cppcodec/cppcodec-0.2.ebuild 
b/dev-libs/cppcodec/cppcodec-0.2.ebuild
index fe7a12a7e61..ed1f2f4c8f3 100644
--- a/dev-libs/cppcodec/cppcodec-0.2.ebuild
+++ b/dev-libs/cppcodec/cppcodec-0.2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils
 
 DESCRIPTION="C++11 library to encode/decode base64, base64url, base32, 
base32hex and hex"
@@ -25,11 +24,8 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
-   test? (
-   virtual/pkgconfig
-   >=dev-cpp/catch-2.3.0
-   )"
+DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )"
+BDEPEND="test? ( virtual/pkgconfig )"
 
 src_configure() {
local mycmakeargs=(

diff --git a/dev-libs/cppcodec/cppcodec-.ebuild 
b/dev-libs/cppcodec/cppcodec-.ebuild
index 8fd88d739a8..ed1f2f4c8f3 100644
--- a/dev-libs/cppcodec/cppcodec-.ebuild
+++ b/dev-libs/cppcodec/cppcodec-.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils
 
 DESCRIPTION="C++11 library to encode/decode base64, base64url, base32, 
base32hex and hex"
@@ -25,11 +24,8 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
-   test? (
-   virtual/pkgconfig
-   >=dev-cpp/catch-2.2.0
-   )"
+DEPEND="test? ( >=dev-cpp/catch-2.3.0:0 )"
+BDEPEND="test? ( virtual/pkgconfig )"
 
 src_configure() {
local mycmakeargs=(



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

2019-01-19 Thread David Seifert
commit: 9414332f4061bdb9a9718b21bd5779bca6431a87
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:49 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9414332f

app-crypt/libnitrokey: Use SLOTed dev-cpp/catch

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 app-crypt/libnitrokey/libnitrokey-3.3.ebuild  | 4 ++--
 app-crypt/libnitrokey/libnitrokey-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-crypt/libnitrokey/libnitrokey-3.3.ebuild 
b/app-crypt/libnitrokey/libnitrokey-3.3.ebuild
index 32cf1940ee3..a9e23e36515 100644
--- a/app-crypt/libnitrokey/libnitrokey-3.3.ebuild
+++ b/app-crypt/libnitrokey/libnitrokey-3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,7 +31,7 @@ RDEPEND="
 DEPEND="
${RDEPEND}
virtual/pkgconfig
-   test? ( >=dev-cpp/catch-2.2.0 )"
+   test? ( >=dev-cpp/catch-2.2.0:0 )"
 
 src_configure() {
local mycmakeargs=(

diff --git a/app-crypt/libnitrokey/libnitrokey-.ebuild 
b/app-crypt/libnitrokey/libnitrokey-.ebuild
index 32cf1940ee3..a9e23e36515 100644
--- a/app-crypt/libnitrokey/libnitrokey-.ebuild
+++ b/app-crypt/libnitrokey/libnitrokey-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,7 +31,7 @@ RDEPEND="
 DEPEND="
${RDEPEND}
virtual/pkgconfig
-   test? ( >=dev-cpp/catch-2.2.0 )"
+   test? ( >=dev-cpp/catch-2.2.0:0 )"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: x11-misc/j4-dmenu-desktop/

2019-01-19 Thread David Seifert
commit: ba4ec0e83320545829d61e36775a737d2392caaa
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:34 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4ec0e8

x11-misc/j4-dmenu-desktop: Use SLOTed dev-cpp/catch

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/10870
Signed-off-by: David Seifert  gentoo.org>

 x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.16.ebuild 
b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.16.ebuild
index e758d1c57c4..4770b776eb0 100644
--- a/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.16.ebuild
+++ b/x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-DEPEND="test? ( 

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

2019-01-19 Thread David Seifert
commit: d13c7357a618c539ad0bb4de3ecb50bf945fa528
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:52 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13c7357

dev-cpp/catch: Remove old

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-cpp/catch/Manifest|  2 --
 dev-cpp/catch/catch-1.11.0.ebuild | 34 ---
 dev-cpp/catch/catch-2.2.2.ebuild  | 49 ---
 3 files changed, 85 deletions(-)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index 2d9261de67d..9ccecc2df55 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1,5 +1,3 @@
-DIST Catch-1.11.0.tar.gz 376132 BLAKE2B 
23a1a6292dd91ec1c71923b4902b42b59ff6be5227b666f68ef0dc33756a58a63edd70a9b139dda0b1860c2b7a0cfec7ab9262e6447eff3184cfe28ea9b0aa77
 SHA512 
33085c2671f78c7562eace909564b2730eabcaf4490cd463402e66ab4ac2be1fe4fe360916c11aa589ba4a010622444126ee2ae747783b5869b5d7276361f132
 DIST Catch-1.12.2.tar.gz 377265 BLAKE2B 
bc27b4daee950f8fb93d65f3aed032e72bc856ee27a8dc28c35b89e33f414d68ba4cf00951e476688eddf9e4c0514036bd6916fa6cfa9e3359e6c625984f114f
 SHA512 
ed963cdca9fe307ee02928677f81cafcb41cd607faaa315182fdf898d0f2aa28f0be2141bd642f46fdfac400c38f6d065e00a595a1e5879fe2335c4a3851e844
-DIST Catch2-2.2.2.tar.gz 497244 BLAKE2B 
d5073d56b9399bd7f50bafc7758e60e31ba4434e229f92ca92cd04257f4a54cec925ad3180cc964c4f69edbaa7fc14f8af8e828421e2bb2b4f6c59eaea5cc06d
 SHA512 
ab91036c6c3ace087d0382ce99f26b2c30a4b75d52f285619ca282a618470fe388afe47495f3b2764268d600c6834c60ba464483d06f3a1c4316c099477c8e38
 DIST Catch2-2.3.0.tar.gz 506374 BLAKE2B 
f692eb0933ca578edf0f15cb83139d2fab03390b3980a686ea495101165d612c848b642ad1e7233bce5bb164c80958c9cbfbc229e72a1ae6947aa4dffdf27556
 SHA512 
e9a089b504c339e87bda0fb1a4040d9d19c932a4bc7dca41bdad6edfcf8c428f4152ff1e0c898dfdf6b20bd5d901c343bed00ad89351fa5182f3c106e0fb4b03
 DIST Catch2-2.5.0.tar.gz 549328 BLAKE2B 
a32941a043a654228cc541dc675ad789f5b938ebc2d3177d1657f66f68fb175bec8c88a60ecba00e84eca74a7506dc83aed74ac89f7dde83213284eb4a497225
 SHA512 
420f1d1a5ea7b69be9fb316a8abe1fb7c7e78d44a982e883748f1e0c8d2a435c1518b6022742716019558a740f8b31977ed6a786b0293e0504206b016801cfe8

diff --git a/dev-cpp/catch/catch-1.11.0.ebuild 
b/dev-cpp/catch/catch-1.11.0.ebuild
deleted file mode 100644
index afc65f924e9..000
--- a/dev-cpp/catch/catch-1.11.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/catchorg/Catch2;
-SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${P^}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P^}
-
-# CMake is only used to build & run tests, so override phases
-src_configure() { :; }
-src_compile() { :; }
-
-src_test() {
-   cmake-utils_src_configure
-   cmake-utils_src_compile
-   cmake-utils_src_test
-}
-
-src_install() {
-   # same location as used in fedora
-   insinto /usr/include/catch
-   doins -r include/.
-   dodoc -r docs/.
-}

diff --git a/dev-cpp/catch/catch-2.2.2.ebuild b/dev-cpp/catch/catch-2.2.2.ebuild
deleted file mode 100644
index 2cce0298b3a..000
--- a/dev-cpp/catch/catch-2.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-inherit cmake-utils python-any-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/catchorg/Catch2.git;
-else
-   MY_P=${PN^}2-${PV}
-   SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-
-   S=${WORKDIR}/${MY_P}
-fi
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/catchorg/Catch2;
-
-LICENSE="Boost-1.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( ${PYTHON_DEPS} )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.2-test-python3.patch
-   "${FILESDIR}"/${PN}-2.2.2-python-automagic.patch
-)
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCATCH_ENABLE_WERROR=OFF
-   -DBUILD_TESTING=$(usex test)
-   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-   -DPYTHON_EXECUTABLE="${PYTHON}"
-   )
-   cmake-utils_src_configure
-}



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

2019-01-19 Thread David Seifert
commit: 91f67198ec5a595e94b921c0b06caf8f74a8bddb
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 19 14:20:37 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 19 14:20:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f67198

dev-libs/cppcodec: Remove old

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: David Seifert  gentoo.org>

 dev-libs/cppcodec/Manifest|  1 -
 dev-libs/cppcodec/cppcodec-0.1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-libs/cppcodec/Manifest b/dev-libs/cppcodec/Manifest
index 7570e06a74c..60ec35fcc6a 100644
--- a/dev-libs/cppcodec/Manifest
+++ b/dev-libs/cppcodec/Manifest
@@ -1,2 +1 @@
-DIST cppcodec-0.1.tar.gz 26932 BLAKE2B 
abfe4aa3126d5900f806682c6ecb60d3cab5eb41e21d68c3f0c55d011c528304be9d286e48c6dac7bd3edea9e519609091053b6aeb2ab85818837b10499b24ae
 SHA512 
8b406755b3d9457e4e265f76abcb7a18daa4566ec9b56ac3a01b44fd62062eef8d91806e0009ce26ade92a35c5c0488eeaf7db695479a2013f8549ac5fa8626f
 DIST cppcodec-0.2.tar.gz 33984 BLAKE2B 
248487326d3fafb104d469d16cddab86fe63dec6eecb74af6211c262a42ff8806ee97619459f9dca648107748e30268206e84d64efba47a9ea1c398eb4c06919
 SHA512 
50c9c81cdb12560c87e513e1fd22c1ad24ea37b7d20a0e3044d43fb887f4c6494c69468e4d0811cd2fc1ae8fdb01b01cfb9f3cfdd8611d4bb0221cbd38cbead3

diff --git a/dev-libs/cppcodec/cppcodec-0.1.ebuild 
b/dev-libs/cppcodec/cppcodec-0.1.ebuild
deleted file mode 100644
index 8fd88d739a8..000
--- a/dev-libs/cppcodec/cppcodec-0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-inherit cmake-utils
-
-DESCRIPTION="C++11 library to encode/decode base64, base64url, base32, 
base32hex and hex"
-HOMEPAGE="https://github.com/tplgy/cppcodec;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tplgy/cppcodec.git;
-
-   # Disable pulling in catch
-   EGIT_SUBMODULES=()
-else
-   SRC_URI="https://github.com/tplgy/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? (
-   virtual/pkgconfig
-   >=dev-cpp/catch-2.2.0
-   )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTING=$(usex test)
-   )
-   cmake-utils_src_configure
-}



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

2019-01-19 Thread Mart Raudsepp
commit: 12ee8c8f7cab875346fcad9a243a4552c0cc33c1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 14:09:02 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 14:09:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ee8c8f

x11-libs/gtk+: remove old

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

 x11-libs/gtk+/gtk+-3.24.3.ebuild | 229 ---
 1 file changed, 229 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.3.ebuild b/x11-libs/gtk+/gtk+-3.24.3.ebuild
deleted file mode 100644
index 6d73439415d..000
--- a/x11-libs/gtk+/gtk+-3.24.3.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-
-inherit flag-o-matic gnome2 multilib virtualx multilib-minimal
-
-DESCRIPTION="Gimp ToolKit +"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2+"
-SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
test vim-syntax wayland +X xinerama"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   xinerama? ( X )
-"
-
-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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Upstream wants us to do their job:
-# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
-RESTRICT="test"
-
-# FIXME: introspection data is built against system installation of gtk+:3,
-# bug #
-COMMON_DEPEND="
-   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.53.4:2[${MULTILIB_USEDEP}]
-   media-libs/fontconfig[${MULTILIB_USEDEP}]
-   >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
-   >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
-   >=media-libs/harfbuzz-0.9:=
-   x11-misc/shared-mime-info
-
-   cloudprint? (
-   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
-   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
-   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
-   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   wayland? (
-   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
-   >=dev-libs/wayland-protocols-1.12
-   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
-   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
-   )
-   X? (
-   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
-   x11-libs/libXext[${MULTILIB_USEDEP}]
-   >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
-   x11-libs/libXcursor[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes[${MULTILIB_USEDEP}]
-   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
-   x11-libs/libXdamage[${MULTILIB_USEDEP}]
-   xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xsl-stylesheets
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/libxslt
-   dev-libs/gobject-introspection-common
-   >=dev-util/gdbus-codegen-2.48
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.20
-   gtk-doc? ( >=dev-util/gtk-doc-1.20 )
-   >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}]
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   X? ( x11-base/xorg-proto )
-   test? (
-   media-fonts/font-misc-misc
-   media-fonts/font-cursor-misc )
-"
-# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90
-# gtk+-3.3.18 breaks scrolling in <=x11-libs/vte-0.31.0:2.90
-RDEPEND="${COMMON_DEPEND}
-   >=dev-util/gtk-update-icon-cache-3
-   !

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

2019-01-19 Thread Mart Raudsepp
commit: f3ae090a89c15c5d33d62ab0880b605d51dae244
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 19 14:06:15 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 19 14:08:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ae090a

x11-libs/gtk+: add patchset for GtkSwitch unicode glyphs fallback

.. and some more patches from current upstream gtk-3-24 branch.

Tries to avoid fallback glyphs on GtkSwitch harder by using different
unicode glyphs when the best ones aren't available in any of the
installed fonts (so the hex fallback would be shown).
Tweaks long text comboboxes to behave better on wayland.
Other changes should be without much consequence to us.

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

 x11-libs/gtk+/Manifest  |   1 +
 x11-libs/gtk+/gtk+-3.24.3-r1.ebuild | 233 
 2 files changed, 234 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 7b2787f49f6..dca7aa91cd7 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,4 +1,5 @@
 DIST gtk+-2.24.32-patchset-r1.tar.xz 13364 BLAKE2B 
15e5429b11cc4ccef1bf44105c790b5325e833ab12f393fe718c06470b90f3e4004bea4b51076a725f4bb10bcfd0c48b7063d9b9b021919ad0367d1b981be980
 SHA512 
1a15dce7578a914585981426d2e5d1cc45866866a70c3f443d1867ab1c0c28fb279bde6c3117b28eec2758a62c1b54bb6fb1b382ad6e9a7cf0114b13f2afd858
 DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 
03f4c0a8be98473f62bc8c86859937969c4169960a5f93d37ff6dcde00413215fa6c7125b15781bf50d67b40aa0056cb71b83fb50acb2c3467b5deb3c8d938f0
 SHA512 
8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696
 DIST gtk+-3.24.1.tar.xz 19307612 BLAKE2B 
f09b7cb252898b7290a3806f8fb579b706fc0ecd021817e34e71b101a7d222604b395c850c559f3ff0c38e0848abdffc483efe65f086357532be85db872028e7
 SHA512 
13ddb1099a2a0eb44ea53fa4be5054a403e1b27468a33862646ba111577b7bb72b9bbe4f6aea15889c2a2bee1238023bc23524b901cf2dbb3adf0e126eb6ea5d
+DIST gtk+-3.24.3-patchset-20190119.tar.xz 18032 BLAKE2B 
2597fcac94f365fab4b02d73318ed4d65522befe1daf0e1a72578b4ead00cfc83da2215965a8afe869b4cc011eb173b0a5db0768903b6b793a1ec9848cadf325
 SHA512 
9fbd73936931e2e529146d74711a5243a5e67e49de2d63d9f4a64c1f0825cbdd50ae2683869e4616f5fd8a4267ac5bf68d3cd21a06589a9d3f14ce82e3573521
 DIST gtk+-3.24.3.tar.xz 21099144 BLAKE2B 
d0493a720b310ebba3b64b643ccf3880ed1611418127a6997d885638b46f1f44e3a0b01651319d0fe476906a53fbee0f84ca1ba142aaa634a01841ce9c7e7efc
 SHA512 
72a69d71f2e16a1dd169cc74d568da47131bd5d77994bcdd3b427ec1cd37c5daf0841a6e4824b125d860bc1c4f07c9835a3b2e74d951666253d3e4edbed0e5fc

diff --git a/x11-libs/gtk+/gtk+-3.24.3-r1.ebuild 
b/x11-libs/gtk+/gtk+-3.24.3-r1.ebuild
new file mode 100644
index 000..917c556475c
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.24.3-r1.ebuild
@@ -0,0 +1,233 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
+
+inherit flag-o-matic gnome2 multilib virtualx multilib-minimal
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="https://www.gtk.org/;
+SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset-20190119.tar.xz;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
test vim-syntax wayland +X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   xinerama? ( X )
+"
+
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+COMMON_DEPEND="
+   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.53.4:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
+   >=media-libs/harfbuzz-0.9:=
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   wayland? (
+

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

2019-01-19 Thread Jeroen Roovers
commit: 70fe6e1c8fc74ca0147c9227eee46376a80fbc3f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 19 13:19:23 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 19 13:19:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fe6e1c

x11-misc/zim: Use HTTPS for SRC_URI, add GH reference

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

 x11-misc/zim/Manifest| 2 +-
 x11-misc/zim/zim-0.70_rc1.ebuild | 9 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
index 0775182089b..ee85a9fbc14 100644
--- a/x11-misc/zim/Manifest
+++ b/x11-misc/zim/Manifest
@@ -1,4 +1,4 @@
 DIST zim-0.65.tar.gz 1899614 BLAKE2B 
e7989d91120f2ffe0668c996b5abd61cc1cb12b2a5acf9023dfd87819b4c8834bba09f2211c901512d9fe186eee7939e44a5f098c09ef65f1d28cc55eb97e9b7
 SHA512 
dee652087d3d986b80353e9087abe363392354f40db11f8819d0b3f3c6f133c08c66c651a92ed77c1656f1135998ac02622eca08ac2e28c8fb3149a724a0f7fb
 DIST zim-0.68.tar.gz 2044224 BLAKE2B 
5c53c3197bc5de90c38059e7323366ed5b7600ebf0b3575d81e618d972d0360f67660da4637f1e6f1459549b21525ed17183e9c2f57f8ab0b27236e36bda9666
 SHA512 
4ab7f2b55e37ae917a7faa0018a36cbad2534bb43146f47810479155009eb2ccbf4f8ab185d8b4cd3ba7e22a4e2fc5eb08c4bae0688186c13d31dfcab23b0048
 DIST zim-0.69.tar.gz 2044631 BLAKE2B 
447fa4fb2d11b1399668ec6b627e23150577b574afb1e5c33738cb690779f49adb2d60e0b01eb82d2cf0dfd4a430099c1ae4b52186b60a2564c501b93aa01822
 SHA512 
452b2119d63927765c3807dbbdfadea94be31ee7fd3eb9b8cf79e8699c57478ec9cd392299a6e1dc3690dbe520925cddf5fca4596db809a2cc296bb6669d12af
-DIST zim-0.70-rc1.tar.gz 2023540 BLAKE2B 
a0e0543127db3a13e049b7aa6dba17d80f7a2fc0b48d1ee721965013f28537290687a576b9e5b9a21ee61a40eb9dfa526b49c4879bb8096330bdeb9c0aaf73a9
 SHA512 
4567015f9dc5b327ffbf31ea878d5b61ed2b4157fe523c1ab5049fbb716430fb8d1ff485432b84d6e22c804acd5dadc93f93749950e7eec4980bc26b7803ddfa
+DIST zim-0.70_rc1.tar.gz 2889546 BLAKE2B 
ca0c2274472f7e3f50e2b51ba59a75ae1422e7bad86a8fdc55474c150b1ac227ad785c3484d1255079a8aa169bc437e6016254ed8d4691d8e8d78a5112d71038
 SHA512 
fca61ea5c249ba33187d48a6794c11f30afd664e07462c738ca2b64f7d970e95628ecbcdb9c19a23b70c1609993d4111a9976cdddbf2fd5ad3029014a8a01339

diff --git a/x11-misc/zim/zim-0.70_rc1.ebuild b/x11-misc/zim/zim-0.70_rc1.ebuild
index 514ad573f12..9e40d67b06e 100644
--- a/x11-misc/zim/zim-0.70_rc1.ebuild
+++ b/x11-misc/zim/zim-0.70_rc1.ebuild
@@ -8,8 +8,11 @@ DISTUTILS_SINGLE_IMPL=1
 inherit xdg-utils distutils-r1 gnome2-utils virtualx
 
 DESCRIPTION="A desktop wiki"
-HOMEPAGE="http://zim-wiki.org/;
-SRC_URI="${HOMEPAGE}/downloads/${P/_/-}.tar.gz"
+HOMEPAGE="
+   http://zim-wiki.org/
+   https://github.com/zim-desktop-wiki/
+"
+SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="BSD GPL-2+"
 SLOT="0"
@@ -32,7 +35,7 @@ DEPEND="
 "
 DOCS=( CHANGELOG.txt README.txt HACKING )
 PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
-S=${WORKDIR}/${P/_/-}
+S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
 
 python_prepare_all() {
sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die



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

2019-01-19 Thread Jeroen Roovers
commit: 2d8aaa5ca51d43b6c5e37984d16a1eba6ded768c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 19 13:01:55 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 19 13:02:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8aaa5c

x11-misc/zim: Version 0.70_rc1

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

 x11-misc/zim/Manifest|  1 +
 x11-misc/zim/zim-0.70_rc1.ebuild | 83 
 2 files changed, 84 insertions(+)

diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
index 3e45224e2c7..0775182089b 100644
--- a/x11-misc/zim/Manifest
+++ b/x11-misc/zim/Manifest
@@ -1,3 +1,4 @@
 DIST zim-0.65.tar.gz 1899614 BLAKE2B 
e7989d91120f2ffe0668c996b5abd61cc1cb12b2a5acf9023dfd87819b4c8834bba09f2211c901512d9fe186eee7939e44a5f098c09ef65f1d28cc55eb97e9b7
 SHA512 
dee652087d3d986b80353e9087abe363392354f40db11f8819d0b3f3c6f133c08c66c651a92ed77c1656f1135998ac02622eca08ac2e28c8fb3149a724a0f7fb
 DIST zim-0.68.tar.gz 2044224 BLAKE2B 
5c53c3197bc5de90c38059e7323366ed5b7600ebf0b3575d81e618d972d0360f67660da4637f1e6f1459549b21525ed17183e9c2f57f8ab0b27236e36bda9666
 SHA512 
4ab7f2b55e37ae917a7faa0018a36cbad2534bb43146f47810479155009eb2ccbf4f8ab185d8b4cd3ba7e22a4e2fc5eb08c4bae0688186c13d31dfcab23b0048
 DIST zim-0.69.tar.gz 2044631 BLAKE2B 
447fa4fb2d11b1399668ec6b627e23150577b574afb1e5c33738cb690779f49adb2d60e0b01eb82d2cf0dfd4a430099c1ae4b52186b60a2564c501b93aa01822
 SHA512 
452b2119d63927765c3807dbbdfadea94be31ee7fd3eb9b8cf79e8699c57478ec9cd392299a6e1dc3690dbe520925cddf5fca4596db809a2cc296bb6669d12af
+DIST zim-0.70-rc1.tar.gz 2023540 BLAKE2B 
a0e0543127db3a13e049b7aa6dba17d80f7a2fc0b48d1ee721965013f28537290687a576b9e5b9a21ee61a40eb9dfa526b49c4879bb8096330bdeb9c0aaf73a9
 SHA512 
4567015f9dc5b327ffbf31ea878d5b61ed2b4157fe523c1ab5049fbb716430fb8d1ff485432b84d6e22c804acd5dadc93f93749950e7eec4980bc26b7803ddfa

diff --git a/x11-misc/zim/zim-0.70_rc1.ebuild b/x11-misc/zim/zim-0.70_rc1.ebuild
new file mode 100644
index 000..514ad573f12
--- /dev/null
+++ b/x11-misc/zim/zim-0.70_rc1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="sqlite"
+DISTUTILS_SINGLE_IMPL=1
+inherit xdg-utils distutils-r1 gnome2-utils virtualx
+
+DESCRIPTION="A desktop wiki"
+HOMEPAGE="http://zim-wiki.org/;
+SRC_URI="${HOMEPAGE}/downloads/${P/_/-}.tar.gz"
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   x11-misc/xdg-utils
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-vcs/bzr
+   dev-vcs/git
+   dev-vcs/mercurial
+   )
+"
+DOCS=( CHANGELOG.txt README.txt HACKING )
+PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
+S=${WORKDIR}/${P/_/-}
+
+python_prepare_all() {
+   sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
+
+   if [[ ${LINGUAS} ]]; then
+   local lingua
+   for lingua in translations/*.po; do
+   lingua=${lingua/.po}
+   lingua=${lingua/translations\/}
+   has ${lingua} ${LINGUAS} || \
+   { rm translations/${lingua}.po || die; }
+   done
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   virtx ${PYTHON} test.py
+}
+
+python_install() {
+   distutils-r1_python_install
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   if ! has_version ${CATEGORY}/${PN}; then
+   elog "Please install these packages for additional 
functionality"
+   elog "dev-lang/R"
+   elog "dev-python/gtkspell-python"
+   elog "dev-vcs/bzr"
+   elog "media-gfx/graphviz"
+   elog "media-gfx/imagemagick"
+   elog "media-gfx/scrot"
+   elog "media-sound/lilypond"
+   elog "sci-visualization/gnuplot"
+   elog "virtual/latex-base app-text/dvipng"
+   fi
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2019-01-19 Thread Andreas Sturmlechner
commit: 075e599da5bb6162537ba9232f7bcdb53da5d0fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 19 12:42:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 19 12:42:39 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=075e599d

profiles: Remove leftover package.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask/kde-plasma-5.14.0 | 50 -
 1 file changed, 50 deletions(-)

diff --git a/profiles/package.mask/kde-plasma-5.14.0 
b/profiles/package.mask/kde-plasma-5.14.0
deleted file mode 100644
index d8cb37be0c..00
--- a/profiles/package.mask/kde-plasma-5.14.0
+++ /dev/null
@@ -1,50 +0,0 @@
-# Andreas Sturmlechner  (18 Jan 2019)
-# KDE Plasma 5.14.90 mask
-# Pre-release version.
-~kde-plasma/bluedevil-5.14.90
-~kde-plasma/breeze-5.14.90
-~kde-plasma/breeze-grub-5.14.90
-~kde-plasma/breeze-gtk-5.14.90
-~kde-plasma/breeze-plymouth-5.14.90
-~kde-plasma/discover-5.14.90
-~kde-plasma/drkonqi-5.14.90
-~kde-plasma/kactivitymanagerd-5.14.90
-~kde-plasma/kde-cli-tools-5.14.90
-~kde-plasma/kde-gtk-config-5.14.90
-~kde-plasma/kdecoration-5.14.90
-~kde-plasma/kdeplasma-addons-5.14.90
-~kde-plasma/kgamma-5.14.90
-~kde-plasma/khotkeys-5.14.90
-~kde-plasma/kinfocenter-5.14.90
-~kde-plasma/kmenuedit-5.14.90
-~kde-plasma/kscreen-5.14.90
-~kde-plasma/kscreenlocker-5.14.90
-~kde-plasma/ksshaskpass-5.14.90
-~kde-plasma/ksysguard-5.14.90
-~kde-plasma/kwallet-pam-5.14.90
-~kde-plasma/kwayland-integration-5.14.90
-~kde-plasma/kwin-5.14.90
-~kde-plasma/kwrited-5.14.90
-~kde-plasma/libkscreen-5.14.90
-~kde-plasma/libksysguard-5.14.90
-~kde-plasma/libkworkspace-5.14.90
-~kde-plasma/milou-5.14.90
-~kde-plasma/oxygen-5.14.90
-~kde-plasma/plasma-browser-integration-5.14.90
-~kde-plasma/plasma-desktop-5.14.90
-~kde-plasma/plasma-integration-5.14.90
-~kde-plasma/plasma-meta-5.14.90
-~kde-plasma/plasma-nm-5.14.90
-~kde-plasma/plasma-pa-5.14.90
-~kde-plasma/plasma-sdk-5.14.90
-~kde-plasma/plasma-workspace-5.14.90
-~kde-plasma/plasma-workspace-wallpapers-5.14.90
-~kde-plasma/plasma-vault-5.14.90
-~kde-plasma/plymouth-kcm-5.14.90
-~kde-plasma/polkit-kde-agent-5.14.90
-~kde-plasma/powerdevil-5.14.90
-~kde-plasma/sddm-kcm-5.14.90
-~kde-plasma/systemsettings-5.14.90
-~kde-plasma/user-manager-5.14.90
-~kde-plasma/xdg-desktop-portal-kde-5.14.90
-~kde-plasma/xembed-sni-proxy-5.14.90



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

2019-01-19 Thread Jeroen Roovers
commit: c37ba6432fe40ae39f480505783c26a04f26720b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 19 12:20:08 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 19 12:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37ba643

Revert "dev-lang/spidermonkey: Stable for HPPA too."

This reverts commit eed5dadcac3d64cf68bc36f6d50d58c4283938ba.

Bug: https://bugs.gentoo.org/675842
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
index 1fb31101763..fdc25eefab6 100644
--- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9.
 
 LICENSE="NPL-1.1"
 SLOT="52"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~x86-fbsd"
 IUSE="debug minimal +system-icu test"
 
 RESTRICT="ia64? ( test )"



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

2019-01-19 Thread Jeroen Roovers
commit: 1a333aaecbb039168434905ff417eda462e8d5ee
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 19 12:21:53 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 19 12:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a333aae

net-libs/nodejs: Version 11.7.0

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

 net-libs/nodejs/Manifest |   1 +
 net-libs/nodejs/nodejs-11.7.0.ebuild | 210 +++
 2 files changed, 211 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 193cd7e834c..c53c0b3495b 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,6 +1,7 @@
 DIST node-v0.12.18.tar.gz 19842591 BLAKE2B 
f94f4de6e2875267be194580c645087a262b90da99f10d651a22838c041da07056df81204bb04ce8da083a080062509dcca4d1e3ac2250d651ead8a4cc025028
 SHA512 
6866608a43eb213f3b715ea0fcc28983fd959ab679c567a1b464f62acd936506f2bce88ea48a60209d8ef8d98259f4b47cd3434893eb4ff82a132775edb37b7b
 DIST node-v10.15.0.tar.xz 20217588 BLAKE2B 
ef7f626bd3b13b11a1cbf21f5c6a2ce08567dddc2fb525c5f10e02f81750a648245c2eb88535d8aac1b055a13d12f9ead72d55c4ccf68062940da09d582344c3
 SHA512 
6c10ae4070cd8b89d4d31ee2137453fa582cef85c6f002c78d5029ceedddf5caeee8e28a4e75dfc632c3af3c8e2acec403ab17a927ba51fa31175d58b45cbf49
 DIST node-v11.6.0.tar.xz 20410716 BLAKE2B 
bf6150a42070f714dfa5a38da70a4ce6b6a81ca5b9aedb84e672dff5244676ce77ca771ee46d34adc7cd7b84a0fe91537f9cbd3841a95c4bee67a894d4e8b4e7
 SHA512 
7e3ee41a5de8395669796cf8f81a9e8f584ceda480b54874fceb057ccf8aa5b986239ca842b2dbd796dd1a97f9e2111995b334278f6d7bf38421a84c4e883c65
+DIST node-v11.7.0.tar.xz 21218124 BLAKE2B 
a7e69dc8d6ee2f42ea78ec9c4d623b56bfbc2e130fc6b7d33038ce79f03d7b92e78545fa26bb2dbd58c1c25677f0b224077822264fd9cec49e71f18517098563
 SHA512 
eec2d5e67d94314f1a09f3a1c3407d6b12e9decbdff99d41eb487c4ddc1929fc5661be0b6fbb180961ecb6094311630b19faa0af031d82ff8de7ae213ee35ab7
 DIST node-v4.9.1.tar.xz 13250164 BLAKE2B 
7a689b99bb4bf507f7f21dd2c096a5766d023a8174c0f468cab37365af1920b8700da04157e1a406917790524255ef32c243a74662fd50ef7d3567d189dac9cf
 SHA512 
690c9fdf608e5194069a10955bdd94ec87cb1c308f13bc4d2cae92fa01436ace10fadf58f2e51d477dde6c570b23edc1c71fafea79bfc9cab2903eb2fa5f87aa
 DIST node-v6.14.4.tar.xz 15842824 BLAKE2B 
fc56364be64fe5824e2bb50d861ebf8f58f9895f2c9c108b8df3315b127ffb2755eac85c28165ac9779adab4611ce8f5ea1a5745f43ebaa1389e82b8215c6396
 SHA512 
1ead0c097ec125230dd631f19a5c3ec06a1371f9ca3b392b5ad08fcc227dd0142f33ad52f96890c2c17448a4951a635b9099dfff00d7d8b3ffb59b07904d1bfa
 DIST node-v6.16.0.tar.xz 15854256 BLAKE2B 
0c70ce154639cbae12e0dfd6e7d5705999badb5872d71f388a3bb89f2830ddb096761aed47bdc6e310f2088fa79070d8a3427361206d74f686d86b27f929a4b4
 SHA512 
e9a222af328c8afb47b4b9c0f39ca5c1e45c5590b2064b3a8994b25f63acd041fba591d390e5a617db08d1212de15c438c66000ddcbc65cd071681311fa3591d

diff --git a/net-libs/nodejs/nodejs-11.7.0.ebuild 
b/net-libs/nodejs/nodejs-11.7.0.ebuild
new file mode 100644
index 000..95473e1a6ce
--- /dev/null
+++ b/net-libs/nodejs/nodejs-11.7.0.ebuild
@@ -0,0 +1,210 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   inspector? ( icu ssl )
+   npm? ( ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.24.1:=
+   >=net-dns/c-ares-1.15.0
+   >=net-libs/http-parser-2.9.0:=
+   >=net-libs/nghttp2-1.34.0
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-63.1:= )
+   ssl? ( =dev-libs/openssl-1.1.0*:0= )
+"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+   "${FILESDIR}"/${PN}-11.4.0-stdarg_h.patch
+   "${FILESDIR}"/${PN}--llhttp.patch
+)
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # 

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

2019-01-19 Thread Andreas Sturmlechner
commit: 8783a8d8499f24bb09f18b3dbfb64745de6e3206
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 13 23:47:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 19 12:21:44 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8783a8d8

kde-apps/konqueror: Patch upstreamed

Upstream commit 63b6a7435646295eba7391e49c4964c3b3f7231b

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

 kde-apps/konqueror/konqueror-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-apps/konqueror/konqueror-.ebuild 
b/kde-apps/konqueror/konqueror-.ebuild
index 9e76874a1a..8f1a2d9ca3 100644
--- a/kde-apps/konqueror/konqueror-.ebuild
+++ b/kde-apps/konqueror/konqueror-.ebuild
@@ -66,8 +66,6 @@ RDEPEND="${COMMON_DEPEND}
!webengine? ( kde-misc/kwebkitpart:5 )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-18.08.3-tidyhtml5.patch" )
-
 src_prepare() {
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc
 



  1   2   >