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

2017-01-27 Thread Zac Medico
commit: d1e8279f6ef166e593bf5747d78f7420a80ef840
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jan 28 07:36:23 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jan 28 07:36:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e8279f

app-admin/consul: version bump to 0.7.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/consul/Manifest|   1 +
 app-admin/consul/consul-0.7.3.ebuild | 107 +++
 2 files changed, 108 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 7f82c48..8477796 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -1,4 +1,5 @@
 DIST consul-0.7.1.tar.gz 4003354 SHA256 
d1498c851df8aa150c7b4398fdbb74467af4949d20ce5b4840b88095fce71135 SHA512 
0cc7dfb5b13c9aa5c59f3c74d44c863cb4099108dadc448233edd006bfd1c1ad422c18224d58113bdad1ca6160a89d1a0a04bf1f5e5f645d5499c0c4422d12ba
 WHIRLPOOL 
33ebd4521a3caa0fb84a4d698e05b7f32c59848b90bbab0899661c51dc34c96fbac37f4eb9cb141be079c4419f57ac0da942d764737baf36dafd73230c84feac
 DIST consul-0.7.2.tar.gz 4200076 SHA256 
28441273a928d0976a668ca0657ec655b10fffe45be19b879f3731812ec9e1c5 SHA512 
62638f652bad421fe6400338f52f6a142dda9bf4838682f5a31c94ebdb3569ed217cfc7ba8b53a38fae448e93912a486d445ed7addb2ff58c7c608469322
 WHIRLPOOL 
fff1869c7d20dc6aa50b765d81d07b610187331d53bd9ec1526fcd85bb00b5426ee8b879946534186694bd3da88a2dd10042632c9bb31249ba6eeb9a8ca20b62
+DIST consul-0.7.3.tar.gz 5022341 SHA256 
4055c74382e9fd33c34389ed2b0ed00ab48dca19c1ab1f4293ca3d8f842b1d3d SHA512 
abb81183118fa3af0e3ef6c46b15441c8ce6b15dbd37e8516a36f2a2fe7eda8f98a11c40e14181392858ba92d86f4148849c15b6afef16439f1b2e250159a717
 WHIRLPOOL 
04a4fed4f699a25201e036fd086c9375cd8cb54adfb31e1137f45fa24a478bdc8e1e16798354df192e7badffca0ab7ef6af3394aa371d32a3924912cfdc8f33d
 DIST gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz 15772 SHA256 
82828f1ec3e535268fa95d983362c6c773e9a87aa94613e7a47805d22e38 SHA512 
d4b2d5d9666285584697bc0d6ddc2f1a1e3f23741650e831adb42baffbb5f72fc3d5ae8a8fb6719faf1df75d3da334941b0404387f0c213aabdb5c3d5634c55d
 WHIRLPOOL 
89d52013bfb563a11a4042760470ac317398c3f8a61b9e7734c3ac2737d916126ad10a113948eb5a8362de3d77e598e42f4a0510760ae67465bde08658947f7a
 DIST iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz 1785 SHA256 
71c117246bb1d4d78ad5c3bc5d301942bcebaae5b1e35da1ad7851ceac71a675 SHA512 
2efc0e3cbca496240e3e24550fd0d2aab742eb9b227230ff1ed4ee47344b994642b028bd4644cd45cd697f5f5ef6a729aad65537b10c6555bd52d9ca4b9c717c
 WHIRLPOOL 
15dfd50bfc992a7b6a1b5d672d5bf9bfcb71a357eae371eac773e7fe9ad4ec8d4d0578e0dc6b12bb14689d1497129616b0eb300bbcb483a6865ac315bced562a

diff --git a/app-admin/consul/consul-0.7.3.ebuild 
b/app-admin/consul/consul-0.7.3.ebuild
new file mode 100644
index ..7bbd099
--- /dev/null
+++ b/app-admin/consul/consul-0.7.3.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit systemd user
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/hashicorp/consul"
+DESCRIPTION="A tool for service discovery, monitoring and configuration"
+HOMEPAGE="http://www.consul.io";
+SRC_URI="https://github.com/hashicorp/consul/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/mitchellh/gox/archive/c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz
 -> gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz
+   
https://github.com/mitchellh/iochan/archive/87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz
 -> iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz
+"
+
+SLOT="0"
+LICENSE="MPL-2.0"
+IUSE=""
+
+RESTRICT="test"
+
+DEPEND="
+   >=dev-lang/go-1.6:=
+   >=dev-go/go-tools-0_pre20160121"
+RDEPEND=""
+
+pkg_setup() {
+   enewgroup consul
+   enewuser consul -1 -1 /var/lib/${PN} consul
+}
+
+get_archive_go_package() {
+   local archive=${1} uri x
+   for x in ${SRC_URI}; do
+   if [[ ${x} == http* ]]; then
+   uri=${x}
+   elif [[ ${x} == ${archive} ]]; then
+   break
+   fi
+   done
+   uri=${uri#https://}
+   echo ${uri%/archive/*}
+}
+
+unpack_go_packages() {
+   local go_package x
+   # Unpack packages to appropriate locations for GOPATH
+   for x in ${A}; do
+   unpack ${x}
+   if [[ ${x} == *.tar.gz ]]; then
+   go_package=$(get_archive_go_package ${x})
+   mkdir -p src/${go_package%/*}
+   mv ${go_package##*/}-* src/${go_package} || die
+   fi
+   done
+}
+
+src_unpack() {
+   mkdir "${S}" || die
+   cd "${S}" || die
+   unpack_go_packages
+}
+
+src_prepare() {
+   eapply_user
+   # Avoid the need to have a git checkout
+   sed -e 's:^GIT.*::' \
+   -e 's:-X main.GitCommit.*:" \\:' \
+   -i "${S}/src/${EGO_PN}/scripts/build.sh

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/zookeepercli/

2017-01-27 Thread Zac Medico
commit: 1ef7af633fa78d96aa3e5bf75b9b0b9bf3a52333
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jan 28 06:55:44 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jan 28 07:05:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef7af63

sys-cluster/zookeepercli: add dev-lang/go to DEPEND

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild 
b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
index 82a8775..0ad3a99 100644
--- a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
+++ b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,6 +15,7 @@ HOMEPAGE="https://${EGO_PN%/*}";
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
+DEPEND=">=dev-lang/go-1.4.2:="
 
 get_archive_go_package() {
local archive=${1} uri x



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

2017-01-27 Thread Mike Frysinger
commit: d4a7512865782207325e9a5ab22b5170e9c95745
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 28 06:49:36 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 28 06:50:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a75128

app-text/mandoc: initial ebuild #559926

Based on Albert Ou's work.

 app-text/mandoc/Manifest |  1 +
 app-text/mandoc/mandoc-1.13.4.ebuild | 67 
 app-text/mandoc/metadata.xml |  7 
 3 files changed, 75 insertions(+)

diff --git a/app-text/mandoc/Manifest b/app-text/mandoc/Manifest
new file mode 100644
index ..36644d2
--- /dev/null
+++ b/app-text/mandoc/Manifest
@@ -0,0 +1 @@
+DIST mdocml-1.13.4.tar.gz 370428 SHA256 
0a55c1addb188071d6f784599303656b8465e98ec6b2f4f264e12fb96d79e0ef SHA512 
1d671651ca1bb81d0de86e34de8b95a3bde5b335bda03d1b83b601e26eed167af6ef8bac6f9935603e57514f2734cd8f979ed556c76db629dd5c685892d71ec2
 WHIRLPOOL 
cba6d6e34d59a772ef6339b91ec57d7f9b0f6b7345567445eedd230d5c7f05971b70789fe4d338e226e863c47ca9f32667ff5ff03eaa8db97add1b1346523194

diff --git a/app-text/mandoc/mandoc-1.13.4.ebuild 
b/app-text/mandoc/mandoc-1.13.4.ebuild
new file mode 100644
index ..38558e8
--- /dev/null
+++ b/app-text/mandoc/mandoc-1.13.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+MY_PN="mdocml"
+MY_P="${MY_PN}-${PV}"
+
+inherit multilib toolchain-funcs
+
+DESCRIPTION="Suite of tools compiling mdoc and man"
+HOMEPAGE="http://mdocml.bsd.lv/";
+SRC_URI="http://mdocml.bsd.lv/snapshots/${MY_P}.tar.gz";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="sqlite static"
+
+LIB_DEPEND="sys-libs/zlib[static-libs(+)]
+   sqlite? ( dev-db/sqlite:3[static-libs(+)] )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # The db-install change is to support parallel installs.
+   sed -i \
+   -e '/ar rs/s:ar:$(AR):' \
+   -e '/^db-install:/s:$: base-install:' \
+   Makefile || die
+
+   cat < "configure.local"
+PREFIX="${EPREFIX}/usr"
+BINDIR="${EPREFIX}/usr/bin"
+SBINDIR="${EPREFIX}/usr/sbin"
+LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+MANDIR="${EPREFIX}/usr/share/man"
+INCLUDEDIR="${EPREFIX}/usr/include/mandoc"
+EXAMPLEDIR="${EPREFIX}/usr/share/examples/mandoc"
+MANPATH_DEFAULT="${EPREFIX}/usr/man:${EPREFIX}/usr/share/man:${EPREFIX}/usr/local/man:${EPREFIX}/usr/local/share/man"
+
+BINM_MAN=mman
+BINM_SOELIM=msoelim
+BINM_APROPOS=mapropos
+BINM_WHATIS=mwhatis
+BINM_MAKEWHATIS=mmakewhatis
+MANM_MAN=mandoc_man
+MANM_MDOC=mandoc_mdoc
+MANM_ROFF=mandoc_roff
+MANM_EQN=mandoc_eqn
+MANM_TBL=mandoc_tbl
+
+HAVE_SQLITE3="$(usex sqlite 1 0)"
+
+CFLAGS="${CFLAGS} ${CPPFLAGS}"
+LDFLAGS="${LDFLAGS} $(usex static -static '')"
+AR="$(tc-getAR)"
+CC="$(tc-getCC)"
+# The STATIC variable is only used by man.cgi.
+STATIC=
+EOF
+}

diff --git a/app-text/mandoc/metadata.xml b/app-text/mandoc/metadata.xml
new file mode 100644
index ..aebca33
--- /dev/null
+++ b/app-text/mandoc/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   base-sys...@gentoo.org
+
+



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

2017-01-27 Thread Hans de Graaff
commit: f9f7b06c2ab2266784502ef1cb8c40cba5a92c6c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 28 06:36:22 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 28 06:36:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f7b06c

dev-ruby/amq-protocol: add 2.1.0

Package-Manager: portage-2.3.3

 dev-ruby/amq-protocol/Manifest  |  1 +
 dev-ruby/amq-protocol/amq-protocol-2.1.0.ebuild | 28 +
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest
index 6902df6..6e70913 100644
--- a/dev-ruby/amq-protocol/Manifest
+++ b/dev-ruby/amq-protocol/Manifest
@@ -1,2 +1,3 @@
 DIST amq-protocol-1.9.2.gem 43520 SHA256 
79e018cb1a3522967525973ae04d40884620e8d4adca02afeb710f00643a84be SHA512 
ea4553b337589589cc89b70e351722ec8af402bd560d73fd35ad41665424a6212e03e26ac86aace5d90f599c7fc2236686fbd83bd75c7023647d95163a2d8573
 WHIRLPOOL 
5fcfd806b8d84aa64b10bc160fe439dcdff2977b739e04ec23b8f86d94f7a5bee4b95d3688317096b0dcf9214a12921f4b0a4c93c9bd0f6ad3376a6199659189
 DIST amq-protocol-2.0.1.gem 43008 SHA256 
fd5c0ef0f01c040529a6ddbc12cbdde3e40f63d5045c08b13a03f803df4ef6e6 SHA512 
d723899902338562c9b4ad7fdd625e7efa27380b35e9986dfd31f8d334b7cdba4bea47a0f0306a4d24bd14376011287a98d5f31e2d92f89e9fdce7e267d37818
 WHIRLPOOL 
17657719885871532e1eb99ef4cf69dba84141c895f038c71f22fc054642a3b45cbbaf57bf0429aa4c239309b0c2c78d0ac1d9c6f3cb5a307672af4facce8f46
+DIST amq-protocol-2.1.0.gem 43520 SHA256 
d2404af88d5bee649ecf198e9d33d98fe9b9e69dc5f7441e3cdd77322266c395 SHA512 
3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
 WHIRLPOOL 
7fc88f56a2fd310dc2925628c9355209ac461ebb4293fc8ed43071c2f9f47ae10799b0084992c16d21ff0fa220e6e55956080682fca043e68ecc00e5a2a7ce41

diff --git a/dev-ruby/amq-protocol/amq-protocol-2.1.0.ebuild 
b/dev-ruby/amq-protocol/amq-protocol-2.1.0.ebuild
new file mode 100644
index ..b204c05
--- /dev/null
+++ b/dev-ruby/amq-protocol/amq-protocol-2.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby"
+HOMEPAGE="https://github.com/ruby-amqp/amq-protocol";
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/bundler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
+}



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

2017-01-27 Thread Hans de Graaff
commit: 911bf30972edbec504cae1f325a6e03741013daa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 28 06:45:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 28 06:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911bf309

dev-ruby/msgpack: add 1.0.3

Package-Manager: portage-2.3.3

 dev-ruby/msgpack/Manifest |  1 +
 dev-ruby/msgpack/msgpack-1.0.3.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 2f891a6..3729271 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,3 +1,4 @@
 DIST msgpack-0.7.6.gem 74752 SHA256 
8537beb868cc6e742488c54928961cd79694fa0ef5d10772dd3e3eaf62ccc2ba SHA512 
9d30533175118c08f671015a99664e4798c845f63595495933b42f0fa95c160a6708e472da70baeb64537a704dd4768cdc9ab99a19045daabd92555b21f4e389
 WHIRLPOOL 
879e5b6b3fc6cd82d28cce5c4f91621437b2cfc34caf21bdbad5d1bf48d8f7719c97b7b1f96e5648ddc77cee679911c58711a8804dc30765f1ae3ff7f8e32f94
 DIST msgpack-1.0.1.gem 77312 SHA256 
b6b2253658ebea78c3933a72b50463414e9cbcd29daf7ebf070a5d7c6bef195f SHA512 
6a8edde5ef049a5fc3304200424d263d1d67b2e4e3c49480c17b3377713beb7f6e83e43b8a7b1358bb511671b6a7f77650fd949e9c7c432b6fe4141a40628c32
 WHIRLPOOL 
f5e680c8064be6a492f7de46d967f0d491d0c50704413910fbe890d59f11fbc2bb8a8f35efdff25df3411def388e8adee9e77279eecd42812c829b657c6068b3
 DIST msgpack-1.0.2.gem 77312 SHA256 
8f9a01d2456276e37f29ceb8b5deaf541f98358db3f8bc96a617011992af62b9 SHA512 
e821c7057ee3497c833be522c4baa8133ae029ff582bd9892ab20b8981d26c757d6348e8ae9ea4288ef3d4fccc44c5d7304473a9e4c7475a78727811630ccfe9
 WHIRLPOOL 
68e6c41d7e07abca71096f27f37693beb0991b54483aa95a1d47589a028403739b08f68f9dad81d29f827f266af1e2d4b341c889079bad2f05ede1cea9701ebe
+DIST msgpack-1.0.3.gem 77312 SHA256 
6a0de861d6ef51e9155ddac15a476358fbcc21d64be059b7cc2dea076c130623 SHA512 
b76db7f5c91128d1964c7bf8c914a7e85e374fc0149bf5d0b470729fa01f4fdf173f7397e6f8df32af760a622a405cdc6d268f45b776b172bb39b9f1f4f7
 WHIRLPOOL 
77ee2a14fbcd1245ee8e515df8756b2d37aa7f89b842b5e67726b72b6cc1e8bec3d91bc223107cb03a7402d1b2ea3328900f5d7c6119363fcca059bf9d4278bc

diff --git a/dev-ruby/msgpack/msgpack-1.0.3.ebuild 
b/dev-ruby/msgpack/msgpack-1.0.3.ebuild
new file mode 100644
index ..4deeae2
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.0.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="https://msgpack.org/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd"
+IUSE="doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove jruby-specific specs that are run also for other rubies.
+   rm -rf spec/jruby || die
+
+   sed -i -e '/git ls-files/d' msgpack.gemspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
+
+   # rb_num2int is not inlined on 32 bit arches but also not explicitly
+   # defined, bug 582968
+   sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
+}



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

2017-01-27 Thread Matt Turner
commit: a4168bbc0ed3a1051ba95392e90f10d6fbeb2fc0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 28 06:19:17 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 28 06:19:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4168bbc

x11-libs/libxkbfile: Add multilib support.

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

 x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild 
