[gentoo-commits] proj/R_overlay:master commit in: bin/

2018-05-29 Thread Benda XU
commit: 0328a7f18b1f5db9dad7df068a4a9302a1855d31
Author: Benda Xu  gentoo  org>
AuthorDate: Tue May 29 05:54:45 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue May 29 05:54:45 2018 +
URL:https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=0328a7f1

Drop python2 support in tests.

 bin/invoke_pyscript_multi.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/invoke_pyscript_multi.bash b/bin/invoke_pyscript_multi.bash
index 8ed4ddc..d2fc9eb 100755
--- a/bin/invoke_pyscript_multi.bash
+++ b/bin/invoke_pyscript_multi.bash
@@ -6,7 +6,7 @@
 # e.g. creates a R-overlay.conf.tests file.
 #
 
-: ${PYTHON_IMPL:="python2.7 python3"}
+: ${PYTHON_IMPL:="python3"}
 
 readonly SCRIPT=$(readlink -f "${BASH_SOURCE[0]?}")
 readonly SCRIPT_NAME="${BASH_SOURCE[0]##*/}"



[gentoo-commits] proj/R_overlay:master commit in: config/simple-deprules.d/selfdeps.d/, config/simple-deprules.d/, ...

2018-05-29 Thread Benda XU
commit: 3f7c507a97b62ef814517adf3e9fae935db4ad04
Author: Benda Xu  gentoo  org>
AuthorDate: Wed May 30 05:25:20 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed May 30 05:25:20 2018 +
URL:https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=3f7c507a

Use regex in dep string matches.

  Ignore rules should come later than positive rules.

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

 config/simple-deprules.d/R |  66 ++--
 config/simple-deprules.d/app   |   7 +-
 config/simple-deprules.d/app-text  |  29 +-
 config/simple-deprules.d/compound_deps |  25 ++---
 config/simple-deprules.d/dev   |  58 ++-
 config/simple-deprules.d/dev-libs  |  73 +++---
 config/simple-deprules.d/dot_remap | 134 -
 config/simple-deprules.d/ignored_text  | 103 ++-
 config/simple-deprules.d/media |  20 +---
 config/simple-deprules.d/media-libs|  30 ++
 config/simple-deprules.d/misc  |   6 +-
 config/simple-deprules.d/net   |  21 +---
 config/simple-deprules.d/nvidia|  22 ++--
 config/simple-deprules.d/sci   |  34 +++
 config/simple-deprules.d/sci-libs  |  35 ++-
 config/simple-deprules.d/selfdeps  |  22 
 config/simple-deprules.d/selfdeps.d/sci-CRAN   |  23 ++---
 config/simple-deprules.d/sys   |  32 +++---
 config/simple-deprules.d/system.set|  39 ++-
 config/simple-deprules.d/unknown   |   5 +-
 config/simple-deprules.d/x11   |  12 +--
 roverlay/depres/simpledeprule/abstractrules.py |  10 +-
 roverlay/depres/simpledeprule/rules.py |   6 +-
 23 files changed, 195 insertions(+), 617 deletions(-)

diff --git a/config/simple-deprules.d/R b/config/simple-deprules.d/R
index 9106deb..8edf111 100644
--- a/config/simple-deprules.d/R
+++ b/config/simple-deprules.d/R
@@ -6,53 +6,43 @@
 #deptype all
 
 # using fuzzy dep matches
-~dev-lang/R :: R
+~dev-lang/R :: ^R$
 
 dev-lang/R[tk] {
-   tcl/tk 8.5
-   Tcl/Tk (>= 8.5)
-   tcltk (but only for the GUI
-}
-
-# base packages that always assumed to be provided by dev-lang/R (taken from 
generate_ebuild)
-% {
-   base
-   compiler
-   datasets
-   graphics
-   grDevices
-   grid
-   methods
-   parallel
-   splines
-   stats
-   stats4
+   tcl/tk
tcltk
-   tools
-   utils
 }
 
-# FIXME, seems to be provided too
-% {
-   stepfun
-   ts
-   package ts
-   package ts (included in the R release)
-}
 # modreg is in stats, according to 
https://stat.ethz.ch/pipermail/bioconductor/2010-June/034197.html
 ! :: modreg
 
 # R is always compiled with '--enabled-R-shlib'
 ! {
-   R must be compiled with --enable-R-shlib if the server is to be built
-   R must be compiled with --enable-R-shlib if theserver is to be built
-   R must be compiled with --enable-R-shlibif the server is to be built
-   Download regular shlib (420 KB) from externalsource ('xls.getshlib()' 
or manually)
-   R built as a shared object
-   R built as a shared object.
-   R built as a shared or static (R >= 2.7.0) library
-   R built as a shared orstatic library
+--enable-R-shlib
+xls.getshlib
+   R built as a shared
R-0.64 or later
-   Regular shlib must be obtained from an externalsource (use 
'xls.getshlib()' or dl manually).
-   dl regular shlib with 'xls.getshlib()'or manually (~420 KB)
+}
+
+# base packages that always assumed to be provided by dev-lang/R (taken from 
generate_ebuild)
+% {
+   ^base$
+   ^compiler$
+   ^datasets$
+   ^graphics$
+   ^grDevices$
+   ^grid$
+   ^methods$
+   ^parallel$
+   ^splines$
+   ^stats4?
+^tools$
+^utils$
+}
+
+# FIXME, seems to be provided too
+% {
+   ^stepfun$
+   ^ts$
+   package.*ts
 }

diff --git a/config/simple-deprules.d/app b/config/simple-deprules.d/app
index 99ba3c3..6c086c4 100644
--- a/config/simple-deprules.d/app
+++ b/config/simple-deprules.d/app
@@ -3,10 +3,7 @@
 app-admin/ec2-api-tools :: ec2-api-tools
 
 # FIXME zip or unzip?
-app-arch/zip :: zip
+app-arch/zip :: ^zip$
 
 # FIXME: this is not satisfiable, latest dieharder version in portage is 2.28.1
-app-crypt/dieharder {
-   DieHarder library (>= 2.8.1) 
fromhttp://www.phy.duke.edu/~rgb/General/dieharder.php
-   DieHarder library (>= 3.31.1) 
fromhttp://www.phy.duke.edu/~rgb/General/dieharder.php
-}
+app-crypt/dieharder :: DieHarder
\ No newline at end of file

diff --git a/config/simple-deprules.d/app-text 
b/config/simple-deprules.d/app-text
index 6e4cdd4..810178c 100644
--- a/config/simple-deprules.d/app-text
+++ b/config/simple-deprules.d/app-text
@@ -1,35 +1,16 @@
 #deptype sys
 

[gentoo-commits] proj/R_overlay:master commit in: roverlay/config/

2018-05-29 Thread Benda XU
commit: 9266d275e95b3cefd8b93828dd4a3952959b9ac8
Author: Benda Xu  gentoo  org>
AuthorDate: Wed May 30 05:23:08 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed May 30 05:23:08 2018 +
URL:https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=9266d275

const.py: do not split on ',' inside a pair of '()'.

 roverlay/config/const.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roverlay/config/const.py b/roverlay/config/const.py
