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

2016-06-18 Thread Zac Medico
commit: abf71501a7d81f95770322497995c205eff1999c
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jun 19 05:49:25 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jun 19 05:51:31 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=abf71501

eapply: use gpatch for bsd userland (bug 574626)

This is needed because eapply uses GNU patch extensions, such as the -g
option.

X-Gentoo-Bug: 574626
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=574626

 bin/phase-helpers.sh | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index 5af2784..995156a 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -981,9 +981,12 @@ fi
 
 if ___eapi_has_eapply; then
eapply() {
-   local failed
+   local failed patch_cmd=patch
local -x LC_COLLATE=POSIX
 
+   # for bsd userland support, use gpatch if available
+   type -P gpatch > /dev/null && patch_cmd=gpatch
+
_eapply_patch() {
local f=${1}
local prefix=${2}
@@ -995,7 +998,7 @@ if ___eapi_has_eapply; then
# -s to silence progress output
# -g0 to guarantee no VCS interaction
# --no-backup-if-mismatch not to pollute the sources
-   patch -p1 -f -s -g0 --no-backup-if-mismatch \
+   ${patch_cmd} -p1 -f -s -g0 --no-backup-if-mismatch \
"${patch_options[@]}" < "${f}"
failed=${?}
if ! eend "${failed}"; then



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

2016-06-18 Thread Hans de Graaff
commit: 3b29f2592b57be721d3af131832622d22fec8da8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 18 04:59:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:20:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b29f259

dev-ruby/sprockets: add 3.6.1

Package-Manager: portage-2.2.28

 dev-ruby/sprockets/Manifest   |  1 +
 dev-ruby/sprockets/sprockets-3.6.1.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/sprockets/Manifest b/dev-ruby/sprockets/Manifest
index 7c8c758..e629973a 100644
--- a/dev-ruby/sprockets/Manifest
+++ b/dev-ruby/sprockets/Manifest
@@ -4,3 +4,4 @@ DIST sprockets-2.2.3-git.tgz 185139 SHA256 
d8d8c59a4f129357f5d9093db02d8e5df0b2d
 DIST sprockets-3.4.1-git.tgz 298315 SHA256 
fb2dcf86378c45c8028fb9b483f2def9ae558613794255f6eb12c97db0f220db SHA512 
dd8bae1d922b662ef3215742731024d13b3fbc435124bb25351eeb6d33363383cb630ff60a8f6199205f31ed484e76c4a40d2c8a02b05e35bd9e73eb43a951bb
 WHIRLPOOL 
8ae84a080dc7dab113a6109a3c50e61b3da8b753391e0ac2113c8ac6f89b955c6b4c6d40dee6ff8d6522a0c289c0a49e1777bbf7958f819adbcae6204641d9f7
 DIST sprockets-3.5.2-git.tgz 302784 SHA256 
8ef5507db16113c9f839371544a8ed4e3911c99525df95cc55bf61413f432b3b SHA512 
8e599cf646baf53650ecafc65923d7e92c0d04cbf7207f64a0aaa4098d068ce4a1c252c5ce879188cff9d9af6f88ba50fa39d7af643b2668f23b1b8535a284c2
 WHIRLPOOL 
108da86d47be7b889ab74c5f75bd3ff592ff310e43f006d1a4362d5912bb044fa2dd5b29f86bec0ff4222c85093785fbf4a55f94c73b30ac4fe2fbe0862a1c40
 DIST sprockets-3.6.0-git.tgz 365525 SHA256 
8260dc8e237d5b00b8fce19cdeee871057b530a4ffad889debdc8c2e5140931e SHA512 
0306a69b510a7e2b5b334e8e3156bf064c4f7b721c6a86ce733f4e129186d5a5a19fd129d4a9b7d00d36505371ea811c52d2f808e52272f5a09e6bc631b3b14d
 WHIRLPOOL 
bf9e8e4deb499f59749bc5123b6aec558eb438525f37b706238de0bb9c2d4e115d32725478f2dd89b58ac6a742b19327aa72bbfb14b229e164b9a7952ef8ee60
+DIST sprockets-3.6.1-git.tgz 365930 SHA256 
841afbc968b9897d7138771e425e771ff6e73083c573650eecb1c2dc05e5370f SHA512 
b120e2ae3fcc73bd63ce280bf4db9e06e65063d9ea8db2772368cecdc98a111f39c1448b724312c8320f077372775591f96bdd7220de30a89bd1d36c742c4e09
 WHIRLPOOL 
156a8d05791c3edca44329a56e8fd9b141ae591ffaf9085434317587a46e1146561c89424de70bfed725585a11feca9bb59f2cdc3a2570d8dd7c2275f9bbb5d7

diff --git a/dev-ruby/sprockets/sprockets-3.6.1.ebuild 
b/dev-ruby/sprockets/sprockets-3.6.1.ebuild
new file mode 100644
index 000..9ddc4d3
--- /dev/null
+++ b/dev-ruby/sprockets/sprockets-3.6.1.ebuild
@@ -0,0 +1,61 @@
+# 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=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="sprockets.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Ruby library for compiling and serving web assets"
+HOMEPAGE="https://github.com/rails/sprockets;
+SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/concurrent-ruby:1
+   =dev-ruby/rack-1*:*
+   !!=dev-ruby/sass-3.1
+   dev-ruby/uglifier
+   )"
+
+all_ruby_prepare() {
+   # Avoid tests for template types that we currently don't package:
+   # eco and ejs.
+   sed -i -e '/eco templates/,/end/ s:^:#:' \
+   -e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || 
die
+   sed -i -e '/.ejs/ s:^:#:' test/test_asset.rb || die
+   rm -f test/test_require.rb 
test/test_{closure,eco,ejs,yui}_{compressor,processor}.rb || die
+   sed -i -e "/bundler/d" Rakefile || die
+}
+
+each_ruby_prepare() {
+   sed -i -e "s:ruby:${RUBY}:" test/test_sprocketize.rb || die
+}
+
+each_ruby_test() {
+   # Make sure we have completely separate copies. Hardlinks won't work
+   # for this test suite.
+   cp -R test test-new || die
+   rm -rf test || die
+   mv test-new test || die
+
+   each_fakegem_test
+}



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

2016-06-18 Thread Hans de Graaff
commit: 85e699ad1f36775e15c83a820ae04f83a511c534
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 18 04:24:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:19:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e699ad

dev-ruby/css_parser: add 1.4.2

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index d5f42e7..634d845 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,2 +1,3 @@
 DIST css_parser-1.3.6.tar.gz 24422 SHA256 
1931ca0a02d14a0ae7863921a18f3475fa6beee58585e9949af70ceffed8fc80 SHA512 
a9d09a95320b3a6853a5f079c17d2913868a3d97ee20d9df8076d9206721bf23442e793a722e67c87d4083d3734ba9eaf98b81d93e625743ff32b8e6e65b
 WHIRLPOOL 
13ca571034974d09bf4165f1ca8cc947d66aafdacbd098e25e1f16e312bcbe3bf850b2d1f62d404c0878641f0e9b60c5a00f2b24007295cc0881299f5eb4767f
 DIST css_parser-1.4.1.tar.gz 25122 SHA256 
852178a304238f56e6ed3e19ecc373ab7d20d109c9f0a79858d476f59858d457 SHA512 
f90e321e0c67ee860a9ad09e08abd6175c677e2733b3ed8dfcb5561e28beb9fbe740d0c9d9053c1cae5168b8cd2204b59574d58086057bbf4ada244d5d090888
 WHIRLPOOL 
b22f0e5aa9a559af128bfbdd3ee9d44c9d0107fa7032ace9a56be4eda15986f5ba481761069bd5148634bd6411dc3959627632bfe4877fe815fb24b32536494e
+DIST css_parser-1.4.2.tar.gz 25135 SHA256 
1913950cc1563a4cc09377ecb46047ee839fec22ce3753a4ca2496e87b4cdb41 SHA512 
18e727f8eb0f0daef9e22f998e30f3c91d98ed3ee8d36e37cb411b0d41d9ec516bca7bf947112455108dce506cf1a2f3f0c7e2c360524e60f4ec174c646ac9b7
 WHIRLPOOL 
0860dff246eb434efef641af9abc8448c1e4ad952f3b805b3af1b100ff638bcbc277e7842ff8e6250beb75d438d80128e64e93dae52d79877e904e3cee9d80fa

diff --git a/dev-ruby/css_parser/css_parser-1.4.2.ebuild 
b/dev-ruby/css_parser/css_parser-1.4.2.ebuild
new file mode 100644
index 000..3a55f89
--- /dev/null
+++ b/dev-ruby/css_parser/css_parser-1.4.2.ebuild
@@ -0,0 +1,45 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOC_DIR="doc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="premailer"
+GITHUB_PROJECT="${PN}"
+inherit ruby-fakegem
+
+DESCRIPTION="Sass-based Stylesheet Framework"
+HOMEPAGE="http://compass-style.org/ https://github.com/premailer/css_parser/;
+LICENSE="MIT"
+
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/addressable
+   virtual/ruby-ssl"
+
+ruby_add_bdepend "test? ( dev-ruby/maxitest )"
+
+all_ruby_prepare() {
+   # get rid of bundler usage
+   rm Gemfile || die
+   sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
+   sed -i -e '/bundler/d' test/test_helper.rb || die
+   # Avoid tests using the network.
+   sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' 
test/test_css_parser_loading.rb || die
+
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



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

2016-06-18 Thread Hans de Graaff
commit: faf7ba38081518578f6f61b0b06872f1da3d5def
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 17 04:52:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:19:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf7ba38

dev-ruby/domain_name: add 0.5.20160615

Package-Manager: portage-2.2.28

 dev-ruby/domain_name/Manifest  |  1 +
 .../domain_name/domain_name-0.5.20160615.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index 3dd4f31..89f7fce 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1,4 +1,5 @@
 DIST domain_name-0.5.20160309.gem 113664 SHA256 
51d7801d1dc076f29900243c305ebe50a2e30d6d16aca931a5ee8c2af5bf3bca SHA512 
e9a9e87fbe8f1e1ee6b14122683593737d7f8efb99f0acd38f3324adecda5a4e8ef72f9c449939fce59ca093ce33daaaea531b9916f151047f393b7d03d56fdb
 WHIRLPOOL 
8338135ae1935a4b5e5b867d856f3d9d5d8e2af25cec12419569b1bcb67b6dbdc0082d0aaf4053146cd9c6a281e12669149c6f4f59333d53992116dcbff4
 DIST domain_name-0.5.20160310.gem 113664 SHA256 
da5fa56840cc67d034435880ddfbdd17d765c53d2f049de8a610cfab7f39213c SHA512 
d99faf7ae16355091aed8c934f8b505162fb17ca7524b01606d9c5a6dc96a22d4bfe34df5b3f3c05fa064bcb6435f48fc913db6d58f0e82dffea1c9146c4825a
 WHIRLPOOL 
a060d785a5527ce17d151721c05c4eba26b13c26532e2023f0f0d47744495820536abbc60776944955af3b405c1ee1986b3ac71cf8fa78294ca8150a05b79a16
+DIST domain_name-0.5.20160615.gem 116224 SHA256 
afb018732f1d0b322b213413868cd21011dba62fd77b38ceba2e7a9ee67690b9 SHA512 
c21068813f47553a617e28e941e8184d8b98dbf3b298a8899082013e8f83e4dadd49e29fd32137ad485930ef1908b107b0f88391c0ea322c977a1f9d6c8a26c8
 WHIRLPOOL 
9df0cefda0f38fe37ed3dd81fd83e63c63db1bbe84bbbde57b5c11dd7f4e33d562f397329adb11acbea7ec10dd7329cd599eabbd8f81da6884741a31ba8851ca
 DIST domain_name-0.5.24.gem 104448 SHA256 
8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 
46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602
 WHIRLPOOL 
df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161
 DIST domain_name-0.5.25.gem 112128 SHA256 
5b492888a095f2f00027a268932c93d0432bf8ada568a5c601ff53ce6a761b9b SHA512 
cdc89ef2cc93d014727e203ffaa3921f3548077bcf4dfacc83a03f887a88393cea01efcf072ca785b375a6b24cdbd69f201f2fbd81a7341595e6ed2a5d2b362c
 WHIRLPOOL 
1f5a9577aab4aea61eb88d590bd52b07cb21c597646ad28fce6631baee3ea527282393ce392a830232081a70c0628ce0fb29d5aec640cae44ff887d0261b

diff --git a/dev-ruby/domain_name/domain_name-0.5.20160615.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20160615.ebuild
new file mode 100644
index 000..0750180
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.5.20160615.ebuild
@@ -0,0 +1,47 @@
+# 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_RECIPE_TEST="none"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Domain Name manipulation library for Ruby"
+HOMEPAGE="https://github.com/knu/ruby-domain_name;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/test-unit-2.5.5
+   dev-ruby/shoulda
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
+   rm Gemfile* || die
+
+   # Remove development dependencies
+   sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid dependency on git.
+   sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib:test test/test_*.rb
+}



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

2016-06-18 Thread Hans de Graaff
commit: 3efab3c1ad470fa47a768d5c02c9fb3684c6132b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 17 04:44:46 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:19:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efab3c1

dev-ruby/gherkin: add 4.0.0

Package-Manager: portage-2.2.28

 dev-ruby/gherkin/Manifest |  1 +
 dev-ruby/gherkin/gherkin-4.0.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/gherkin/Manifest b/dev-ruby/gherkin/Manifest
index 6b1747c..0719306 100644
--- a/dev-ruby/gherkin/Manifest
+++ b/dev-ruby/gherkin/Manifest
@@ -1,3 +1,4 @@
 DIST gherkin-2.12.0-git.tgz 605964 SHA256 
09206d66e437bfa2cb917a251899e3e95479c47d713a2b8de3e7dcbdd9982bfa SHA512 
e86c2299bb3b41845bf8a3119b65ff855023510173b04c1e08e1105c03523e0e89ec45db4c7034e85fc20b7a9e1ce5a791aaf3f4793d44c0aa782ffd9fcee83a
 WHIRLPOOL 
dcfc5b5a0dcad7e401c2e0afb41e53593d095a44e97df8eadffa634b155ccb5a979f3e719e57c32d18afac0be49d31021276abc20010a6a9259ca041c155a390
 DIST gherkin-2.12.2-git.tgz 1764938 SHA256 
139739eae42c7da925c816c859a41dcf539a361040ffb64c174e90e3fd9425b9 SHA512 
1030bcaf31791c7031f22b8e4c5d94ddbddf012b8686d06a7598fde99a28f8a1fda45dc66dbdefdb825a045730b077a10ca1134835630710551e20364886ce51
 WHIRLPOOL 
b5bdcff4a1e8e8ff32c202cac4e33ba9f07dac09ad723b9b6ef202dfa6a86413aff4e5fe24c69962edccf24158c9c85e8d32fc75a92ee0243943dff04327fe7c
 DIST gherkin-3.2.0.gem 30208 SHA256 
712404a266c65f6679afcf09978c048a2eee955010de276538f6078f7a8ead14 SHA512 
28bccdb94e80945d2f435d15bd0c83355fc59fab7ba8e76f689227015f4c73f6525ae45391536f6cd5db257b74f8e4b1392f83d27dc17798a19afcb3e186a705
 WHIRLPOOL 
4ed7547b57b73233afd1cfcae18f60cd832d984b1358fda70971cc5acb251010c148b3a5f777ef3f91523aff660398653af8aceedf7362f815a64c822b64cb7f
+DIST gherkin-4.0.0.gem 31744 SHA256 
f902794d86638524686f5930ad505a346ff411553aa6fe7537e43c78d29637e6 SHA512 
5260d1a5e083b497ddcafb04796162f8bfb62113faaf956df0a082414962eb9ee141c0198bb14392606b917e9ff778d22a8968979f44cec2b1d0bb0969b2221f
 WHIRLPOOL 
e3e3143e5ee60ce86a5f8a03ee95a4311d3eb23deb0560b8b4e63f25ea1dd69a4ecb244642283b692369427d974b8814c3b5b54af01bc5ef6196af1fc4aa036f

diff --git a/dev-ruby/gherkin/gherkin-4.0.0.ebuild 
b/dev-ruby/gherkin/gherkin-4.0.0.ebuild
new file mode 100644
index 000..7b2ed5d
--- /dev/null
+++ b/dev-ruby/gherkin/gherkin-4.0.0.ebuild
@@ -0,0 +1,25 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+# Don't install support scripts to avoid slot collisions.
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast Gherkin lexer and parser"
+HOMEPAGE="https://github.com/cucumber/gherkin;
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
+SLOT="4"
+IUSE=""



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

2016-06-18 Thread Hans de Graaff
commit: 1b63c740981e250ee4d18d9d478233a2debb29a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 18 04:15:54 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:19:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b63c740

dev-ruby/css_parser: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/css_parser/Manifest   |  3 --
 dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild | 43 
 dev-ruby/css_parser/css_parser-1.3.7.ebuild| 45 --
 dev-ruby/css_parser/css_parser-1.4.0.ebuild| 45 --
 4 files changed, 136 deletions(-)

diff --git a/dev-ruby/css_parser/Manifest b/dev-ruby/css_parser/Manifest
index 7a491df..d5f42e7 100644
--- a/dev-ruby/css_parser/Manifest
+++ b/dev-ruby/css_parser/Manifest
@@ -1,5 +1,2 @@
-DIST css_parser-1.3.5.tar.gz 23699 SHA256 
d08f0a28e97d2d8e80bebe1253ed68f98a75f6afbc5f453a570170972d3af08e SHA512 
92897839387649379f35d9b0368cab9d5c8148c588a421f155f5ff6bdc6e7b9d776ccc267d73a2484c48c4d4d6084f99c86ba84c20f3025952dcb9b84c1a3901
 WHIRLPOOL 
f32766fb8727245db9d9f6b8f764fbbddff865e0378b42904da58a6385ed697df053be6948244278bf231ec8d667c81693c6753840d17a48f4d7c8f03fca51b6
 DIST css_parser-1.3.6.tar.gz 24422 SHA256 
1931ca0a02d14a0ae7863921a18f3475fa6beee58585e9949af70ceffed8fc80 SHA512 
a9d09a95320b3a6853a5f079c17d2913868a3d97ee20d9df8076d9206721bf23442e793a722e67c87d4083d3734ba9eaf98b81d93e625743ff32b8e6e65b
 WHIRLPOOL 
13ca571034974d09bf4165f1ca8cc947d66aafdacbd098e25e1f16e312bcbe3bf850b2d1f62d404c0878641f0e9b60c5a00f2b24007295cc0881299f5eb4767f
-DIST css_parser-1.3.7.tar.gz 24559 SHA256 
4b21cf4ffd2d6bca40e11f350aaf2bfb2970913145771aeff97bcfdec86c31e1 SHA512 
98ea3d5c806887ea3a6ddc4a8b3780bac92150db6be1fe9011035bc2a5d72e64002d36b06a80c5d49eb0ed7a5e51bce29d3b07dc83238d8128b580c8ff455ed7
 WHIRLPOOL 
9192e9b08f5bca2743d3d81d836fdcb16230e4c673760f4a1d8d8deece04c143ffe64d46cc903165459749ce204ebdff1cf1d5a01e3c54616da17fa40cb1487a
-DIST css_parser-1.4.0.tar.gz 25084 SHA256 
fa7e44d36ed46fbaaf20b6191e829fd92cdcd4556b6f77678a6bf3e69aeebae2 SHA512 
51897a5f0782fcb84926a02f3886d81d449f4c781e4ca26a8c33ed7e76c134e7b433b0de1c846cbb09a0acd3c26798968f12fe7d4901eb88efb3c931cbd8b936
 WHIRLPOOL 
66e492e2c729fa674fbce1d5322c6a991ccec4cf07416b68136e325d15ceb29fe8f680d91ed28321a6bc6ba41eef74a5c7ffd0633d77154fa1d277c2caf6aaab
 DIST css_parser-1.4.1.tar.gz 25122 SHA256 
852178a304238f56e6ed3e19ecc373ab7d20d109c9f0a79858d476f59858d457 SHA512 
f90e321e0c67ee860a9ad09e08abd6175c677e2733b3ed8dfcb5561e28beb9fbe740d0c9d9053c1cae5168b8cd2204b59574d58086057bbf4ada244d5d090888
 WHIRLPOOL 
b22f0e5aa9a559af128bfbdd3ee9d44c9d0107fa7032ace9a56be4eda15986f5ba481761069bd5148634bd6411dc3959627632bfe4877fe815fb24b32536494e

diff --git a/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild 
b/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild
deleted file mode 100644
index 2e53c85..000
--- a/dev-ruby/css_parser/css_parser-1.3.5-r1.ebuild
+++ /dev/null
@@ -1,43 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_DIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="premailer"
-GITHUB_PROJECT="${PN}"
-inherit ruby-fakegem
-
-DESCRIPTION="Sass-based Stylesheet Framework"
-HOMEPAGE="http://compass-style.org/;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/addressable
-   virtual/ruby-ssl"
-
-all_ruby_prepare() {
-   # get rid of bundler usage
-   rm Gemfile || die
-   sed -i -e '/bundler/d' -e '/bump/d' Rakefile || die
-   sed -i -e '/bundler/d' test/test_helper.rb || die
-   # Avoid tests using the network.
-   sed -i -e '/test_loading_a_remote_file_over_ssl/,/end/ s:^:#:' 
test/test_css_parser_loading.rb || die
-
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/*.rb || die
-}

diff --git a/dev-ruby/css_parser/css_parser-1.3.7.ebuild 
b/dev-ruby/css_parser/css_parser-1.3.7.ebuild
deleted file mode 100644
index 3a55f89..000
--- a/dev-ruby/css_parser/css_parser-1.3.7.ebuild
+++ /dev/null
@@ -1,45 +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_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_DIR="doc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="premailer"
-GITHUB_PROJECT="${PN}"
-inherit ruby-fakegem
-
-DESCRIPTION="Sass-based Stylesheet Framework"
-HOMEPAGE="http://compass-style.org/ https://github.com/premailer/css_parser/;
-LICENSE="MIT"
-

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

2016-06-18 Thread Hans de Graaff
commit: cfc23e7bf6efba4fe034e39cb2e37edbb1bf1dd6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 17 04:34:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:19:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc23e7b

dev-ruby/test-unit: add 3.2.0

Package-Manager: portage-2.2.28

 dev-ruby/test-unit/Manifest   |  1 +
 dev-ruby/test-unit/test-unit-3.2.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index 4bdd80e..eb16392 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -4,3 +4,4 @@ DIST test-unit-3.1.5.gem 122368 SHA256 
9c38357eb0342e7971b6e6c37691b1ceb5161736a
 DIST test-unit-3.1.7.gem 124416 SHA256 
01133018f929db5290471b8e39feb5317bde2488efde1ec18e9653b2edb526f1 SHA512 
fb41fdc27b0278fd272db100d76b4691468ab68d1327baf63d4e230285aec5e9faedb3b2fced4445a8a801828e9c715533ab6311dbe7a4033b6c8402e711b06e
 WHIRLPOOL 
4d660d4c4da7329daa5ea1d4f5ac1859d150c0cfea8591adc82a5ad2ef1c08095cc29a8ef269d0f989ded7de20c903068ac1733a95c0cf7d1912887c003dd0c6
 DIST test-unit-3.1.8.gem 124416 SHA256 
1bf50d79eee99c1aa7d8e199cb0d8e1a08d1a77692e61b0a99b72bb8b01f9374 SHA512 
e83010db59f7000f8d7be2d85759e20dd8a07495f49052a7bcf1c31486b50231668039d2b94f5aa67d62f60da9a796875d3cfc876822acffeb18b429481804d7
 WHIRLPOOL 
9d9afd151ff3f366f1d6a661f03c87afe73acd5b7d183a1a5d27aa18851986c6845897d89a6b0dca7d076bc0a8caf081d6e8450b410fd4b4c7ee2d49b5c79137
 DIST test-unit-3.1.9.gem 124416 SHA256 
3efe0e17e4bc9880ada13515198531f6101bf6d03c5e5556f53cc72b45c33aec SHA512 
ec3068db7faceb5c6a3f3a848512aa76ec2e360a2a1ca7ec45fd6c1b84f45f04fb1b4d77120dfde7b0a41e4a8435fa37ba6550e4242e3817d344b3ca8d7b4428
 WHIRLPOOL 
715cd547da273b6384a5f6191d2d80c26a1044ff94639cd4bdfd9a80553e026522e495683323572be41081dbad1f35fcab20b6b4c98a9f65ac576c8682e088f7
+DIST test-unit-3.2.0.gem 124928 SHA256 
a09a276e39622ed4991e392a514b35a7ba2d61bb384981a805fee65be9bb75a8 SHA512 
a0d148ea2ec217afc57ee01116e73285b8c7403c0628d9bf4bddba59de2f254816cec2c5250c21548e143cb3cd63fc703735e0b6fbb7e3e321fe647dec7d16f7
 WHIRLPOOL 
04d07da9c62c695d56ce58453b283a0381f084d2ed6d7eb59e35d806d1f804e68e11db42660a7cb745c01ee41c8756c734ec781968130963a6265e0bfdb39d7c

diff --git a/dev-ruby/test-unit/test-unit-3.2.0.ebuild 
b/dev-ruby/test-unit/test-unit-3.2.0.ebuild
new file mode 100644
index 000..c1ac970
--- /dev/null
+++ b/dev-ruby/test-unit/test-unit-3.2.0.ebuild
@@ -0,0 +1,46 @@
+# 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=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+inherit ruby-fakegem
+
+# Assume for now that ruby23 is not eselected yet and only
+# depend on yard for the other ruby implementations. Without this
+# assumption bootstrapping ruby23 won't be possible due to the yard
+# dependency tree.
+USE_RUBY="${USE_RUBY/ruby23/}" ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+DESCRIPTION="An xUnit family unit testing framework for Ruby"
+HOMEPAGE="https://rubygems.org/gems/test-unit;
+
+LICENSE="|| ( Ruby GPL-2 ) PSF-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/power_assert"
+
+all_ruby_compile() {
+   all_fakegem_compile
+
+   if use doc; then
+   yard doc --title ${PN} || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die "testsuite failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbin "${FILESDIR}"/testrb-3 testrb-2
+}



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

2016-06-18 Thread Tim Harder
commit: 84e186e9d14b91021897011ea556ed129f2cbcdc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:45:34 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:53:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e186e9

media-sound/gst123: remove old

 media-sound/gst123/Manifest |  3 ---
 media-sound/gst123/files/configure.ac.patch | 14 -
 media-sound/gst123/gst123-0.3.1.ebuild  | 25 ---
 media-sound/gst123/gst123-0.3.2.ebuild  | 25 ---
 media-sound/gst123/gst123-0.3.3-r1.ebuild   | 31 -
 media-sound/gst123/gst123-0.3.3.ebuild  | 24 --
 6 files changed, 122 deletions(-)

diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index 5c5a7d2..a281a25 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1,4 +1 @@
-DIST gst123-0.3.1.tar.bz2 110925 SHA256 
89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce SHA512 
d31177fe4ec20db5b6a9a2a35be149ebf6682d00a8163b8fee3953f60b39b2a33e3fbc468b3d0864f059d95bb820ee998dcb8a8b47c8aa1c68ea583e434cb8af
 WHIRLPOOL 
b642042b745c601850a9438f7ac19d442bf2db5b88c483f83b1459c97ae8c43e4301967279fb19d83c8a55018758daf455cb91ea58d1793a94508f1dc7c3d976
-DIST gst123-0.3.2.tar.bz2 112709 SHA256 
51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d SHA512 
4ab1039e912fe02d2802b4a289bdb6061710f2d16188e538d833aeef39300594f98c29c13df2a4546befd87730e3e097941dc5f96271524c3dd31ae0a81386e9
 WHIRLPOOL 
1c39366c18c601783a46c1a9278519c98753d1cfef858046c6d6e515c8e54371b51d59ca579275a40127f10048d0abb3ad4806db596b34aac3e6fa5c073c37a8
-DIST gst123-0.3.3.tar.bz2 113344 SHA256 
45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 SHA512 
8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47
 WHIRLPOOL 
e4171f7a7f29ed379445fa42ec12812a5b9bd4fe8dc1e06141e2b36dac67dee1aa04aa2fc562f50e44210469470cfbb57fff71bf69629e5de1ae319fd4e5ae41
 DIST gst123-0.3.4.tar.bz2 123399 SHA256 
cbf0741ff63d5bc335ef3ef9278d1c6edd800193ffbdd0e56ad7c902d6643d02 SHA512 
7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
 WHIRLPOOL 
8a73b4677870260b8555c8162217e811d77845958ef131e7017faf4f216401c9547389e30f2574c37c2e292c0f63522f97bdcb91a31f1c50221da96e7d98909f

diff --git a/media-sound/gst123/files/configure.ac.patch 
b/media-sound/gst123/files/configure.ac.patch
deleted file mode 100644
index 5d6184d..000
--- a/media-sound/gst123/files/configure.ac.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 configure.ac.orig  2016-01-20 21:39:22.900434965 +0800
-+++ configure.ac   2016-01-20 21:39:07.422742473 +0800
-@@ -102,9 +102,9 @@
- dnl
- AC_DEFUN([AC_NCURSES_REQUIREMENTS],
- [
--AC_PATH_PROG(NCURSES5_CONFIG,ncurses5-config,no)
-+AC_PATH_PROG(NCURSES5_CONFIG,ncurses6-config,no)
- if test "$NCURSES5_CONFIG" = "no"; then
--  AC_MSG_ERROR([You need to have ncurses5-config installed to build this 
package.
-+  AC_MSG_ERROR([You need to have ncurses6-config installed to build this 
package.
- 
- Debian users: aptitude install libncurses-dev
- ])

diff --git a/media-sound/gst123/gst123-0.3.1.ebuild 
b/media-sound/gst123/gst123-0.3.1.ebuild
deleted file mode 100644
index 15e695a..000
--- a/media-sound/gst123/gst123-0.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="A more flexible command line player in the spirit of ogg123 and 
mpg123, based on gstreamer"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php;
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="dev-libs/glib
-   media-libs/gst-plugins-base:0.10
-   media-libs/gstreamer:0.10
-   sys-libs/ncurses
-   x11-libs/gtk+:2
-   x11-libs/libX11"
-RDEPEND="${CDEPEND}
-   media-plugins/gst-plugins-meta:0.10"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"

diff --git a/media-sound/gst123/gst123-0.3.2.ebuild 
b/media-sound/gst123/gst123-0.3.2.ebuild
deleted file mode 100644
index d30bf25..000
--- a/media-sound/gst123/gst123-0.3.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A more flexible command line player in the spirit of ogg123 and 
mpg123, based on gstreamer"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php;
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="dev-libs/glib
-   media-libs/gst-plugins-base:1.0
-   media-libs/gstreamer:1.0
-   sys-libs/ncurses
-   

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

2016-06-18 Thread Tim Harder
commit: 6ba1a209abd1d927b062f8ae6f2a605a8ca83a30
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:45:09 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:53:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba1a209

media-sound/gst123: version bump to 0.3.4

 media-sound/gst123/Manifest|  1 +
 media-sound/gst123/gst123-0.3.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index b9cb487..5c5a7d2 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1,3 +1,4 @@
 DIST gst123-0.3.1.tar.bz2 110925 SHA256 
89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce SHA512 
d31177fe4ec20db5b6a9a2a35be149ebf6682d00a8163b8fee3953f60b39b2a33e3fbc468b3d0864f059d95bb820ee998dcb8a8b47c8aa1c68ea583e434cb8af
 WHIRLPOOL 
b642042b745c601850a9438f7ac19d442bf2db5b88c483f83b1459c97ae8c43e4301967279fb19d83c8a55018758daf455cb91ea58d1793a94508f1dc7c3d976
 DIST gst123-0.3.2.tar.bz2 112709 SHA256 
51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d SHA512 
4ab1039e912fe02d2802b4a289bdb6061710f2d16188e538d833aeef39300594f98c29c13df2a4546befd87730e3e097941dc5f96271524c3dd31ae0a81386e9
 WHIRLPOOL 
1c39366c18c601783a46c1a9278519c98753d1cfef858046c6d6e515c8e54371b51d59ca579275a40127f10048d0abb3ad4806db596b34aac3e6fa5c073c37a8
 DIST gst123-0.3.3.tar.bz2 113344 SHA256 
45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 SHA512 
8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47
 WHIRLPOOL 
e4171f7a7f29ed379445fa42ec12812a5b9bd4fe8dc1e06141e2b36dac67dee1aa04aa2fc562f50e44210469470cfbb57fff71bf69629e5de1ae319fd4e5ae41
+DIST gst123-0.3.4.tar.bz2 123399 SHA256 
cbf0741ff63d5bc335ef3ef9278d1c6edd800193ffbdd0e56ad7c902d6643d02 SHA512 
7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
 WHIRLPOOL 
8a73b4677870260b8555c8162217e811d77845958ef131e7017faf4f216401c9547389e30f2574c37c2e292c0f63522f97bdcb91a31f1c50221da96e7d98909f

diff --git a/media-sound/gst123/gst123-0.3.4.ebuild 
b/media-sound/gst123/gst123-0.3.4.ebuild
new file mode 100644
index 000..3b32dfe
--- /dev/null
+++ b/media-sound/gst123/gst123-0.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A GStreamer based command line media player"
+HOMEPAGE="http://space.twc.de/~stefan/gst123.php;
+SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+   dev-libs/glib:2
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   sys-libs/ncurses:0=
+   x11-libs/gtk+:2
+   x11-libs/libX11
+"
+RDEPEND="${CDEPEND}
+   media-plugins/gst-plugins-meta:1.0"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"



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

2016-06-18 Thread Tim Harder
commit: 4bd5989ac35ffa2d0f9450dea43ed42365a4ed63
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:39:43 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:39:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd5989a

media-libs/exiftool: version bump to 10.20

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.20.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 3af0ca8..618319e 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-10.10.tar.gz 4056189 SHA256 
f9fcecf8954cfd6b1f5658e1fc82801e
 DIST Image-ExifTool-10.17.tar.gz 4082912 SHA256 
945d21fb749301e2a9b309e19b67c396005fe5f2a27eaa2c60bd890d5e7be31b SHA512 
c640185691197a9b88be3a6a9abcdb8d5d630b363b56581ab9417788003caa71a82019473d02cbaa2437fc0e1566ed2c9c6a64728cf6248fb589d934490ba3de
 WHIRLPOOL 
ebe46fec811927f1643fc54f9c8008bb5f0129e2e9095bb7f41b4ee1479d1408f87a89d7fcd0d5f3b77e42d30af761d23a1865975209c0d8ba3681655681190d
 DIST Image-ExifTool-10.18.tar.gz 4138025 SHA256 
114db22e39afc864845f240d9d99326b203c87da9d3d5e53a03523de0e272ad3 SHA512 
6181913eec656cab1aa10098dab620fe3c8c658a676b9cfe116f1da0664b38ec91f8a335155bf2552cdae5483fb1a102744be2086b8f7c553bd47f8a21f5b787
 WHIRLPOOL 
6496d8fdcf17aef55042cff924b2d22e5a9108640ea02568ec5539e5f8f245b85d8a75424c19483041da46dd1a59cdb12e2f485d1010ab04bd6e2928dd74b461
 DIST Image-ExifTool-10.19.tar.gz 4139870 SHA256 
217239067836f3e5ec166c46a3dfbc01928517d66eb8e1434cf842cb5617798f SHA512 
fa2deb60347494f28e38ad36f0489006d79eb60b877ade22415a552dd77d0ee69a0aa3014fc9d8806627839d2f4f34397f3408c9ff80dfc5b82d7190514b75ac
 WHIRLPOOL 
91195148d153909592cb59b6320cf7b046029059258a90a984b3f07f403848638ebadc160b02a3b32300b2bac8b25f32a2a635ceb5cc45de05a0f8693a82597b
+DIST Image-ExifTool-10.20.tar.gz 4142166 SHA256 
f06ae200950cd3f441f20f7532163365965aa45a91d96114672b0eb176b76d2a SHA512 
0c96010d39b4b5af1595f74df5ac7e27c88a5a610b8dd5eaeda8d3a7bdc335d237659d076b890784baa2e791e007a33d3aa60dc169c901c3771a2e308eccf93a
 WHIRLPOOL 
fdb4d34f0bda105bcf9a2355bebb15b0b7255ecda483331aa9e075840cf76dc76c2cfa5b9b796df41a654b1cf59eec1e37ad24b9d0bcd124b5058b73059c8e45

diff --git a/media-libs/exiftool/exiftool-10.20.ebuild 
b/media-libs/exiftool/exiftool-10.20.ebuild
new file mode 100644
index 000..e1513a9
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.20.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



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

2016-06-18 Thread Tim Harder
commit: 64d14b7c86d4d4e3815be236ce48b8c12dfa6a41
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:35:50 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:36:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d14b7c

sys-apps/the_silver_searcher: version bump to 0.32.0

 sys-apps/the_silver_searcher/Manifest  |  1 +
 .../the_silver_searcher-0.32.0.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/the_silver_searcher/Manifest 
b/sys-apps/the_silver_searcher/Manifest
index b95e397..4e05fa9 100644
--- a/sys-apps/the_silver_searcher/Manifest
+++ b/sys-apps/the_silver_searcher/Manifest
@@ -1 +1,2 @@
 DIST the_silver_searcher-0.31.0.tar.gz 150102 SHA256 
61bc827f4557d8108e91cdfc9ba31632e2568b26884c92426417f58135b37da8 SHA512 
61629ee3b11462a978a03879c19cf327cd08d5e669136c85c8f217b5e5ad27f78058c62555f47ae58882451361e09cf8093c7d4f4c4eda160a78f755af50b092
 WHIRLPOOL 
843e9502a4dbbfb5a049b524b2a85156bc57b624e10c875d5438bb6641ea48edee818af3f473d254cb16f188c321c17bc3b6da69aaf0ff081f055c61209302e1
+DIST the_silver_searcher-0.32.0.tar.gz 152041 SHA256 
c5b208572e5cfc8a3cf366e8eb337b0c673c2ffa90c1ad90dfdcbe78251ba4cc SHA512 
c5664205844f17d7739742949524d42f7ff403884a1bb13b32c9a14bde76d5129259d26a782057adf340ea1afc0caa6bd7b51d59caf795937389ff88f3a373bc
 WHIRLPOOL 
85b284bf928a4cf5e28014678f01450c1083f15b08837069c4d4097122c84122a558f6175789131198fb003715b7dc030b48957d76cb7e00624d499812ce065f

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.32.0.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-0.32.0.ebuild
new file mode 100644
index 000..eb64cc5
--- /dev/null
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.32.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools bash-completion-r1
+
+DESCRIPTION="A code-searching tool similar to ack, but faster"
+HOMEPAGE="https://github.com/ggreer/the_silver_searcher;
+SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="lzma zlib"
+
+RDEPEND="dev-libs/libpcre
+   lzma? ( app-arch/xz-utils )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS="README.md"
+
+src_prepare() {
+   sed -i '/^dist_bashcomp/d' Makefile.am || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable lzma) \
+   $(use_enable zlib)
+}
+
+src_install() {
+   default
+   newbashcomp ag.bashcomp.sh ag
+}



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

2016-06-18 Thread Tim Harder
commit: d83d6cdb754784e96512e537d49c14c94ddea8f6
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:32:07 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:32:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83d6cdb

app-misc/dateutils: remove old

 app-misc/dateutils/Manifest   |  2 --
 app-misc/dateutils/dateutils-0.3.3.ebuild | 33 ---
 app-misc/dateutils/dateutils-0.3.4.ebuild | 33 ---
 3 files changed, 68 deletions(-)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 4504c99..1f290ba 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,4 +1,2 @@
-DIST dateutils-0.3.3.tar.xz 593700 SHA256 
3eb0b1dbf4519c86bc890a12c78cc85eae2cc10c20ff894a90ed55140efeee7a SHA512 
7041b415edd457b378db36f06782038c3b7b4663cb12dcd5c6555401169e953721a6c24b54fe6db67ba514ecd17fd6007bd503ba364012edcad99a0199f3a78c
 WHIRLPOOL 
f84cee24ade044f9fa8b284cc484711e86a3dcd91df840759817f28c516267a7008b4262c750d41ecbf27e87c476c641bd836b541288ba222b93d58ef1a1ae8e
-DIST dateutils-0.3.4.tar.xz 593016 SHA256 
1fe71d6f05705565612a61de848071bfb39fb604695c8052e8d7959c5f34a714 SHA512 
3d4097bc42b5a05da8f7b242f820b2a85fc865c08f37d9087f590d739e7aef8e00a9b079b41756333b3fd13d8a4969e63f68b664bba0a45e10a0c7042c1276ba
 WHIRLPOOL 
30caa00f018c92af29f23fe6c7c57fb5878106f900ae26dace3834d07be0613c7a260992c7aab76f2745100580098858dacce083ccfa45a8379470720b977e7b
 DIST dateutils-0.3.5.tar.xz 593112 SHA256 
cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7 SHA512 
e0d732ce42551906da0c6635ac9e17aa4b12cb199e63f32355a33ded36afa2a37e05853c23716982daf6078be8b8dafb0d7c49a228876cbbafc4541c037e067a
 WHIRLPOOL 
4d50e485362813dc77f18c43c3071d69654ab31372852da35af612a465a0cf108a7ad7c5ba3d0a021923a02622acf6502f47668d7226498064ed6855f21de26b
 DIST dateutils-0.4.0.tar.xz 608364 SHA256 
d05af02bc60a82bdc21c0ac4779f1040f631b0a1233ed15c4f69a80d3dad23da SHA512 
06aeed8cc2e8bd22584d74fccd6a9739fbed191a01d5dfb5bab48d5b059dce01d48f8b5f4b6e927e26c1ac2143d7aeed1f20f0415d1275d172f2584ef9d776a9
 WHIRLPOOL 
7341e9b0b7fb5d0126355141934825880c9c7c85344e797ca712aab150b7cd74e2d4cc0586344ef8f1451f08213549c9770e815af7476f3ddfebd299cc45fbef

diff --git a/app-misc/dateutils/dateutils-0.3.3.ebuild 
b/app-misc/dateutils/dateutils-0.3.3.ebuild
deleted file mode 100644
index d4a3b45..000
--- a/app-misc/dateutils/dateutils-0.3.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
-SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils
-   sys-libs/timezone-data"
-
-# bug 429810
-RDEPEND="!sys-infiniband/dapl"
-
-src_configure() {
-   econf \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
-   # parallel tests failure
-   emake CFLAGS="${CFLAGS}" -j1 check
-}

diff --git a/app-misc/dateutils/dateutils-0.3.4.ebuild 
b/app-misc/dateutils/dateutils-0.3.4.ebuild
deleted file mode 100644
index 09742ac..000
--- a/app-misc/dateutils/dateutils-0.3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
-SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils
-   sys-libs/timezone-data"
-
-# bug 429810
-RDEPEND="!sys-infiniband/dapl"
-
-src_configure() {
-   econf \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
-   # parallel tests failure
-   emake CFLAGS="${CFLAGS}" -j1 check
-}



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

2016-06-18 Thread Tim Harder
commit: a132d403643399282e4f63d5720c3e4c47a55703
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:31:44 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:31:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a132d403

app-misc/dateutils: version bump to 0.4.0

 app-misc/dateutils/Manifest   |  1 +
 app-misc/dateutils/dateutils-0.4.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 82ac737..4504c99 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,3 +1,4 @@
 DIST dateutils-0.3.3.tar.xz 593700 SHA256 
3eb0b1dbf4519c86bc890a12c78cc85eae2cc10c20ff894a90ed55140efeee7a SHA512 
7041b415edd457b378db36f06782038c3b7b4663cb12dcd5c6555401169e953721a6c24b54fe6db67ba514ecd17fd6007bd503ba364012edcad99a0199f3a78c
 WHIRLPOOL 
f84cee24ade044f9fa8b284cc484711e86a3dcd91df840759817f28c516267a7008b4262c750d41ecbf27e87c476c641bd836b541288ba222b93d58ef1a1ae8e
 DIST dateutils-0.3.4.tar.xz 593016 SHA256 
1fe71d6f05705565612a61de848071bfb39fb604695c8052e8d7959c5f34a714 SHA512 
3d4097bc42b5a05da8f7b242f820b2a85fc865c08f37d9087f590d739e7aef8e00a9b079b41756333b3fd13d8a4969e63f68b664bba0a45e10a0c7042c1276ba
 WHIRLPOOL 
30caa00f018c92af29f23fe6c7c57fb5878106f900ae26dace3834d07be0613c7a260992c7aab76f2745100580098858dacce083ccfa45a8379470720b977e7b
 DIST dateutils-0.3.5.tar.xz 593112 SHA256 
cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7 SHA512 
e0d732ce42551906da0c6635ac9e17aa4b12cb199e63f32355a33ded36afa2a37e05853c23716982daf6078be8b8dafb0d7c49a228876cbbafc4541c037e067a
 WHIRLPOOL 
4d50e485362813dc77f18c43c3071d69654ab31372852da35af612a465a0cf108a7ad7c5ba3d0a021923a02622acf6502f47668d7226498064ed6855f21de26b
+DIST dateutils-0.4.0.tar.xz 608364 SHA256 
d05af02bc60a82bdc21c0ac4779f1040f631b0a1233ed15c4f69a80d3dad23da SHA512 
06aeed8cc2e8bd22584d74fccd6a9739fbed191a01d5dfb5bab48d5b059dce01d48f8b5f4b6e927e26c1ac2143d7aeed1f20f0415d1275d172f2584ef9d776a9
 WHIRLPOOL 
7341e9b0b7fb5d0126355141934825880c9c7c85344e797ca712aab150b7cd74e2d4cc0586344ef8f1451f08213549c9770e815af7476f3ddfebd299cc45fbef

diff --git a/app-misc/dateutils/dateutils-0.4.0.ebuild 
b/app-misc/dateutils/dateutils-0.4.0.ebuild
new file mode 100644
index 000..3601f12
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="https://hroptatyr.github.com/dateutils/;
+SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/xz-utils
+   sys-libs/timezone-data"
+
+# bug 429810
+RDEPEND="!sys-infiniband/dapl"
+
+src_configure() {
+   econf \
+   --docdir=/usr/share/doc/${PF}
+}
+
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}
+
+src_test() {
+   # parallel tests failure
+   emake CFLAGS="${CFLAGS}" -j1 check
+}



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

2016-06-18 Thread Tim Harder
commit: bf031f31eee19a2b036a9ae24dfff1617b5bd27c
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:27:06 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:27:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf031f31

sys-process/procenv: remove old

 sys-process/procenv/Manifest|  1 -
 sys-process/procenv/procenv-0.39.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 55865ab..b5921cd 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,3 +1,2 @@
-DIST procenv-0.39.tar.gz 270745 SHA256 
1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 
b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b
 WHIRLPOOL 
2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
 DIST procenv-0.45.tar.gz 241046 SHA256 
5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 
b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1
 WHIRLPOOL 
786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
 DIST procenv-0.46.tar.gz 243301 SHA256 
5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 
3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1
 WHIRLPOOL 
ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c

diff --git a/sys-process/procenv/procenv-0.39.ebuild 
b/sys-process/procenv/procenv-0.39.ebuild
deleted file mode 100644
index 7e3c2ba..000
--- a/sys-process/procenv/procenv-0.39.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A command-line utility that simply dumps all attributes of its 
environment"
-HOMEPAGE="https://launchpad.net/procenv/;
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



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

2016-06-18 Thread Tim Harder
commit: 1f65aba00da5718fb249c97ed2d0022148479efe
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:26:07 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:26:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f65aba0

sys-process/procenv: version bump to 0.46

 sys-process/procenv/Manifest|  1 +
 sys-process/procenv/procenv-0.46.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-process/procenv/Manifest b/sys-process/procenv/Manifest
index 047785a..55865ab 100644
--- a/sys-process/procenv/Manifest
+++ b/sys-process/procenv/Manifest
@@ -1,2 +1,3 @@
 DIST procenv-0.39.tar.gz 270745 SHA256 
1ea203b28290dbabc6bd221b857b439ad4f68f38fac560d4966ff6e6a4d71922 SHA512 
b34accc92445aeb9ccb1f45dc3cca2fcf25e2e9ab31e2126f086c884e2562093e292d242ba7ef3aa03e342ad8398b01c08fda133a2d8f0a87693be8cb96c621b
 WHIRLPOOL 
2766cb8239f58bff2ee0bc66e4848f17f52b9151fc94044aeff9c766da968c7159f101b0b092121cb70165fac370b7dd237abcc09d8789db5bdcea5468e513bd
 DIST procenv-0.45.tar.gz 241046 SHA256 
5fc3d650783f57fa8ba90c5e0cf0fc28f5e0bf22af38f2dbb9e8574d4e13fad3 SHA512 
b9d5a9cda7ff2cc406555a2a82664e45172250af5943c882084fe0d6d067cc19cbc74b6cb9203d3be64a33797ad3c3afa8ad9d5414546ee8e047947790956ff1
 WHIRLPOOL 
786a80ca01569dca399436e47c335f65893cd4414eb5ef770b3100a2de5328f82792508137a3274c31932db4e81eabd1d8fd1cbcf13efe4acebfdeb9ce4359a8
+DIST procenv-0.46.tar.gz 243301 SHA256 
5c8253e63c1f90e80bfdd2076b5cdf916513667453e165e0660afb68f60fb98b SHA512 
3f6ff6ce0c4218f9eba6d8172fcd60e380eb1d555114c871be5e4f5815cc7dfcba5f3b2ddf731da0d250f1e8f9754d70805a479c3bf283c5e48e77b8cb91d7a1
 WHIRLPOOL 
ebddbe398bf8bdebae87bfc59cdc2e0fe57f804c7e34c7f18978c8bcbcbeb84ee7f406e8b7788f6ead64b292d244421b1cb48aa2fde49be9792ceaeb8885b63c

diff --git a/sys-process/procenv/procenv-0.46.ebuild 
b/sys-process/procenv/procenv-0.46.ebuild
new file mode 100644
index 000..fea114e
--- /dev/null
+++ b/sys-process/procenv/procenv-0.46.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="command-line utility to show process environment"
+HOMEPAGE="https://github.com/jamesodhunt/procenv;
+SRC_URI="https://github.com/jamesodhunt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND="
+   virtual/pkgconfig
+   test? ( dev-libs/check )
+"
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/${PN}-0.45-sysmacros.patch
+   "${FILESDIR}"/${PN}-0.45-flags.patch
+   )
+
+   default
+   eautoreconf
+}



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

2016-06-18 Thread Tim Harder
commit: 84e7ea98d8c0ef6e245821aabcb2ae6a59c0289e
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:19:54 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:19:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e7ea98

dev-lang/swig: version bump to 3.0.10

 dev-lang/swig/Manifest   |  1 +
 dev-lang/swig/metadata.xml   |  8 +++-
 dev-lang/swig/swig-3.0.10.ebuild | 35 +++
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest
index 658420b..7065c42 100644
--- a/dev-lang/swig/Manifest
+++ b/dev-lang/swig/Manifest
@@ -1,6 +1,7 @@
 DIST swig-1.3.40.tar.gz 4891020 SHA256 
1945b3693bcda6777bd05fef1015a0ad1a4604cde4a4a0a368b61ccfd143ac09 SHA512 
bd959d29cf2d61d12dd2c5764bbd11d8fb045827267f8633ab99515175e675554c709f43a8334ce74d77e71e737118962bc5ce8fd09d3b87070ecab1133cc9d7
 WHIRLPOOL 
48c71d1c88271e8b2be171b159c41150460bc79bba9d40ff224fad8c1498c94e6328c89f1c2e02e294c17b0174f1e7aeddbc39c2e341c85effbbf311e87f061c
 DIST swig-2.0.12.tar.gz 5312394 SHA256 
65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7 SHA512 
7969cd8ce309ca46316fa4851b5cdd72122cb075cde8c17d74ee97969cd9555eff0d995f60bf17ff4090c83f66f6c66df2c61d9c06e2e30a2b36a4b8204c5890
 WHIRLPOOL 
fdc0477d049c793267420769b0346283087bcf14d519d279bae15b5ffaff7c079fa6a6de3f18b74825f7ea0bce13913e591f7d48b396cd7eaf941fa57dfe925e
 DIST swig-2.0.9.tar.gz 5307341 SHA256 
586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539 SHA512 
9967eb2e1733c11ceb813bfa18c8c4187ba527d45de9b2ad962f287afba9cb0e1432b921670c5fe07ed31decc2e2785a16f42f69148a4e8a1959a9b66ce2e91f
 WHIRLPOOL 
6649934f33d36b7bf9314a7f6582245217795b6e9c36eb02436ed769f8fb06a3a038af2380f444a1311aa353d3f29c4a3159765f873d09ed90980998e0752e81
+DIST swig-3.0.10.tar.gz 8029827 SHA256 
2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c SHA512 
599883a08b673cb0975176084fa7a6f5c7e3f6ffa86e8ba600e9d81d80b9d7632668e61c8db519b4c800bdbddcdbf55b0f5ef49f6a80ceafaef864ffcaaa30c1
 WHIRLPOOL 
bcdbc754d32c45e202cd55a73e7584240e3f073ec21116db88325558374d5477803d83308f467a469e50b8dcbc4fa2a5d5146d6d73fbd7d3abc0e879766b2b73
 DIST swig-3.0.2.tar.gz 5690863 SHA256 
a2669657cabcedc371f63c0457407a183e0b6b2ef4e7e303c1ec9a3964cc7813 SHA512 
9aa027d53b2cc1534458abbf2137e59c4aac747e1406dcd45fedab91d4899872fab2aae3d7297fa38bf5093a21f19eaa543f0e0dee2c54497efcdd7e31ee7ccf
 WHIRLPOOL 
7ebca2390c8a9b35196a74c028ff59ffc8c7b19cbe2f53379b2eb2b3c33c9b6dcdfd210102239ea2587824a5dcf164f015d6c2e73b8206ba7e778c012b77e19d
 DIST swig-3.0.4.tar.gz 5720119 SHA256 
410ffa80ef5535244b500933d70c1b65206333b546ca5a6c89373afb65413795 SHA512 
22e24dde95c81d586176d9135d62fec70fd6dbf785641e001ab89ba4d64ea1018a9b1abf7b9c52149613732701c6fb30336fbf8b5d0e2c9af1c84de83ca24c03
 WHIRLPOOL 
f5af725c2345529ad355d5fb30b345569d75e648e4a3fb2932a06ee93aca58406408eb9492107c03c6f5f5c6520468343ecd087b14d6f9b36b1eccfba0c78f42
 DIST swig-3.0.5.tar.gz 5873209 SHA256 
9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c SHA512 
1cd9eaea1443d08ac0f9a80f9cb3d60121e888e30c9f00aaaf285d6afe8a5494a3be017a38092b879d332305911c177202cfccd2570cb61eb40554fcc573fd01
 WHIRLPOOL 
49dc145dbd24bbe0dd9d5baa82ab8e1b79b0cec14035038d22fd506010ce5185731876a157c811d2087f35360ce04aafed8c7beff7f7feaf246f964891395ea9

diff --git a/dev-lang/swig/metadata.xml b/dev-lang/swig/metadata.xml
index 1996c68..5303e90 100644
--- a/dev-lang/swig/metadata.xml
+++ b/dev-lang/swig/metadata.xml
@@ -17,7 +17,13 @@
Gentoo Scheme Project


-SWIG is a software development tool that connects programs written in C and 
C++ with a variety of high-level programming languages. SWIG is used with 
differenttypes of languages including common scripting languages such 
as Perl, Python, Tcl/Tk and Ruby. The list of supported languages also includes 
non-scripting languages such as C#, Common Lisp (Allegro CL), Java, Modula-3 
and OCAML. Also several interpreted and compiled Scheme implementations 
(Chicken, Guile, MzScheme) are supported.
+   SWIG is a software development tool that connects programs 
written in C and C++
+   with a variety of high-level programming languages. SWIG is 
used with different
+   types of languages including common scripting languages such as 
Perl, Python,
+   Tcl/Tk and Ruby. The list of supported languages also includes 
non-scripting
+   languages such as C#, Common Lisp (Allegro CL), Java, Modula-3 
and OCAML. Also
+   several interpreted and compiled Scheme implementations 
(Chicken, Guile,
+   MzScheme) are supported.


build ccache-swig(a fast compiler 
cache)

diff --git a/dev-lang/swig/swig-3.0.10.ebuild b/dev-lang/swig/swig-3.0.10.ebuild
new file mode 100644
index 000..6e9d034
--- /dev/null
+++ 

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

2016-06-18 Thread Tim Harder
commit: 4113061d6781058f00e9e3d0fe46e4466ad64efd
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jun 19 04:20:33 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jun 19 04:20:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4113061d

dev-lang/swig: remove old

 dev-lang/swig/Manifest  |  4 
 dev-lang/swig/swig-3.0.2.ebuild | 35 ---
 dev-lang/swig/swig-3.0.4.ebuild | 35 ---
 dev-lang/swig/swig-3.0.6.ebuild | 35 ---
 dev-lang/swig/swig-3.0.7.ebuild | 35 ---
 5 files changed, 144 deletions(-)

diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest
index 7065c42..9bfdd55 100644
--- a/dev-lang/swig/Manifest
+++ b/dev-lang/swig/Manifest
@@ -2,9 +2,5 @@ DIST swig-1.3.40.tar.gz 4891020 SHA256 
1945b3693bcda6777bd05fef1015a0ad1a4604cde
 DIST swig-2.0.12.tar.gz 5312394 SHA256 
65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7 SHA512 
7969cd8ce309ca46316fa4851b5cdd72122cb075cde8c17d74ee97969cd9555eff0d995f60bf17ff4090c83f66f6c66df2c61d9c06e2e30a2b36a4b8204c5890
 WHIRLPOOL 
fdc0477d049c793267420769b0346283087bcf14d519d279bae15b5ffaff7c079fa6a6de3f18b74825f7ea0bce13913e591f7d48b396cd7eaf941fa57dfe925e
 DIST swig-2.0.9.tar.gz 5307341 SHA256 
586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539 SHA512 
9967eb2e1733c11ceb813bfa18c8c4187ba527d45de9b2ad962f287afba9cb0e1432b921670c5fe07ed31decc2e2785a16f42f69148a4e8a1959a9b66ce2e91f
 WHIRLPOOL 
6649934f33d36b7bf9314a7f6582245217795b6e9c36eb02436ed769f8fb06a3a038af2380f444a1311aa353d3f29c4a3159765f873d09ed90980998e0752e81
 DIST swig-3.0.10.tar.gz 8029827 SHA256 
2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c SHA512 
599883a08b673cb0975176084fa7a6f5c7e3f6ffa86e8ba600e9d81d80b9d7632668e61c8db519b4c800bdbddcdbf55b0f5ef49f6a80ceafaef864ffcaaa30c1
 WHIRLPOOL 
bcdbc754d32c45e202cd55a73e7584240e3f073ec21116db88325558374d5477803d83308f467a469e50b8dcbc4fa2a5d5146d6d73fbd7d3abc0e879766b2b73
-DIST swig-3.0.2.tar.gz 5690863 SHA256 
a2669657cabcedc371f63c0457407a183e0b6b2ef4e7e303c1ec9a3964cc7813 SHA512 
9aa027d53b2cc1534458abbf2137e59c4aac747e1406dcd45fedab91d4899872fab2aae3d7297fa38bf5093a21f19eaa543f0e0dee2c54497efcdd7e31ee7ccf
 WHIRLPOOL 
7ebca2390c8a9b35196a74c028ff59ffc8c7b19cbe2f53379b2eb2b3c33c9b6dcdfd210102239ea2587824a5dcf164f015d6c2e73b8206ba7e778c012b77e19d
-DIST swig-3.0.4.tar.gz 5720119 SHA256 
410ffa80ef5535244b500933d70c1b65206333b546ca5a6c89373afb65413795 SHA512 
22e24dde95c81d586176d9135d62fec70fd6dbf785641e001ab89ba4d64ea1018a9b1abf7b9c52149613732701c6fb30336fbf8b5d0e2c9af1c84de83ca24c03
 WHIRLPOOL 
f5af725c2345529ad355d5fb30b345569d75e648e4a3fb2932a06ee93aca58406408eb9492107c03c6f5f5c6520468343ecd087b14d6f9b36b1eccfba0c78f42
 DIST swig-3.0.5.tar.gz 5873209 SHA256 
9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c SHA512 
1cd9eaea1443d08ac0f9a80f9cb3d60121e888e30c9f00aaaf285d6afe8a5494a3be017a38092b879d332305911c177202cfccd2570cb61eb40554fcc573fd01
 WHIRLPOOL 
49dc145dbd24bbe0dd9d5baa82ab8e1b79b0cec14035038d22fd506010ce5185731876a157c811d2087f35360ce04aafed8c7beff7f7feaf246f964891395ea9
-DIST swig-3.0.6.tar.gz 5911929 SHA256 
c67f63ea11956106e4cda66416d5020330dc4ce2ee45057d39a9494ce33eca05 SHA512 
b640ca98a668973b33e5079bfdd01dd722c136ee077fcb2990b82878409cb5ebf3ffb78baee8427f44ca1eb01f55f21b2a01c9e1f34986cd134609b4eb208610
 WHIRLPOOL 
2086565968909e1d4800e4413a761944d6ddd158a34ba77ae7438c456c4b685f4727fa5f4678bd75cd5093f157f7317bc5cee6ca9ff331394b53e3e9c49649ea
-DIST swig-3.0.7.tar.gz 5923046 SHA256 
06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d SHA512 
5f6596df66ef2788180623ee856247efbe404eb5c855f05e1e6a40081771b2bb8c709aad8597839250186c1ee9ae42d0fca3ffcecc9669bcf9a55c81f2c9ba38
 WHIRLPOOL 
cfd0aecba88e060c6b03ae89d654a7590abd107e2aedd4055bd7697da5ba48b3fd879f9f4d20c9633dc23614e3480b0e87e9be305200021aef98b2ab9dd60f6c
 DIST swig-3.0.8.tar.gz 7937213 SHA256 
58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453 SHA512 
85605bd98bf2b56f5bfca23ae23d76d764d76a174b05836c8686825e912d6326c370e9cf2134c0bf4f425560be103b16bf9c9d075077f52e713a69082616e906
 WHIRLPOOL 
7b6e5b0339b5fd42992464ca16935d1e8447d46c2e561579eb99dda90755bc3ca88baeff8bb0c0dffe91b109dd9af0465a360fec2fd871bd5bfaef278229bbf9

diff --git a/dev-lang/swig/swig-3.0.2.ebuild b/dev-lang/swig/swig-3.0.2.ebuild
deleted file mode 100644
index 1002641..000
--- a/dev-lang/swig/swig-3.0.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Simplified Wrapper and Interface Generator"
-HOMEPAGE="http://www.swig.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+ BSD BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix 

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2016-06-18 Thread Göktürk Yüksek
commit: e1a992ccb305ea6bd0fa152a26717602e6cdbacd
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jun 19 01:57:39 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jun 19 02:15:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a992cc

net-print/hplip-plugin: drop unnecessary  from metadata

Package-Manager: portage-2.3.0_rc1

 net-print/hplip-plugin/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-print/hplip-plugin/metadata.xml 
b/net-print/hplip-plugin/metadata.xml
index d2dfeec..e8bb28e 100644
--- a/net-print/hplip-plugin/metadata.xml
+++ b/net-print/hplip-plugin/metadata.xml
@@ -4,7 +4,6 @@

nvinson...@gmail.com
Nicholas Vinson
-   Proxy maintainer to be assiged bugs


proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/

2016-06-18 Thread Göktürk Yüksek
commit: 57f34f5f5afb29b9805ef4805eae2760a7178b9a
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jun 19 01:56:45 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jun 19 02:15:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f34f5f

net-firewall/ufw: drop unnecessary  from metadata

Package-Manager: portage-2.3.0_rc1

 net-firewall/ufw/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-firewall/ufw/metadata.xml b/net-firewall/ufw/metadata.xml
index 543eca5..c5bafdf 100644
--- a/net-firewall/ufw/metadata.xml
+++ b/net-firewall/ufw/metadata.xml
@@ -4,7 +4,6 @@

nvinson...@gmail.com
Nicholas Vinson
-   Proxy maintainer to be assigned bugs


proxy-ma...@gentoo.org



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

2016-06-18 Thread Göktürk Yüksek
commit: 200a590364b529a0184f852d6e93b355f885d129
Author: Nicholas Vinson  gmail  com>
AuthorDate: Wed Jun 15 13:59:19 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jun 19 02:15:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200a5903

net-analyzer/nagios-check_logfiles: Update maintainer desc in metadata

Metadata incorrectly lists nvinson234  gmail.com as a proxy maintainer
in the description. This commit corrects the description for
nvinson234  gmail.com.

Package-Manager: portage-2.3.0_rc1

 net-analyzer/nagios-check_logfiles/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-check_logfiles/metadata.xml 
b/net-analyzer/nagios-check_logfiles/metadata.xml
index 3480892..e122f2e 100644
--- a/net-analyzer/nagios-check_logfiles/metadata.xml
+++ b/net-analyzer/nagios-check_logfiles/metadata.xml
@@ -14,7 +14,7 @@

nvinson...@gmail.com
Nicholas Vinson
-   Proxy maintainer to be assigned bugs
+   Proxied maintainer


proxy-ma...@gentoo.org



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

2016-06-18 Thread Göktürk Yüksek
commit: f736eaeda38d6c9ee5c9d2b7d7e04094bf74d638
Author: Nicholas Vinson  gmail  com>
AuthorDate: Wed Jun 15 14:01:24 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jun 19 02:15:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f736eaed

net-misc/vde: Update maintainer description in metadata

Metadata incorrectly lists nvinson234  gmail.com as a proxy maintainer
in the description. This commit corrects the description for
nvinson234  gmail.com.

Package-Manager: portage-2.3.0_rc1

 net-misc/vde/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/vde/metadata.xml b/net-misc/vde/metadata.xml
index 09f686b..1191644 100644
--- a/net-misc/vde/metadata.xml
+++ b/net-misc/vde/metadata.xml
@@ -4,7 +4,7 @@
   
 nvinson...@gmail.com
 Nicholas Vinson
-Proxy maintainer to be assigned bugs
+Proxied maintainer
   
   
 mlspa...@noci.xs4all.nl



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

2016-06-18 Thread Göktürk Yüksek
commit: af85c12d3b87bc91d1ba6c6882cfe159017ce0cb
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jun 19 01:57:16 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jun 19 02:15:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af85c12d

net-misc/connman: drop unnecessary  from metadata

Package-Manager: portage-2.3.0_rc1

 net-misc/connman/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/connman/metadata.xml b/net-misc/connman/metadata.xml
index b6353f7..824ff9e 100644
--- a/net-misc/connman/metadata.xml
+++ b/net-misc/connman/metadata.xml
@@ -4,7 +4,6 @@

nvinson...@gmail.com
Nicholas Vinson
-   Proxy Maintainer, Assign bugs


d...@gentoo.org



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

2016-06-18 Thread Göktürk Yüksek
commit: 4a497b2c9614508acdca5a15ccc97e3232cb1877
Author: Nicholas Vinson  gmail  com>
AuthorDate: Wed Jun 15 13:56:55 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jun 19 02:15:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a497b2c

dev-lisp/sbcl: Update maintainer description in metadata

Metadata incorrectly lists nvinson234  gmail.com as a proxy maintainer
in the description. This commit corrects the description for
nvinson234  gmail.com.

Package-Manager: portage-2.3.0_rc1

 dev-lisp/sbcl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/sbcl/metadata.xml b/dev-lisp/sbcl/metadata.xml
index c65162d..360473d 100644
--- a/dev-lisp/sbcl/metadata.xml
+++ b/dev-lisp/sbcl/metadata.xml
@@ -14,7 +14,7 @@

nvinson...@gmail.com
Nicholas Vinson
-   Proxy maintainer to be assigned bugs
+   Proxied maintainer


common-l...@gentoo.org



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

2016-06-18 Thread Matt Thode
commit: 3e0cc775da798b1b724995574c263fc81716852e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun 19 01:45:39 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jun 19 01:45:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0cc775

net-misc/memcached: bup

Package-Manager: portage-2.2.28

 net-misc/memcached/Manifest|  1 +
 net-misc/memcached/memcached-1.4.26.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 578958d..eb5beb4 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -4,3 +4,4 @@ DIST memcached-1.3.3.tar.gz 260203 SHA256 
3728c714c3c0194a429f754d739067bea193d6
 DIST memcached-1.4.17.tar.gz 326970 SHA256 
d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a8d8cdc0458 SHA512 
cf44500f81494efe8b27d2859d160e288260323d9c0ca6f0d0507c131257048012248e6a7639e410cec6765219d4595359d9335281eeb3b238306972a5bd859d
 WHIRLPOOL 
2c9115630e0fd68d42e0771aea7d59f1d296b1f5ff4f2d586095ecd01ded6f4c60d0722a1ba63b926042e304b3e88521b2f862dffecec5c0145b96785c4b2b14
 DIST memcached-1.4.24.tar.gz 354917 SHA256 
08a426c504ecf64633151eec1058584754d2f54e62e5ed2d6808559401617e55 SHA512 
446676ae7b21d8d9246f38d3df06b167ea93a853f88ac70ae3a99b1a85a4de3d452ee266e77fac599660b9bc6e785bc89224f46e16ff6e216476d50e4706b9f6
 WHIRLPOOL 
269e920a0d5279786a4f4ef516b71fa7e95cacdf8627a2b692d2387a66d5d9a80618f190cf013bf070aff0f73d70d6e75dc4e3402fe8e64b372026be83170e3d
 DIST memcached-1.4.25.tar.gz 359709 SHA256 
f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda SHA512 
e037c3bbb68c4077f814f855663501af418ce3b1f8bc20f8e7eba3249aea378e55b3291457952fa4511779ec3702496fdaab5799edae7d59bc64eb6fd54ee14e
 WHIRLPOOL 
213bb95d9b814e446dce31073701d997ac6b994bca655bf38eb7b8f552c4bd7e87bd36d5f9a802a965649306fe5e1ea3f093b4ce274119b23fe7aaf22a55f2ca
+DIST memcached-1.4.26.tar.gz 373384 SHA256 
4a67800277eec2e523c51d5f620c416e7d0acfde90beacaa26d8e4f6976b43f6 SHA512 
b9346e5fd60407133d2d1eb1a6fadfe455607b6b9ba4434a00ec9c8ce480dffddf19a4965dfed92a6a10d46b98f1a6754851fd4c20d55c4a19200879db5baf9c
 WHIRLPOOL 
9b03018914b11eadb9af2c7f67af9a298e2fc3d4139af615951f94114e0c099b600f859c08d2230c919888d288b3b80a7d2df188a95e4d73ec781ae6965a7910

diff --git a/net-misc/memcached/memcached-1.4.26.ebuild 
b/net-misc/memcached/memcached-1.4.26.ebuild
new file mode 100644
index 000..53f0984
--- /dev/null
+++ b/net-misc/memcached/memcached-1.4.26.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils flag-o-matic systemd user
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/;
+SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4
+dev-lang/perl
+sasl? ( dev-libs/cyrus-sasl )
+selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Harness 
>=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   # Handled different upstream
+   #epatch "${FILESDIR}/${PN}-1.3.3-gcc4-slab-fixup.patch"
+   epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compile the testapp 
and
+   # the -debug version with -DNDEBUG _WILL_ fail.
+   append-flags -UNDEBUG -pthread
+   emake testapp memcached-debug CFLAGS="${CFLAGS}"
+   filter-flags -UNDEBUG
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dobin scripts/memcached-tool
+   use debug && dobin memcached-debug
+
+   dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}
+
+   newconfd "${FILESDIR}/memcached.confd" memcached
+   newinitd 

[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/

2016-06-18 Thread Anthony G. Basile
commit: 4f34bfba064077ddd3d0549c31906a0a491b693c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jun 18 23:24:11 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jun 18 23:25:35 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=4f34bfba

world: drop app-portage/epm and media-video/avinfo, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 5374cb4..7d39e89 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -611,7 +611,6 @@ app-portage/elogv
 app-portage/elogviewer
 app-portage/emerge-delta-webrsync
 app-portage/epkg
-app-portage/epm
 app-portage/esearch
 app-portage/etc-proposals
 app-portage/euses
@@ -2287,7 +2286,6 @@ media-tv/tvnamer
 media-video/abby
 media-video/acidrip
 media-video/arista
-media-video/avinfo
 media-video/camorama
 media-video/ccextractor
 media-video/cpdvd



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/

2016-06-18 Thread Anthony G. Basile
commit: caedbecb965d25d0859086bde5dbe8b242118013
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jun 18 23:24:11 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jun 18 23:24:11 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=caedbecb

world: drop app-portage/epm and media-video/avinfo, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 46dd111..6016b8a 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -611,7 +611,6 @@ app-portage/elogv
 app-portage/elogviewer
 app-portage/emerge-delta-webrsync
 app-portage/epkg
-app-portage/epm
 app-portage/esearch
 app-portage/etc-proposals
 app-portage/euses
@@ -2287,7 +2286,6 @@ media-tv/tvnamer
 media-video/abby
 media-video/acidrip
 media-video/arista
-media-video/avinfo
 media-video/camorama
 media-video/ccextractor
 media-video/cpdvd



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/

2016-06-18 Thread Anthony G. Basile
commit: 709596ebfdd35b26d2f135223f9f0eb1ec05d78f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jun 18 23:24:11 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jun 18 23:25:03 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=709596eb

world: drop app-portage/epm and media-video/avinfo, masked in tree

 core/var/lib/portage/world.CYCLE.4 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 5374cb4..7d39e89 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -611,7 +611,6 @@ app-portage/elogv
 app-portage/elogviewer
 app-portage/emerge-delta-webrsync
 app-portage/epkg
-app-portage/epm
 app-portage/esearch
 app-portage/etc-proposals
 app-portage/euses
@@ -2287,7 +2286,6 @@ media-tv/tvnamer
 media-video/abby
 media-video/acidrip
 media-video/arista
-media-video/avinfo
 media-video/camorama
 media-video/ccextractor
 media-video/cpdvd



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_prepare/epatch/

2016-06-18 Thread Göktürk Yüksek
commit: 90fa2a619b36681a02458fb07ba9670a87a6b91e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sat Jun 18 22:14:43 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Jun 18 22:14:43 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=90fa2a61

ebuild-writing/.../epatch: use the term 'inherit' as opposed to import

Reported-by: Amy Winston  gentoo.org>

 ebuild-writing/functions/src_prepare/epatch/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml 
b/ebuild-writing/functions/src_prepare/epatch/text.xml
index a3adfb5..6cdff0d 100644
--- a/ebuild-writing/functions/src_prepare/epatch/text.xml
+++ b/ebuild-writing/functions/src_prepare/epatch/text.xml
@@ -7,7 +7,7 @@
 
 The canonical way of applying patches in ebuilds is to
 use epatch (from eutils.eclass, which you must make sure
-to import!) inside src_prepare. This function automatically
+to inherit!) inside src_prepare. This function automatically
 handles -p levels, gunzip and so on as necessary. Also note that 
olds ebuild may still use src_unpack to apply patches. This is because those 
ebuilds are based in EAPI=1. You are advised to use EAPI=2 and apply your 
patches in src_prepare function instead.
 
 



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

2016-06-18 Thread Michael Palimaka
commit: eae3e867e0976cfd02598b18a021295efe19bcd3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jun 18 20:29:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 18 20:29:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eae3e867

profiles: mask kde-plasma-5.6.95

 profiles/package.mask/kde-plasma-5.6.95 | 40 +
 1 file changed, 40 insertions(+)

diff --git a/profiles/package.mask/kde-plasma-5.6.95 
b/profiles/package.mask/kde-plasma-5.6.95
new file mode 100644
index 000..9a87815
--- /dev/null
+++ b/profiles/package.mask/kde-plasma-5.6.95
@@ -0,0 +1,40 @@
+~kde-plasma/bluedevil-5.6.95
+~kde-plasma/breeze-5.6.95
+~kde-plasma/breeze-grub-5.6.95
+~kde-plasma/breeze-gtk-5.6.95
+~kde-plasma/breeze-plymouth-5.6.95
+~kde-plasma/kactivitymanagerd-5.6.95
+~kde-plasma/kde-cli-tools-5.6.95
+~kde-plasma/kdecoration-5.6.95
+~kde-plasma/kde-gtk-config-5.6.95
+~kde-plasma/kdeplasma-addons-5.6.95
+~kde-plasma/kgamma-5.6.95
+~kde-plasma/khotkeys-5.6.95
+~kde-plasma/kinfocenter-5.6.95
+~kde-plasma/kmenuedit-5.6.95
+~kde-plasma/kscreen-5.6.95
+~kde-plasma/kscreenlocker-5.6.95
+~kde-plasma/ksshaskpass-5.6.95
+~kde-plasma/ksysguard-5.6.95
+~kde-plasma/kwallet-pam-5.6.95
+~kde-plasma/kwayland-integration-5.6.95
+~kde-plasma/kwin-5.6.95
+~kde-plasma/kwrited-5.6.95
+~kde-plasma/libkscreen-5.6.95
+~kde-plasma/libksysguard-5.6.95
+~kde-plasma/milou-5.6.95
+~kde-plasma/oxygen-5.6.95
+~kde-plasma/plasma-desktop-5.6.95
+~kde-plasma/plasma-integration-5.6.95
+~kde-plasma/plasma-mediacenter-5.6.95
+~kde-plasma/plasma-meta-5.6.95
+~kde-plasma/plasma-nm-5.6.95
+~kde-plasma/plasma-pa-5.6.95
+~kde-plasma/plasma-sdk-5.6.95
+~kde-plasma/plasma-workspace-5.6.95
+~kde-plasma/plasma-workspace-wallpapers-5.6.95
+~kde-plasma/polkit-kde-agent-5.6.95
+~kde-plasma/powerdevil-5.6.95
+~kde-plasma/sddm-kcm-5.6.95
+~kde-plasma/systemsettings-5.6.95
+~kde-plasma/user-manager-5.6.95



[gentoo-commits] proj/kde:master commit in: kde-plasma/kde-gtk-config/, kde-plasma/plasma-desktop/, kde-plasma/kwrited/, ...

2016-06-18 Thread Michael Palimaka
commit: c4b68dc072b9ddbc4c35027d436a9bc6d1280cfb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jun 18 20:26:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 18 20:29:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4b68dc0

kde-plasma: 5.6.95 version bump

Package-Manager: portage-2.3.0_rc1

 kde-plasma/bluedevil/bluedevil-5.6.95.ebuild   |  42 ++
 kde-plasma/breeze-grub/breeze-grub-5.6.95.ebuild   |  31 
 kde-plasma/breeze-gtk/breeze-gtk-5.6.95.ebuild |  13 ++
 .../breeze-plymouth/breeze-plymouth-5.6.95.ebuild  |  18 +++
 kde-plasma/breeze/breeze-5.6.95.ebuild |  66 +
 .../kactivitymanagerd-5.6.95.ebuild|  37 +
 .../kde-cli-tools/kde-cli-tools-5.6.95.ebuild  |  60 
 .../kde-gtk-config/kde-gtk-config-5.6.95.ebuild|  57 
 kde-plasma/kdecoration/kdecoration-5.6.95.ebuild   |  17 +++
 .../kdeplasma-addons-5.6.95.ebuild |  57 
 kde-plasma/kgamma/kgamma-5.6.95.ebuild |  30 
 kde-plasma/khotkeys/khotkeys-5.6.95.ebuild |  46 ++
 kde-plasma/kinfocenter/kinfocenter-5.6.95.ebuild   |  88 +++
 kde-plasma/kmenuedit/kmenuedit-5.6.95.ebuild   |  45 ++
 kde-plasma/kscreen/kscreen-5.6.95.ebuild   |  38 +
 .../kscreenlocker/kscreenlocker-5.6.95.ebuild  |  88 +++
 kde-plasma/ksshaskpass/ksshaskpass-5.6.95.ebuild   |  50 +++
 kde-plasma/ksysguard/ksysguard-5.6.95.ebuild   |  48 ++
 kde-plasma/kwallet-pam/kwallet-pam-5.6.95.ebuild   |  91 
 .../kwayland-integration-5.6.95.ebuild |  23 +++
 kde-plasma/kwin/kwin-5.6.95.ebuild |  94 
 kde-plasma/kwrited/kwrited-5.6.95.ebuild   |  24 +++
 kde-plasma/libkscreen/libkscreen-5.6.95.ebuild |  36 +
 kde-plasma/libksysguard/libksysguard-5.6.95.ebuild |  54 +++
 kde-plasma/milou/milou-5.6.95.ebuild   |  30 
 kde-plasma/oxygen/oxygen-5.6.95.ebuild |  36 +
 .../plasma-desktop/plasma-desktop-5.6.95.ebuild| 155 
 .../plasma-integration-5.6.95.ebuild   |  41 ++
 .../plasma-mediacenter-5.6.95.ebuild   |  48 ++
 kde-plasma/plasma-meta/plasma-meta-5.6.95.ebuild   |  64 
 kde-plasma/plasma-nm/plasma-nm-5.6.95.ebuild   |  66 +
 kde-plasma/plasma-pa/plasma-pa-5.6.95.ebuild   |  27 
 kde-plasma/plasma-sdk/plasma-sdk-5.6.95.ebuild |  57 
 .../plasma-workspace-wallpapers-5.6.95.ebuild  |  19 +++
 .../plasma-workspace/files/10-agent-startup.sh |   4 +
 .../plasma-workspace-5.6.95.ebuild | 161 +
 .../polkit-kde-agent-5.6.95.ebuild |  31 
 kde-plasma/powerdevil/powerdevil-5.6.95.ebuild |  85 +++
 kde-plasma/sddm-kcm/sddm-kcm-5.6.95.ebuild |  39 +
 .../systemsettings/systemsettings-5.6.95.ebuild|  46 ++
 kde-plasma/user-manager/user-manager-5.6.95.ebuild |  26 
 41 files changed, 2088 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.6.95.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.6.95.ebuild
new file mode 100644
index 000..194a6ab
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.6.95.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !net-wireless/bluedevil
+   !net-wireless/kbluetooth
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.6.95.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.6.95.ebuild
new file mode 100644
index 000..dfd1564
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.6.95.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+KDE_DEBUG="false"
+inherit 

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

2016-06-18 Thread Sergey Popov
commit: e3659127f1d87ce2b45161c927857d3a09cb9410
Author: Sergey Popov  gentoo  org>
AuthorDate: Sat Jun 18 19:48:01 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Sat Jun 18 19:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3659127

x11-misc/outwiker: version bump

Unstable version, WIP, causes crashes inside wxwidgets stuff

Gentoo-Bug: 584170

Package-Manager: portage-2.3.0_rc1

 x11-misc/outwiker/Manifest  |  1 +
 x11-misc/outwiker/outwiker-2.0.0.794.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
index 5b366f2..72c15f2 100644
--- a/x11-misc/outwiker/Manifest
+++ b/x11-misc/outwiker/Manifest
@@ -1,2 +1,3 @@
 DIST outwiker-1.8.0.tar.gz 27931330 SHA256 
b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 
d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6
 WHIRLPOOL 
10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5
 DIST outwiker-1.9.0.790.tar.gz 37720668 SHA256 
37de06fe66d990ea05e1fa0ee7520ea4ffbcf1a10451ae082e9b1dbf874a7643 SHA512 
3916692b307efb1a1c44c87e19cf3e8eb8cdb4cbc07decda637ab5a5ea399ba6f5d2e5c1b4c528bc4238ab66cb8fdf5954fc9a21185f25fbb6e886a5ca1be7c9
 WHIRLPOOL 
ec9ecbc58fb3e6f4dbe3ad8f69486933304a79ba7b639cc81abdca2e0a6ac4dd31805dbcc3a7118e5bfc39f5dcdf15feb93485618104adf572f424a6fd986d50
+DIST outwiker-2.0.0.794.tar.gz 40689962 SHA256 
6de40d9307a3ec0f3fb32f7f6039351122c34fa96ebb4b54bda70115bc2c0b1b SHA512 
2ecd63af7ba7751028c7da49f298c15478fa2366206a899edd1de0dbe76a5422a0f58e0c455b5bc58738cbcd42a939c8d7c329cdc912b8cec955ad7cca12171e
 WHIRLPOOL 
8253189e9859983d6a3ed82f442d543e035b0368d2be50e0198ba54d598fda0c50eb0243c17f984cad4bd6c6372d4554b027230fa0645d53d88daa28ed5a0ce6

diff --git a/x11-misc/outwiker/outwiker-2.0.0.794.ebuild 
b/x11-misc/outwiker/outwiker-2.0.0.794.ebuild
new file mode 100644
index 000..6c24160
--- /dev/null
+++ b/x11-misc/outwiker/outwiker-2.0.0.794.ebuild
@@ -0,0 +1,63 @@
+# 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 python-r1
+
+DESCRIPTION="The tree notes organizer"
+HOMEPAGE="http://jenyay.net/Outwiker/English;
+SRC_URI="https://github.com/Jenyay/${PN}/archive/unstable_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="" # Keywords are dropped, cause this version cause a LOT of crashes
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+   x11-libs/wxGTK:3.0[webkit]
+   x11-misc/xdg-utils
+   x11-themes/hicolor-icon-theme
+"
+
+S="${WORKDIR}/${PN}-unstable_${PV}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   # fix desktop file
+   sed -i -e 's/Application;//' 
need_for_build/debian_debsource/outwiker.desktop || die 'sed on 
outwiker.desktop failed'
+
+   eapply_user
+}
+
+src_compile() { :; }
+
+src_install() {
+   # Do not install tests
+   rm -r src/test*
+
+   insinto "/usr/share/${PN}"
+   doins -r src/*
+   dobin "need_for_build/debian_debsource/${PN}"
+
+   domenu "need_for_build/debian_debsource/${PN}.desktop"
+   dodoc README README.md
+
+   # Install mans
+   doman need_for_build/debian_debsource/man/man1/${PN}.1
+   insinto /usr/share/man/ru/man1
+   doins need_for_build/debian_debsource/man/ru/man1/${PN}.1
+
+   # Install icons
+   doicon "images/${PN}.xpm"
+   newicon -s scalable "images/${PN}.svg" "${PN}.svg"
+   for i in 16 22 24 32 48 64 128 256; do
+   newicon -s $i "images/${PN}_$i.png" "${PN}.png"
+   done
+}



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

2016-06-18 Thread Michał Górny
commit: 589b41ed6a952990f63918a013daaa7bc75ab4cf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 19:29:31 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 19:29:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589b41ed

net-misc/xrdp: Wipe invalid := deps

 net-misc/xrdp/xrdp-0.8.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/xrdp/xrdp-0.8.0-r1.ebuild 
b/net-misc/xrdp/xrdp-0.8.0-r1.ebuild
index 2461419..0d94dcb 100644
--- a/net-misc/xrdp/xrdp-0.8.0-r1.ebuild
+++ b/net-misc/xrdp/xrdp-0.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,8 +29,8 @@ DEPEND="${RDEPEND}
app-arch/xz-utils"
 RDEPEND="${RDEPEND}
|| (
-   net-misc/tigervnc:0=[server,xorgmodule]
-   net-misc/x11rdp:0=
+   net-misc/tigervnc:0[server,xorgmodule]
+   net-misc/x11rdp:0
)"
 
 # does not work with gentoo version of freerdp



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

2016-06-18 Thread Alex Brandt
commit: 8c6441ba42035a7a56058973697ceb21e2ff0c30
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 19:16:00 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 19:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6441ba

app-emulation/docker-compose: remove version 1.5.2

Package-Manager: portage-2.3.0_rc1

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.5.2.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 1f289d1..234c542 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
-DIST docker-compose-1.5.2.tar.gz 106583 SHA256 
79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 
be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc
 WHIRLPOOL 
bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
 DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42

diff --git a/app-emulation/docker-compose/docker-compose-1.5.2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.5.2.ebuild
deleted file mode 100644
index e20684f..000
--- a/app-emulation/docker-compose/docker-compose-1.5.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}]
-   =dev-python/docker-py-1.5.0[${PYTHON_USEDEP}]
-   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-   $(python_gen_cond_dep '

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

2016-06-18 Thread Alex Brandt
commit: 7225af3e5c3a6a137fb025572f2f69d23cf20651
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 19:16:29 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 19:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7225af3e

app-emulation/docker-compose: remove version 1.6.2

Package-Manager: portage-2.3.0_rc1

 app-emulation/docker-compose/Manifest  |  1 -
 .../docker-compose/docker-compose-1.6.2.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 234c542..218ae2a 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,4 +1,3 @@
-DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42
 DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1

diff --git a/app-emulation/docker-compose/docker-compose-1.6.2.ebuild 
b/app-emulation/docker-compose/docker-compose-1.6.2.ebuild
deleted file mode 100644
index f5ca9b9..000
--- a/app-emulation/docker-compose/docker-compose-1.6.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
-   =dev-python/docker-py-1.7.0[${PYTHON_USEDEP}]
-   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-   $(python_gen_cond_dep '

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

2016-06-18 Thread Alex Brandt
commit: 176ad6a7b289de6f34075f143baba099a7f0c23c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 19:13:09 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 19:17:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176ad6a7

app-emulation/docker-compose: add version 1.7.1

Package-Manager: portage-2.3.0_rc1

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.7.1.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 7d9e230..1f289d1 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -2,3 +2,4 @@ DIST docker-compose-1.5.2.tar.gz 106583 SHA256 
79aa7e2e6ef9ab1936f8777476ffd4bb3
 DIST docker-compose-1.6.2.tar.gz 128730 SHA256 
264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 
7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a
 WHIRLPOOL 
3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
 DIST docker-compose-1.7.0.tar.gz 141480 SHA256 
6fbf82d2df4bf1f9a614ea0100ac34e5b6e8cf95fab5a7e60a09d44a09da8576 SHA512 
cd2f326b453c597e92a9869f014f7365adff4717163c30454c516ded84622d300e3a2ebabc5645ea3011e5aadc9fc34828db8da4bc122d07c9ccad5aae162c12
 WHIRLPOOL 
88e0fd717216a14ce7f85a6087e58659efe150851bcbdea26d0c9ca3073127dc32096228ef77451fc94c86254bb505fe1ef3e5baf0b266097a09f3496db87aa9
 DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 
ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 
3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06
 WHIRLPOOL 
82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42
+DIST docker-compose-1.7.1.tar.gz 141471 SHA256 
97460873bfa9228afee543881ff6f6f7e4c12ac81974a2fcfa40fce272b2934e SHA512 
eca5bbcf3785131cb813ed58bd4b662a70d7516ce875ea18bbb17ebb74f5c4b8189081add8f5befa11a5583063209d1121978aaec8f69ef8dc7ae3a077e0965a
 WHIRLPOOL 
3366c5a6fa9e1acf244ba128118cf65a1b8f2658c93ab5424d00ae9ab6b4ad2771ed34b50d5ff8ab200bb669a1ee2d91f636ee5750d65d311931b3df7baef1d1

diff --git a/app-emulation/docker-compose/docker-compose-1.7.1.ebuild 
b/app-emulation/docker-compose/docker-compose-1.7.1.ebuild
new file mode 100644
index 000..04df923
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.7.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-1.8.1[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   =dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '

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

2016-06-18 Thread Jorge Manuel B. S. Vicetto
commit: 5f80a533616f8e591963a5f2ae7d7e9a694e0079
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Jun 18 18:28:00 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Jun 18 19:13:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f80a533

net-misc/openssh: Allow root password logins for live-cd.

Signed-off-by: Jorge Manuel B. S. Vicetto  gentoo.org>
Reviewed-by: Robin H. Johnson  gentoo.org>

Package-Manager: portage-2.2.28

 net-misc/openssh/metadata.xml |   1 +
 net-misc/openssh/openssh-7.2_p2-r1.ebuild | 334 ++
 2 files changed, 335 insertions(+)

diff --git a/net-misc/openssh/metadata.xml b/net-misc/openssh/metadata.xml
index 82905cb..180b581 100644
--- a/net-misc/openssh/metadata.xml
+++ b/net-misc/openssh/metadata.xml
@@ -28,6 +28,7 @@ ssh-keygen and sftp-server. OpenSSH supports SSH protocol 
versions 1.3, 1.5, and
 Enable high performance ssh
 Add support for storing SSH public keys in LDAP
 Use LDNS for DNSSEC/SSHFP validation.
+Enable root password logins for live-cd 
environment.
 Support for Stream Control Transmission Protocol
 Support the legacy/weak SSH1 protocol
 Enable additional crypto algorithms via OpenSSL

diff --git a/net-misc/openssh/openssh-7.2_p2-r1.ebuild 
b/net-misc/openssh/openssh-7.2_p2-r1.ebuild
new file mode 100644
index 000..282823e
--- /dev/null
+++ b/net-misc/openssh/openssh-7.2_p2-r1.ebuild
@@ -0,0 +1,334 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils user flag-o-matic multilib autotools pam systemd versionator
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+#HPN_PATCH="${PARCH}-hpnssh14v10.tar.xz"
+LDAP_PATCH="${PN}-lpk-7.2p2-0.3.14.patch.xz"
+X509_VER="8.9" X509_PATCH="${PN}-${PV/_}+x509-${X509_VER}.diff.gz"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="http://www.openssh.org/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   mirror://gentoo/${PN}-7.2_p1-sctp.patch.xz
+   ${HPN_PATCH:+hpn? (
+   mirror://gentoo/${HPN_PATCH}
+   mirror://sourceforge/hpnssh/${HPN_PATCH}
+   )}
+   ${LDAP_PATCH:+ldap? ( mirror://gentoo/${LDAP_PATCH} )}
+   ${X509_PATCH:+X509? ( 
http://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )}
+   "
+
+LICENSE="BSD GPL-2"
+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"
+# Probably want to drop ssl defaulting to on in a future version.
+IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
libressl livecd pam +pie sctp selinux skey ssh1 +ssl static X X509"
+REQUIRED_USE="ldns? ( ssl )
+   pie? ( !static )
+   ssh1? ( ssl )
+   static? ( !kerberos !pam )
+   X509? ( !ldap ssl )"
+
+LIB_DEPEND="
+   ldns? (
+   net-libs/ldns[static-libs(+)]
+   !bindist? ( net-libs/ldns[ecdsa,ssl] )
+   bindist? ( net-libs/ldns[-ecdsa,ssl] )
+   )
+   libedit? ( dev-libs/libedit[static-libs(+)] )
+   sctp? ( net-misc/lksctp-tools[static-libs(+)] )
+   selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] )
+   skey? ( >=sys-auth/skey-1.1.5-r1[static-libs(+)] )
+   ssl? (
+   !libressl? (
+   >=dev-libs/openssl-0.9.8f:0[bindist=]
+   dev-libs/openssl:0[static-libs(+)]
+   )
+   libressl? ( dev-libs/libressl[static-libs(+)] )
+   )
+   >=sys-libs/zlib-1.2.3[static-libs(+)]"
+RDEPEND="
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   pam? ( virtual/pam )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+   virtual/pkgconfig
+   virtual/os-headers
+   sys-devel/autoconf"
+RDEPEND="${RDEPEND}
+   pam? ( >=sys-auth/pambase-20081028 )
+   userland_GNU? ( virtual/shadow )
+   X? ( x11-apps/xauth )"
+
+S=${WORKDIR}/${PARCH}
+
+pkg_setup() {
+   # this sucks, but i'd rather have people unable to `emerge -u openssh`
+   # than not be able to log in to their server any more
+   maybe_fail() { [[ -z ${!2} ]] && echo "$1" ; }
+   local fail="
+   $(use X509 && maybe_fail X509 X509_PATCH)
+   $(use ldap && maybe_fail ldap LDAP_PATCH)
+   $(use hpn && maybe_fail hpn HPN_PATCH)
+   "
+   fail=$(echo ${fail})
+   if [[ -n ${fail} ]] ; then
+   eerror "Sorry, but this version does not yet support features"
+   eerror "that you requested:  ${fail}"
+   eerror "Please mask ${PF} for now and check back later:"
+   eerror " # echo '=${CATEGORY}/${PF}' >> 

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

2016-06-18 Thread Alex Brandt
commit: 78a47712fb36b25626f254c0efc4e7e79c6fdbd3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:59:45 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:59:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a47712

dev-python/mypy: remove version 0.2.0

Package-Manager: portage-2.3.0_rc1

 dev-python/mypy/mypy-0.2.0.ebuild | 40 ---
 1 file changed, 40 deletions(-)

diff --git a/dev-python/mypy/mypy-0.2.0.ebuild 
b/dev-python/mypy/mypy-0.2.0.ebuild
deleted file mode 100644
index 7d8aef3..000
--- a/dev-python/mypy/mypy-0.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Optional static typing for Python"
-HOMEPAGE="http://www.mypy-lang.org/;
-SRC_URI="https://github.com/JukkaL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc examples"
-
-DEPEND="
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND=""
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   "${PYTHON}" tests.py || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-   use examples && local EXAMPLES=( samples/. )
-
-   distutils-r1_python_install_all
-}



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

2016-06-18 Thread Alex Brandt
commit: 563b8e3499bcad8d975395469debaafae48fe06f
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:57:30 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:57:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563b8e34

dev-python/mypy: add version 0.4.2

Package-Manager: portage-2.3.0_rc1

 dev-python/mypy/Manifest  |  1 +
 dev-python/mypy/mypy-0.4.2.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/mypy/Manifest b/dev-python/mypy/Manifest
index 3e0fd87..5a4527b 100644
--- a/dev-python/mypy/Manifest
+++ b/dev-python/mypy/Manifest
@@ -1,2 +1,3 @@
 DIST mypy-0.2.0.tar.gz 626604 SHA256 
0c24f50509bdf3e0d9bd386a08ef4f11ee0114e1f5a9b2afeacbf9561cf022c1 SHA512 
b03014abf152407c7629dba925aca6178fcdf57532f47c728edcb591a56942cda13e02122f405aa269e9b6303de1f4a9d5cbb2d5a5af6e90a808a3db94cca53f
 WHIRLPOOL 
7d9f05ead0bfea78bdf228b0bb7c3519e8eaa70f52c00049963780f42e71e9f44168edb09d2e558f59b07a4d09912d1d6d3c8b11a2b9e47db77b2c06e56eb910
 DIST mypy-0.4.1.tar.gz 682081 SHA256 
37e94e528078fff782bfbe36c0e9cbd2ff40aa436eb335c2c75d006136aee3e7 SHA512 
fafe93ba5e5989be5ebe966c9b8ca3ff899101b56407d5167ef42173374aae5f8ebf5631e573b5d45b845fe2b17488834c72e2483e68abf4992a39188ffa50a1
 WHIRLPOOL 
5b2f2d5d6fe00ccad93824476e55f673c9ecc8bc38b0aa2f3ce2f25850a9dca17b8bb91ad537801a6ecc0bc2ac0210282bcbd755e6c0a96cd9f8b647530cc093
+DIST mypy-0.4.2.tar.gz 697919 SHA256 
d39607701c226007f3bb5a7619222c6c6e7e4c4a2c565d99d44377324d2072ad SHA512 
16d2f1476bc7b40c20b66aca81b3c99477394cbcbbff5541ca26179bde0634794126c0b28506ad3019d6a1c5cd0bf48292b4de0152927123ffdfb3bbbc69ee15
 WHIRLPOOL 
45e459ac076e5bb800a3b8f62828fb326a43d69522caf493166694e4a11b65136756dde43f01e13ac4c74a0535595914364096042dad40c631f17837ca1aca0b

diff --git a/dev-python/mypy/mypy-0.4.2.ebuild 
b/dev-python/mypy/mypy-0.4.2.ebuild
new file mode 100644
index 000..5d7d96c
--- /dev/null
+++ b/dev-python/mypy/mypy-0.4.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="http://www.mypy-lang.org/;
+SRC_URI="https://github.com/JukkaL/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+DEPEND="
+   test? ( dev-python/flake8[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="$(python_gen_cond_dep '!dev-python/typing[${PYTHON_USEDEP}]' 
'python3_3' 'python3_4')"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   local PYTHONPATH="$(pwd)"
+
+   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   use examples && local EXAMPLES=( samples/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/kde:master commit in: net-im/choqok/

2016-06-18 Thread Michael Palimaka
commit: d7c3bd6ceb01b37bf87734673f82ff036f43cbe6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jun 18 18:56:27 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 18 18:56:45 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7c3bd6c

net-im/choqok: remove unused dependency

Upstream-commit: ad42b8f491d1ee508474c43bedc49c30201fb4d4

Package-Manager: portage-2.3.0_rc1

 net-im/choqok/choqok-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/choqok/choqok-.ebuild b/net-im/choqok/choqok-.ebuild
index 986fd20..742b1dd 100644
--- a/net-im/choqok/choqok-.ebuild
+++ b/net-im/choqok/choqok-.ebuild
@@ -32,7 +32,6 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep sonnet)
-   $(add_qt_dep qtconcurrent)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)



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

2016-06-18 Thread Alex Brandt
commit: 6f8f8bedb1d7741bc25eead00f4139637b69c81d
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:52:24 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:52:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8f8bed

dev-python/multidict: add version 1.1.0_beta4

Package-Manager: portage-2.3.0_rc1

 dev-python/multidict/Manifest |  1 +
 dev-python/multidict/multidict-1.1.0_beta4.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index c2d9fe4..5532801 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,2 +1,3 @@
 DIST multidict-1.1.0_alpha6.tar.gz 98630 SHA256 
ac3f1a134c87a7f6e7547cbcb595e5eb36d1c1865101a777f2e7c0a18d824173 SHA512 
fc221ca768cfc3c04c83e624296e5c0452d4d14a7a13ba8e8cb153ffd1ea7b7e949c628bc45d8c249b790cca1698fc0a5a6f2b57b113bcf9c055a972d2f15a7e
 WHIRLPOOL 
7f8e057d41eb90246c84ba13165e6975ea5f985b5f65ae887efd2d4493ac0bd0980d9a56426a74b5f979a93a9007c2ef60ebbcf6966cedd8592ca3f1c379bb8e
 DIST multidict-1.1.0_beta2.tar.gz 98311 SHA256 
6a2b983764dbe08a5a06f6e29c490067a76b13a322cef22833cab3d29ed631f9 SHA512 
b01fa6767bafd47f77681eef1807c1f24d831e776f7b5edc084bff8c2c181915df52ecc77c6def56004d0aa94167de80eb61dc02c8a3b825484ab71285bcdfd3
 WHIRLPOOL 
bfb78bdf12be93dd5a40a1f41320bd10f6d1f4e9167b97d4d7332a9638a6738242445b6aa3bd0d621c5c36951ffb6f19a019bb1a12bc1b79673f67fe6d7b17fa
+DIST multidict-1.1.0_beta4.tar.gz 98339 SHA256 
527e9714c7dcf59291a04dfd65ab031a1061649bea8a321f6830af64863e2a77 SHA512 
b271f0be4cdf164aff59903dbf89689c18475731e146da1bb340c2307f0ee8d1fcf330de97e2300efc50df14c233ec5b74542b3e600017df1990a8e136dc3ae3
 WHIRLPOOL 
e826a033fa6f841715145800211ba8768da551027da1130cc088b07c68f765256b0001b5c5fd5b348e5f7f1845e21579abba62ddb1f1f7571220865f0ccef415

diff --git a/dev-python/multidict/multidict-1.1.0_beta4.ebuild 
b/dev-python/multidict/multidict-1.1.0_beta4.ebuild
new file mode 100644
index 000..6004a97
--- /dev/null
+++ b/dev-python/multidict/multidict-1.1.0_beta4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV="${PV//_beta/b}"
+
+DESCRIPTION="multidict implementation"
+HOMEPAGE="https://github.com/aio-libs/multidict/;
+SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m pytest tests || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/kscreen/, kde-plasma/libksysguard/, kde-plasma/kscreenlocker/, ...

2016-06-18 Thread Michael Palimaka
commit: f0497737906434164857dbe976f433a4f114b4d9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jun 18 18:50:11 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 18 18:50:45 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0497737

kde-plasma: 5.6.5 moved to main tree

Package-Manager: portage-2.3.0_rc1

 kde-plasma/bluedevil/bluedevil-5.6.5.ebuild|  42 --
 kde-plasma/breeze-grub/breeze-grub-5.6.5.ebuild|  31 --
 kde-plasma/breeze-gtk/breeze-gtk-5.6.5.ebuild  |  13 -
 .../breeze-plymouth/breeze-plymouth-5.6.5.ebuild   |  18 -
 kde-plasma/breeze/breeze-5.6.5.ebuild  |  66 ---
 .../kactivitymanagerd-5.6.5.ebuild |  37 --
 .../kde-cli-tools/kde-cli-tools-5.6.5.ebuild   |  60 ---
 .../kde-gtk-config/kde-gtk-config-5.6.5.ebuild |  57 ---
 kde-plasma/kdecoration/kdecoration-5.6.5.ebuild|  17 -
 .../kdeplasma-addons/kdeplasma-addons-5.6.5.ebuild |  57 ---
 kde-plasma/kgamma/kgamma-5.6.5.ebuild  |  30 --
 kde-plasma/khotkeys/khotkeys-5.6.5.ebuild  |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.6.5.ebuild|  88 
 .../kmenuedit/files/kmenuedit-5.5.5-hotkeys.patch  |  44 --
 kde-plasma/kmenuedit/kmenuedit-5.6.5.ebuild|  47 --
 kde-plasma/kscreen/kscreen-5.6.5.ebuild|  38 --
 .../kscreenlocker-5.4.90-no-SUID-no-GUID.patch |  16 -
 .../kscreenlocker/kscreenlocker-5.6.5.ebuild   |  90 
 kde-plasma/ksshaskpass/ksshaskpass-5.6.5.ebuild|  50 --
 kde-plasma/ksysguard/ksysguard-5.6.5.ebuild|  48 --
 kde-plasma/kwallet-pam/kwallet-pam-5.6.5.ebuild|  91 
 .../kwayland-integration-5.6.5.ebuild  |  23 -
 .../kwin/files/kwin-5.6.3-glibc-sysmacros.patch|  24 -
 kde-plasma/kwin/kwin-5.6.5.ebuild  |  96 
 kde-plasma/kwrited/kwrited-5.6.5.ebuild|  24 -
 kde-plasma/libkscreen/libkscreen-5.6.5.ebuild  |  36 --
 kde-plasma/libksysguard/libksysguard-5.6.5.ebuild  |  54 --
 kde-plasma/milou/milou-5.6.5.ebuild|  30 --
 kde-plasma/oxygen/oxygen-5.6.5.ebuild  |  36 --
 .../plasma-desktop/plasma-desktop-5.6.5.ebuild | 154 --
 .../plasma-integration-5.6.5.ebuild|  40 --
 .../plasma-mediacenter-5.6.5.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.6.5.ebuild|  64 ---
 kde-plasma/plasma-nm/plasma-nm-5.6.5.ebuild|  66 ---
 kde-plasma/plasma-pa/plasma-pa-5.6.5.ebuild|  27 -
 .../files/plasma-sdk-5.5.5-dependencies.patch  |  51 --
 .../files/plasma-sdk-5.5.5-qtwebkit-optional.patch |  32 --
 kde-plasma/plasma-sdk/plasma-sdk-5.6.5.ebuild  |  62 ---
 .../plasma-workspace-wallpapers-5.6.5.ebuild   |  19 -
 .../files/plasma-workspace-5.6.0-rpath.patch   |  28 -
 .../plasma-workspace-5.6.5-drop-kscreen-dep.patch  | 562 -
 .../plasma-workspace-5.6.5.1.ebuild| 166 --
 .../polkit-kde-agent/polkit-kde-agent-5.6.5.ebuild |  31 --
 kde-plasma/powerdevil/powerdevil-5.6.5.ebuild  |  85 
 kde-plasma/sddm-kcm/sddm-kcm-5.6.5.ebuild  |  39 --
 .../systemsettings/systemsettings-5.6.5.ebuild |  46 --
 kde-plasma/user-manager/user-manager-5.6.5.ebuild  |  26 -
 47 files changed, 2855 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.6.5.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.6.5.ebuild
deleted file mode 100644
index b492cda..000
--- a/kde-plasma/bluedevil/bluedevil-5.6.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !net-wireless/bluedevil
-   !net-wireless/kbluetooth
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.6.5.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.6.5.ebuild
deleted file mode 100644
index fde1831..000
--- a/kde-plasma/breeze-grub/breeze-grub-5.6.5.ebuild

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

2016-06-18 Thread Alex Brandt
commit: a79ac7b68d5e78ec3733aa872b326d32c176c747
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:49:11 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:49:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79ac7b6

dev-python/boto3: remove version 1.2.1

Package-Manager: portage-2.3.0_rc1

 dev-python/boto3/Manifest   |  1 -
 dev-python/boto3/boto3-1.2.1.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 7e2d25a..968f994 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,3 @@
-DIST boto3-1.2.1.tar.gz 152790 SHA256 
de4ad91f21bee47adffe5923d1aef0f3620e80f433f839e52f52848db7490cae SHA512 
b3b47dc69523a737f6d5d2a2311da999427bae1c608a34ef5909a83fc4306f6a2799300e6d8907d2d83eccf503b9b75a6f43417d9ed24882e57eb42410a6c56f
 WHIRLPOOL 
c707638307bb5a327e58d137f3b8eeb7bace25c422d98f7aca2e160dda89378ebce8723840e05184799ea56cba0e78588c7f74f44816b0519cf0820e5cb39027
 DIST boto3-1.2.3.tar.gz 159771 SHA256 
3ef63cbbb2b62e699ef3402bacd2658c453cf6cf5cfedb97ab8524327f755428 SHA512 
a680e41973be41a6fa294633fe45db86fc57effb97a99eb89d668b8fb1267f1a8b1c3049be0423b4807b48f109dc2cd9efd96afb44ba99c7064a0c8dcca06247
 WHIRLPOOL 
078a07ae2361daaddd964ee9c4b3948b61e708c6fbb2e14d1b4efef1d1f40333b5b7d36de1498aa6dac852e68bf18636654461245d89805a908df82383e800e5
 DIST boto3-1.3.0.tar.gz 171316 SHA256 
0b8c809a08c1c27dcd2213b2799796fa82388d93bf50d375cd378171c9a59a53 SHA512 
2088ee1fd27dbe197221c14b73344905cce1c6f660d61a5a69124f64be099abb0ea31f8b8d06c5034418d36b7a2289a1a1f87d4f8e15c49884fd8215b0a342c8
 WHIRLPOOL 
50bbec84e5bb12c991462b04b15e79cd28f6aae7069c1128b25aae4c738ba9bcb4005b84080dbfd0b73bbfcce33e7fb7b7708e23da928d032214c22dd39d6673
 DIST boto3-1.3.1.tar.gz 176717 SHA256 
b3dbde6445ab04c3d0de9b962a3cc8ed9bc22ccce5ed4c8c4f8a1c1f653667f0 SHA512 
10fa396e8896a157e80d028b590056dd8e967afec37062056d94fab45652d4adedbe5e98f1cc67c6c8b9ae9282145367b4e1973fd7506170e486b026b57db9f5
 WHIRLPOOL 
7a89936f8fde0c1138b330cee2184b40948838466aa44e78e35dfa6440c120ed8abfca9b76e28355173b8c571f0124af462eaa506990ef09bcdeaa0219e45788

diff --git a/dev-python/boto3/boto3-1.2.1.ebuild 
b/dev-python/boto3/boto3-1.2.1.ebuild
deleted file mode 100644
index 5858446..000
--- a/dev-python/boto3/boto3-1.2.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/boto3;
-SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   

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

2016-06-18 Thread Alex Brandt
commit: 32cdca5963585a5d4e2a48b6b8250ea26c744615
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:46:37 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:46:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cdca59

dev-python/boto3: add version 1.3.1

Package-Manager: portage-2.3.0_rc1

 dev-python/boto3/Manifest   |  1 +
 dev-python/boto3/boto3-1.3.1.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 8c80c00..7e2d25a 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.2.1.tar.gz 152790 SHA256 
de4ad91f21bee47adffe5923d1aef0f3620e80f433f839e52f52848db7490cae SHA512 
b3b47dc69523a737f6d5d2a2311da999427bae1c608a34ef5909a83fc4306f6a2799300e6d8907d2d83eccf503b9b75a6f43417d9ed24882e57eb42410a6c56f
 WHIRLPOOL 
c707638307bb5a327e58d137f3b8eeb7bace25c422d98f7aca2e160dda89378ebce8723840e05184799ea56cba0e78588c7f74f44816b0519cf0820e5cb39027
 DIST boto3-1.2.3.tar.gz 159771 SHA256 
3ef63cbbb2b62e699ef3402bacd2658c453cf6cf5cfedb97ab8524327f755428 SHA512 
a680e41973be41a6fa294633fe45db86fc57effb97a99eb89d668b8fb1267f1a8b1c3049be0423b4807b48f109dc2cd9efd96afb44ba99c7064a0c8dcca06247
 WHIRLPOOL 
078a07ae2361daaddd964ee9c4b3948b61e708c6fbb2e14d1b4efef1d1f40333b5b7d36de1498aa6dac852e68bf18636654461245d89805a908df82383e800e5
 DIST boto3-1.3.0.tar.gz 171316 SHA256 
0b8c809a08c1c27dcd2213b2799796fa82388d93bf50d375cd378171c9a59a53 SHA512 
2088ee1fd27dbe197221c14b73344905cce1c6f660d61a5a69124f64be099abb0ea31f8b8d06c5034418d36b7a2289a1a1f87d4f8e15c49884fd8215b0a342c8
 WHIRLPOOL 
50bbec84e5bb12c991462b04b15e79cd28f6aae7069c1128b25aae4c738ba9bcb4005b84080dbfd0b73bbfcce33e7fb7b7708e23da928d032214c22dd39d6673
+DIST boto3-1.3.1.tar.gz 176717 SHA256 
b3dbde6445ab04c3d0de9b962a3cc8ed9bc22ccce5ed4c8c4f8a1c1f653667f0 SHA512 
10fa396e8896a157e80d028b590056dd8e967afec37062056d94fab45652d4adedbe5e98f1cc67c6c8b9ae9282145367b4e1973fd7506170e486b026b57db9f5
 WHIRLPOOL 
7a89936f8fde0c1138b330cee2184b40948838466aa44e78e35dfa6440c120ed8abfca9b76e28355173b8c571f0124af462eaa506990ef09bcdeaa0219e45788

diff --git a/dev-python/boto3/boto3-1.3.1.ebuild 
b/dev-python/boto3/boto3-1.3.1.ebuild
new file mode 100644
index 000..d496da5
--- /dev/null
+++ b/dev-python/boto3/boto3-1.3.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/botocore-1.4.1[${PYTHON_USEDEP}]
+   =dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
+   $(python_gen_cond_dep '

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

2016-06-18 Thread Michael Palimaka
commit: ca6c861f8f54ccb7521ec91da98f73bab1f91e8a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jun 18 17:42:53 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jun 18 18:43:56 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca6c861f

kde-plasma/plasma-workspace: improve agent support in startup/shutdown scripts

This adds support for newer versions of GnuPG as well as using gpg-agent as the
ssh agent.

Big thanks to Kristian Fiskerstrand for detailing GnuPG's workings and review.

Gentoo-bug: 547544

Package-Manager: portage-2.3.0_rc1

 .../plasma-workspace/files/10-agent-shutdown.sh| 10 +++--
 .../plasma-workspace/files/10-agent-startup.sh | 45 +-
 2 files changed, 42 insertions(+), 13 deletions(-)

diff --git a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh 
b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
index fff8056..4bafd2e 100644
--- a/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
+++ b/kde-plasma/plasma-workspace/files/10-agent-shutdown.sh
@@ -1,13 +1,17 @@
 #!/bin/sh
 #
-# This file is executed at plasma shutdown.
+# This file is executed at Plasma shutdown.
 # Uncomment the following lines to kill the agents
 # that were started at session startup.
 
+# gnupg 2.0.x
 #if [ -n "${GPG_AGENT_INFO}" ]; then
-#  kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
+#  kill $(echo ${GPG_AGENT_INFO} | cut -d':' -f 2) >/dev/null 2>&1
 #fi
 
+# gnupg 2.1.x
+#gpgconf --kill gpg-agent >/dev/null 2>&1
+
 #if [ -n "${SSH_AGENT_PID}" ]; then
-#  eval "$(ssh-agent -s -k)"
+#  eval "$(ssh-agent -s -k)"
 #fi

diff --git a/kde-plasma/plasma-workspace/files/10-agent-startup.sh 
b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
index 03e017a..e2c5018 100644
--- a/kde-plasma/plasma-workspace/files/10-agent-startup.sh
+++ b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
@@ -1,25 +1,50 @@
 # Agents startup file
 #
-# This file is sourced at plasma startup, so that
+# This file is sourced at Plasma startup, so that
 # the environment variables set here are available
 # throughout the session.
-
+#
 # Uncomment the following lines to start gpg-agent
-# and/or ssh-agent at plasma startup.
+# and/or ssh-agent at Plasma startup.
 # If you do so, do not forget to uncomment the respective
 # lines in PLASMADIR/shutdown/agent-shutdown.sh to
 # properly kill the agents when the session ends.
+#
+# If using gpg-agent for ssh instead of ssh-agent, a GUI pinentry program
+# must be selected either with eselect pinentry or adding an entry to
+# $HOME/.gnupg/gpg-agent.conf such as "pinentry-program /usr/bin/pinentry-qt4".
+#
+# pinentry-curses or pinentry-tty will not work because the agent started here
+# is in a different tty than where it is used, so the agent does not know where
+# to request the passphrase and fails.
 
-#if [ -x /usr/bin/gpg-agent ]; then
-#  eval "$(/usr/bin/gpg-agent --daemon)"
-#fi 
+#GPG_AGENT=true
+#SSH_AGENT=true
+#SSH_AGENT=gpg # use gpg-agent for ssh instead of ssh-agent
 
-#if [ -x /usr/bin/ssh-agent ]; then
-#  eval "$(/usr/bin/ssh-agent -s)"
-#fi
+if [ "${GPG_AGENT}" = true ]; then
+   if [ -x /usr/bin/gpgconf ]; then
+   gpgconf --launch gpg-agent >/dev/null 2>&1
+   if [ $? = 2 ]; then
+   eval "$(/usr/bin/gpg-agent --enable-ssh-support 
--daemon)"
+   fi
+   fi
+fi
+
+if [ "${SSH_AGENT}" = true ]; then
+   if [ -x /usr/bin/ssh-agent ]; then
+   eval "$(/usr/bin/ssh-agent -s)"
+   fi
+elif [ "${SSH_AGENT}" = gpg ] && [ "${GPG_AGENT}" = true ]; then
+   if [ -e /run/user/$(id -ru)/gnupg/S.gpg-agent.ssh ]; then
+   export SSH_AUTH_SOCK=/run/user/$(id -ru)/gnupg/S.gpg-agent.ssh
+   elif [ -e "${HOME}/.gnupg/S.gpg-agent.ssh" ]; then
+   export SSH_AUTH_SOCK=${HOME}/.gnupg/S.gpg-agent.ssh
+   fi
+fi
 
 # Uncomment the following lines to start rxvt-unicode which has the ability to
-# run multiple terminals in one single process, thus starting up faster and 
+# run multiple terminals in one single process, thus starting up faster and
 # saving resources.
 # The --opendisplay ensures that the daemon quits when the X server terminates,
 # therefore we don't need matching lines in agent-shutdown.sh.



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

2016-06-18 Thread Alex Brandt
commit: 8ee6bc0a6c043478b085ac1a0a3ee5aee4ca3fe9
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:42:06 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:42:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee6bc0a

dev-python/docker-py: add version 1.8.1

Package-Manager: portage-2.3.0_rc1

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-1.8.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 9df1c78..7844c34 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,3 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
+DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3

diff --git a/dev-python/docker-py/docker-py-1.8.1.ebuild 
b/dev-python/docker-py/docker-py-1.8.1.ebuild
new file mode 100644
index 000..2c9b498
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.8.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/-}
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 
'python3_3' 'python3_4' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



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

2016-06-18 Thread Alex Brandt
commit: d0de5c14fb2e2eb5852c6cc06959b6443d03afa2
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:37:28 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:37:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0de5c14

dev-python/monotonic: add version 1.1

Package-Manager: portage-2.3.0_rc1

 dev-python/monotonic/Manifest |  1 +
 dev-python/monotonic/monotonic-1.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest
index 67a156c..b4dca80 100644
--- a/dev-python/monotonic/Manifest
+++ b/dev-python/monotonic/Manifest
@@ -3,3 +3,4 @@ DIST monotonic-0.3.tar.gz 6707 SHA256 
2825ba5ded67b1a70d44529634d3f4ddfad67a5ed7
 DIST monotonic-0.4.tar.gz 6702 SHA256 
852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6 SHA512 
604f7d9f2b36e03413a0f9c341b45698440f3b004cd7120d3905e4712ac85daeadc0580ebd471ad9ad699aa2ec625908f13b604b10f656c803f6e885553d7e6c
 WHIRLPOOL 
f13cd567de00c24800da8b40ae1018f54b95e98c2ccda194ea2e8cf080c1ee47d0670db59ddaf72df373906d46107ec10a62581544076c7e70379119f3443dfd
 DIST monotonic-0.5.tar.gz 6493 SHA256 
8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880 SHA512 
55630c99559acb54d97cbaf033ed773e711059282538a16d9169d1efc08e5d5a77ec5a39c8402605b27865e963ab361d79ff2033ac58fb86272f279881ad7481
 WHIRLPOOL 
fdc8896d25b604e0627e2533353b06abda8644b993c310346b530bcdab86038bee9d844f3d440c402488e06eb512cf0a2a53b6204bedff58f4b90d36fd13b828
 DIST monotonic-1.0.tar.gz 7082 SHA256 
47d7d045b3f2a08bffe683d761ef7f9131a2598db1cec7532a06720656cf719d SHA512 
af2127ba56f346f0ccba324d7398b2c69b8ca3357dbd647eff4ecd8b843c28db935a1e16bf468e0c5e66b54a3bc63ebd24d4a8ea544c45ac22c01eb034322cc8
 WHIRLPOOL 
1d875e7aade716d670fda4fae34012200a258c234916719d843dd1a94d7ae89523ca8972c439d6aa3d7dfea73803c9df7145123f3b4a511f40ba2a5be300c89f
+DIST monotonic-1.1.tar.gz 7139 SHA256 
255c31929e1a01acac4ca709f95bd6d319d6112db3ba170d1fe945a6befe6942 SHA512 
50a33ea7459c46e5a901912056976ed6ee8d006d71f96c8b13e462a40d90455aae3d5e50d96ff2ab426b94c4aefa1701b44ea04edd3823860f8adc4e99d2b71c
 WHIRLPOOL 
4098870cc35097ba9f14c068b35d033991d62824b68dd8c628643a8c71517cf48e9a3c3659c3d2fd5039f993e14d193bf981e08b266caced89c1341ae917

diff --git a/dev-python/monotonic/monotonic-1.1.ebuild 
b/dev-python/monotonic/monotonic-1.1.ebuild
new file mode 100644
index 000..d8618e1
--- /dev/null
+++ b/dev-python/monotonic/monotonic-1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
+HOMEPAGE="https://github.com/atdt/monotonic;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2016-06-18 Thread Alex Brandt
commit: 5a01d21e12dd8b915559b8bd83d53da2434700e5
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:30:24 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:30:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a01d21e

dev-python/botocore: add version 1.4.27

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.4.27.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 521b9f6..b491c17 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
+DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8

diff --git a/dev-python/botocore/botocore-1.4.27.ebuild 
b/dev-python/botocore/botocore-1.4.27.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.27.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-06-18 Thread Alex Brandt
commit: 763b19558a8c3441af375b170ea02ec055edb3b3
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jun 18 18:35:02 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jun 18 18:35:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763b1955

dev-python/botocore: remove version 1.4.19

Package-Manager: portage-2.3.0_rc1

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.19.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b491c17..9c2995f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.19.tar.gz 2487426 SHA256 
7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 
960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd
 WHIRLPOOL 
c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
 DIST botocore-1.4.22.tar.gz 2495807 SHA256 
9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 
6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172
 WHIRLPOOL 
3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
 DIST botocore-1.4.25.tar.gz 2498910 SHA256 
1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 
afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855
 WHIRLPOOL 
f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8

diff --git a/dev-python/botocore/botocore-1.4.19.ebuild 
b/dev-python/botocore/botocore-1.4.19.ebuild
deleted file mode 100644
index f3ea5ec..000
--- a/dev-python/botocore/botocore-1.4.19.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/scan/depend/

2016-06-18 Thread Zac Medico
commit: 279b51a20dc180fb10252e5250236e04a248ea67
Author: Sergei Trofimovich  google  com>
AuthorDate: Sat Jun 18 17:01:09 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 18:26:05 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=279b51a2

repoman: typo in docstring s/dependancy/dependency/

Signed-off-by: Sergei Trofimovich  google.com>

 repoman/pym/repoman/modules/scan/depend/profile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoman/pym/repoman/modules/scan/depend/profile.py 
b/repoman/pym/repoman/modules/scan/depend/profile.py
index a714a93..cf3d9a8 100644
--- a/repoman/pym/repoman/modules/scan/depend/profile.py
+++ b/repoman/pym/repoman/modules/scan/depend/profile.py
@@ -51,7 +51,7 @@ class ProfileDependsChecks(ScanBase):
self.repo_metadata = kwargs.get('repo_metadata')
 
def check(self, **kwargs):
-   '''Perform profile dependant dependancy checks
+   '''Perform profile dependant dependency checks
 
@param arches:
@param pkg: Package in which we check (object).



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

2016-06-18 Thread Michał Górny
commit: 13570054540e00db10482124ca0eee3eac571fd2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 16:36:03 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 18:07:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13570054

virtual/libelf: Add a virtual for libelf.so providers

 virtual/libelf/libelf-0.ebuild | 18 ++
 virtual/libelf/libelf-1.ebuild | 22 ++
 virtual/libelf/metadata.xml|  8 
 3 files changed, 48 insertions(+)

diff --git a/virtual/libelf/libelf-0.ebuild b/virtual/libelf/libelf-0.ebuild
new file mode 100644
index 000..bb326f6
--- /dev/null
+++ b/virtual/libelf/libelf-0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libelf.so.0 provider (dev-libs/libelf)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/0"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"

diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-1.ebuild
new file mode 100644
index 000..713d847
--- /dev/null
+++ b/virtual/libelf/libelf-1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libelf.so.1 provider (dev-libs/elfutils)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/1"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+   || (
+   >=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
+   >=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
+   )"

diff --git a/virtual/libelf/metadata.xml b/virtual/libelf/metadata.xml
new file mode 100644
index 000..d920e3b
--- /dev/null
+++ b/virtual/libelf/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+



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

2016-06-18 Thread Michał Górny
commit: 2595a98b190f086231d42b178d70aee3fa6d06b2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 17:32:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 18:08:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2595a98b

app-emulation/ski: Use virtual/libelf

 app-emulation/ski/ski-1.3.2-r1.ebuild | 4 ++--
 app-emulation/ski/ski-1.3.2.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild 
b/app-emulation/ski/ski-1.3.2-r1.ebuild
index 875a6dd..d736233 100644
--- a/app-emulation/ski/ski-1.3.2-r1.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+gtk motif"
 
 RDEPEND="dev-libs/libltdl:0
-   || ( dev-libs/elfutils dev-libs/libelf )
sys-libs/ncurses
+   virtual/libelf
gtk? (
gnome-base/libglade:2.0
gnome-base/libgnomeui

diff --git a/app-emulation/ski/ski-1.3.2.ebuild 
b/app-emulation/ski/ski-1.3.2.ebuild
index 4d62c2a..6a67b2f 100644
--- a/app-emulation/ski/ski-1.3.2.ebuild
+++ b/app-emulation/ski/ski-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+gtk motif"
 
 RDEPEND="dev-libs/libltdl
-   || ( dev-libs/elfutils dev-libs/libelf )
sys-libs/ncurses
+   virtual/libelf
gtk? (
gnome-base/libglade:2.0
gnome-base/libgnomeui



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

2016-06-18 Thread Michał Górny
commit: 7f40b6c262bfe5c8b3ca608a8e8ed71f7055bdcc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 17:46:18 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 18:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f40b6c2

media-libs/mesa: Use virtual/libelf

 media-libs/mesa/mesa-10.3.7-r1.ebuild | 17 -
 media-libs/mesa/mesa-11.0.6.ebuild| 15 +++
 media-libs/mesa/mesa-11.0.9.ebuild| 15 +++
 media-libs/mesa/mesa-11.1.3.ebuild| 15 +++
 media-libs/mesa/mesa-11.1.4.ebuild| 15 +++
 media-libs/mesa/mesa-11.2.1.ebuild| 15 +++
 media-libs/mesa/mesa-11.2.2.ebuild| 15 +++
 media-libs/mesa/mesa-7.10.3.ebuild|  2 +-
 media-libs/mesa/mesa-.ebuild  | 15 +++
 9 files changed, 26 insertions(+), 98 deletions(-)

diff --git a/media-libs/mesa/mesa-10.3.7-r1.ebuild 
b/media-libs/mesa/mesa-10.3.7-r1.ebuild
index 9ca7868..5f83757 100644
--- a/media-libs/mesa/mesa-10.3.7-r1.ebuild
+++ b/media-libs/mesa/mesa-10.3.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -101,19 +101,10 @@ RDEPEND="
>=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
llvm? (
-   video_cards_radeonsi? ( || (
-   >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
-   video_cards_r600? ( || (
-   >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
+   video_cards_r600? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
!video_cards_r600? (
-   video_cards_radeon? ( || (
-   
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   video_cards_radeon? ( 
virtual/libelf:0=[${MULTILIB_USEDEP}] )
)
>=sys-devel/llvm-3.3-r3:=[${MULTILIB_USEDEP}]
=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   !kernel_FreeBSD? ( 
virtual/libelf:0=[${MULTILIB_USEDEP}] )
)
openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )

diff --git a/media-libs/mesa/mesa-11.0.9.ebuild 
b/media-libs/mesa/mesa-11.0.9.ebuild
index f07599c..4e8394e 100644
--- a/media-libs/mesa/mesa-11.0.9.ebuild
+++ b/media-libs/mesa/mesa-11.0.9.ebuild
@@ -95,15 +95,9 @@ RDEPEND="
>=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
llvm? ( !kernel_FreeBSD? (
-   video_cards_radeonsi? ( || (
-   >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
!video_cards_r600? (
-   video_cards_radeon? ( || (
-   
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   video_cards_radeon? ( 
virtual/libelf:0=[${MULTILIB_USEDEP}] )
) )
>=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
llvm? ( !kernel_FreeBSD? (
-   video_cards_radeonsi? ( || (
-   >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
!video_cards_r600? (
-   video_cards_radeon? ( || (
-   
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
-   
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
-   ) )
+   video_cards_radeon? ( 
virtual/libelf:0=[${MULTILIB_USEDEP}] )
) )

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

2016-06-18 Thread Michał Górny
commit: 7af424859d949990c06b85bbe18d8646b278c573
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 17:49:15 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 18:08:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af42485

dev-util/emilpro: Use virtual/libelf

 dev-util/emilpro/emilpro-3-r3.ebuild | 5 +++--
 dev-util/emilpro/emilpro-.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/emilpro/emilpro-3-r3.ebuild 
b/dev-util/emilpro/emilpro-3-r3.ebuild
index b6c73d1..f9a7335 100644
--- a/dev-util/emilpro/emilpro-3-r3.ebuild
+++ b/dev-util/emilpro/emilpro-3-r3.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+system-binutils"
 
-DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
+DEPEND="
dev-cpp/gtkmm:3.0
dev-cpp/gtksourceviewmm:3.0
dev-cpp/libxmlpp:2.6
@@ -34,7 +34,8 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
dev-libs/libsigc++:2
dev-libs/glib:2
system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )
-   net-misc/curl"
+   net-misc/curl
+   virtual/libelf:0="
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/dev-util/emilpro/emilpro-.ebuild 
b/dev-util/emilpro/emilpro-.ebuild
index ccf564b..0e6496c 100644
--- a/dev-util/emilpro/emilpro-.ebuild
+++ b/dev-util/emilpro/emilpro-.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="+system-binutils"
 
-DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
+DEPEND="
dev-cpp/gtkmm:3.0
dev-cpp/gtksourceviewmm:3.0
dev-cpp/libxmlpp:2.6
@@ -34,7 +34,8 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
dev-libs/libsigc++:2
dev-libs/glib:2
system-binutils? ( >=sys-libs/binutils-libs-2.25.1-r2:=[multitarget] )
-   net-misc/curl"
+   net-misc/curl
+   virtual/libelf:0="
 # automagic dep
 # dev-util/capstone
 RDEPEND="${DEPEND}"



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

2016-06-18 Thread Michał Górny
commit: 6e1c47a5e377bb094d318c1971e77bcd29117d84
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 17:47:25 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 18:08:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c47a5

dev-util/bin_replace_string: Use virtual/libelf

 dev-util/bin_replace_string/bin_replace_string-0.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild 
b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
index f5c29b8..862e9b1 100644
--- a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
+++ b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,8 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="doc"
 
-RDEPEND="|| ( >=dev-libs/libelf-0.8.13
-   dev-libs/elfutils )"
+RDEPEND="virtual/libelf:0"
 DEPEND="doc? ( app-text/txt2man )
${RDEPEND}"
 



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

2016-06-18 Thread Michał Górny
commit: 6697c0c3ee2954a53722cdcfc49725d4d8f611e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 17:45:31 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 18:08:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6697c0c3

dev-libs/glib: Use virtual/libelf

 dev-libs/glib/glib-2.44.1-r1.ebuild | 6 +-
 dev-libs/glib/glib-2.46.2-r2.ebuild | 6 +-
 dev-libs/glib/glib-2.46.2-r3.ebuild | 6 +-
 dev-libs/glib/glib-2.48.0-r1.ebuild | 6 +-
 dev-libs/glib/glib-2.48.0.ebuild| 6 +-
 5 files changed, 5 insertions(+), 25 deletions(-)

diff --git a/dev-libs/glib/glib-2.44.1-r1.ebuild 
b/dev-libs/glib/glib-2.44.1-r1.ebuild
index 533c9f0..6565a1b 100644
--- a/dev-libs/glib/glib-2.44.1-r1.ebuild
+++ b/dev-libs/glib/glib-2.44.1-r1.ebuild
@@ -45,11 +45,7 @@ RDEPEND="
utils? (
${PYTHON_DEPS}
>=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
-   || (
-   >=dev-libs/elfutils-0.142
-   >=dev-libs/libelf-0.8.12
-   >=sys-freebsd/freebsd-lib-9.2_rc1
-   )
+   virtual/libelf:0=
)
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r9

diff --git a/dev-libs/glib/glib-2.46.2-r2.ebuild 
b/dev-libs/glib/glib-2.46.2-r2.ebuild
index 725be1e..23f7d38 100644
--- a/dev-libs/glib/glib-2.46.2-r2.ebuild
+++ b/dev-libs/glib/glib-2.46.2-r2.ebuild
@@ -45,11 +45,7 @@ RDEPEND="
utils? (
${PYTHON_DEPS}
>=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
-   || (
-   >=dev-libs/elfutils-0.142
-   >=dev-libs/libelf-0.8.12
-   >=sys-freebsd/freebsd-lib-9.2_rc1
-   )
+   virtual/libelf:0=
)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-libs/glib/glib-2.46.2-r3.ebuild 
b/dev-libs/glib/glib-2.46.2-r3.ebuild
index 0b809fc..44c125c 100644
--- a/dev-libs/glib/glib-2.46.2-r3.ebuild
+++ b/dev-libs/glib/glib-2.46.2-r3.ebuild
@@ -45,11 +45,7 @@ RDEPEND="
utils? (
${PYTHON_DEPS}
>=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
-   || (
-   >=dev-libs/elfutils-0.142
-   >=dev-libs/libelf-0.8.12
-   >=sys-freebsd/freebsd-lib-9.2_rc1
-   )
+   virtual/libelf:0=
)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-libs/glib/glib-2.48.0-r1.ebuild 
b/dev-libs/glib/glib-2.48.0-r1.ebuild
index 2862a56..e1e0dd9 100644
--- a/dev-libs/glib/glib-2.48.0-r1.ebuild
+++ b/dev-libs/glib/glib-2.48.0-r1.ebuild
@@ -45,11 +45,7 @@ RDEPEND="
utils? (
${PYTHON_DEPS}
>=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
-   || (
-   >=dev-libs/elfutils-0.142
-   >=dev-libs/libelf-0.8.12
-   >=sys-freebsd/freebsd-lib-9.2_rc1
-   )
+   virtual/libelf:0=
)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-libs/glib/glib-2.48.0.ebuild b/dev-libs/glib/glib-2.48.0.ebuild
index 8cab726..691a681 100644
--- a/dev-libs/glib/glib-2.48.0.ebuild
+++ b/dev-libs/glib/glib-2.48.0.ebuild
@@ -45,11 +45,7 @@ RDEPEND="
utils? (
${PYTHON_DEPS}
>=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
-   || (
-   >=dev-libs/elfutils-0.142
-   >=dev-libs/libelf-0.8.12
-   >=sys-freebsd/freebsd-lib-9.2_rc1
-   )
+   virtual/libelf:0=
)
 "
 DEPEND="${RDEPEND}



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

2016-06-18 Thread Michał Górny
commit: 7e408cff8e5d1055dac107036a5419ebd447cf9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 17:06:20 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 18 17:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e408cff

dev-vcs/darcs: Extend the := dep fix to 2.10.1

 dev-vcs/darcs/darcs-2.10.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-vcs/darcs/darcs-2.10.1.ebuild 
b/dev-vcs/darcs/darcs-2.10.1.ebuild
index b23bab9..4435d29 100644
--- a/dev-vcs/darcs/darcs-2.10.1.ebuild
+++ b/dev-vcs/darcs/darcs-2.10.1.ebuild
@@ -48,8 +48,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.11:=[profile?] 
=dev-haskell/zlib-0.5.3.0:=[profile?] 
=dev-lang/ghc-7.4.1:=
virtual/libiconv
-   || ( ( >=dev-haskell/transformers-0.3:=[profile?] 
dev-haskell/transformers-0.4.0.0:=[profile?] 
=dev-haskell/transformers-0.3:=[profile?] 
=dev-haskell/http-4000.2.3:=[profile?] 


[gentoo-commits] proj/elections:master commit in: /, council-201606/

2016-06-18 Thread Jorge Manuel B. S. Vicetto
commit: 5d45fe9081e6cc1f2d5514a2e9ba9aafb8997641
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Jun 18 15:51:51 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Jun 18 17:29:53 2016 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=5d45fe90

Prepare the council-201606 election.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 Votify.pm   |   2 +-
 council-201606/Votify.pm|   1 +
 council-201606/ballot-council-201606|  13 ++
 council-201606/election-details |   6 +
 council-201606/get-devs-list|   2 +
 council-201606/officials-council-201606 |   4 +
 council-201606/start-council-201606 |   1 +
 council-201606/stop-council-201606  |   1 +
 council-201606/voters-council-201606| 242 
 9 files changed, 271 insertions(+), 1 deletion(-)

diff --git a/Votify.pm b/Votify.pm
index 289be2c..48e5938 100644
--- a/Votify.pm
+++ b/Votify.pm
@@ -1,6 +1,6 @@
 # $Id: Votify.pm,v 1.5 2005/05/16 23:58:09 agriffis Exp $
 #
-# Copyright 2005-2015 Gentoo Foundation
+# Copyright 2005-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # votify.pm: common classes for votify and countify

diff --git a/council-201606/Votify.pm b/council-201606/Votify.pm
new file mode 12
index 000..a6f4461
--- /dev/null
+++ b/council-201606/Votify.pm
@@ -0,0 +1 @@
+../Votify.pm
\ No newline at end of file

diff --git a/council-201606/ballot-council-201606 
b/council-201606/ballot-council-201606
new file mode 100644
index 000..2756598
--- /dev/null
+++ b/council-201606/ballot-council-201606
@@ -0,0 +1,13 @@
+_reopen_nominations
+blueness
+dilfridge
+djc
+jlec
+k_f
+mounsieurp
+patrick
+perfinion
+rich0
+slyfox
+ulm
+williamh

diff --git a/council-201606/election-details b/council-201606/election-details
new file mode 100644
index 000..9c4eb10
--- /dev/null
+++ b/council-201606/election-details
@@ -0,0 +1,6 @@
+name: council-201606
+startDate: 2016-06-19 00:00:00 UTC
+endDate: 2015-07-03 00:00:01 UTC
+officials: a3li, creffett, jmbsvicetto, neddyseagoon
+voters: 
https://projects.gentoo.org/elections/council/2016/voters-council-201606.txt
+ballot: 
https://projects.gentoo.org/elections/council/2016/ballot-council-201606.txt

diff --git a/council-201606/get-devs-list b/council-201606/get-devs-list
new file mode 100644
index 000..ce27f5c
--- /dev/null
+++ b/council-201606/get-devs-list
@@ -0,0 +1,2 @@
+ENAME=$(awk '/^name:/{print $2}' election-details)
+ldapsearch 
'(&(objectClass=gentooDev)(gentooStatus=active)(!(gentooAccess=infra-system.group)))'
 -Z uid -LLL -S uid | awk '/^uid:/ {print $2}' >${ENAME}-devs-list

diff --git a/council-201606/officials-council-201606 
b/council-201606/officials-council-201606
new file mode 100644
index 000..fbd00e2
--- /dev/null
+++ b/council-201606/officials-council-201606
@@ -0,0 +1,4 @@
+a3li
+creffett
+jmbsvicetto
+neddyseagoon

diff --git a/council-201606/start-council-201606 
b/council-201606/start-council-201606
new file mode 100644
index 000..66b19f4
--- /dev/null
+++ b/council-201606/start-council-201606
@@ -0,0 +1 @@
+1466294400

diff --git a/council-201606/stop-council-201606 
b/council-201606/stop-council-201606
new file mode 100644
index 000..506342f
--- /dev/null
+++ b/council-201606/stop-council-201606
@@ -0,0 +1 @@
+1467504000

diff --git a/council-201606/voters-council-201606 
b/council-201606/voters-council-201606
new file mode 100644
index 000..f305c9a
--- /dev/null
+++ b/council-201606/voters-council-201606
@@ -0,0 +1,242 @@
+a3li
+aballier
+ackle
+ago
+aidecoe
+alexxy
+alicef
+alonbl
+alunduil
+amadio
+amynka
+anarchy
+angelos
+antarus
+araujo
+armin76
+axs
+beandog
+bernalex
+betelgeuse
+bicatali
+billie
+binki
+bircoph
+blackace
+blueboar
+blueknight
+blueness
+bman
+calchan
+cardoe
+caster
+cedk
+chainsaw
+chewi
+chiguire
+chiitoo
+chithanh
+chutzpah
+civil
+craig
+creffett
+cynede
+d2_racing
+dabbott
+darkside
+dastergon
+dberkholz
+deathwing00
+desultory
+dev-zero
+dilfridge
+djc
+dlan
+dolsen
+earthwings
+eras
+ercpe
+eva
+expeditioneer
+fauli
+flameeyes
+flammie
+floppym
+fordfrog
+fox
+fuzzyray
+george
+gienah
+gmsoft
+gokturk
+graaff
+gregkh
+grknight
+grobian
+grozin
+gurligebis
+hanno
+hattya
+haubi
+hd_brummy
+heroxbd
+hkbst
+hparker
+hwoarang
+i92guboj
+idl0r
+ikelos
+iksaif
+isaiah
+jaaf
+jauhien
+jbartosik
+jcallen
+jdhore
+je_fro
+jer
+jkt
+jlec
+jmbsvicetto
+jmorgan
+john_r_graham
+johu
+joker
+josejx
+jsbronder
+jstein
+kallamej
+kensington
+keri
+kernelsensei
+keytoaster
+k_f
+klausman
+klondike
+kumba
+leio
+lejonet
+lh
+lordvan
+lu_zero
+lxnay
+mabi
+maekke
+maffblaster
+maksbotan
+marienz
+matsl
+matsuu
+mattm
+mattst88
+mgorny
+miknix
+miska
+mjo
+monsieurp
+moult
+mpagano
+mr_bones_
+mrueg
+mschiff
+naota
+nathanzachary
+nativemad
+neddyseagoon
+nerdboy
+neurogeek

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

2016-06-18 Thread Robin H. Johnson
commit: 274977d0840c8a1879946234c4d07575e8bde153
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 28 05:32:45 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 28 05:33:35 2015 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=274977d0

Refactor elections, so we can have common fetching of which elections are open, 
and then consistently use the epoch timestamp inside the start/stop files.

Signed-off-by: Robin H. Johnson  gentoo.org>

 Votify.pm | 127 +++---
 countify  |  38 ++-
 listify   |  58 +---
 votify|  55 ---
 4 files changed, 157 insertions(+), 121 deletions(-)

diff --git a/Votify.pm b/Votify.pm
index 1be8de7..289be2c 100644
--- a/Votify.pm
+++ b/Votify.pm
@@ -9,10 +9,14 @@
 package Votify;
 
 use POSIX;
+use Cwd qw(abs_path);
+use File::Spec::Functions;
 use List::Util;
 use strict;
 
-our ($datadir) = '/etc/elections/current';
+our $datefmt = '%Y-%m-%d %H:%M:%S UTC';
+
+our ($basedir) = List::Util::first { -d $_ } ('/etc/elections', '.');
 (our $zero = $0) =~ s,.*/,,;
 our $version = '1.6';
 
@@ -21,6 +25,98 @@ sub import {
 $Votify::mode = $mode;
 }
 
+my @REQUIRED_FILES = qw(ballot officials start stop voters);
+
+sub get_datadir {
+my $election_name = shift;
+my $election_dir = abs_path(catfile($Votify::basedir, $election_name));
+if(!validate_election_dir()) {
+die "$election_name is not a valid election!"
+}
+return $election_dir;
+}
+
+sub validate_election_dir {
+return 0 unless $_;
+my $election_dir = $_;
+my $election_name = $election_dir;
+$election_name =~ /.*\//;
+return 0 unless -d $election_dir;
+return 0 if substr($election_name,0,1) eq ".";
+my $valid = List::Util::reduce {
+$a or $b ? 1 : 0;
+} map {
+my $file_valid = 0;
+# Legacy naming:
+$file_valid = 1 if -f sprintf("%s/%s-%s", $election_name, $_, 
$election_name);
+# New naming:
+$file_valid = 1 if -f sprintf("%s/%s", $election_name, $_);
+#printf "File %s valid=%d\n", $_, $file_valid;
+$file_valid;
+} @REQUIRED_FILES;
+return $valid;
+}
+
+sub get_elections_list {
+my @elections;
+opendir(D, $Votify::basedir) or die;
+@elections = sort grep {
+my $valid = validate_election_dir(catfile($Votify::basedir, $_));
+$valid;
+} readdir D;
+closedir D;
+return @elections;
+}
+
+sub grabfile_int {
+my $f = shift;
+#print "Checking $f\n";
+my $i = 0;
+open my $fh, '<', $f or return -1;
+local $/ = undef;
+$i = <$fh> if defined($fh);
+close $fh;
+#print "Raw file: $i\n";
+chomp $i if $i;
+return $i;
+}
+
+
+sub get_single_election_hashref {
+my $election_name = shift;
+my $election_dir = catfile($Votify::basedir, $election_name);
+my %election;
+foreach my $fn (@REQUIRED_FILES){
+#print "Scan $fn\n";
+my @filenames = (sprintf("%s/%s", $election_name, $fn), 
sprintf("%s/%s-%s", $election_name, $fn, $election_name));
+#print Dumper(@filenames);
+my $filename = abs_path(List::Util::first { -f $_ } @filenames);
+$election{"${fn}file"} = $filename;
+};
+#print Dumper(%election);
+$election{starttime} = grabfile_int($election{'startfile'});
+$election{stoptime} = grabfile_int($election{'stopfile'});
+return \%election;
+}
+
+sub get_elections_hash {
+my %elections;
+%elections = map { $_ => get_single_election_hashref($_) } 
get_elections_list();
+return %elections;
+}
+
+sub get_open_elections_hash {
+my %elections = get_elections_hash();
+my @open_elections = grep {
+  my $starttime = $elections{$_}{'starttime'};
+  my $stoptime = $elections{$_}{'stoptime'};
+  my $valid = ((not defined $starttime or $starttime < time) and
+(not defined $stoptime or $stoptime > time));
+  $valid;
+} keys %elections;
+return map { $_ => $elections{$_} } @open_elections;
+}
+
 ##
 # OfficialList
 ##
@@ -28,14 +124,15 @@ sub import {
 package OfficialList;
 
 sub new {
-my ($class, $election) = @_;
+my ($class, $election_name) = @_;
 my ($self) = {
-election => $election,
+election => $election_name,
 officials => [],
 };
 
+my $election = Votify::get_single_election_hashref($self->{'election'});
 # no point in waiting to load
-open(F, "<$Votify::datadir/officials-$election") 
+open(F, '<', $election->{'officialsfile'})
 or die("failed to open officials file");
 chomp(@{$self->{'officials'}} = );
 close(F);
@@ -56,18 +153,20 @@ sub officials {
 package VoterList;
 
 sub new {
-my ($class, $election) = @_;
+my 

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

2016-06-18 Thread Robin H. Johnson
commit: 398f72c9a0d1da496a7fb408cef3c2d156cff170
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 27 16:37:58 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 28 05:33:35 2015 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=398f72c9

Start some cleanup of Election code.

Signed-off-by: Robin H. Johnson  gentoo.org>

 Votify.pm | 42 ++
 countify  | 13 ++---
 listify   |  6 --
 votify| 18 ++
 4 files changed, 10 insertions(+), 69 deletions(-)

diff --git a/Votify.pm b/Votify.pm
index c99685d..1be8de7 100644
--- a/Votify.pm
+++ b/Votify.pm
@@ -1,6 +1,6 @@
 # $Id: Votify.pm,v 1.5 2005/05/16 23:58:09 agriffis Exp $
 #
-# Copyright 2005 Gentoo Foundation
+# Copyright 2005-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # votify.pm: common classes for votify and countify
@@ -14,6 +14,7 @@ use strict;
 
 our ($datadir) = '/etc/elections/current';
 (our $zero = $0) =~ s,.*/,,;
+our $version = '1.6';
 
 sub import {
 my ($class, $mode) = @_;
@@ -642,43 +643,4 @@ sub to_s {
 1;
 
 __END__
-
-$Log: Votify.pm,v $
-Revision 1.5  2005/05/16 23:58:09  agriffis
-change wording
-
-Revision 1.4  2005/05/16 18:40:07  agriffis
-fix shortname calculation
-
-Revision 1.3  2005/05/16 18:10:46  agriffis
-ranking works completely now, even if it needs badly to be refactored
-
-Revision 1.2  2005/05/16 04:03:46  agriffis
-add first pass at countify --rank
-
-
-__END__
-
-$Log: Votify.pm,v $
-Revision 1.5  2005/05/16 23:58:09  agriffis
-change wording
-
-Revision 1.4  2005/05/16 18:40:07  agriffis
-fix shortname calculation
-
-Revision 1.3  2005/05/16 18:10:46  agriffis
-ranking works completely now, even if it needs badly to be refactored
-
-Revision 1.2  2005/05/16 04:03:46  agriffis
-add first pass at countify --rank
-
-Revision 1.3  2005/05/09 23:12:02  agriffis
-Add support for registered voters
-
-Revision 1.2  2005/05/05 23:03:46  agriffis
-Fix indentation (and some output as well)
-
-Revision 1.1  2005/05/05 22:05:34  agriffis
-first pass at Gentoo Foundation voting program
-
 # vim:sw=4 et

diff --git a/countify b/countify
index a831d4b..975a7ec 100755
--- a/countify
+++ b/countify
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # $Id: countify,v 1.3 2005/05/16 18:10:46 agriffis Exp $
 #
-# Copyright 2005 Gentoo Foundation
+# Copyright 2005-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # countify: collect, tabulate and announce ballot results
@@ -21,7 +21,7 @@ use strict;
 ##
 
 (my $zero = $0) =~ s,.*/,,;
-(my $version = '$Revision: 1.3 $') =~ s/.*?(\d.*\d).*/$zero version $1\n/;
+(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/;
 my %opt;
 
 sub grabfile_int {
@@ -162,13 +162,4 @@ if ($opt{'rank'}) {
 }
 
 __END__
-
-$Log: countify,v $
-Revision 1.3  2005/05/16 18:10:46  agriffis
-ranking works completely now, even if it needs badly to be refactored
-
-Revision 1.2  2005/05/16 04:03:46  agriffis
-add first pass at countify --rank
-
-
 # vim:sw=4 et

diff --git a/listify b/listify
index c7fdf80..10b4b82 100755
--- a/listify
+++ b/listify
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # $Id: votify,v 1.5 2005/05/16 04:03:46 agriffis Exp $
 #
-# Copyright 2005 Gentoo Foundation
+# Copyright 2005-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # votify: generate, verify and submit voting ballots for trustee elections
@@ -21,7 +21,7 @@ use strict;
 ##
 
 (my $zero = $0) =~ s,.*/,,;
-(my $version = '$Revision: 1.5 $') =~ s/.*?(\d.*\d).*/$zero version $1\n/;
+(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/;
 my (%opt, %elections);
 
 sub grabfile_int {
@@ -76,4 +76,6 @@ EOF
 
 print $usage_elections;
 exit;
+
+__END__
 # vim:sw=4 et

diff --git a/votify b/votify
index 94c532a..40607b7 100755
--- a/votify
+++ b/votify
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 # $Id: votify,v 1.5 2005/05/16 04:03:46 agriffis Exp $
 #
-# Copyright 2005 Gentoo Foundation
+# Copyright 2005-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # votify: generate, verify and submit voting ballots for trustee elections
@@ -21,7 +21,7 @@ use strict;
 ##
 
 (my $zero = $0) =~ s,.*/,,;
-(my $version = '$Revision: 1.5 $') =~ s/.*?(\d.*\d).*/$zero version $1\n/;
+(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/;
 my (%opt);
 
 sub grabfile_int {
@@ -226,18 +226,4 @@ EOF
 }
 
 __END__
-
-$Log: votify,v $
-Revision 1.5  2005/05/16 04:03:46  agriffis
-add first pass at countify --rank
-
-Revision 1.3  2005/05/09 23:12:02  agriffis
-Add support for registered voters
-
-Revision 1.2  2005/05/05 

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

2016-06-18 Thread Robin H. Johnson
commit: 4aa542e6634b127ae3c3a9f28719bc070006a39c
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 28 05:33:17 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 28 05:33:35 2015 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=4aa542e6

Rewrite old bash election-stats-count in perl, using the new election code.

Signed-off-by: Robin H. Johnson  gentoo.org>

 election-stats-count |  26 +--
 statify  | 121 +++
 2 files changed, 122 insertions(+), 25 deletions(-)

diff --git a/election-stats-count b/election-stats-count
deleted file mode 100755
index 7c39015..000
--- a/election-stats-count
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-# TODO:
-# - this should NOT produce any output when the election is closed.
-# - should work with concurrent elections
-HOMEDIR=/etc/elections/
-NAME=$(awk '/^name/{print $2}' $HOMEDIR/current/election-details)
-OFFICIALS=$(cat ${HOMEDIR}/current/officials-$NAME)
-COUNT_VOTERS=$(wc -l <${HOMEDIR}/current/voters-$NAME)
-
-COUNT_SUBMIT=$(ls /home/*/.ballot-${NAME}-submitted 2>/dev/null | wc -l)
-COUNT_PENDING=$(ls /home/*/.ballot-${NAME} 2>/dev/null | wc -l)
-
-
-umask 057
-for u in ${OFFICIALS} ; do
-OUTFILE="/home/$u/voter-turnout-${NAME}"
-#cat <<-EOF
-cat >${OUTFILE} <<-EOF
-Eligable voters: $COUNT_VOTERS
-Submitted votes: ${COUNT_SUBMIT}
-Pending votes: ${COUNT_PENDING}
-Turnout: $(echo "scale=10; ${COUNT_SUBMIT}/${COUNT_VOTERS}*100" | bc | xargs 
printf '%02.3f' )%
-EOF
-chown ${u}:root ${OUTFILE}
-done

diff --git a/election-stats-count b/election-stats-count
new file mode 12
index 000..fad4dda
--- /dev/null
+++ b/election-stats-count
@@ -0,0 +1 @@
+statify
\ No newline at end of file

diff --git a/statify b/statify
new file mode 100755
index 000..c424696
--- /dev/null
+++ b/statify
@@ -0,0 +1,121 @@
+#!/usr/bin/perl -w
+# $Id$
+#
+# Copyright 2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# Author: Robin H Johnson 
+#
+# statify: Produce early election statistics
+#
+
+BEGIN { 
+if(-f '/etc/elections/Votify.pm') {
+push @INC, '/etc/elections';
+} else {
+push @INC, '.' if -f 'Votify.pm'; 
+}
+}
+
+use POSIX;
+use Getopt::Long;
+use List::Util;
+use Cwd qw(abs_path);
+use File::Spec::Functions;
+use Votify 'official';
+use strict;
+
+##
+# Global vars
+##
+
+(my $zero = $0) =~ s,.*/,,;
+(my $version = $Votify::version) =~ s/.*?(\d.*\d).*/$zero version $1\n/;
+my %opt;
+
+# Collect the open elections
+my (%open_elections, $usage_elections);
+%open_elections = Votify::get_open_elections_hash();
+if (scalar keys %open_elections) {
+$usage_elections = join("\n", keys %open_elections);
+} else {
+$usage_elections = "(no elections currently open)";
+}
+
+# rest of usage
+my $usage = < $count_voters,
+   submitted => $count_submit,
+   pending => $count_pending,
+   };
+   my $results_buffer =  ''
+   .sprintf("Election: %s\n", $election_name)
+   .sprintf("Timestamp: %s\n", POSIX::strftime($Votify::datefmt, gmtime))
+   .sprintf("Eligable voters: %d\n", 

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

2016-06-18 Thread Robin H. Johnson
commit: bd4772016b1b8690acdd276fb5d7dd9eaaf6b6e2
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jun 28 05:34:09 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jun 28 05:34:09 2015 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=bd477201

None of the codebase uses the "current" symlink anymore!

Signed-off-by: Robin H. Johnson  gentoo.org>

 current | 1 -
 1 file changed, 1 deletion(-)

diff --git a/current b/current
deleted file mode 12
index 7195ce7..000
--- a/current
+++ /dev/null
@@ -1 +0,0 @@
-council-201506
\ No newline at end of file



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

2016-06-18 Thread William Hubbs
commit: 6e87383571410a7375111668c7553f117b8db7ad
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jun 18 16:44:44 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jun 18 16:49:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e873835

net-misc/dhcpcd: version bump to 6.11.1

Package-Manager: portage-2.2.28

 net-misc/dhcpcd/Manifest |   1 +
 net-misc/dhcpcd/dhcpcd-6.11.1.ebuild | 115 +++
 2 files changed, 116 insertions(+)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 538c072..7f14f2e 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -3,3 +3,4 @@ DIST dhcpcd-6.10.1.tar.xz 180112 SHA256 
284abf8c3be0580bbac5eaca95359346ab0d78d4
 DIST dhcpcd-6.10.2.tar.xz 184512 SHA256 
64a0ff84ba7f1e820b2ccfe08980b3b73e96bb072274b21de523f1da83a94e09 SHA512 
66e472b32373328fb18723d7efa9f200befb35762449a26a81d4c137eb17aae1d86bce59cc057dfb328e83061d7747a8c6facac2f0304750acfb4c634e896a65
 WHIRLPOOL 
e92e64b36c26d651b8cd9ddc4c6902e351afe28c71a16a3f6bd069d1414eebf85791abb8eee3a6272134e5fec73f0ac4c0225c8b20ca2be07f2ac210b134bf7f
 DIST dhcpcd-6.10.3.tar.xz 185520 SHA256 
b586c1f770373f83e3f574c683c66bea217a6d6c89b8e91dbdb6f75aa654c8d5 SHA512 
6ebcb720909f4d167d064d5e8ed961c331470762e89f4e5c145f048424ef170ffc218e9a9dcc94e3a8dce6ccc147710ec2ef17627a708918203858f3dcdca43d
 WHIRLPOOL 
4c9844de4b6e69a761c7a5a9c34da7f97e906a379b837ccfe647f1fab5e648193298744a8eded6f46379c056cb8fcb8148af1f0e5e95d5726529a3cc2686b27f
 DIST dhcpcd-6.11.0.tar.xz 187580 SHA256 
31c2cd327657f11c427fe5044f74c5b942e70450fa43ceabf4b25f3fd459 SHA512 
ee46f28b046752e80839c229e074cb87aea93695c1347ba852a026828a34b47f66990c9ce863f7de02ad81cc922c0ae000ab8fbb23ed9f2d1f97b720020db166
 WHIRLPOOL 
6950d95493baaf2c16343590f6c89fcf471de50c5423030607b1a26144c86636b40fb693ce87cd4d13e433f0423ff48449b7db37f7e1266038ee2b6268116ec5
+DIST dhcpcd-6.11.1.tar.xz 190956 SHA256 
5c823d607ed1d7513d16ec51c54e21657f1324899e0ba333a497682d88a8c6ee SHA512 
50ef755b13a96fe484623d9f2dbd91407fbea5ca728fd05dbf4259a61611a07cf3ffad7e8d20ecd513dbef80602074809abd1f5177daaa51ceccc2af5c88269f
 WHIRLPOOL 
a32350beee83184fc9d0dec5cd65f265a83aa95177b8ff700fcce2aaf2ac6c2600c322e3d8c65f1d2e9d3a2cbe71bc00b3a6efbf045fa9c805b76a3a1fca0de5

diff --git a/net-misc/dhcpcd/dhcpcd-6.11.1.ebuild 
b/net-misc/dhcpcd/dhcpcd-6.11.1.ebuild
new file mode 100644
index 000..0b616f0
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-6.11.1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == "" ]]; then
+   FOSSIL_URI="http://roy.marples.name/projects/dhcpcd;
+else
+   MY_P="${P/_alpha/-alpha}"
+   MY_P="${MY_P/_beta/-beta}"
+   MY_P="${MY_P/_rc/-rc}"
+   SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+inherit eutils systemd toolchain-funcs
+
+DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
+HOMEPAGE="http://roy.marples.name/projects/dhcpcd/;
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
+
+COMMON_DEPEND="udev? ( virtual/udev )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+if [[ ${PV} == "" ]]; then
+   DEPEND+=" dev-vcs/fossil"
+
+   src_unpack()
+   {
+   local distdir=${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}
+   local repo=${distdir}/fossil/${PN}.fossil
+
+   addwrite "${distdir}"
+
+   if [[ -e "${repo}" ]]; then
+   fossil pull "${FOSSIL_URI}" -R "${repo}" || die
+   else
+   mkdir -p "${distdir}/fossil" || die
+   fossil clone "${FOSSIL_URI}" "${repo}" || die
+   fi
+
+   mkdir -p "${S}" || die
+   cd "${S}" || die
+   fossil open "${repo}" || die
+   }
+fi
+
+src_configure()
+{
+   local dev hooks rundir
+   use udev || dev="--without-dev --without-udev"
+   hooks="--with-hook=ntp.conf"
+   use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
+   use kernel_linux && rundir="--rundir=${EPREFIX}/run"
+   econf \
+   --prefix="${EPREFIX}" \
+   --libexecdir="${EPREFIX}/lib/dhcpcd" \
+   --dbdir="${EPREFIX}/var/lib/dhcpcd" \
+   --localstatedir="${EPREFIX}/var" \
+   ${rundir} \
+   $(use_enable embedded) \
+   $(use_enable ipv6) \
+   ${dev} \
+   CC="$(tc-getCC)" \
+   ${hooks}
+}
+
+src_install()
+{
+   default
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service

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

2016-06-18 Thread Michael Sterrett
commit: 5f01e713c4ae1966271997a93f62f107fedc8122
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sat Jun 18 16:40:53 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sat Jun 18 16:40:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f01e713

media-libs/glfw: clean unused version

Package-Manager: portage-2.2.28

 media-libs/glfw/Manifest |  1 -
 media-libs/glfw/files/glfw-2.7.7-dyn.patch   | 31 
 media-libs/glfw/files/glfw-2.7.7-pkgconfig.patch | 37 -
 media-libs/glfw/glfw-2.7.7.ebuild| 95 
 4 files changed, 164 deletions(-)

diff --git a/media-libs/glfw/Manifest b/media-libs/glfw/Manifest
index 284b778..5af3f45 100644
--- a/media-libs/glfw/Manifest
+++ b/media-libs/glfw/Manifest
@@ -1,2 +1 @@
-DIST glfw-2.7.7.tar.bz2 927805 SHA256 
422e755979524a1da28e4addcae723b7132998ca15e89be41bf34964d9360aa2 SHA512 
1b51b9d88c8eed9da8084421949b561a4779410a6369ffdf482c2d8a166bab8c58bbb087ef6f32180d3fe9430988549be5c183b338dd0e1191b2c4b4a7b55379
 WHIRLPOOL 
646d38fd3ea88e8aa19dcbfa8f8b933adc530ea946cd51c3e03971ed6cdb294dadf5020a876ba298c378896179a4a7ba0129b858fc7f1273a574fe1c2c388a77
 DIST glfw-3.1.2.tar.bz2 588640 SHA256 
31a1e6b6d7c64bbf44dce623785c87c0f29d965b19c452828e48acd64fa643e7 SHA512 
00dc822403848f3e60535b9f70ea43147717252373c704c52b5480020cea7f416a00c036ab5ffbc0bc76863c4ddb7d271310e64face639e68f7a62e9db882e94
 WHIRLPOOL 
1e54efff306fc7f17620f6a874c66e5315d9dd2b2c45f6f4c95562b1c2ac50c5e4410173c23351c31aeaee187b5fe3d1788fd9a42053d420b5a252331a2c

diff --git a/media-libs/glfw/files/glfw-2.7.7-dyn.patch 
b/media-libs/glfw/files/glfw-2.7.7-dyn.patch
deleted file mode 100644
index 4dc4cc2..000
--- a/media-libs/glfw/files/glfw-2.7.7-dyn.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 lib/x11/Makefile.x11.in
-+++ lib/x11/Makefile.x11.in
-@@ -8,7 +8,7 @@
- ##
- # Default: Build GLFW static library
- ##
--all: libglfw.a libglfw.so
-+all: libglfw.a libglfw.so.2.7.7
- 
- 
- ##
-@@ -112,7 +112,7 @@
- ##
- # Rule for building shared library
- ##
--libglfw.so: $(SHARED_OBJS)
-+libglfw.so.2.7.7: $(SHARED_OBJS)
-   $(CC) $(SOFLAGS) -o $@ $(SHARED_OBJS) $(LFLAGS) $(LIBS)
- 
- 
 compile.sh
-+++ compile.sh
-@@ -88,7 +88,7 @@
- case "x`uname 2> /dev/null`" in
- xLinux)
-   GLFW_LIB_CFLAGS="$GLFW_LIB_CFLAGS -D_GLFW_USE_LINUX_JOYSTICKS"
--  SOFLAGS="-shared -Wl,-soname,libglfw.so"
-+  SOFLAGS="-shared -Wl,-soname,libglfw.so.2.7.7"
-   echo "Linux" 1>&6
-   ;;
- xDarwin)

diff --git a/media-libs/glfw/files/glfw-2.7.7-pkgconfig.patch 
b/media-libs/glfw/files/glfw-2.7.7-pkgconfig.patch
deleted file mode 100644
index e880995..000
--- a/media-libs/glfw/files/glfw-2.7.7-pkgconfig.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-support libsuffix, fix version
-
 lib/x11/Makefile.x11.in
-+++ lib/x11/Makefile.x11.in
-@@ -3,6 +3,7 @@
- # Installation prefix (default to /usr/local)
- ##
- PREFIX ?= /usr/local
-+LIBDIR ?= lib
- 
- 
- ##
-@@ -99,7 +100,7 @@
- # Rule for building libglfw.pc
- ##
- libglfw.pc: libglfw.pc.in
--  $(SED) -e 's,\@PREFIX\@,$(PREFIX),' libglfw.pc.in > libglfw.pc
-+  $(SED) -e 's,\@PREFIX\@,$(PREFIX),' -e 's,\@LIBDIR@,$(LIBDIR),' 
libglfw.pc.in > libglfw.pc
- 
- 
- ##
 compile.sh
-+++ compile.sh
-@@ -734,11 +734,11 @@
- prefix=@PREFIX@
- exec_prefix=\${prefix}
- includedir=\${prefix}/include
--libdir=\${exec_prefix}/lib
-+libdir=\${exec_prefix}/@LIBDIR@
- 
- Name: GLFW
- Description: A portable framework for OpenGL development
--Version: 2.7.4
-+Version: 2.7.7
- URL: http://www.glfw.org/
- Requires.private: gl x11 $PKG_LIBS
- Libs: -L\${libdir} -lglfw $LFLAGS_THREAD $LFLAGS_CLOCK

diff --git a/media-libs/glfw/glfw-2.7.7.ebuild 
b/media-libs/glfw/glfw-2.7.7.ebuild
deleted file mode 100644
index c8155ac..000
--- a/media-libs/glfw/glfw-2.7.7.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="The Portable OpenGL FrameWork"
-HOMEPAGE="http://www.glfw.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples static-libs"
-
-DEPEND="x11-libs/libX11
-   x11-libs/libXrandr
-   virtual/glu
-  

[gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/

2016-06-18 Thread Michael Sterrett
commit: d45d0188d0e2afa99a874864e17172edbf70739a
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sat Jun 18 16:39:27 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sat Jun 18 16:39:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45d0188

games-strategy/s25rttr: clean metadata.xml

Package-Manager: portage-2.2.28

 games-strategy/s25rttr/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/games-strategy/s25rttr/metadata.xml 
b/games-strategy/s25rttr/metadata.xml
index 17e834f..e5e3b0f 100644
--- a/games-strategy/s25rttr/metadata.xml
+++ b/games-strategy/s25rttr/metadata.xml
@@ -9,7 +9,4 @@
 
http://www.siedler25.org/index.php?com=dynamicmod=9PHPSESSID=e5fa4f90c4db5df0cb1e417e128300b5
 https://bugs.launchpad.net/s25rttr

-   
-   Compile another video driver based on 
media-libs/glfw.
-   
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/

2016-06-18 Thread Michael Sterrett
commit: af95483a593a753abe6829b2028e5f611d19895e
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sat Jun 18 16:39:00 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sat Jun 18 16:39:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af95483a

games-strategy/s25rttr: clean old

Package-Manager: portage-2.2.28

 games-strategy/s25rttr/s25rttr-0.8.1-r1.ebuild | 112 -
 1 file changed, 112 deletions(-)

diff --git a/games-strategy/s25rttr/s25rttr-0.8.1-r1.ebuild 
b/games-strategy/s25rttr/s25rttr-0.8.1-r1.ebuild
deleted file mode 100644
index b8d00d7..000
--- a/games-strategy/s25rttr/s25rttr-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils cmake-utils gnome2-utils games
-
-DESCRIPTION="Open Source remake of The Settlers II game (needs original game 
files)"
-HOMEPAGE="http://www.siedler25.org/;
-# no upstream source tarball yet
-# https://bugs.launchpad.net/s25rttr/+bug/1069546
-SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug glfw"
-
-RDEPEND="app-arch/bzip2
-   media-libs/libsamplerate
-   media-libs/libsdl[X,sound,opengl,video]
-   media-libs/libsndfile
-   media-libs/sdl-mixer[vorbis]
-   net-libs/miniupnpc
-   virtual/libiconv
-   virtual/opengl
-   glfw? ( 

[gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/

2016-06-18 Thread Michael Sterrett
commit: 9783f9fd82bfdbcb2b0e9388a4a77dd63542d016
Author: Michael Sterrett  gentoo  org>
AuthorDate: Sat Jun 18 16:31:26 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Sat Jun 18 16:31:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9783f9fd

games-strategy/s25rttr: mark stable for x86 (bug #584130)

Package-Manager: portage-2.2.28

 games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild 
b/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild
index 95bcf5e..a7d0149 100644
--- a/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild
+++ b/games-strategy/s25rttr/s25rttr-0.8.1-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND="app-arch/bzip2



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

2016-06-18 Thread Sergey Popov
commit: ffb13985985338cce61ed7077b03324639ba3768
Author: Sergey Popov  gentoo  org>
AuthorDate: Sat Jun 18 16:17:45 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Sat Jun 18 16:19:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb13985

x11-misc/outwiker: version bump

Set SLOT on wxpython dependency

Gentoo-Bug: 571488
Gentoo-Bug: 584170

Package-Manager: portage-2.3.0_rc1

 x11-misc/outwiker/Manifest  |  1 +
 x11-misc/outwiker/outwiker-1.8.0.ebuild |  2 +-
 x11-misc/outwiker/outwiker-1.9.0.790.ebuild | 63 +
 3 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/x11-misc/outwiker/Manifest b/x11-misc/outwiker/Manifest
index 2afbb84..5b366f2 100644
--- a/x11-misc/outwiker/Manifest
+++ b/x11-misc/outwiker/Manifest
@@ -1 +1,2 @@
 DIST outwiker-1.8.0.tar.gz 27931330 SHA256 
b000980b7c744000f1876860c163a27b5c9513ceb04dc77f4fbe974bfdf1a060 SHA512 
d4b669383c8c1c95683e8f38617618583076f25db4c3eac778644c9bceeb1e78a7574a1dbea962e2d513e5a0349fced52608a470eb7b6c84dbf83a09c0256df6
 WHIRLPOOL 
10f0f13188a7da3bf12c15f64b23ba751d74d0fb4757cd3ab4db4d0b64a49177c0cb792f95b6dfc7d716a45b54671ca72c8642d753070e3aa071371a9f5bfea5
+DIST outwiker-1.9.0.790.tar.gz 37720668 SHA256 
37de06fe66d990ea05e1fa0ee7520ea4ffbcf1a10451ae082e9b1dbf874a7643 SHA512 
3916692b307efb1a1c44c87e19cf3e8eb8cdb4cbc07decda637ab5a5ea399ba6f5d2e5c1b4c528bc4238ab66cb8fdf5954fc9a21185f25fbb6e886a5ca1be7c9
 WHIRLPOOL 
ec9ecbc58fb3e6f4dbe3ad8f69486933304a79ba7b639cc81abdca2e0a6ac4dd31805dbcc3a7118e5bfc39f5dcdf15feb93485618104adf572f424a6fd986d50

diff --git a/x11-misc/outwiker/outwiker-1.8.0.ebuild 
b/x11-misc/outwiker/outwiker-1.8.0.ebuild
index 013cb1c..9a37a5d 100644
--- a/x11-misc/outwiker/outwiker-1.8.0.ebuild
+++ b/x11-misc/outwiker/outwiker-1.8.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
dev-python/pywebkitgtk[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
+   dev-python/wxpython:2.8[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
x11-misc/xdg-utils
x11-themes/hicolor-icon-theme

diff --git a/x11-misc/outwiker/outwiker-1.9.0.790.ebuild 
b/x11-misc/outwiker/outwiker-1.9.0.790.ebuild
new file mode 100644
index 000..c9cba69
--- /dev/null
+++ b/x11-misc/outwiker/outwiker-1.9.0.790.ebuild
@@ -0,0 +1,63 @@
+# 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 python-r1
+
+DESCRIPTION="The tree notes organizer"
+HOMEPAGE="http://jenyay.net/Outwiker/English;
+SRC_URI="https://github.com/Jenyay/${PN}/archive/release_${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pywebkitgtk[${PYTHON_USEDEP}]
+   dev-python/wxpython:2.8[${PYTHON_USEDEP}]
+   x11-misc/xdg-utils
+   x11-themes/hicolor-icon-theme
+"
+
+S="${WORKDIR}/${PN}-release_${PV}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   # fix desktop file
+   sed -i -e 's/Application;//' outwiker.desktop || die 'sed on 
outwiker.desktop failed'
+
+   eapply_user
+}
+
+src_compile() { :; }
+
+src_install() {
+   # Do not install tests
+   rm -r src/test*
+
+   insinto "/usr/share/${PN}"
+   doins -r src/*
+   dobin "${PN}"
+
+   domenu "${PN}.desktop"
+   dodoc README README.md
+
+   # Install mans
+   doman man/man1/${PN}.1
+   insinto /usr/share/man/ru/man1
+   doins man/ru/man1/${PN}.1
+
+   # Install icons
+   doicon "images/${PN}.xpm"
+   newicon -s scalable "images/${PN}.svg" "${PN}.svg"
+   for i in 16 22 24 32 48 64 128 256; do
+   newicon -s $i "images/${PN}_$i.png" "${PN}.png"
+   done
+}



[gentoo-commits] proj/elections:refactor commit in: council-201606/, /

2016-06-18 Thread Jorge Manuel B. S. Vicetto
commit: be298bda950bbbd6c319b61c14364ef36934c186
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Jun 18 15:51:51 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Jun 18 15:51:51 2016 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=be298bda

Prepare the council-201606 election.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 Votify.pm   |   2 +-
 council-201606/Votify.pm|   1 +
 council-201606/ballot-council-201606|  13 ++
 council-201606/election-details |   6 +
 council-201606/get-devs-list|   2 +
 council-201606/officials-council-201606 |   4 +
 council-201606/start-council-201606 |   1 +
 council-201606/stop-council-201606  |   1 +
 council-201606/voters-council-201606| 242 
 9 files changed, 271 insertions(+), 1 deletion(-)

diff --git a/Votify.pm b/Votify.pm
index 289be2c..48e5938 100644
--- a/Votify.pm
+++ b/Votify.pm
@@ -1,6 +1,6 @@
 # $Id: Votify.pm,v 1.5 2005/05/16 23:58:09 agriffis Exp $
 #
-# Copyright 2005-2015 Gentoo Foundation
+# Copyright 2005-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 #
 # votify.pm: common classes for votify and countify

diff --git a/council-201606/Votify.pm b/council-201606/Votify.pm
new file mode 12
index 000..a6f4461
--- /dev/null
+++ b/council-201606/Votify.pm
@@ -0,0 +1 @@
+../Votify.pm
\ No newline at end of file

diff --git a/council-201606/ballot-council-201606 
b/council-201606/ballot-council-201606
new file mode 100644
index 000..2756598
--- /dev/null
+++ b/council-201606/ballot-council-201606
@@ -0,0 +1,13 @@
+_reopen_nominations
+blueness
+dilfridge
+djc
+jlec
+k_f
+mounsieurp
+patrick
+perfinion
+rich0
+slyfox
+ulm
+williamh

diff --git a/council-201606/election-details b/council-201606/election-details
new file mode 100644
index 000..9c4eb10
--- /dev/null
+++ b/council-201606/election-details
@@ -0,0 +1,6 @@
+name: council-201606
+startDate: 2016-06-19 00:00:00 UTC
+endDate: 2015-07-03 00:00:01 UTC
+officials: a3li, creffett, jmbsvicetto, neddyseagoon
+voters: 
https://projects.gentoo.org/elections/council/2016/voters-council-201606.txt
+ballot: 
https://projects.gentoo.org/elections/council/2016/ballot-council-201606.txt

diff --git a/council-201606/get-devs-list b/council-201606/get-devs-list
new file mode 100644
index 000..ce27f5c
--- /dev/null
+++ b/council-201606/get-devs-list
@@ -0,0 +1,2 @@
+ENAME=$(awk '/^name:/{print $2}' election-details)
+ldapsearch 
'(&(objectClass=gentooDev)(gentooStatus=active)(!(gentooAccess=infra-system.group)))'
 -Z uid -LLL -S uid | awk '/^uid:/ {print $2}' >${ENAME}-devs-list

diff --git a/council-201606/officials-council-201606 
b/council-201606/officials-council-201606
new file mode 100644
index 000..fbd00e2
--- /dev/null
+++ b/council-201606/officials-council-201606
@@ -0,0 +1,4 @@
+a3li
+creffett
+jmbsvicetto
+neddyseagoon

diff --git a/council-201606/start-council-201606 
b/council-201606/start-council-201606
new file mode 100644
index 000..66b19f4
--- /dev/null
+++ b/council-201606/start-council-201606
@@ -0,0 +1 @@
+1466294400

diff --git a/council-201606/stop-council-201606 
b/council-201606/stop-council-201606
new file mode 100644
index 000..506342f
--- /dev/null
+++ b/council-201606/stop-council-201606
@@ -0,0 +1 @@
+1467504000

diff --git a/council-201606/voters-council-201606 
b/council-201606/voters-council-201606
new file mode 100644
index 000..f305c9a
--- /dev/null
+++ b/council-201606/voters-council-201606
@@ -0,0 +1,242 @@
+a3li
+aballier
+ackle
+ago
+aidecoe
+alexxy
+alicef
+alonbl
+alunduil
+amadio
+amynka
+anarchy
+angelos
+antarus
+araujo
+armin76
+axs
+beandog
+bernalex
+betelgeuse
+bicatali
+billie
+binki
+bircoph
+blackace
+blueboar
+blueknight
+blueness
+bman
+calchan
+cardoe
+caster
+cedk
+chainsaw
+chewi
+chiguire
+chiitoo
+chithanh
+chutzpah
+civil
+craig
+creffett
+cynede
+d2_racing
+dabbott
+darkside
+dastergon
+dberkholz
+deathwing00
+desultory
+dev-zero
+dilfridge
+djc
+dlan
+dolsen
+earthwings
+eras
+ercpe
+eva
+expeditioneer
+fauli
+flameeyes
+flammie
+floppym
+fordfrog
+fox
+fuzzyray
+george
+gienah
+gmsoft
+gokturk
+graaff
+gregkh
+grknight
+grobian
+grozin
+gurligebis
+hanno
+hattya
+haubi
+hd_brummy
+heroxbd
+hkbst
+hparker
+hwoarang
+i92guboj
+idl0r
+ikelos
+iksaif
+isaiah
+jaaf
+jauhien
+jbartosik
+jcallen
+jdhore
+je_fro
+jer
+jkt
+jlec
+jmbsvicetto
+jmorgan
+john_r_graham
+johu
+joker
+josejx
+jsbronder
+jstein
+kallamej
+kensington
+keri
+kernelsensei
+keytoaster
+k_f
+klausman
+klondike
+kumba
+leio
+lejonet
+lh
+lordvan
+lu_zero
+lxnay
+mabi
+maekke
+maffblaster
+maksbotan
+marienz
+matsl
+matsuu
+mattm
+mattst88
+mgorny
+miknix
+miska
+mjo
+monsieurp
+moult
+mpagano
+mr_bones_
+mrueg
+mschiff
+naota
+nathanzachary
+nativemad
+neddyseagoon
+nerdboy
+neurogeek

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

2016-06-18 Thread James Le Cuirot
commit: ce9240f67264dd198e33ba8b504356d39bac66ff
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Jun 17 21:47:23 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jun 18 13:53:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9240f6

java-vm-2.eclass: Remove unused nsplugin code

 eclass/java-vm-2.eclass | 114 ++--
 1 file changed, 3 insertions(+), 111 deletions(-)

diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass
index b5d4c94..efdf52d 100644
--- a/eclass/java-vm-2.eclass
+++ b/eclass/java-vm-2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -66,8 +66,8 @@ java-vm-2_pkg_setup() {
 # @DESCRIPTION:
 # default pkg_postinst
 #
-# Set the generation-2 system VM and Java plugin, if it isn't set or the
-# setting is invalid. Also update mime database.
+# Set the generation-2 system VM, if it isn't set or the setting is
+# invalid. Also update mime database.
 
 java-vm-2_pkg_postinst() {
has ${EAPI:-0} 0 1 2 && ! use prefix && EROOT=${ROOT}
@@ -84,64 +84,10 @@ java-vm-2_pkg_postinst() {
fi
fi
 
-   if [[ "${_install_mozilla_plugin_called}" = 1 ]]; then
-   java-vm_check-nsplugin
-   java_mozilla_clean_
-   fi
-
fdo-mime_desktop_database_update
 }
 
 
-# @FUNCTION: java-vm_check-nsplugin
-# @INTERNAL
-# @DESCRIPTION:
-# Check if the nsplugin needs updating
-
-java-vm_check-nsplugin() {
-   local libdir
-   if [[ ${VMHANDLE} =~ emul-linux-x86 ]]; then
-   libdir=lib32
-   else
-   libdir=lib
-   fi
-
-   has ${EAPI:-0} 0 1 2 && ! use prefix && EPREFIX=
-
-   # Install a default nsplugin if we don't already have one
-   if in_iuse nsplugin && use nsplugin; then
-   if [[ ! -f 
"${ROOT}${EPREFIX}"/usr/${libdir}/nsbrowser/plugins/javaplugin.so ]]; then
-   einfo "No system nsplugin currently set."
-   java-vm_set-nsplugin
-   else
-   einfo "System nsplugin is already set, not changing it."
-   fi
-   einfo "You can change nsplugin with eselect java-nsplugin."
-   fi
-}
-
-
-# @FUNCTION: java-vm_set-nsplugin
-# @INTERNAL
-# @DESCRIPTION:
-# Set the nsplugin implemetation.
-
-java-vm_set-nsplugin() {
-   local extra_args
-   if use amd64; then
-   if [[ ${VMHANDLE} =~ emul-linux-x86 ]]; then
-   extra_args="32bit"
-   else
-   extra_args="64bit"
-   fi
-   einfo "Setting ${extra_args} nsplugin to ${VMHANDLE}"
-   else
-   einfo "Setting nsplugin to ${VMHANDLE}..."
-   fi
-   eselect java-nsplugin set ${extra_args} ${VMHANDLE}
-}
-
-
 # @FUNCTION: java-vm-2_pkg_prerm
 # @DESCRIPTION:
 # default pkg_prerm
@@ -345,57 +291,3 @@ java-vm_sandbox-predict() {
echo "SANDBOX_PREDICT=\"${path}\"" > 
"${ED}/etc/sandbox.d/20${VMHANDLE}" \
|| die "Failed to write sandbox control file"
 }
-
-
-# @FUNCTION: java_get_plugin_dir_
-# @INTERNAL
-# @DESCRIPTION:
-# Get the java plugin dir.
-
-java_get_plugin_dir_() {
-   has ${EAPI:-0} 0 1 2 && ! use prefix && EPREFIX=
-   echo "${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins
-}
-
-
-# @FUNCTION: install_mozilla_plugin
-# @DESCRIPTION:
-# Register a netscape java-plugin.
-
-install_mozilla_plugin() {
-   _install_mozilla_plugin_called=1
-
-   local plugin="${1}"
-   local variant="${2}"
-
-   has ${EAPI:-0} 0 1 2 && ! use prefix && ED="${D}"
-   if [[ ! -f "${ED}/${plugin}" ]]; then
-   die "Cannot find mozilla plugin at ${ED}/${plugin}"
-   fi
-
-   if [[ -n "${variant}" ]]; then
-   variant="-${variant}"
-   fi
-
-   local plugin_dir="/usr/share/java-config-2/nsplugin"
-   dodir "${plugin_dir}"
-   dosym "${plugin}" "${plugin_dir}/${VMHANDLE}${variant}-javaplugin.so"
-}
-
-
-# @FUNCTION: java_mozilla_clean_
-# @INTERNAL
-# @DESCRIPTION:
-# Because previously some ebuilds installed symlinks outside of pkg_install
-# and are left behind, which forces you to manualy remove them to select the
-# jdk/jre you want to use for java
-
-java_mozilla_clean_() {
-   local plugin_dir=$(java_get_plugin_dir_)
-   for file in ${plugin_dir}/javaplugin_*; do
-   rm -f ${file}
-   done
-   for file in ${plugin_dir}/libjavaplugin*; do
-   rm -f ${file}
-   done
-}



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

2016-06-18 Thread Rafael Martins
commit: c19ecc1ad14dcf7c9f67193bc54b5ac0d4e5e3ee
Author: Rafael G. Martins  gentoo  org>
AuthorDate: Sat Jun 18 13:03:33 2016 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Sat Jun 18 13:03:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19ecc1a

dev-util/cram: Initial commit.

Package-Manager: portage-2.2.26

 dev-util/cram/Manifest|  1 +
 dev-util/cram/cram-0.7.ebuild | 21 +
 dev-util/cram/metadata.xml| 17 +
 3 files changed, 39 insertions(+)

diff --git a/dev-util/cram/Manifest b/dev-util/cram/Manifest
new file mode 100644
index 000..cef7f42
--- /dev/null
+++ b/dev-util/cram/Manifest
@@ -0,0 +1 @@
+DIST cram-0.7.tar.gz 33527 SHA256 
7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f SHA512 
9fa57e504abac8fd15bf5ff4a74405cb7acd10fd4c797adee87052a4f1c4e975bbc0f4219afd9485358b2c2939b48b3ffe538ae2abc6eea71e0ba8b458d50103
 WHIRLPOOL 
dccc6fe696423c4a9b7839b84da4e629e361fa8d867a6bd48611224cbf2b04493702d1e4efeaf705c03a6255fbcd57bbdf649e1b8e038b82ad75abd5bb5cc3a9

diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild
new file mode 100644
index 000..2869587
--- /dev/null
+++ b/dev-util/cram/cram-0.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Functional testing framework for command line applications"
+HOMEPAGE="https://bitheap.org/cram/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-util/cram/metadata.xml b/dev-util/cram/metadata.xml
new file mode 100644
index 000..3240415
--- /dev/null
+++ b/dev-util/cram/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rafaelmart...@gentoo.org
+   Rafael G. Martins
+   
+   
+   Cram is a functional testing framework for command line 
applications.
+   Cram tests look like snippets of interactive shell sessions. 
Cram
+   runs each command and compares the command output in the test 
with
+   the command's actual output.
+   
+   
+   cram
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/

2016-06-18 Thread Sergey Popov
commit: aec6f2c6738776d2bdb5827b39cc39be6ff152af
Author: Sergey Popov  gentoo  org>
AuthorDate: Sat Jun 18 11:48:29 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Sat Jun 18 11:48:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec6f2c6

net-p2p/retroshare: stable on x86

Gentoo-Bug: 570746

Package-Manager: portage-2.3.0_rc1

 net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild 
b/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild
index e64d2f3..ddcd3a9 100644
--- a/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.0_rc2_pre8551.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/retroshare/${PN}_${MY_PV}_src.tgz"
 # pegmarkdown can also be used with MIT
 LICENSE="GPL-2 GPL-3 Apache-2.0 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="cli feedreader +qt5 voip"
 REQUIRED_USE="|| ( cli qt5 )



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-06-18 Thread Agostino Sarubbo
commit: 7975e9605181ea23ddf444707b1ea5f2269a3bf0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 18 08:47:11 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 18 08:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7975e960

www-plugins/adobe-flash: amd64 stable wrt bug #586044

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

 www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild
index df210f7..91b9dd5 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild
@@ -34,7 +34,7 @@ REQUIRED_USE="
 "
 SLOT="0"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-06-18 Thread Agostino Sarubbo
commit: adf75c8995901536163068cf45cbe241c33203ca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 18 08:47:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 18 08:47:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf75c89

www-plugins/adobe-flash: x86 stable wrt bug #586044

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

 www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild
index 91b9dd5..8904f13 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.626.ebuild
@@ -34,7 +34,7 @@ REQUIRED_USE="
 "
 SLOT="0"
 
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



[gentoo-commits] proj/releng:catalyst3 commit in: config/

2016-06-18 Thread Robin H. Johnson
commit: 4cc5bb17183ae897e9072740c59a1447b92b2289
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 18 08:32:53 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 18 08:32:53 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=4cc5bb17

config/*auto: match any source spec, as the only different in our lines is the 
compression suffix.

Signed-off-by: Robin H. Johnson  gentoo.org>

 config/amd64-auto.conf | 1 +
 config/x86-auto.conf   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index ffdfbfc..8481106 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -8,3 +8,4 @@ envscript="/etc/catalyst/local/host.env"
 hash_function="crc32"
 digests="sha512 whirlpool"
 contents="auto"
+source_matching="loose"

diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index 86362ae..655a83b 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -8,3 +8,4 @@ envscript="/etc/catalyst/local/host.env"
 hash_function="crc32"
 digests="sha512 whirlpool"
 contents="auto"
+source_matching="loose"



[gentoo-commits] proj/releng:catalyst3 commit in: config/

2016-06-18 Thread Robin H. Johnson
commit: 84765fb127ec929a95f34997684c515ae88ee925
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 18 08:30:58 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 18 08:32:26 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=84765fb1

config/*auto: update sharedir.

Signed-off-by: Robin H. Johnson  gentoo.org>

 config/amd64-auto.conf| 2 +-
 config/snapshot-auto.conf | 2 +-
 config/x86-auto.conf  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index 6120a6a..ffdfbfc 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -1,7 +1,7 @@
 distdir="/release/tmp/distfiles/"
 portdir="/release/trees/portage-auto"
 options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
-sharedir="/usr/lib64/catalyst/"
+sharedir="/usr/share/catalyst/"
 storedir="/release/buildroot/amd64-dev"
 snapshot_cache="/release/tmp/snapshots"
 envscript="/etc/catalyst/local/host.env"

diff --git a/config/snapshot-auto.conf b/config/snapshot-auto.conf
index 7b39cb8..7c84d1b 100644
--- a/config/snapshot-auto.conf
+++ b/config/snapshot-auto.conf
@@ -1,6 +1,6 @@
 distdir="/usr/portage/distfiles"
 portdir="/release/trees/portage-auto"
-sharedir="/usr/lib/catalyst"
+sharedir="/usr/share/catalyst"
 storedir="/release"
 hash_function="crc32"
 digests="md5 sha1"

diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index f4e934f..86362ae 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -1,7 +1,7 @@
 distdir="/release/tmp/distfiles/"
 portdir="/release/trees/portage-auto"
 options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
-sharedir="/usr/lib64/catalyst/"
+sharedir="/usr/share/catalyst/"
 storedir="/release/buildroot/x86-dev"
 snapshot_cache="/release/tmp/snapshots"
 envscript="/etc/catalyst/local/host.env"



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/files/, sci-electronics/kicad/

2016-06-18 Thread Jason Zaman
commit: d926c776cd06ce6d6b25213f4172c297e053e373
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Sat Jun 11 08:24:50 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Jun 18 07:30:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d926c776

sci-electronics/kicad: Fix build issue with dev-libs/boost-1.61

Boost in 1.61 removed context API. Kicad developers had a patch,
that was autogenerated from boost and replaces context library.

Gentoo bug: #583640

Package-Manager: portage-2.3.0_rc1

 sci-electronics/kicad/Manifest |   1 +
 .../kicad/files/kicad-boost-context.patch  | 107 +++
 sci-electronics/kicad/kicad-4.0.2-r2.ebuild| 201 +
 3 files changed, 309 insertions(+)

diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest
index 7d23793..aba1b59 100644
--- a/sci-electronics/kicad/Manifest
+++ b/sci-electronics/kicad/Manifest
@@ -6,3 +6,4 @@ DIST kicad-4.0.2-library.tar.gz 105106185 SHA256 
0499da0fa617248a4196e50ff65c0bf
 DIST kicad-4.0.2.tar.xz 10841200 SHA256 
2eae6986843a29862ab399a30b50454582d22f58ed3f53eb50d0c85e5d488eb9 SHA512 
b0817cca7b8d0216507d78c602d332deaf2a68528b129309067b01e254c6600af5513dea7f44570beb4a339bc044ef7966890a91aeda6fd5a95515657cd1628a
 WHIRLPOOL 
7ae9b072addeea8cc3d6daa69b8f19d077604f0ec5d1e5dfed53efe6b0a32f6b12c1156c2f52092a859d9f716cab83d16b17b0e3abbc0c72a2bafacb3be27719
 DIST kicad-footprints-4.0.1.tar.gz 801985 SHA256 
e3b195706c8f30928c34478a87607e996def94a19982f8987a783b8e4ffe112f SHA512 
4fef1792eee8be951c77a8684942ecfa9047b602796f90e746010d63f72f5981cb2c90efe28ba7bd7d22894256d23f71b47eb170056e7b4423f72120f5413725
 WHIRLPOOL 
b41eb7149b14af4c3dd37bc19f7bba9afcc896c1b5d523e7bead0c6695dad7255527f952042589181876dc598d7a85963ab4f86b6c3179e0e82e6f187712c298
 DIST kicad-footprints-4.0.2.tar.gz 802003 SHA256 
eff257abc2d5e4b1b87b2251c74b5c751271505c0605f31f8f4390dedff43f6f SHA512 
2b54bbbcaac8ae17f9b27f2ba2542be10a84fda46266dfa249699d731ceb3de1c8129bcd1e88f045b2fb20af9a58658ef65390ea702e7c583923a50b10cd5a29
 WHIRLPOOL 
bf9f9475092eb6a9167d5297731942c9f0ad48a49ba05d04db400cff64c46a413ffec68d524f39edbfee05fb55216da5b69dd2c1f409e955cb0758da1383b140
+DIST kicad-libcontext.tar.gz 25599 SHA256 
37be6072a6016d402b4341e2ceba719cdd8e279e275ea7275d91e19e813a31a3 SHA512 
3b469dcf0e0f4e23f304d0068468a99516e89588d8f36a821af10e751f919cb8a9077d52109fdd43c1c2a443e026b38d0d3aa4774823d05755c9db35742d32d9
 WHIRLPOOL 
d05f43544fa4c9d1fae957445782ad610c07564db81c12491fe6aeaf6948a369b3f55114eacb21916fbc9001f20d0a2c4944c3ab0ccc8e57bf9aa44fea507087

diff --git a/sci-electronics/kicad/files/kicad-boost-context.patch 
b/sci-electronics/kicad/files/kicad-boost-context.patch
new file mode 100644
index 000..00e80f3
--- /dev/null
+++ b/sci-electronics/kicad/files/kicad-boost-context.patch
@@ -0,0 +1,107 @@
+diff -Naur kicad-4.0.2-orig/common/system/libcontext.cpp 
kicad-4.0.2/common/system/libcontext.cpp
+--- kicad-4.0.2-orig/common/system/libcontext.cpp   2016-06-16 
22:30:58.0 -0700
 kicad-4.0.2/common/system/libcontext.cpp2016-06-16 22:35:46.654719468 
-0700
+@@ -13,7 +13,7 @@
+ http://www.boost.org/LICENSE_1_0.txt)
+
+ */
+-#include "libcontext.h"
++#include 
+ #if defined(LIBCONTEXT_PLATFORM_windows_i386) && 
defined(LIBCONTEXT_COMPILER_gcc)
+ __asm (
+ ".text\n"
+diff -Naur kicad-4.0.2-orig/CMakeLists.txt kicad-4.0.2/CMakeLists.txt
+--- kicad-4.0.2-orig/CMakeLists.txt2016-02-13 13:14:42.0 -0800
 kicad-4.0.2/CMakeLists.txt 2016-06-11 01:11:25.623484908 -0700
+@@ -561,7 +561,7 @@
+ # Download boost and possibly build parts of it
+ #
+ if( KICAD_SKIP_BOOST )
+-find_package( Boost 1.54.0 REQUIRED COMPONENTS context date_time 
filesystem iostreams locale
++find_package( Boost 1.54.0 REQUIRED COMPONENTS date_time filesystem 
iostreams locale
+program_options regex 
system thread )
+ 
+ if( NOT Boost_FOUND )
+diff -Naur kicad-4.0.2-orig/common/CMakeLists.txt 
kicad-4.0.2/common/CMakeLists.txt
+--- kicad-4.0.2-orig/common/CMakeLists.txt 2016-02-13 13:14:42.0 
-0800
 kicad-4.0.2/common/CMakeLists.txt  2016-06-11 01:10:04.886830434 -0700
+@@ -256,6 +256,8 @@
+ view/view_item.cpp
+ view/view_group.cpp
+ 
++system/libcontext.cpp
++
+ math/math_util.cpp
+ 
+ tool/tool_action.cpp
+diff -Naur kicad-4.0.2-orig/include/tool/coroutine.h 
kicad-4.0.2/include/tool/coroutine.h
+--- kicad-4.0.2-orig/include/tool/coroutine.h  2016-02-13 13:14:42.0 
-0800
 kicad-4.0.2/include/tool/coroutine.h   2016-06-11 01:07:06.035378422 
-0700
+@@ -27,8 +27,7 @@
+ 
+ #include 
+ 
+-#include 
+-#include 
++#include 
+ 
+ #include "delegate.h"
+ 
+@@ -92,10 +91,8 @@
+ if( m_saved )
+ delete m_saved;
+ 
+-#if BOOST_VERSION >= 105600
+ if( m_self )
+