b/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
new file mode 100644
index ..27ed3e3
--- /dev/null
+++ b/x11-libs/libxkbfile/libxkbfile-1.0.9-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org xkbfile library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-proto/kbproto[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2017-01-27 Thread Matt Turner
commit: bcea2037cba680360c03f63bd3041e3c5eda6d9c
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 28 05:52:51 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 28 06:08:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcea2037

x11-drivers/xf86-input-wacom: Kconfig directions.

Upstream commit 471d17148c8b4174ac5f5283a73316d12c4379bc changed it to
HID_USB_WACOM, and then commit 7403a6a448c3ed96221bb46c9da75254fd87b520
merged HID_USB_WACOM into HID_WACOM. Both commits appeared first in the
v3.17 release.

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

 .../xf86-input-wacom-0.34.0.ebuild | 36 +++---
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
index 5a0aed8..2e82a91 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
@@ -45,16 +45,30 @@ src_install() {
 pkg_pretend() {
linux-info_pkg_setup
 
-   if ! linux_config_exists \
-   || ! linux_chkconfig_present TABLET_USB_WACOM \
-   || ! linux_chkconfig_present INPUT_EVDEV; then
-   echo
-   ewarn "If you use a USB Wacom tablet, you need to enable 
support in your kernel"
-   ewarn "  Device Drivers --->"
-   ewarn "Input device support --->"
-   ewarn "  <*>   Event interface"
-   ewarn "  [*]   Tablets  --->"
-   ewarn "<*>   Wacom Intuos/Graphire tablet support (USB)"
-   echo
+   if kernel_is lt 3 17; then
+   if ! linux_config_exists \
+   || ! linux_chkconfig_present TABLET_USB_WACOM \
+   || ! linux_chkconfig_present INPUT_EVDEV; then
+   echo
+   ewarn "If you use a USB Wacom tablet, you need to 
enable support in your kernel"
+   ewarn "  Device Drivers --->"
+   ewarn "Input device support --->"
+   ewarn "  <*>   Event interface"
+   ewarn "  [*]   Tablets  --->"
+   ewarn "<*>   Wacom Intuos/Graphire tablet 
support (USB)"
+   echo
+   fi
+   else
+   if ! linux_config_exists \
+   || ! linux_chkconfig_present HID_WACOM; then
+   echo
+   ewarn "If you use a USB Wacom tablet, you need to 
enable support in your kernel"
+   ewarn "  Device Drivers --->"
+   ewarn "HID support  --->"
+   ewarn "  Special HID drivers  --->"
+   ewarn "<*> Wacom Intuos/Graphire tablet support 
(USB)"
+   echo
+   fi
fi
+
 }



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

2017-01-27 Thread Matt Turner
commit: 7034e048dcc9e57ee24c23900110cd81041c295b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 28 05:37:11 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 28 05:37:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7034e048

x11-drivers/xf86-input-evdev: Add missing virtual/libudev:= dependency.

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

 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild 
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
index e058d39..f46f0db 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -11,7 +11,8 @@ IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.18[udev]
dev-libs/libevdev
-   sys-libs/mtdev"
+   sys-libs/mtdev
+   virtual/libudev:="
 DEPEND="${RDEPEND}
>=x11-proto/inputproto-2.1.99.3
>=sys-kernel/linux-headers-2.6"



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

2017-01-27 Thread Mike Gilbert
commit: abd3b23c1ba34373d1512a2bce3e00d0a2935691
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jan 28 04:57:16 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jan 28 04:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd3b23c

www-client/chromium: remove old

Package-Manager: Portage-2.3.3_p42_p175131, Repoman-2.3.1_p35_p175131

 www-client/chromium/Manifest |   1 -
 www-client/chromium/chromium-55.0.2883.75.ebuild | 734 ---
 www-client/chromium/metadata.xml |   1 -
 3 files changed, 736 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 00628fb..31b6013 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,3 @@
-DIST chromium-55.0.2883.75.tar.xz 511256096 SHA256 
5bcf7180935bebc7648f7e2577f612da681f7846127f79dac22630ded9984e55 SHA512 
9830b02e05ebaf120b02b4c67196ba5c7f2d5aa917b9e5f8516b1f0cce1abd8e752c379e8ac1f16c7b7e451341486d9356d47a1b77b72ab5117390ce16b9
 WHIRLPOOL 
ab752b9e9a6c7a536424ac1384d9f0ad0f23dd40bbf6784e4185554602628e8e1f45acbb264fff33f7f00c8ee14f293bfaf23259d2db4f785c9c9c49e72b28eb
 DIST chromium-56.0.2924.76.tar.xz 513487700 SHA256 
cfb08e226b9c16ad887eb96d715a9cc4ab097d1a79e2e68c8749a7a4164b3c38 SHA512 
ddcb2f0c76bdad3b87dc9219367764cb9adb900d7581dc5a371184ebfe2581f6ecbfc9aae02115e87291a5b90587fc145dada2b0940ae60fc19d25f5c505022d
 WHIRLPOOL 
db244681d9b1e325179328a64fb46ffb7a2492b48bafc327500ef491a676d3783cdf4ba400283c0c7a505958d376f784c35d28f4418557d6ba4cdd6bcf2cd5e9
 DIST chromium-57.0.2986.0.tar.xz 524087844 SHA256 
3d6db744a750c0bffeda6f00aa1d2fd27efa6e0a44354a5d6be5fa2414095897 SHA512 
1737c0e626d38277176f96cc3314c2b44226f020d1387ed6a31362763e37b13312a112af16c876fa99546f20f8649f0076dfe3280895272fd0f2dd9d57ae8deb
 WHIRLPOOL 
988cf3f656082efbe6b78a74b7f9060d1f0e436dae72f250a0751eaeab2cd654c25d83c5b84fd1bd726346ce6bdbf1db98cdba69c1cab0c200d84c339685fc1f
 DIST chromium-57.0.2987.8.tar.xz 521629532 SHA256 
3fbdb631a03cf310ca7fab6783c0a2dabd02940330fdcb1a0bc3436bcca4ac36 SHA512 
5c8a66873f79b4d986bb5fbcf1a66d02bd87c68e2fc061cd60a758cd207e8a16ce16b0ec01fcf62904c68f9b67b3c564e77e3208d962c977e3af84df9816f525
 WHIRLPOOL 
c3d0ca9f31905292948f3594b7a84a12617407253054e3fb986d14b51277e1a8b7e1d834cfcea048c0b409f09595ef5f8ebd7dd06c20ef1be5d45b300cad3e7a

diff --git a/www-client/chromium/chromium-55.0.2883.75.ebuild 
b/www-client/chromium/chromium-55.0.2883.75.ebuild
deleted file mode 100644
index 05ef986..
--- a/www-client/chromium/chromium-55.0.2883.75.ebuild
+++ /dev/null
@@ -1,734 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx 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 ~arm ~arm64 x86"
-IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-COMMON_DEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
-   dev-libs/expat:=
-   dev-libs/glib:=
-   dev-libs/icu:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.14.3:=
-   >=dev-libs/re2-0.2016.05.01:=
-   gnome? ( >=gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   media-libs/libexif:=
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   media-libs/libvpx:=[svc]
-   media-libs/speex:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= )
-   sys-apps/dbus:=
-   sys-apps/pciutils:=
-   >=sys-libs/libcap-2.22:=
-   virtual/udev
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:=
-   gtk3? ( x11-libs/gtk+:3= )
-   !gtk3? ( x11-libs/gtk+:2= )
-   x11-libs/libdrm
-   x11

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

2017-01-27 Thread Matt Turner
commit: 5b0bbfeefaea23ea16661cd6920a1f3f5328ff92
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 28 04:46:58 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 28 04:46:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0bbfee

x11-libs/libdrm: Version bump to 2.4.75.

 x11-libs/libdrm/Manifest |  1 +
 x11-libs/libdrm/libdrm-2.4.75.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index c25934d..bfcc9fc 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -4,3 +4,4 @@ DIST libdrm-2.4.68.tar.bz2 735554 SHA256 
5b4bd9a5922929bc716411cb74061fbf31b06ba
 DIST libdrm-2.4.70.tar.bz2 692277 SHA256 
b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530540e7b SHA512 
f23833885f675168ce0590e7ed3d41ef081e864262007f17c3d02613dd13b9540a06420ed2ec2c83316a83039ebabbe3fc9759d9b61fc402be8830e993a799a5
 WHIRLPOOL 
e69761297eda6c52ec8f434a0f41f39bb47f92a2ed05b6dee413a63d88dd0b07f936382f0d46b63a4f5acf5b4c5c091ccea634dcb4912195aa86b8244f222c63
 DIST libdrm-2.4.73.tar.bz2 777305 SHA256 
96bfd39242fe168017d95f22e141645a35591f5902a7d98c2fa4ca8c31df5e4d SHA512 
81f8ac6831926850dbbac9efc1becfc3c2e4a5299376521c38b8466e9cebfd24396c475ef96633be69e89ea8791430c02fcc19d190feb205eca29acaeb06cb55
 WHIRLPOOL 
02e9658e74bd039b54d4c6b67017d90e147b53d5d374933f3bb1b9a26f54071e549a595d2ad27382c8c0237e64abdc65fee5adc75c89a965773d065562df7477
 DIST libdrm-2.4.74.tar.bz2 781730 SHA256 
d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b SHA512 
5b9784bf00bb8179ad59f2fbe5600b51ede3f79dd1ea2cb50485ffaabf74e83d766b2deb6833b99692a303e6780286ecce41b88a2d7c15f9e839bc7182a8879d
 WHIRLPOOL 
25a85b5cbfa02b6e4e75f517dd445b5182593a04485ad6ac715e88ae6f7f3952de49096f17c27be7c9bcd2eab064147952e49c1d0957dd95d4e672ba68cd5bc0
+DIST libdrm-2.4.75.tar.bz2 774589 SHA256 
2d5a500eef412cc287d12268eed79d571e262d4957a2ec9258073f305985054f SHA512 
7d30029dfc384024eb6a82a04122064366572f5888ac4594fd9e02bc0a22ed2d154bef1840bd24f0543b77460d6359d7e424d424e10f4256ee3c898041be2292
 WHIRLPOOL 
24134409e59fe48bae02890b8153c063a49b114bcad9911487aa25ee594fe622ba04a3b2e486a2944ebe4177e205a8a970dd8d584550022780a70cb0447decf9

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



[gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/powerpc/ppc64/32bit-userland/

2017-01-27 Thread Thomas Deutschmann
commit: 9ccd26f7fa19ec79603417b601ff483b0162b965
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 28 01:44:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 28 01:48:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccd26f7

profiles: Mask "java" USE flag for hardened/linux/powerpc/ppc64/32bit-userland

Acked-by: James Le Cuirot  gentoo.org>

 profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask 
b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask
index ddde044..40f9f05 100644
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask
+++ b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Thomas Deutschmann  (28 Jan 2017)
+# No JAVA in 32-bit userland
+java
+
 # We mask this since we're not really a multilib profile
 multilib
 



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

2017-01-27 Thread Thomas Deutschmann
commit: d29095b1301441c45274c189edbeaad5af4c2857
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 28 01:44:22 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 28 01:48:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29095b1

profiles: Mask "java" USE flag for uclibc

Acked-by: James Le Cuirot  gentoo.org>

 profiles/default/linux/uclibc/use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/default/linux/uclibc/use.mask 
b/profiles/default/linux/uclibc/use.mask
index 03acc65..4317e34 100644
--- a/profiles/default/linux/uclibc/use.mask
+++ b/profiles/default/linux/uclibc/use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Thomas Deutschmann  (28 Jan 2017)
+# No JAVA in uclibc
+java
+
 nls
 pam
 



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

2017-01-27 Thread Jory Pratt
commit: b427f79d582968b51d0b08f3ab731689c8f4e788
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sat Jan 28 00:32:26 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Jan 28 00:32:26 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b427f79d

www-client/firefox - remove qt patch, qt support stripped in 50.x

 .../firefox/files/firefox-45-qt-widget-fix.patch| 21 -
 1 file changed, 21 deletions(-)

diff --git a/www-client/firefox/files/firefox-45-qt-widget-fix.patch 
b/www-client/firefox/files/firefox-45-qt-widget-fix.patch
deleted file mode 100644
index 339bec0..000
--- a/www-client/firefox/files/firefox-45-qt-widget-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/widget/qt/nsWindow.cpp   2016-02-01 17:41:02.0 -0500
-+++ b/widget/qt/nsWindow.cpp   2016-02-04 11:22:02.369759044 -0500
-@@ -594,17 +594,17 @@
- }
- 
- NS_IMETHODIMP
- nsWindow::ConfigureChildren(const nsTArray& 
aConfigurations)
- {
- for (uint32_t i = 0; i < aConfigurations.Length(); ++i) {
- const Configuration& configuration = aConfigurations[i];
- 
--nsWindow* w = static_cast(configuration.mChild);
-+nsWindow* w = static_cast(configuration.mChild.get());
- NS_ASSERTION(w->GetParent() == this,
-  "Configured widget is not a child");
- 
- LayoutDeviceIntRect wBounds =
- LayoutDeviceIntRect::FromUnknownRect(w->mBounds);
- if (wBounds.Size() != configuration.mBounds.Size()) {
- w->Resize(configuration.mBounds.x, configuration.mBounds.y,
-   configuration.mBounds.width, 
configuration.mBounds.height,



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

2017-01-27 Thread Jory Pratt
commit: 2d67ad7b04bb26d9bc037effe1d2a936a0dfc947
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sat Jan 28 00:31:12 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Jan 28 00:31:12 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2d67ad7b

www-client/firefox - sync esr ebuild with tree

 www-client/firefox/firefox-45.7.0.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/www-client/firefox/firefox-45.7.0.ebuild 
b/www-client/firefox/firefox-45.7.0.ebuild
index 34f9e6c..9ad87f2 100644
--- a/www-client/firefox/firefox-45.7.0.ebuild
+++ b/www-client/firefox/firefox-45.7.0.ebuild
@@ -28,8 +28,8 @@ fi
 PATCH="${PN}-45.0-patches-10"
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 
-MOZCONFIG_OPTIONAL_GTK3=1
-MOZCONFIG_OPTIONAL_QT5=1
+# Kill gtk3 support since gtk+-3.20 breaks it hard prior to 48.0
+#MOZCONFIG_OPTIONAL_GTK3=1
 MOZCONFIG_OPTIONAL_WIFI=1
 MOZCONFIG_OPTIONAL_JIT="enabled"
 
@@ -54,9 +54,7 @@ SRC_URI="${SRC_URI}
 ASM_DEPEND=">=dev-lang/yasm-1.1"
 
 # Mesa 7.10 needed for WebGL + bugfixes
-# gtk3 from 3.20 and above fails hard, limit it
 RDEPEND="
-   gtk3? ( =dev-libs/nss-3.21.1
>=dev-libs/nspr-4.12
selinux? ( sec-policy/selinux-mozilla )"
@@ -131,8 +129,7 @@ src_unpack() {
 
 src_prepare() {
# Apply our patches
-   eapply "${WORKDIR}/firefox" \
-   "${FILESDIR}"/${PN}-45-qt-widget-fix.patch
+   eapply "${WORKDIR}/firefox"
 
# Allow user to apply any additional patches without modifing ebuild
eapply_user



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

2017-01-27 Thread Jory Pratt
commit: 5e1aabf0827dd635a853fe40a761f8d2efa3aff6
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Jan 27 16:03:08 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Jan 28 00:29:28 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5e1aabf0

www-client/firefox: adjust SHELL, other var specs on calls to emake

Aligned the use of forcing various variables on calls to emake, so that they
are common across all current versions of firefox.  This should address
two bugs related to SHELL: bug 602370 and bug 600488

Package-Manager: portage-2.3.0
Signed-off-by: Jory A. Pratt  gentoo.org>

 www-client/firefox/firefox-45.7.0.ebuild | 7 +++
 www-client/firefox/firefox-52.0_beta1.ebuild | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/www-client/firefox/firefox-45.7.0.ebuild 
b/www-client/firefox/firefox-45.7.0.ebuild
index acac8f4..34f9e6c 100644
--- a/www-client/firefox/firefox-45.7.0.ebuild
+++ b/www-client/firefox/firefox-45.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -223,6 +223,7 @@ src_configure() {
fi
 
# workaround for funky/broken upstream configure...
+   SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake -f client.mk configure
 }
 
@@ -248,11 +249,9 @@ src_compile() {
shopt -u nullglob
addpredict "${cards}"
 
-   CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" 
SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
virtx emake -f client.mk profiledbuild || die "virtx emake 
failed"
else
-   CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" 
SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake -f client.mk realbuild
fi
@@ -292,7 +291,7 @@ src_install() {
|| die
done
 
-   MOZ_MAKE_FLAGS="${MAKEOPTS}" \
+   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake DESTDIR="${D}" install
 
# Install language packs

diff --git a/www-client/firefox/firefox-52.0_beta1.ebuild 
b/www-client/firefox/firefox-52.0_beta1.ebuild
index a3358b9..a3ef82e 100644
--- a/www-client/firefox/firefox-52.0_beta1.ebuild
+++ b/www-client/firefox/firefox-52.0_beta1.ebuild
@@ -306,7 +306,7 @@ src_install() {
|| die
done
 
-   MOZ_MAKE_FLAGS="${MAKEOPTS}" \
+   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake DESTDIR="${D}" install
 
# Install language packs



[gentoo-commits] repo/gentoo:master commit in: games-simulation/crrcsim/files/, games-simulation/crrcsim/

2017-01-27 Thread Michael Weber
commit: 0461da6f251ffac1ec0a91e117508324c3d0a4e3
Author: Michael Weber  gentoo  org>
AuthorDate: Sat Jan 28 00:03:04 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Jan 28 00:03:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0461da6f

games-simulation/crrcsim: Drop old versions.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-simulation/crrcsim/Manifest  |  1 -
 games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild  | 60 -
 games-simulation/crrcsim/crrcsim-0.9.12-r2.ebuild  | 63 --
 .../crrcsim/files/crrcsim-buildsystem.patch| 25 -
 4 files changed, 149 deletions(-)

diff --git a/games-simulation/crrcsim/Manifest 
b/games-simulation/crrcsim/Manifest
index d55ace0..2a090cd 100644
--- a/games-simulation/crrcsim/Manifest
+++ b/games-simulation/crrcsim/Manifest
@@ -1,2 +1 @@
-DIST crrcsim-0.9.12.tar.gz 7355827 SHA256 
2d166aec9ff4394a0252368d4cfcac5ba4ab8a29f58f99cd1649721a8f65a3fb SHA512 
53c4a530922d58ca0211a5a3171d927c9c9161139c63e73d8dbc602e0aa1c259ef0f3ba712b30a71dc357889bbf59fa76888315bdcd264e0d29307e66b70b00a
 WHIRLPOOL 
3f177ae208e0f70b0ebdc9aa4e1e200ff73bdf656fecb67c6ffe7a8e303bae4ce8caab4c4e01e52371c42ae389574e9c821dcb5c4afb4dc32b94661add18b7ee
 DIST crrcsim-0.9.13.tar.gz 8337392 SHA256 
abe59b35ebb4322f3c48e6aca57dbf27074282d4928d66c0caa40d7a97391698 SHA512 
b687837e07abc07606404d920288984abe7e304afb69158fd840d83bcfe1e9acc4afd8462c0c759df67d50a15ca3753eaf48c4526b201e64a2d641fa3aa8c1ab
 WHIRLPOOL 
2af5b8aa79f8e1edead4ff982392314d659e6f5fbb31f0a4438ecc986898c6026e05d9dc417c6ff88a7a3bba9d10b122e3bf09b8bb274354fe4e531bd86f7b2f

diff --git a/games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild 
b/games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild
deleted file mode 100644
index ab3711e..
--- a/games-simulation/crrcsim/crrcsim-0.9.12-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WANT_AUTOMAKE="1.10"
-inherit autotools eutils gnome2-utils games
-
-DESCRIPTION="model-airplane flight simulation program"
-HOMEPAGE="https://sourceforge.net/projects/crrcsim/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="portaudio"
-
-RDEPEND="sci-mathematics/cgal
-   media-libs/plib
-   media-libs/libsdl[X,sound,joystick,opengl,video]
-   portaudio? ( media-libs/portaudio )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-buildsystem.patch
-   if has_version "sci-mathematics/cgal[gmp(+)]" ; then
-   epatch "${FILESDIR}"/${PN}-cgal_gmp.patch
-   fi
-   eautoreconf
-}
-
-src_configure() {
-   egamesconf \
-   --datarootdir="${EPREFIX%/}/usr/share" \
-   --datadir="${GAMES_DATADIR}" \
-   --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \
-   $(use_with portaudio)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS HISTORY NEWS README
-   doicon -s 32 packages/icons/${PN}.png
-   make_desktop_entry ${PN}
-   prepgamesdirs
-}
-
-pkg_preinst() {
-   games_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/games-simulation/crrcsim/crrcsim-0.9.12-r2.ebuild 
b/games-simulation/crrcsim/crrcsim-0.9.12-r2.ebuild
deleted file mode 100644
index 6bd7440..
--- a/games-simulation/crrcsim/crrcsim-0.9.12-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-WANT_AUTOMAKE="1.10"
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="model-airplane flight simulation program"
-HOMEPAGE="https://sourceforge.net/projects/crrcsim/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="portaudio"
-
-RDEPEND="
-   media-libs/libsdl[X,sound,joystick,opengl,video]
-   media-libs/plib
-   sci-mathematics/cgal
-   portaudio? ( media-libs/portaudio )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-buildsystem.patch
-)
-
-src_prepare() {
-   default
-
-   if has_version "sci-mathematics/cgal[gmp(+)]" ; then
-   eapply "${FILESDIR}"/${PN}-cgal_gmp.patch
-   fi
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --datadir="/usr/share" \
-   --datarootdir="${EPREFIX%/}/usr/share" \
-   --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \
-   $(use_with portaudio)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS HISTORY NEWS README
-   doicon -s 32 packages/icons/${PN}.png
-   make_desktop_entry ${PN}
-}
-
-pkg_preinst() {
-

[gentoo-commits] repo/gentoo:master commit in: games-simulation/crrcsim/files/, games-simulation/crrcsim/

2017-01-27 Thread Michael Weber
commit: 5a523ff90c15898ff2ed1778701414a86e2fbd14
Author: Michael Weber  gentoo  org>
AuthorDate: Sat Jan 28 00:02:27 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Jan 28 00:02:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a523ff9

games-simulation/crrcsim: Version bump (bug 601238, thanks Grant Edwards).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-simulation/crrcsim/Manifest  |  1 +
 games-simulation/crrcsim/crrcsim-0.9.13.ebuild | 60 +
 .../crrcsim/files/crrcsim-0.9.13-buildsystem.patch | 62 ++
 3 files changed, 123 insertions(+)

diff --git a/games-simulation/crrcsim/Manifest 
b/games-simulation/crrcsim/Manifest
index 0a90e22..d55ace0 100644
--- a/games-simulation/crrcsim/Manifest
+++ b/games-simulation/crrcsim/Manifest
@@ -1 +1,2 @@
 DIST crrcsim-0.9.12.tar.gz 7355827 SHA256 
2d166aec9ff4394a0252368d4cfcac5ba4ab8a29f58f99cd1649721a8f65a3fb SHA512 
53c4a530922d58ca0211a5a3171d927c9c9161139c63e73d8dbc602e0aa1c259ef0f3ba712b30a71dc357889bbf59fa76888315bdcd264e0d29307e66b70b00a
 WHIRLPOOL 
3f177ae208e0f70b0ebdc9aa4e1e200ff73bdf656fecb67c6ffe7a8e303bae4ce8caab4c4e01e52371c42ae389574e9c821dcb5c4afb4dc32b94661add18b7ee
+DIST crrcsim-0.9.13.tar.gz 8337392 SHA256 
abe59b35ebb4322f3c48e6aca57dbf27074282d4928d66c0caa40d7a97391698 SHA512 
b687837e07abc07606404d920288984abe7e304afb69158fd840d83bcfe1e9acc4afd8462c0c759df67d50a15ca3753eaf48c4526b201e64a2d641fa3aa8c1ab
 WHIRLPOOL 
2af5b8aa79f8e1edead4ff982392314d659e6f5fbb31f0a4438ecc986898c6026e05d9dc417c6ff88a7a3bba9d10b122e3bf09b8bb274354fe4e531bd86f7b2f

diff --git a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild 
b/games-simulation/crrcsim/crrcsim-0.9.13.ebuild
new file mode 100644
index ..579b6a8
--- /dev/null
+++ b/games-simulation/crrcsim/crrcsim-0.9.13.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+WANT_AUTOMAKE="1.10"
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="model-airplane flight simulation program"
+HOMEPAGE="https://sourceforge.net/projects/crrcsim/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="portaudio"
+
+RDEPEND="media-libs/libsdl[X,sound,joystick,opengl,video]
+   media-libs/plib
+   sci-mathematics/cgal
+   portaudio? ( media-libs/portaudio )"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-buildsystem.patch )
+
+src_prepare() {
+   default
+
+   if has_version "sci-mathematics/cgal[gmp(+)]" ; then
+   eapply "${FILESDIR}"/${PN}-cgal_gmp.patch
+   fi
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --datadir="/usr/share" \
+   --datarootdir="${EPREFIX%/}/usr/share" \
+   --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \
+   $(use_with portaudio)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS HISTORY NEWS README
+   doicon -s 32 packages/icons/${PN}.png
+   make_desktop_entry ${PN}
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/games-simulation/crrcsim/files/crrcsim-0.9.13-buildsystem.patch 
b/games-simulation/crrcsim/files/crrcsim-0.9.13-buildsystem.patch
new file mode 100644
index ..396fd57
--- /dev/null
+++ b/games-simulation/crrcsim/files/crrcsim-0.9.13-buildsystem.patch
@@ -0,0 +1,62 @@
+--- crrcsim-0.9.11/configure.ac
 crrcsim-0.9.11/configure.ac
+@@ -79,8 +79,12 @@
+ dnl Default is: no portaudio present
+ portaudio=0
+ 
++AC_ARG_WITH([portaudio], AS_HELP_STRING([--without-portaudio], [Build without 
portaudio library (default: test)]))
++
++AS_IF([test "x$with_portaudio" != "xno"], [
+ dnl Check for the Portaudio header file
+ AC_CHECK_HEADER([portaudio.h])
++])
+ 
+ if  (test "x$ac_cv_header_portaudio_h" = "xyes"); then 
+   dnl Check for Portaudio 18
+--- crrcsim-0.9.13/src/mod_misc/filesystools.cpp
 crrcsim-0.9.13/src/mod_misc/filesystools.cpp
+@@ -113,8 +113,8 @@
+   // $USERPROFILE/.crrcsim(WIN32)
+   // $HOME/.crrcsim   (LINUX)
+   // CRRC_DATA_PATH   (LINUX)
+-  // /usr/local/share/games/crrcsim   (LINUX)
+-  // /usr/share/games/crrcsim (LINUX)
++  // /usr/local/share/crrcsim (LINUX)
++  // /usr/share/crrcsim   (LINUX)
+ 
+   // cwd
+   if (dirname != "")
+@@ -154,13 +154,13 @@
+ s.append(dirname);
+ pathlist.push_back(s);
+ #endif
+-s = "/usr/local/share/games/" + appname + "/";
++s = "/usr/local/share/" + appname + "/";
+ if (s != data_path)// avoid adding this path twice
+ {
+   s.append(dirname);
+   pathlist.push_back(s);
+ }
+-s = "/usr/share/games/" + appname + "/";
++s = "/usr/

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

2017-01-27 Thread Michael Weber
commit: 8a4c428797c8d73c269edbaa6fea8ccb95b8c7f9
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Jan 27 23:32:57 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Jan 27 23:32:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c4287

dev-libs/libcss: Fix deps (bug 607006).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/libcss/libcss-0.6.1.ebuild 
b/dev-libs/libcss/libcss-0.6.1.ebuild
index c8f764f..55bf712 100644
--- a/dev-libs/libcss/libcss-0.6.1.ebuild
+++ b/dev-libs/libcss/libcss-0.6.1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~m68k-mint"
 IUSE="test"
 
 RDEPEND=">=dev-libs/libparserutils-0.2.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   >=dev-libs/libwapcaplet-0.2.2-r1[static-libs?,${MULTILIB_USEDEP}]"
+   >=dev-libs/libwapcaplet-0.4.0[static-libs?,${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( dev-lang/perl )"



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

2017-01-27 Thread Alon Bar-Lev
commit: 453bc8b872081e2c49571a8bad46b84488a31d47
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Jan 27 22:38:18 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Jan 27 22:38:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453bc8b8

app-crypt/gnupg: sync keywords until archs request to drop

Package-Manager: portage-2.3.3

 app-crypt/gnupg/gnupg-2.1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.1.18.ebuild 
b/app-crypt/gnupg/gnupg-2.1.18.ebuild
index 3f81c0a..419c4a1 100644
--- a/app-crypt/gnupg/gnupg-2.1.18.ebuild
+++ b/app-crypt/gnupg/gnupg-2.1.18.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-3"
 
 MY_P="${P/_/-}"
 SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-fbsd ~x86-freebsd ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT="0"
 IUSE="bzip2 doc +gnutls ldap nls readline selinux +smartcard tofu tools usb 
wks-server"



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

2017-01-27 Thread Patrice Clement
commit: f8f3fc131ee6c2e2892895651186c7cac1a04f41
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 27 22:33:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 27 22:33:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f3fc13

dev-util/patchutils: fix tests.

Gentoo-Bug: https://bugs.gentoo.org/605952

Package-Manager: portage-2.3.0

 dev-util/patchutils/patchutils-0.3.4.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-util/patchutils/patchutils-0.3.4.ebuild 
b/dev-util/patchutils/patchutils-0.3.4.ebuild
index 25ae2c8..a225494 100644
--- a/dev-util/patchutils/patchutils-0.3.4.ebuild
+++ b/dev-util/patchutils/patchutils-0.3.4.ebuild
@@ -13,11 +13,15 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
-RDEPEND=""
-# The testsuite makes use of gendiff(1) that comes from rpm, thus if
-# the user wants to run tests, it should install that too.
+# testsuite makes use of gendiff(1) that comes from rpm, thus if the user wants
+# to run tests, it should install that package as well.
 DEPEND="test? ( app-arch/rpm )"
 
 PATCHES=(
"${FILESDIR}/${PN}-0.3.3-format-security.patch"
 )
+
+src_test() {
+   # See bug 605952.
+   make check || die
+}



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

2017-01-27 Thread Amadeusz Piotr Żołnowski
commit: 935bc7161232d3955d0640a8bc1a38df771f2a5a
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Fri Jan 27 21:23:29 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Jan 27 22:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935bc716

sys-apps/firejail-lts: Bump version

Gentoo-Bug: 607382

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/firejail-lts/Manifest |  1 +
 .../firejail-lts/firejail-lts-0.9.38.10.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/firejail-lts/Manifest b/sys-apps/firejail-lts/Manifest
index 1a42a10..a3dd5c4 100644
--- a/sys-apps/firejail-lts/Manifest
+++ b/sys-apps/firejail-lts/Manifest
@@ -1 +1,2 @@
+DIST firejail-0.9.38.10.tar.bz2 159476 SHA256 
1695c8991ab27e7bd69a27e73e311d28fda92d996ffab90addabfcd57690e1ba SHA512 
61a41655a46031c34f44f7f24e3c5369e3187edc10cb091b0d429ead8d367e79acdaa4bb41573cdf733111ce353fc91efe51cb95e331ad7c2fdb639a60e194fb
 WHIRLPOOL 
dfcc293a5dc94b44d18a0fd0930c771a7f9cae250ef5da06d7564b8f57618c28ccd6f74a772d20f1e3ce72bb6a40b4fe722b2f008c36e8210aa4dc1f870c0226
 DIST firejail-0.9.38.8.tar.bz2 158812 SHA256 
36990c817d89b70ca9fa50860133c7728157003479e3b1801515ff259adf9357 SHA512 
6f62bd0a9e87251af0e8c6d009714d18e7fb2819e4136fb49dcd7cc7ebc2b7b196395a0fe45a93101b0d42c66240c0da82481fd9d911fa33b0d7ca4933227dfd
 WHIRLPOOL 
9ef9d61e5ec36c517b55dbbe921e28b96a2839f79a4aec775cf4f88320a3f6f8d2270363c0949e84e17af40642491910abc13f0e997dedd9dfad19a891312484

diff --git a/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild 
b/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild
new file mode 100644
index ..d57adf1
--- /dev/null
+++ b/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_PN=firejail
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Security sandbox for any type of processes; LTS branch"
+HOMEPAGE="https://firejail.wordpress.com/";
+SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+seccomp"
+
+DEPEND="!sys-apps/firejail"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   find -name Makefile.in -exec sed -i -r \
+   -e '/CFLAGS/s: (-O2|-ggdb) : :g' \
+   -e '1iCC=@CC@' {} + || die
+}
+
+src_configure() {
+   econf $(use_enable seccomp)
+}



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

2017-01-27 Thread Amadeusz Piotr Żołnowski
commit: e5fe84214f86932076485c28d8bdc87888203e1c
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Fri Jan 27 21:34:20 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Jan 27 22:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fe8421

sys-apps/firejail: Don't install license file

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/firejail/firejail-0.9.44.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/firejail/firejail-0.9.44.8.ebuild 
b/sys-apps/firejail/firejail-0.9.44.8.ebuild
index a905b9b..6d5f530 100644
--- a/sys-apps/firejail/firejail-0.9.44.8.ebuild
+++ b/sys-apps/firejail/firejail-0.9.44.8.ebuild
@@ -24,6 +24,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
default
find -name Makefile.in -exec sed -i -r \
+   -e '/^\tinstall .*COPYING /d' \
-e '/CFLAGS/s: (-O2|-ggdb) : :g' \
-e '1iCC=@CC@' {} + || die
 }



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

2017-01-27 Thread Amadeusz Piotr Żołnowski
commit: 863ed56415590683d865e86f6c2d94f5f028d107
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Fri Jan 27 21:20:52 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Jan 27 22:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863ed564

sys-apps/firejail: Bump version

Gentoo-Bug: 607382

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/firejail/Manifest |  1 +
 sys-apps/firejail/firejail-0.9.44.8.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
index 251939e..5788674 100644
--- a/sys-apps/firejail/Manifest
+++ b/sys-apps/firejail/Manifest
@@ -1 +1,2 @@
 DIST firejail-0.9.44.4.tar.xz 213648 SHA256 
2d70a2cd554835db0e2eba201c0466e247fbaa2b60c86abd34b9170e0eebc10f SHA512 
222567db00fd85f468fff380dbc875b10fe4eb94ff95669e15adc4db55b36208eaef5ceb65bd2d05d79f8f9230552fb0f597fb6b7bf06bb47537321c9c02a3be
 WHIRLPOOL 
8f19f2bda316cca29057d547d9deb357a55db3ffe3ef0ef02f948bd975e2e66f34a91f121363c15b5f6012fb3bde08fa10d2bc90233a14662406effbaff9fe37
+DIST firejail-0.9.44.8.tar.xz 214624 SHA256 
b9fe191771db2d19344bfc8b1117c33793f78ae1ba10a76e948bfafd71b10771 SHA512 
5dc56e259b18c1bd853d15b44bd266b59f45b8ede7e370ce59bfeff7e390d7f4a1784c1c0986d039e2f8de6329984748c8ed287a4a715e95886607f0fd91fd4f
 WHIRLPOOL 
f679f7f9592b27382b3653042d15bdc6c69d7ee95cb87a9dbcf1022b284901cfde26efc572e6d540ce15332418e6f80456dec2e9cc133b8b85815b57707245f1

diff --git a/sys-apps/firejail/firejail-0.9.44.8.ebuild 
b/sys-apps/firejail/firejail-0.9.44.8.ebuild
new file mode 100644
index ..a905b9b
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.44.8.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="apparmor +bind +chroot +file-transfer +network
+   network-restricted +seccomp +userns x11"
+
+DEPEND="!sys-apps/firejail-lts
+   apparmor? ( sys-libs/libapparmor )"
+RDEPEND="${DEPEND}
+   x11? ( x11-wm/xpra[client,server] )"
+
+src_prepare() {
+   default
+   find -name Makefile.in -exec sed -i -r \
+   -e '/CFLAGS/s: (-O2|-ggdb) : :g' \
+   -e '1iCC=@CC@' {} + || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable apparmor)
+   $(use_enable bind)
+   $(use_enable chroot)
+   $(use_enable file-transfer)
+   $(use_enable network)
+   $(use_enable seccomp)
+   $(use_enable userns)
+   $(use_enable x11)
+   )
+   use network-restricted && myeconfargs+=( --enable-network=restricted )
+   econf "${myeconfargs[@]}"
+}



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

2017-01-27 Thread Amadeusz Piotr Żołnowski
commit: 9ba67031cd681a35c5893bad8c77c4be47eec190
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Fri Jan 27 22:07:04 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Jan 27 22:20:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba67031

sys-apps/firejail-lts: Install docs in directory with full version

Don't install license file.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild 
b/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild
index d57adf1..8255852 100644
--- a/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild
+++ b/sys-apps/firejail-lts/firejail-lts-0.9.38.10.ebuild
@@ -25,10 +25,13 @@ S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
find -name Makefile.in -exec sed -i -r \
+   -e '/^\tinstall .*COPYING /d' \
-e '/CFLAGS/s: (-O2|-ggdb) : :g' \
-e '1iCC=@CC@' {} + || die
 }
 
 src_configure() {
-   econf $(use_enable seccomp)
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   $(use_enable seccomp)
 }



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

2017-01-27 Thread Lars Wendler
commit: 561439a919c5ca897a0465438d37ae6770cbdef6
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 27 22:16:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 27 22:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561439a9

net-fs/samba: Bump to version 4.6.0_rc2. Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-fs/samba/Manifest   | 2 +-
 net-fs/samba/{samba-4.6.0_rc1.ebuild => samba-4.6.0_rc2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 5856653..a8bcd4b 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -5,7 +5,7 @@ DIST samba-4.4.7.tar.gz 20739248 SHA256 
a69d6612e4a421640242ca66c4dbb0e4c20281e7
 DIST samba-4.4.9.tar.gz 20750010 SHA256 
10f76fa113213ae512db4a4823351178c93fb6bc95d98d0ebc72e3a74d43386f SHA512 
9fda913ece883fbd4309623b03676629d944c6f14df359904db938ac956a2f56b347d51fd7293417b021d5b18145fb693649a54ec2125868ae3fb88f63a17e12
 WHIRLPOOL 
ba92ee892e64e0192b9198423cea86548b4f8b1552634d8775fcff1b7d5c85b874155e4150568e5364b921678d69b668d907de955c2de4f03bc0c0a8075724ee
 DIST samba-4.5.3.tar.gz 20946015 SHA256 
f06dc454a1bb72b21a329e1ad75a14795886401671ec7439d69a6b824c492eca SHA512 
3ba4002131a5d7db35a62bc5841ed7aa7c43d85f7f3509237aa97bd1ff8bac6358eb3acec178ddfa6e8fa9c390dadb947fa90eec27d1299e2a9ccdecc5e9bc16
 WHIRLPOOL 
6667ca8dac8f315f3d27ad8751f26538d0bc0749c16796640e09bdb8e085ceb095e780ff60c4bfcd29f77a65c56933bb42ec9358d706a62ca9d3612b70d68a8f
 DIST samba-4.5.4.tar.gz 20958348 SHA256 
1800d10ea14cabef67c83cc56a0f37f4f30ba5df218b3a1e7c874069a08c0f40 SHA512 
7b24227e17ab091e6165c605f28af19fa846de63f3f24508411db2b509d942e599702dd278c8430481d7a404c5a97005148286ea4e94a35b57a1ec303b1a4409
 WHIRLPOOL 
a1b84726b0a0addb1ca2de8d84429280a82001bf2fb0fbd7524dd2499fb18370d19e099b0852b93cb105b3db45583688b107533d404703ac635c2e6e8e2cb81b
-DIST samba-4.6.0rc1.tar.gz 20981499 SHA256 
9b940a1d099e4953552fec204fb67e4d20e329fb26a7233b608b054ebf3d1db9 SHA512 
6204d133c0cbe108f6bdd818ccce0ea462b9f6e5dc3da7033b9d544108617c8826f8223cd9712b46b1230ed9a6b87ab45f326b8644db30dcbfd7158ec2f14130
 WHIRLPOOL 
82071173ff61a12ada51b8e4710a3990e8310a811ebf751d2bdbe6d3e0cc9705f9c0cde6121225829a80fcac97952e41d5aee497e6b269c1e3feae4c1f5ad88e
+DIST samba-4.6.0rc2.tar.gz 20956751 SHA256 
e05a941d6d089a4781a51eb758661d66ce9c23b7e6286da756f5910424de22d5 SHA512 
e66d9f50f0bda315c1a57cf94c5c06811bf5d0c709ebc513488635c1e044865abc27af9f60023e5ae4ae0c08f819bfc46886bd408be0c63aa8a09a945efa67e0
 WHIRLPOOL 
6fc370fbb4dc5501a3c134725bebe89869bb57d6d54c713d1920056ebe558ee378046e9fa1a6b70af6e23885b92ca4c3dde85e574e482e7a101b334cf0dc9705
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e
 DIST samba-disable-python-patches-4.2.9.tar.xz 6016 SHA256 
222d0153f03e28a0b906ee2b27076223ac88b84a998aaa285f658861edfa SHA512 
02fc666a36f8e733e522663d80775d130fabee9d5fb4e1c261d28815e07be425ae8977213f9216c7af62dd8b2619e7e13d71f9a25780b058c8119901c2115a18
 WHIRLPOOL 
ebba3a6d41a41844621759672aa8c984d26f44d12007c8e929405470c381bc262523ec68d3972e86cf675c45f092fa287496167e42940e70d704790753e47b03
 DIST samba-disable-python-patches-4.3.12.tar.xz 6172 SHA256 
d46c03d906d3ab1009bcfd511b85107b276b7950854f2a36c714a6a73244f632 SHA512 
5396419fb4e104564b889806596d76c8e84620c9236da7421e12e2eaeaa48811e4528f51fae49b832cb917010c2e10defd5fd70e8d65b6706f7833bdac4c8892
 WHIRLPOOL 
f4aa70cf50e592e603f8e0a0e36e40d7eee1f2c336d701c84243d79ae5d43a7d247785730a91f16b5ec38c6dc387561cfd64ec476a96096e8ba3e6ca97c5ffbe

diff --git a/net-fs/samba/samba-4.6.0_rc1.ebuild 
b/net-fs/samba/samba-4.6.0_rc2.ebuild
similarity index 100%
rename from net-fs/samba/samba-4.6.0_rc1.ebuild
rename to net-fs/samba/samba-4.6.0_rc2.ebuild



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

2017-01-27 Thread Robin H. Johnson
commit: 6a8a2aa1c51c8f9d94607b1c65c896748bf7c881
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jan 24 07:43:24 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jan 27 22:14:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8a2aa1

net-misc/ntp: drop vulnerable and obssolete patch wrt bug #600430

(cherry picked from commit 42c60b7f25fc89dfa79e447584ad6050ffce1393)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3617/
Fixes: https://bugs.gentoo.org/600430

 net-misc/ntp/Manifest  |   2 -
 net-misc/ntp/files/ntp-4.2.8-ntpd-test-signd.patch |  21 
 net-misc/ntp/ntp-4.2.8_p8.ebuild   | 137 -
 3 files changed, 160 deletions(-)

diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest
index 45d0062..4681b59 100644
--- a/net-misc/ntp/Manifest
+++ b/net-misc/ntp/Manifest
@@ -1,4 +1,2 @@
-DIST ntp-4.2.8p8-manpages.tar.xz 24992 SHA256 
d1c349c970280b2bdb8ba197b1229c0c909a59782b76f3d650a9d2663e8a4d36 SHA512 
1a2b71d66ee9e6f03bfbb8f2c4ab1ed30cb2a5a0673e9769749569aa55e8994bacbef399c4b67da265a9673195618df63d84eafbeb37bef30aea302ab99653ef
 WHIRLPOOL 
ec62bc2d01c2494727e385fab4dd40581e69806e5ee7b97dd8cb30c44331386c96650358ff09414536d4b74b8178b0e85a3c436673282f228200b9df863c1890
-DIST ntp-4.2.8p8.tar.gz 7205710 SHA256 
2ab3d0b5f0456e6311dda1cc27ab75da108762773a19e46abd938bd9407b97ee SHA512 
253675667f78ad8855e961d02f6a120b68b75233c18ddb92cb6c9510fb3847f1672d0d6f93ad1eb11b14e3bdf78fdbc1458e516d906b763e8599490da6a4f225
 WHIRLPOOL 
cc054a550e59b44428989a183978ea59c7f1bc2ed9514e7d1cf82127f3188f73edb3521ee5b215438368a3c22b8cae09a78174e943195ddd752f0571335adb9e
 DIST ntp-4.2.8p9-manpages.tar.xz 24988 SHA256 
a7814373e7ceb73a9e426b2e60a9966b6d053f145fd0253bbccf407af9f7ad3f SHA512 
23ba80c540d12e78012a448348b94ccb68d0a8078e2e6fe05be58d89aa5e6e31ee8d686920c0f841ad12eade84a081e393885760fdf81bad5c30c76006df0094
 WHIRLPOOL 
49259ef4bade074bbcb5d87dd21bd93538a3a17405a42e483d10168fd609f908b59c86c73b01d2db2e683ff43fa0fdc0cdf297bfcc452d223dcb78bcef3f46c3
 DIST ntp-4.2.8p9.tar.gz 7231884 SHA256 
b724287778e1bac625b447327c9851eedef020517a3545625e9f652a90f30b72 SHA512 
ffd9e34060210d1cfb8ca0d89f2577df1c5fbe3ba63c620cdadc3ccc3c9d07f518783c6b91e57bffc77b08f449fdbab12faf226672ebd2dde5a0b4a783322a04
 WHIRLPOOL 
ea96b106fd06f2b536394ad2a3dcc2a973aa0cec96140a292bc13b6ceb4159208a59b9c51936240c8a44fa7b2caa4be60d07d3c53066ce8588b0561bef64c070

diff --git a/net-misc/ntp/files/ntp-4.2.8-ntpd-test-signd.patch 
b/net-misc/ntp/files/ntp-4.2.8-ntpd-test-signd.patch
deleted file mode 100644
index 403b2d5..
--- a/net-misc/ntp/files/ntp-4.2.8-ntpd-test-signd.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-http://bugs.ntp.org/show_bug.cgi?id=2951
-
 a/tests/ntpd/Makefile.in
-+++ b/tests/ntpd/Makefile.in
-@@ -205,7 +205,7 @@ test_ntp_scanner_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-   -o $@
- am_test_ntp_signd_OBJECTS = t-ntp_signd.$(OBJEXT) \
-   run-t-ntp_signd.$(OBJEXT) test-libntp.$(OBJEXT) \
--  ntp_signd.$(OBJEXT) $(am__objects_1)
-+  $(am__objects_1)
- test_ntp_signd_OBJECTS = $(am_test_ntp_signd_OBJECTS)
- test_ntp_signd_DEPENDENCIES = $(am__DEPENDENCIES_3) \
-   $(top_builddir)/ntpd/ntp_config.o \
-@@ -871,7 +871,6 @@ test_ntp_signd_SOURCES = \
-   t-ntp_signd.c   \
-   run-t-ntp_signd.c   \
-   $(srcdir)/../libntp/test-libntp.c   \
--  $(srcdir)/../../ntpd/ntp_signd.c\
-   $(NULL)
- 
- 

diff --git a/net-misc/ntp/ntp-4.2.8_p8.ebuild b/net-misc/ntp/ntp-4.2.8_p8.ebuild
deleted file mode 100644
index ccb745f..
--- a/net-misc/ntp/ntp-4.2.8_p8.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils toolchain-funcs flag-o-matic user systemd
-
-MY_P=${P/_p/p}
-DESCRIPTION="Network Time Protocol suite/programs"
-HOMEPAGE="http://www.ntp.org/";
-SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar.gz
-   https://dev.gentoo.org/~polynomial-c/${MY_P}-manpages.tar.xz";
-
-LICENSE="HPND BSD ISC"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
-IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
-
-CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )
-   >=dev-libs/libevent-2.0.9:=[threads?]
-   kernel_linux? ( caps? ( sys-libs/libcap ) )
-   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-   !openntpd? ( !net-misc/openntpd )
-   snmp? ( net-analyzer/net-snmp )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   parse-clocks?

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

2017-01-27 Thread Robin H. Johnson
commit: 8bf890eba651c222a76f06d2fd3bfdb076cc811e
Author: James Broadhead  gmail  com>
AuthorDate: Fri Jan 27 20:11:04 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jan 27 22:12:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf890eb

sys-apps/smartmontools: fix update warning

- update warning about updating the drivedb, so that it notices the
useflag
- fix description so that it's short enough (adapted from the
smartmontools website) -- repoman
- quote some variables -- shellcheck
- update the copy of the warning

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=587372
(cherry picked from commit 890093680d63a1b50d02e6408b55d4d748fcdbdb)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3114

 sys-apps/smartmontools/smartmontools-6.4-r1.ebuild | 12 ++--
 sys-apps/smartmontools/smartmontools-6.4.ebuild|  4 ++--
 sys-apps/smartmontools/smartmontools-6.5.ebuild| 21 +
 sys-apps/smartmontools/smartmontools-.ebuild   | 21 +
 4 files changed, 34 insertions(+), 24 deletions(-)

diff --git a/sys-apps/smartmontools/smartmontools-6.4-r1.ebuild 
b/sys-apps/smartmontools/smartmontools-6.4-r1.ebuild
index 3746b94..a5f54df 100644
--- a/sys-apps/smartmontools/smartmontools-6.4-r1.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.4-r1.ebuild
@@ -14,7 +14,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos"
 fi
 
-DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System 
(S.M.A.R.T.) monitoring tools"
+DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"
 HOMEPAGE="https://www.smartmontools.org";
 
 LICENSE="GPL-2"
@@ -72,8 +72,8 @@ src_install() {
newconfd "${FILESDIR}"/smartd.confd smartd
 
# Move drivedb.h file out of PM's sight (bug #575292)
-   mv "${ED}"${db_path}/drivedb.h "${T}" || die
-   keepdir ${db_path}
+   mv "${ED}${db_path}/drivedb.h" "${T}" || die
+   keepdir "${db_path}"
 
exeinto /etc/cron.monthly
doexe "${FILESDIR}"/${PN}-update-drivedb
@@ -85,14 +85,14 @@ pkg_postinst() {
local db_path="/var/db/${PN}"
 
if [[ -f "${db_path}/drivedb.h" ]] ; then
-   ewarn "WARNING! The drive database file has been 
replaced with the version that"
-   ewarn "got shipped with this release of ${PN}. You may 
want to update the"
+   ewarn "WARNING! The existing copy of the drive database 
has been replaced with the version that"
+   ewarn "was shipped with this release of ${PN}. You may 
want to update the"
ewarn "database by running the following command as 
root:"
ewarn ""
ewarn "/usr/sbin/update-smart-drivedb"
fi
 
# Move drivedb.h to /var/db/${PN} (bug #575292)
-   mv "${T}"/drivedb.h ${db_path} || die
+   mv "${T}"/drivedb.h "${db_path}" || die
fi
 }

diff --git a/sys-apps/smartmontools/smartmontools-6.4.ebuild 
b/sys-apps/smartmontools/smartmontools-6.4.ebuild
index ca0d4ff..49a2c8c 100644
--- a/sys-apps/smartmontools/smartmontools-6.4.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.4.ebuild
@@ -14,8 +14,8 @@ else
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~x64-macos"
 fi
 
-DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System 
(S.M.A.R.T.) monitoring tools"
-HOMEPAGE="http://smartmontools.sourceforge.net/";
+DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"
+HOMEPAGE="https://www.smartmontools.org";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sys-apps/smartmontools/smartmontools-6.5.ebuild 
b/sys-apps/smartmontools/smartmontools-6.5.ebuild
index 5d33f5c..ff73205 100644
--- a/sys-apps/smartmontools/smartmontools-6.5.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.5.ebuild
@@ -14,7 +14,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos"
 fi
 
-DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System 
(S.M.A.R.T.) monitoring tools"
+DESCRIPTION="Tools to monitor storage systems to provide advanced warning of 
disk degradation"
 HOMEPAGE="https://www.smartmontools.org";
 
 LICENSE="GPL-2"
@@ -68,13 +68,13 @@ src_install() {
newinitd "${FILESDIR}"/smartd-r1.rc smartd
newconfd "${FILESDIR}"/smartd.confd smartd
 
-   keepdir ${db_path}
+   keepdir "${db_path}"

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

2017-01-27 Thread Robin H. Johnson
commit: b7bb930838f049041c51e3763bb4a9fc7f5be0be
Author: Martin Mokrejš  gmail  com>
AuthorDate: Fri Jan 27 10:33:30 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jan 27 22:11:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bb9308

sys-libs/db: respect EPREFIX, fixes bug #587520

(cherry picked from commit 6eab44c650e8134e1b3025a197cb77057d2925d5)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3671

 sys-libs/db/db-1.85-r3.ebuild  |  2 +-
 sys-libs/db/db-3.2.9_p2.ebuild | 20 ++--
 sys-libs/db/db-4.2.52_p5-r1.ebuild | 26 +-
 sys-libs/db/db-4.3.29_p1-r1.ebuild | 26 +-
 sys-libs/db/db-4.4.20_p4-r1.ebuild | 26 +-
 sys-libs/db/db-4.5.20_p2-r1.ebuild | 26 +-
 sys-libs/db/db-4.6.21_p4.ebuild| 26 +-
 sys-libs/db/db-4.7.25_p4.ebuild| 10 +-
 sys-libs/db/db-4.8.30-r2.ebuild| 12 ++--
 sys-libs/db/db-5.1.29-r1.ebuild| 10 +-
 10 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/sys-libs/db/db-1.85-r3.ebuild b/sys-libs/db/db-1.85-r3.ebuild
index df57100..6630970 100644
--- a/sys-libs/db/db-1.85-r3.ebuild
+++ b/sys-libs/db/db-1.85-r3.ebuild
@@ -36,7 +36,7 @@ src_compile() {
 }
 
 src_install() {
-   make -C PORT/linux install DESTDIR="${D}" || die
+   make -C PORT/linux install DESTDIR="${ED}" || die
 
# binary compat symlink
dosym libdb1.so.2 /usr/$(get_libdir)/libdb.so.2 || die

diff --git a/sys-libs/db/db-3.2.9_p2.ebuild b/sys-libs/db/db-3.2.9_p2.ebuild
index 454fecc..adf8063 100644
--- a/sys-libs/db/db-3.2.9_p2.ebuild
+++ b/sys-libs/db/db-3.2.9_p2.ebuild
@@ -84,7 +84,7 @@ src_compile() {
--enable-cxx \
--enable-compat185 \
--enable-dump185 \
-   --prefix=/usr"
+   --prefix=${EPREFIX}/usr"
 
# --enable-rpc DOES NOT BUILD
# Robin H. Johnson  (18 Oct 2003)
@@ -107,17 +107,17 @@ src_compile() {
strip=/bin/true \
ECONF_SOURCE="${S}"/dist econf \
${conf} ${conf_static} \
-   --libdir=/usr/$(get_libdir) \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
--disable-shared \
--enable-static || die
 
einfo "Configuring ${P} (shared)..."
mkdir -p "${S}"/build-shared
cd "${S}"/build-shared
-   strip=/bin/true \
+   strip="${ED}"/bin/true \
ECONF_SOURCE="${S}"/dist econf \
${conf} ${conf_shared} \
-   --libdir=/usr/$(get_libdir) \
+   --libdir="${EPREFIX}"/usr/$(get_libdir) \
--disable-static \
--enable-shared || die
 
@@ -125,19 +125,19 @@ src_compile() {
MAKEOPTS="${MAKEOPTS} -j1"
einfo "Building ${P} (static)..."
cd "${S}"/build-static
-   emake strip=/bin/true || die "Static build failed"
+   emake strip="${EPREFIX}"/bin/true || die "Static build failed"
einfo "Building ${P} (shared)..."
cd "${S}"/build-shared
-   emake strip=/bin/true || die "Shared build failed"
+   emake strip="${EPREFIX}"/bin/true || die "Shared build failed"
 }
 
 src_install () {
cd "${S}"/build-shared
make libdb=libdb-3.2.a \
libcxx=libcxx_3.2.a \
-   prefix="${D}"/usr \
-   libdir="${D}"/usr/$(get_libdir) \
-   strip=/bin/true \
+   prefix="${EPREFIX}"/usr \
+   libdir="${EPREFIX}"/usr/$(get_libdir) \
+   strip="${EPREFIX}"/bin/true \
install || die
 
cd "${S}"/build-static
@@ -153,7 +153,7 @@ src_install () {
# For some reason, db.so's are *not* readable by group or others,
# resulting in no one but root being able to use them!!!
# This fixes it -- DR 15 Jun 2001
-   cd "${D}"/usr/$(get_libdir)
+   cd "${ED}"/usr/$(get_libdir)
chmod go+rx *.so
# The .la's aren't readable either
chmod go+r *.la

diff --git a/sys-libs/db/db-4.2.52_p5-r1.ebuild 
b/sys-libs/db/db-4.2.52_p5-r1.ebuild
index c0b98c7..3571d83 100644
--- a/sys-libs/db/db-4.2.52_p5-r1.ebuild
+++ b/sys-libs/db/db-4.2.52_p5-r1.ebuild
@@ -113,13 +113,13 @@ src_compile() {
fi
 
cd "${S}" && ECONF_SOURCE="${S}"/../dist econf \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --datadir=/usr/share \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --libdir=/usr/"$(get_libdir)" \
+   --prefix="${EPREFIX}"/usr \
+   --mandir="${EPREFIX}"/usr/share/man \
+   --infodir="${EPREFIX}"/usr/share/info \
+   --datadir="${EPREFIX}"/usr/share \
+   --sysconfdir="${EPREFIX}"

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

2017-01-27 Thread Robin H. Johnson
commit: 341fc672209c42ba191d94431740c3c39ed4a730
Author: Martin Mokrejš  gmail  com>
AuthorDate: Thu Jan 26 20:51:13 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jan 27 22:11:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341fc672

sys-libs/db: fix ebuilds for recent versions to respect EPREFIX

(cherry picked from commit fdf6c8b0ace87100319face30463d38fa4daf637)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3671

 sys-libs/db/db-5.3.28-r2.ebuild | 12 ++--
 sys-libs/db/db-6.0.35.ebuild| 12 ++--
 sys-libs/db/db-6.1.29.ebuild| 12 ++--
 sys-libs/db/db-6.2.23.ebuild| 12 ++--
 4 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/sys-libs/db/db-5.3.28-r2.ebuild b/sys-libs/db/db-5.3.28-r2.ebuild
index df351cf..61774e7 100644
--- a/sys-libs/db/db-5.3.28-r2.ebuild
+++ b/sys-libs/db/db-5.3.28-r2.ebuild
@@ -171,9 +171,9 @@ multilib_src_install() {
db_src_install_usrlibcleanup
 
if multilib_is_native_abi && use java; then
-   java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so
-   java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar
-   rm -f "${D}"/usr/"$(get_libdir)"/*.jar
+   java-pkg_regso "${ED}"/usr/"$(get_libdir)"/libdb_java*.so
+   java-pkg_dojar "${ED}"/usr/"$(get_libdir)"/*.jar
+   rm -f "${ED}"/usr/"$(get_libdir)"/*.jar
fi
 }
 
@@ -184,9 +184,9 @@ multilib_src_install_all() {
 
dodir /usr/sbin
# This file is not always built, and no longer exists as of db-4.8
-   if [[ -f "${D}"/usr/bin/berkeley_db_svc ]] ; then
-   mv "${D}"/usr/bin/berkeley_db_svc \
-   "${D}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
+   if [[ -f "${ED}"/usr/bin/berkeley_db_svc ]] ; then
+   mv "${ED}"/usr/bin/berkeley_db_svc \
+   "${ED}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
fi
 }
 

diff --git a/sys-libs/db/db-6.0.35.ebuild b/sys-libs/db/db-6.0.35.ebuild
index 0ebd996..4ef04b9 100644
--- a/sys-libs/db/db-6.0.35.ebuild
+++ b/sys-libs/db/db-6.0.35.ebuild
@@ -169,9 +169,9 @@ multilib_src_install() {
db_src_install_usrlibcleanup
 
if multilib_is_native_abi && use java; then
-   java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so
-   java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar
-   rm -f "${D}"/usr/"$(get_libdir)"/*.jar
+   java-pkg_regso "${ED}"/usr/"$(get_libdir)"/libdb_java*.so
+   java-pkg_dojar "${ED}"/usr/"$(get_libdir)"/*.jar
+   rm -f "${ED}"/usr/"$(get_libdir)"/*.jar
fi
 }
 
@@ -182,9 +182,9 @@ multilib_src_install_all() {
 
dodir /usr/sbin
# This file is not always built, and no longer exists as of db-4.8
-   if [[ -f "${D}"/usr/bin/berkeley_db_svc ]] ; then
-   mv "${D}"/usr/bin/berkeley_db_svc \
-   "${D}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
+   if [[ -f "${ED}"/usr/bin/berkeley_db_svc ]] ; then
+   mv "${ED}"/usr/bin/berkeley_db_svc \
+   "${ED}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
fi
 }
 

diff --git a/sys-libs/db/db-6.1.29.ebuild b/sys-libs/db/db-6.1.29.ebuild
index 412ab73..54e28f1 100644
--- a/sys-libs/db/db-6.1.29.ebuild
+++ b/sys-libs/db/db-6.1.29.ebuild
@@ -169,9 +169,9 @@ multilib_src_install() {
db_src_install_usrlibcleanup
 
if multilib_is_native_abi && use java; then
-   java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so
-   java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar
-   rm -f "${D}"/usr/"$(get_libdir)"/*.jar
+   java-pkg_regso "${ED}"/usr/"$(get_libdir)"/libdb_java*.so
+   java-pkg_dojar "${ED}"/usr/"$(get_libdir)"/*.jar
+   rm -f "${ED}"/usr/"$(get_libdir)"/*.jar
fi
 }
 
@@ -182,9 +182,9 @@ multilib_src_install_all() {
 
dodir /usr/sbin
# This file is not always built, and no longer exists as of db-4.8
-   if [[ -f "${D}"/usr/bin/berkeley_db_svc ]] ; then
-   mv "${D}"/usr/bin/berkeley_db_svc \
-   "${D}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
+   if [[ -f "${ED}"/usr/bin/berkeley_db_svc ]] ; then
+   mv "${ED}"/usr/bin/berkeley_db_svc \
+   "${ED}"/usr/sbin/berkeley_db"${SLOT/./}"_svc || die
fi
 }
 

diff --git a/sys-libs/db/db-6.2.23.ebuild b/sys-libs/db/db-6.2.23.ebuild
index b0dfbe9..786c35b 100644
--- a/sys-libs/db/db-6.2.23.ebuild
+++ b/sys-libs/db/db-6.2.23.ebuild
@@ -174,9 +174,9 @@ multilib_src_install() {
db_src_install_usrlibcleanup
 
if multilib_is_native_abi && use java; then
-   java-pkg_regso "${D}"/usr/"$(get_libdir)"/libdb_java*.so
-   java-pkg_dojar "${D}"/usr/"$(get_libdir)"/*.jar
-

[gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/files/

2017-01-27 Thread Robin H. Johnson
commit: 3a1597caab1049dc69604cc778f43e650b474641
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Jan 27 15:27:40 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jan 27 22:10:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1597ca

net-nds/openldap: remove unused init file

(cherry picked from commit d25ef0203245831250003ab14b6465b621e58ab0)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3678

 net-nds/openldap/files/slapd-initd2 | 22 --
 1 file changed, 22 deletions(-)

diff --git a/net-nds/openldap/files/slapd-initd2 
b/net-nds/openldap/files/slapd-initd2
deleted file mode 100644
index 8016677..
--- a/net-nds/openldap/files/slapd-initd2
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-   need net
-   before dbus hald avahi-daemon
-   provide ldap
-}
-
-start() {
-   ebegin "Starting ldap-server"
-   eval start-stop-daemon --start --pidfile /var/run/openldap/slapd.pid 
--exec /usr/lib/openldap/slapd -- -u ldap -g ldap "${OPTS}"
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping ldap-server"
-   start-stop-daemon --stop --signal 2 --quiet --pidfile 
/var/run/openldap/slapd.pid 
-   eend $?
-}



[gentoo-commits] repo/gentoo:master commit in: games-action/shootingstar/, games-action/shootingstar/files/

2017-01-27 Thread Austin English
commit: e5c2e9d32acc5be6f1c41f1fd916c6ba7ed4f029
Author: Austin English  gentoo  org>
AuthorDate: Fri Jan 27 21:55:59 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 27 21:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c2e9d3

games-action/shootingstar: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 .../files/shootingstar-1.2.0-gcc44.patch   |  4 +-
 .../shootingstar/shootingstar-1.2.0-r1.ebuild  | 54 ++
 2 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch 
b/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch
index 179cf09..dfc1a8d 100644
--- a/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch
+++ b/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch
@@ -1,5 +1,5 @@
 src/engine/dbg.cpp.old 2009-06-03 15:15:46.0 +0200
-+++ src/engine/dbg.cpp 2009-06-03 16:09:19.0 +0200
+--- a/src/engine/dbg.cpp   2009-06-03 15:15:46.0 +0200
 b/src/engine/dbg.cpp   2009-06-03 16:09:19.0 +0200
 @@ -28,6 +28,7 @@
  #include 
  #include 

diff --git a/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild 
b/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild
new file mode 100644
index ..5b6920a
--- /dev/null
+++ b/games-action/shootingstar/shootingstar-1.2.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils gnome2-utils
+
+# Note: currently segfaults on startup, but that's also in the previous ebuild
+# See https://bugs.gentoo.org/607428
+
+DESCRIPTION="A topdown shooter"
+HOMEPAGE="http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/Arcade/Shooting-Star-19754.shtml";
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   media-libs/libsdl[video]
+   media-libs/sdl-image
+   media-libs/sdl-mixer
+   virtual/glu
+   virtual/opengl"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-gcc34.patch
+   "${FILESDIR}"/${P}-gcc44.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install () {
+   default
+   newicon -s 128 data/textures/body1.png ${PN}.png
+   make_desktop_entry ${PN} "Shooting Star"
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/netifrc:master commit in: /

2017-01-27 Thread Robin H. Johnson
commit: a8a13dbe2f1604455d0b30c3e876e60540e8b9fa
Author: Robin H. Johnson  orbis-terrarum  net>
AuthorDate: Fri Jan 27 21:53:43 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jan 27 21:53:43 2017 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a8a13dbe

Merge pull request #25 from Pinkbyte/l2tp-detection-fix

Check for L2TP support in kernel before getting info about L2TP sessions from 
iproute2

 net/l2tp.sh | 4 
 1 file changed, 4 insertions(+)



[gentoo-commits] proj/netifrc:master commit in: net/

2017-01-27 Thread Robin H. Johnson
commit: 1e14262524d65918ed6d1d13f2abd87b2f11425b
Author: Sergey Popov  pinkbyte  ru>
AuthorDate: Tue Jan 24 14:10:36 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jan 24 14:10:36 2017 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=1e142625

Check for L2TP support in kernel

 net/l2tp.sh | 4 
 1 file changed, 4 insertions(+)

diff --git a/net/l2tp.sh b/net/l2tp.sh
index 5efb535..dec1986 100644
--- a/net/l2tp.sh
+++ b/net/l2tp.sh
@@ -32,6 +32,10 @@ _l2tp_eval_props() {
 }
 
 _is_l2tp() {
+   # Check for L2TP support in kernel
+   ip l2tp show session &>/dev/null
+   [ $? -ne 0 ] && return 1
+
eval "$(ip l2tp show session | \
awk "match(\$0, /^Session ([0-9]+) in tunnel ([0-9]+)\$/, ret) 
{sid=ret[1]; tid=ret[2]} 
match(\$0, /^[ ]*interface name: ${IFACE}\$/) {print 
\"session_id=\"sid\";tunnel_id=\"tid; exit}")"



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

2017-01-27 Thread Andreas Hüttel
commit: d0b5a9d997ee762c077790a87a48bc611d765d74
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan 27 20:58:11 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jan 27 20:58:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b5a9d9

media-libs/lcms: Add patch for out-of-bounds read in Type_MLU_Read() 
(CVE-2016-10165), bug 591452

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../lcms/files/lcms-2.8-CVE-2016-10165.patch   | 22 ++
 media-libs/lcms/lcms-2.8-r1.ebuild | 51 ++
 2 files changed, 73 insertions(+)

diff --git a/media-libs/lcms/files/lcms-2.8-CVE-2016-10165.patch 
b/media-libs/lcms/files/lcms-2.8-CVE-2016-10165.patch
new file mode 100644
index ..b380cf4
--- /dev/null
+++ b/media-libs/lcms/files/lcms-2.8-CVE-2016-10165.patch
@@ -0,0 +1,22 @@
+From 5ca71a7bc18b6897ab21d815d15e218e204581e2 Mon Sep 17 00:00:00 2001
+From: Marti 
+Date: Mon, 15 Aug 2016 23:31:39 +0200
+Subject: [PATCH] Added an extra check to MLU bounds
+
+Thanks to Ibrahim el-sayed for spotting the bug
+---
+ src/cmstypes.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/cmstypes.c b/src/cmstypes.c
+index cb61860..c7328b9 100644
+--- a/src/cmstypes.c
 b/src/cmstypes.c
+@@ -1460,6 +1460,7 @@ void *Type_MLU_Read(struct _cms_typehandler_struct* 
self, cmsIOHANDLER* io, cmsU
+ 
+ // Check for overflow
+ if (Offset < (SizeOfHeader + 8)) goto Error;
++if ((Offset + Len) > SizeOfTag + 8) goto Error;
+ 
+ // True begin of the string
+ BeginOfThisString = Offset - SizeOfHeader - 8;

diff --git a/media-libs/lcms/lcms-2.8-r1.ebuild 
b/media-libs/lcms/lcms-2.8-r1.ebuild
new file mode 100644
index ..10208ae
--- /dev/null
+++ b/media-libs/lcms/lcms-2.8-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules"
+inherit eutils multilib-minimal
+
+DESCRIPTION="A lightweight, speed optimized color management engine"
+HOMEPAGE="http://www.littlecms.com/";
+SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc jpeg static-libs +threads test tiff zlib"
+
+RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-4.0.3-r6:0=[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20130224-r10
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/lcms2-${PV}
+
+PATCHES=(
+   "${FILESDIR}/${P}-CVE-2016-10165.patch"
+)
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_with jpeg)
+   $(use_with tiff)
+   $(use_with zlib)
+   $(use_with threads)
+   )
+   ECONF_SOURCE="${S}" \
+   econf ${myeconfargs[@]}
+}
+
+multilib_src_install_all() {
+   find "${ED}" \( -name "*.la" -o -name "*.a" \) -delete || die
+
+   if use doc; then
+   docinto pdf
+   dodoc doc/*.pdf
+   fi
+}



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

2017-01-27 Thread Thomas Deutschmann
commit: 7b04083d729910375e9522302739dc9555c870e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 27 20:48:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 27 20:49:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b04083d

net-misc/tigervnc: Bump to v1.7.1 (bug #606460)

Ebuild changes:
===
 - JAVA support fixed; Previously, when system's VM was set to a JRE,
   building of VncViewer.jar failed because ebuild didn't switch
   active JAVA VM to JDK because DEPEND also contained virtual/jre
   value from RDEPEND.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/tigervnc/Manifest  |   1 +
 net-misc/tigervnc/tigervnc-1.7.1.ebuild | 188 
 2 files changed, 189 insertions(+)

diff --git a/net-misc/tigervnc/Manifest b/net-misc/tigervnc/Manifest
index 5e456b5..5be3f6e 100644
--- a/net-misc/tigervnc/Manifest
+++ b/net-misc/tigervnc/Manifest
@@ -1,5 +1,6 @@
 DIST tigervnc-1.4.2-patches-0.1.tar.bz2 7361 SHA256 
21c77708d303192108ffeef02acc0e7310461b4910bb49ae78c8a944e52c436e SHA512 
86235aba8e735e4afed21d2940cee8ea2f4f1bc951db79aaf481ae79ab81d4518add6be2619ce9371f77fd068c8dbf069754ecc0168e5afe9e8505d3d61cc573
 WHIRLPOOL 
97a8c1719e7959ce8abd29f9ad249c7acf1b5a21ef36c0ce00b6e3bae8e6e78e9cdb0b34a23da6bd44c9e513e95f22716b286c5ec57bf1a854101c4810c7b481
 DIST tigervnc-1.6.0.tar.gz 1291089 SHA256 
98ffe98fcfe883e6c35aec579295b53d73d2ccf62e0f6e53a73ecad993b096ca SHA512 
b4f1f5116ad5fe27a168764dd746400474e973d2edb85fbbe67a2459824a7267f2c63d1a2b2fdd2811017216c24a7168712df3afece56f404780d386ad24e135
 WHIRLPOOL 
a848148646f6961ea3131cfef773d6108330a1caaa870921d7acd1759dfbe92569a00c385c0f3a35a939b4a2a0215da825cb72b9c820972cc4bf6ada3b29fbec
 DIST tigervnc-1.7.0.tar.gz 1405952 SHA256 
4aa704747b4f8f1d59768b663c488fa937e6783db2a46ae407cd2a599cfbf8b1 SHA512 
2e673603065ef5cef33fd0e1ab916f5758d29e75ab5fdb18d1cbfacc61f59b85a00c64699d09a91e81de51ccf4006921516d5ea863319bd557fbd378c17ba004
 WHIRLPOOL 
63565060f42e68d6089f4851b56ff121630d63b14db6a82aac0be3e98aea48d33e35732867a57eb64c212fa3d704e35f3005ea4b0165f003c9be9d187556b668
+DIST tigervnc-1.7.1.tar.gz 1406032 SHA256 
3c021ec0bee4611020c0bcbab995b0ef2f6f1a46127a52b368827f3275527ccc SHA512 
babdc362b28d7af80c7efbb3a1aadf158d7f29621afe36d785748af45e515e2718cf1011359db7b39c218770b3f3ee2767e08abc58091f018c08ba9739a3e68d
 WHIRLPOOL 
178d6b3fb7569cfb2de5dd144031b441b02a865574928d20f1589fd6f933b9276477292182cde56e948ab75d2fc0bea4d79f71bcddb33f6057970a7caa08b2cc
 DIST tigervnc.png 4958 SHA256 
e0828aeb92ccaaf93e690e9ee5e17803de1cb140d3ca79fb756fe08ebbc4492e SHA512 
97f9a42e9b9f50f1c91de3b7d7991aa8965240fe4958d6da4e9f72f9baa4510ad615765f7c59d6e0a90c9d4b5fe53ad1547c766f2da45e4a6b6e29b03ced2b8b
 WHIRLPOOL 
bbf01f6702724bc4329d053bd3fbf856103371abce20f6f74aa3c2e5eed0eebcdcccd287788b1efbb8de3008cb484a8da5ccd1bd667727e4b0861f3bb550529c
 DIST xorg-server-1.18.4.tar.bz2 6009508 SHA256 
278459b2c31d61a15655d95a72fb79930c480a6bb8cf9226e48a07df8b1d31c8 SHA512 
2055948caa1437547ea823a70d8b24584b65338bb9f1bbf75e3ad7fd60ec9684378facaffa05b7ce496d904213cd192085a43ba889a1476d5fbc813b7e41b56b
 WHIRLPOOL 
f9ba5ffb49e6ac7ca20d64d27712a0a8f10c6560256a20e9f944d6438dc5f5eebe53daf6af110084da67a622e92874969047518e72ff181de0d64d83030d629f

diff --git a/net-misc/tigervnc/tigervnc-1.7.1.ebuild 
b/net-misc/tigervnc/tigervnc-1.7.1.ebuild
new file mode 100644
index ..9a04c43
--- /dev/null
+++ b/net-misc/tigervnc/tigervnc-1.7.1.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit autotools cmake-utils eutils flag-o-matic java-pkg-opt-2 systemd
+
+XSERVER_VERSION="1.18.4"
+
+DESCRIPTION="Remote desktop viewer display system"
+HOMEPAGE="http://www.tigervnc.org";
+SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   mirror://gentoo/${PN}.png
+   https://dev.gentoo.org/~armin76/dist/tigervnc-1.4.2-patches-0.1.tar.bz2
+   server? ( 
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.bz2
  )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE="+drm gnutls java +opengl pam server +xorgmodule"
+
+CDEPEND="virtual/jpeg:0
+   sys-libs/zlib
+   >=x11-libs/libXtst-1.0.99.2
+   >=x11-libs/fltk-1.3.1
+   gnutls? ( net-libs/gnutls:= )
+   pam? ( virtual/pam )
+   server? (
+   dev-lang/perl
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXfont-1.4.2
+   >=x11-libs/libxkbfile-1.0.4
+   x11-libs/libXrender
+   >=x11-libs/pixman-0.27.2
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xsetroot
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   opengl? ( >=app-eselect/eselect-opengl-1.3.

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

2017-01-27 Thread Brian Evans
commit: af9d3a0b3ab3cf5f930d14321572e25a8dafac79
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jan 27 20:22:02 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jan 27 20:22:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9d3a0b

dev-php/PEAR-MIME_Type: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-MIME_Type/Manifest|  1 +
 dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/PEAR-MIME_Type/Manifest b/dev-php/PEAR-MIME_Type/Manifest
index ed9197d..0b153ac 100644
--- a/dev-php/PEAR-MIME_Type/Manifest
+++ b/dev-php/PEAR-MIME_Type/Manifest
@@ -1 +1,2 @@
 DIST MIME_Type-1.3.3.tgz 13157 SHA256 
916c77d801bcf8d339853f5b8c395554b5043a1119fa6c26c59fa98b14c331d6 SHA512 
af7bf2e13bd8db79a2e55635cc74ee1511c7d2cd75c374d42c821d5b2747d1588c73820e5f0d090a500ab0a88b61d38d3124752127338d18bdaf166b1c31abae
 WHIRLPOOL 
8f71c8bce7ecef7e57d9322308406e514edb77cd75dd279d08ebbee4589e08593f25fc877f209634b57e4592ad0c3c375c0ff6a9b7ce7f27108f3eed4fae5ab0
+DIST MIME_Type-1.4.1.tgz 21807 SHA256 
ee46853524110b2f076f444d835fea4301dc0216db6484918994903fba8e8e2d SHA512 
f70507a44c0f81381baa0532a0f1337932cd69d054b96367b6ee98873fd85a51721f876b9aab679a18aff10b151ad1b447ff1c3f92288827e74e32b2627cdd01
 WHIRLPOOL 
512db89357f51e33b8df1d8680905e7cedb5f9402ebe9d67207d92a02f0c1cd389fcd64dc05e62d2aad720ac7d5f48b882ae87a4898af49185002f0233404cc5

diff --git a/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild 
b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild
new file mode 100644
index ..62b3511
--- /dev/null
+++ b/dev-php/PEAR-MIME_Type/PEAR-MIME_Type-1.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+HOMEPAGE="https://pear.php.net/package/MIME_Type";
+SRC_URI="https://pear.php.net/get/${P#PEAR-}.tgz";
+DESCRIPTION="Utility class for dealing with MIME types"
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND=">=dev-lang/php-5.4:*
+   >=dev-php/pear-1.9
+   dev-php/PEAR-System_Command"
+S="${WORKDIR}/${P#PEAR-}"
+
+src_install(){
+   insinto /usr/share/php
+   doins -r MIME
+}



[gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/

2017-01-27 Thread Michał Górny
commit: 367a75c7bfc5c85731436ae4a471b1a46083e31b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 27 20:09:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 27 20:09:03 2017 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=367a75c7

pkgcheck: Make UnnecessaryManifest fatal

 pkgcheck2html/pkgcheck2html.conf.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkgcheck2html/pkgcheck2html.conf.json 
b/pkgcheck2html/pkgcheck2html.conf.json
index f05b34f..a701cf9 100644
--- a/pkgcheck2html/pkgcheck2html.conf.json
+++ b/pkgcheck2html/pkgcheck2html.conf.json
@@ -23,5 +23,6 @@
 "UnstatedIUSE": "err",
 "MetadataError": "err",
 "WrongIndentFound": "err",
-"UnknownLicenses": "err"
+"UnknownLicenses": "err",
+"UnnecessaryManifest": "err"
 }



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

2017-01-27 Thread Hans de Graaff
commit: 2ec776bdf44c6fa4db4bd6877bc9836782700112
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 27 19:37:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 27 20:07:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec776bd

dev-ruby/acts_as_list: add 0.9.1

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest
index a67bc04..b55ef7e 100644
--- a/dev-ruby/acts_as_list/Manifest
+++ b/dev-ruby/acts_as_list/Manifest
@@ -2,3 +2,4 @@ DIST acts_as_list-0.7.7.gem 25600 SHA256 
dca206b32860e6c846f747bc3fd4a820875830f
 DIST acts_as_list-0.8.1.gem 26624 SHA256 
2df2d08e8be17dc51169b730649abec5c4d342d511769e5e40f5e826069f84b5 SHA512 
1d2e3b934a8846097662cfe4af81392eb0d176ff08a4c4ef6e422cf5404e9daacc0c5478642f4ef15d9874aca9aee7788b54077b958b96ca9cecf2b50343c8b8
 WHIRLPOOL 
a65793c8b5821613d0585615945eab08caefb94cb89d5427d6f1c347833a741d0bef16461ea05a95c479755d0a7f90ab8b3546e45df5ef0093acc64ea05d87ee
 DIST acts_as_list-0.8.2.gem 26624 SHA256 
999df2ecbc5b0a502b34f518ab6fe0e54bad62ef68f5d7acf019e5d9978a SHA512 
145ee906252253fb436036d0a2bada7693039b87d9209dc31b5714b51579afe53201252ab1772aea0cdcb3450822e6ca8c47e89085aa2587c1c608f4d437d03e
 WHIRLPOOL 
25e9d7ddc05facbea4dc5aa8f37227363198ec40b133e3ef6fbc067c2b730b704aab2c15066ef9d30cfac0131e329f5e019b1a397655546209fdb8204dc0baf4
 DIST acts_as_list-0.9.0.gem 30208 SHA256 
501ba3d906ecff7a5d0078d1e3e831af716611f3ac1117d9e5252a1274ff7c66 SHA512 
0e83cfd2dc07dcf71d54520df97787cf6ce5b4e21070c4e1372118f07f84d07ad7658d688920aad73b4b7f0e5bbde4399c0b51ae3e17944b7a51ea30d8a1d150
 WHIRLPOOL 
bad8b00a8fd16b980ac7c4b0aef61ad7cf641ecb375a297e0b6b23cb0a2bf929f5d1e0ad8e21f819e80b92aef03bf2dfb1cf6586643b0b17521d305b99ef0ce9
+DIST acts_as_list-0.9.1.gem 31232 SHA256 
b1c9b1ee656ab64f592c972f2778efe142bd116311964341abf373c5420e46a8 SHA512 
e9116181603dbf1c661a3f6c6ad67a403cd213acfe6d6d270cc34318c60c48e259309242cd6c0ba80cbcd04778ba41d0a8eff96ded7397c8b642f5e66a9b1881
 WHIRLPOOL 
62213eabc1ca599ffa1d5b6b6ca5dc1b298b81dbb6f8198999a7adc4e0dcb5d7b29a22d58b804c7a2185bf2bdf20358e2c0b73a8d7eb5bc95537940a0aa55d93

diff --git a/dev-ruby/acts_as_list/acts_as_list-0.9.1.ebuild 
b/dev-ruby/acts_as_list/acts_as_list-0.9.1.ebuild
new file mode 100644
index ..30cd11d
--- /dev/null
+++ b/dev-ruby/acts_as_list/acts_as_list-0.9.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+DESCRIPTION="Capabilities for sorting and reordering a number of objects in a 
list"
+HOMEPAGE="https://github.com/swanandp/acts_as_list";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~x86-macos"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-3:*"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/test-unit:2
+   dev-ruby/activerecord[sqlite]
+   )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die
+   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die
+}



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

2017-01-27 Thread Hans de Graaff
commit: 1df734ea313d19fe408474bd5dd14025b04c7c98
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 27 19:41:33 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 27 20:07:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df734ea

dev-ruby/bunny: add 2.6.3

Package-Manager: portage-2.3.3

 dev-ruby/bunny/Manifest   |  1 +
 dev-ruby/bunny/bunny-2.6.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 51a6845..cc77658 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,2 +1,3 @@
 DIST bunny-2.6.1.gem 189952 SHA256 
8ad45ed5aa810693eacd2aca0550343ddf2b0c5ead651fa2081e55f2bba9048a SHA512 
082c25a68e7c6a0fcf90879f4b7f9990b7f21b1b90609dfb17c569b382931d047de04f8a0932e20dc93bbc6fed8009d9d247bce1ff12d8d86698b591cc5c7fed
 WHIRLPOOL 
0ed4387b8da5256b61b0edce48a9806a57305584eeaa7bfbb6e873a16626d1bd130396ba4961060cad499ddc703ff0311d5158241909b9b19ed5e782ac467547
 DIST bunny-2.6.2.gem 188928 SHA256 
cd0610c75c4e5ff3d52062766c36ab20cfdf3d0a472ceda25dcd69b8c1aec121 SHA512 
4204beb2f813f6fb3d952b4e834bb25b5038a8cbd48dcadeaabc1a2bb14aaa18615cf2b471078c48d2502ca416716c867da6dbd8f83690e7e6f81087103afb98
 WHIRLPOOL 
7909a6448625fc39d4a1e46727f40f3ea0f0632bfdab552bfcc8dca0d7c924513f370bab840020dea8acb132a507039cfb5d105434409d4ab5b0e4ece786bd59
+DIST bunny-2.6.3.gem 189440 SHA256 
99229e9e9ba5e7cdbfb6a1d7110dd289b1325bfa75b7a6a36aadf5dbb8123f91 SHA512 
1df6e2bda32423e7bbfdf81a0bbe3af928996b5cca50e0396a652011eb9e3735aef9ca5e343180cde8c4e2129573c9860f1d70b2189d8f120c4ea7daf0db471a
 WHIRLPOOL 
f4bad63668ddc6648151ea30440d393e409e27f9e91a59f16a0822b185d97e8334692893089e3c440a0f65aff3aa91a57f054617c0b4c8148654611cd88e487c

diff --git a/dev-ruby/bunny/bunny-2.6.3.ebuild 
b/dev-ruby/bunny/bunny-2.6.3.ebuild
new file mode 100644
index ..cb71254
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.6.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



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

2017-01-27 Thread Hans de Graaff
commit: 9cccf2ad31844c3b063ec954c60cd01f54ee0904
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 27 19:39:15 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 27 20:07:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cccf2ad

dev-ruby/bunny: cleanup

Package-Manager: portage-2.3.3

 dev-ruby/bunny/Manifest   |  3 ---
 dev-ruby/bunny/bunny-2.5.0.ebuild | 32 
 dev-ruby/bunny/bunny-2.5.1.ebuild | 32 
 dev-ruby/bunny/bunny-2.6.0.ebuild | 32 
 4 files changed, 99 deletions(-)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index f0f5b56..51a6845 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,5 +1,2 @@
-DIST bunny-2.5.0.gem 188416 SHA256 
bae146f653e4e9ef75fddf34577c572bfe829b83f2cca272c159db5d9e8648a9 SHA512 
321ac85e5cfd0abe8111708ca149c779b5fc0694084b6e064c1fee90f7c9a4802e4dfa6cae0cc58d0ce9aaf3c59f736064267c9aeac3b8c795a1da5a434d8aff
 WHIRLPOOL 
5c54e82654d649b559da5472fd0c462e991549b28b843a307afc8b87ce3ebb8f1df139a1ddc655cf9a706aaf584c48b2d653973a439f9be0fb2a913cc4016e36
-DIST bunny-2.5.1.gem 188928 SHA256 
8a05fe5fe105545b2509fb941f069cd61904cf780374cc0aed7ab421893a1e59 SHA512 
a1d1a13f50d97fcef065b7f30841be1f7a3215ac3fef743a01ab0b7cc0582512a7baa1511eff930352bed02c60abba6e4ab3802cc5dc89d032cfafc92e34ff36
 WHIRLPOOL 
638fcb51c73dd9933190c7a91cf73b290f52a36fcd8eb5f6ee4df9ddc2515b12122a4369959efd509cdd82dda1f98d132b1a6efbe9013244c7b800525c98bd16
-DIST bunny-2.6.0.gem 189952 SHA256 
c86c112b0c8b015895fd4de5e0cb04204c0b0899bed9e43cc59f2d30a2160407 SHA512 
d916be15c770ed1c77e480b8eafd4e19904a26dee78d6e70c88632e1dc9e369acaa13a173b493d6f8527b85b959c77e0ac919c0df429e92e1bd773b684e6ca7e
 WHIRLPOOL 
86f6204a3eee19886659f152365eeb30c9f5a6565e200c5e6369d8c0af50f9f61e147932ab7fe70aaa993adf5e1cffd9b9472ca773611a404ea9403969319ef7
 DIST bunny-2.6.1.gem 189952 SHA256 
8ad45ed5aa810693eacd2aca0550343ddf2b0c5ead651fa2081e55f2bba9048a SHA512 
082c25a68e7c6a0fcf90879f4b7f9990b7f21b1b90609dfb17c569b382931d047de04f8a0932e20dc93bbc6fed8009d9d247bce1ff12d8d86698b591cc5c7fed
 WHIRLPOOL 
0ed4387b8da5256b61b0edce48a9806a57305584eeaa7bfbb6e873a16626d1bd130396ba4961060cad499ddc703ff0311d5158241909b9b19ed5e782ac467547
 DIST bunny-2.6.2.gem 188928 SHA256 
cd0610c75c4e5ff3d52062766c36ab20cfdf3d0a472ceda25dcd69b8c1aec121 SHA512 
4204beb2f813f6fb3d952b4e834bb25b5038a8cbd48dcadeaabc1a2bb14aaa18615cf2b471078c48d2502ca416716c867da6dbd8f83690e7e6f81087103afb98
 WHIRLPOOL 
7909a6448625fc39d4a1e46727f40f3ea0f0632bfdab552bfcc8dca0d7c924513f370bab840020dea8acb132a507039cfb5d105434409d4ab5b0e4ece786bd59

diff --git a/dev-ruby/bunny/bunny-2.5.0.ebuild 
b/dev-ruby/bunny/bunny-2.5.0.ebuild
deleted file mode 100644
index 0c980eb..
--- a/dev-ruby/bunny/bunny-2.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="https://github.com/celldee/bunny";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples || die
-}

diff --git a/dev-ruby/bunny/bunny-2.5.1.ebuild 
b/dev-ruby/bunny/bunny-2.5.1.ebuild
deleted file mode 100644
index 6a98443..
--- a/dev-ruby/bunny/bunny-2.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Another synchronous Ruby AMQP client"
-HOMEPAGE="https://github.com/celldee/bunny";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2"
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples || die
-}

diff --git a/dev-ruby/bunny/bunny-2.6.0.ebuild 
b/dev-ruby/bunny/bunny-2.6.0.ebuild
deleted file mode 100644
index 6a98443..
--- a/dev-ruby/bunny/bunny-2.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# Tests require a live AMQP server.
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-inherit ru

[gentoo-commits] repo/gentoo:master commit in: games-action/postalplus/

2017-01-27 Thread Austin English
commit: 7e90bf893a1263777bc60c63b607402206944b53
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 26 22:32:43 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 27 19:44:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e90bf89

games-action/postalplus: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 games-action/postalplus/postalplus-1-r1.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/games-action/postalplus/postalplus-1-r1.ebuild 
b/games-action/postalplus/postalplus-1-r1.ebuild
new file mode 100644
index ..1afc394
--- /dev/null
+++ b/games-action/postalplus/postalplus-1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils cdrom
+
+DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude"
+HOMEPAGE="http://www.lokigames.com/products/postal/";
+SRC_URI=""
+
+LICENSE="LOKI-EULA"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+RESTRICT="strip"
+
+S=${WORKDIR}
+
+src_install() {
+   local dir=/opt/${PN}
+
+   cdrom_get_cds postal_plus.ini
+   exeinto "${dir}"
+   doexe "${CDROM_ROOT}"/bin/x86/postal
+   insinto "${dir}"
+   doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README}
+   cp "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die
+
+   cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die
+   find "${D}" -name TRANS.TBL -exec rm '{}' + || die
+
+   make_wrapper ${PN} ./postal "${dir}"
+   doicon ${PN}.xpm
+   make_desktop_entry ${PN} "Postal Plus" ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: games-action/phobiaii/

2017-01-27 Thread Austin English
commit: 65e97d50c64739b88b9c765c1356f3f3e92907e1
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 26 21:53:23 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 27 19:44:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e97d50

games-action/phobiaii: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 games-action/phobiaii/phobiaii-1.1-r1.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/games-action/phobiaii/phobiaii-1.1-r1.ebuild 
b/games-action/phobiaii/phobiaii-1.1-r1.ebuild
new file mode 100644
index ..993046d
--- /dev/null
+++ b/games-action/phobiaii/phobiaii-1.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+MY_P="linuxphobia-${PV}"
+DESCRIPTION="Just a moment ago, you were safe inside your ship, behind five 
inch armour"
+HOMEPAGE="http://www.lynxlabs.com/games/linuxphobia/index.html";
+SRC_URI="http://www.lynxlabs.com/games/linuxphobia/${MY_P}-i386.tar.bz2";
+
+LICENSE="freedist" #505612
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl[abi_x86_32(-)]
+   media-libs/sdl-mixer[abi_x86_32(-)]
+   sys-libs/lib-compat"
+
+S=${WORKDIR}/${MY_P}
+
+QA_PRESTRIPPED="opt/phobiaii/linuxphobia"
+QA_FLAGS_IGNORED="opt/phobiaii/linuxphobia"
+
+src_install() {
+   local dir=/opt/${PN}
+   make_wrapper phobiaII ./linuxphobia "${dir}"
+   newicon phobia2.ico ${PN}.ico
+   make_desktop_entry phobiaII "Phobia II" /usr/share/pixmaps/${PN}.ico
+   insinto "${dir}"
+   doins -r *
+   rm -rf "${D}/${dir}"/{*.desktop,*.sh,/pics/.xvpics}
+   fperms 775 "${dir}"/linuxphobia
+}



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/, app-antivirus/clamav/files/

2017-01-27 Thread Austin English
commit: bcbbdee31e7cc94d9262a9df057db8fdd31d2f47
Author: Austin English  gentoo  org>
AuthorDate: Fri Jan 27 19:36:06 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 27 19:44:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbbdee3

app-antivirus/clamav: use upstream fix for broken zlib check instead of 
disabling it completely

Ack'ed by radhermit

Gentoo-Bug: https://bugs.gentoo.org/604650

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 app-antivirus/clamav/clamav-0.99.1.ebuild  |  7 +--
 app-antivirus/clamav/clamav-0.99.2.ebuild  |  5 +++--
 app-antivirus/clamav/clamav-0.99.ebuild|  5 -
 .../clamav/files/clamav-configure-zlib.patch   | 22 ++
 4 files changed, 34 insertions(+), 5 deletions(-)

diff --git a/app-antivirus/clamav/clamav-0.99.1.ebuild 
b/app-antivirus/clamav/clamav-0.99.1.ebuild
index 4f16064..be2a73a 100644
--- a/app-antivirus/clamav/clamav-0.99.1.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit eutils flag-o-matic user systemd
+inherit autotools eutils flag-o-matic user systemd
 
 DESCRIPTION="Clam Anti-Virus Scanner"
 HOMEPAGE="http://www.clamav.net/";
@@ -45,6 +45,9 @@ pkg_setup() {
 src_prepare() {
use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
+
+   epatch "${FILESDIR}"/${PN}-configure-zlib.patch # 604650, fixed in 
upstream HEAD
+   eautoconf
 }
 
 src_configure() {

diff --git a/app-antivirus/clamav/clamav-0.99.2.ebuild 
b/app-antivirus/clamav/clamav-0.99.2.ebuild
index 5ab484b..1ce8399 100644
--- a/app-antivirus/clamav/clamav-0.99.2.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils flag-o-matic user systemd
+inherit autotools eutils flag-o-matic user systemd
 
 DESCRIPTION="Clam Anti-Virus Scanner"
 HOMEPAGE="http://www.clamav.net/";
@@ -48,13 +48,14 @@ src_prepare() {
use uclibc && export ac_cv_type_error_t=yes
 
epatch "${FILESDIR}"/${P}-gcc-6.patch #592432
+   epatch "${FILESDIR}"/${PN}-configure-zlib.patch # 604650, fixed in 
upstream HEAD
+   eautoconf
 }
 
 src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
-   --disable-zlib-vcheck \
--enable-id-check \
--with-dbdir="${EPREFIX}"/var/lib/clamav \
--with-system-tommath \

diff --git a/app-antivirus/clamav/clamav-0.99.ebuild 
b/app-antivirus/clamav/clamav-0.99.ebuild
index 144082f..b77f3e7 100644
--- a/app-antivirus/clamav/clamav-0.99.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils flag-o-matic user systemd
+inherit autotools eutils flag-o-matic user systemd
 
 DESCRIPTION="Clam Anti-Virus Scanner"
 HOMEPAGE="http://www.clamav.net/";
@@ -45,6 +45,9 @@ pkg_setup() {
 src_prepare() {
use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
+
+   epatch "${FILESDIR}"/${PN}-configure-zlib.patch # 604650, fixed in 
upstream HEAD
+   eautoconf
 }
 
 src_configure() {

diff --git a/app-antivirus/clamav/files/clamav-configure-zlib.patch 
b/app-antivirus/clamav/files/clamav-configure-zlib.patch
new file mode 100644
index ..8d1f4e6
--- /dev/null
+++ b/app-antivirus/clamav/files/clamav-configure-zlib.patch
@@ -0,0 +1,22 @@
+commit f0bcd186190fe6e67b3f0eaaceb7a99aa6a98865
+Author: Steven Morgan 
+Date:   Thu Jan 5 12:30:35 2017 -0500
+
+bb111711 - fix zlib version check - patch by Daniel J. Luke.
+
+diff --git a/m4/reorganization/libs/libz.m4 b/m4/reorganization/libs/libz.m4
+index b5c7414..f7b67ca 100644
+--- a/m4/reorganization/libs/libz.m4
 b/m4/reorganization/libs/libz.m4
+@@ -29,9 +29,9 @@ then
+ AC_MSG_ERROR([Please install zlib and zlib-devel packages])
+ else
+ 
+-vuln=`grep "ZLIB_VERSION \"1.2.0" $ZLIB_HOME/include/zlib.h`
++vuln=`grep "ZLIB_VERSION \"1.2.0\"" $ZLIB_HOME/include/zlib.h`
+ if test -z "$vuln"; then
+-  vuln=`grep "ZLIB_VERSION \"1.2.1" $ZLIB_HOME/include/zlib.h`
++  vuln=`grep "ZLIB_VERSION \"1.2.1\"" $ZLIB_HOME/include/zlib.h`
+ fi
+ 
+ if test -n "$vuln"; then



[gentoo-commits] repo/gentoo:master commit in: games-action/rune/

2017-01-27 Thread Austin English
commit: 0bcaa85b99c8c86b97a69e7cc3aec4718814d76f
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 26 22:46:23 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 27 19:44:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcaa85b

games-action/rune: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 games-action/rune/rune-1.07-r3.ebuild | 130 ++
 1 file changed, 130 insertions(+)

diff --git a/games-action/rune/rune-1.07-r3.ebuild 
b/games-action/rune/rune-1.07-r3.ebuild
new file mode 100644
index ..efd46df
--- /dev/null
+++ b/games-action/rune/rune-1.07-r3.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils cdrom
+
+DESCRIPTION="Viking hack and slay game"
+HOMEPAGE="http://www.runegame.com";
+SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2"
+
+LICENSE="LOKI-EULA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="dev-util/xdelta:0
+   >=media-libs/libsdl-1.2.9-r1[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]"
+
+S=${WORKDIR}
+
+dir=/opt/${PN}
+Ddir=${D}/${dir}
+
+src_unpack() {
+   export CDROM_SET_NAMES=("Linux Rune CD" "Windows Rune CD")
+   cdrom_get_cds System/rune-bin:System/Rune.exe
+   dodir "${dir}"
+   if [[ ${CDROM_SET} -eq 0 ]]
+   then
+   # unpack the data files
+   tar xzf "${CDROM_ROOT}"/data.tar.gz || die
+   elif [[ ${CDROM_SET} -eq 1 ]]
+   then
+   # unpack the runelinuxfiles.tar.gz
+   unpack ${A}
+   fi
+}
+
+src_install() {
+   insinto "${dir}"
+   exeinto "${dir}"
+   einfo "Copying files... this may take a while..."
+
+   case ${CDROM_SET} in
+   0)
+   for x in Help Maps Meshes Sounds System Textures Web
+   do
+   doins -r $x
+   done
+
+   # copy linux specific files
+   doins -r "${CDROM_ROOT}"/System
+
+   # the most important things: rune and ucc :)
+   doexe "${CDROM_ROOT}"/bin/x86/rune
+   fperms 750 "${dir}"/System/{ucc{,-bin},rune-bin}
+
+   # installing documentation/icon
+   dodoc "${CDROM_ROOT}"/{README,CREDITS}
+   newicon "${CDROM_ROOT}"/icon.xpm rune.xpm
+   ;;
+   1)
+   # copying Maps Sounds and Web
+   for x in Maps Sounds Web
+   do
+   doins -r "${CDROM_ROOT}"/$x
+   done
+
+   # copying the texture files
+   dodir "${dir}"/Textures
+   for x in $(find "${CDROM_ROOT}"/Textures/ -type f -printf '%f ')
+   do
+   echo -ne '\271\325\036\214' | cat - 
"${CDROM_ROOT}"/Textures/$x \
+   | sed -e '1 s/\(\)/\1/' > 
"${Ddir}"/Textures/$x \
+   || die
+   done
+
+   doins -r "${S}"/System
+   doins -r "${S}"/Help
+   sed -e "s:.*\(\w+/\w+\)\w:\1:"
+   for x in $(ls "${S}"/patch/{System,Maps,Meshes} | sed -e \
+   "s:.*/\([^/]\+/[^/]\+\).patch$:\1:")
+   do
+   xdelta patch "${S}"/patch/${x}.patch 
"${CDROM_ROOT}"/${x} "${S}"/patch/${x}
+   doins "${S}"/patch/${x}
+   done
+
+   insinto "${dir}"/System
+
+   # copying system files from the Windows CD
+   for x in "${CDROM_ROOT}"/System/*.{int,u,url}; do
+   doins $x
+   done
+
+   # modify the files
+   mv "${Ddir}"/System/OpenGlDrv.int 
"${Ddir}"/System/OpenGLDrv.int \
+   || die
+   mv "${Ddir}"/Textures/bloodFX.utx 
"${Ddir}"/Textures/BloodFX.utx \
+   || die
+   mv "${Ddir}"/Textures/RUNESTONES.UTX 
"${Ddir}"/Textures/RUNESTONES.utx \
+   || die
+   mv "${Ddir}"/Textures/tedd.utx "${Ddir}"/Textures/Tedd.utx \
+   || die
+   mv "${Ddir}"/Textures/UNDERANCIENT.utx 
"${Ddir}"/Textures/UnderAncient.utx \
+   || die
+   rm 
"${Ddir}"/System/{Setup.int,SGLDrv.int,MeTaLDrv.int,Manifest.int,D3DDrv.int,Galaxy.int,SoftDrv.int,WinDrv.int,Window.int}
 \
+   || die
+
+   # the most important things: rune and ucc :)
+   doexe "${S}"/bin/x86/rune
+   fperms 750 "${dir}"/System/{ucc,ucc-bin,rune-bin}
+
+   # installing documentation/icon
+   dodoc "${S}"/{README,CREDITS}
+   doicon "${

[gentoo-commits] repo/gentoo:master commit in: games-action/rrootage/

2017-01-27 Thread Austin English
commit: 8dc1f6480a1ce8acaf17885632bac3d2844b5f45
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 26 22:49:00 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 27 19:44:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc1f648

games-action/rrootage: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 games-action/rrootage/rrootage-0.23a-r1.ebuild | 73 ++
 1 file changed, 73 insertions(+)

diff --git a/games-action/rrootage/rrootage-0.23a-r1.ebuild 
b/games-action/rrootage/rrootage-0.23a-r1.ebuild
new file mode 100644
index ..00f1476
--- /dev/null
+++ b/games-action/rrootage/rrootage-0.23a-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+MY_PN="rRootage"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Abstract shooter - defeat auto-created huge battleships"
+HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/rr_e.html
+   http://rrootage.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-libs/libbulletml-0.0.3
+   media-libs/libsdl[video]
+   media-libs/sdl-mixer[vorbis]
+   virtual/glu
+   virtual/opengl"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${MY_PN}/src
+
+PATCHES=(
+   "${FILESDIR}/${P}"-gcc41.patch
+)
+
+src_prepare() {
+   default
+
+   sed \
+   -e "s/-lglut/-lGL -lGLU -lm/" \
+   -e "/^CC/d" \
+   -e "/^CXX/d" \
+   -e "/^LDFLAGS/s/=/+=/" \
+   -e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
+   -e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
+   -e "s/ -mwindows//" \
+   -e "s:-I./bulletml/:-I/usr/include/bulletml:" \
+   makefile.lin > Makefile || die
+
+   sed -i \
+   -e "s:/usr/share/games:/usr/share:" \
+   barragemanager.cc screen.c soundmanager.c || die
+}
+
+src_compile() {
+   emake \
+   MORE_CFLAGS="-DLINUX ${CFLAGS}" \
+   MORE_CXXFLAGS="-DLINUX ${CXXFLAGS}"
+}
+
+src_install() {
+   newbin rr ${PN}
+   dodir "/usr/share/${MY_PN}"
+   cp -r ../rr_share/* "${D}/usr/share/${MY_PN}" || die
+   dodoc ../readme*
+}
+
+pkg_postinst() {
+   if ! has_version "media-libs/sdl-mixer[vorbis]" ; then
+   elog "${PN} will not have sound since sdl-mixer"
+   elog "is built with USE=-vorbis"
+   elog "Please emerge sdl-mixer with USE=vorbis"
+   elog "if you want sound support"
+   fi
+}



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

2017-01-27 Thread Göktürk Yüksek
commit: 96092c3ed8dd300e3db02cd898cbc85f09f6065f
Author: Luis Ressel  aixah  de>
AuthorDate: Thu Jan 19 20:56:43 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jan 27 19:13:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96092c3e

app-crypt/libu2f-server: Add libressl USE flag

In my tests, libu2f-server has worked fine with libressl; no patches are
necessary.

 app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild 
b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
index e59d574..6c8eb77 100644
--- a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
+++ b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
@@ -13,10 +13,11 @@ 
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="static-libs test"
+IUSE="libressl static-libs test"
 
 RDEPEND="
-   dev-libs/openssl:0=[${MULTILIB_USEDEP}]
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
dev-libs/hidapi[${MULTILIB_USEDEP}]
dev-libs/json-c[${MULTILIB_USEDEP}]
 "



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

2017-01-27 Thread Zac Medico
commit: 1af3bab44aabaf36cd0e4892a8413cb208f82a05
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 27 18:49:58 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 27 18:54:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af3bab4

net-misc/nicstat: new package

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/nicstat/Manifest|  1 +
 net-misc/nicstat/metadata.xml| 11 +++
 net-misc/nicstat/nicstat-1.95.ebuild | 31 +++
 3 files changed, 43 insertions(+)

diff --git a/net-misc/nicstat/Manifest b/net-misc/nicstat/Manifest
new file mode 100644
index ..19943e7
--- /dev/null
+++ b/net-misc/nicstat/Manifest
@@ -0,0 +1 @@
+DIST nicstat-1.95.tar.gz 33601 SHA256 
0556e890e7c671ee85ccef861ede034719101125c06f750166e723f2bff34e37 SHA512 
542de1e0a388f699e184e8f92ca732ce68974a3adc3b60247170cc32a737fd191c43a9b7a761cc8b8ed411e914756f1ae3727b1a5a8e5753643f98a80443ad5a
 WHIRLPOOL 
8fe4bae340e0a84bc6f2a8e4880abffcfa3c3e62f44ee3fa23a06c11a1de1964ff40124055d1b1d1ab3e853d295171017d96de0165f1c11d824cd85d6ab6a7a2

diff --git a/net-misc/nicstat/metadata.xml b/net-misc/nicstat/metadata.xml
new file mode 100644
index ..d0f2dbf
--- /dev/null
+++ b/net-misc/nicstat/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   scotte/nicstat
+   nicstat
+   
+   
+   zmed...@gentoo.org
+   
+

diff --git a/net-misc/nicstat/nicstat-1.95.ebuild 
b/net-misc/nicstat/nicstat-1.95.ebuild
new file mode 100644
index ..455661f
--- /dev/null
+++ b/net-misc/nicstat/nicstat-1.95.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Network traffic statics utility for Solaris and Linux"
+HOMEPAGE="https://sourceforge.net/projects/nicstat/ 
https://github.com/scotte/nicstat/";
+EGIT_COMMIT="a716ee81cbf1e177267e20a880b5a0d9fa5b689e"
+SRC_URI="https://github.com/scotte/nicstat/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+
+src_compile() {
+   $(tc-getCC) ${CFLAGS} ${PN}.c -o ${PN} ${LDFLAGS} || die
+}
+
+src_install() {
+   dobin {e,}${PN}
+   doman ${PN}.1
+   dodoc BUGS.md ChangeLog.txt README*
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/qtox/

2017-01-27 Thread Göktürk Yüksek
commit: c38d029db5850d70c216288fcdff2ac5c6fde091
Author: Zetok Zalbavar  openmailbox  org>
AuthorDate: Fri Jan 27 17:57:54 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jan 27 18:47:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38d029d

net-im/qtox: remove old v1.5.0

Package-Manager: portage-2.3.3

 net-im/qtox/Manifest  |  1 -
 net-im/qtox/qtox-1.5.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/net-im/qtox/Manifest b/net-im/qtox/Manifest
index ecf0763..9117343 100644
--- a/net-im/qtox/Manifest
+++ b/net-im/qtox/Manifest
@@ -1,3 +1,2 @@
-DIST qtox-1.5.0.tar.gz 3452369 SHA256 
216c07cf6c37f655aa91de6f507f3f0a86831ad502d7733c0e67c336ed197a86 SHA512 
253effc91663cac373cf9fd1595f4cb26f38c5cf997050217def4d1c659a710afa10a29cb5aecb5d23dbdeb3ea7cf8b651f4a120d79e8681c96fb7b8b4500812
 WHIRLPOOL 
d73650790e7be2be5636dd3b1507ed1e704307ad8e916f6dc12aa2739525717ccc221c76104bc231f77e4c2c87b6370fdaf8a5aad160a0e06e86767f760eeb66
 DIST qtox-1.6.0.tar.gz 3481328 SHA256 
7450e751da5cc6dce00b58df6d06a309e2674c7bd9311de6af21e53c36c3f155 SHA512 
6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192
 WHIRLPOOL 
999aacf9724697526f925721e7202168076bcaac9fb5a733ef6374518f3ab86c9a3ded9d0911e2a2d677c0af0c474054d7f6c2cc06fd430c98366d9fa48f19ab
 DIST qtox-1.7.0.tar.gz 3563009 SHA256 
b33916b64f3992a46c1b1da8ce124e41048b76a780732c9c73e3645706334ec9 SHA512 
f7a49f00e222f49653388ddca973a2c49ca84b7dd1625997bb3fe819332bee252b59e5478437569d7e6ab6ce501eb2c909d22cec64349e94ddcdd7458143386f
 WHIRLPOOL 
253402b69941e434ad6ac2411faf0a9aa5ed70045631c0522f57ff971ef90c8efa91be92ab012edff49451802058835b1d4e90bd3150151afe0a8c5453c60db2

diff --git a/net-im/qtox/qtox-1.5.0.ebuild b/net-im/qtox/qtox-1.5.0.ebuild
deleted file mode 100644
index 2f62392..
--- a/net-im/qtox/qtox-1.5.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils qmake-utils
-
-DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5"
-HOMEPAGE="https://github.com/qtox/qtox";
-SRC_URI="https://github.com/qtox/qtox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk X"
-
-# needed, since tarball provided by github extracts to `qTox`
-S="${WORKDIR}/qTox-${PV}"
-
-RDEPEND="
-   dev-db/sqlcipher
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[gif,jpeg,png,xcb]
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtxml:5
-   media-gfx/qrencode
-   media-libs/openal
-   >=media-video/ffmpeg-2.6.3[webp,v4l]
-   gtk? (  dev-libs/atk
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf[X]
-   x11-libs/gtk+:2
-   x11-libs/cairo[X]
-   x11-libs/pango[X] )
-   net-libs/tox:0/0.0[av]
-   X? ( x11-libs/libX11
-   x11-libs/libXScrnSaver )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if tc-is-gcc ; then
-   if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) 
-lt 8 || $(gcc-major-version) -lt 4 ]] ; then
-   eerror "You need at least sys-devel/gcc-4.8.3"
-   die "You need at least sys-devel/gcc-4.8.3"
-   fi
-   fi
-   fi
-}
-
-src_configure() {
-   use gtk || local 
NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO 
ENABLE_SYSTRAY_GTK_BACKEND=NO"
-   use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
-
-   eqmake5 \
-   PREFIX="${D}/usr" \
-   GIT_DESCRIBE="${PV}" \
-   ${NO_GTK_SUPPORT} \
-   ${NO_X_SUPPORT}
-}



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

2017-01-27 Thread David Seifert
commit: 523cb563bca77ce8a592ba7364f8978798a8644b
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan 27 18:42:08 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 27 18:43:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523cb563

media-plugins/kodi-pvr-iptvsimple: Remove bogus EBUILD entry

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/kodi-pvr-iptvsimple/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest 
b/media-plugins/kodi-pvr-iptvsimple/Manifest
deleted file mode 100644
index db3672e..
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD kodi-pvr-iptvsimple-.ebuild 553 SHA256 
ddce3a7f6c37a8b398d79f3af47a5be57469899e47171b608e8c280b4c3dbc8e SHA512 
54b715255e6e7f1c3fba7944d797870e9403376c323ca87b05076c1dfde4a4db84c70bbffa4ff60c6b69af6766b43227523d296b5dc279cb6fbce76263c0b326
 WHIRLPOOL 
f26ccb2346a1294d71aa098b395a4bfcd7ff892c932a467cc634adb5bb13fa10ff7b972add49e7eef5e6131a2e5f3846b723bac69dce567c9906088f37d65c19



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-joystick/

2017-01-27 Thread David Seifert
commit: 75f99c8908a0ee0c00248985e55c4b6955dceb91
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan 27 18:39:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 27 18:43:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f99c89

media-plugins/kodi-peripheral-joystick: Remove bogus EBUILD entry

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/kodi-peripheral-joystick/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/kodi-peripheral-joystick/Manifest 
b/media-plugins/kodi-peripheral-joystick/Manifest
deleted file mode 100644
index a549260..
--- a/media-plugins/kodi-peripheral-joystick/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD kodi-peripheral-joystick-.ebuild 511 SHA256 
9b49c89dc24cad092306f24e9db15b1f8bd7f0bccfe20bfd30c920653296689b SHA512 
7cf412bb3cd958cbc73e07c3533994cc97baadee1a48173d59c72c56643f85c3ab0d1b3e7eecab72e744ddda8cf181f04785034e4f34669076b423b033fbfd92
 WHIRLPOOL 
8483840d4d49de9b9ba4145b82f00466a73c9271402b2e44b813fdfec9c217e82659c8265da3961d2a08dbc0ef9af09c164aa7f95f1a42d01339c814ecaf92c8



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-starburst/

2017-01-27 Thread David Seifert
commit: da87bec2312c57e5d91fcc304b02ea512e81811c
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan 27 18:42:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 27 18:43:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da87bec2

media-plugins/kodi-visualization-starburst: Remove bogus EBUILD entry

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/kodi-visualization-starburst/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/kodi-visualization-starburst/Manifest 
b/media-plugins/kodi-visualization-starburst/Manifest
deleted file mode 100644
index 71b1b7c..
--- a/media-plugins/kodi-visualization-starburst/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD kodi-visualization-starburst-.ebuild 491 SHA256 
006a77922a37266c5fda4a09bbee6481277f3eb56b066f81323e88af6efbce4c SHA512 
78d4628776283a7614ede742c0581b893231fc75da634c33d8feaf4ed9aa772430d93bb791519a7c8d1f4037cbe4226ad43dbb0438f28edaeca40dbe30c7fc6b
 WHIRLPOOL 
a4388d922d1d30f269e13fe2dd99418c0686a7b5ff2c72b54a3e20bb0d88e08c8f2eefb29f38d584d797425847e2407f708c960c62c7d9e2556aa043a251bc8f



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

2017-01-27 Thread David Seifert
commit: d0554f919eef1813da7d73998640c578b114d75d
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan 27 18:40:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 27 18:43:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0554f91

media-plugins/kodi-pvr-argustv: Remove bogus EBUILD entry

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/kodi-pvr-argustv/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/kodi-pvr-argustv/Manifest 
b/media-plugins/kodi-pvr-argustv/Manifest
deleted file mode 100644
index a8b6dd8..
--- a/media-plugins/kodi-pvr-argustv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD kodi-pvr-argustv-.ebuild 504 SHA256 
fc9eb70233e00c45b9e6ff694c6bc383ad3d3f6ac8d24af4d85a244d14342ad5 SHA512 
9e07f35d0f95d25125a4f3a2c16e8571ca3b8f017b280de6c7084aaea7dfd1d4b1d1a2a58b358f265d8b8042e06a4a0c35bfd3ec9fc1d8f5b46e5c1c833be992
 WHIRLPOOL 
d9b11b7643cfe4efc73d0c49081efacd2d2ad9a345a5411ecefecc69fdff27611222128837425859e24d91b7cf16598045ffa25df810920ba2a4b493224f3661



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

2017-01-27 Thread Alon Bar-Lev
commit: 7e75de00aef9af5dd25725d761bf791c12a64e5f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Jan 27 18:21:25 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Jan 27 18:21:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e75de00

dev-libs/softhsm: disable ghost for libressl

disable ecc for bindist

Bug: 607416

Package-Manager: portage-2.3.3

 dev-libs/softhsm/softhsm-2.2.0-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
index 0b92129..8a91277 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r1.ebuild
@@ -11,14 +11,14 @@ HOMEPAGE="http://www.opendnssec.org/";
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz";
 
 KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="libressl +migration-tool test"
+IUSE="bindist libressl +migration-tool test"
 SLOT="2"
 LICENSE="BSD"
 
 RDEPEND="
sys-devel/gcc:=[cxx]
dev-db/sqlite:3
-   !libressl? ( dev-libs/openssl:= )
+   !libressl? ( dev-libs/openssl:=[bindist=] )
libressl? ( dev-libs/libressl )
!=dev-libs/softhsm-2.0.0:0
 "
@@ -42,6 +42,8 @@ src_configure() {
--disable-static \
--with-crypto-backend=openssl \
--disable-p11-kit \
+   $(use_enable bindist ecc) \
+   $(use libressl && echo --disable-ghost) \
$(use_with migration-tool migrate)
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2017-01-27 Thread Zac Medico
commit: 941efe41a72bca04a0fe6b15bd9ba96a9c46dddf
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 27 18:31:45 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 27 18:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941efe41

app-antivirus/clamav: econf --disable-zlib-vcheck #604650

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-antivirus/clamav/clamav-0.99.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-antivirus/clamav/clamav-0.99.ebuild 
b/app-antivirus/clamav/clamav-0.99.ebuild
index 15506e45..144082f 100644
--- a/app-antivirus/clamav/clamav-0.99.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.ebuild
@@ -51,6 +51,7 @@ src_configure() {
econf \
--disable-experimental \
--disable-fanotify \
+   --disable-zlib-vcheck \
--enable-id-check \
--with-dbdir="${EPREFIX}"/var/lib/clamav \
--with-system-tommath \



[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2017-01-27 Thread Mike Gilbert
commit: b085603089d3f48ec7c44060ab99c4a9a69ab816
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jan 27 17:20:16 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 27 17:33:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0856030

net-irc/kvirc: Migrate to python-single-r1.eclass.

 net-irc/kvirc/kvirc-.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-irc/kvirc/kvirc-.ebuild b/net-irc/kvirc/kvirc-.ebuild
index e9f2fde..0ee1719 100644
--- a/net-irc/kvirc/kvirc-.ebuild
+++ b/net-irc/kvirc/kvirc-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_DEPEND="python? 2"
+PYTHON_COMPAT=(python2_7)
 
-inherit cmake-utils flag-o-matic multilib python
+inherit cmake-utils flag-o-matic multilib python-single-r1
 
 if [[ "${PV}" == "" ]]; then
inherit git-r3
@@ -58,6 +58,7 @@ RDEPEND="dev-qt/qtcore:5
)
perl? ( dev-lang/perl:0= )
phonon? ( media-libs/phonon:0[qt5] )
+   python? ( ${PYTHON_DEPS} )
spell? ( app-text/enchant )
ssl? ( dev-libs/openssl:0= )
theora? (
@@ -74,14 +75,13 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
 RDEPEND="${RDEPEND}
gsm? ( media-sound/gsm )"
-REQUIRED_USE="audiofile? ( oss )"
+REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 
 DOCS=(ChangeLog doc/FAQ)
 
 pkg_setup() {
if use python; then
-   python_set_active_version 2
-   python_pkg_setup
+   python-single-r1_pkg_setup
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2017-01-27 Thread Mike Gilbert
commit: 85df7c0194b0b12a99436a91a66f703cf0c656a1
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jan 27 17:24:59 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 27 17:33:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85df7c01

net-irc/kvirc: Stabilize on amd64/x86.

 net-irc/kvirc/kvirc-5.0_pre20161201011150.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/kvirc/kvirc-5.0_pre20161201011150.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20161201011150.ebuild
index c257f1e..d5a0b00 100644
--- a/net-irc/kvirc/kvirc-5.0_pre20161201011150.ebuild
+++ b/net-irc/kvirc/kvirc-5.0_pre20161201011150.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,7 +31,7 @@ fi
 
 LICENSE="kvirc"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
 
 RDEPEND="dev-qt/qtcore:5



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

2017-01-27 Thread Mike Gilbert
commit: 5d9b7ab316c35e871c1528231e5e5190c50265ef
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jan 27 17:14:33 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 27 17:33:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9b7ab3

net-libs/neon: Version bump (0.30.2).

 net-libs/neon/Manifest   |  1 +
 net-libs/neon/neon-0.30.2.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/net-libs/neon/Manifest b/net-libs/neon/Manifest
index ec1be18..253841b 100644
--- a/net-libs/neon/Manifest
+++ b/net-libs/neon/Manifest
@@ -1,2 +1,3 @@
 DIST neon-0.30.0.tar.gz 909989 SHA256 
2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2 SHA512 
67f8a6c5549c37d984d8a0af88cd93c8c51593fa995662fd686e47acb630143d7b0c02c09d3c19f6a0181e0ff82940618cf72a76f9cb17bb964293f4118f013e
 WHIRLPOOL 
75df16aae54410e97887ad1b1d45a17e58868c7d929f511c4840179ace1500c33228b02de7a038b9620d729e5153e1e14cc916ed1af9ce90bf4c49fb4b71
 DIST neon-0.30.1.tar.gz 911414 SHA256 
00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd SHA512 
4a9e45c886e04c5e1a1c781f7c2544b73724e09745097b1e8dc9adf9acd79af1762d668d4f18c295d7b4148d57af797834dd3c1203f2529089f7d1972ca71e63
 WHIRLPOOL 
747385544f0fbacc6c39fa5911ee5a21654ac21ecea89f297c17b43c21a7a649ae47b08b155733e9da0286a24024f4e54dcff3c9c2d678d9abe27f83054d718b
+DIST neon-0.30.2.tar.gz 932779 SHA256 
db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca SHA512 
634caf87522e0bd2695c6fba39cae2465e403f9fbd8007eb10e4e035c765d24cb8da932c67bfa35c34aa51b90c7bc7037ebebaa1ec43259366d5d07233efc631
 WHIRLPOOL 
977464fc686727dcbdb9def45159d783586fceb289c0eca937429ae3d2b39d9c6bb63a5029be566107d415718ee6ab315b8167c02b3093884757932f89e3b704

diff --git a/net-libs/neon/neon-0.30.2.ebuild b/net-libs/neon/neon-0.30.2.ebuild
new file mode 100644
index ..d88dd40
--- /dev/null
+++ b/net-libs/neon/neon-0.30.2.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools libtool multilib-minimal
+
+DESCRIPTION="HTTP and WebDAV client library"
+HOMEPAGE="http://www.webdav.org/neon/";
+SRC_URI="http://www.webdav.org/neon/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0/27"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc expat gnutls kerberos libproxy libressl nls pkcs11 ssl static-libs 
zlib"
+RESTRICT="test"
+
+RDEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] )
+   !expat? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )
+   gnutls? (
+   app-misc/ca-certificates
+   net-libs/gnutls:0=[${MULTILIB_USEDEP}]
+   pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] )
+   )
+   !gnutls? ( ssl? (
+   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+   !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
+   pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] )
+   ) )
+   kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
+   libproxy? ( net-libs/libproxy:0=[${MULTILIB_USEDEP}] )
+   nls? ( virtual/libintl:0=[${MULTILIB_USEDEP}] )
+   zlib? ( sys-libs/zlib:0=[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/neon-config
+)
+
+src_prepare() {
+   # Use CHOST-prefixed version of xml2-config for cross-compilation.
+   sed -e "s/AC_CHECK_PROG(XML2_CONFIG,/AC_CHECK_TOOL(XML2_CONFIG,/" -i 
macros/neon-xml-parser.m4 || die "sed failed"
+
+   eapply_user
+
+   AT_M4DIR="macros" eautoreconf
+
+   elibtoolize
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   local myconf=()
+
+   if has_version sys-libs/glibc; then
+   einfo "Enabling SSL library thread-safety using POSIX 
threads..."
+   myconf+=(--enable-threadsafe-ssl=posix)
+   fi
+
+   if use expat; then
+   myconf+=(--with-expat)
+   else
+   myconf+=(--with-libxml2)
+   fi
+
+   if use gnutls; then
+   myconf+=(--with-ssl=gnutls 
--with-ca-bundle="${EPREFIX}/etc/ssl/certs/ca-certificates.crt")
+   elif use ssl; then
+   myconf+=(--with-ssl=openssl)
+   fi
+
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --enable-shared \
+   $(use_with kerberos gssapi) \
+   $(use_with libproxy) \
+   $(use_enable nls) \
+   $(use_with pkcs11 pakchois) \
+   $(use_enable static-libs static) \
+   $(use_wit

[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/files/, dev-db/sqlite/

2017-01-27 Thread Mike Gilbert
commit: 263105303955690b2cab2acfb3d8340508710aa5
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Jan 27 17:09:50 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 27 17:33:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26310530

dev-db/sqlite: Version bump (3.16.2).

 dev-db/sqlite/Manifest |   3 +
 .../files/sqlite-3.16.0-full_tarball-build.patch   | 147 
 .../sqlite-3.16.0-nonfull_tarball-build.patch  |  14 ++
 dev-db/sqlite/sqlite-3.16.2.ebuild | 261 +
 4 files changed, 425 insertions(+)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index b1d8d03..b48cffc 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -6,6 +6,7 @@ DIST sqlite-autoconf-3140100.tar.gz 2473610 SHA256 
bc7182476900017becb81565ecea7
 DIST sqlite-autoconf-3140200.tar.gz 2472940 SHA256 
644f0c127f7d0cbe8765b9bbdf9ed09d6a2f2b9dfba48ddfd8ca0a42fdb5b3fc SHA512 
02c5ca3073e29307f842af3305793dd6251d2ac43ce3f37b5b9402d6582a6bda56a41f82b130d03997ebb3cc109d6ab7baa9a946c03e74ae5158426bc154fd70
 WHIRLPOOL 
c98f2b004838e5b767704248fdc5afd0428559155838240943861edd6e4a20121f81e24fca672cd8408c9c6907ef4e5d6c228c167ab7b3a0670b787420006377
 DIST sqlite-autoconf-3150100.tar.gz 2491350 SHA256 
5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5 SHA512 
516d683fb64a6a0ef170d718059420c9b0023bffd75780194d9c06fab1142a749700fafd83577c81dfc7a7a21eee955df9a879f8c2f818f542c7adb968daa0ed
 WHIRLPOOL 
550a7a1e85860ab656ad78d7bfb61d859cc146343caf5b59009b29ee206a635725a0d65b261b08f4430192f064a01cc35a4088946275f4f239aa821622b8fd8c
 DIST sqlite-autoconf-3150200.tar.gz 2491735 SHA256 
07b35063b9386865b78226cdaca9a299d938a87aaa8fdc4d73edb0cef30f3149 SHA512 
9620f03bbd14a15063378656567df544245f62255ed36cca683b3b92b6eb48e83c6ca09bbf904b916c1c7504b69f0332860923daabb25c94b2a46434e2dcb19d
 WHIRLPOOL 
0293b8d50082d8fdceef67fe3f9c6e827bf5df25d92ecd4651af468848288e2faea657d519d6c3facc45d760e9dcbd89d60dd3271b76396b6f358e72eb57554d
+DIST sqlite-autoconf-3160200.tar.gz 2508179 SHA256 
65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615 SHA512 
83bdd588504f265bbe93fb98a33a292aff5618c14f94d521c8557efbb5f777e82dfbb2d186cbfd4c628ee9522b1fcb73857e24ca2318fa34af3a3f9540e72b9a
 WHIRLPOOL 
850a5051739f65eade0ee5740641a0503870f88d1ebdb40cab36b68d956896270ed59e387d57db74eede5ecd7fc9b3c14bc5841ff02e17eb50abc4701eba18fc
 DIST sqlite-doc-312.zip 5402611 SHA256 
346d9d56a0193d9396948192b7eca9e45c2adfeea6bbf71df62502830da510f3 SHA512 
7879d006e528d692ea5718f27d03e2dfe2a5e54aa135be983b992836102720df4dc690d84795115a25ed19a663e895a3f3f8a59d0de079c451d215e07081281e
 WHIRLPOOL 
00f5bc4b82af1ba8d43ae4d0761dacd2e608009812a12fee9aedd333baec9b36f74542c60de4acacd19f5ef898d3bd57dfb705f3b21219ba3862ca91c2f76402
 DIST sqlite-doc-3120100.zip 5410493 SHA256 
dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088 SHA512 
d0117618d97744255248b9160816203147ba2afdb0bea5fe02d5e464541e09bc9147189317c6f849cc56059d6ae96e3e4b2a30cd8d0bc7b0e1ecacb573cfcdd4
 WHIRLPOOL 
e3f054eda83301b9e4b5170bf9c56895756e4ac78a1c6256467c990fafccaeadec5f7ca54f1bf118bcb950f25db63df6c0972a138d36a10a0a9cfdf688eb207b
 DIST sqlite-doc-3120200.zip 5416790 SHA256 
67c640c4b01b961016717db61e3e43c63c33248c78ce0de9f10b88ea7ce97670 SHA512 
4ded937565b2d9b63ae55495d4b536bc0056e0d9aa7119ee54ddea127c42ba7de17986db7b85c172043fab1112132cbc126a102b248770fca6cde9a8fda438ae
 WHIRLPOOL 
7eefecb6d0450c85ec3f30cdeb853117f4067e1bace7d3c0524e5c6cb13d2e31772211aec8562f972491da413d9bd79022bc29c16968b086562e7f17bff984eb
@@ -14,6 +15,7 @@ DIST sqlite-doc-3140100.zip 5689913 SHA256 
036203c71ca5796fd80b9d9d3bd710f698da3
 DIST sqlite-doc-3140200.zip 5386739 SHA256 
421d2ea3d288dd301ec98155a6765d6bc8ce93b9a3ae82bac56a21cdd91190c2 SHA512 
4acd9818cc864332cbc57c9533d45c26d62f5c62ab9dff3f0fb1bb98530fe974f83699ccc0b098b14bcbfd718a2aa6b4d3b7c2ca880e4097d9b0833b8d902069
 WHIRLPOOL 
b2593b17da42d41425d5579d36193945dc20d7bc11b271c0d94f005fef06352d3bf8b1c2963b9b811ba8f46190f35a9ea61080c09e765b28e9c7330ca613f3e6
 DIST sqlite-doc-3150100.zip 5461172 SHA256 
121363c75da7f6c8988f70dfa5bed5f0f06b5c9d37b4e2230316c55a80760825 SHA512 
fa58e69d74cc816e4541385ad0a62b1987eb1abf4cb325867500030b4fa8a5058a63133314aef685a2158e9171f98a557d555e99a13417bc7bf8240da7feda30
 WHIRLPOOL 
6eac94d6c71b28850592a9135a487d0d69a74c7d366f072d02f02de2091fe8169469b4ccba0605d555d10c5549cca6138d5938ad03dc5b453d3a342fb43d8101
 DIST sqlite-doc-3150200.zip 5464066 SHA256 
d231fb3a7c890d2107b60859d4f626abfcd5cf82e7f3abc1f32dc6748ac54421 SHA512 
c0fd3325c4d73c86a07abe126a317e4b3acbf5dfe88c0e70de5a9b54dace8b1ca1469fe559a5d0fc1781586581abe51a4350a96f6498d02db1dfce4470cf0496
 WHIRLPOOL 
7b09777bceab8b8cd70fd49531c2e5676aaa0a14b0bc788a571e594e03956611b25400e85989a0785faefd17cf0ff736e01b47fac7523d7af3d5afd94a473941
+DIST sqlite-doc-3160200.zip 5521023 SHA256 
c13ffbb6019f3849b251c22358f31ccb

[gentoo-commits] repo/gentoo:master commit in: app-misc/jira-cli/, dev-vcs/gitolite/, dev-vcs/gitolite/files/

2017-01-27 Thread Manuel Rüger
commit: 1e3696913024f574cfe0851d8306d0cb869c633a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan 27 16:18:50 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan 27 16:19:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e369691

dev-vcs/gitolite: Version bump to 3.6.6

Gentoo-Bug: #603156

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild |   2 +-
 dev-vcs/gitolite/Manifest  |   1 +
 .../files/gitolite-3.6.6-fix-shebang.patch |  23 +
 dev-vcs/gitolite/gitolite-3.6.6.ebuild | 100 +
 4 files changed, 125 insertions(+), 1 deletion(-)

diff --git a/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild 
b/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild
index 411b05d..86190c0 100644
--- a/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild
+++ b/app-misc/jira-cli/jira-cli-2.1.4-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${CDEPEND}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   dev-python/jira[${PYTHON_USEDEP}]
+   dev-python/jira[${PYTHON_USEDEP},oauth]
dev-python/suds[${PYTHON_USEDEP}]
>=dev-python/keyring-10.0.2-r1[${PYTHON_USEDEP}]
dev-python/keyrings_alt[${PYTHON_USEDEP}]"

diff --git a/dev-vcs/gitolite/Manifest b/dev-vcs/gitolite/Manifest
index 16c5ef9..b17e6e8 100644
--- a/dev-vcs/gitolite/Manifest
+++ b/dev-vcs/gitolite/Manifest
@@ -4,4 +4,5 @@ DIST gitolite-3.6.2.tar.gz 167670 SHA256 
012c372b53d765558131ae0df23a590d41b042c
 DIST gitolite-3.6.3.tar.gz 174689 SHA256 
9b20eb6ae84358c5f063b02da64e49bef4605c9bfc7fb3700a2766dba58b9d99 SHA512 
afb8bcf27052d46725c4b3a6dd483e98ac3e574651bfe2ee35b442f044791acae8a17cbbab4237992a9755367e37f5160514d67cd2d863d623d32ed5fdf39362
 WHIRLPOOL 
8f2495b9cc462760632e58cdfeec3759070fcaad9f7c31faab13bb72de5e680967cba10ed5a79841f81fd257b056d520a36415619107f15919787711628ce9c8
 DIST gitolite-3.6.4.tar.gz 180619 SHA256 
15b19181dcc00233e4d031f07d769cf930e93963a925a71d684748068f38dd63 SHA512 
7c709372f66c4620109824191d6bf736b1066d74e5acd481fa552a6f010a38d6d7d17629a92fe7b944b43c6cac864db80217cefadc0e3a6dbf63530cff89cd6d
 WHIRLPOOL 
2896dbb669dd71ee4cf184c90e9b87b7d69588789cfc16c5bcd26f3defb64a6812c8493df5e769a9a0c434f92b17d48b9dd5c56507239a176a6832a66908
 DIST gitolite-3.6.5.tar.gz 182496 SHA256 
15f367591cc6782cde8b0b8c2206ada5714e83998b96de61838d64ff0878f876 SHA512 
60796663a87c2b169c08e4e26edfb76408428887d3e932677f4ca95a8c7f82e9e300a7400d3d900c371628b23972be063444b7c036218f6ff0ab13626a886f90
 WHIRLPOOL 
dcc5b7ebf64fb9334d5062e9dd0c7b678ea4b1bc0d014b636a8bc346e9931888e43e32d7a21fe4b10528a0f6657e6ed5e0185427ba6cfd5e32d964ab5627f1a4
+DIST gitolite-3.6.6.tar.gz 183469 SHA256 
6971db70cf1393bf864cab569adbbd2a71f777f095d13447079a2463901b031f SHA512 
1529330ed2afa315fcb650c55d515e5d4b61921f46b4d763a759537434492959f100d2219ab7673e568d46f397a25a45d4388fe3827ea988333fc8719820f8bc
 WHIRLPOOL 
2c7bcf70d908b3af5c8152fc29b57101757e280e1235faf91270053cc0e05d1b2dc67a6f6d36193ff53d2db3f0ee73b90ef53fdc0be7f3ba42daa2e1633595db
 DIST gitolite-3.6.tar.gz 156481 SHA256 
ae9180a180a05cad344788eadc8340d6ebcb4cc60d96a1f5ab5fc355d395ba4b SHA512 
91606a5fed202f0da2194310bc7da8e5d35cdfa2924b009ed3447ba41e2fd856b9043f1b57d16600ec44f17d640e9ee988b4086bea032827bf5fca83e5ff024f
 WHIRLPOOL 
79b3a553dd25db9a3e99d7725c0932bb0b126f30bd013b9cc53d69f60d0c906eac4134b25f6759d9635e50df3324d731f16c30fb44c25e89df7e35560a3e00b1

diff --git a/dev-vcs/gitolite/files/gitolite-3.6.6-fix-shebang.patch 
b/dev-vcs/gitolite/files/gitolite-3.6.6-fix-shebang.patch
new file mode 100644
index ..21437f5
--- /dev/null
+++ b/dev-vcs/gitolite/files/gitolite-3.6.6-fix-shebang.patch
@@ -0,0 +1,23 @@
+From 72c02387f6e1a9d2791dd78533d0c3e909400715 Mon Sep 17 00:00:00 2001
+From: Sitaram Chamarty 
+Date: Fri, 25 Nov 2016 18:16:33 +0530
+Subject: [PATCH] fix shebang in repo-specific-hooks
+
+(thanks to Dieter on the mailing list for catching this!)
+---
+ src/triggers/repo-specific-hooks | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/triggers/repo-specific-hooks 
b/src/triggers/repo-specific-hooks
+index 7ed28e5..6e229ea 100755
+--- a/src/triggers/repo-specific-hooks
 b/src/triggers/repo-specific-hooks
+@@ -85,7 +85,7 @@ for my $repo (keys %repo_hooks) {
+ }
+ 
+ __DATA__
+-#/bin/sh
++#!/bin/sh
+ 
+ # Determine what input the hook needs
+ # post-update takes args, pre/post-receive take stdin

diff --git a/dev-vcs/gitolite/gitolite-3.6.6.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.6.ebuild
new file mode 100644
index ..47d6771
--- /dev/null
+++ b/dev-vcs/gitolite/gitolite-3.6.6.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+[[ ${PV} == * ]] && SCM="git-2"
+EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
+EGIT_MASTER=

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

2017-01-27 Thread Ian Stakenvicius
commit: 61fe4f891af6a622ebb4a3754f07ac5a54f5c629
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Jan 27 16:03:08 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Jan 27 16:03:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fe4f89

www-client/firefox: adjust SHELL, other var specs on calls to emake

Aligned the use of forcing various variables on calls to emake, so that they
are common across all current versions of firefox.  This should address
two bugs related to SHELL: bug 602370 and bug 600488

Package-Manager: portage-2.3.0

 www-client/firefox/firefox-45.7.0.ebuild | 7 +++
 www-client/firefox/firefox-51.0.ebuild   | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/www-client/firefox/firefox-45.7.0.ebuild 
b/www-client/firefox/firefox-45.7.0.ebuild
index 6c62d94..9ad87f2 100644
--- a/www-client/firefox/firefox-45.7.0.ebuild
+++ b/www-client/firefox/firefox-45.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -220,6 +220,7 @@ src_configure() {
fi
 
# workaround for funky/broken upstream configure...
+   SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake -f client.mk configure
 }
 
@@ -245,11 +246,9 @@ src_compile() {
shopt -u nullglob
addpredict "${cards}"
 
-   CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" 
SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
virtx emake -f client.mk profiledbuild || die "virtx emake 
failed"
else
-   CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" 
SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake -f client.mk realbuild
fi
@@ -289,7 +288,7 @@ src_install() {
|| die
done
 
-   MOZ_MAKE_FLAGS="${MAKEOPTS}" \
+   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake DESTDIR="${D}" install
 
# Install language packs

diff --git a/www-client/firefox/firefox-51.0.ebuild 
b/www-client/firefox/firefox-51.0.ebuild
index 03a20ee..f1f2b1c 100644
--- a/www-client/firefox/firefox-51.0.ebuild
+++ b/www-client/firefox/firefox-51.0.ebuild
@@ -306,7 +306,7 @@ src_install() {
|| die
done
 
-   MOZ_MAKE_FLAGS="${MAKEOPTS}" \
+   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
emake DESTDIR="${D}" install
 
# Install language packs



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

2017-01-27 Thread Fabian Groffen
commit: 3de405d93a16785a663054eb9514f491c392cc46
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 27 15:44:07 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 27 15:44:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de405d9

app-portage/gentoolkit-dev: fix reponame for Prefix users

Package-Manager: Portage-2.3.2-prefix, Repoman-2.3.1

 app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild 
b/app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild
index 1f67e2a..8f1803c 100644
--- a/app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild
+++ b/app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild
@@ -56,6 +56,11 @@ src_prepare() {
-e "s:portage\.db\['/'\]:portage.db['${EPREFIX}/']:g" \
src/ekeyword/ekeyword.py \
|| die "failed to set EPREFIX in ekeyword"
+   # fix repo name
+   sed -i \
+   -e "s:repo='gentoo':repo='gentoo_prefix':g" \
+   src/ekeyword/ekeyword.py \
+   || die "failed to set correct reponame in ekeyword"
fi
 }
 



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

2017-01-27 Thread Fabian Groffen
commit: 27d2063a8ce38cd407a1bba3d60ff41f6510c0b5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 27 15:38:13 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 27 15:38:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d2063a

app-portage/repoman: add Prefix keywords

Package-Manager: Portage-2.3.2-prefix, Repoman-2.3.1

 app-portage/repoman/repoman-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/repoman/repoman-2.3.1.ebuild 
b/app-portage/repoman/repoman-2.3.1.ebuild
index 0bc1338..0f3144e 100644
--- a/app-portage/repoman/repoman-2.3.1.ebuild
+++ b/app-portage/repoman/repoman-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



[gentoo-commits] proj/portage:prefix commit in: /

2017-01-27 Thread Fabian Groffen
commit: 676927062dc65324ca68d72690114cff36265d1d
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Jan  6 17:14:54 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan  6 17:14:54 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=67692706

Merge Coacher:extend-rdepend-suspect repoman updates

 commit '021199792ce55bdc0f99bc7791a2b31ba1533d2e'

 repoman/pym/repoman/qa_data.py | 3 +++
 1 file changed, 3 insertions(+)



[gentoo-commits] proj/portage:prefix commit in: /

2017-01-27 Thread Fabian Groffen
commit: 3c689a5900519c178b860bfefbb93967231785df
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 27 15:07:09 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 27 15:07:09 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=3c689a59

Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix

 .gitignore |   2 +
 .travis.yml|  14 +-
 MANIFEST.in|   1 -
 NEWS   |  26 +
 README |  19 +
 RELEASE-NOTES  |  97 ++-
 bin/chpathtool.py  |   2 +-
 bin/dispatch-conf  |  15 +-
 bin/eapi.sh|   4 -
 bin/ebuild |  25 +-
 bin/ebuild.sh  |  41 +-
 bin/egencache  |  87 +--
 bin/glsa-check |  19 +-
 bin/helper-functions.sh|   9 +-
 bin/install-qa-check.d/10executable-issues |  24 +-
 bin/install-qa-check.d/60openrc|   8 +-
 bin/install-qa-check.d/80libraries |   2 +-
 bin/install-qa-check.d/90gcc-warnings  |  14 +-
 bin/phase-functions.sh |   8 +-
 bin/phase-helpers.sh   |  18 +-
 bin/portageq   |  13 +-
 bin/save-ebuild-env.sh |   2 +-
 bin/socks5-server.py   |   5 +
 cnf/make.conf.example  |  20 +-
 cnf/make.conf.example.alpha.diff   |   2 +-
 cnf/make.conf.example.amd64-fbsd.diff  |   2 +-
 cnf/make.conf.example.amd64.diff   |   2 +-
 cnf/make.conf.example.arm.diff |   4 +-
 cnf/make.conf.example.hppa.diff|   2 +-
 cnf/make.conf.example.ia64.diff|   2 +-
 cnf/make.conf.example.m68k.diff|   2 +-
 cnf/make.conf.example.mips.diff|   2 +-
 cnf/make.conf.example.ppc.diff |   2 +-
 cnf/make.conf.example.ppc64.diff   |   2 +-
 cnf/make.conf.example.s390.diff|   2 +-
 cnf/make.conf.example.sh.diff  |   4 +-
 cnf/make.conf.example.sparc-fbsd.diff  |   2 +-
 cnf/make.conf.example.sparc.diff   |   8 +-
 cnf/make.conf.example.x86-fbsd.diff|   2 +-
 cnf/make.conf.example.x86.diff |   2 +-
 cnf/make.globals   |   4 +-
 cnf/metadata.dtd   | 102 ---
 doc/config/sets.docbook|   4 +-
 doc/package/ebuild/eapi/4-python.docbook   |   2 +-
 doc/package/ebuild/eapi/5-progress.docbook |   2 +-
 doc/qa.docbook |  12 +-
 man/color.map.5|   2 +-
 man/dispatch-conf.1|   2 +-
 man/ebuild.1   |   2 +-
 man/ebuild.5   |  10 +-
 man/egencache.1|   2 +-
 man/emaint.1   |  10 +-
 man/emerge.1   |  32 +-
 man/emirrordist.1  |   2 +-
 man/env-update.1   |   2 +-
 man/etc-update.1   |   2 +-
 man/fixpackages.1  |   2 +-
 man/make.conf.5|  20 +-
 man/portage.5  |  23 +-
 man/quickpkg.1 |   2 +-
 man/ru/color.map.5 |   2 +-
 man/ru/dispatch-conf.1 |   2 +-
 man/ru/ebuild.1|   2 +-
 man/ru/env-update.1|   2 +-
 man/ru/etc-update.1|   2 +-
 man/ru/fixpackages.1   |   2 +-
 pym/_emerge/EbuildBuild.py |  22 +-
 pym/_emerge/EbuildPhase.py |   2 +-
 pym/_emerge/MiscFunctionsProcess.py|   3 +-
 pym/_emerge/Scheduler.py   |  24 +-
 pym/_emerge/actions.py |  51 +-
 pym/_emerge/depgraph.py| 178 +++--
 pym/_emerge/main.py|  41 +-
 pym/_emerge/post_emerge.py |   6 +-
 pym/_emerge/resolver/output.py |   5 +-
 pym/_emerge/resolver/output_helpers.py |  1

[gentoo-commits] repo/gentoo:master commit in: dev-db/mytop/, dev-db/mytop/files/

2017-01-27 Thread Brian Evans
commit: b7c7934163c9348fe712a913328dcb5593bc8ac8
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jan 27 15:04:23 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jan 27 15:04:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c79341

dev-db/mytop: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/mytop/Manifest  |  1 +
 dev-db/mytop/files/mytop-1.9.1-global-status.patch | 94 ++
 ...p-1.9.1-queries-vs-questions-mysql-5.0.76.patch | 73 +
 dev-db/mytop/mytop-1.9.1.ebuild| 36 +
 4 files changed, 204 insertions(+)

diff --git a/dev-db/mytop/Manifest b/dev-db/mytop/Manifest
index 411147e..19af9cf 100644
--- a/dev-db/mytop/Manifest
+++ b/dev-db/mytop/Manifest
@@ -1 +1,2 @@
 DIST mytop-1.6.tar.gz 19720 SHA256 
b17c702598b10bb0ce2695f609122637c799eaaaec1afaa73246b048f07be9bd SHA512 
672209d828c70fd740a791f2e4dfac1e4c594adff197b8bc43322249f03f6c7b18a750da0892c1519fe29e24b661e41d40cdad3a29b546dec4b3a747155566e2
 WHIRLPOOL 
4fd03d2e871db6b56db2fa7f39046f415a668c3732f47c0668f73ab7109048a8872cfdc01704ba4152d92500f2ab5c5c66b8d2e948748e43ab56e508980c3b08
+DIST mytop-1.9.1.tar.gz 22095 SHA256 
179d79459d0013ab9cea2040a41c49a79822162d6e64a7a85f84cdc44828145e SHA512 
e6d38812dd69f5e330e5fe9206abe7e00c9e08dd61ba52a9dbd18a823bb09715832d27fb8db6fe1146d78eb56845cc0a7e2a72989ee56267d6482238fee84bc5
 WHIRLPOOL 
8d47b1067639f1d5464e63abb0ec10df2e98c17112f4ba6321849cea3a0a932e58e04edef83e358ae1cea01f9338509c40bf1e21ef8d46f4820c9f6b89f25b2e

diff --git a/dev-db/mytop/files/mytop-1.9.1-global-status.patch 
b/dev-db/mytop/files/mytop-1.9.1-global-status.patch
new file mode 100644
index ..ae0163c
--- /dev/null
+++ b/dev-db/mytop/files/mytop-1.9.1-global-status.patch
@@ -0,0 +1,94 @@
+Use GLOBAL STATUS instead of implicit session status.
+
+As of MySQL-5.0.72, many of the status variables split for session and global
+variants. Importantly, the Com_* and Questions ones did, and this broke the
+statistics at the top of mytop.
+
+Signed-off-by: Robin H. Johnson 
+MySQL-Bug: 41131
+MySQL-Bug-URL: http://bugs.mysql.com/bug.php?id=41131
+
+diff -Nuar --exclude '*~' mytop-1.6.orig/mytop mytop-1.6/mytop
+--- mytop-1.6.orig/mytop   2007-02-16 20:57:46.0 -0800
 mytop-1.6/mytop2008-11-30 15:18:05.818845253 -0800
+@@ -98,7 +98,7 @@
+ my %qcache = ();## The query cache--used for full query info support.
+ my %ucache = ();## The user cache--used for full killing by user
+ my %dbcache = ();   ## The db cache.  This should be merged at some point.
+-my %statcache = (); ## The show status cache for GetShowStatus()
++my %statcache = (); ## The show global status cache for GetShowStatus()
+ 
+ my (%STATUS, %OLD_STATUS); # header stuff.
+ 
+@@ -755,7 +755,7 @@
+ 
+ ## Query Cache info
+ ##
+-## mysql> show status like 'qcache%';
++## mysql> show global status like 'qcache%';
+ ## +-+--+
+ ## | Variable_name   | Value|
+ ## +-+--+
+@@ -1064,7 +1064,7 @@
+ 
+ sub GetQPS()
+ {
+-my($data) = Hashes('SHOW STATUS LIKE "Questions"');
++my($data) = Hashes('SHOW GLOBAL STATUS LIKE "Questions"');
+ my $num   = $data->{Value};
+ 
+ if (not defined $questions) ## first time?
+@@ -1126,7 +1126,7 @@
+ }
+ 
+ # Variable_name and Value pairs come back...
+-my @data = Hashes("SHOW STATUS LIKE 'Com_%'");
++my @data = Hashes("SHOW GLOBAL STATUS LIKE 'Com_%'");
+ my %cmd_data;
+ my %cmd_delta;
+ my %cmd_pct;
+@@ -1216,7 +1216,7 @@
+ sub GetShowStatus()
+ {
+ Clear() unless $config{batchmode};
+-my @rows = Hashes("SHOW STATUS");
++my @rows = Hashes("SHOW GLOBAL STATUS");
+ 
+ printf "%32s  %10s %10s\n", 'Counter', 'Total', 'Change';
+ printf "%32s  %10s %10s\n", '---', '-', '--';
+@@ -1543,7 +1543,7 @@
+ 
+ And you obviously need access to a MySQL server (version 3.22.x or
+ 3.23.x) with the necessary security to run the I and
+-I commands.
++I commands.
+ 
+ If you are a Windows user, using ActiveState's Perl, you can use PPM
+ (the Perl Package Manager) to install the MySQL and Term::ReadKey
+@@ -1599,7 +1599,7 @@
+ notice features from each of them here.
+ 
+ B will connect to a MySQL server and periodically run the
+-I and I commands and attempt to
++I and I commands and attempt to
+ summarize the information from them in a useful format.
+ 
+ =head2 The Display
+@@ -1817,7 +1817,7 @@
+ 
+ =item B
+ 
+-Show "command counters" based on the Com_* values in SHOW STATUS.
++Show "command counters" based on the Com_* values in SHOW GLOBAL STATUS.
+ This is a new feature.  Feedback welcome.
+ 
+ =item B
+@@ -1904,7 +1904,7 @@
+ 
+ Some performance information is not available when talking to a
+ version 3.22.x MySQL server. Additional information (about threads
+-mostly) was a

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/mysqltcl/

2017-01-27 Thread Brian Evans
commit: 5d5c6a5df0151d02535d6a689c12c5026493
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jan 27 14:18:29 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jan 27 14:20:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5c6a5d

dev-tcltk/mysqltcl: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-tcltk/mysqltcl/Manifest  |  1 +
 dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-tcltk/mysqltcl/Manifest b/dev-tcltk/mysqltcl/Manifest
index 5649f4b..fa900e1 100644
--- a/dev-tcltk/mysqltcl/Manifest
+++ b/dev-tcltk/mysqltcl/Manifest
@@ -1 +1,2 @@
 DIST mysqltcl-3.05.tar.gz 198755 SHA256 
e2346aee4b99b2d91b552718e4be8ec8c4fc4bbbfe12430e4041e9e13d27a245 SHA512 
14e0196b2fce08d97b085bcf25357a72797e9566578a6c0674a76e4402a704b43919b1ce8360d55719a6f2a36c6f68f3762dd23a9f737b7cf9f6537a00acb7ef
 WHIRLPOOL 
c2dc4d1441c4092f6d12fa2a1890d6dbda4eb822ec7b87106586e9980d331b04f825e4ac9ad08a8b9dd0604fe3547bf5f73251e27d793e73e0f3213114717620
+DIST mysqltcl-3.052.tar.gz 187781 SHA256 
5b6e04430b80fd4af54599551503bae681232be0bae3c55c1a93adeb66702007 SHA512 
f5af18ad9bbaedb1fdcdbaa326b5c4cc3f754b14ee9bdf9cbfa0e1a44227ec918426022aaa0f26a71fa1a3bce6b6d8d75f8612de7f540f287fd418088c91fddf
 WHIRLPOOL 
2138049c7d51eb737d7ce59c1094d3d8873f641a4b5d25ac5b3e150407ade7463869adc5c9da103f25c757172b7e73ff31dc6a11ff42ab8decd246e4e092d1fd

diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild 
b/dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild
new file mode 100644
index ..4f241c3
--- /dev/null
+++ b/dev-tcltk/mysqltcl/mysqltcl-3.052.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="TCL MySQL Interface"
+HOMEPAGE="http://www.xdobry.de/mysqltcl/";
+SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz";
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="
+   dev-lang/tcl:0=
+   virtual/mysql:0="
+RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}"/${PN}-3.05-ldflags.patch )
+HTML_DOCS=( doc/mysqltcl.html )
+
+src_prepare() {
+   default_src_prepare
+   sed -i 's/-pipe//g;s/-O2//g;s/-fomit-frame-pointer//g' configure || die
+}
+
+src_configure() {
+   econf --with-mysql-lib=$(mysql_config --variable=pkglibdir)
+}



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

2017-01-27 Thread Jason Zaman
commit: b9230c3f2dbc3f25185889ccd89a7e45f55e0ce8
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Jan 27 13:01:02 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Jan 27 14:14:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9230c3f

net-misc/dropbox: stabilize 17.3.28

Package-Manager: portage-2.3.3

 net-misc/dropbox/dropbox-17.3.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dropbox/dropbox-17.3.28.ebuild 
b/net-misc/dropbox/dropbox-17.3.28.ebuild
index 4bf44cb..0f215ff 100644
--- a/net-misc/dropbox/dropbox-17.3.28.ebuild
+++ b/net-misc/dropbox/dropbox-17.3.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="+librsync-bundled selinux X"
 RESTRICT="mirror strip"
 



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

2017-01-27 Thread Jason Zaman
commit: 25c49329bfa1e9a7239e329b4336d95de18d7b3c
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Jan 27 13:21:59 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Jan 27 14:15:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c49329

net-misc/dropbox: bump to 19.3.11

Package-Manager: portage-2.3.3

 net-misc/dropbox/Manifest   |   2 +
 net-misc/dropbox/dropbox-19.3.11.ebuild | 136 
 2 files changed, 138 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 0381abf..fb18b23 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,4 +1,6 @@
 DIST dropbox-lnx.x86-14.3.17.tar.gz 64815767 SHA256 
7d25ba801aded4dd47731effcb070c8ee1aa0833c7199df28bc5a09c0a0d0546 SHA512 
12a2d1707a557e38eb130c97f98113c8272b04ff7be30f71dffdb1ee6e0975f34d0c63ef84db694a369dd1131987a0ad0f173018e244a1fd734e57703e0046f8
 WHIRLPOOL 
879f7102e2325891acb42b85a848e942a30dc0058b35e4185f012368d3bf093e8cc7392bc7178fa2a4dff3eadd3f0492bd456c77a894ba295491147c07c5760f
 DIST dropbox-lnx.x86-17.3.28.tar.gz 65493766 SHA256 
327e2a56cc958a9dbcb1125138a6750e05743afcc30423acd1d016933f2782bf SHA512 
1db8f1b0f2c99ef4a601c3abdec8bc08f6936f715b0d4cf8022b52ce781c3f131d0ab52b5b07c3d52dbdd9825dd6576c86184af4dbe2684719124e06f4059fbf
 WHIRLPOOL 
8779b0341ecfd6df7d18b23bc65148cf07920b3f5ea80e56d2742b27eef1630f485f59eae254f29c7dca480fd2d8b5c3ee21538c2d034058b5d8cb8909f4376f
+DIST dropbox-lnx.x86-19.3.11.tar.gz 65380526 SHA256 
97719f27b331ed43f250319313c80c4e453aba805ba4322b256733a6786b6042 SHA512 
20274c95dc4f8c63ef28ddb48db2367e27bc8e07bb564c89e6f1750b16d893baeb9925eb94f586038f28039eaf30752057df82ad29ed90acb8d12c9dcb01
 WHIRLPOOL 
56bbc84c1396baa9a628f6568b4606bc51f51433fff8cae2c3893c0be46b49fb9d7ae78834819259cddade5112e138cb31cf327ac4ccf542b7f800e54ec695a5
 DIST dropbox-lnx.x86_64-14.3.17.tar.gz 68751964 SHA256 
17b62b7470dcd4732794e613fb6d4aad395658d41bd46629d431ec144ac3c1e3 SHA512 
0dc09a3ab9b4f02c006bcbee463caf954354c64764b04b7c5a8276c321b49237ce5a6b5aafe95ef64401a1a55ef44486976fbe692d7790199a2cab73d4f0491b
 WHIRLPOOL 
465b478cfb276d03e3c9036b1c616196e0b01650e2b26ca7d4427aef85bbec12090c170463d87424c9dcc299a96b325ff2d33cdf865a34831b5873dee961e783
 DIST dropbox-lnx.x86_64-17.3.28.tar.gz 69435074 SHA256 
ea9b073072691a1a368d7aafee79657b748f23215f2477e7faca99b28135200d SHA512 
8adf6f926ab79bc89d41f34f4182923b4541670bb183d60c5c1b96ca4b6e9075c7b5ea24cd8e76a63f066bb79dbb4e7da9456ff2f53a06de3998194f5e6d41d5
 WHIRLPOOL 
203df31f84f88b398cdcd07efbff1c418474357bdb8f285f33cb533057e89fb11e9af6cc3f8f83103fc300fd4f684b4bb9113de2882912faacf51f7feb76919d
+DIST dropbox-lnx.x86_64-19.3.11.tar.gz 69321401 SHA256 
09e1d0912f6a040e10584ea173efce4240cd4ec8f1002c86302d72157222a05c SHA512 
11eeb8aa2440836ae8547eafb8088aa007d2a28baac5b14747d95d65af72224301b0338bfd0417d26fee35baf234a01e70995db63cd16972023db9610a00d550
 WHIRLPOOL 
a1b4a65194a573bdd24ba2e5a19be395ac03f8f03f5d241238c844846e34309583a7dc8800358852afaa728fb642e9c47bcd726f0bf865478738350e20e32e9c

diff --git a/net-misc/dropbox/dropbox-19.3.11.ebuild 
b/net-misc/dropbox/dropbox-19.3.11.ebuild
new file mode 100644
index ..f8965f8
--- /dev/null
+++ b/net-misc/dropbox/dropbox-19.3.11.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils gnome2-utils pax-utils systemd python-single-r1
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="http://dropbox.com/";
+SRC_URI="
+   x86? ( 
https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86-${PV}.tar.gz )
+   amd64? ( 
https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-${PV}.tar.gz )"
+
+LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="+librsync-bundled selinux X"
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="librsync-bundled? ( dev-util/patchelf )"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+# USE=X require wxGTK's dependencies. system-library cannot be used due to
+# missing symbol (CtlColorEvent). #443686
+RDEPEND="${PYTHON_DEPS}
+   X? (
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5[-gles2,xcb]
+   dev-qt/qtopengl:5[-gles2]
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5[-gles2]
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5[-gles2]
+   media-libs/fontconfig
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXinerama
+   x11-libs/libXxf86vm
+   x11-libs/pango[X]
+   

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

2017-01-27 Thread Jason Zaman
commit: 4128b7b0e722758b18d2dd3da4824d91e75a1b40
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Jan 27 13:22:55 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Jan 27 14:15:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4128b7b0

net-misc/dropbox: drop old

Package-Manager: portage-2.3.3

 net-misc/dropbox/Manifest   |   2 -
 net-misc/dropbox/dropbox-14.3.17.ebuild | 137 
 2 files changed, 139 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index fb18b23..139e663 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,6 +1,4 @@
-DIST dropbox-lnx.x86-14.3.17.tar.gz 64815767 SHA256 
7d25ba801aded4dd47731effcb070c8ee1aa0833c7199df28bc5a09c0a0d0546 SHA512 
12a2d1707a557e38eb130c97f98113c8272b04ff7be30f71dffdb1ee6e0975f34d0c63ef84db694a369dd1131987a0ad0f173018e244a1fd734e57703e0046f8
 WHIRLPOOL 
879f7102e2325891acb42b85a848e942a30dc0058b35e4185f012368d3bf093e8cc7392bc7178fa2a4dff3eadd3f0492bd456c77a894ba295491147c07c5760f
 DIST dropbox-lnx.x86-17.3.28.tar.gz 65493766 SHA256 
327e2a56cc958a9dbcb1125138a6750e05743afcc30423acd1d016933f2782bf SHA512 
1db8f1b0f2c99ef4a601c3abdec8bc08f6936f715b0d4cf8022b52ce781c3f131d0ab52b5b07c3d52dbdd9825dd6576c86184af4dbe2684719124e06f4059fbf
 WHIRLPOOL 
8779b0341ecfd6df7d18b23bc65148cf07920b3f5ea80e56d2742b27eef1630f485f59eae254f29c7dca480fd2d8b5c3ee21538c2d034058b5d8cb8909f4376f
 DIST dropbox-lnx.x86-19.3.11.tar.gz 65380526 SHA256 
97719f27b331ed43f250319313c80c4e453aba805ba4322b256733a6786b6042 SHA512 
20274c95dc4f8c63ef28ddb48db2367e27bc8e07bb564c89e6f1750b16d893baeb9925eb94f586038f28039eaf30752057df82ad29ed90acb8d12c9dcb01
 WHIRLPOOL 
56bbc84c1396baa9a628f6568b4606bc51f51433fff8cae2c3893c0be46b49fb9d7ae78834819259cddade5112e138cb31cf327ac4ccf542b7f800e54ec695a5
-DIST dropbox-lnx.x86_64-14.3.17.tar.gz 68751964 SHA256 
17b62b7470dcd4732794e613fb6d4aad395658d41bd46629d431ec144ac3c1e3 SHA512 
0dc09a3ab9b4f02c006bcbee463caf954354c64764b04b7c5a8276c321b49237ce5a6b5aafe95ef64401a1a55ef44486976fbe692d7790199a2cab73d4f0491b
 WHIRLPOOL 
465b478cfb276d03e3c9036b1c616196e0b01650e2b26ca7d4427aef85bbec12090c170463d87424c9dcc299a96b325ff2d33cdf865a34831b5873dee961e783
 DIST dropbox-lnx.x86_64-17.3.28.tar.gz 69435074 SHA256 
ea9b073072691a1a368d7aafee79657b748f23215f2477e7faca99b28135200d SHA512 
8adf6f926ab79bc89d41f34f4182923b4541670bb183d60c5c1b96ca4b6e9075c7b5ea24cd8e76a63f066bb79dbb4e7da9456ff2f53a06de3998194f5e6d41d5
 WHIRLPOOL 
203df31f84f88b398cdcd07efbff1c418474357bdb8f285f33cb533057e89fb11e9af6cc3f8f83103fc300fd4f684b4bb9113de2882912faacf51f7feb76919d
 DIST dropbox-lnx.x86_64-19.3.11.tar.gz 69321401 SHA256 
09e1d0912f6a040e10584ea173efce4240cd4ec8f1002c86302d72157222a05c SHA512 
11eeb8aa2440836ae8547eafb8088aa007d2a28baac5b14747d95d65af72224301b0338bfd0417d26fee35baf234a01e70995db63cd16972023db9610a00d550
 WHIRLPOOL 
a1b4a65194a573bdd24ba2e5a19be395ac03f8f03f5d241238c844846e34309583a7dc8800358852afaa728fb642e9c47bcd726f0bf865478738350e20e32e9c

diff --git a/net-misc/dropbox/dropbox-14.3.17.ebuild 
b/net-misc/dropbox/dropbox-14.3.17.ebuild
deleted file mode 100644
index 52b8095..
--- a/net-misc/dropbox/dropbox-14.3.17.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2-utils pax-utils systemd python-single-r1
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="http://dropbox.com/";
-SRC_URI="
-   x86? ( 
https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86-${PV}.tar.gz )
-   amd64? ( 
https://dl.dropboxusercontent.com/u/17/dropbox-lnx.x86_64-${PV}.tar.gz )"
-
-LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="+librsync-bundled selinux X"
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="librsync-bundled? ( dev-util/patchelf )"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-# USE=X require wxGTK's dependencies. system-library cannot be used due to
-# missing symbol (CtlColorEvent). #443686
-RDEPEND="${PYTHON_DEPS}
-   X? (
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5[-gles2,xcb]
-   dev-qt/qtopengl:5[-gles2]
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5[-gles2]
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5[-gles2]
-   media-libs/fontconfig
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXinerama
-   x11-libs/libXxf86vm
-   x11-libs/pango[X]
-   x11-mi

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/files/, dev-db/mysql-connector-c++/

2017-01-27 Thread Brian Evans
commit: 9b3d0ae79e7ec81d1a9232ee9df06520aca333bf
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jan 27 13:49:22 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jan 27 13:49:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3d0ae7

dev-db/mysql-connector-c++: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/mysql-connector-c++/Manifest|  1 +
 .../mysql-connector-c++-1.1.8-fix-mariadb.patch| 45 
 .../mysql-connector-c++-1.1.8.ebuild   | 62 ++
 3 files changed, 108 insertions(+)

diff --git a/dev-db/mysql-connector-c++/Manifest 
b/dev-db/mysql-connector-c++/Manifest
index c19c10b..45050af 100644
--- a/dev-db/mysql-connector-c++/Manifest
+++ b/dev-db/mysql-connector-c++/Manifest
@@ -1,2 +1,3 @@
 DIST mysql-connector-c++-1.1.3.tar.gz 496226 SHA256 
4b1516f183f29c011c1677d5a9b174d0f5c3b761d2e8056e79690c55c01ea690 SHA512 
c03a4ae25e9d189a5114ab630bef6edaefd1aee809dbb1ec26b765f5e84b93fbe17e5f7357a4fe2a95c179cd2028b676151df4baf4e3da7515543ecc0834afd7
 WHIRLPOOL 
5f04231cec63de16c2a076143b2e0409544ebdf600d7423f63c8c2db45f1b63048e1da108a9f374dda6b6ff0d4c13b509190390e797f4674e14284acbaa9e2e5
 DIST mysql-connector-c++-1.1.6.tar.gz 522236 SHA256 
ad710b3900cae3be94656825aa70319cf7a96e1ad46bf93e07275f3606f69447 SHA512 
e940b6ee090f792bad8acbbfa3dacd46310ac40c7993c4097eeebb6be4b792d3f1856574e603a71e2795773db97169f47c9ed76a127654472370c726bcb291c7
 WHIRLPOOL 
b3027423cf2e250f1fd7340b58ff5ff55ce771c91cc435e37cddd156f681621206438b6329a49df760dce660ef983b3cf3e5060af527668de64ed06e69830d12
+DIST mysql-connector-c++-1.1.8.tar.gz 528954 SHA256 
85ff10bd056128562f92b440eb27766cfcd558b474bfddc1153f7dd8feb5f963 SHA512 
c3ab5c1e805598d557a449c44f77ce44cc110e5b529075e38b4f775d3726ebd16a2155f61e47a378a375a9d9362d1520334ea25376636151ddd087291aafd85d
 WHIRLPOOL 
6cb88c3b28a8b0bf072b97c55c8b24de016e8bc5f4d66dce7597cfee2f6c2e83fc88f5d1203df60b3425af5881834635ab3f2053bea6a4c16c7eb73be1f3950c

diff --git 
a/dev-db/mysql-connector-c++/files/mysql-connector-c++-1.1.8-fix-mariadb.patch 
b/dev-db/mysql-connector-c++/files/mysql-connector-c++-1.1.8-fix-mariadb.patch
new file mode 100644
index ..a2a33e0
--- /dev/null
+++ 
b/dev-db/mysql-connector-c++/files/mysql-connector-c++-1.1.8-fix-mariadb.patch
@@ -0,0 +1,45 @@
+diff -aurN a/driver/mysql_connection.cpp b/driver/mysql_connection.cpp
+--- a/driver/mysql_connection.cpp  2016-12-14 04:58:54.0 -0500
 b/driver/mysql_connection.cpp  2017-01-26 16:33:58.086005627 -0500
+@@ -1023,6 +1023,7 @@
+ proxy->get_character_set_info(&cs);
+ *(static_cast(optionValue)) = cs.mbmaxlen;
+   /* mysql_get_option() was added in mysql 5.7.3 version */
++#ifndef MARIADB_BASE_VERSION
+   } else if ( proxy->get_server_version() >= 50703 ) {
+ try {
+   if (GET_CONN_OPTION(optionName, optionValue, intOptions)) {
+@@ -1036,6 +1037,7 @@
+   CPP_ERR_FMT("Unsupported option : %d:(%s) %s", proxy->errNo(), 
proxy->sqlstate().c_str(), proxy->error().c_str());
+   throw e;
+ }
++#endif
+   }
+ }
+ /* }}} */
+@@ -1053,11 +1055,13 @@
+ MY_CHARSET_INFO cs;
+ proxy->get_character_set_info(&cs);
+ return cs.dir ? sql::SQLString(cs.dir) : "";
++#ifndef MARIADB_BASE_VERSION
+   } else if ( proxy->get_server_version() >= 50703 ) {
+ const char* optionValue= NULL;
+ if (GET_CONN_OPTION(optionName, &optionValue, stringOptions)) {
+   return optionValue ? sql::SQLString(optionValue) : "";
+ }
++#endif
+   }
+   return "";
+ }
+diff -aurN a/driver/nativeapi/libmysql_static_proxy.cpp 
b/driver/nativeapi/libmysql_static_proxy.cpp
+--- a/driver/nativeapi/libmysql_static_proxy.cpp   2017-01-26 
16:35:46.256038741 -0500
 b/driver/nativeapi/libmysql_static_proxy.cpp   2017-01-26 
16:28:34.114915809 -0500
+@@ -319,7 +319,7 @@
+ int
+ LibmysqlStaticProxy::get_option(MYSQL * mysql, enum mysql_option option, 
const void *arg)
+ {
+-#if MYSQL_VERSION_ID >= 50703
++#if MYSQL_VERSION_ID >= 50703 && !defined( MARIADB_BASE_VERSION )
+   if (::mysql_get_option(mysql, option, arg)) {
+   throw sql::InvalidArgumentException("Unsupported option 
provided to mysql_get_option()");
+   } else {

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild
new file mode 100644
index ..c3a6e0f
--- /dev/null
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)"
+HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/";
+URI_DIR="Connector-C++"
+SRC_URI="mirror://mysql/Downloads/${URI_DIR}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s

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

2017-01-27 Thread Tobias Klausmann
commit: 27ea1fc7b24482ca985603e245584d350a7c807c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan 27 13:42:37 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan 27 13:42:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ea1fc7

dev-python/pyquery-1.2.13-r0: stable on alpha

Gentoo-Bug: 606298

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

diff --git a/dev-python/pyquery/pyquery-1.2.13.ebuild 
b/dev-python/pyquery/pyquery-1.2.13.ebuild
index 3b27ef9..4a69db0 100644
--- a/dev-python/pyquery/pyquery-1.2.13.ebuild
+++ b/dev-python/pyquery/pyquery-1.2.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2017-01-27 Thread Tobias Klausmann
commit: c0844c0006583746718b85d7fa0eccfd308099a3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan 27 13:38:46 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan 27 13:38:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0844c00

dev-python/pyquery: mask USE=test

Gentoo-Bugs: 606298

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 408b865..5896df8 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Tobias Klausmann  (27 Jan 2016)
+# USE=test transitively pulls in greenlet, which is not available on alpha.
+dev-python/pyquery test
+
 # Tobias Klausmann  (25 Jan 2016)
 # The tests use hypothesis which complains about too-slow tests on
 # hardware that is "too slow".



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

2017-01-27 Thread Thomas Deutschmann
commit: aa140eb9148c3e9edf799b5006a7d08c71ad84f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 27 13:33:06 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 27 13:34:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa140eb9

dev-libs/librdkafka: Bump to v0.9.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/librdkafka/Manifest   |  1 +
 .../librdkafka-0.9.3-remove-lz4-automagic.patch| 46 +
 dev-libs/librdkafka/librdkafka-0.9.3.ebuild| 77 ++
 3 files changed, 124 insertions(+)

diff --git a/dev-libs/librdkafka/Manifest b/dev-libs/librdkafka/Manifest
index 9a87fa0..b12358b 100644
--- a/dev-libs/librdkafka/Manifest
+++ b/dev-libs/librdkafka/Manifest
@@ -1,2 +1,3 @@
 DIST librdkafka-0.9.1.tar.gz 478341 SHA256 
5ad57e0c9a4ec8121e19f13f05bacc41556489dfe8f46ff509af567fdee98d82 SHA512 
d2023cc6f976ad7440b25cffd1b59587f6497febd7ac1a6d76eb7799d294210f20170063fe25f2eb1eb3cc373df791526d1bc8d0ffbb0bef4519dae89b177147
 WHIRLPOOL 
a54a6ee8f0db0ee13de80f86ef1f53d1667fb48e8e27016f2c497b448aa6a33b8073c022255e8e9f48b3497266872862d2ba717f7fed0a39a01f72936115b7b5
 DIST librdkafka-0.9.2.tar.gz 620799 SHA256 
c243b66956ebb196510ee0efda67825467e31b93639d5f24eb082b5d83f56824 SHA512 
12a7da8de59de684da527ab969cd84dc8602741e9208941e1c7ad6dc69774bcbc3fbde0620d48c300372fa20b15aa826d309b71730119d82ec578e274c241152
 WHIRLPOOL 
7786443d9f365303ce0aad8278d83684999b23529e57fa08757fa38cce63f3944a3942475154bd613a0fb3e419c822a5651a5eb77ed8f32f11689c11b924
+DIST librdkafka-0.9.3.tar.gz 637066 SHA256 
745ead036f0d5b732e1cd035a1f31fc23665f2982bf9d799742034e0a1bd0be9 SHA512 
5ec4c597eb7871c13feaaa96a76dc97c836f1fb5ae6c11d10675aee5577ad09d33e104af8fd497a8fbc7ee2c59434800d4cd857843f5c37460d4107ba0dc4e78
 WHIRLPOOL 
fd6e57f34079fc0d808e35fee2d1ab736719b82f5c3f9b292e50bb522d8fea7e8b74adaf7ecfa1940e6eae2ca6f0c154593a99976261f4e11969f1596af450b1

diff --git 
a/dev-libs/librdkafka/files/librdkafka-0.9.3-remove-lz4-automagic.patch 
b/dev-libs/librdkafka/files/librdkafka-0.9.3-remove-lz4-automagic.patch
new file mode 100644
index ..2efe27f
--- /dev/null
+++ b/dev-libs/librdkafka/files/librdkafka-0.9.3-remove-lz4-automagic.patch
@@ -0,0 +1,46 @@
+From 7c64454f83f74dbe0dd33e3726906b20740e19a1 Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Fri, 27 Jan 2017 13:56:23 +0100
+Subject: [PATCH] configure: Add option to disable automagic dependency on
+ liblz4
+
+Previously, mklove activated lz4 support when lz4 was found. This added
+a so called "automagic" dependency on liblz4 which is a problem from
+distributions.
+
+This commit will add an option which will allow you to explicit disable
+lz4 usage.
+---
+ configure.librdkafka | 9 +++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/configure.librdkafka b/configure.librdkafka
+index cf47fea..71c29c7 100644
+--- a/configure.librdkafka
 b/configure.librdkafka
+@@ -30,6 +30,8 @@ mkl_toggle_option "Development" ENABLE_REFCNT_DEBUG 
"--enable-refcnt-debug" "Ena
+ 
+ mkl_toggle_option "Development" ENABLE_SHAREDPTR_DEBUG 
"--enable-sharedptr-debug" "Enable sharedptr debugging" "n"
+ 
++mkl_toggle_option "Feature" ENABLE_LZ4 "--enable-lz4" "Enable LZ4 support" "y"
++
+ mkl_toggle_option "Feature" ENABLE_SSL "--enable-ssl" "Enable SSL support" "y"
+ mkl_toggle_option "Feature" ENABLE_SASL "--enable-sasl" "Enable SASL support" 
"y"
+ 
+@@ -44,8 +46,11 @@ function checks {
+ mkl_lib_check "zlib" "WITH_ZLIB" disable CC "-lz" \
+   "#include "
+ mkl_lib_check "libcrypto" "" disable CC "-lcrypto"
+-mkl_lib_check "liblz4" "WITH_LZ4" disable CC "-llz4" \
+-  "#include "
++
++if [[ "$ENABLE_LZ4" == "y" ]]; then
++mkl_lib_check "liblz4" "WITH_LZ4" disable CC "-llz4" \
++  "#include "
++fi
+ 
+ # Snappy support is built-in
+ mkl_allvar_set WITH_SNAPPY WITH_SNAPPY y
+-- 
+2.11.0
+

diff --git a/dev-libs/librdkafka/librdkafka-0.9.3.ebuild 
b/dev-libs/librdkafka/librdkafka-0.9.3.ebuild
new file mode 100644
index ..79c16fc
--- /dev/null
+++ b/dev-libs/librdkafka/librdkafka-0.9.3.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Apache Kafka C/C++ client library"
+HOMEPAGE="https://github.com/edenhill/librdkafka";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="
+   git://github.com/edenhill/${PN}.git
+   https://github.com/edenhill/${PN}.git
+   "
+
+   inherit git-r3
+else
+   SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~hppa ~x86"
+fi
+
+LICENSE="BSD-2"
+
+# subslot = soname version
+SLOT="0/1"
+
+IUSE="lz4 sasl ssl static-libs"
+
+RDEPEND="
+   lz4? ( app-arch/lz4:= )
+

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

2017-01-27 Thread Thomas Deutschmann
commit: 716b94531c4f2387dea4e7342fe29fec337e2bb3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 27 13:32:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 27 13:34:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716b9453

dev-libs/librdkafka: Add USE flag for lz4 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../librdkafka-0.9.2-remove-lz4-automagic.patch| 47 ++
 ...fka-0.9.2.ebuild => librdkafka-0.9.2-r1.ebuild} | 10 +++--
 dev-libs/librdkafka/metadata.xml   |  3 ++
 3 files changed, 57 insertions(+), 3 deletions(-)

diff --git 
a/dev-libs/librdkafka/files/librdkafka-0.9.2-remove-lz4-automagic.patch 
b/dev-libs/librdkafka/files/librdkafka-0.9.2-remove-lz4-automagic.patch
new file mode 100644
index ..bf22aed
--- /dev/null
+++ b/dev-libs/librdkafka/files/librdkafka-0.9.2-remove-lz4-automagic.patch
@@ -0,0 +1,47 @@
+[PATCH] configure: Add option to disable automagic dependency on
+ liblz4
+
+Backport of commit cbf5ea173a2e17310aa1adc4b1ee80fb8831901b.
+
+Previously, mklove activated lz4 support when lz4 was found. This added
+a so called "automagic" dependency on liblz4 which is a problem from
+distributions.
+
+This commit will add an option which will allow you to explicit disable
+lz4 usage.
+---
+ configure.librdkafka | 11 +++
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
+diff --git a/configure.librdkafka b/configure.librdkafka
+index 34acc17..71d9905 100644
+--- a/configure.librdkafka
 b/configure.librdkafka
+@@ -30,6 +30,8 @@ mkl_toggle_option "Development" ENABLE_REFCNT_DEBUG 
"--enable-refcnt-debug" "Ena
+ 
+ mkl_toggle_option "Development" ENABLE_SHAREDPTR_DEBUG 
"--enable-sharedptr-debug" "Enable sharedptr debugging" "n"
+ 
++mkl_toggle_option "Feature" ENABLE_LZ4 "--enable-lz4" "Enable LZ4 support" "y"
++
+ mkl_toggle_option "Feature" ENABLE_SSL "--enable-ssl" "Enable SSL support" "y"
+ mkl_toggle_option "Feature" ENABLE_SASL "--enable-sasl" "Enable SASL support" 
"y"
+ 
+@@ -42,10 +44,11 @@ function checks {
+ # optional libs
+ mkl_lib_check "zlib" "WITH_ZLIB" disable CC "-lz"
+ mkl_lib_check "libcrypto" "" disable CC "-lcrypto"
+-mkl_lib_check "liblz4" "WITH_LZ4" disable CC "-llz4" \
+-"
+-#include 
+-"
++
++if [[ "$ENABLE_LZ4" == "y" ]]; then
++mkl_lib_check "liblz4" "WITH_LZ4" disable CC "-llz4" \
++  "#include "
++fi
+ 
+ # Snappy support is built-in
+ mkl_allvar_set WITH_SNAPPY WITH_SNAPPY y
+-- 
+2.11.0
+

diff --git a/dev-libs/librdkafka/librdkafka-0.9.2.ebuild 
b/dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild
similarity index 85%
rename from dev-libs/librdkafka/librdkafka-0.9.2.ebuild
rename to dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild
index 7623bd2..14f60a1 100644
--- a/dev-libs/librdkafka/librdkafka-0.9.2.ebuild
+++ b/dev-libs/librdkafka/librdkafka-0.9.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI="6"
 
 inherit toolchain-funcs
 
@@ -26,9 +26,10 @@ LICENSE="BSD-2"
 # subslot = soname version
 SLOT="0/1"
 
-IUSE="sasl ssl static-libs"
+IUSE="lz4 sasl ssl static-libs"
 
 RDEPEND="
+   lz4? ( app-arch/lz4:= )
sasl? ( dev-libs/cyrus-sasl:= )
ssl? ( dev-libs/openssl:0= )
sys-libs/zlib
@@ -39,6 +40,8 @@ DEPEND="
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}"/${PN}-0.9.2-remove-lz4-automagic.patch )
+
 src_configure() {
tc-export CC CXX LD NM OBJDUMP PKG_CONFIG STRIP
 
@@ -46,6 +49,7 @@ src_configure() {
--no-cache
--no-download
--disable-debug-symbols
+   $(use_enable lz4)
$(use_enable sasl)
$(usex static-libs '--enable-static' '')
$(use_enable ssl)

diff --git a/dev-libs/librdkafka/metadata.xml b/dev-libs/librdkafka/metadata.xml
index e0fb32e..1d277ad 100644
--- a/dev-libs/librdkafka/metadata.xml
+++ b/dev-libs/librdkafka/metadata.xml
@@ -9,4 +9,7 @@
https://github.com/edenhill/librdkafka/issues
edenhill/librdkafka

+   
+   Enable support for Kafka's LZ4 compression 
based on KIP-57 (uses app-arch/lz4)
+   
 



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

2017-01-27 Thread Tobias Klausmann
commit: 6180d1b20580f00f3665cce3c317b2b523af9436
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan 27 11:43:24 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan 27 13:23:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6180d1b2

dev-db/phpmyadmin-4.6.6-r0: stable on alpha

Gentoo-Bug: 606972

 dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild
index 65d528e..47241e6 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2017-01-27 Thread Tobias Klausmann
commit: 68ec1bc872f8edf9ff06fd959cc354ea15738cab
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan 27 11:43:26 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan 27 13:23:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ec1bc8

dev-games/physfs-2.0.3-r2: stable on alpha

Gentoo-Bug: 607356

 dev-games/physfs/physfs-2.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/physfs/physfs-2.0.3-r2.ebuild 
b/dev-games/physfs/physfs-2.0.3-r2.ebuild
index 559bb24..4800423 100644
--- a/dev-games/physfs/physfs-2.0.3-r2.ebuild
+++ b/dev-games/physfs/physfs-2.0.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc grp hog mvl qpak static-libs wad +zip"
 
 RDEPEND=""



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

2017-01-27 Thread Tobias Klausmann
commit: 77802d8f50107c5fa715766cc5a9e2267c54176f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan 27 11:43:25 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan 27 13:23:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77802d8f

dev-libs/openssl-1.0.2k-r0: stable on alpha

Gentoo-Bug: 607318

 dev-libs/openssl/openssl-1.0.2k.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2k.ebuild 
b/dev-libs/openssl/openssl-1.0.2k.ebuild
index d6ebc9e..97354e9 100644
--- a/dev-libs/openssl/openssl-1.0.2k.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2k.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2017-01-27 Thread Alon Bar-Lev
commit: 53682956e536011485062b36d5baf21da9a70391
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Jan 27 13:04:36 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Jan 27 13:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53682956

dev-libs/softhsm: fixups

take ownership (crypto)
move to openssl backend instead of botan
fix dependencies.
bump eapi.
more...

Bug: 604742
Bug: 604746
Bug: 605212
Bug: 604748

Package-Manager: portage-2.3.3

 dev-libs/softhsm/files/softhsm-2.2.0-build.patch | 251 +++
 dev-libs/softhsm/metadata.xml|   5 +-
 dev-libs/softhsm/softhsm-2.2.0-r1.ebuild |  51 +
 3 files changed, 305 insertions(+), 2 deletions(-)

diff --git a/dev-libs/softhsm/files/softhsm-2.2.0-build.patch 
b/dev-libs/softhsm/files/softhsm-2.2.0-build.patch
new file mode 100644
index ..83b6548
--- /dev/null
+++ b/dev-libs/softhsm/files/softhsm-2.2.0-build.patch
@@ -0,0 +1,251 @@
+From ae2fea013237e227ab62b52f9855a8f9dd8dcdbb Mon Sep 17 00:00:00 2001
+From: Alon Bar-Lev 
+Date: Fri, 27 Jan 2017 14:18:19 +0200
+Subject: [PATCH 1/2] build: add missing log dependency to test
+
+Signed-off-by: Alon Bar-Lev 
+---
+ src/lib/test/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/lib/test/Makefile.am b/src/lib/test/Makefile.am
+index 339593e..4555ff2 100644
+--- a/src/lib/test/Makefile.am
 b/src/lib/test/Makefile.am
+@@ -25,6 +25,7 @@ p11test_SOURCES =p11test.cpp \
+   AsymWrapUnwrapTests.cpp \
+   TestsBase.cpp \
+   TestsNoPINInitBase.cpp \
++  ../common/log.cpp \
+   ../common/osmutex.cpp
+ 
+ p11test_LDADD =   ../libsofthsm2.la 
+-- 
+2.10.2
+
+From c90ba51dd944c9e842e4743cf8dd9d5f4ea7bc5d Mon Sep 17 00:00:00 2001
+From: Alon Bar-Lev 
+Date: Fri, 27 Jan 2017 14:41:11 +0200
+Subject: [PATCH 2/2] build: tests: use pkg-config for cppunit
+
+do not execute cppunit-config over and over.
+move detection to autoconf.
+use standard pkg-config module of pkg-config instead
+of cppunit-config.
+
+Signed-off-by: Alon Bar-Lev 
+---
+ configure.ac  | 3 +++
+ m4/acx_cppunit.m4 | 4 
+ src/lib/crypto/test/Makefile.am   | 7 ---
+ src/lib/data_mgr/test/Makefile.am | 7 ---
+ src/lib/handle_mgr/test/Makefile.am   | 7 ---
+ src/lib/object_store/test/Makefile.am | 7 ---
+ src/lib/session_mgr/test/Makefile.am  | 7 ---
+ src/lib/slot_mgr/test/Makefile.am | 7 ---
+ src/lib/test/Makefile.am  | 7 ---
+ 9 files changed, 35 insertions(+), 21 deletions(-)
+ create mode 100644 m4/acx_cppunit.m4
+
+diff --git a/configure.ac b/configure.ac
+index 4ecabd6..7df0f73 100644
+--- a/configure.ac
 b/configure.ac
+@@ -117,6 +117,9 @@ ACX_VISIBILITY
+ # If we should install the p11-kit module
+ ACX_P11KIT
+ 
++# cppunit setetings
++ACX_CPPUNIT
++
+ # Set full directory paths
+ full_sysconfdir=`eval eval eval eval eval echo "${sysconfdir}" | sed 
"s#NONE#${prefix}#" | sed "s#NONE#${ac_default_prefix}#"`
+ full_localstatedir=`eval eval eval eval eval echo "${localstatedir}" | sed 
"s#NONE#${prefix}#" | sed "s#NONE#${ac_default_prefix}#"`
+diff --git a/m4/acx_cppunit.m4 b/m4/acx_cppunit.m4
+new file mode 100644
+index 000..ff5b90e
+--- /dev/null
 b/m4/acx_cppunit.m4
+@@ -0,0 +1,4 @@
++AC_DEFUN([ACX_CPPUNIT],[
++  PKG_PROG_PKG_CONFIG
++  PKG_CHECK_MODULES([CPPUNIT], [cppunit], [have_cppunit=yes], 
[have_cppunit=no])
++])
+diff --git a/src/lib/crypto/test/Makefile.am b/src/lib/crypto/test/Makefile.am
+index ca7e421..81c2ce6 100644
+--- a/src/lib/crypto/test/Makefile.am
 b/src/lib/crypto/test/Makefile.am
+@@ -8,8 +8,9 @@ AM_CPPFLAGS =  -I$(srcdir)/.. \
+   -I$(srcdir)/../../object_store \
+   -I$(srcdir)/../../session_mgr \
+   -I$(srcdir)/../../slot_mgr \
+-  @CRYPTO_INCLUDES@ \
+-  `cppunit-config --cflags`
++  @CRYPTO_INCLUDES@
++
++AM_CFLAGS =   @CPPUNIT_CFLAGS@
+ 
+ check_PROGRAMS =  cryptotest
+ 
+@@ -32,7 +33,7 @@ cryptotest_SOURCES = cryptotest.cpp \
+ 
+ cryptotest_LDADD =../../libsofthsm_convarch.la
+ 
+-cryptotest_LDFLAGS =  @CRYPTO_LIBS@ -no-install `cppunit-config 
--libs`
++cryptotest_LDFLAGS =  @CRYPTO_LIBS@ @CPPUNIT_LIBS@ -no-install
+ 
+ TESTS =   cryptotest
+ 
+diff --git a/src/lib/data_mgr/test/Makefile.am 
b/src/lib/data_mgr/test/Makefile.am
+index 27b4fbd..944224c 100644
+--- a/src/lib/data_mgr/test/Makefile.am
 b/src/lib/data_mgr/test/Makefile.am
+@@ -8,8 +8,9 @@ AM_CPPFLAGS =  -I$(srcdir)/.. \
+   -I$(sr

[gentoo-commits] repo/gentoo:master commit in: dev-ros/hector_pose_estimation_core/files/, dev-ros/hector_pose_estimation_core/

2017-01-27 Thread Alexis Ballier
commit: eae3a6da0446dcdc271e3c9db48902af48e101b4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 27 12:37:46 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 27 12:41:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae3a6da

dev-ros/hector_pose_estimation_core: Fix build with latest eigen

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/hector_pose_estimation_core/files/eigen.patch   | 13 +
 .../hector_pose_estimation_core-0.3.0-r1.ebuild |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/dev-ros/hector_pose_estimation_core/files/eigen.patch 
b/dev-ros/hector_pose_estimation_core/files/eigen.patch
new file mode 100644
index ..b58bb9e
--- /dev/null
+++ b/dev-ros/hector_pose_estimation_core/files/eigen.patch
@@ -0,0 +1,13 @@
+Index: hector_pose_estimation_core/src/measurements/poseupdate.cpp
+===
+--- hector_pose_estimation_core.orig/src/measurements/poseupdate.cpp
 hector_pose_estimation_core/src/measurements/poseupdate.cpp
+@@ -382,7 +382,7 @@ double PoseUpdate::updateInternal(State
+   ROS_DEBUG_STREAM_NAMED("poseupdate", "alpha = " << alpha << ", beta = " << 
beta);
+ 
+   if (max_error > 0.0) {
+-double error2 = error.transpose() * Ix * (Ix + Iy).inverse() * Iy * error;
++double error2 = error.transpose().dot( Ix * (Ix + Iy).inverse() * Iy * 
error);
+ if (error2 > max_error * max_error) {
+   if (!jump_on_max_error_ || !jump_function) {
+ ROS_WARN_STREAM_NAMED("poseupdate", "Ignoring poseupdate for " << 
text << " as the error [ " << error.transpose() << " ], |error| = " << 
sqrt(error2) << " sigma exceeds max_error!");

diff --git 
a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0-r1.ebuild
 
b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0-r1.ebuild
index 63064ba..99bccdf 100644
--- 
a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0-r1.ebuild
+++ 
b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,4 +27,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-cpp/eigen:3"
-PATCHES=( "${FILESDIR}/includes.patch" "${FILESDIR}/gcc6.patch" )
+PATCHES=( "${FILESDIR}/includes.patch" "${FILESDIR}/gcc6.patch" 
"${FILESDIR}/eigen.patch" )



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

2017-01-27 Thread Sergei Trofimovich
commit: c7e715854fbbbf81f247b42b2dc85b38b467da70
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jan 27 10:59:34 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan 27 10:59:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e71585

dev-lang/elixir: bump up to 1.4.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/elixir/Manifest|  1 +
 dev-lang/elixir/elixir-1.4.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 5cead3b..6ecf048 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -5,3 +5,4 @@ DIST elixir-1.3.1.tar.gz 1745562 SHA256 
c4ab90a0d8d7ed4159dd6b7e1bcbcdbdb8c6177a
 DIST elixir-1.3.2.tar.gz 1748389 SHA256 
be24efee0655206063208c5bb4157638310ff7e063b7ebd9d79e1c77e8344c4b SHA512 
e50b4645d5720ab28dbedcfd4ef9919b10edd4290a2b1e9b2a69e8c3223ee3cdb3c8f8cc6d9191e6934970a7d0cbdc8396b9d7df6fc02e855cf4eae1707b5f7f
 WHIRLPOOL 
678b584c1d1d7110f3f40caf36833787fdda8ede70afb003834db7f1f3053ad91cc87fcdfd3190becb154b8391e715799a01f22a057e6a487050edf48e09f35c
 DIST elixir-1.3.4.tar.gz 1751828 SHA256 
f5ee5353d8dbe610b1dfd276d22f2038d57d9a7d3cea69dac10da2b098bd2033 SHA512 
84c8c5dfbde82d125855caf46e2848e9a91e7af46ab259c3e8b6f9c1d228e11058dd62cc142b70eb6d374f04ea502749c9ee8263867daabfc8d51edce7b3fcab
 WHIRLPOOL 
16da46751a00eda05e838fbb736319b5a48665590f1ce1ce8cfb9253f92df00aaac5e89de425078aa5782e43192b4d15f69cb4b1dfdc417d307db8dc360ef949
 DIST elixir-1.4.0.tar.gz 1825050 SHA256 
34a6747b5db75c35e542805b75a08bc1b2b0a53b5180f33de6af0bdff870e6b3 SHA512 
b09bdfeed2cc3634d50934edf558bbc85053f96a6a4dc861022bc53112168f9fb6e173a11ed2f920e27402a7cb79afa77421cd0a264b98d77f39717dabcb34ac
 WHIRLPOOL 
d30ce1be5f4165626629a4a301d70c7b6924e0ab06ac265d7cf269b00211da5f58090fe3be5529c2aeda12c63e839e6b722d0a55bee8e65cac421944f74a494d
+DIST elixir-1.4.1.tar.gz 1824714 SHA256 
0b8e9e8340b9649c761d2514a60455a290c145732907574ac085b0f7a7e7829f SHA512 
19ede9d6f2d95c3468afd3712c08e9684b542718b5a68b7d346b519219f6d9f5bb9dda5bba1ebe9de7a6c8b5f306e12911c5a334c7f147cca50044f2fde7def6
 WHIRLPOOL 
0bc1b7f9db3e929918542a6c4a2f6dcc7bf920ac692e7844c1afbd72132e61d5d2b24ce6f37f8c8069a3cfe35dc7561059f6a6581187f95be8a76a9fd2788b8c

diff --git a/dev-lang/elixir/elixir-1.4.1.ebuild 
b/dev-lang/elixir/elixir-1.4.1.ebuild
new file mode 100644
index ..d3b3144
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="http://elixir-lang.org";
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+   emake Q=""
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
+   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}



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

2017-01-27 Thread Tobias Klausmann
commit: ebb931ed50f93cdabd113971c992caa79eae9902
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jan 27 10:25:10 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jan 27 10:25:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb931ed

media-sound/quodlibet: Bump to 3.8.1 an add missing dep

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/quodlibet/Manifest  | 2 +-
 .../quodlibet/{quodlibet-3.8.0.ebuild => quodlibet-3.8.1.ebuild}| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/quodlibet/Manifest b/media-sound/quodlibet/Manifest
index b1ba49f..07ce358 100644
--- a/media-sound/quodlibet/Manifest
+++ b/media-sound/quodlibet/Manifest
@@ -1,2 +1,2 @@
 DIST quodlibet-3.7.1.tar.gz 3651908 SHA256 
229a26289880860abfd0ec31d9f0aa830c84a3f78205feb11f3ec710e02f02cd SHA512 
73f2a909e29178fb4074dbf451a6d04170aebecb7934248b04b909f9639c9098054eefe3343cfb67cc3c622f6d453b5417e5233d4d2ec9c87c48a0c5b4debf4f
 WHIRLPOOL 
2149daf74da7bc01a9822d841de7634c72cca02ef2ab59ae8ac2cd4716e72bed2d6f3342c3b32ddd66c393ecab7c311729e424175a8c7264de0edf2525391187
-DIST quodlibet-3.8.0.tar.gz 3693127 SHA256 
265c9d3da66a82fceb8882d09d40659ee1ccd6e9da7a5a3ab4b828f8b36b7122 SHA512 
c51587f557239525ea7e77566b59c3209a7703bec29aae07ad28c3001bd220700a29a0923704532ad2a42ec5241725e3030bee63c644371f929666f345dfce56
 WHIRLPOOL 
8ce4f522ab6442d6645ec0b64a5dfda27d950193c644a133ed7ce2061f5a6083d00c6088455865da8b60b44b9b1963dfa75db42640ea3a3f1da23a31cf572772
+DIST quodlibet-3.8.1.tar.gz 3697363 SHA256 
7c26ddd391a7b3d2bcdb4b009b005db604a133a059499284613436a88d164401 SHA512 
5f8f7ba3157dea83782c64989114ad38295c660300284b72e825eba46eae053120c96e60518d573b4010dd49e396a4fe8d04788e632e61e38fa6edd953014275
 WHIRLPOOL 
b3d73a78dbf77b14d04e6fdb1c1b154a9106d364e62d55f25acc7e750eed6cf39a6584b3c9409bd1cb45d322ebd3268e45e36bfc455647fa2c9fbe7961648a3b

diff --git a/media-sound/quodlibet/quodlibet-3.8.0.ebuild 
b/media-sound/quodlibet/quodlibet-3.8.1.ebuild
similarity index 97%
rename from media-sound/quodlibet/quodlibet-3.8.0.ebuild
rename to media-sound/quodlibet/quodlibet-3.8.1.ebuild
index afd4ca1..0de9709 100644
--- a/media-sound/quodlibet/quodlibet-3.8.0.ebuild
+++ b/media-sound/quodlibet/quodlibet-3.8.1.ebuild
@@ -17,6 +17,7 @@ IUSE="+dbus gstreamer ipod +udev"
 
 RDEPEND="dev-libs/keybinder:3[introspection]
dev-python/feedparser[${PYTHON_USEDEP}]
+   dev-python/futures[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=media-libs/mutagen-1.32[${PYTHON_USEDEP}]
x11-libs/gtk+[introspection]



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

2017-01-27 Thread Patrick Lauer
commit: d55fe33f8abb6ab419517ed6d471364e2bcd9b19
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jan 27 09:21:34 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Jan 27 09:21:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55fe33f

mail-client/thunderbird: Whitespace

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/mail-client/thunderbird/thunderbird-45.7.0.ebuild 
b/mail-client/thunderbird/thunderbird-45.7.0.ebuild
index 9ff1572..1d70019 100644
--- a/mail-client/thunderbird/thunderbird-45.7.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.7.0.ebuild
@@ -130,7 +130,7 @@ src_prepare() {
 
# Apply our patchset from firefox to thunderbird as well
pushd "${S}"/mozilla &>/dev/null || die
-   eapply "${WORKDIR}/firefox" 
+   eapply "${WORKDIR}/firefox"
popd &>/dev/null || die
 
# Ensure that are plugins dir is enabled as default



[gentoo-commits] repo/gentoo:master commit in: dev-ros/laser_cb_detector/

2017-01-27 Thread Alexis Ballier
commit: d276f728beac0a24125dd5da955cb6a5b3fa
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 27 09:19:06 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 27 09:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d276f728

dev-ros/laser_cb_detector: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/laser_cb_detector/Manifest |  1 -
 .../laser_cb_detector-0.10.13.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-ros/laser_cb_detector/Manifest 
b/dev-ros/laser_cb_detector/Manifest
index 93fa7e0..91e20bf 100644
--- a/dev-ros/laser_cb_detector/Manifest
+++ b/dev-ros/laser_cb_detector/Manifest
@@ -1,2 +1 @@
-DIST calibration-0.10.13.tar.gz 112305 SHA256 
935755f9428e6b998d1a9ce10fcf11f3c119953ebe0b65eda855804ec8b8aea8 SHA512 
95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb
 WHIRLPOOL 
94423d70268b053daee1da1b324582d2f8316c6feaa5c9291715b1861520cb2e67654daaa2156e8d15cd59ecb566bdd3cb76d42c7202b85680888bac3532002c
 DIST calibration-0.10.14.tar.gz 112475 SHA256 
1e65e6d8f793e7a27d1975ec3c4b63bf5249c7ce859dd11187258560901d1c77 SHA512 
5ef17cd21e04c134717859ecb12c4e7fc0086b044cf7d35d40bd43439a0f24e8ad41fe7b5fa37dcc8ec5e4abb2be8f64d86510706a3d97510cf1b92c2196ad40
 WHIRLPOOL 
5c1ea989d438198044933927acfd7eb8426c9f5f253710ac63117b2a20c526acfea568f4b7b4f1930a43024bbcf4033f0f04c9e48108dc7e1cc629fb9e3c127f

diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.13.ebuild 
b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.13.ebuild
deleted file mode 100644
index 6cecd27..
--- a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.13.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/calibration";
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs
dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Extracts checkerboard corners from a dense laser snapshot"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=[threads]
-   dev-ros/actionlib[${PYTHON_USEDEP}]
-   dev-ros/cv_bridge
-   dev-ros/image_cb_detector
-   dev-ros/message_filters
-   dev-ros/roscpp
-   dev-ros/settlerlib
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/laser_cb_detector/files/, dev-ros/laser_cb_detector/

2017-01-27 Thread Alexis Ballier
commit: 6d4d943f8d65590ceaecc0f706b08f70bc59231b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 27 09:20:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 27 09:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4d943f

dev-ros/laser_cb_detector: Fix build with gcc6.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/laser_cb_detector/files/gcc6.patch | 13 +
 dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild |  3 ++-
 dev-ros/laser_cb_detector/laser_cb_detector-.ebuild|  3 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-ros/laser_cb_detector/files/gcc6.patch 
b/dev-ros/laser_cb_detector/files/gcc6.patch
new file mode 100644
index ..6580ca5
--- /dev/null
+++ b/dev-ros/laser_cb_detector/files/gcc6.patch
@@ -0,0 +1,13 @@
+Index: laser_cb_detector/CMakeLists.txt
+===
+--- laser_cb_detector.orig/CMakeLists.txt
 laser_cb_detector/CMakeLists.txt
+@@ -15,7 +15,7 @@ catkin_package(DEPENDS actionlib actionl
+ )
+ 
+ find_package(OpenCV REQUIRED)
+-include_directories(SYSTEM ${catkin_INCLUDE_DIRS}
++include_directories(${catkin_INCLUDE_DIRS}
+${OpenCV_INCLUDE_DIRS}
+ )
+ include_directories(include)

diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild 
b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
index 6cecd27..ccd9c34 100644
--- a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
+++ b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,3 +27,4 @@ RDEPEND="
dev-ros/settlerlib
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )

diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-.ebuild 
b/dev-ros/laser_cb_detector/laser_cb_detector-.ebuild
index 6cecd27..ccd9c34 100644
--- a/dev-ros/laser_cb_detector/laser_cb_detector-.ebuild
+++ b/dev-ros/laser_cb_detector/laser_cb_detector-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,3 +27,4 @@ RDEPEND="
dev-ros/settlerlib
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_states_settler/

2017-01-27 Thread Alexis Ballier
commit: 24ac7940e0e33e3995b69c0ba27544ece6b7dff1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 27 09:16:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 27 09:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ac7940

dev-ros/joint_states_settler: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/joint_states_settler/Manifest  |  1 -
 .../joint_states_settler-0.10.13.ebuild| 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ros/joint_states_settler/Manifest 
b/dev-ros/joint_states_settler/Manifest
index 93fa7e0..91e20bf 100644
--- a/dev-ros/joint_states_settler/Manifest
+++ b/dev-ros/joint_states_settler/Manifest
@@ -1,2 +1 @@
-DIST calibration-0.10.13.tar.gz 112305 SHA256 
935755f9428e6b998d1a9ce10fcf11f3c119953ebe0b65eda855804ec8b8aea8 SHA512 
95b5ea28428ea9726b6b1a8f24cd4c7cb84992e680761357c1a13dd92c362149a0a6104f6a44dbefad503db1a9c7a53135d9756b1ceea3a739b1baa14f9474eb
 WHIRLPOOL 
94423d70268b053daee1da1b324582d2f8316c6feaa5c9291715b1861520cb2e67654daaa2156e8d15cd59ecb566bdd3cb76d42c7202b85680888bac3532002c
 DIST calibration-0.10.14.tar.gz 112475 SHA256 
1e65e6d8f793e7a27d1975ec3c4b63bf5249c7ce859dd11187258560901d1c77 SHA512 
5ef17cd21e04c134717859ecb12c4e7fc0086b044cf7d35d40bd43439a0f24e8ad41fe7b5fa37dcc8ec5e4abb2be8f64d86510706a3d97510cf1b92c2196ad40
 WHIRLPOOL 
5c1ea989d438198044933927acfd7eb8426c9f5f253710ac63117b2a20c526acfea568f4b7b4f1930a43024bbcf4033f0f04c9e48108dc7e1cc629fb9e3c127f

diff --git a/dev-ros/joint_states_settler/joint_states_settler-0.10.13.ebuild 
b/dev-ros/joint_states_settler/joint_states_settler-0.10.13.ebuild
deleted file mode 100644
index f7d4e77..
--- a/dev-ros/joint_states_settler/joint_states_settler-0.10.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/calibration";
-CATKIN_HAS_MESSAGES=yes
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Reports how long a subset of joints has been settled"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=[threads]
-   dev-ros/actionlib
-   dev-ros/rosconsole
-   dev-ros/roscpp
-   dev-ros/roscpp_serialization
-   dev-ros/settlerlib
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/actionlib_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/joint_states_settler/files/, dev-ros/joint_states_settler/

2017-01-27 Thread Alexis Ballier
commit: 6d1540d17579e8ada70347916398d5bf16cf19e9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 27 09:18:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 27 09:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1540d1

dev-ros/joint_states_settler: Fix build with gcc6.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/joint_states_settler/files/gcc6.patch   | 13 +
 .../joint_states_settler-0.10.14.ebuild |  3 ++-
 .../joint_states_settler/joint_states_settler-.ebuild   |  3 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-ros/joint_states_settler/files/gcc6.patch 
b/dev-ros/joint_states_settler/files/gcc6.patch
new file mode 100644
index ..80414e1
--- /dev/null
+++ b/dev-ros/joint_states_settler/files/gcc6.patch
@@ -0,0 +1,13 @@
+Index: joint_states_settler/CMakeLists.txt
+===
+--- joint_states_settler.orig/CMakeLists.txt
 joint_states_settler/CMakeLists.txt
+@@ -15,7 +15,7 @@ catkin_package(DEPENDS actionlib actionl
+ )
+ 
+ # create the library
+-include_directories(SYSTEM ${Boost_INCLUDE_DIRS}
++include_directories(${Boost_INCLUDE_DIRS}
+${catkin_INCLUDE_DIRS}
+ )
+ include_directories(include)

diff --git a/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild 
b/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
index f7d4e77..9f0d067 100644
--- a/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
+++ b/dev-ros/joint_states_settler/joint_states_settler-0.10.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,3 +28,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/gcc6.patch" )

diff --git a/dev-ros/joint_states_settler/joint_states_settler-.ebuild 
b/dev-ros/joint_states_settler/joint_states_settler-.ebuild
index f7d4e77..9f0d067 100644
--- a/dev-ros/joint_states_settler/joint_states_settler-.ebuild
+++ b/dev-ros/joint_states_settler/joint_states_settler-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,3 +28,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"
+PATCHES=( "${FILESDIR}/gcc6.patch" )



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

2017-01-27 Thread Patrick Lauer
commit: 167d6685719e79d0e982bb4fef55c647a8ac9be0
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jan 27 09:30:09 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Jan 27 09:30:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167d6685

dev-libs/libgpuarray: Whitespace

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgpuarray/libgpuarray-0.6.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgpuarray/libgpuarray-0.6.0_rc1.ebuild 
b/dev-libs/libgpuarray/libgpuarray-0.6.0_rc1.ebuild
index 6ef1c71..1c16317 100644
--- a/dev-libs/libgpuarray/libgpuarray-0.6.0_rc1.ebuild
+++ b/dev-libs/libgpuarray/libgpuarray-0.6.0_rc1.ebuild
@@ -30,7 +30,7 @@ DEPEND="
test? ( ${RDEPEND}
   dev-libs/check
   virtual/pkgconfig
-   )
+   )
 "
 S="${WORKDIR}/${PN}-${MYPV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/image_cb_detector/, dev-ros/image_cb_detector/files/

2017-01-27 Thread Alexis Ballier
commit: 46c9a7464dd04c024f984e4ee45396cf733bfd3c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 27 09:22:20 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 27 09:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c9a746

dev-ros/image_cb_detector: Fix build with gcc6.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/image_cb_detector/files/gcc6.patch  | 13 +
 .../image_cb_detector/image_cb_detector-0.10.14-r1.ebuild   |  3 ++-
 dev-ros/image_cb_detector/image_cb_detector-.ebuild |  3 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-ros/image_cb_detector/files/gcc6.patch 
b/dev-ros/image_cb_detector/files/gcc6.patch
new file mode 100644
index ..af68c1e
--- /dev/null
+++ b/dev-ros/image_cb_detector/files/gcc6.patch
@@ -0,0 +1,13 @@
+Index: image_cb_detector/CMakeLists.txt
+===
+--- image_cb_detector.orig/CMakeLists.txt
 image_cb_detector/CMakeLists.txt
+@@ -24,7 +24,7 @@ catkin_package(INCLUDE_DIRS include
+ 
+ # define some includes
+ include_directories(include)
+-include_directories(SYSTEM ${Boost_INCLUDE_DIRS}
++include_directories(${Boost_INCLUDE_DIRS}
+${catkin_INCLUDE_DIRS}
+${OpenCV_INCLUDE_DIRS}
+ )

diff --git a/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild 
b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild
index 5417220..972abdc 100644
--- a/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild
+++ b/dev-ros/image_cb_detector/image_cb_detector-0.10.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,3 +29,4 @@ RDEPEND="
dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )

diff --git a/dev-ros/image_cb_detector/image_cb_detector-.ebuild 
b/dev-ros/image_cb_detector/image_cb_detector-.ebuild
index 5417220..972abdc 100644
--- a/dev-ros/image_cb_detector/image_cb_detector-.ebuild
+++ b/dev-ros/image_cb_detector/image_cb_detector-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,3 +29,4 @@ RDEPEND="
dev-libs/boost:=[threads]
 "
 DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )



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

2017-01-27 Thread Patrick Lauer
commit: 441340048789ec305b009c5050a4bb6ba7139c8d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jan 27 09:28:18 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Jan 27 09:28:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44134004

dev-java/ant-core: Whitespace

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/ant-core/ant-core-1.9.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-java/ant-core/ant-core-1.9.2.ebuild 
b/dev-java/ant-core/ant-core-1.9.2.ebuild
index d30cec7..6117290 100644
--- a/dev-java/ant-core/ant-core-1.9.2.ebuild
+++ b/dev-java/ant-core/ant-core-1.9.2.ebuild
@@ -22,8 +22,9 @@ SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
-~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd 
~x64-freebsd \
+   ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos \
+   ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="|| ( >=virtual/jdk-1.5 dev-java/gcj-jdk )
!dev-java/ant-tasks



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

2017-01-27 Thread Agostino Sarubbo
commit: 43c9bfa45c4956d0111475543b990d5f1a75be0f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:06:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:06:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c9bfa4

net-analyzer/bmon: x86 stable wrt bug #607328

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/bmon/bmon-4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/bmon/bmon-4.0.ebuild 
b/net-analyzer/bmon/bmon-4.0.ebuild
index c9106ce..3005637 100644
--- a/net-analyzer/bmon/bmon-4.0.ebuild
+++ b/net-analyzer/bmon/bmon-4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD-2 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
 
 RDEPEND="
>=sys-libs/ncurses-5.3-r2:0=



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

2017-01-27 Thread Agostino Sarubbo
commit: d8a2cc074d5618d532d53ebba791d9183c643399
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:06:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:06:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a2cc07

www-client/chromium: x86 stable wrt bug #607276

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/chromium/chromium-56.0.2924.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-56.0.2924.76.ebuild 
b/www-client/chromium/chromium-56.0.2924.76.ebuild
index 77e2ca5..bb825ff 100644
--- a/www-client/chromium/chromium-56.0.2924.76.ebuild
+++ b/www-client/chromium/chromium-56.0.2924.76.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="cups gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2017-01-27 Thread Agostino Sarubbo
commit: 606344219c36792ae17e94028f32d83e5dccc502
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:07:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:07:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60634421

dev-db/phpmyadmin: x86 stable wrt bug #606972

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild
index 8a4dc96..65d528e 100644
--- a/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild
+++ b/dev-db/phpmyadmin/phpmyadmin-4.6.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.phpmyadmin.net/";
 SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="setup"
 
 RDEPEND="



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

2017-01-27 Thread Agostino Sarubbo
commit: ea7827955743421f4ed128443a99b437ba5fc71f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:06:46 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:06:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea782795

dev-games/physfs: x86 stable wrt bug #607356

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-games/physfs/physfs-2.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/physfs/physfs-2.0.3-r2.ebuild 
b/dev-games/physfs/physfs-2.0.3-r2.ebuild
index 9dbb6f9..559bb24 100644
--- a/dev-games/physfs/physfs-2.0.3-r2.ebuild
+++ b/dev-games/physfs/physfs-2.0.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2";
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc grp hog mvl qpak static-libs wad +zip"
 
 RDEPEND=""



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

2017-01-27 Thread Agostino Sarubbo
commit: 4ea662d61309c477a15654ff8877a5f90df700ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:07:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:07:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea662d6

sys-kernel/gentoo-sources: x86 stable wrt bug #605360

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2017-01-27 Thread Agostino Sarubbo
commit: 65012c8303f9200036b6ca9b6a01c2b3fb39012e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:07:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:07:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65012c83

dev-libs/openssl: x86 stable wrt bug #607318

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/openssl/openssl-1.0.2k.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2k.ebuild 
b/dev-libs/openssl/openssl-1.0.2k.ebuild
index c9393ae..d6ebc9e 100644
--- a/dev-libs/openssl/openssl-1.0.2k.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2k.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2017-01-27 Thread Agostino Sarubbo
commit: e9c56ccba5ebff554dd895bcf532d8b56ffa81f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:06:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:06:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c56ccb

dev-util/cloc: x86 stable wrt bug #607332

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/cloc/cloc-1.70.ebuild b/dev-util/cloc/cloc-1.70.ebuild
index 6a5762c..7e5e302 100644
--- a/dev-util/cloc/cloc-1.70.ebuild
+++ b/dev-util/cloc/cloc-1.70.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: games-board/stockfish/

2017-01-27 Thread Agostino Sarubbo
commit: 378fc65c608414f6f9dd4c0f3e1c78831de7d214
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:06:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:06:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378fc65c

games-board/stockfish: x86 stable wrt bug #607334

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 games-board/stockfish/stockfish-8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/stockfish/stockfish-8.ebuild 
b/games-board/stockfish/stockfish-8.ebuild
index 0e6d1e9..6ff9844 100644
--- a/games-board/stockfish/stockfish-8.ebuild
+++ b/games-board/stockfish/stockfish-8.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://stockfishchess.org/";
 SRC_URI="https://stockfish.s3.amazonaws.com/${P}-src.zip";
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="armv7 cpu_flags_x86_avx2 cpu_flags_x86_popcnt cpu_flags_x86_sse debug
general-32 general-64 +optimize"
 



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

2017-01-27 Thread Agostino Sarubbo
commit: a62dbc3a0a84ecc82a9983b470cb893e9a9a1b51
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:01:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:01:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62dbc3a

www-client/chromium: amd64 stable wrt bug #607276

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-client/chromium/chromium-56.0.2924.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-56.0.2924.76.ebuild 
b/www-client/chromium/chromium-56.0.2924.76.ebuild
index 15e309b..77e2ca5 100644
--- a/www-client/chromium/chromium-56.0.2924.76.ebuild
+++ b/www-client/chromium/chromium-56.0.2924.76.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="cups gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2017-01-27 Thread Agostino Sarubbo
commit: d5ac0fa51d32612283bc7da70073ade8ba703e4c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:01:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:01:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ac0fa5

dev-libs/openssl: amd64 stable wrt bug #607318

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/openssl/openssl-1.0.2k.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2k.ebuild 
b/dev-libs/openssl/openssl-1.0.2k.ebuild
index fee3683..c9393ae 100644
--- a/dev-libs/openssl/openssl-1.0.2k.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2k.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2017-01-27 Thread Agostino Sarubbo
commit: 792ae22dee7a1ed1f52d8493f1f34be01eeddc03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 27 09:00:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 27 09:00:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792ae22d

dev-util/cloc: amd64 stable wrt bug #607332

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/cloc/cloc-1.70.ebuild b/dev-util/cloc/cloc-1.70.ebuild
index 79666b2..6a5762c 100644
--- a/dev-util/cloc/cloc-1.70.ebuild
+++ b/dev-util/cloc/cloc-1.70.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}



  1   2   >