index 2235ab5..68856b6 100644
--- a/roverlay/config/const.py
+++ b/roverlay/config/const.py
@@ -33,7 +33,7 @@ _CONSTANTS = dict (
DESCRIPTION = dict (
   field_separator   = ':',
   comment_chars = '#;',
-  list_split_regex  = '\s*[,;]{1}\s*',
+  list_split_regex  = '\s*[,;]{1}\s*(?![^\(]*\))',
   file_name = 'DESCRIPTION',
),
 



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

2018-05-29 Thread Markus Meier
commit: dea7b59c61e5aa5ee66f58366d22b73cb02db4b6
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 04:40:15 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 04:40:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea7b59c

net-dns/dnssec-tools: add ~arm, bug #621440

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

 net-dns/dnssec-tools/dnssec-tools-2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnssec-tools/dnssec-tools-2.2-r1.ebuild 
b/net-dns/dnssec-tools/dnssec-tools-2.2-r1.ebuild
index 6b83d1c27fd..f4c7cf6da52 100644
--- a/net-dns/dnssec-tools/dnssec-tools-2.2-r1.ebuild
+++ b/net-dns/dnssec-tools/dnssec-tools-2.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.dnssec-tools.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2018-05-29 Thread Markus Meier
commit: 180b8a96e39ef20022e82584af568188d254b347
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 04:45:26 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 04:45:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180b8a96

profiles: package.use.mask net-analyzer/zmap[mongo] for arm, bug #621434

Signed-off-by: Markus Meier  gentoo.org>

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index eaabc4b95ed..1babcac2ae1 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Markus Meier  (30 May 2018)
+# unkeyworded deps for bug #621434
+net-analyzer/zmap mongo
+
 # Andreas Sturmlechner  (18 May 2018)
 # media-libs/libaom not yet keyworded
 # projectm not yet keyworded, bug #314969



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

2018-05-29 Thread Markus Meier
commit: f25fa9341f4fa9a4c398542dc1711ab6f7c84909
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 04:40:04 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 04:40:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25fa934

dev-util/gengetopt: add ~arm, bug #621436

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

 dev-util/gengetopt/gengetopt-2.22.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gengetopt/gengetopt-2.22.6.ebuild 
b/dev-util/gengetopt/gengetopt-2.22.6.ebuild
index 74404faced2..cd8b5f7a020 100644
--- a/dev-util/gengetopt/gengetopt-2.22.6.ebuild
+++ b/dev-util/gengetopt/gengetopt-2.22.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris"
+KEYWORDS="amd64 ~arm x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch



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

2018-05-29 Thread Markus Meier
commit: b2001a409b99c6130980bb8a129b68a50f1bfb64
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 04:45:35 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 04:45:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2001a40

net-analyzer/zmap: add ~arm, bug #621434

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

 net-analyzer/zmap/zmap-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild 
b/net-analyzer/zmap/zmap-2.1.1.ebuild
index 0f401274207..bab11e96bbf 100644
--- a/net-analyzer/zmap/zmap-2.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="json mongo redis"
 
 RDEPEND="



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

2018-05-29 Thread Markus Meier
commit: 0d932e3b8e13fc7a9bb0b60c3d410d19e2378777
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 04:39:54 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 04:39:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d932e3b

net-analyzer/tcpreplay: add ~arm, bug #621432

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

 net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild
index 24946408748..d9206da3d29 100644
--- a/net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild
+++ b/net-analyzer/tcpreplay/tcpreplay-4.3.0_beta1.ebuild
@@ -10,7 +10,7 @@ LICENSE="BSD GPL-3"
 
SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.xz
 -> ${P}.tar.xz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 IUSE="debug pcapnav +tcpdump"
 
 DEPEND="



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

2018-05-29 Thread Markus Meier
commit: 392c174455fb0ab476af7fdbb14700b2a24fa551
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 30 04:39:12 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 30 04:39:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392c1744

net-libs/libpcapnav: add ~arm, bug #621438

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

 net-libs/libpcapnav/libpcapnav-0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libpcapnav/libpcapnav-0.8.ebuild 
b/net-libs/libpcapnav/libpcapnav-0.8.ebuild
index e489ebd83f2..ff67813df5a 100644
--- a/net-libs/libpcapnav/libpcapnav-0.8.ebuild
+++ b/net-libs/libpcapnav/libpcapnav-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 IUSE="doc static-libs"
 
 DEPEND="net-libs/libpcap"



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

2018-05-29 Thread Hans de Graaff
commit: 5b77d039f2597631b74eabac884db40126855691
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 30 04:33:22 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 30 04:33:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b77d039

dev-ruby/css_parser: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/css_parser/css_parser-1.6.0.ebuild 
b/dev-ruby/css_parser/css_parser-1.6.0.ebuild
index 30f3f4402e3..cd0b5ad80ff 100644
--- a/dev-ruby/css_parser/css_parser-1.6.0.ebuild
+++ b/dev-ruby/css_parser/css_parser-1.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOC_DIR="doc"



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

2018-05-29 Thread Hans de Graaff
commit: 74bb8dce13ad74a6e95fbfe871351b8116c8dff0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 30 04:16:11 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 30 04:16:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bb8dce

dev-ruby/maxitest: add 3.1.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index b864f3379a2..e1276decc15 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,2 +1,3 @@
 DIST maxitest-2.8.0.tar.gz 60742 BLAKE2B 
313e7efeca866961f3ee4c43279557bf628bd5d6d75e119fc9723b16a4dc7d38784a34078a9c6c6c5893f4bd28723757658122794deeca70f1abf54187819acf
 SHA512 
cf05087052bb9162d20cca5180808edc00606d0125d461968c033cc4ee44a193d45a337fa2d61f34e8c2097d71bad5eba16da6cf10166ee8afaacda29654ab89
 DIST maxitest-3.0.1.tar.gz 60926 BLAKE2B 
9ef03af6e55e7565acfa89d64e04aab40ef11445f0266ee85e68daa7224000922b8107c72cf77e75c4ba630ec19207cab3f5b0ce08f42270756deabfa5124b28
 SHA512 
c71e8af37387a8dd8f73aa01cde1c5baf772a7fe6125df5962ffb1aaf07515ebcd6d0f8530f306cc60927a289f21e4c75e0fece674230d8cdab82f5bfecfb899
+DIST maxitest-3.1.0.tar.gz 60956 BLAKE2B 
5819137a548dfe1ae1c641ea3ddb4fbdf522e08b35eddbeb5dd4f3cfe2f320d16779d48166be820215e3dedecbe1f77d2db475403d476e53d5019631a0972d09
 SHA512 
37fdba5658cd640de311efaaa50ca32b9415c0819b9adc919d6471ae9317f9a60eb5004afa29d67386b6b9524bda06791054b1d34e31ccbe160a56c315f44b76

diff --git a/dev-ruby/maxitest/maxitest-3.1.0.ebuild 
b/dev-ruby/maxitest/maxitest-3.1.0.ebuild
new file mode 100644
index 000..e82293c8bdc
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-3.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest;
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "

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

2018-05-29 Thread Hans de Graaff
commit: 385a51f97842208fa2765a6db699709f22a87228
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May 30 04:13:24 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May 30 04:13:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385a51f9

dev-ruby/maxitest: cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/maxitest/Manifest  |  1 -
 dev-ruby/maxitest/maxitest-2.4.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index be80fd0bee6..b864f3379a2 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,3 +1,2 @@
-DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 
1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c
 SHA512 
41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
 DIST maxitest-2.8.0.tar.gz 60742 BLAKE2B 
313e7efeca866961f3ee4c43279557bf628bd5d6d75e119fc9723b16a4dc7d38784a34078a9c6c6c5893f4bd28723757658122794deeca70f1abf54187819acf
 SHA512 
cf05087052bb9162d20cca5180808edc00606d0125d461968c033cc4ee44a193d45a337fa2d61f34e8c2097d71bad5eba16da6cf10166ee8afaacda29654ab89
 DIST maxitest-3.0.1.tar.gz 60926 BLAKE2B 
9ef03af6e55e7565acfa89d64e04aab40ef11445f0266ee85e68daa7224000922b8107c72cf77e75c4ba630ec19207cab3f5b0ce08f42270756deabfa5124b28
 SHA512 
c71e8af37387a8dd8f73aa01cde1c5baf772a7fe6125df5962ffb1aaf07515ebcd6d0f8530f306cc60927a289f21e4c75e0fece674230d8cdab82f5bfecfb899

diff --git a/dev-ruby/maxitest/maxitest-2.4.0.ebuild 
b/dev-ruby/maxitest/maxitest-2.4.0.ebuild
deleted file mode 100644
index a14fa048dc9..000
--- a/dev-ruby/maxitest/maxitest-2.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Minitest + all the features you always wanted"
-HOMEPAGE="https://github.com/grosser/maxitest;
-SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Matt Turner
commit: 996438201045ee2c73e8405815d008295d583bdf
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 30 04:08:41 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 30 04:08:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99643820

dev-vcs/git-2.16.4: ppc64 stable, bug 656868

 dev-vcs/git/git-2.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
index daa1e9a533b..8994fd9d150 100644
--- a/dev-vcs/git/git-2.16.4.ebuild
+++ b/dev-vcs/git/git-2.16.4.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Matt Turner
commit: e672a3ad4e95e098b3f816b13a7fda2e587af17e
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 30 04:08:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 30 04:08:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e672a3ad

dev-vcs/git-2.16.4: alpha stable, bug 656868

 dev-vcs/git/git-2.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
index 407469b12bd..4fcc823cee3 100644
--- a/dev-vcs/git/git-2.16.4.ebuild
+++ b/dev-vcs/git/git-2.16.4.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Matt Turner
commit: 6899e1e155038c49ee3b489fe805eed9f3455b4a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 30 04:08:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 30 04:08:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6899e1e1

dev-vcs/git-2.16.4: ppc stable, bug 656868

 dev-vcs/git/git-2.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
index 4fcc823cee3..daa1e9a533b 100644
--- a/dev-vcs/git/git-2.16.4.ebuild
+++ b/dev-vcs/git/git-2.16.4.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Aaron Bauman
commit: 27a3193d2e40433482e202953221593952bc576b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 30 01:44:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 01:44:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a3193d

dev-vcs/git: amd64 stable wrt bug #656868

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-vcs/git/git-2.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
index 65a112e9367..407469b12bd 100644
--- a/dev-vcs/git/git-2.16.4.ebuild
+++ b/dev-vcs/git/git-2.16.4.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Thomas Deutschmann
commit: 826b0d45dfea7e855ce336f4592acd9a1c9149ac
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed May 30 01:29:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 30 01:29:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826b0d45

dev-vcs/git: drop vulnerable v2.17.0 version

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

 dev-vcs/git/Manifest  |   3 -
 dev-vcs/git/git-2.17.0.ebuild | 715 --
 2 files changed, 718 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index e6a38a8e599..d9bcf01f766 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,15 +1,12 @@
 DIST git-2.16.1.tar.xz 4961656 BLAKE2B 
d94328da5d027cb82f1f23804a12dfc5df1577bf2c28cc376d4bb5c9e34d317886437f7eee2ac4503b8e2639d2e24c35660ab82a50207f500b7ed6fb104d3624
 SHA512 
09e30ada7bcf41f78f15784908062c10162d58d2fd7a68ad27e42fd49dc37eb0e82c19ad21db31034a189a8cdd009013a29f943e1ae5d5ab5688c913d2a4d42a
 DIST git-2.16.3.tar.xz 4966248 BLAKE2B 
cd4d2573afd02a23766c4dd0da8397ac36193f68e18c162fc85d60d7595a50da7707f592ccc3a9f00a22fdcb8a8cada82139fe30f97af193fb367a4e392cbaa8
 SHA512 
73520cf3500b2d13b77eb1e5ec0d60263aad07732d25631732f0d986abd023f97b8a6db4abff64d342cb053018289b5f7a3e32f10b86bd9092a37ee0585adc8a
 DIST git-2.16.4.tar.xz 4968252 BLAKE2B 
77f76408bde02bfacdb99d22baca05893f63c96d1fb7508c7e92541f8f7ec9ced0dad650be788fd28a1e03b5d88b88708652d07a47bedaae60a9cbd4e2eec858
 SHA512 
f54e431e78289349dcb927ec34873dfb801c49a41cbb3d0138346d603af26bd7d86f9ac95e7a61a4831017f3503f33374510ccf68b0e62b0691fc5a43283f1ac
-DIST git-2.17.0.tar.xz 5011556 BLAKE2B 
73b3ad74d85759704c034b7ab2f604150c08aec45f4b86f5fcfa826801da49f4922599de210d8056b25781f77ff826610ef4a47309dc9e9e3ce18ef97a8e34da
 SHA512 
dab1c1d5d384b36720abc049a66ba60631e17958b214cfbec467be7adc02e82190e5282554da71797892c16bfe52d65b6244a281f504385083125bcb98ec7ee9
 DIST git-2.17.1.tar.xz 5015484 BLAKE2B 
d3a61023872a15e3176e4dae6df83d4c2369a377244d44dfd7a63a15ecc3a7b145093afd5d6fa72e4eca98ba4f81f7ccd89ac2400c9cf8107ac04fd35d8bf6e4
 SHA512 
77c27569d40fbae1842130baa0cdda674a02e384631bd8fb1f2ddf67ce372dd4903b2ce6b4283a4ae506cdedd5daa55baa2afe6a6689528511e24e4beb864960
 DIST git-htmldocs-2.16.1.tar.xz 1160372 BLAKE2B 
d426fbc85772e5f04550071dea50a75e6d581fd040e8b37b3b342a8d6569d0dcf456445bab1dec3d84e254e82468c900afff7c6be1ebd6771e7fad5884b92515
 SHA512 
f2bb8b88ab5aa3d6204874aae583249d5137193c5fe3925df7ae1bcdaec0564b496df9a648c180bebb0c8ff4573f27e330802020d3c9207c2738ddd5c52d99c9
 DIST git-htmldocs-2.16.3.tar.xz 1164252 BLAKE2B 
43d5b0317d3cb181c24347933b6ee3ce586f7be7e38ae30555bc732b369287f080879ff0408601db125a4104b665956f6bcef3f243496008d3ec1601110b06df
 SHA512 
6271ff7780053347ceba47754db00fa8a0a39ff622c490e273ed286faa6ade3f7d6580fa396c913b4485a942b2ad0cdd898de467fde497de1d850fb6d3debd1e
 DIST git-htmldocs-2.16.4.tar.xz 1164256 BLAKE2B 
88a7ab5b094f15bc2b6c0f4d4c3eae185f6e6c0f00f4aca75492f0cc964428d1bf53002e0e43468b60b62058af5f13b061231061247e19b32bc70c2c8adb04eb
 SHA512 
8f4a8c51656559af81296fb064ecf0f88444952c7f8ee91b85e5a61b20d200267d7432f720ded12046bab986361cff48cf7a2f5d21e05c1ac7648cc3168a0049
-DIST git-htmldocs-2.17.0.tar.xz 1172652 BLAKE2B 
9e6ccc120aa45ee98a21ac862a130a964e6cd04cd85d51ddf40cbb34197f699fd8f5046f53265a0685191a96ef5aa0cb398367679b719cb3a2bba0156732d45b
 SHA512 
441d485d42a8b3ba8ef5617e47480be0b587f0f5d35c4288a6cfe8f2b8a84fffcd13a414dcce44855cf580af817b411654999e80502073782c7da38aa40209ba
 DIST git-htmldocs-2.17.1.tar.xz 1173296 BLAKE2B 
5133a86fb73cd58d6a9d4ed05d32949f642c9a670a49ea67c7170dfb39c4ff3f63d5f220abebcc979f87a360ec2990ccf5a9e3c18e8fcb07082bac111ecb12c7
 SHA512 
69054b087ffd1c88532672c6edea3cd27e08421f25c09a1a304420ec6aa20806888f71e4ef21aac1bc2fed81a045a64ae164a9dc377eb48d61887bf8d787782c
 DIST git-manpages-2.16.1.tar.xz 417188 BLAKE2B 
239fb33967d17c8b10efb2e0d1963f7be3404b7f262b49f89b3f4a538135d80268fbe7fe0e561c9cb2d86840eb46b61653ed363d8da27d1169c435d8e1d5e851
 SHA512 
20c7646b5f1e3c633ce6aae5ee5fcbe4ca1e59fc9253ec9a9e45c7cd8a8ac7a5e71e36258eb747e3bd6d51b3b7971137315dcdbdff493e0f8774ecd3e309735a
 DIST git-manpages-2.16.3.tar.xz 417152 BLAKE2B 
2719a9a603dc49db1a61a2cec42427bdcdc96fab9d21d16c5a8c70d7dba271a1e5b29f4f83f32c525c4866e3497352017af3777a769893c9543e65d625972375
 SHA512 
b34a3658412a144fed6f818acc05c0b4be2453ae63f9430dcd53cda750f737bd3da50390bd3f4266e69befa521eddd222985fd531acca1ebd4ca62c6c5b2a85c
 DIST git-manpages-2.16.4.tar.xz 417136 BLAKE2B 
9a75913dae62fa2eb31cf48e77e266aa8d91c67b8a753c1740283b1d626dea1e9aa8d7cea06d9b97887f801b4d1f1b927014851105cefd3241ca7ab7330bfc8b
 SHA512 
8029e9fac1eca542e809da1247f4eec3a2c81c0eb12d03aa816dcf120677011d3e409b06c28c8e7dbf41cbbcca873ec93846dc317bc73e57f4d4701ce7abf73d
-DIST git-manpages-2.17.0.tar.xz 419316 BLAKE2B 

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

2018-05-29 Thread Thomas Deutschmann
commit: 3880e5ef36c49770aaff17301c90bfd44c917a59
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed May 30 01:18:20 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 30 01:19:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3880e5ef

media-video/vlc: x86 stable (bug #652944)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vlc/vlc-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/vlc-3.0.2.ebuild b/media-video/vlc/vlc-3.0.2.ebuild
index 9ee5edc366b..36c348442d5 100644
--- a/media-video/vlc/vlc-3.0.2.ebuild
+++ b/media-video/vlc/vlc-3.0.2.ebuild
@@ -19,7 +19,7 @@ else
else

SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
fi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd"
 fi
 inherit autotools flag-o-matic gnome2-utils toolchain-funcs versionator 
virtualx xdg-utils ${SCM}
 



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

2018-05-29 Thread Thomas Deutschmann
commit: 613b0956b56e7dffb0a8565d2ddfcba2b82d27d5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed May 30 01:18:47 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 30 01:19:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613b0956

net-libs/libmicrodns: x86 stable (bug #652944)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild 
b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
index 1f0919ac552..e1b060b0861 100644
--- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
+++ b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/videolabs/${PN};
 else
SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Thomas Deutschmann
commit: 5bc638d372f9d87cd8677c9b14e702f33f759aeb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed May 30 01:16:15 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed May 30 01:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc638d3

dev-vcs/git: x86 stable (bug #656868)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-vcs/git/git-2.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
index d0faf8d3a1f..65a112e9367 100644
--- a/dev-vcs/git/git-2.16.4.ebuild
+++ b/dev-vcs/git/git-2.16.4.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-05-29 Thread Aaron Bauman
commit: fe39068d8e28d6850f29dbe47cfceceab5b52566
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 30 00:04:24 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe39068d

media-sound/ogmtools: fix einstalldocs

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/ogmtools/ogmtools-1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild 
b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
index 2abca8c77f1..56f8611e8a2 100644
--- a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
+++ b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
@@ -35,6 +35,6 @@ src_install() {
dobin dvdxchap
fi
 
-   einstalldocs ChangeLog README TODO
+   einstalldocs
doman *.1
 }



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

2018-05-29 Thread Aaron Bauman
commit: d38f0bed1044aaf26099e416ca839a9379f0d1c3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 30 00:19:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38f0bed

media-video/vobcopy: add || die to ./configure call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild 
b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index 923af7af4d6..f51dff5679b 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND=""
 
 src_configure() {
tc-export CC
-   ./configure.sh --with-lfs
+   ./configure.sh --with-lfs || die "Configure failed"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: media-sound/mp32ogg/, media-sound/mp32ogg/files/

2018-05-29 Thread Aaron Bauman
commit: 35178d5ceee311f46117a41cb92da8ddc02cb188
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 21:22:43 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35178d5c

media-sound/mp32ogg: bump EAPI and drop eutils

Upstream is dead, but the package is still mirrored by Gentoo. Unable to
rename the source file.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8641

 .../mp32ogg/files/mp32ogg-0.11-r4-mpg321.patch |  4 ++--
 .../mp32ogg/files/mp32ogg-0.11-r4-quality.patch|  4 ++--
 .../files/mp32ogg-0.11-r5-german_umlaut.patch  |  4 ++--
 ...gg-0.11-r6-force-filename-stringification.patch |  4 ++--
 media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild | 23 +++---
 5 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/media-sound/mp32ogg/files/mp32ogg-0.11-r4-mpg321.patch 
b/media-sound/mp32ogg/files/mp32ogg-0.11-r4-mpg321.patch
index b617584f94d..f71f13163e2 100644
--- a/media-sound/mp32ogg/files/mp32ogg-0.11-r4-mpg321.patch
+++ b/media-sound/mp32ogg/files/mp32ogg-0.11-r4-mpg321.patch
@@ -1,5 +1,5 @@
 mp32ogg.orig   2004-02-03 01:09:20.0 -0800
-+++ mp32ogg2004-02-03 01:25:01.0 -0800
+--- a/mp32ogg
 b/mp32ogg
 @@ -6,6 +6,9 @@
  # 
  

diff --git a/media-sound/mp32ogg/files/mp32ogg-0.11-r4-quality.patch 
b/media-sound/mp32ogg/files/mp32ogg-0.11-r4-quality.patch
index 38fad9bc9ab..0bf9b05a5ca 100644
--- a/media-sound/mp32ogg/files/mp32ogg-0.11-r4-quality.patch
+++ b/media-sound/mp32ogg/files/mp32ogg-0.11-r4-quality.patch
@@ -1,5 +1,5 @@
 mp32ogg.orig   2005-01-01 15:32:32.138906448 +
-+++ mp32ogg2005-01-01 15:52:33.061338488 +
+--- a/mp32ogg
 b/mp32ogg
 @@ -9,6 +9,8 @@
  # 0.11-gentoo
  # * Jeremy Huddleston :

diff --git a/media-sound/mp32ogg/files/mp32ogg-0.11-r5-german_umlaut.patch 
b/media-sound/mp32ogg/files/mp32ogg-0.11-r5-german_umlaut.patch
index 20361f1b983..10588d87e1d 100644
--- a/media-sound/mp32ogg/files/mp32ogg-0.11-r5-german_umlaut.patch
+++ b/media-sound/mp32ogg/files/mp32ogg-0.11-r5-german_umlaut.patch
@@ -1,5 +1,5 @@
 mp32ogg_old2008-01-29 10:45:06.0 +0100
-+++ mp32ogg2008-01-29 10:44:34.0 +0100
+--- a/mp32ogg
 b/mp32ogg
 @@ -6,6 +6,10 @@
  # 
  

diff --git 
a/media-sound/mp32ogg/files/mp32ogg-0.11-r6-force-filename-stringification.patch
 
b/media-sound/mp32ogg/files/mp32ogg-0.11-r6-force-filename-stringification.patch
index 65f7a83454f..1b08f545335 100644
--- 
a/media-sound/mp32ogg/files/mp32ogg-0.11-r6-force-filename-stringification.patch
+++ 
b/media-sound/mp32ogg/files/mp32ogg-0.11-r6-force-filename-stringification.patch
@@ -1,8 +1,8 @@
 http://bugs.gentoo.org/328953
 http://qa.mandriva.com/53477
 
 mp32ogg
-+++ mp32ogg
+--- a/mp32ogg
 b/mp32ogg
 @@ -167,7 +167,9 @@
  }
  

diff --git a/media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild 
b/media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild
index 72c5e39e14a..92d9ea2f2c7 100644
--- a/media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild
+++ b/media-sound/mp32ogg/mp32ogg-0.11-r6.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="A perl script to convert MP3 files to Ogg Vorbis files"
 HOMEPAGE="http://faceprint.com/code/;
@@ -21,17 +20,17 @@ DEPEND=""
 
 S=${WORKDIR}
 
-src_unpack() {
-   cp -f "${DISTDIR}"/${PN} "${WORKDIR}" || die
-}
+PATCHES=(
+   "${FILESDIR}/${P}-r4-mpg321.patch"
+   "${FILESDIR}/${P}-r4-quality.patch"\
+   "${FILESDIR}/${P}-r5-german_umlaut.patch"
+   "${FILESDIR}/${P}-r6-force-filename-stringification.patch"
+)
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-r4-mpg321.patch \
-   "${FILESDIR}"/${P}-r4-quality.patch \
-   "${FILESDIR}"/${P}-r5-german_umlaut.patch \
-   "${FILESDIR}"/${P}-r6-force-filename-stringification.patch
+src_unpack() {
+   cp -f "${DISTDIR}"/${PN} "${WORKDIR}" || die "Copying sources failed"
 }
 
 src_install() {
-   dobin mp32ogg || die
+   dobin mp32ogg
 }



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

2018-05-29 Thread Aaron Bauman
commit: c751cc201055ba778b675db11caca6454d689650
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 30 00:21:09 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c751cc20

net-libs/libyahoo2: remove default docs from dodoc

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild 
b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild
index 541f05dc3d8..66739a597fa 100644
--- a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild
+++ b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild
@@ -44,7 +44,7 @@ src_install() {
dobin src/.libs/{autoresponder,yahoo}
fi
 
-   dodoc AUTHORS ChangeLog doc/*.txt NEWS README TODO
+   dodoc doc/*.txt
 
find "${D}" -name '*.la' -delete || die "Pruning failed"
 }



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

2018-05-29 Thread Aaron Bauman
commit: a2e035ee19594327658a181d2ce48ecc4fb857b0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 21:25:44 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e035ee

media-sound/ogg2mp3: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild 
b/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
index 469306c080f..e62c87864b4 100644
--- a/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
+++ b/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="A perl script to convert Ogg Vorbis files to MP3 files"
 HOMEPAGE="http://www.gitorious.org/ogg2mp3/pages/Home;
@@ -18,6 +18,6 @@ RDEPEND="media-sound/lame
 DEPEND=""
 
 src_install() {
-   dobin ogg2mp3 || die "dobin failed"
+   dobin ogg2mp3
dodoc doc/{AUTHORS,ChangeLog,README,TODO}
 }



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

2018-05-29 Thread Aaron Bauman
commit: 4990dd981ca47d3f31a8421566cba331a2403c30
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 21:39:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4990dd98

media-video/vobcopy: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vobcopy/vobcopy-1.2.0.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-video/vobcopy/vobcopy-1.2.0.ebuild 
b/media-video/vobcopy/vobcopy-1.2.0.ebuild
index fe6ab57ce9e..923af7af4d6 100644
--- a/media-video/vobcopy/vobcopy-1.2.0.ebuild
+++ b/media-video/vobcopy/vobcopy-1.2.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit toolchain-funcs
+EAPI=6
 
-IUSE=""
+inherit toolchain-funcs
 
 DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
 HOMEPAGE="http://lpn.rnbhq.org/;
@@ -13,8 +12,10 @@ SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
+IUSE=""
 
 DEPEND=">=media-libs/libdvdread-0.9.4"
+RDEPEND=""
 
 src_configure() {
tc-export CC
@@ -22,8 +23,7 @@ src_configure() {
 }
 
 src_install() {
-   dobin vobcopy || die "dobin failed"
-   doman vobcopy.1 || die "doman failed"
-   dodoc Changelog README Release-Notes TODO alternative_programs.txt \
-   || die "dodoc failed"
+   dobin vobcopy
+   doman vobcopy.1
+   dodoc Changelog README Release-Notes TODO alternative_programs.txt
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/ogmtools/, media-sound/ogmtools/files/

2018-05-29 Thread Aaron Bauman
commit: c97c4196d1afa73e3c48743ebf59c36761821c20
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 21:30:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97c4196

media-sound/ogmtools: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../ogmtools/files/ogmtools-1.5-comments.patch |  4 ++--
 .../ogmtools/files/ogmtools-1.5-endian-fix.patch   |  4 ++--
 .../files/ogmtools-1.5-summary_length.patch|  5 ++---
 .../files/ogmtools-1.5-vorbis_verbosity.patch  |  5 ++---
 media-sound/ogmtools/ogmtools-1.5-r2.ebuild| 23 +++---
 5 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/media-sound/ogmtools/files/ogmtools-1.5-comments.patch 
b/media-sound/ogmtools/files/ogmtools-1.5-comments.patch
index 0440a8040b8..c331baa8b90 100644
--- a/media-sound/ogmtools/files/ogmtools-1.5-comments.patch
+++ b/media-sound/ogmtools/files/ogmtools-1.5-comments.patch
@@ -1,5 +1,5 @@
 vorbis_header_utils.c.orig Fri Aug 31 14:47:55 2007
-+++ vorbis_header_utils.c  Fri Aug 31 14:51:23 2007
+--- a/vorbis_header_utils.c
 b/vorbis_header_utils.c
 @@ -153,15 +153,15 @@
  die("malloc");


diff --git a/media-sound/ogmtools/files/ogmtools-1.5-endian-fix.patch 
b/media-sound/ogmtools/files/ogmtools-1.5-endian-fix.patch
index 8945ca47c08..0c8758027a0 100644
--- a/media-sound/ogmtools/files/ogmtools-1.5-endian-fix.patch
+++ b/media-sound/ogmtools/files/ogmtools-1.5-endian-fix.patch
@@ -1,5 +1,5 @@
 avilib/avidump.c.orig  2004-11-02 15:30:16.0 +
-+++ avilib/avidump.c   2004-11-17 19:12:02.730255128 +
+--- a/avilib/avidump.c
 b/avilib/avidump.c
 @@ -54,7 +54,7 @@
 ((x<<8)  & 0x00ff) |\
 ((x<<24) & 0xff00))

diff --git a/media-sound/ogmtools/files/ogmtools-1.5-summary_length.patch 
b/media-sound/ogmtools/files/ogmtools-1.5-summary_length.patch
index 8457918beb8..00c2ee06c6b 100644
--- a/media-sound/ogmtools/files/ogmtools-1.5-summary_length.patch
+++ b/media-sound/ogmtools/files/ogmtools-1.5-summary_length.patch
@@ -1,6 +1,5 @@
-diff -ur ogmtools-1.5.orig/ogminfo.c ogmtools-1.5/ogminfo.c
 ogmtools-1.5.orig/ogminfo.c2003-11-21 00:21:36.0 +0200
-+++ ogmtools-1.5/ogminfo.c 2009-05-12 12:41:58.0 +0300
+--- a/ogminfo.c
 b/ogminfo.c
 @@ -513,7 +513,7 @@
stream->serial, stream->size,
(stream->size * 8.0 / 1000.0) / now,

diff --git a/media-sound/ogmtools/files/ogmtools-1.5-vorbis_verbosity.patch 
b/media-sound/ogmtools/files/ogmtools-1.5-vorbis_verbosity.patch
index 085cc5d978d..5b71402649e 100644
--- a/media-sound/ogmtools/files/ogmtools-1.5-vorbis_verbosity.patch
+++ b/media-sound/ogmtools/files/ogmtools-1.5-vorbis_verbosity.patch
@@ -1,6 +1,5 @@
-diff -ur ogmtools-1.5.orig/ogminfo.c ogmtools-1.5/ogminfo.c
 ogmtools-1.5.orig/ogminfo.c2003-11-21 00:21:36.0 +0200
-+++ ogmtools-1.5/ogminfo.c 2009-05-12 12:42:56.0 +0300
+--- a/ogminfo.c
 b/ogminfo.c
 @@ -188,7 +188,7 @@
  }
  vorbis_comment_clear();

diff --git a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild 
b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
index 8e6971a61fc..2abca8c77f1 100644
--- a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
+++ b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Information, extraction or creation for OGG media streams"
 HOMEPAGE="http://www.bunkus.org/videotools/ogmtools/;
@@ -17,12 +16,12 @@ RDEPEND="dvd? ( media-libs/libdvdread )
media-sound/vorbis-tools"
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-comments.patch \
-   "${FILESDIR}"/${P}-endian-fix.patch \
-   "${FILESDIR}"/${P}-vorbis_verbosity.patch \
-   "${FILESDIR}"/${P}-summary_length.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-comments.patch"
+   "${FILESDIR}/${P}-endian-fix.patch"
+   "${FILESDIR}/${P}-vorbis_verbosity.patch"
+   "${FILESDIR}/${P}-summary_length.patch"
+)
 
 src_configure() {
econf \
@@ -30,12 +29,12 @@ src_configure() {
 }
 
 src_install() {
-   dobin ogmmerge ogmdemux ogminfo ogmsplit ogmcat || die "dobin failed"
+   dobin ogmmerge ogmdemux ogminfo ogmsplit ogmcat
 
if use dvd; then
-   dobin dvdxchap || die "dobin failed"
+   dobin dvdxchap
fi
 
-   dodoc ChangeLog README TODO
+   einstalldocs ChangeLog README TODO
doman *.1
 }



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

2018-05-29 Thread Aaron Bauman
commit: bb551090a96ede9f8eab6f91d6f1f22d254bb042
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 21:53:51 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb551090

net-libs/libyahoo2: bump EAPI; drop eutils; add LibreSSL support

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../libyahoo2/files/libyahoo2-1.0.1-asneeded.patch |  4 ++--
 net-libs/libyahoo2/libyahoo2-1.0.1.ebuild  | 27 ++
 2 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch 
b/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch
index b05190a02a7..4e0f1142cd5 100644
--- a/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch
+++ b/net-libs/libyahoo2/files/libyahoo2-1.0.1-asneeded.patch
@@ -1,5 +1,5 @@
 src/Makefile.am
-+++ src/Makefile.am
+--- a/src/Makefile.am
 b/src/Makefile.am
 @@ -21,11 +21,9 @@
  noinst_PROGRAMS = yahoo autoresponder
  

diff --git a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild 
b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild
index 0cd41ed4821..541f05dc3d8 100644
--- a/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild
+++ b/net-libs/libyahoo2/libyahoo2-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit autotools eutils
+EAPI=7
+inherit autotools
 
 DESCRIPTION="interface to the new Yahoo! Messenger protocol"
 HOMEPAGE="http://libyahoo2.sourceforge.net/;
@@ -11,33 +11,40 @@ SRC_URI="mirror://sourceforge/libyahoo2/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static-libs ssl"
+IUSE="libressl ssl static-libs"
 
 RDEPEND="dev-libs/glib:2
-   ssl? ( dev-libs/openssl )"
+   ssl? (
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   )
+"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}/${P}-asneeded.patch"
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-asneeded.patch
+   default
sed -i -e 's:-ansi -pedantic::' configure.ac || die #240912
eautoreconf
 }
 
 src_configure() {
econf \
-   --disable-dependency-tracking \
$(use_enable static-libs static) \
$(use_enable ssl sample-client)
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die
+   default
 
if use ssl; then
-   dobin src/.libs/{autoresponder,yahoo} || die
+   dobin src/.libs/{autoresponder,yahoo}
fi
 
dodoc AUTHORS ChangeLog doc/*.txt NEWS README TODO
 
-   find "${D}" -name '*.la' -exec rm -f '{}' +
+   find "${D}" -name '*.la' -delete || die "Pruning failed"
 }



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

2018-05-29 Thread Aaron Bauman
commit: de93069d0637d865d95327dad6cbcedbb69d64ab
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 30 00:17:17 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 30 00:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de93069d

media-sound/ogmtools: remove if/then in favor of use &&

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/ogmtools/ogmtools-1.5-r2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild 
b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
index 56f8611e8a2..2615313a813 100644
--- a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
+++ b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
@@ -31,9 +31,7 @@ src_configure() {
 src_install() {
dobin ogmmerge ogmdemux ogminfo ogmsplit ogmcat
 
-   if use dvd; then
-   dobin dvdxchap
-   fi
+   use dvd && dobin dvdxchap
 
einstalldocs
doman *.1



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2018-05-29 Thread Thomas Deutschmann
commit: bddfb756c360f23b5542c580c750558972c9ce50
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 23:28:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 23:28:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddfb756

dev-vcs/git: Bump to v2.16.4 & v2.17.1

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

 dev-vcs/git/Manifest  |   6 +
 dev-vcs/git/git-2.16.4.ebuild | 699 +
 dev-vcs/git/git-2.17.1.ebuild | 715 ++
 3 files changed, 1420 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index ba377ad15aa..e6a38a8e599 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,9 +1,15 @@
 DIST git-2.16.1.tar.xz 4961656 BLAKE2B 
d94328da5d027cb82f1f23804a12dfc5df1577bf2c28cc376d4bb5c9e34d317886437f7eee2ac4503b8e2639d2e24c35660ab82a50207f500b7ed6fb104d3624
 SHA512 
09e30ada7bcf41f78f15784908062c10162d58d2fd7a68ad27e42fd49dc37eb0e82c19ad21db31034a189a8cdd009013a29f943e1ae5d5ab5688c913d2a4d42a
 DIST git-2.16.3.tar.xz 4966248 BLAKE2B 
cd4d2573afd02a23766c4dd0da8397ac36193f68e18c162fc85d60d7595a50da7707f592ccc3a9f00a22fdcb8a8cada82139fe30f97af193fb367a4e392cbaa8
 SHA512 
73520cf3500b2d13b77eb1e5ec0d60263aad07732d25631732f0d986abd023f97b8a6db4abff64d342cb053018289b5f7a3e32f10b86bd9092a37ee0585adc8a
+DIST git-2.16.4.tar.xz 4968252 BLAKE2B 
77f76408bde02bfacdb99d22baca05893f63c96d1fb7508c7e92541f8f7ec9ced0dad650be788fd28a1e03b5d88b88708652d07a47bedaae60a9cbd4e2eec858
 SHA512 
f54e431e78289349dcb927ec34873dfb801c49a41cbb3d0138346d603af26bd7d86f9ac95e7a61a4831017f3503f33374510ccf68b0e62b0691fc5a43283f1ac
 DIST git-2.17.0.tar.xz 5011556 BLAKE2B 
73b3ad74d85759704c034b7ab2f604150c08aec45f4b86f5fcfa826801da49f4922599de210d8056b25781f77ff826610ef4a47309dc9e9e3ce18ef97a8e34da
 SHA512 
dab1c1d5d384b36720abc049a66ba60631e17958b214cfbec467be7adc02e82190e5282554da71797892c16bfe52d65b6244a281f504385083125bcb98ec7ee9
+DIST git-2.17.1.tar.xz 5015484 BLAKE2B 
d3a61023872a15e3176e4dae6df83d4c2369a377244d44dfd7a63a15ecc3a7b145093afd5d6fa72e4eca98ba4f81f7ccd89ac2400c9cf8107ac04fd35d8bf6e4
 SHA512 
77c27569d40fbae1842130baa0cdda674a02e384631bd8fb1f2ddf67ce372dd4903b2ce6b4283a4ae506cdedd5daa55baa2afe6a6689528511e24e4beb864960
 DIST git-htmldocs-2.16.1.tar.xz 1160372 BLAKE2B 
d426fbc85772e5f04550071dea50a75e6d581fd040e8b37b3b342a8d6569d0dcf456445bab1dec3d84e254e82468c900afff7c6be1ebd6771e7fad5884b92515
 SHA512 
f2bb8b88ab5aa3d6204874aae583249d5137193c5fe3925df7ae1bcdaec0564b496df9a648c180bebb0c8ff4573f27e330802020d3c9207c2738ddd5c52d99c9
 DIST git-htmldocs-2.16.3.tar.xz 1164252 BLAKE2B 
43d5b0317d3cb181c24347933b6ee3ce586f7be7e38ae30555bc732b369287f080879ff0408601db125a4104b665956f6bcef3f243496008d3ec1601110b06df
 SHA512 
6271ff7780053347ceba47754db00fa8a0a39ff622c490e273ed286faa6ade3f7d6580fa396c913b4485a942b2ad0cdd898de467fde497de1d850fb6d3debd1e
+DIST git-htmldocs-2.16.4.tar.xz 1164256 BLAKE2B 
88a7ab5b094f15bc2b6c0f4d4c3eae185f6e6c0f00f4aca75492f0cc964428d1bf53002e0e43468b60b62058af5f13b061231061247e19b32bc70c2c8adb04eb
 SHA512 
8f4a8c51656559af81296fb064ecf0f88444952c7f8ee91b85e5a61b20d200267d7432f720ded12046bab986361cff48cf7a2f5d21e05c1ac7648cc3168a0049
 DIST git-htmldocs-2.17.0.tar.xz 1172652 BLAKE2B 
9e6ccc120aa45ee98a21ac862a130a964e6cd04cd85d51ddf40cbb34197f699fd8f5046f53265a0685191a96ef5aa0cb398367679b719cb3a2bba0156732d45b
 SHA512 
441d485d42a8b3ba8ef5617e47480be0b587f0f5d35c4288a6cfe8f2b8a84fffcd13a414dcce44855cf580af817b411654999e80502073782c7da38aa40209ba
+DIST git-htmldocs-2.17.1.tar.xz 1173296 BLAKE2B 
5133a86fb73cd58d6a9d4ed05d32949f642c9a670a49ea67c7170dfb39c4ff3f63d5f220abebcc979f87a360ec2990ccf5a9e3c18e8fcb07082bac111ecb12c7
 SHA512 
69054b087ffd1c88532672c6edea3cd27e08421f25c09a1a304420ec6aa20806888f71e4ef21aac1bc2fed81a045a64ae164a9dc377eb48d61887bf8d787782c
 DIST git-manpages-2.16.1.tar.xz 417188 BLAKE2B 
239fb33967d17c8b10efb2e0d1963f7be3404b7f262b49f89b3f4a538135d80268fbe7fe0e561c9cb2d86840eb46b61653ed363d8da27d1169c435d8e1d5e851
 SHA512 
20c7646b5f1e3c633ce6aae5ee5fcbe4ca1e59fc9253ec9a9e45c7cd8a8ac7a5e71e36258eb747e3bd6d51b3b7971137315dcdbdff493e0f8774ecd3e309735a
 DIST git-manpages-2.16.3.tar.xz 417152 BLAKE2B 
2719a9a603dc49db1a61a2cec42427bdcdc96fab9d21d16c5a8c70d7dba271a1e5b29f4f83f32c525c4866e3497352017af3777a769893c9543e65d625972375
 SHA512 
b34a3658412a144fed6f818acc05c0b4be2453ae63f9430dcd53cda750f737bd3da50390bd3f4266e69befa521eddd222985fd531acca1ebd4ca62c6c5b2a85c
+DIST git-manpages-2.16.4.tar.xz 417136 BLAKE2B 
9a75913dae62fa2eb31cf48e77e266aa8d91c67b8a753c1740283b1d626dea1e9aa8d7cea06d9b97887f801b4d1f1b927014851105cefd3241ca7ab7330bfc8b
 SHA512 
8029e9fac1eca542e809da1247f4eec3a2c81c0eb12d03aa816dcf120677011d3e409b06c28c8e7dbf41cbbcca873ec93846dc317bc73e57f4d4701ce7abf73d
 DIST git-manpages-2.17.0.tar.xz 419316 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-05-29 Thread Thomas Deutschmann
commit: eceea24ea15577653794e5adff4509297b58f186
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 23:18:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 23:18:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceea24e

sys-firmware/intel-microcode: Fix die message

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild
index b39f2be9bd8..decbae0ff43 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild
@@ -151,7 +151,7 @@ pkg_preinst() {
 
# Cleanup any temporary leftovers so that we don't merge any
# unneeded files on disk
-   rm -r "${ED%/}"/tmp || die "Failed to cleanup '"${ED%/}"/tmp'"
+   rm -r "${ED%/}"/tmp || die "Failed to cleanup '${ED%/}/tmp'"
 }
 
 pkg_prerm() {



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2018-05-29 Thread Thomas Deutschmann
commit: 3eacfe4274c5d0c8a69911df89525324697c6328
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 23:14:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 23:15:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eacfe42

sys-firmware/intel-microcode: Add "minimal" USE flag

Due to previous change (commit eb9036f6f998c91c6bc021f73bc10ca1b5240ae7),
this package can become very large (or the resulting initramfs).

While the already introduced environment variable "MICROCODE_SIGNATURES" is
allowing you to set iucode_tool's "--scan-system" parameter to only
install ucode(s) supported by the currently available (=online) processor(s),
this doesn't work for binary package user(s).

The now added "minimal" USE flag (enabled by default) will set "--scan-system"
parameter for you. This will still allow you to select/blacklist ucode(s)
for all your hosts on your central build host using the "MICROCODE_SIGNATURES"
variable like before while giving each host the opportunity to only install
really supported ucode(s) which will reduces the file size of the resulting
initramfs.

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

 ...1.ebuild => intel-microcode-20180426-r2.ebuild} | 58 --
 sys-firmware/intel-microcode/metadata.xml  |  1 +
 2 files changed, 55 insertions(+), 4 deletions(-)

diff --git a/sys-firmware/intel-microcode/intel-microcode-20180426-r1.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild
similarity index 70%
rename from sys-firmware/intel-microcode/intel-microcode-20180426-r1.ebuild
rename to sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild
index 29a6958681d..b39f2be9bd8 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20180426-r1.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20180426-r2.ebuild
@@ -19,11 +19,14 @@ 
SRC_URI="https://downloadmirror.intel.com/${NUM}/eng/microcode-${INTEL_SNAPSHOT}
 LICENSE="intel-ucode"
 SLOT="0"
 KEYWORDS=""
-IUSE="initramfs +split-ucode vanilla"
+IUSE="initramfs +minimal +split-ucode vanilla"
 REQUIRED_USE="|| ( initramfs split-ucode )"
 
 DEPEND="sys-apps/iucode_tool"
-RDEPEND="!
 
install a small initramfs for use with 
CONFIG_MICROCODE_EARLY
+   only install ucode(s) supported by currently 
available (=online) processor(s)
install the large text microcode.dat (used by 
older kernels via microcode_ctl)
install the split binary ucode files (used by 
the kernel directly)
install only microcode updates from Intel's 
official microcode tarball



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/files/, ...

2018-05-29 Thread Andreas Sturmlechner
commit: d26b8d9cccf22e147a59499cc0a0b1f68196422c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 29 23:03:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 29 23:03:57 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d26b8d9c

kde-plasma/plasma-browser-integration: Fix Mozilla dir

Upstream commit 9a4e032c04fd567a3b3a5d2e050a22abd689d575
Thanks-to: Arfrever Frehtes Taifersar Arahesis  gmail.com>
Closes: https://bugs.gentoo.org/656532
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...rowser-integration-5.12.90-respect-libdir.patch | 35 ++
 ...> plasma-browser-integration-5.12.90-r1.ebuild} | 16 --
 .../plasma-browser-integration-5.13.49..ebuild | 14 +++--
 .../plasma-browser-integration-.ebuild | 14 +++--
 4 files changed, 70 insertions(+), 9 deletions(-)

diff --git 
a/kde-plasma/plasma-browser-integration/files/plasma-browser-integration-5.12.90-respect-libdir.patch
 
b/kde-plasma/plasma-browser-integration/files/plasma-browser-integration-5.12.90-respect-libdir.patch
new file mode 100644
index 00..20f3dacac7
--- /dev/null
+++ 
b/kde-plasma/plasma-browser-integration/files/plasma-browser-integration-5.12.90-respect-libdir.patch
@@ -0,0 +1,35 @@
+From f3ffa37d89816d3d9f1e9c5bb83b5e4acbbc295b Mon Sep 17 00:00:00 2001
+From: Arfrever Frehtes Taifersar Arahesis 
+Date: Tue, 29 May 2018 09:21:41 +0200
+Subject: [PATCH] Respect libdir for Firefox native messaging host manifest
+
+---
+ CMakeLists.txt | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3a14b60..184b288 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -45,6 +45,9 @@ add_feature_info(CHROMIUM_EXTENSIONS_DIR On "Directory name 
to install Chromium
+ option(COPY_MESSAGING_HOST_FILE_HOME "Copy the native messaging hosts json 
file to user home dir" FALSE)
+ add_feature_info(COPY_MESSAGING_HOST_FILE_HOME 
${COPY_MESSAGING_HOST_FILE_HOME} "Enable this option to copy the native 
messaging hosts json file to home dir if you install plasma-browser-integration 
to custom prefix (non-/usr)")
+ 
++set(MOZILLA_DIR "${CMAKE_INSTALL_PREFIX}/lib/mozilla" CACHE STRING "Mozilla 
directory")
++add_feature_info(MOZILLA_DIR On "Mozilla directory is '${MOZILLA_DIR}'")
++
+ add_subdirectory(host)
+ add_subdirectory(tabsrunner)
+ add_subdirectory(reminder)
+@@ -66,7 +69,7 @@ install(FILES 
${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.chrome_integration.json
+ install(FILES 
${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.chrome_integration.json DESTINATION 
${KDE_INSTALL_FULL_SYSCONFDIR}/opt/chrome/native-messaging-hosts/ RENAME 
org.kde.plasma.browser_integration.json)
+ # firefox
+ 
+-install(FILES 
${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.firefox_integration.json DESTINATION 
${CMAKE_INSTALL_PREFIX}/lib/mozilla/native-messaging-hosts/ RENAME 
org.kde.plasma.browser_integration.json)
++install(FILES 
${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.firefox_integration.json DESTINATION 
${MOZILLA_DIR}/native-messaging-hosts/ RENAME 
org.kde.plasma.browser_integration.json)
+ 
+ if (COPY_MESSAGING_HOST_FILE_HOME)
+ install(FILES 
${CMAKE_CURRENT_BINARY_DIR}/org.kde.plasma.firefox_integration.json DESTINATION 
$ENV{HOME}/.mozilla/native-messaging-hosts/ RENAME 
org.kde.plasma.browser_integration.json)
+-- 
+2.17.0
+

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.12.90.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.12.90-r1.ebuild
similarity index 80%
rename from 
kde-plasma/plasma-browser-integration/plasma-browser-integration-5.12.90.ebuild
rename to 
kde-plasma/plasma-browser-integration/plasma-browser-integration-5.12.90-r1.ebuild
index f48f91d786..1739d8a1f2 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.12.90.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.12.90-r1.ebuild
@@ -13,9 +13,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
$(add_frameworks_dep kactivities)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
@@ -25,5 +22,18 @@ DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep krunner)
$(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
 "
 RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-respect-libdir.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
+   )
+
+   kde5_src_configure
+}

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.49..ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.49..ebuild
index 340f87b871..e6c1dca804 100644
--- 

[gentoo-commits] proj/gnome:master commit in: media-libs/clutter/, gnome-base/gdm/, media-gfx/gnome-screenshot/, ...

2018-05-29 Thread Sobhan Mohammadpour
commit: d3a04da3e256d5beb51a7521f58984fdd9186dae
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 22:55:06 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 22:55:06 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d3a04da3

Transition deps to x11-base/xorg-proto

 gnome-base/gdm/gdm-3.26.2.1.ebuild | 4 +---
 gnome-base/gdm/gdm-.ebuild | 4 +---
 gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild | 4 +---
 gnome-base/gnome-control-center/gnome-control-center-.ebuild   | 4 +---
 gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild   | 2 +-
 gnome-base/gnome-desktop/gnome-desktop-.ebuild | 3 +--
 gnome-base/nautilus/nautilus-.ebuild   | 2 +-
 media-gfx/gnome-screenshot/gnome-screenshot-.ebuild| 2 +-
 media-libs/clutter/clutter-.ebuild | 2 +-
 media-video/cheese/cheese-3.26.0.ebuild| 2 +-
 media-video/cheese/cheese-.ebuild  | 2 +-
 media-video/totem/totem-.ebuild| 3 +--
 net-wireless/gnome-bluetooth/gnome-bluetooth-.ebuild   | 2 +-
 13 files changed, 13 insertions(+), 23 deletions(-)

diff --git a/gnome-base/gdm/gdm-3.26.2.1.ebuild 
b/gnome-base/gdm/gdm-3.26.2.1.ebuild
index 56cf0c6a..ac51df37 100644
--- a/gnome-base/gdm/gdm-3.26.2.1.ebuild
+++ b/gnome-base/gdm/gdm-3.26.2.1.ebuild
@@ -86,10 +86,8 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.0
dev-util/itstool
virtual/pkgconfig
-   x11-proto/inputproto
-   x11-proto/randrproto
+   x11-base/xorg-proto
test? ( >=dev-libs/check-0.9.4 )
-   xinerama? ( x11-proto/xineramaproto )
 "
 
 DOC_CONTENTS="

diff --git a/gnome-base/gdm/gdm-.ebuild b/gnome-base/gdm/gdm-.ebuild
index 999817ef..0ac9e91a 100644
--- a/gnome-base/gdm/gdm-.ebuild
+++ b/gnome-base/gdm/gdm-.ebuild
@@ -96,10 +96,8 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.0
dev-util/itstool
virtual/pkgconfig
-   x11-proto/inputproto
-   x11-proto/randrproto
+   x11-base/xorg-proto
test? ( >=dev-libs/check-0.9.4 )
-   xinerama? ( x11-proto/xineramaproto )
 "
 
 DOC_CONTENTS="

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild
index 01975eef..cd5abacb 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.26.2.ebuild
@@ -113,9 +113,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND=">=gnome-base/gnome-session-2.91.6-r1"
 
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
+   x11-base/xorg-proto
 
dev-libs/libxml2:2
dev-libs/libxslt

diff --git a/gnome-base/gnome-control-center/gnome-control-center-.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-.ebuild
index 2a48430c..1c6d93dc 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-.ebuild
@@ -110,9 +110,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND=">=gnome-base/gnome-session-2.91.6-r1"
 
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
+   x11-base/xorg-proto
 
dev-libs/libxml2:2
dev-libs/libxslt

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
index 31b0c59a..b24a5392 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.26.2.ebuild
@@ -37,7 +37,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.6
dev-util/itstool
sys-devel/gettext
-   x11-proto/xproto
+   x11-base/xorg-proto
virtual/pkgconfig
 "
 

diff --git a/gnome-base/gnome-desktop/gnome-desktop-.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
index c68633a6..368727c6 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-.ebuild
@@ -46,8 +46,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.6
dev-util/itstool
sys-devel/gettext
-   x11-proto/xproto
-   >=x11-proto/randrproto-1.2
+   x11-base/xorg-proto
virtual/pkgconfig
 "
 

diff --git a/gnome-base/nautilus/nautilus-.ebuild 
b/gnome-base/nautilus/nautilus-.ebuild
index 9264faf7..70641148 100644
--- a/gnome-base/nautilus/nautilus-.ebuild
+++ b/gnome-base/nautilus/nautilus-.ebuild
@@ -56,7 +56,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/gtk-doc-am-1.10
>=sys-devel/gettext-0.19.7

[gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/

2018-05-29 Thread Sobhan Mohammadpour
commit: 5d77a26f72ec6f96530f520050dffec629fe14af
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 22:47:30 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 22:47:30 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5d77a26f

x11-wm/mutter: drop keyword for live ebuild

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

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

diff --git a/x11-wm/mutter/mutter-.ebuild b/x11-wm/mutter/mutter-.ebuild
index 156bf46c..f620cf06 100644
--- a/x11-wm/mutter/mutter-.ebuild
+++ b/x11-wm/mutter/mutter-.ebuild
@@ -15,7 +15,7 @@ SLOT="0/0"
 #FIXME add remote desktop support
 IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS=""
 
 # libXi-1.7.4 or newer needed per:
 # https://bugzilla.gnome.org/show_bug.cgi?id=738944



[gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/

2018-05-29 Thread Sobhan Mohammadpour
commit: 4888703c90cb3a9b545a8f2df8b08a98f1bbe618
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 22:34:00 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 22:34:00 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4888703c

x11-wm/mutter: x11-base/xorg-proto and sync live ebuild

x11-proto/* dependencies should be updated to x11-base/xorg-proto

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

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 x11-wm/mutter/metadata.xml |   2 +-
 ...utter-3.26.1.ebuild => mutter-3.26.1-r1.ebuild} |   4 +-
 x11-wm/mutter/mutter-.ebuild   | 119 ++---
 3 files changed, 81 insertions(+), 44 deletions(-)

diff --git a/x11-wm/mutter/metadata.xml b/x11-wm/mutter/metadata.xml
index 59b7f540..73abedd9 100644
--- a/x11-wm/mutter/metadata.xml
+++ b/x11-wm/mutter/metadata.xml
@@ -6,6 +6,6 @@
Gentoo GNOME Desktop


-   Enable KMS support.
+   Enable OpenGL ES 2.0 support

 

diff --git a/x11-wm/mutter/mutter-3.26.1.ebuild 
b/x11-wm/mutter/mutter-3.26.1-r1.ebuild
similarity index 98%
rename from x11-wm/mutter/mutter-3.26.1.ebuild
rename to x11-wm/mutter/mutter-3.26.1-r1.ebuild
index 7d5a008b..ab9e1ae9 100644
--- a/x11-wm/mutter/mutter-3.26.1.ebuild
+++ b/x11-wm/mutter/mutter-3.26.1-r1.ebuild
@@ -70,9 +70,7 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.6
virtual/pkgconfig
-   x11-proto/xextproto
-   x11-proto/xineramaproto
-   x11-proto/xproto
+   x11-base/xorg-proto
test? ( app-text/docbook-xml-dtd:4.5 )
wayland? ( >=sys-kernel/linux-headers-4.4 )
 "

diff --git a/x11-wm/mutter/mutter-.ebuild b/x11-wm/mutter/mutter-.ebuild
index ea948333..156bf46c 100644
--- a/x11-wm/mutter/mutter-.ebuild
+++ b/x11-wm/mutter/mutter-.ebuild
@@ -1,11 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit eutils gnome2
+EAPI=6
+inherit gnome2 virtualx
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -14,41 +11,40 @@ DESCRIPTION="GNOME 3 compositing window manager based on 
Clutter"
 HOMEPAGE="https://git.gnome.org/browse/mutter/;
 
 LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+introspection +kms test wayland"
-if [[ ${PV} =  ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
+SLOT="0/0"
+#FIXME add remote desktop support
+IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # libXi-1.7.4 or newer needed per:
 # https://bugzilla.gnome.org/show_bug.cgi?id=738944
 COMMON_DEPEND="
-   >=x11-libs/pango-1.2[X,introspection?]
-   >=x11-libs/cairo-1.10[X]
+   >=dev-libs/atk-2.5.3
+   >=x11-libs/gdk-pixbuf-2:2
+   >=dev-libs/json-glib-0.12.0
+   >=x11-libs/pango-1.30[introspection?]
+   >=x11-libs/cairo-1.14[X]
>=x11-libs/gtk+-3.19.8:3[X,introspection?]
-   >=dev-libs/glib-2.36.0:2[dbus]
-   >=media-libs/clutter-1.25.6:1.0[X,introspection?]
-   >=media-libs/cogl-1.17.1:1.0=[introspection?]
+   >=dev-libs/glib-2.53.2:2[dbus]
>=media-libs/libcanberra-0.26[gtk3]
>=x11-libs/startup-notification-0.7
>=x11-libs/libXcomposite-0.2
-   >=gnome-base/gsettings-desktop-schemas-3.19.3[introspection?]
+   >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?]
gnome-base/gnome-desktop:3=
>sys-power/upower-0.99:=
 
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
-   >=x11-libs/libXcomposite-0.2
+   >=x11-libs/libXcomposite-0.4
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
-   x11-libs/libXfixes
+   >=x11-libs/libXfixes-3
>=x11-libs/libXi-1.7.4
x11-libs/libXinerama
-   >=x11-libs/libXrandr-1.5.0
+   >=x11-libs/libXrandr-1.5
x11-libs/libXrender
x11-libs/libxcb
x11-libs/libxkbfile
@@ -56,42 +52,85 @@ COMMON_DEPEND="
x11-misc/xkeyboard-config
 
gnome-extra/zenity
+   media-libs/mesa[egl]
 
+   gles2? ( media-libs/mesa[gles2] )
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13 )
introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-   kms? (
-   dev-libs/libinput
-   >=media-libs/clutter-1.20[egl]
-   media-libs/cogl:1.0=[kms]
-   >=media-libs/mesa-10.3[gbm]
-   sys-apps/systemd
-   virtual/libgudev
-   x11-libs/libdrm:= )
+   udev? ( >=virtual/libgudev-232:= )
wayland? (
-   >=dev-libs/wayland-1.6.90
-   

[gentoo-commits] proj/gnome:master commit in: gnome-extra/gtkhtml/, gnome-extra/gnome-power-manager/, x11-libs/gtk+/, ...

2018-05-29 Thread Sobhan Mohammadpour
commit: 9d2602d7f41f1675f70e5bae430a79ecaefd5947
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 22:44:09 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 22:45:02 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9d2602d7

Transition deps to x11-base/xorg-proto

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

 .../gnome-settings-daemon/gnome-settings-daemon-3.26.2.ebuild  | 7 ++-
 gnome-base/gnome-settings-daemon/gnome-settings-daemon-.ebuild | 6 ++
 gnome-extra/gnome-power-manager/gnome-power-manager-.ebuild| 2 +-
 gnome-extra/gtkhtml/gtkhtml-.ebuild| 2 +-
 x11-libs/gtk+/gtk+-.ebuild | 7 +--
 x11-libs/pango/pango-.ebuild   | 2 +-
 6 files changed, 8 insertions(+), 18 deletions(-)

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2.ebuild
index f946060e..43bc67af 100644
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2.ebuild
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.26.2.ebuild
@@ -77,7 +77,7 @@ RDEPEND="${COMMON_DEPEND}
!=dev-util/intltool-0.40
virtual/pkgconfig
-   x11-proto/inputproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
-   >=x11-proto/xproto-7.0.15
+   x11-base/xorg-proto
 "
 
 # TypeErrors with python3; weird test errors with python2; all in power 
component that was made required now

diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-.ebuild
index 1f51925b..d407fd69 100644
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-.ebuild
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-.ebuild
@@ -83,7 +83,7 @@ RDEPEND="${COMMON_DEPEND}
!=dev-util/intltool-0.40
virtual/pkgconfig
-   x11-proto/inputproto
-   x11-proto/xf86miscproto
-   >=x11-proto/xproto-7.0.15
+   x11-base/xorg-proto
 "
 
 src_prepare() {

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-.ebuild 
b/gnome-extra/gnome-power-manager/gnome-power-manager-.ebuild
index 69adee7c..c926ecb4 100644
--- a/gnome-extra/gnome-power-manager/gnome-power-manager-.ebuild
+++ b/gnome-extra/gnome-power-manager/gnome-power-manager-.ebuild
@@ -37,7 +37,7 @@ DEPEND="${COMMON_DEPEND}
dev-libs/appstream-glib
>=dev-util/intltool-0.50
sys-devel/gettext
-   x11-proto/randrproto
+   x11-base/xorg-proto
virtual/pkgconfig
test? ( sys-apps/dbus )
 "

diff --git a/gnome-extra/gtkhtml/gtkhtml-.ebuild 
b/gnome-extra/gtkhtml/gtkhtml-.ebuild
index fc8a5ca6..ce5130d9 100644
--- a/gnome-extra/gtkhtml/gtkhtml-.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
>=net-libs/libsoup-2.26.0:2.4
 "
 DEPEND="${RDEPEND}
-   x11-proto/xproto
+   x11-base/xorg-proto
sys-devel/gettext
>=dev-util/intltool-0.40.0
virtual/pkgconfig

diff --git a/x11-libs/gtk+/gtk+-.ebuild b/x11-libs/gtk+/gtk+-.ebuild
index 7c73fa43..250c1235 100644
--- a/x11-libs/gtk+/gtk+-.ebuild
+++ b/x11-libs/gtk+/gtk+-.ebuild
@@ -76,12 +76,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/gtk-doc-am-1.20
>=sys-devel/gettext-0.18.3[${MULTILIB_USEDEP}]
virtual/pkgconfig[${MULTILIB_USEDEP}]
-   X? (
-   x11-proto/xextproto[${MULTILIB_USEDEP}]
-   x11-proto/xproto[${MULTILIB_USEDEP}]
-   x11-proto/inputproto[${MULTILIB_USEDEP}]
-   x11-proto/damageproto[${MULTILIB_USEDEP}]
-   xinerama? ( x11-proto/xineramaproto[${MULTILIB_USEDEP}] )
+   X? ( x11-base/xorg-proto )
)
test? (
media-fonts/font-misc-misc

diff --git a/x11-libs/pango/pango-.ebuild b/x11-libs/pango/pango-.ebuild
index 9d5d0d05..d5e0c5b9 100644
--- a/x11-libs/pango/pango-.ebuild
+++ b/x11-libs/pango/pango-.ebuild
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.20
virtual/pkgconfig[${MULTILIB_USEDEP}]
test? ( media-fonts/cantarell )
-   X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
+   X? ( x11-base/xorg-proto )
!<=sys-devel/autoconf-2.63:2.5
 "
 



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

2018-05-29 Thread Andreas Sturmlechner
commit: 4e70ba7a532946db144995ca1b5d1a3bffda9955
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 29 21:00:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 29 22:24:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e70ba7a

net-libs/signon-oauth2: 0.24 version bump, disable examples

Reported-by: Matija Skala  gmx.com>
Closes: https://github.com/gentoo/gentoo/pull/8579
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/signon-oauth2/Manifest|  1 +
 .../signon-oauth2-0.24-disable-examples.patch  | 14 ++
 .../signon-oauth2-0.24-dont-install-tests.patch| 11 +
 net-libs/signon-oauth2/signon-oauth2-0.24.ebuild   | 50 ++
 4 files changed, 76 insertions(+)

diff --git a/net-libs/signon-oauth2/Manifest b/net-libs/signon-oauth2/Manifest
index b3c3b802764..57126546b87 100644
--- a/net-libs/signon-oauth2/Manifest
+++ b/net-libs/signon-oauth2/Manifest
@@ -1 +1,2 @@
 DIST signon-oauth2-0.21.tar.bz2 37819 BLAKE2B 
5de9add1952ba94e12b776c7f4b462bfc31ce01c148d8819b6e159510c4b00f4d2fc915a62f585b1061d46efbeb92406e3c117452e4e7f5575404fea3ab20601
 SHA512 
b0f97353e87c08420c3132f3357522b526a7c48df807ab833e05297ebfc86e0e8f25d4d3aa94e8ebc4aa1d9bc77856d63c43e5b5e9f3e63628f7710b9a056fd0
+DIST signon-oauth2-0.24.tar.gz 39011 BLAKE2B 
41b672d1f489321b2f93f245530da1e51867eb4f0d1675ba72240f59f5ab7d6d2a079899e1a6dbc63c82bc53e1fab467c6696f5171c98ab00243d5ec9ddd92f4
 SHA512 
8a1e5be7f34419ded7841cb4de62e03ab56556f39ae40e3e11b549d45c6c51edc6888d1aab254c0ba6746d6306bb8b92dd24e473387542d6a987208c20acf6d9

diff --git 
a/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch 
b/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch
new file mode 100644
index 000..dd730e44977
--- /dev/null
+++ b/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch
@@ -0,0 +1,14 @@
+Author: Diane Trout 
+Description: Don't install the examples as they end up conflicting with
+ other packages.
+--- a/signon-oauth2.pro
 b/signon-oauth2.pro
+@@ -3,7 +3,7 @@
+ 
+ TEMPLATE  = subdirs
+ CONFIG   += ordered
+-SUBDIRS   = src tests example
++SUBDIRS   = src tests
+ 
+ include( common-installs-config.pri )
+ 

diff --git 
a/net-libs/signon-oauth2/files/signon-oauth2-0.24-dont-install-tests.patch 
b/net-libs/signon-oauth2/files/signon-oauth2-0.24-dont-install-tests.patch
new file mode 100644
index 000..615bc8b562d
--- /dev/null
+++ b/net-libs/signon-oauth2/files/signon-oauth2-0.24-dont-install-tests.patch
@@ -0,0 +1,11 @@
+--- a/tests/tests.pro  2018-05-29 22:51:43.766914590 +0200
 b/tests/tests.pro  2018-05-29 22:52:45.247259336 +0200
+@@ -32,8 +32,6 @@
+ target.path = $${INSTALL_PREFIX}/bin
+ testsuite.path = $${INSTALL_PREFIX}/share/$$TARGET
+ testsuite.files = tests.xml
+-INSTALLS += target \
+-testsuite
+ 
+ check.depends = $$TARGET
+ check.commands = ./$$TARGET || :

diff --git a/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild 
b/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild
new file mode 100644
index 000..ea3dd0c41f7
--- /dev/null
+++ b/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=signon-plugin-oauth2
+MY_PV=VERSION_${PV}
+inherit qmake-utils
+
+DESCRIPTION="OAuth2 plugin for Signon daemon"
+HOMEPAGE="https://01.org/gsso/;
+SRC_URI="https://gitlab.com/accounts-sso/${MY_PN}/-/archive/${MY_PV}/${MY_PN}-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5[ssl]
+   net-libs/signond
+"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )
+"
+
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-disable-examples.patch"
+   "${FILESDIR}/${P}-dont-install-tests.patch"
+)
+
+src_prepare() {
+   default
+
+   if ! use test; then
+   sed -i -e '/^SUBDIRS/s/tests//' signon-oauth2.pro || die 
"Failed to disable tests"
+   fi
+}
+
+src_configure() {
+   eqmake5 \
+   LIBDIR=/usr/$(get_libdir)
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}



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

2018-05-29 Thread Andreas Sturmlechner
commit: d68d4b509ee5e042555cb2accce9d79c54b1e176
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 29 21:18:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 29 22:24:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68d4b50

sys-auth/elogind: 235.4 version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-auth/elogind/Manifest |   1 +
 sys-auth/elogind/elogind-235.4.ebuild | 122 ++
 2 files changed, 123 insertions(+)

diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
index fb21f216ddf..2000d7a9f85 100644
--- a/sys-auth/elogind/Manifest
+++ b/sys-auth/elogind/Manifest
@@ -1,2 +1,3 @@
 DIST elogind-235.2.tar.gz 975652 BLAKE2B 
c568b5eec89da14f55211cf4405d96b4bb1ea274d1237739a92c4f3585a6181a3e17dc7ed2af5161c649cae2149b3bd25f4212cf5a304383b254e39d7aa0b378
 SHA512 
6fa9194e8c21fa3d3caf6f9499f772dbfe38b9d40d8a0fe43ee32ad4b2acd672a78798d00694d1e0d6107625f4f3f06b71e0a5466ed4be446d670f9bcd961313
+DIST elogind-235.4.tar.gz 1019339 BLAKE2B 
728e6707f57f43acf9a40e127fe2e53389cbcba1c96b79f96b23dc7d2ffdc3c84efdd55905a22cbeae0442d9278fd1e9371904c2da8aa29c00f79b879522b2c6
 SHA512 
43a4a25219c234214b1541f17c4aec65847e62ebbeeb223c7890f6648a2ffadc8388e4c526ab49df9ff1f216160810c601c7609098b9b2955bc63142f684b16e
 DIST elogind-236.1.tar.gz 1050387 BLAKE2B 
d0d295210eb07374cae738f55b472d9410f68c9e7f318dd736b5fcb5c0409c3da144988d8042b1e3b103d34d7a02471b4e316a924c9b1640c605fc73972de3da
 SHA512 
ab4989f4467ef001bb8b837035bee870beaf5ec5fa2389649bdcad2fe7bbf82691bfd3176cf9a3bf3b5c232c77210f431f2d38ebdbfd09f5a7868cd50e476c59

diff --git a/sys-auth/elogind/elogind-235.4.ebuild 
b/sys-auth/elogind/elogind-235.4.ebuild
new file mode 100644
index 000..c2dbf0ad027
--- /dev/null
+++ b/sys-auth/elogind/elogind-235.4.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info meson pam udev xdg-utils
+
+DESCRIPTION="The systemd project's logind, extracted to a standalone package"
+HOMEPAGE="https://github.com/elogind/elogind;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+acl debug doc +pam +policykit selinux"
+
+COMMON_DEPEND="
+   sys-apps/util-linux
+   sys-libs/libcap
+   virtual/libudev:=
+   acl? ( sys-apps/acl )
+   pam? ( virtual/pam )
+   selinux? ( sys-libs/libselinux )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-util/gperf
+   dev-util/intltool
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !sys-apps/systemd
+"
+PDEPEND="
+   sys-apps/dbus
+   policykit? ( sys-auth/polkit )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-235.2-docs.patch"
+   "${FILESDIR}/${PN}-235.2-drop-logintest.patch" # bug 645156
+)
+
+pkg_setup() {
+   local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SIGNALFD ~TIMERFD"
+
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+src_configure() {
+   local rccgroupmode="$(grep rc_cgroup_mode /etc/rc.conf | cut -d '"' -f 
2)"
+   local cgroupmode="legacy"
+
+   if [[ "xhybrid" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="hybrid"
+   elif [[ "xunified" = "x${rccgroupmode}" ]] ; then
+   cgroupmode="unified"
+   fi
+
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   -Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
+   -Dpamlibdir=$(getpam_mod_dir)
+   -Dudevrulesdir="$(get_udevdir)"/rules.d
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   -Drootlibdir="${EPREFIX}"/$(get_libdir)
+   -Drootlibexecdir="${EPREFIX}"/$(get_libdir)/elogind
+   -Drootprefix="${EPREFIX}/"
+   
-Dbashcompletiondir="${EPREFIX}/usr/share/bash-completion/completions"
+   -Dzshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
+   -Dman=auto
+   -Dsmack=true
+   -Dcgroup-controller=openrc
+   -Ddefault-hierarchy=${cgroupmode}
+   -Ddefault-kill-user-processes=false
+   -Dacl=$(usex acl true false)
+   -Ddebug=$(usex debug elogind false)
+   --buildtype $(usex debug debug release)
+   -Dhtml=$(usex doc auto false)
+   -Dpam=$(usex pam true false)
+   -Dselinux=$(usex selinux true false)
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   DOCS+=( src/libelogind/sd-bus/GVARIANT-SERIALIZATION )
+
+   meson_src_install
+
+   

[gentoo-commits] proj/gnome:master commit in: dev-libs/atk/

2018-05-29 Thread Sobhan Mohammadpour
commit: b5b2d2cf89fb0d7bca2ed625b17b6a43ac974ca0
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 22:07:16 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 22:07:16 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b5b2d2cf

dev-libs/atk: fix typo

Reported-by:  Dennis Schridde  gmx.net>
Closes: https://bugs.gentoo.org/646192
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 dev-libs/atk/{atk-2.26.1.ebuild => atk-2.26.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/atk/atk-2.26.1.ebuild b/dev-libs/atk/atk-2.26.1-r1.ebuild
similarity index 95%
rename from dev-libs/atk/atk-2.26.1.ebuild
rename to dev-libs/atk/atk-2.26.1-r1.ebuild
index cf00138f..d2dcdc16 100644
--- a/dev-libs/atk/atk-2.26.1.ebuild
+++ b/dev-libs/atk/atk-2.26.1-r1.ebuild
@@ -41,7 +41,7 @@ multilib_src_configure() {
 #  ECONF_SOURCE=${S} \
gnome-meson_src_configure \
-Denable_docs=true \
-   -Ddisable-introspection=$(multilib_native_usex introspection 
false true)
+   -Ddisable_introspection=$(multilib_native_usex introspection 
false true)
 
 }
 



[gentoo-commits] proj/gnome:master commit in: dev-libs/json-glib/

2018-05-29 Thread Sobhan Mohammadpour
commit: 566966926f5ac76710f9fb936183f79387bb
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 22:01:30 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 22:02:47 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=566966cc

dev-libs/json-glib: fix multilib instrospection dependency

Patch-By:  Dennis Schridde  devurandom  gmx.net
Closes: https://bugs.gentoo.org/649466

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../json-glib/{json-glib-1.4.2.ebuild => json-glib-1.4.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/json-glib/json-glib-1.4.2.ebuild 
b/dev-libs/json-glib/json-glib-1.4.2-r1.ebuild
similarity index 93%
rename from dev-libs/json-glib/json-glib-1.4.2.ebuild
rename to dev-libs/json-glib/json-glib-1.4.2-r1.ebuild
index e11b6b85..cbabd418 100644
--- a/dev-libs/json-glib/json-glib-1.4.2.ebuild
+++ b/dev-libs/json-glib/json-glib-1.4.2-r1.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
 multilib_src_configure() {
gnome-meson_src_configure \
$(meson_use doc docs) \
-   $(meson_use introspection)
+   -Dintrospection=$(multilib_native_usex introspection true false)
 }
 
 multilib_src_compile() {



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

2018-05-29 Thread Michał Górny
commit: 11bd4094e336b9ac197ac5f571cf14253c6379dc
Author: Herb Miller Jr  hlmjr  com>
AuthorDate: Wed Mar 21 11:37:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 29 21:41:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bd4094

media-gfx/yafaray: Create 3.3.0 ebuild.

Closes: https://bugs.gentoo.org/639046
Closes: https://github.com/gentoo/gentoo/pull/7530
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/yafaray/Manifest |   2 +
 .../yafaray-3.3.0-blender-exporter-paths.patch |  15 +++
 .../files/yafaray-3.3.0-respect-cflags.patch   |  14 +++
 .../files/yafaray-3.3.0-strip-debug-mode.patch |  12 +++
 media-gfx/yafaray/metadata.xml |  23 +
 media-gfx/yafaray/yafaray-3.3.0.ebuild | 101 +
 6 files changed, 167 insertions(+)

diff --git a/media-gfx/yafaray/Manifest b/media-gfx/yafaray/Manifest
new file mode 100644
index 000..967398bad99
--- /dev/null
+++ b/media-gfx/yafaray/Manifest
@@ -0,0 +1,2 @@
+DIST yafaray-blender-exporter-3.3.0.tar.gz 377928 BLAKE2B 
7876c78ca6228282648909e566803b33304be0082fab48819340845e3927877b9734f7bc7e09702bf7cbf6477c68932637eb766dc98b9e8e4ab42ca99d2a3595
 SHA512 
70a1a806d97f6f3b43cdb5d6caac6104f0f63720d5920f6a623078e05e6977d065d2fabca4da1644deb97f09176b88347f0278e4bc699c783d807d3f530421d0
+DIST yafaray-core-3.3.0.tar.gz 1135360 BLAKE2B 
67f6956a3866bfe0b4167f30a7c2c7f05ee23556e9fff7041ff3937e90011e4c2538b706ae27e02351ae555d0d05531f3eb711257591d85f779683c9c42ac6f7
 SHA512 
32efb87872485c4a188483ae1172cac2eca2281e7b9ab29f184c047b94f3986d65da199a74c169d0e2fd6af59cf37b7deb69dcfb1cb4763bb1ebca30d46b5b90

diff --git a/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch 
b/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch
new file mode 100644
index 000..9bf4f2b91f6
--- /dev/null
+++ b/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch
@@ -0,0 +1,15 @@
+diff --git a/work/Blender-Exporter-3.3.0/__init__.py 
b/work/Blender-Exporter-3.3.0/__init__.py
+index 85dc1c2..70a79e8 100644
+--- a/__init__.py
 b/__init__.py
+@@ -22,8 +22,8 @@ import sys
+ import os
+ import ctypes
+ 
+-PLUGIN_PATH = os.path.join(__path__[0], 'bin', 'yafaray-plugins')
+-BIN_PATH = os.path.join(__path__[0], 'bin')
++PLUGIN_PATH = '/usr/lib/yafaray-plugins'
++BIN_PATH = '/usr/bin'
+ YAF_ID_NAME = "YAFA_V3_RENDER"
+ 
+ # Version to be automatically populated during the cmake build process, 
getting the version from git tags

diff --git a/media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch 
b/media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch
new file mode 100644
index 000..c22ff7e41ea
--- /dev/null
+++ b/media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch
@@ -0,0 +1,14 @@
+diff --git a/work/Core-3.3.0/CMakeLists.txt b/work/Core-3.3.0/CMakeLists.txt
+index 75fd2c6..94c2502 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -219,9 +219,6 @@ if(NOT WIN32)
+   set(YAF_BINDINGS_RUBY_DIR ${YAF_LIB_DIR})
+   endif(NOT YAF_BINDINGS_RUBY_DIR)
+ 
+-  # build flags
+-  set(CMAKE_CXX_FLAGS "-Wall" CACHE STRING "Default compiler flags" FORCE)
+-  
+   if(USER_RELEASE_OPTIMIZATION_FLAGS)
+   set(YAF_CXX_FLAGS_RELEASE ${USER_RELEASE_OPTIMIZATION_FLAGS})
+   else(USER_RELEASE_OPTIMIZATION_FLAGS)

diff --git a/media-gfx/yafaray/files/yafaray-3.3.0-strip-debug-mode.patch 
b/media-gfx/yafaray/files/yafaray-3.3.0-strip-debug-mode.patch
new file mode 100644
index 000..3bdb4eeef36
--- /dev/null
+++ b/media-gfx/yafaray/files/yafaray-3.3.0-strip-debug-mode.patch
@@ -0,0 +1,12 @@
+diff --git a/work/Core-3.3.0/CMakeLists.txt b/work/Core-3.3.0/CMakeLists.txt
+index 75fd2c6..52c6b3d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -17,7 +17,6 @@ option(WITH_YAF_PY_BINDINGS "Enable the YafaRay Python 
bindings" ON)
+ option(WITH_YAF_RUBY_BINDINGS "Enable the YafaRay Ruby bindings" OFF)
+ option(WITH_OSX_ADDON "Enable the use of blender's included python lib on OSX 
platforms" OFF)
+ option(WITH_OpenCV "Build OpenCV image processing support" ON)
+-option(DEBUG_BUILD "Enable debug build mode" OFF)
+ option(EMBED_FONT_QT "Embed font for QT GUI (usefull for some buggy QT 
installations)" OFF)
+ option(FAST_MATH "Enable mathematic approximations to make code faster" ON)
+ option(FAST_TRIG "Enable trigonometric approximations to make code faster" ON)

diff --git a/media-gfx/yafaray/metadata.xml b/media-gfx/yafaray/metadata.xml
new file mode 100644
index 000..cee5f0b787f
--- /dev/null
+++ b/media-gfx/yafaray/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   h...@hlmjr.com
+   Herb Miller Jr. (herbmillerjr)
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   YafaRay is a raytracing open 

[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2018-05-29 Thread Sobhan Mohammadpour
commit: 16179dfba3f0ac4332c2ce3ff8903b075fa553fa
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 20:54:37 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 20:54:37 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=16179dfb

mail-client/evolution: bump and sync live ebuild

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 ...olution-.ebuild => evolution-3.26.6.ebuild} | 118 ++---
 mail-client/evolution/evolution-.ebuild| 115 ++--
 mail-client/evolution/metadata.xml |   8 +-
 3 files changed, 114 insertions(+), 127 deletions(-)

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-3.26.6.ebuild
similarity index 62%
copy from mail-client/evolution/evolution-.ebuild
copy to mail-client/evolution/evolution-3.26.6.ebuild
index 476b39b6..f585a9af 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-3.26.6.ebuild
@@ -1,15 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit eutils flag-o-matic readme.gentoo gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
+inherit cmake-utils gnome2 flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -17,36 +12,30 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
-IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   # Needs x11-libs/libcryptui keyworded
-   #KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-   KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+
+IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell 
ssl +weather ytnef"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
+PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
 # dconf explicitely needed for backup plugin
 # gnome-desktop support is optional with --enable-gnome-desktop
-# gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND="
-   >=app-crypt/gcr-3.4
+   >=app-crypt/gcr-3.4:=[gtk]
>=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.40:2[dbus]
+   >=dev-libs/glib-2.46:2[dbus]
>=dev-libs/libxml2-2.7.3:2
>=gnome-base/gnome-desktop-2.91.3:3=
>=gnome-base/gsettings-desktop-schemas-2.91.92
>=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
>=media-libs/libcanberra-0.25[gtk3]
>=net-libs/libsoup-2.42:2.4
-   >=net-libs/webkit-gtk-2.2:3
+   >=net-libs/webkit-gtk-2.16.0:4
>=x11-libs/cairo-1.9.15:=[glib]
>=x11-libs/gdk-pixbuf-2.24:2
>=x11-libs/gtk+-3.10:3
@@ -60,32 +49,34 @@ COMMON_DEPEND="
x11-libs/libSM
x11-libs/libICE
 
+   archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
crypt? (
>=app-crypt/gnupg-1.4
${PINENTRY_DEPEND}
x11-libs/libcryptui )
-   map? (
+   geolocation? (
>=media-libs/libchamplain-0.12:0.12[gtk]
>=media-libs/clutter-1.0.0:1.0
>=media-libs/clutter-gtk-0.90:1.0
>=sci-geosciences/geocode-glib-3.10.0
x11-libs/mx:1.0 )
-   spell? ( app-text/gtkspell:3 )
ldap? ( >=net-nds/openldap-2:= )
+   spell? ( app-text/gtkspell:3 )
ssl? (
>=dev-libs/nspr-4.6.1:=
>=dev-libs/nss-3.11:= )
weather? ( >=dev-libs/libgweather-3.10:2= )
+   ytnef? ( net-mail/ytnef )
 "
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
-   dev-util/gtk-doc-am
+   app-text/yelp-tools
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.40.0
+   >=sys-devel/gettext-0.18.3
virtual/pkgconfig
 "
-# eautoreconf needs:
-#  app-text/yelp-tools
-#  >=gnome-base/gnome-common-2.12
 RDEPEND="${COMMON_DEPEND}
bogofilter? ( mail-filter/bogofilter )
highlight? ( app-text/highlight )
@@ -93,12 +84,6 @@ RDEPEND="${COMMON_DEPEND}

[gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/

2018-05-29 Thread Sobhan Mohammadpour
commit: 7e8cc50dd8fbe7f2897fae2e13543f60538ff1f2
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 20:29:35 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 20:29:35 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e8cc50d

gnome-base/dconf-editor: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ++
 gnome-base/dconf-editor/metadata.xml   |  8 ++
 2 files changed, 41 insertions(+)

diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild 
b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
new file mode 100644
index ..919e9dfa
--- /dev/null
+++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Graphical tool for editing the dconf configuration database"
+HOMEPAGE="https://git.gnome.org/browse/dconf-editor;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~arm-linux ~x86-linux"
+
+COMMON_DEPEND="
+   dev-libs/appstream-glib
+   >=dev-libs/glib-2.46.0:2
+   >=gnome-base/dconf-0.25.1
+   >=x11-libs/gtk+-3.22.0:3
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+



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

2018-05-29 Thread Mike Gilbert
commit: fa1379fce82d1232d4975b1fa7035914a29e1829
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 29 20:31:08 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 29 20:31:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1379fc

www-client/chromium: use bundled python libs

These are only used at build time, so using the system packages has no
benefit.

Package-Manager: Portage-2.3.40_p8, Repoman-2.3.9_p240

 www-client/chromium/chromium-68.0.3438.3.ebuild | 18 --
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/www-client/chromium/chromium-68.0.3438.3.ebuild 
b/www-client/chromium/chromium-68.0.3438.3.ebuild
index 2022782559c..eb64c40b42e 100644
--- a/www-client/chromium/chromium-68.0.3438.3.ebuild
+++ b/www-client/chromium/chromium-68.0.3438.3.ebuild
@@ -104,22 +104,8 @@ DEPEND="${COMMON_DEPEND}
>=sys-devel/clang-5
virtual/pkgconfig
dev-vcs/git
-   $(python_gen_any_dep '
-   dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
-   >=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   ')
 "
 
-# Keep this in sync with the python_gen_any_dep call.
-python_check_deps() {
-   has_version --host-root 
"dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" &&
-   has_version --host-root 
">=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" &&
-   has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" &&
-   has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]"
-}
-
 if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then
EBUILD_DEATH_HOOKS+=" chromium_pkg_die";
 fi
@@ -243,7 +229,10 @@ src_prepare() {
third_party/catapult
third_party/catapult/common/py_vulcanize/third_party/rcssmin
third_party/catapult/common/py_vulcanize/third_party/rjsmin
+   third_party/catapult/third_party/beautifulsoup4
+   third_party/catapult/third_party/html5lib-python
third_party/catapult/third_party/polymer
+   third_party/catapult/third_party/six
third_party/catapult/tracing/third_party/d3
third_party/catapult/tracing/third_party/gl-matrix
third_party/catapult/tracing/third_party/jszip
@@ -318,6 +307,7 @@ src_prepare() {
third_party/rnnoise
third_party/s2cellid
third_party/sfntly
+   third_party/simplejson
third_party/skia
third_party/skia/third_party/gif
third_party/skia/third_party/skcms



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

2018-05-29 Thread Pacho Ramos
commit: 9411b88f2890fd258883d243edab6e84f295e186
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May 29 20:29:50 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May 29 20:29:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411b88f

x11-libs/agg: Fix dir for patches

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-libs/agg/agg-2.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
index e4be2281ee4..0925c837a90 100644
--- a/x11-libs/agg/agg-2.5-r3.ebuild
+++ b/x11-libs/agg/agg-2.5-r3.ebuild
@@ -32,7 +32,7 @@ PATCHES=(
"${FILESDIR}"/${P}-autotools.patch
"${FILESDIR}"/${P}-sdl-m4.patch
"${FILESDIR}"/${P}-sdl-automagic.patch
-   "${FILESDIR}"/${PF}
+   "${FILESDIR}"/${PVR}
 )
 
 src_prepare() {



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

2018-05-29 Thread Patrice Clement
commit: edc8a5e53fbfc7c191d880cab83a6d0d340d9926
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 28 18:08:27 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 29 20:26:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc8a5e5

app-text/recode: update HOMEPAGE.

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

 app-text/recode/recode-3.6_p20-r1.ebuild  | 4 ++--
 app-text/recode/recode-3.7_pre20140303.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/recode/recode-3.6_p20-r1.ebuild 
b/app-text/recode/recode-3.6_p20-r1.ebuild
index c65c85ddd67..928a270 100644
--- a/app-text/recode/recode-3.6_p20-r1.ebuild
+++ b/app-text/recode/recode-3.6_p20-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ MY_PV=${PV%_*}
 DEB_PATCH=${PV#*p}
 
 DESCRIPTION="Convert files between various character sets"
-HOMEPAGE="http://recode.progiciels-bpi.ca/;
+HOMEPAGE="https://github.com/rrthomas/recode;
 SRC_URI="
mirror://gnu/${PN}/${MY_P}.tar.gz

mirror://debian/pool/main/r/${PN}/${PN}_${MY_PV}-${DEB_PATCH}.debian.tar.gz"

diff --git a/app-text/recode/recode-3.7_pre20140303.ebuild 
b/app-text/recode/recode-3.7_pre20140303.ebuild
index 7ec8284a8d0..a6c2e5b129f 100644
--- a/app-text/recode/recode-3.7_pre20140303.ebuild
+++ b/app-text/recode/recode-3.7_pre20140303.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit flag-o-matic libtool toolchain-funcs
 
 DESCRIPTION="Convert files between various character sets"
-HOMEPAGE="http://recode.progiciels-bpi.ca/;
+HOMEPAGE="https://github.com/rrthomas/recode;
 REV="2d7092a194fc0e9449717a8048c8d8e26c18"
 SRC_URI="https://github.com/pinard/Recode/archive/${REV}.zip -> ${P}.zip"
 



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

2018-05-29 Thread Patrice Clement
commit: a61991f7ba6b1af9bb69f0c82a4e6510774345b6
Author: Guido Jäkel  dnb  de>
AuthorDate: Tue May  8 11:00:04 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue May 29 20:26:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61991f7

dev-util/visualvm: version bump.

Derived from visualvm-1.3.9.ebuild.

This time, the Netbeans platform archive is included in the main archive
upstream.

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

 dev-util/visualvm/Manifest  |  1 +
 dev-util/visualvm/visualvm-1.4.1.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-util/visualvm/Manifest b/dev-util/visualvm/Manifest
index 04645c28c48..17e25d96eae 100644
--- a/dev-util/visualvm/Manifest
+++ b/dev-util/visualvm/Manifest
@@ -1,2 +1,3 @@
 DIST nb802_visualvm_02102016.zip 23257637 BLAKE2B 
b18570b69a646c975c4b93028438cb7827f82e4e8d7d02bd11a76faf2a40164b9171626a1bd3b0664a216a30e27ff8b14d68941c8eff92e426fb92a45fb95687
 SHA512 
e33dba0cdfb509e9351fac343a4fbec07d3a893b6f484d0aeab972aefe41b061422dba8695003c6ca33db52d5be2f4ce218ea4fc7129f67dbd48c991c35349b5
 DIST visualvm-1.3.9.tar.gz 3623394 BLAKE2B 
8132447427b4abd206a825b4ce45ac54055cbb761a03624438baed7f58decb370d36bd13bb233638daad55086e04e01502b971fd0c95a31648a5b0795d8eb30f
 SHA512 
580e2f3dd7cab1f71c8ae3004101c1067d04a7b4c164e6a59bbe95ca927dd275b8b4389e724cb7d8b38586986762126f261abc1779fb229a778c1c8db0f20387
+DIST visualvm-1.4.1.tar.gz 56752632 BLAKE2B 
cd171a48a0a9af440c27f2968ce27c5f89af3769046258629ba384ebbfc1c2ecb9847678af9d69bea5847fe1098e9039f35d350fb6f5d112e9236a6510c52bc7
 SHA512 
de8cf37e619e15c3a30c5116d49becddc09b54062aa22709e412892cf78e3048777116a8388dc6f63609d11bfb6fe37176fe48f5e3263a4dbce8439df676ef15

diff --git a/dev-util/visualvm/visualvm-1.4.1.ebuild 
b/dev-util/visualvm/visualvm-1.4.1.ebuild
new file mode 100644
index 000..b29eb860b65
--- /dev/null
+++ b/dev-util/visualvm/visualvm-1.4.1.ebuild
@@ -0,0 +1,65 @@
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+NBV=90
+NBT=24042018
+NBZ=nb${NBV}_${PN}_${NBT}.zip
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Integrates commandline JDK tools and profiling capabilities"
+HOMEPAGE="https://visualvm.github.io;
+
+# Netbeans plattform is already included in the main archive this time
+#SRC_URI="https://github.com/oracle/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+#   https://github.com/oracle/${PN}/releases/download/${PV}/${NBZ};
+SRC_URI="https://github.com/oracle/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="7"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=virtual/jre-1.7"
+
+DEPEND="
+   >=virtual/jdk-1.7"
+
+S="${WORKDIR}/${P}/${PN}"
+
+EANT_BUILD_TARGET=build
+INSTALL_DIR=/usr/share/${PN}
+
+src_unpack() {
+unpack ${P}.tar.gz
+cd "${S}" || die
+# unpack ${NBZ}
+unpack ${S}/${NBZ}  # archive is included in the main archive
+}
+
+src_prepare() {
+default
+
+# Remove unneeded binaries
+rm -rv netbeans/platform/lib/*.{dll,exe} \
+   netbeans/platform/modules/lib/{amd64/*.dll,i386,x86} || die
+find netbeans/profiler/lib/deployed/jdk1? -mindepth 1 \
+ -maxdepth 1 ! -name linux-amd64 -exec rm -rv {} + || die
+}
+
+src_install() {
+# this is the visualvm cluster
+insinto ${INSTALL_DIR}
+doins -r build/cluster netbeans/{platform,profiler}
+
+# configuration file that can be used to tweak visualvm startup parameters
+insinto /etc/${PN}
+newins "${FILESDIR}"/${PN}-r1.conf ${PN}.conf
+
+# visualvm runtime script
+newbin "${FILESDIR}"/${PN}-r1.sh ${PN}
+
+# makes visualvm entry
+make_desktop_entry ${PN} VisualVM java "Development;Java;"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/agg/, x11-libs/agg/files/2.5/, x11-libs/agg/files/2.5-r3/

2018-05-29 Thread Pacho Ramos
commit: 7e34b3fc4e24759ef8d55d257554033c136fe7d9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May 29 20:24:14 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May 29 20:25:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e34b3fc

x11-libs/agg: Only apply new patches, not old (#656804)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-libs/agg/agg-2.5-r3.ebuild  | 2 +-
 .../0001-Fix-non-terminating-loop-conditions-when-len-1.patch   | 0
 .../0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch | 0
 .../0003-Get-coordinates-from-previous-vertex-if-last-command.patch | 0
 .../0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch | 0
 x11-libs/agg/files/{2.5 => 2.5-r3}/0005-Remove-VC-6-workaround.patch| 0
 .../{2.5 => 2.5-r3}/0006-Implement-grain-merge-blending-mode-GIMP.patch | 0
 .../0007-Implement-grain-extract-blending-mode-GIMP.patch   | 0
 .../0008-Declare-multiplication-and-division-operators-as-con.patch | 0
 .../{2.5 => 2.5-r3}/0009-Add-a-static-identity-transformation.patch | 0
 .../agg/files/{2.5 => 2.5-r3}/0010-Add-renderer_scanline_aa_alpha.patch | 0
 .../0011-Avoid-division-by-zero-in-color-burn-mode.patch| 0
 .../{2.5 => 2.5-r3}/0012-Avoid-pixel-artifacts-when-compositing.patch   | 0
 .../0013-Modify-agg-conv-classes-to-allow-access-to-the-origi.patch | 0
 .../0014-Avoid-potential-zero-division-resulting-in-nan-in-ag.patch | 0
 .../0015-Ensure-first-value-in-the-gamma-table-is-always-zero.patch | 0
 16 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
index de2db3f9f25..e4be2281ee4 100644
--- a/x11-libs/agg/agg-2.5-r3.ebuild
+++ b/x11-libs/agg/agg-2.5-r3.ebuild
@@ -32,7 +32,7 @@ PATCHES=(
"${FILESDIR}"/${P}-autotools.patch
"${FILESDIR}"/${P}-sdl-m4.patch
"${FILESDIR}"/${P}-sdl-automagic.patch
-   "${FILESDIR}"/${PV}
+   "${FILESDIR}"/${PF}
 )
 
 src_prepare() {

diff --git 
a/x11-libs/agg/files/2.5/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
 
b/x11-libs/agg/files/2.5-r3/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
similarity index 100%
rename from 
x11-libs/agg/files/2.5/0001-Fix-non-terminating-loop-conditions-when-len-1.patch
rename to 
x11-libs/agg/files/2.5-r3/0001-Fix-non-terminating-loop-conditions-when-len-1.patch

diff --git 
a/x11-libs/agg/files/2.5/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
 
b/x11-libs/agg/files/2.5-r3/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
similarity index 100%
rename from 
x11-libs/agg/files/2.5/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch
rename to 
x11-libs/agg/files/2.5-r3/0002-Cure-recursion-by-aborting-if-the-co-ordinates-are-t.patch

diff --git 
a/x11-libs/agg/files/2.5/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
 
b/x11-libs/agg/files/2.5-r3/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
similarity index 100%
rename from 
x11-libs/agg/files/2.5/0003-Get-coordinates-from-previous-vertex-if-last-command.patch
rename to 
x11-libs/agg/files/2.5-r3/0003-Get-coordinates-from-previous-vertex-if-last-command.patch

diff --git 
a/x11-libs/agg/files/2.5/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
 
b/x11-libs/agg/files/2.5-r3/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
similarity index 100%
rename from 
x11-libs/agg/files/2.5/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch
rename to 
x11-libs/agg/files/2.5-r3/0004-Make-rasterizer_outline_aa-ignore-close_polygon-when.patch

diff --git a/x11-libs/agg/files/2.5/0005-Remove-VC-6-workaround.patch 
b/x11-libs/agg/files/2.5-r3/0005-Remove-VC-6-workaround.patch
similarity index 100%
rename from x11-libs/agg/files/2.5/0005-Remove-VC-6-workaround.patch
rename to x11-libs/agg/files/2.5-r3/0005-Remove-VC-6-workaround.patch

diff --git 
a/x11-libs/agg/files/2.5/0006-Implement-grain-merge-blending-mode-GIMP.patch 
b/x11-libs/agg/files/2.5-r3/0006-Implement-grain-merge-blending-mode-GIMP.patch
similarity index 100%
rename from 
x11-libs/agg/files/2.5/0006-Implement-grain-merge-blending-mode-GIMP.patch
rename to 
x11-libs/agg/files/2.5-r3/0006-Implement-grain-merge-blending-mode-GIMP.patch

diff --git 
a/x11-libs/agg/files/2.5/0007-Implement-grain-extract-blending-mode-GIMP.patch 
b/x11-libs/agg/files/2.5-r3/0007-Implement-grain-extract-blending-mode-GIMP.patch
similarity index 100%
rename from 
x11-libs/agg/files/2.5/0007-Implement-grain-extract-blending-mode-GIMP.patch
rename to 
x11-libs/agg/files/2.5-r3/0007-Implement-grain-extract-blending-mode-GIMP.patch

diff --git 
a/x11-libs/agg/files/2.5/0008-Declare-multiplication-and-division-operators-as-con.patch
 
b/x11-libs/agg/files/2.5-r3/0008-Declare-multiplication-and-division-operators-as-con.patch

[gentoo-commits] repo/gentoo:master commit in: games-rpg/wasteland2/

2018-05-29 Thread Michał Górny
commit: 802c17952cb019a221031b46d0940eb522c2e389
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 29 20:10:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 29 20:16:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802c1795

games-rpg/wasteland2: Update Manifest

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

 games-rpg/wasteland2/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/wasteland2/Manifest b/games-rpg/wasteland2/Manifest
index 1c3b4506b6f..a45277e699d 100644
--- a/games-rpg/wasteland2/Manifest
+++ b/games-rpg/wasteland2/Manifest
@@ -1 +1 @@
-DIST gog_wasteland_2_1.9.0.13.tar.gz 10959158010 SHA256 
0f6bf4f806de3233a11ec1049f96d779f8d013dc38f296d101466701fa931728 SHA512 
8b5ed19ffee9505efaf03f7ef3ba55dbdbbeda68b7961e92c22776bbb7e842df8c5e5ee727967e79dec753fd03d39f0a1c98e380e540971834b56066b6a79929
 WHIRLPOOL 
d53f4636606c03a5977b9603495f61aaedc3f1851a1ca2bd8b4b2bda6feff8de0f9ec488fa10b052870fbfbea875673f2fe27fafd92ee0c663b0ae158171c2ee
+DIST gog_wasteland_2_1.9.0.13.tar.gz 10959158010 BLAKE2B 
8a82a608b3530fd2000ebe689b337529630da3c81ac4fc9369d9dd210b48b842658770b16ea451f3eedd63fcc682ad0c898fcff895d119ab4395fad32c04e9c4
 SHA512 
8b5ed19ffee9505efaf03f7ef3ba55dbdbbeda68b7961e92c22776bbb7e842df8c5e5ee727967e79dec753fd03d39f0a1c98e380e540971834b56066b6a79929



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

2018-05-29 Thread Michał Górny
commit: 5a6365cb629b4418ab7738a186c03e8b131c5c85
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 29 20:10:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 29 20:16:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6365cb

package.mask: Unmask games-rpg/wasteland2

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8636afe5ae1..a08b1ee695b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -169,7 +169,6 @@ games-misc/dont-starve
 games-puzzle/larry
 games-rpg/avadon
 games-rpg/penumbra-collection
-games-rpg/wasteland2
 
 # Michał Górny  (15 May 2018)
 # All current versions are unfetchable.  No maintainer activity



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

2018-05-29 Thread Aaron Bauman
commit: 25ab57d2d23c7e882b74b08360002faae7cc31de
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 20:02:24 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ab57d2

media-libs/celt: use if/then for pruning .la files

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/celt/celt-0.5.1.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/celt/celt-0.5.1.3.ebuild 
b/media-libs/celt/celt-0.5.1.3.ebuild
index aa8cfc218fb..8d4ede3a589 100644
--- a/media-libs/celt/celt-0.5.1.3.ebuild
+++ b/media-libs/celt/celt-0.5.1.3.ebuild
@@ -23,5 +23,7 @@ src_configure() {
 
 src_install() {
default
-   use static-libs || (find "${D}" -name '*.la' -delete || die "Pruning 
failed")
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -delete || die "Pruning failed"
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/

2018-05-29 Thread Aaron Bauman
commit: 613a74bd7b1ed9caf4194331f7c8b72d48e7a8fb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 18:33:50 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613a74bd

mail-filter/couriersrs: add || die to rm call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild 
b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
index 92219e60bf9..a23e682a6f2 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
@@ -22,6 +22,6 @@ PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
 
 src_prepare() {
default
-   rm m4/*.m4
+   rm m4/*.m4 || die "rm failed!"
AT_M4DIR="m4" eautoreconf
 }



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

2018-05-29 Thread Aaron Bauman
commit: 2c3f278b79616715e6f6475e3f8a1c1708aa5a25
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 19:55:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3f278b

app-text/tokyodystopia: avoid unnecessary globs

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild 
b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
index cbd327fef5f..853fc3b700e 100644
--- a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
+++ b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
@@ -26,13 +26,13 @@ src_configure() {
 }
 
 src_install() {
-   HTML_DOCS=( doc/* )
+   HTML_DOCS=( doc/. )
 
default
 
if use examples; then
insinto /usr/share/${PF}/example
-   doins example/*
+   doins example/.
fi
 }
 



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

2018-05-29 Thread Aaron Bauman
commit: 4083dff8d9f15693386d82e0537af29981122bd3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 14:44:30 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4083dff8

dev-db/tokyocabinet: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild | 55 --
 1 file changed, 55 deletions(-)

diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild 
b/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
deleted file mode 100644
index 3296d12046c..000
--- a/dev-db/tokyocabinet/tokyocabinet-1.4.48.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="A library of routines for managing a database"
-HOMEPAGE="http://fallabs.com/tokyocabinet/;
-SRC_URI="${HOMEPAGE}${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
-IUSE="debug doc examples"
-
-DEPEND="sys-libs/zlib
-   app-arch/bzip2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/fix_rpath.patch"
-   sed -i \
-   -e "/ldconfig/d" \
-   -e "/DATADIR/d" Makefile.in || die
-   # cflags fix - remove -O2 at end of line and -fomit-frame-pointer
-   sed -i -e 's/-O3"$/"/' configure.in || die
-   sed -i -e 's/-fomit-frame-pointer//' configure.in || die
-   # flag only works on x86 derivatives, remove everywhere else
-   if ! use x86 && ! use amd64; then sed -i -e 's/ 
-minline-all-stringops//' configure.in; fi
-   eautoreconf
-}
-
-src_configure() {
-   # we use the "fastest" target without the -O3
-   econf $(use_enable debug) --enable-off64 --enable-fastest
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "Install failed"
-
-   if use examples; then
-   insinto /usr/share/${PF}/example
-   doins example/* || die "Install failed"
-   fi
-
-   if use doc; then
-   insinto /usr/share/doc/${PF}
-   doins -r doc/* || die "Install failed"
-   fi
-}
-
-src_test() {
-   emake -j1 check || die "Tests failed"
-}



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

2018-05-29 Thread Aaron Bauman
commit: d78a208d9e0c6a3c06ff763ddcc768f48efbbb42
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:37:32 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78a208d

media-libs/celt: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/celt/celt-0.5.1.3.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-libs/celt/celt-0.5.1.3.ebuild 
b/media-libs/celt/celt-0.5.1.3.ebuild
index 9f9e2598cac..aa8cfc218fb 100644
--- a/media-libs/celt/celt-0.5.1.3.ebuild
+++ b/media-libs/celt/celt-0.5.1.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 DESCRIPTION="CELT is a very low delay audio codec designed for high-quality 
communications"
 HOMEPAGE="http://www.celt-codec.org/;
@@ -22,8 +22,6 @@ src_configure() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed."
-   dodoc README TODO || die "dodoc failed."
-
-   use static-libs || find "${D}" -name '*.la' -delete
+   default
+   use static-libs || (find "${D}" -name '*.la' -delete || die "Pruning 
failed")
 }



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

2018-05-29 Thread Aaron Bauman
commit: f0a10445105e7e4fd5b716b85d40c090a7d4d359
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 19:19:26 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a10445

app-emulation/coldfire: add slots to DEPEND

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-emulation/coldfire/coldfire-0.3.1.ebuild 
b/app-emulation/coldfire/coldfire-0.3.1.ebuild
index 91abcd06d00..21e97127297 100644
--- a/app-emulation/coldfire/coldfire-0.3.1.ebuild
+++ b/app-emulation/coldfire/coldfire-0.3.1.ebuild
@@ -12,8 +12,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-DEPEND="sys-libs/ncurses
-   sys-libs/readline"
+DEPEND="sys-libs/ncurses:0=
+   sys-libs/readline:0="
 
 PATCHES=(
"${FILESDIR}/${P}-build.patch"



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

2018-05-29 Thread Aaron Bauman
commit: ff32516d736ac73d94b901a8846f24d7cdf0590a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 18:32:48 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff32516d

media-libs/tse3: add || die to cp call

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/tse3/tse3-0.3.1-r1.ebuild 
b/media-libs/tse3/tse3-0.3.1-r1.ebuild
index 77d2703ea5a..99add3a12de 100644
--- a/media-libs/tse3/tse3-0.3.1-r1.ebuild
+++ b/media-libs/tse3/tse3-0.3.1-r1.ebuild
@@ -28,7 +28,7 @@ src_prepare() {
default
mv configure.in configure.ac || die "Moving configure.in -> .ac failed"
if use oss; then
-   cp "${WORKDIR}"/awe_voice.h src/
+   cp "${WORKDIR}"/awe_voice.h src/ || die "copy failed"
append-flags -DHAVE_AWE_VOICE_H
fi
 



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

2018-05-29 Thread Aaron Bauman
commit: e117ee0627f56429147540c5d0ecbb21ca45af74
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 14:42:48 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e117ee06

app-text/tokyodystopia: bump EAPI and add EPREFIX

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild | 27 ++
 1 file changed, 12 insertions(+), 15 deletions(-)

diff --git a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild 
b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
index 9a0508821fb..cbd327fef5f 100644
--- a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
+++ b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="A fulltext search engine for Tokyo Cabinet"
 HOMEPAGE="http://fallabs.com/tokyodystopia/;
@@ -17,28 +15,27 @@ IUSE="examples"
 DEPEND="dev-db/tokyocabinet"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}/fix_rpath.patch"
-   epatch "${FILESDIR}/fix_ldconfig.patch"
-   epatch "${FILESDIR}/remove_docinst.patch"
-}
+PATCHES=(
+   "${FILESDIR}/fix_rpath.patch"
+   "${FILESDIR}/fix_ldconfig.patch"
+   "${FILESDIR}/remove_docinst.patch"
+)
 
 src_configure() {
-   econf --libexecdir=/usr/libexec/${PN} || die
+   econf --libexecdir="${EPREFIX}"/usr/libexec/${PN}
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "Install failed"
+   HTML_DOCS=( doc/* )
 
-   dohtml doc/* || die
+   default
 
if use examples; then
insinto /usr/share/${PF}/example
-   doins example/* || die "Install failed"
+   doins example/*
fi
-
 }
 
 src_test() {
-   emake -j1 check || die "Tests failed"
+   emake -j1 check
 }



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

2018-05-29 Thread Aaron Bauman
commit: 062e360d7ff0f5e1e05f90e3d3d7dec2a5e14b54
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 20:08:41 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062e360d

media-libs/tse3: append-cflags -> append-cppflags

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/tse3/tse3-0.3.1-r1.ebuild 
b/media-libs/tse3/tse3-0.3.1-r1.ebuild
index 99add3a12de..9c10927b83e 100644
--- a/media-libs/tse3/tse3-0.3.1-r1.ebuild
+++ b/media-libs/tse3/tse3-0.3.1-r1.ebuild
@@ -29,7 +29,7 @@ src_prepare() {
mv configure.in configure.ac || die "Moving configure.in -> .ac failed"
if use oss; then
cp "${WORKDIR}"/awe_voice.h src/ || die "copy failed"
-   append-flags -DHAVE_AWE_VOICE_H
+   append-cppflags -DHAVE_AWE_VOICE_H
fi
 
eautoreconf



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

2018-05-29 Thread Aaron Bauman
commit: c9e005c859e69e83937ef9fc846828a87b0c79c1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:56:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e005c8

media-libs/tse3: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/tse3/files/tse3-0.2.7-gcc4.patch|  4 ++--
 .../tse3/files/tse3-0.2.7-size_t-64bit.patch   |  8 +++
 media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch | 28 +++---
 .../tse3/files/tse3-0.3.1-parallelmake.patch   |  4 ++--
 media-libs/tse3/tse3-0.3.1-r1.ebuild   | 26 +++-
 5 files changed, 37 insertions(+), 33 deletions(-)

diff --git a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch 
b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
index ed92ded207a..c009acfd156 100644
--- a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
@@ -1,5 +1,5 @@
 ./src/tse3/cmd/Phrase.h~   2002-07-28 17:17:11.0 +0200
-+++ ./src/tse3/cmd/Phrase.h2005-07-29 15:45:03.0 +0200
+--- a/src/tse3/cmd/Phrase.h2002-07-28 17:17:11.0 +0200
 b/src/tse3/cmd/Phrase.h2005-07-29 15:45:03.0 +0200
 @@ -19,6 +19,7 @@
  
  #include "tse3/cmd/Command.h"

diff --git a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch 
b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
index 29c54edc084..fbb4dd60622 100644
--- a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
@@ -1,5 +1,5 @@
 src/tse3/file/XML.h.orig   2002-07-28 18:17:11.0 +0300
-+++ src/tse3/file/XML.h2004-04-25 14:51:56.0 +0300
+--- a/src/tse3/file/XML.h  2002-07-28 18:17:11.0 +0300
 b/src/tse3/file/XML.h  2004-04-25 14:51:56.0 +0300
 @@ -154,6 +154,7 @@
  void element(const std::string , const char
*value);
  void element(const std::string , int
value);
@@ -8,8 +8,8 @@
  void element(const std::string , bool   
value);
  
  void comment(const std::string );
 src/tse3/file/XML.cpp.orig 2002-07-28 18:17:11.0 +0300
-+++ src/tse3/file/XML.cpp  2004-04-25 14:54:01.0 +0300
+--- a/src/tse3/file/XML.cpp2002-07-28 18:17:11.0 +0300
 b/src/tse3/file/XML.cpp2004-04-25 14:54:01.0 +0300
 @@ -116,6 +116,12 @@
  out << "<" << name << " value=\"" << value << "\"/>\n";
  }

diff --git a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch 
b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
index 4581da9d0bf..ba5f27421ea 100644
--- a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
+++ b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
@@ -1,5 +1,5 @@
 src/tse3/Serializable.h.orig   2008-06-08 12:17:05.0 +0200
-+++ src/tse3/Serializable.h2008-06-08 12:17:27.0 +0200
+--- a/src/tse3/Serializable.h  2008-06-08 12:17:05.0 +0200
 b/src/tse3/Serializable.h  2008-06-08 12:17:27.0 +0200
 @@ -20,6 +20,7 @@
  #include 
  #include 
@@ -9,8 +9,8 @@
  namespace TSE3
  {
 
 src/tse3/TSE2MDL.h.orig2008-06-08 12:17:41.0 +0200
-+++ src/tse3/TSE2MDL.h 2008-06-08 12:18:02.0 +0200
+--- a/src/tse3/TSE2MDL.h   2008-06-08 12:17:41.0 +0200
 b/src/tse3/TSE2MDL.h   2008-06-08 12:18:02.0 +0200
 @@ -22,6 +22,7 @@
  #include 
  #include 
@@ -20,8 +20,8 @@
  namespace TSE3
  {
 
 src/tse3/MidiFile.h.orig   2008-06-08 12:18:26.0 +0200
-+++ src/tse3/MidiFile.h2008-06-08 12:18:42.0 +0200
+--- a/src/tse3/MidiFile.h  2008-06-08 12:18:26.0 +0200
 b/src/tse3/MidiFile.h  2008-06-08 12:18:42.0 +0200
 @@ -25,6 +25,7 @@
  #include 
  #include 
@@ -30,8 +30,8 @@
  
  namespace TSE3
  {
 src/examples/recording/recording.cpp.orig  2008-06-08 12:18:56.0 
+0200
-+++ src/examples/recording/recording.cpp   2008-06-08 12:19:18.0 
+0200
+--- a/src/examples/recording/recording.cpp 2008-06-08 12:18:56.0 
+0200
 b/src/examples/recording/recording.cpp 2008-06-08 12:19:18.0 
+0200
 @@ -26,6 +26,7 @@
   *
   **/
@@ -41,8 +41,8 @@
  
  // Used in step 1
 
 src/tse3play/tse3play.h.orig   2008-06-08 12:19:34.0 +0200
-+++ src/tse3play/tse3play.h2008-06-08 12:19:53.0 +0200
+--- a/src/tse3play/tse3play.h  2008-06-08 12:19:34.0 +0200
 b/src/tse3play/tse3play.h  2008-06-08 12:19:53.0 +0200
 @@ -19,6 +19,7 @@
  
  #include 
@@ -51,8 +51,8 @@
  
  #include "tse3/Transport.h"
  
 src/tse3/plt/Alsa-0.9.cpp.orig 2008-06-08 12:39:53.0 +0200
-+++ src/tse3/plt/Alsa-0.9.cpp  2008-06-08 12:40:25.0 +0200
+--- a/src/tse3/plt/Alsa-0.9.cpp

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

2018-05-29 Thread Aaron Bauman
commit: 7b674cdd0997d2106b62d3ef41dbf6db479ea07f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:43:18 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b674cdd

media-libs/ilmbase: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../ilmbase/files/ilmbase-1.0.0-asneeded.patch   |  4 ++--
 media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch   |  4 ++--
 media-libs/ilmbase/ilmbase-1.0.2.ebuild  | 20 +++-
 3 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch 
b/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch
index dc69fb98363..a3953efd351 100644
--- a/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch
+++ b/media-libs/ilmbase/files/ilmbase-1.0.0-asneeded.patch
@@ -1,5 +1,5 @@
 IlmThread/Makefile.in
-+++ IlmThread/Makefile.in
+--- a/IlmThread/Makefile.in
 b/IlmThread/Makefile.in
 @@ -209,7 +209,7 @@
  IlmThreadMutexPosix.cpp
  

diff --git a/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch 
b/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch
index d822092254d..a4e186058fe 100644
--- a/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch
+++ b/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch
@@ -1,5 +1,5 @@
 Imath/ImathMatrix.h
-+++ Imath/ImathMatrix.h
+--- a/Imath/ImathMatrix.h
 b/Imath/ImathMatrix.h
 @@ -37,6 +37,8 @@
  #ifndef INCLUDED_IMATHMATRIX_H
  #define INCLUDED_IMATHMATRIX_H

diff --git a/media-libs/ilmbase/ilmbase-1.0.2.ebuild 
b/media-libs/ilmbase/ilmbase-1.0.2.ebuild
index eb979ea8ca4..b92d275e1df 100644
--- a/media-libs/ilmbase/ilmbase-1.0.2.ebuild
+++ b/media-libs/ilmbase/ilmbase-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils libtool
+EAPI=6
+inherit libtool
 
 DESCRIPTION="OpenEXR ILM Base libraries"
 HOMEPAGE="http://openexr.com/;
@@ -16,20 +16,22 @@ IUSE="static-libs"
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: mail-filter/couriersrs/

2018-05-29 Thread Aaron Bauman
commit: 13db096d73d41ef74a2fa172dca61ea610e639e1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:10:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db096d

mail-filter/couriersrs: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-filter/couriersrs/couriersrs-0.1.2.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild 
b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
index 80b3a5a3251..92219e60bf9 100644
--- a/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
+++ b/mail-filter/couriersrs/couriersrs-0.1.2.ebuild
@@ -1,28 +1,27 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA"
 HOMEPAGE="http://couriersrs.com/;
 SRC_URI="http://couriersrs.com/download/${P}.tar.gz;
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
+
 DEPEND="dev-libs/popt
mail-filter/libsrs2"
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-automake-fixes.diff" )
+
 src_prepare() {
+   default
rm m4/*.m4
-   epatch "${FILESDIR}/${P}-automake-fixes.diff"
AT_M4DIR="m4" eautoreconf
 }
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS NEWS ChangeLog
-}



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

2018-05-29 Thread Aaron Bauman
commit: a1a3df8fd12c9fb34065e46ae44ea022fb4911fa
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 19:57:13 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a3df8f

media-gfx/jpegpixi: dodoc -> einstalldocs

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild 
b/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
index f0d449de945..78bf7510b84 100644
--- a/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
+++ b/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
@@ -17,5 +17,5 @@ DEPEND="virtual/jpeg"
 src_install() {
dobin jpeg{hotp,pixi}
doman man/jpeg{hotp,pixi}.1
-   dodoc AUTHORS NEWS README README.jpeglib ChangeLog
+   einstalldocs AUTHORS NEWS README README.jpeglib ChangeLog
 }



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

2018-05-29 Thread Aaron Bauman
commit: 7634da65f4c569a4f2f4dcc63cb9ab39132b585e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 14:29:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7634da65

app-misc/binclock: bump EAPI and drop eutils

This also moves the sed call to a patch for the Makefile.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/binclock/binclock-1.5.ebuild  | 21 ++---
 .../binclock/files/binclock-1.5-Makefile.patch | 22 ++
 2 files changed, 32 insertions(+), 11 deletions(-)

diff --git a/app-misc/binclock/binclock-1.5.ebuild 
b/app-misc/binclock/binclock-1.5.ebuild
index 3e80505179b..0c4db18b0aa 100644
--- a/app-misc/binclock/binclock-1.5.ebuild
+++ b/app-misc/binclock/binclock-1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Displays a binary clock in your terminal"
 HOMEPAGE="http://www.ngolde.de/binclock/;
@@ -17,16 +17,15 @@ IUSE=""
 RDEPEND=""
 DEPEND=">=sys-apps/sed-4"
 
-src_prepare() {
-   sed -i -e s/strip/true/ Makefile || die
-}
+PATCHES=( "${FILESDIR}/binclock-1.5-Makefile.patch" )
 
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" || die "emake 
failed"
+src_configure() {
+   append-cflags -Wall -pedantic
+   tc-export CC
 }
 
 src_install() {
-   dobin binclock || die "dobin failed"
-   doman doc/binclock.1 || die "doman failed"
-   dodoc CHANGELOG README binclockrc || die "dodoc failed"
+   dobin binclock
+   doman doc/binclock.1
+   dodoc CHANGELOG README binclockrc
 }

diff --git a/app-misc/binclock/files/binclock-1.5-Makefile.patch 
b/app-misc/binclock/files/binclock-1.5-Makefile.patch
new file mode 100644
index 000..15a510186b5
--- /dev/null
+++ b/app-misc/binclock/files/binclock-1.5-Makefile.patch
@@ -0,0 +1,22 @@
+--- a/Makefile 2018-05-29 10:18:47.795059054 -0400
 b/Makefile 2018-05-29 10:21:37.126740904 -0400
+@@ -18,8 +18,6 @@
+ # Boston, MA  02111-1307, USA
+ #
+ 
+-CC = gcc
+-CFLAGS = -O2 -Wall --pedantic
+ BIN = binclock
+ SRC = ./src/binclock.c
+ INSPATH = /usr/local/bin/
+@@ -28,8 +26,8 @@
+ CONF = /etc/
+ 
+ all : $(MAINSRC)
+-  $(CC) $(CFLAGS) -o $(BIN) $(SRC)
+-  strip $(SOURCEPATH)$(BIN)
++  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(BIN) $(SRC)
++  true $(SOURCEPATH)$(BIN)
+ 
+ install :
+ 



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

2018-05-29 Thread Aaron Bauman
commit: 415fd7b149a2ab8c34711dacc8b6c0a6333f4a7e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 14:02:17 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415fd7b1

app-emulation/coldfire: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8640

 app-emulation/coldfire/coldfire-0.3.1.ebuild | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/app-emulation/coldfire/coldfire-0.3.1.ebuild 
b/app-emulation/coldfire/coldfire-0.3.1.ebuild
index ac3e77cd5aa..91abcd06d00 100644
--- a/app-emulation/coldfire/coldfire-0.3.1.ebuild
+++ b/app-emulation/coldfire/coldfire-0.3.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Motorola Coldfire Emulator"
 HOMEPAGE="http://www.slicer.ca/coldfire/;
@@ -17,13 +15,12 @@ IUSE=""
 DEPEND="sys-libs/ncurses
sys-libs/readline"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-build.patch
-   epatch "${FILESDIR}"/${P}-headers.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}-build.patch"
+   "${FILESDIR}/${P}-headers.patch"
+)
 
 src_install() {
-   dodir /usr/bin
-   einstall || die
+   dobin coldfire
dodoc CONTRIBUTORS HACKING README
 }



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

2018-05-29 Thread Aaron Bauman
commit: 3dac42213022d7fffa2a441d50400581fc3459a5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:28:03 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dac4221

media-gfx/jpegtoavi: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/jpegtoavi/files/jpegtoavi-1.5-Makefile.patch |  4 ++--
 media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild   | 14 ++
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/media-gfx/jpegtoavi/files/jpegtoavi-1.5-Makefile.patch 
b/media-gfx/jpegtoavi/files/jpegtoavi-1.5-Makefile.patch
index 9f562f293b3..3f7d6069538 100644
--- a/media-gfx/jpegtoavi/files/jpegtoavi-1.5-Makefile.patch
+++ b/media-gfx/jpegtoavi/files/jpegtoavi-1.5-Makefile.patch
@@ -1,5 +1,5 @@
 Makefile.orig  2010-03-02 23:06:07.0 +0200
-+++ Makefile   2010-03-02 23:11:59.0 +0200
+--- a/Makefile 2010-03-02 23:06:07.0 +0200
 b/Makefile 2010-03-02 23:11:59.0 +0200
 @@ -1,4 +1,4 @@
 -CC=gcc
 +CC ?= gcc

diff --git a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild 
b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild
index eb054f06923..a11929389db 100644
--- a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild
+++ b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils toolchain-funcs
+EAPI=6
+inherit toolchain-funcs
 
 DESCRIPTION="JPEG to AVI/MJPEG animation command-line conversion tool"
 HOMEPAGE="https://sourceforge.net/projects/jpegtoavi/;
@@ -13,17 +13,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-Makefile.patch
-}
+PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
 
 src_compile() {
tc-export CC
-   emake || die
+   default
 }
 
 src_install() {
-   dobin ${PN} || die
+   dobin ${PN}
doman ${PN}.1
dodoc CHANGELOG README
 }



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

2018-05-29 Thread Aaron Bauman
commit: ff9ea8445044d5905594613e4aa3195d31dc056d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:15:19 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9ea844

media-gfx/cellwriter: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/cellwriter/Manifest|  1 -
 media-gfx/cellwriter/cellwriter-1.3.4.ebuild | 29 
 2 files changed, 30 deletions(-)

diff --git a/media-gfx/cellwriter/Manifest b/media-gfx/cellwriter/Manifest
index fdc4ac04e0d..4777296cfe1 100644
--- a/media-gfx/cellwriter/Manifest
+++ b/media-gfx/cellwriter/Manifest
@@ -1,2 +1 @@
-DIST cellwriter-1.3.4.tar.gz 284647 BLAKE2B 
93d970c6422c2f250ee516d37e65fe4841efd504ced7ad43c21157574281df4ec0bf57cad5b2802c149d48d14b5ae2b4bfac404028ab4cfa6d9d6e0a2fc5fcd2
 SHA512 
5839670912a456cc9becef61b9f293575bc04fd4113877a21e9fea247a964917a399393007c3793066fa92a2ba0560776100d56ea56d1dadd49052a4844e1582
 DIST cellwriter-1.3.5.tar.gz 293241 BLAKE2B 
57d287782af21ae8010dc43ea89a2da081ecee854740cd8c5991de62450929a89f04c1601ff77ac69b945d5997042c8f739defa00614aa0af947655d5251f8ef
 SHA512 
a9b682babda4335ea18716032ac52e73578459e9ab8866b20177f6d0cb606b9da2bf5a3fae2e2547277351db2533c7e92461f5c6a6ebc542ffe5844ff7ae65d6

diff --git a/media-gfx/cellwriter/cellwriter-1.3.4.ebuild 
b/media-gfx/cellwriter/cellwriter-1.3.4.ebuild
deleted file mode 100644
index cb3737df914..000
--- a/media-gfx/cellwriter/cellwriter-1.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-DESCRIPTION="Grid-entry natural handwriting input panel"
-HOMEPAGE="http://risujin.org/cellwriter/;
-SRC_URI="http://pub.risujin.org/cellwriter/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="gnome"
-
-RDEPEND="x11-libs/libXtst
-   >=x11-libs/gtk+-2.10:2
-   gnome? ( gnome-base/libgnome )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   econf $(use_with gnome)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dodoc AUTHORS ChangeLog NEWS README
-}



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

2018-05-29 Thread Aaron Bauman
commit: db0125ea09a0427596e9ab67b1e16dd377c92f44
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:25:23 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0125ea

media-gfx/jpegpixi: bump EAPI and bashify dobin doman calls

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild 
b/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
index e0158313e68..f0d449de945 100644
--- a/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
+++ b/media-gfx/jpegpixi/jpegpixi-1.1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="almost lossless JPEG pixel interpolator, for correcting digital 
camera defects"
 HOMEPAGE="http://www.zero-based.org/software/jpegpixi/;
@@ -15,7 +15,7 @@ IUSE=""
 DEPEND="virtual/jpeg"
 
 src_install() {
-   dobin jpegpixi jpeghotp || die
-   doman man/jpegpixi.1 man/jpeghotp.1
+   dobin jpeg{hotp,pixi}
+   doman man/jpeg{hotp,pixi}.1
dodoc AUTHORS NEWS README README.jpeglib ChangeLog
 }



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

2018-05-29 Thread Aaron Bauman
commit: 695fc9e123edd4b8d6ece917930b8d6d95b1949c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 20:05:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695fc9e1

media-libs/tse3: remove useless dates from patches

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/tse3/files/tse3-0.2.7-gcc4.patch|  4 ++--
 .../tse3/files/tse3-0.2.7-size_t-64bit.patch   |  8 +++
 media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch | 28 +++---
 .../tse3/files/tse3-0.3.1-parallelmake.patch   |  4 ++--
 4 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch 
b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
index c009acfd156..b58e538b8fe 100644
--- a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
@@ -1,5 +1,5 @@
 a/src/tse3/cmd/Phrase.h2002-07-28 17:17:11.0 +0200
-+++ b/src/tse3/cmd/Phrase.h2005-07-29 15:45:03.0 +0200
+--- a/src/tse3/cmd/Phrase.h
 b/src/tse3/cmd/Phrase.h
 @@ -19,6 +19,7 @@
  
  #include "tse3/cmd/Command.h"

diff --git a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch 
b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
index fbb4dd60622..fe628c30667 100644
--- a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
@@ -1,5 +1,5 @@
 a/src/tse3/file/XML.h  2002-07-28 18:17:11.0 +0300
-+++ b/src/tse3/file/XML.h  2004-04-25 14:51:56.0 +0300
+--- a/src/tse3/file/XML.h
 b/src/tse3/file/XML.h
 @@ -154,6 +154,7 @@
  void element(const std::string , const char
*value);
  void element(const std::string , int
value);
@@ -8,8 +8,8 @@
  void element(const std::string , bool   
value);
  
  void comment(const std::string );
 a/src/tse3/file/XML.cpp2002-07-28 18:17:11.0 +0300
-+++ b/src/tse3/file/XML.cpp2004-04-25 14:54:01.0 +0300
+--- a/src/tse3/file/XML.cpp
 b/src/tse3/file/XML.cpp
 @@ -116,6 +116,12 @@
  out << "<" << name << " value=\"" << value << "\"/>\n";
  }

diff --git a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch 
b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
index ba5f27421ea..0ff1ebb6ea1 100644
--- a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
+++ b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
@@ -1,5 +1,5 @@
 a/src/tse3/Serializable.h  2008-06-08 12:17:05.0 +0200
-+++ b/src/tse3/Serializable.h  2008-06-08 12:17:27.0 +0200
+--- a/src/tse3/Serializable.h
 b/src/tse3/Serializable.h
 @@ -20,6 +20,7 @@
  #include 
  #include 
@@ -9,8 +9,8 @@
  namespace TSE3
  {
 
 a/src/tse3/TSE2MDL.h   2008-06-08 12:17:41.0 +0200
-+++ b/src/tse3/TSE2MDL.h   2008-06-08 12:18:02.0 +0200
+--- a/src/tse3/TSE2MDL.h
 b/src/tse3/TSE2MDL.h
 @@ -22,6 +22,7 @@
  #include 
  #include 
@@ -20,8 +20,8 @@
  namespace TSE3
  {
 
 a/src/tse3/MidiFile.h  2008-06-08 12:18:26.0 +0200
-+++ b/src/tse3/MidiFile.h  2008-06-08 12:18:42.0 +0200
+--- a/src/tse3/MidiFile.h
 b/src/tse3/MidiFile.h
 @@ -25,6 +25,7 @@
  #include 
  #include 
@@ -30,8 +30,8 @@
  
  namespace TSE3
  {
 a/src/examples/recording/recording.cpp 2008-06-08 12:18:56.0 
+0200
-+++ b/src/examples/recording/recording.cpp 2008-06-08 12:19:18.0 
+0200
+--- a/src/examples/recording/recording.cpp
 b/src/examples/recording/recording.cpp
 @@ -26,6 +26,7 @@
   *
   **/
@@ -41,8 +41,8 @@
  
  // Used in step 1
 
 a/src/tse3play/tse3play.h  2008-06-08 12:19:34.0 +0200
-+++ b/src/tse3play/tse3play.h  2008-06-08 12:19:53.0 +0200
+--- a/src/tse3play/tse3play.h
 b/src/tse3play/tse3play.h
 @@ -19,6 +19,7 @@
  
  #include 
@@ -51,8 +51,8 @@
  
  #include "tse3/Transport.h"
  
 a/src/tse3/plt/Alsa-0.9.cpp2008-06-08 12:39:53.0 +0200
-+++ b/src/tse3/plt/Alsa-0.9.cpp2008-06-08 12:40:25.0 +0200
+--- a/src/tse3/plt/Alsa-0.9.cpp
 b/src/tse3/plt/Alsa-0.9.cpp
 @@ -25,12 +25,11 @@
  #define HAVE_SYS_ASOUNDLIB_H
  #endif
@@ -68,8 +68,8 @@
  #include 
  #endif
 
 a/src/tse3/plt/OSS.h   2008-06-08 12:45:46.0 +0200
-+++ b/src/tse3/plt/OSS.h   2008-06-08 12:46:06.0 +0200
+--- a/src/tse3/plt/OSS.h
 b/src/tse3/plt/OSS.h
 @@ -21,6 +21,7 @@
  
  #include 

diff --git a/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch 
b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
index 9a6abea1016..7a0d0918b14 100644
--- a/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
+++ b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
@@ -1,5 +1,5 @@
 a/src/tse3/Makefile.am 2007-02-06 23:57:38.0 +0100

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

2018-05-29 Thread Aaron Bauman
commit: a7d122004e15ba5e3434d8416fd95c1c44c42f5f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 19:58:14 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d12200

media-gfx/jpegtoavi: src_compile() -> src_configure()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild 
b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild
index a11929389db..5da0a3e2468 100644
--- a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild
+++ b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild
@@ -15,9 +15,8 @@ IUSE=""
 
 PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
 
-src_compile() {
+src_configure() {
tc-export CC
-   default
 }
 
 src_install() {



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

2018-05-29 Thread Markus Meier
commit: 99f524932d03a17c41bd730f61ab0c2fea5d8beb
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:04:18 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:04:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f52493

sci-visualization/gnuplot: arm stable, bug #655222

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

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

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



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

2018-05-29 Thread Markus Meier
commit: b29a3163d796b2f126ae4bb5edd63a54b835453c
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:04:59 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:04:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29a3163

sys-libs/e2fsprogs-libs: arm stable, bug #655850

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

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

diff --git a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild 
b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
index 985969c9aa3..8ba0cbeaafc 100644
--- a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
+++ b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint 
~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="!sys-libs/com_err



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/

2018-05-29 Thread Markus Meier
commit: 28bce3a636267dc979b711c35da5142a74f91dbd
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:02:57 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:02:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bce3a6

net-wireless/bluez: arm stable, bug #655114

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

 net-wireless/bluez/bluez-5.49-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez/bluez-5.49-r1.ebuild 
b/net-wireless/bluez/bluez-5.49-r1.ebuild
index 843f66de1eb..ed09b204db9 100644
--- a/net-wireless/bluez/bluez-5.49-r1.ebuild
+++ b/net-wireless/bluez/bluez-5.49-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
 IUSE="alsa cups doc debug deprecated extra-tools experimental +mesh +obex 
+readline selinux systemd test test-programs +udev user-session"
 
 # Since this release all remaining extra-tools need readline support, but this 
could



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

2018-05-29 Thread Markus Meier
commit: 28b33b9443e7c3a237d77d157f993f13e6b80681
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:04:39 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:04:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b33b94

sys-apps/usbutils: arm stable, bug #655338

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

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

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



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

2018-05-29 Thread Markus Meier
commit: dd19fa1aed4137dae560e1745b57a0d369ba73ee
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:03:43 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:03:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd19fa1a

dev-python/freezegun: arm stable, bug #655138

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

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

diff --git a/dev-python/freezegun/freezegun-0.3.10.ebuild 
b/dev-python/freezegun/freezegun-0.3.10.ebuild
index cd858343f8e..2e7dd7ae6b8 100644
--- a/dev-python/freezegun/freezegun-0.3.10.ebuild
+++ b/dev-python/freezegun/freezegun-0.3.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+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"
 IUSE="test"
 
 RDEPEND="



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

2018-05-29 Thread Markus Meier
commit: 8e44fac5cb8c452dc84b9cc9ebd2292df005d4be
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:03:48 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:03:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e44fac5

dev-python/Babel: arm stable, bug #655138

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

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

diff --git a/dev-python/Babel/Babel-2.5.3-r1.ebuild 
b/dev-python/Babel/Babel-2.5.3-r1.ebuild
index 8a64938ac16..254db65acaf 100644
--- a/dev-python/Babel/Babel-2.5.3-r1.ebuild
+++ b/dev-python/Babel/Babel-2.5.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-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 ~x64-solaris"
 IUSE="doc test"
 
 RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]



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

2018-05-29 Thread Markus Meier
commit: 7b8e124a11715193e57a6c787b44a9c433f933f8
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:05:06 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:05:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8e124a

sys-fs/e2fsprogs: arm stable, bug #655850

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

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

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
index 45aa9b9ace6..ee9eb962a0c 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
 IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}



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

2018-05-29 Thread Markus Meier
commit: aef9cb8a116439bc8f41242759caa2bfad29ddbc
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May 29 20:02:27 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May 29 20:02:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef9cb8a

net-libs/libssh2: arm stable, bug #651590

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

 net-libs/libssh2/libssh2-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libssh2/libssh2-1.8.0-r1.ebuild 
b/net-libs/libssh2/libssh2-1.8.0-r1.ebuild
index 52367d837a9..f2bdf7807da 100644
--- a/net-libs/libssh2/libssh2-1.8.0-r1.ebuild
+++ b/net-libs/libssh2/libssh2-1.8.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.${PN}.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 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-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-solaris"
 IUSE="gcrypt libressl static-libs test zlib"
 
 DEPEND="



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

2018-05-29 Thread José María Alonso
commit: 2f421ab407fdcc1e80ce4345f9ea5c8cd9ae2bd1
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue May 29 20:00:12 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue May 29 20:00:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f421ab4

dev-lisp/sbcl: Bump version to 1.4.8

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/sbcl/Manifest  |   2 +
 dev-lisp/sbcl/sbcl-1.4.8.ebuild | 246 
 2 files changed, 248 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index c2cbe704f29..10453f66a1b 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -19,3 +19,5 @@ DIST sbcl-1.4.2-arm64-linux-binary.tar.bz2 10578821 BLAKE2B 
1cd25c548be0f1b7ec01
 DIST sbcl-1.4.3-x86-linux-binary.tar.bz2 10227185 BLAKE2B 
6d77c4f4177cbdb72fb9bab0da5bd91e0aa8deafffd238818a2551332f0ab246715d9489b5c1156f3481aa7fb79d161a988404620fc09fe86ff927543a1ee678
 SHA512 
41cd63d61dd7c46370341dce39a362287a23b528bfebe8e5571614aeefdea03d318207d25562e995db9ccedb6c1f50ea4d66627721f0fd9486e99440126e6a38
 DIST sbcl-1.4.7-source.tar.bz2 6031614 BLAKE2B 
b98d8c3891e4f3180624ef0ccc1e81146d97e58c577c9efb2b3ac178f81a836f4019111a6c33ec31edb47d41920249c33a87955303c02ffc608ea42747b7f662
 SHA512 
b6eb749878920bec90f50f19c8c8700f700677ae1a7f7fb1ba1bbaa37f218d360dea65eb200f0cd09a9694600969f4c15042faf357395715b5390a6fdb6b
 DIST sbcl-1.4.7-x86-64-linux-binary.tar.bz2 10380734 BLAKE2B 
0d39cc7b0873e938e85182b687b0a1be9200c4ebe67c7175b7c9c6393b27c8f78bd2afa201b7ca91c39bcaeed4456f2578901518850b1db0975cddd55e9b0210
 SHA512 
517b6935e51ea56ee2c67692980fe7fa7382a2e4501437c7ec00a52aefeebd5e442f4bb8dbfdbe32e43a301fc5f0c584604027e7889ebb8ba269cafe866d6381
+DIST sbcl-1.4.8-source.tar.bz2 6040563 BLAKE2B 
e4d16993cec80a8d40bad9071c6ce0a9ce80aae4d49f682fc58d4a8124dd14200229dc063cb653af753afece1ca98d77b600d2c7f80d17e6b9fd8af33a5297f3
 SHA512 
f8bd6b4126b19de4e73557319118aa03999caf84c8913bdd51ce18b8ddba14944f3d1daf08f852b72ae862ae0e613dbfbfdddca3750f4464c1be924d685ccc9d
+DIST sbcl-1.4.8-x86-64-linux-binary.tar.bz2 10353701 BLAKE2B 
5b56f46fbdb87f015ed1fe103b6caaf43d2d424b45e2574e306b3d3cbc3c7bdfa48847a2e6d7d819e6bf4b59fa02ea01f9ce6b023802ae6f91fc7f56e5a260de
 SHA512 
f3cb3c30dec1b7e6ac0c1b67de26192723871f8a8d543a41d7c4d04b0813fd7da1043433237b648a2c23f73169fe38f2ec3a3c2bd412eb4c9d36ed929c40f27d

diff --git a/dev-lisp/sbcl/sbcl-1.4.8.ebuild b/dev-lisp/sbcl/sbcl-1.4.8.ebuild
new file mode 100644
index 000..f07d8939edf
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.4.8.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.4.3
+BV_AMD64=1.4.8
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.3.12
+BV_ARM64=1.4.2
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_PPC_MACOS=1.0.47
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+BV_SPARC_SOLARIS=1.0.23
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   arm64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND="${CDEPEND}
+   doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
+   pax_kernel? ( sys-apps/elfix )"
+RDEPEND="${CDEPEND}
+   !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
+
+# Disable warnings 

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

2018-05-29 Thread Mike Gilbert
commit: 5b2f7120e58504ed523aca3ff382d55a5e24e8f5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 29 19:35:46 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 29 19:36:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2f7120

www-client/chromium: dev channel bump (68.0.3438.3)

Package-Manager: Portage-2.3.40_p8, Repoman-2.3.9_p240

 www-client/chromium/Manifest   |   1 +
 www-client/chromium/chromium-68.0.3438.3.ebuild| 696 +
 .../chromium/files/chromium-compiler-r2.patch  | 168 +
 .../chromium/files/chromium-gn-bootstrap-r24.patch |  31 +
 4 files changed, 896 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 0ed6fefab6d..6b551df3a31 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,3 +3,4 @@ DIST chromium-66.0.3359.181.tar.xz 583985908 BLAKE2B 
22794b379591da9e4bfb1ea38ae
 DIST chromium-67.0.3396.40.tar.xz 589878296 BLAKE2B 
e02d8980cb882fb67eb6e048dfa8534fb423259af257040cdda8198aac9433a221d6218873a8e5623ae3cfb8e081f22bfc40444e53be38b17a0ebff77537263d
 SHA512 
1d4986d444076a4a48bf9ad7061dbb424f520e46f2f58f8f84dfee2fefea05a3b019ef27acda553efb9a75db9731acbc0c80f5dfb39a9137e9e27336306d5981
 DIST chromium-67.0.3396.56.tar.xz 589901992 BLAKE2B 
e5207de67db589d65dbaf7af493308a60e3951993f439218c025d10fecd331052a3dfd0f196f3c7e078cda79af3d248a94550a6ffb8c0da7842592e48de20313
 SHA512 
a7397ebcff54e184ad510fcc7d7958a4adafcf53c88a7ad951fc361366439b01c4e1a77dfcfadbf1f96d92e9ea503287862e7cd2521be696919cf3ee0f1d0816
 DIST chromium-68.0.3409.2.tar.xz 595647380 BLAKE2B 
3f3ebb7de759ae92b8feca74a931c10c4bdf4f75a0a7aeb2f56b59e635e1f03becccdf2b26d306e5753d9379eadede6ef50ec4e44338a3a6bdfb960b74003770
 SHA512 
2ce35251392570bcfe0cc02813bf6cee1761b2227888a135491828bfdfa9eafa4538e8fb981165503f901eecbf91cc8ce17cebab1681c63a43f0625dae7a2dd8
+DIST chromium-68.0.3438.3.tar.xz 624448788 BLAKE2B 
25e8f6bfc9171f17a634caa8974a01dba8e0b40dba78534f8b04cbced98566ce8addba65907165599587d0120563073f051af2af19601e4556182b9ec5442113
 SHA512 
2ff17270acee971bf9a2770b826f919979f24ab7be12a00504ad0b16e72f21fd70f7dc543e8823f8c1737ff785ae900e999d2e82153ff84d0b33cf68ad82a2a2

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

[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/, net-wireless/kismet/files/

2018-05-29 Thread Richard Farina
commit: 6fb408c56cf0aec0187cef4534b0974e6e140d7a
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue May 29 19:14:20 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue May 29 19:14:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb408c5

net-wireless/kismet: upstream re-broke setuptools

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-wireless/kismet/files/fix-setuptools.patch | 73 ++
 net-wireless/kismet/kismet-.ebuild |  1 +
 2 files changed, 74 insertions(+)

diff --git a/net-wireless/kismet/files/fix-setuptools.patch 
b/net-wireless/kismet/files/fix-setuptools.patch
new file mode 100644
index 000..a86f66b4447
--- /dev/null
+++ b/net-wireless/kismet/files/fix-setuptools.patch
@@ -0,0 +1,73 @@
+commit e31263b50acd960f7bb0c34c0396383319d7da30
+Author: Rick Farina (Zero_Chaos) 
+Date:   Tue Apr 24 11:38:17 2018 -0400
+
+make setuptools respect DESTDIR
+
+thanks to mgorny for pointint it out
+
+diff --git a/capture_freaklabs_zigbee/Makefile.in 
b/capture_freaklabs_zigbee/Makefile.in
+index 75c85da9..980c417a 100644
+--- a/capture_freaklabs_zigbee/Makefile.in
 b/capture_freaklabs_zigbee/Makefile.in
+@@ -6,7 +6,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+ 
+ clean:
+diff --git a/capture_sdr_rtl433/Makefile.in b/capture_sdr_rtl433/Makefile.in
+index 23446edc..babc63f4 100644
+--- a/capture_sdr_rtl433/Makefile.in
 b/capture_sdr_rtl433/Makefile.in
+@@ -7,7 +7,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+   $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) 
$(BIN)/$(MQTTMONITOR_BIN)
+ 
+diff --git a/python_modules/KismetExternal/Makefile 
b/python_modules/KismetExternal/Makefile
+index 036541a0..fc660dfe 100644
+--- a/python_modules/KismetExternal/Makefile
 b/python_modules/KismetExternal/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ protobuf:
+   $(PROTOCBIN) -I ../../protobuf_definitions 
--python_out=./KismetExternal ../../protobuf_definitions/*.proto
+diff --git a/python_modules/KismetLog/Makefile 
b/python_modules/KismetLog/Makefile
+index d0d6f784..60e1eac1 100644
+--- a/python_modules/KismetLog/Makefile
 b/python_modules/KismetLog/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ clean:
+   @-$(PYTHON2) ./setup.py clean
+diff --git a/python_modules/KismetRest/Makefile 
b/python_modules/KismetRest/Makefile
+index d0d6f784..60e1eac1 100644
+--- a/python_modules/KismetRest/Makefile
 b/python_modules/KismetRest/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ clean:
+   @-$(PYTHON2) ./setup.py clean

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 8005063ea99..2a6321ed512 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -67,6 +67,7 @@ src_prepare() {
sed -i -e 's| -s||g' \
-e 's|@mangrp@|root|g' Makefile.in
 
+   epatch "${FILESDIR}"/fix-setuptools.patch
eapply_user
eautoreconf
 }



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

2018-05-29 Thread Jory Pratt
commit: 0fad83982f58ae7069eccff3b4f750c03b152e03
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue May 29 19:09:30 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue May 29 19:09:30 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0fad8398

www-client/firefox: remove obsolete code

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/firefox/firefox-60.0.1.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/www-client/firefox/firefox-60.0.1.ebuild 
b/www-client/firefox/firefox-60.0.1.ebuild
index 2bf75ce..15c832d 100644
--- a/www-client/firefox/firefox-60.0.1.ebuild
+++ b/www-client/firefox/firefox-60.0.1.ebuild
@@ -203,9 +203,6 @@ src_configure() {
mozconfig_use_enable hardened hardening
fi
 
-   # Only available on mozilla-overlay for experimentation -- Removed in 
Gentoo repo per bug 571180
-   #use egl && mozconfig_annotate 'Enable EGL as GL provider' 
--with-gl-provider=EGL
-
# Setup api key for location services
echo -n "${_google_api_key}" > "${S}"/google-api-key
mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key"



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

2018-05-29 Thread Matt Turner
commit: a5a91b5dc7b24a8ddf2d295e796aeffb0d85b3ed
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 29 19:04:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 29 19:07:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a91b5d

media-libs/libepoxy: RDEPEND on media-libs/mesa

The .pc file installed by libepoxy says it requires gl, which is
installed by Mesa.

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

 media-libs/libepoxy/libepoxy-1.5.2.ebuild | 4 ++--
 media-libs/libepoxy/libepoxy-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.2.ebuild
index 21db4db9f63..25f715c61c3 100644
--- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.2.ebuild
@@ -26,11 +26,11 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="test +X"
 
+RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
 DEPEND="${PYTHON_DEPS}
-   media-libs/mesa[egl,${MULTILIB_USEDEP}]
+   ${RDEPEND}
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
>=dev-util/meson-0.44.0"
-RDEPEND=""
 
 src_unpack() {
default

diff --git a/media-libs/libepoxy/libepoxy-.ebuild 
b/media-libs/libepoxy/libepoxy-.ebuild
index 17eb5ee20a7..5810d7944cc 100644
--- a/media-libs/libepoxy/libepoxy-.ebuild
+++ b/media-libs/libepoxy/libepoxy-.ebuild
@@ -26,11 +26,11 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="test +X"
 
+RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
 DEPEND="${PYTHON_DEPS}
-   media-libs/mesa[egl,${MULTILIB_USEDEP}]
+   ${RDEPEND}
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
>=dev-util/meson-0.44.0"
-RDEPEND=""
 
 src_unpack() {
default



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

2018-05-29 Thread Matt Turner
commit: 9d59949b7c10c121f43dca1f43f5d4d61eed3a9f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 29 19:07:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 29 19:07:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d59949b

media-libs/libepoxy: DEPEND on virtual/libepoxy

 media-libs/libepoxy/libepoxy-1.5.2.ebuild | 3 ++-
 media-libs/libepoxy/libepoxy-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild 
b/media-libs/libepoxy/libepoxy-1.5.2.ebuild
index 25f715c61c3..a814fceec62 100644
--- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild
+++ b/media-libs/libepoxy/libepoxy-1.5.2.ebuild
@@ -30,7 +30,8 @@ RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
 DEPEND="${PYTHON_DEPS}
${RDEPEND}
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-   >=dev-util/meson-0.44.0"
+   >=dev-util/meson-0.44.0
+   virtual/pkgconfig"
 
 src_unpack() {
default

diff --git a/media-libs/libepoxy/libepoxy-.ebuild 
b/media-libs/libepoxy/libepoxy-.ebuild
index 5810d7944cc..476702c15fb 100644
--- a/media-libs/libepoxy/libepoxy-.ebuild
+++ b/media-libs/libepoxy/libepoxy-.ebuild
@@ -30,7 +30,8 @@ RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
 DEPEND="${PYTHON_DEPS}
${RDEPEND}
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-   >=dev-util/meson-0.44.0"
+   >=dev-util/meson-0.44.0
+   virtual/pkgconfig"
 
 src_unpack() {
default



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/no-multilib/

2018-05-29 Thread Mikle Kolyada
commit: 050f6e7666ead8fc08f0ba1fba596e26fae495b9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 29 18:08:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 29 18:08:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050f6e76

../amd64/no-multilib/use.mask: unmask hvm useflag for Xen

Acked-by: Alexey Shvetsov 

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

 profiles/arch/amd64/no-multilib/use.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/amd64/no-multilib/use.mask 
b/profiles/arch/amd64/no-multilib/use.mask
index 02c2012b8fb..7e9b40c1459 100644
--- a/profiles/arch/amd64/no-multilib/use.mask
+++ b/profiles/arch/amd64/no-multilib/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # USE flags masked because providing packages have ABI=x86
@@ -7,10 +7,6 @@
 # app-accessibility/mbrola is x86 only
 mbrola
 
-# 2007/08/24 Michael Marineau 
-# Xen HVM support requires building 32-bit binaries.
-hvm
-
 # 2008/02/13 - Chris Gianelloni 
 # Mask multilib, since we cannot use it.
 multilib



[gentoo-commits] data/api:master commit in: files/overlays/

2018-05-29 Thread Michał Górny
commit: 381e8ee4fcae377d3644e9865e11bc72713c2c2f
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Tue May 29 17:27:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 29 18:05:00 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=381e8ee4

repositories: add gyakovlev overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/131

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 16d434a..8e6332d 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2080,6 +2080,18 @@ FIN
 g...@github.com:uleysky/gsview-overlay.git
 https://github.com/uleysky/gsview-overlay/commits/master.atom
   
+  
+gyakovlev
+User overlay
+https://github.com/gyakovlev/gentoo-overlay
+
+  y...@sysdump.net
+  Georgy Yakovlev
+
+https://github.com/gyakovlev/gentoo-overlay.git
+git+ssh://g...@github.com/gyakovlev/gentoo-overlay.git
+
https://github.com/gyakovlev/gentoo-overlay/commits/master.atom
+  
   
 haarp
 misc ebuilds that aren't in the main 
tree



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

2018-05-29 Thread Mikle Kolyada
commit: d67928293c435b28c029b6e28cc648a75cf06aaf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 29 18:04:03 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 29 18:04:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6792829

app-admin/monit:  amd64 stable wrt bug #652180

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-admin/monit/monit-5.25.1.ebuild 
b/app-admin/monit/monit-5.25.1.ebuild
index c72607574f1..0d26490402b 100644
--- a/app-admin/monit/monit-5.25.1.ebuild
+++ b/app-admin/monit/monit-5.25.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
 IUSE="libressl pam ssl"
 
 RDEPEND="



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

2018-05-29 Thread Mikle Kolyada
commit: d304e9cbaf2c441d08125dd44e617c45926ad6e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 29 17:59:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 29 17:59:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d304e9cb

dev-games/quake4-sdk:  amd64 stable wrt bug #653182

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild 
b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
index c93be4bb904..bb1679e7da8 100644
--- a/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
+++ b/dev-games/quake4-sdk/quake4-sdk-1.4.2-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://idsoftware/quake4/source/linux/quake4-linux-${PV}-sdk.x86.run"
 
 LICENSE="QUAKE4"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE=""
 RESTRICT="strip"
 



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

2018-05-29 Thread Mikle Kolyada
commit: ad5dfabda769789173db538008344c933ccecaa4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 29 17:57:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 29 17:57:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5dfabd

dev-python/traits:  amd64 stable wrt bug #653766

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/traits/traits-4.6.0.ebuild 
b/dev-python/traits/traits-4.6.0.ebuild
index 994f943ec28..3e515ed3506 100644
--- a/dev-python/traits/traits-4.6.0.ebuild
+++ b/dev-python/traits/traits-4.6.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"



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

2018-05-29 Thread Thomas Deutschmann
commit: dede09e1d4f5ac6d26140bb557ec76fc66d538bf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 17:46:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 17:55:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dede09e1

dev-util/byacc: Bump to v20180525

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/byacc/Manifest  |  1 +
 dev-util/byacc/byacc-20180525.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index 6e9f8a0a084..88a5ebd3ed0 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,3 +1,4 @@
 DIST byacc-20170201.tgz 741550 BLAKE2B 
d72e2361cbc02d37754d7ca2b0cdabe39bc5b60728e7edf6c0040ca87f991469c918fb0d4c96239d1483ccce0b729698cae9fd6d9988626c1a7ca2d58f47bf1c
 SHA512 
f45e6f5eefe4a4bbcd233fbe06cf25fecec3ecabebea9064db0f52d900ae90783dd180f90d70901f82e2b632ce0432d28a913d312b15225e6256344c176a3638
 DIST byacc-20170709.tgz 743677 BLAKE2B 
453e0083671ae17e3401bbc474a9724091fb3314adcee0e13ba55a95a12c4cd351ef901b645cb46e0df89d2053054e46a05703d418706bc962a0cacf55bb3201
 SHA512 
81b6e2dfe674d7e7650e1583c46f67e20cc5ff56b06ef73a54ec2070abd7f4af1a0db7909f31264d0e6157acd3661c19c3478e06c9bab395f53d0371bc1e9097
 DIST byacc-20180510.tgz 744070 BLAKE2B 
9ba861ffcd310462513d7eb4b663c5c44f5cb6dc06ecf1cbcb41c309054905781c4ba1ffada88eaf0071caf16d78a5746d53e66190081e388b95f4a148684cca
 SHA512 
89ac9d4bd1edfdcfa304b0efacc478dbdd84cc2a1cd4ef75515863b1ea2731b106202c758b469c39a4379bb155c0a2365baa290797da0a6bb3904295431556d6
+DIST byacc-20180525.tgz 745273 BLAKE2B 
5b4732cede6d284f9f866b8e7f7f1f48b7eea26fcf203e633767115a2ba324586590477b9668b2f7e961db4765e2602ba78d78a2ed55d0c102153b5ed15e9cea
 SHA512 
ab200b7f1f0295731cda0aff08ee60c1f8a4e057ca9de265b916de690e900abe67ce9b5f6f5d0e69945485e9adb5505b079d82f8e126eb1ea12d22bc6015d73a

diff --git a/dev-util/byacc/byacc-20180525.ebuild 
b/dev-util/byacc/byacc-20180525.ebuild
new file mode 100644
index 000..e0e5a971f5d
--- /dev/null
+++ b/dev-util/byacc/byacc-20180525.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="the best variant of the Yacc parser generator"
+HOMEPAGE="https://invisible-island.net/byacc/byacc.html;
+SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
+
+src_configure() {
+   econf --program-prefix=b
+}



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

2018-05-29 Thread Thomas Deutschmann
commit: a364cfc713097a88e21288664c72592b4807757d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 29 17:48:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 29 17:55:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a364cfc7

dev-util/checkbashisms: Bump to v2.18.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/checkbashisms/Manifest|  1 +
 dev-util/checkbashisms/checkbashisms-2.18.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index e514589a0ea..d309f688a8c 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1 +1,2 @@
 DIST devscripts_2.18.2.tar.xz 729456 BLAKE2B 
f620edf67f67e84697677117294b9d8bc90db30fe1e228d5043179d1ae1e65f10f7299870bef3ff920312fd7103abd6c5f0296055776318640a3a9535ec006c7
 SHA512 
a68e9eccb5662b1ae0860b3f6cdc812a3105df83cd36f4b98b339ba1637a165f45b06acfb9dbadcf1055b65a4d5aa0780c1b921ed422ed1f0334735adadf4b6a
+DIST devscripts_2.18.3.tar.xz 731708 BLAKE2B 
bbd993b6dac144dd9a9e696133d1613fc88ca7fa31debf8478bb0a8232b811b9c6cdcf0989db29f478958f500c5f885e382700c0ea451675721254cdd4d42797
 SHA512 
3fcd2ff4eb97fbc8d8f768ca11f03b96de0f2ab0b8824e089556695c65521cf2e8e2d532968c07292818c8cd7ea93adaa508b40aebafbbf744bd6b78d249321b

diff --git a/dev-util/checkbashisms/checkbashisms-2.18.3.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.18.3.ebuild
new file mode 100644
index 000..be58ae776f2
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.18.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="devscripts"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
+HOMEPAGE="https://packages.debian.org/devscripts 
https://anonscm.debian.org/cgit/collab-maint/devscripts.git;
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+   virtual/perl-Getopt-Long
+   !

[gentoo-commits] proj/lisp:master commit in: dev-lisp/sbcl/

2018-05-29 Thread José María Alonso
commit: 9f967bd6221c74a3384a9295a4647326d1d4047b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue May 29 17:28:42 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue May 29 17:28:42 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9f967bd6

dev-lisp/sbcl: Bump to version 1.4.8

 dev-lisp/sbcl/sbcl-1.4.8.ebuild | 246 
 1 file changed, 246 insertions(+)

diff --git a/dev-lisp/sbcl/sbcl-1.4.8.ebuild b/dev-lisp/sbcl/sbcl-1.4.8.ebuild
new file mode 100644
index ..f07d8939
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.4.8.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.4.3
+BV_AMD64=1.4.8
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.3.12
+BV_ARM64=1.4.2
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_PPC_MACOS=1.0.47
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+BV_SPARC_SOLARIS=1.0.23
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   arm64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND="${CDEPEND}
+   doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
+   pax_kernel? ( sys-apps/elfix )"
+RDEPEND="${CDEPEND}
+   !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
+
+# Disable warnings about executable stacks, as this won't be fixed soon by 
upstream
+QA_EXECSTACK="usr/bin/sbcl"
+
+CONFIG="${S}/customize-target-features.lisp"
+ENVD="${T}/50sbcl"
+
+# Prevent ASDF from using the system libraries
+CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)"
+ASDF_OUTPUT_TRANSLATIONS="(:output-translations 
:ignore-inherited-configuration)"
+
+usep() {
+   use ${1} && echo "true" || echo "false"
+}
+
+sbcl_feature() {
+   echo "$( [[ ${1} == "true" ]] && echo "(enable ${2})" || echo "(disable 
${2})")" >> "${CONFIG}"
+}
+
+sbcl_apply_features() {
+   sed 's/^X//' > "${CONFIG}" <<-'EOF'
+   (lambda (list)
+   X  (flet ((enable  (x) (pushnew x list))
+   X (disable (x) (setf list (remove x list
+   EOF
+   if use x86 || use amd64; then
+   sbcl_feature "$(usep threads)" ":sb-thread"
+   fi
+   sbcl_feature "true" ":sb-ldb"
+   sbcl_feature "false" ":sb-test"
+   sbcl_feature "$(usep unicode)" ":sb-unicode"
+   sbcl_feature "$(usep zlib)" ":sb-core-compression"
+   sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
+   sed 's/^X//' >> "${CONFIG}" <<-'EOF'
+   X)
+   X  list)
+   EOF
+   cat "${CONFIG}"
+}
+
+src_unpack() {
+   unpack ${A}
+   mv sbcl-*-* sbcl-binary || die
+   cd "${S}"
+}
+
+src_prepare() {
+   # bug #468482
+   eapply "${FILESDIR}"/concurrency-test-1.3.15.patch
+   # bugs #486552, #527666, #517004
+   eapply "${FILESDIR}"/${PN}-1.4.0-bsd-sockets-test.patch
+   # bugs #560276, #561018
+   eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
+
+   eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
+   eapply "${FILESDIR}"/${PN}-1.4.0-verbose-build.patch
+
+   eapply_user
+
+   # Make sure the *FLAGS variables are sane.
+   # sbcl needs symbols in resulting binaries, so building with the -s 
linker flag will fail.
+   strip-unsupported-flags
+ 

[gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/

2018-05-29 Thread Michael Haubenwallner
commit: 04ba7c30638471966ab6837441a7ca5fbf86aa11
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue May 29 17:26:25 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue May 29 17:26:25 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=04ba7c30

dev-libs/libgpg-error: force -no-undefined libtool flag (#584330)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/libgpg-error/libgpg-error-1.29.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
index 6bb622efd3..da73f4e943 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
@@ -35,6 +35,12 @@ src_prepare() {
hprefixify "${S}"/autogen.sh
eautoreconf
elibtoolize
+
+   # upstream seems not interested in trying to understand (#584330)
+   # https://lists.gnupg.org/pipermail/gnupg-devel/2017-March/032671.html
+   einfo "Forcing -no-undefined libtool flag ..."
+   sed -i -e 's/\$(no_undefined)/-no-undefined/' src/Makefile.in
+   eend $? || die
 }
 
 multilib_src_configure() {



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

2018-05-29 Thread Ulrich Müller
commit: b5cfe3526ec1941f640b8a36980aff7727d78b38
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 29 17:03:15 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 29 17:09:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cfe352

app-emacs/eselect-mode: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/eselect-mode/Manifest  |  1 -
 app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest
index 671fa0f4925..d27de16c8fe 100644
--- a/app-emacs/eselect-mode/Manifest
+++ b/app-emacs/eselect-mode/Manifest
@@ -1,2 +1 @@
 DIST eselect-1.4.12.tar.xz 177520 BLAKE2B 
0938fe9bd8785fe711edc1af63a9c318a4a5fe9141c61d7f1c4da0352242322f1e18e4f68f7e219a1aa2beae5b25ddac58d7c47d4272408fd8fe5207324ef7c7
 SHA512 
2ea182364dfb2333112e9eebe691e1963e95a4c9ab40945eb2e5bc8c81da76105c1ae6aa3d153b78dea6c1e0cadb9b0237f7556b8ceb9d48e0fba67a642d6081
-DIST eselect-1.4.4.tar.xz 177536 BLAKE2B 
9991d69a0589be0a7df881fe5d6c0021c99fd7fd5b561ad7a9423edc46b25528b499a3e839dfe974d5d53e8e8a5b3a798cd7f5f1eeb78e531fff16680babce96
 SHA512 
1ed01cf00e3f13aad3e5f844c7086c3dd48398efd76e68cd91cf13b9939f4b48eef8915c5f3926954d158023115ad66ee67c0bc8fc4c9570900a37207674fc8f

diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild 
b/app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild
deleted file mode 100644
index cbc16c8b03a..000
--- a/app-emacs/eselect-mode/eselect-mode-1.4.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-MY_P="eselect-${PV}"
-DESCRIPTION="Emacs major mode for editing eselect files"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
-SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-S="${WORKDIR}/${MY_P}/misc"
-SITEFILE="50${PN}-gentoo.el"



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

2018-05-29 Thread Ulrich Müller
commit: c047c385fd1819bc7f76435935d5807554e47e99
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 29 17:07:42 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 29 17:09:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c047c385

app-emacs/eselect-mode: Version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/eselect-mode/Manifest   |  1 +
 app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest
index d27de16c8fe..f559db5149f 100644
--- a/app-emacs/eselect-mode/Manifest
+++ b/app-emacs/eselect-mode/Manifest
@@ -1 +1,2 @@
 DIST eselect-1.4.12.tar.xz 177520 BLAKE2B 
0938fe9bd8785fe711edc1af63a9c318a4a5fe9141c61d7f1c4da0352242322f1e18e4f68f7e219a1aa2beae5b25ddac58d7c47d4272408fd8fe5207324ef7c7
 SHA512 
2ea182364dfb2333112e9eebe691e1963e95a4c9ab40945eb2e5bc8c81da76105c1ae6aa3d153b78dea6c1e0cadb9b0237f7556b8ceb9d48e0fba67a642d6081
+DIST eselect-1.4.13.tar.xz 177848 BLAKE2B 
70e5a793759e16119f5233b2c974e0fcc8d213b2033e2b3b76e0a047797b1a0f2feb21ad3beda72f644b498725b4d8ff5c221dcd0870adf5197eaf81c6f3c895
 SHA512 
5ce10bd288268bc5b52031703f8ac8f3cf07bb22039339bb00c92583ed226162ea8865788f5c1ff4e058d38f0bf25e3557273fb1e839e0391c1fafb9f702bc11

diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild 
b/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild
new file mode 100644
index 000..349169b3ecd
--- /dev/null
+++ b/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+MY_P="eselect-${PV}"
+DESCRIPTION="Emacs major mode for editing eselect files"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
+SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+
+S="${WORKDIR}/${MY_P}/misc"
+SITEFILE="50${PN}-gentoo.el"



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

2018-05-29 Thread Ulrich Müller
commit: a5da9c7e2bddf23f6451e35029994fddd0b2bf4a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 29 17:01:58 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 29 17:09:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5da9c7e

app-admin/eselect: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/eselect/Manifest  |  1 -
 app-admin/eselect/eselect-1.4.11.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest
index 4381a00d96f..d27de16c8fe 100644
--- a/app-admin/eselect/Manifest
+++ b/app-admin/eselect/Manifest
@@ -1,2 +1 @@
-DIST eselect-1.4.11.tar.xz 177444 BLAKE2B 
e6f758e2acd17cea3ae37af48e4b4327a9c9d74784aa0723b003f2e1d84ec4c13167de33c311b785fddf7b045b3312955c4d84cf6e35ef7ec9265ef5de503670
 SHA512 
eec3091c5e386e8b7a52cb263e3c5ce6f41e285d2ae7974f4876e2ffa93b00f9f939055d978c6b9032ee1be2561992015560cdfa93a1ff2b1720ea0100fcf96d
 DIST eselect-1.4.12.tar.xz 177520 BLAKE2B 
0938fe9bd8785fe711edc1af63a9c318a4a5fe9141c61d7f1c4da0352242322f1e18e4f68f7e219a1aa2beae5b25ddac58d7c47d4272408fd8fe5207324ef7c7
 SHA512 
2ea182364dfb2333112e9eebe691e1963e95a4c9ab40945eb2e5bc8c81da76105c1ae6aa3d153b78dea6c1e0cadb9b0237f7556b8ceb9d48e0fba67a642d6081

diff --git a/app-admin/eselect/eselect-1.4.11.ebuild 
b/app-admin/eselect/eselect-1.4.11.ebuild
deleted file mode 100644
index cfe03313642..000
--- a/app-admin/eselect/eselect-1.4.11.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1
-
-DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
-SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
-
-LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs vim-syntax"
-
-RDEPEND="sys-apps/sed
-   || (
-   sys-apps/coreutils
-   sys-freebsd/freebsd-bin
-   app-misc/realpath
-   )"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/docutils )"
-RDEPEND="${RDEPEND}
-   sys-apps/file
-   sys-libs/ncurses:0"
-
-PDEPEND="emacs? ( app-emacs/eselect-mode )
-   vim-syntax? ( app-vim/eselect-syntax )"
-
-src_compile() {
-   emake
-   use doc && emake html
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   newbashcomp misc/${PN}.bashcomp ${PN}
-   dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
-   if use doc; then
-   docinto html
-   dodoc *.html doc/*.html doc/*.css
-   fi
-
-   # needed by news module
-   keepdir /var/lib/gentoo/news
-   if ! use prefix; then
-   fowners root:portage /var/lib/gentoo/news
-   fperms g+w /var/lib/gentoo/news
-   fi
-}
-
-pkg_postinst() {
-   # fowners in src_install doesn't work for the portage group:
-   # merging changes the group back to root
-   if ! use prefix; then
-   chgrp portage "${EROOT}/var/lib/gentoo/news" \
-   && chmod g+w "${EROOT}/var/lib/gentoo/news"
-   fi
-}



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

2018-05-29 Thread Ulrich Müller
commit: 17607cc3b2c2edb6329bedb923fe65d2f2e3d4e2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 29 17:06:51 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 29 17:09:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17607cc3

app-admin/eselect: Version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/eselect/Manifest  |  1 +
 app-admin/eselect/eselect-1.4.13.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest
index d27de16c8fe..f559db5149f 100644
--- a/app-admin/eselect/Manifest
+++ b/app-admin/eselect/Manifest
@@ -1 +1,2 @@
 DIST eselect-1.4.12.tar.xz 177520 BLAKE2B 
0938fe9bd8785fe711edc1af63a9c318a4a5fe9141c61d7f1c4da0352242322f1e18e4f68f7e219a1aa2beae5b25ddac58d7c47d4272408fd8fe5207324ef7c7
 SHA512 
2ea182364dfb2333112e9eebe691e1963e95a4c9ab40945eb2e5bc8c81da76105c1ae6aa3d153b78dea6c1e0cadb9b0237f7556b8ceb9d48e0fba67a642d6081
+DIST eselect-1.4.13.tar.xz 177848 BLAKE2B 
70e5a793759e16119f5233b2c974e0fcc8d213b2033e2b3b76e0a047797b1a0f2feb21ad3beda72f644b498725b4d8ff5c221dcd0870adf5197eaf81c6f3c895
 SHA512 
5ce10bd288268bc5b52031703f8ac8f3cf07bb22039339bb00c92583ed226162ea8865788f5c1ff4e058d38f0bf25e3557273fb1e839e0391c1fafb9f702bc11

diff --git a/app-admin/eselect/eselect-1.4.13.ebuild 
b/app-admin/eselect/eselect-1.4.13.ebuild
new file mode 100644
index 000..0e087c1df2a
--- /dev/null
+++ b/app-admin/eselect/eselect-1.4.13.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
+SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
+
+LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc emacs vim-syntax"
+
+RDEPEND="sys-apps/sed
+   || (
+   sys-apps/coreutils
+   sys-freebsd/freebsd-bin
+   app-misc/realpath
+   )"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/docutils )"
+RDEPEND="${RDEPEND}
+   sys-apps/file
+   sys-libs/ncurses:0"
+
+PDEPEND="emacs? ( app-emacs/eselect-mode )
+   vim-syntax? ( app-vim/eselect-syntax )"
+
+src_compile() {
+   emake
+   use doc && emake html
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   newbashcomp misc/${PN}.bashcomp ${PN}
+   dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
+   if use doc; then
+   docinto html
+   dodoc *.html doc/*.html doc/*.css
+   fi
+
+   # needed by news module
+   keepdir /var/lib/gentoo/news
+   if ! use prefix; then
+   fowners root:portage /var/lib/gentoo/news
+   fperms g+w /var/lib/gentoo/news
+   fi
+}
+
+pkg_postinst() {
+   # fowners in src_install doesn't work for the portage group:
+   # merging changes the group back to root
+   if ! use prefix; then
+   chgrp portage "${EROOT}/var/lib/gentoo/news" \
+   && chmod g+w "${EROOT}/var/lib/gentoo/news"
+   fi
+}



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

2018-05-29 Thread Michael Haubenwallner
commit: 17941b30fd23798601cfa03a20a8837641358254
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue May 29 17:08:18 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue May 29 17:08:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17941b30

dev-python/pyyaml: add ~x64-cygwin keyword

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/pyyaml/pyyaml-3.12.ebuild 
b/dev-python/pyyaml/pyyaml-3.12.ebuild
index 47a7cf1510a..e374c93b7ad 100644
--- a/dev-python/pyyaml/pyyaml-3.12.ebuild
+++ b/dev-python/pyyaml/pyyaml-3.12.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="examples libyaml"
 
 RDEPEND="libyaml? ( dev-libs/libyaml )"



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

2018-05-29 Thread Mikle Kolyada
commit: 9abede944d86eb5db5292e79fff1c6c4d8f5c73d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 29 16:31:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 29 16:31:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abede94

mail-mta/esmtp: switch to default_src_install

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-mta/esmtp/esmtp-1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/esmtp/esmtp-1.2-r1.ebuild 
b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
index ac16a7833d1..bd1d86f7997 100644
--- a/mail-mta/esmtp/esmtp-1.2-r1.ebuild
+++ b/mail-mta/esmtp/esmtp-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,7 +35,7 @@ DEPEND="${CDEPEND}
 "
 
 src_install() {
-   emake DESTDIR="${D}" install
+   default
dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc
 }
 



  1   2   3   >