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

2016-05-01 Thread Zac Medico
commit: c21a3ef4d4c9e74bd9b0b5c9b93351c764d97997
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  2 05:29:39 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  2 05:33:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21a3ef4

dev-db/rqlite: update github remote-id

Package-Manager: portage-2.2.28

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

diff --git a/dev-db/rqlite/metadata.xml b/dev-db/rqlite/metadata.xml
index f14d95a..90df09b 100644
--- a/dev-db/rqlite/metadata.xml
+++ b/dev-db/rqlite/metadata.xml
@@ -5,6 +5,6 @@
 zmed...@gentoo.org
   
   
-otoolep/rqlite
+rqlite/rqlite
   
 



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

2016-05-01 Thread Hans de Graaff
commit: e9d5a7906f4d72435179d98f49d01f3d8948a26e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:22:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:26:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d5a790

dev-ruby/ox: add 2.4.1

Package-Manager: portage-2.2.26

 dev-ruby/ox/Manifest|  1 +
 dev-ruby/ox/ox-2.4.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 00bd167..5d09ca6 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,2 +1,3 @@
 DIST ox-2.3.0.tar.gz 181318 SHA256 
39b148be07479b8b017af8026eed936dc1f36f29b7b3fbca089aeffea2d97af9 SHA512 
fbe09bf7e8073a660ba8cc4fbc47580b34c740cf59dec7db0b339103872947a76f118debf0ab306bd12170e9db1c327075c511b6d0fbb42d87dfba6ddcd57610
 WHIRLPOOL 
8af68bfff2bc0e3b472c7ed0d5bcadb8431caa0e64d5dc3a712cb90a3feebd81ea930fb9480ada2d3638f00bde9624258ab5b9b19ce6c17f90f16833a9fb2cfb
 DIST ox-2.4.0.tar.gz 186709 SHA256 
aeecb115238048019816b73b01a9d78b33cb2f266911b196390741b095a82e9c SHA512 
a4794f2d0978b0b5962ff60ff8e7f7e357302563b442dfe8aa812fd9311db48cc5ee07b00d89aff7489d3a9d266c084c9f3a0b837cdd84c872db0e88b1b3048f
 WHIRLPOOL 
ae09ddf5e441e540195900ab26d062bb976255c8e5306d91803e28dadc0f9d84ebd406ebd5fe535ddf8727a5f29d731e0f2dbfa6ff51a6cd9f07938174743ec4
+DIST ox-2.4.1.tar.gz 188550 SHA256 
c9f26c026d614e1af52585dd271cbd4c794b861242ac1b71b08c2e195b10b1b9 SHA512 
69f0d24d8b712cdc34e3da2ab72e503af40c96387c0f6eeb73f4a753e4b64ebd0c2f214c10511d2d02395ceb86dffb6f0b94bee5272577e203f731bf4fde4630
 WHIRLPOOL 
99006b2963a1c61a6efd7da47c8e28b5e3fb23660a9a493cb94c99674789fc42a455a50f78bd0f511ced52913229b3a7ee5875cdbb2e3aa3056bccc969aeeb68

diff --git a/dev-ruby/ox/ox-2.4.1.ebuild b/dev-ruby/ox/ox-2.4.1.ebuild
new file mode 100644
index 000..7137319
--- /dev/null
+++ b/dev-ruby/ox/ox-2.4.1.ebuild
@@ -0,0 +1,33 @@
+# 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_EXTRADOC="README.md"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
+SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ox extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ox
+   cp ext/ox/ox$(get_modname) lib/ox/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/tests.rb || die
+}



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

2016-05-01 Thread Hans de Graaff
commit: bf258527c2b12392f70bb190d8db086578b9bb0d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:24:46 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:26:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf258527

dev-ruby/libxml: mark ruby21 revision stable

Package-Manager: portage-2.2.26

 dev-ruby/libxml/libxml-2.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/libxml/libxml-2.8.0-r1.ebuild 
b/dev-ruby/libxml/libxml-2.8.0-r1.ebuild
index f73369c..14abdbc 100644
--- a/dev-ruby/libxml/libxml-2.8.0-r1.ebuild
+++ b/dev-ruby/libxml/libxml-2.8.0-r1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/xml4r/libxml-ruby;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${RDEPEND} dev-libs/libxml2"



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

2016-05-01 Thread Hans de Graaff
commit: 4d969b310037a11b12b127938324fac48adc9046
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:18:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:25:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d969b31

dev-ruby/hashery: add 2.1.2

Package-Manager: portage-2.2.26

 dev-ruby/hashery/Manifest |  1 +
 dev-ruby/hashery/hashery-2.1.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/hashery/Manifest b/dev-ruby/hashery/Manifest
index 959f2b0..da4f2a8 100644
--- a/dev-ruby/hashery/Manifest
+++ b/dev-ruby/hashery/Manifest
@@ -1 +1,2 @@
 DIST hashery-2.1.1.gem 43008 SHA256 
8f94ee21ba35f970d188491318f9b79ff7288e517301700e4d342ba9255d5c75 SHA512 
f0fb1a0ca41264170bfeb970a2df5920109ed273f4f4617cfbde92e889ce6b5ec34e61be442182ddfca86efa13df3aab537bbc40d2c1e7791b74a9e5b4e0ca24
 WHIRLPOOL 
3b7e2e5b44ba917feec676c7548bdfca63c93f621eb296e36c6fcb87f3b1a5fedf0ce4335bac8cf369f364a980ec3c39617d4c3b5fc6b6aecc3f6e77c57e489b
+DIST hashery-2.1.2.gem 43008 SHA256 
d239cc2310401903f6b79d458c2bbef5bf74c46f3f974ae9c1061fb74a404862 SHA512 
953fb7024aeeff8720c14880f8cbf0ee03cc09624ba33152215439a2e252cea22167258e8e8c1cb023129a51cd95b2d9d33ca794a6b38560a8eb1e0fe44f290b
 WHIRLPOOL 
5bb4f38614665c8970c9f5c9cc3ed1ac5b982d2003343b518890ca22da6869071ec257179b71680bef006d7ad639222b58f9c8e6a089ea79ab1e69278ba040e8

diff --git a/dev-ruby/hashery/hashery-2.1.2.ebuild 
b/dev-ruby/hashery/hashery-2.1.2.ebuild
new file mode 100644
index 000..859e0a1
--- /dev/null
+++ b/dev-ruby/hashery/hashery-2.1.2.ebuild
@@ -0,0 +1,31 @@
+# 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_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The Hashery is a tight collection of Hash-like classes"
+HOMEPAGE="https://rubyworks.github.com/hashery;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/lemon
+   dev-ruby/qed
+   dev-ruby/rubytest
+   dev-ruby/rubytest-cli )"
+
+each_ruby_test() {
+   ${RUBY} -S qed || die 'tests failed'
+   ${RUBY} -S rubytest -Ilib -Itest test/ || die 'tests failed'
+}



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

2016-05-01 Thread Hans de Graaff
commit: c321897e83e48766088b77531197e1619792e0fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:19:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:25:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c321897e

dev-ruby/ansi: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 226d535..faad3c2 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2016-05-01 Thread Hans de Graaff
commit: 8b92fb8fb421ee749986726143232f59e60c3537
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:25:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:26:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b92fb8f

dev-ruby/libxml: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/libxml/libxml-2.8.0.ebuild | 64 -
 1 file changed, 64 deletions(-)

diff --git a/dev-ruby/libxml/libxml-2.8.0.ebuild 
b/dev-ruby/libxml/libxml-2.8.0.ebuild
deleted file mode 100644
index ea01e4e..000
--- a/dev-ruby/libxml/libxml-2.8.0.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
-
-# ruby22 → test suite hangs
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_NAME="libxml-ruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML"
-HOMEPAGE="https://github.com/xml4r/libxml-ruby;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${RDEPEND} dev-libs/libxml2"
-DEPEND="${DEPEND} dev-libs/libxml2"
-
-ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
-
-all_ruby_prepare() {
-   # Remove grancher tasks only needed for publishing the website
-   sed -i -e '/grancher/d' -e '/Grancher/,$d' Rakefile || die
-
-   # We don't have the hanna template available.
-   sed -i -e 's/hanna/rake/' Rakefile || die
-
-   # Remove rake-compiler bits since we don't use it
-   sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e 
'/GemPackageTask/,/end/d' Rakefile || die
-
-   # replace ulimit -n output as it does not work with Ruby 1.9
-   sed -i -e 's:`ulimit -n`:"'`ulimit -n`'":' test/tc_parser.rb || die
-
-   # Avoid test failures with libxml2-2.9.2 since that is the oldest
-   # secure version available: 
https://github.com/xml4r/libxml-ruby/issues/103
-   sed -i -e '/tc_html_parser_context/d' test/test_suite.rb || die
-   sed -i -e '/test_bad_xml/,/^  end/ s:^:#:' test/tc_parser.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/libxml extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -C ext/libxml V=1
-   cp ext/libxml/libxml_ruby.so lib/ || die
-}
-
-each_ruby_test() {
-   # The test suite needs to load its files in alphabetical order but
-   # this is not guaranteed. See bug 370501.
-   ${RUBY} -Ilib -r ./test/test_helper.rb test/test_suite.rb || die
-}



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

2016-05-01 Thread Hans de Graaff
commit: 780974eec1323b6c491a19b6ccfed9b1ea4d17d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  2 05:23:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  2 05:26:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780974ee

dev-ruby/http_parser_rb: cleanup

Package-Manager: portage-2.2.26

 .../http_parser_rb/http_parser_rb-0.6.0.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild 
b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild
deleted file mode 100644
index 703706d..000
--- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_NAME="http_parser.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simple callback-based HTTP request/response parser"
-HOMEPAGE="https://github.com/tmm1/http_parser.rb;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ruby_http_parser extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/ruby_http_parser V=1
-   cp ext/ruby_http_parser/ruby_http_parser.so lib/ || die
-}



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

2016-05-01 Thread Zac Medico
commit: 244bd082ba9b5607e633d19e0d4cee6f20516d70
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  2 05:22:37 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  2 05:23:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244bd082

dev-db/rqlite: version bump to 3.0.1

Package-Manager: portage-2.2.28

 dev-db/rqlite/Manifest|  1 +
 dev-db/rqlite/{rqlite-.ebuild => rqlite-3.0.1.ebuild} | 11 +--
 dev-db/rqlite/rqlite-.ebuild  |  7 +++
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index 19eba91..f146efa 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -5,3 +5,4 @@ DIST go-sqlite3-1.1.0_p20160307.tar.gz 1847839 SHA256 
f3551d37bb2a485ef2c62c205b
 DIST hashicorp-boltdb-d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz 8881 
SHA256 490ced07cc72baede9b997dcf92499fa0d4298926fbc51ee632bde3d3ea0979e SHA512 
4f98cf8cf375561f255822cbd21b6926d3bd12ff2a1d9307b59ce5e12628034f197f6efc85d9cc9cf951eac7402b36954c2ea686bb033075ec840106614f2039
 WHIRLPOOL 
337d399c6b73893bb72d77a77e6b2c7b5ee914d191b719dec13f72975c0a4ece1ee6a902d32197bbf0f0300bdc3ce8efda082363a1e79a7d3f2d8aec6eb2d436
 DIST hashicorp-raft-057b893fd996696719e98b6c44649ea14968c811.tar.gz 60617 
SHA256 0a97044468f5a7b0640296c0bf25c9b66c2f78a6df9fdd8bf8ea5d624549ea93 SHA512 
cc98717d405e3ee2479d44d79a98228faba3ca3ff41064490dde7555ca35bc65d3a8765778298fd0372b6a8afd0b00e5a557b8ad736709a0534c3fc85f61f3d7
 WHIRLPOOL 
74fd868a541d356284482c4af37b8affd61bf9588ec8c8f631cdb65d5c019cb5e4c78472b2fe111b137bf3aaf414c49c994e03a08522342047cd140df20986c6
 DIST rqlite-2.1.tar.gz 22054 SHA256 
0720cbf6972e83c7ca588440dee7f3c75d92baa5869244b3a36a8bb71b58af36 SHA512 
fc34ef604a3b8c0d574d78e75baabdf9c1d859771a076a6cd1c11c0737d8bd412f23be44bbeb0ef6404700e22149c93f0d54e27046f9350b43e9c492b72ae457
 WHIRLPOOL 
2bc9f25ef533c0e55b317ad1cf2325643b772b6219e2af2e7a5510bdbae9d516f83a5547548336ba456dcb19c8ff440178a4547ff486602b99bab413bd3b839b
+DIST rqlite-3.0.1.tar.gz 38710 SHA256 
c71308eb6703094d3b0c031d55c07e660e4820c92519bcdba3a6a1326fd80fa5 SHA512 
7103676e35c35ca06a004bd8f49f335702f6ec4e7338c58e5c161ef1bf94b2647098b1ef00e1a8555f9e23ca11ef8d882880ee18d1fa9adfe4baac1d428d7339
 WHIRLPOOL 
9930dc4a89859686ef3b9d6a6bcb6f97a2685a108c8b0a6e75a6625d28ba061bbc107dbc7833f59149913e9308d8c6a34d2586ebfb7b568343eb5e8f98b91a8b

diff --git a/dev-db/rqlite/rqlite-.ebuild 
b/dev-db/rqlite/rqlite-3.0.1.ebuild
similarity index 95%
copy from dev-db/rqlite/rqlite-.ebuild
copy to dev-db/rqlite/rqlite-3.0.1.ebuild
index 3ed035a..815ac44 100644
--- a/dev-db/rqlite/rqlite-.ebuild
+++ b/dev-db/rqlite/rqlite-3.0.1.ebuild
@@ -9,17 +9,16 @@ fi
 
 inherit golang-build
 
-KEYWORDS=""
-DESCRIPTION="Replicated SQLite using the Raft consensus protocol "
+KEYWORDS="~amd64"
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
 EGO_PN="github.com/rqlite/rqlite/..."
 HOMEPAGE="https://${EGO_PN%/*} http://www.philipotoole.com/tag/rqlite/;
 LICENSE="MIT"
 SLOT="0/${PVR}"
 IUSE=""
-RESTRICT="test"
 EGIT_REPO_URI="https://github.com/rqlite/rqlite.git;
-#EGIT_COMMIT="32514f4744917937d8ac9a85f4ad7ee7adcfe3d7"
-SRC_URI="
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz

https://github.com/armon/go-metrics/archive/345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz
 -> go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz

https://github.com/boltdb/bolt/archive/ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz
 -> bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz

https://github.com/hashicorp/go-msgpack/archive/fa3f63826f7c23912c15263591e65d54d080b458.tar.gz
 -> go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz
@@ -91,5 +90,5 @@ golang_install_pkgs() {
doins -r "${S}"/src/${EGO_PN%/*}
insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go 
env GOARCH)/${EGO_PN%/*}")
doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a}
-   dodoc "${S}/src/${EGO_PN%/*}/"{CHANGELOG,README}.md
+   dodoc "${S}/src/${EGO_PN%/*}/"*.md
 }

diff --git a/dev-db/rqlite/rqlite-.ebuild b/dev-db/rqlite/rqlite-.ebuild
index 3ed035a..cc4ef9f 100644
--- a/dev-db/rqlite/rqlite-.ebuild
+++ b/dev-db/rqlite/rqlite-.ebuild
@@ -10,15 +10,14 @@ fi
 inherit golang-build
 
 KEYWORDS=""
-DESCRIPTION="Replicated SQLite using the Raft consensus protocol "
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
 EGO_PN="github.com/rqlite/rqlite/..."
 HOMEPAGE="https://${EGO_PN%/*} http://www.philipotoole.com/tag/rqlite/;
 LICENSE="MIT"
 SLOT="0/${PVR}"
 IUSE=""
-RESTRICT="test"
 EGIT_REPO_URI="https://github.com/rqlite/rqlite.git;
-#EGIT_COMMIT="32514f4744917937d8ac9a85f4ad7ee7adcfe3d7"
+#EGIT_COMMIT="e3c20964fbdda2e865a5af20667a74fc2c3b5582"
 SRC_URI="


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

2016-05-01 Thread Matt Turner
commit: df56421763f3d76d2c1fd6d9b189e9c919183d02
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 03:44:23 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 04:03:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df564217

sys-apps/findutils: alpha stable, bug 576010.

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

diff --git a/sys-apps/findutils/findutils-4.6.0.ebuild 
b/sys-apps/findutils/findutils-4.6.0.ebuild
index a78962d..fb1ca2f 100644
--- a/sys-apps/findutils/findutils-4.6.0.ebuild
+++ b/sys-apps/findutils/findutils-4.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug nls selinux static test"
 
 RDEPEND="selinux? ( sys-libs/libselinux )



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

2016-05-01 Thread Matt Turner
commit: 4ad4eedc49acdcfbc8c3eefbe5e28fde261334e6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 01:00:36 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 04:03:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad4eedc

app-portage/portage-utils: alpha stable, bug 573106.

 app-portage/portage-utils/portage-utils-0.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.62.ebuild 
b/app-portage/portage-utils/portage-utils-0.62.ebuild
index 54e67e5..44ef48e 100644
--- a/app-portage/portage-utils/portage-utils-0.62.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.62.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 RDEPEND="dev-libs/iniparser:0"



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

2016-05-01 Thread Matt Turner
commit: f593c017463711e18786287dc442d8d6a3188727
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 03:48:21 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 04:03:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f593c017

dev-libs/json-c: alpha stable, bug 507218.

 dev-libs/json-c/json-c-0.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/json-c/json-c-0.12.ebuild 
b/dev-libs/json-c/json-c-0.12.ebuild
index 33db63f..1997eab 100644
--- a/dev-libs/json-c/json-c-0.12.ebuild
+++ b/dev-libs/json-c/json-c-0.12.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$
 
@@ -14,7 +14,7 @@ 
SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/

2016-05-01 Thread Matt Turner
commit: ecffd15c65a56526d0e1c998c22b1f9764204886
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 03:43:15 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 04:03:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecffd15c

sys-devel/autogen: alpha stable, bug 575068.

 sys-devel/autogen/autogen-5.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autogen/autogen-5.18.4.ebuild 
b/sys-devel/autogen/autogen-5.18.4.ebuild
index 3164f54..2d2710f 100644
--- a/sys-devel/autogen/autogen-5.18.4.ebuild
+++ b/sys-devel/autogen/autogen-5.18.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



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

2016-05-01 Thread Matt Turner
commit: 21d815f4e34b52e8c2ec355f430716e5533b9ea5
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 03:45:10 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 04:03:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d815f4

app-arch/unzip: alpha stable, bug 528082.

 app-arch/unzip/unzip-6.0_p20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/unzip/unzip-6.0_p20.ebuild 
b/app-arch/unzip/unzip-6.0_p20.ebuild
index e0ab247..73dd263 100644
--- a/app-arch/unzip/unzip-6.0_p20.ebuild
+++ b/app-arch/unzip/unzip-6.0_p20.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



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

2016-05-01 Thread Devan Franchini
commit: 69066223b400bc436272e556a4978c68ed5ad504
Author: Devan Franchini  gentoo  org>
AuthorDate: Mon May  2 03:57:38 2016 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:58:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69066223

Creating new ebuild for layman-2.4.0 release

Package-Manager: portage-2.2.27

 app-portage/layman/Manifest|  1 +
 app-portage/layman/layman-2.4.0.ebuild | 89 ++
 app-portage/layman/metadata.xml|  4 +-
 3 files changed, 92 insertions(+), 2 deletions(-)

diff --git a/app-portage/layman/Manifest b/app-portage/layman/Manifest
index 6e91462..ffa4da6 100644
--- a/app-portage/layman/Manifest
+++ b/app-portage/layman/Manifest
@@ -2,3 +2,4 @@ DIST layman-2.0.0.tar.gz 81184 SHA256 
5843035ae4cc069693c05cf9821dae3d89d3ea7e21
 DIST layman-2.1.0.tar.gz 94150 SHA256 
cb96306c84da1d49ff54a31f7511c62c859565361bd59164516cd2812c439987 SHA512 
1fa21392157c811c7751b8e3a11b858308c48720e377871bdd5afc525ebb50a92772064aa1148a4c20e3019f77b676ff65552439a71361d498952e362398c67f
 WHIRLPOOL 
77643bedb4167eb371357444328d439c8b433cfc22a8bf9e39693feb68b701ec158064db8d22da0e6eb5260f27d5604d8b252a67930b38d8bed5921822f71c29
 DIST layman-2.2.0.tar.gz 116210 SHA256 
4a10cfd3eb354e993886369995ae9b1243418e0370c6aabd4d0ef6c5b387b7a2 SHA512 
34cac041d7b64274debdbc42cab079fd3bb3aee511ea9e80db726df0f828207d79a5262788483ced5cbf49924e3aa4f19fe21439c98dceea973d8f83473c2e41
 WHIRLPOOL 
8c5d3cbbfef35c6294dfac899cb42f49e0761745573721e38b7d6c9ac48031f95bbb961c9d8dd9d309e4672cc1e5b050107ba025a9f28127e5d7d6d9a73a6e9a
 DIST layman-2.3.0.tar.gz 119223 SHA256 
76559b8e202c012d124deac01b92bbe70b550afe711144a3b1e301c5d8bbd0f2 SHA512 
d110fb1781017d87e995098ecb48c4223347323d67534b584a393dc4354b761a6d960fd31e6e6787b5f37fa7e63b357c49486042c7cb527f78dd5beb5373627d
 WHIRLPOOL 
76c82f08b18830e925ffd4c97b490753de2e7d0b3c71a82a0a75fd776ed3af84d2ba2fe06dab25e5e4d2ea400b0f0b66eda65f1f4eded0521ec579a1a0c1b17f
+DIST layman-2.4.0.tar.gz 130052 SHA256 
0dd9dbcd05b5bf062139308cb812507b2c3310dd81f25c9cdc4c8f643b3f74c8 SHA512 
011ac0e7dfed8415b875898ff1eecfe77ba5a68ccac208d8f5c693b9b880355ffef572490bb98ede62092bea1a84298bbd72e6c93a234fdfa319e96551e7eb07
 WHIRLPOOL 
0fdcd09ef4347f9450897237befd6fa73187a3e5ed0eff6b08345846ff270cd9751a3f38277f7b53baffb3b9a3e18e10f08ebe33c228ed7f7ccd01ce81d05a76

diff --git a/app-portage/layman/layman-2.4.0.ebuild 
b/app-portage/layman/layman-2.4.0.ebuild
new file mode 100644
index 000..47ad61c
--- /dev/null
+++ b/app-portage/layman/layman-2.4.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+PYTHON_REQ_USE="xml(+),sqlite?"
+
+inherit eutils distutils-r1 linux-info prefix
+
+DESCRIPTION="Tool to manage Gentoo overlays"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Layman;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
+IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion 
sync-plugin-portage test"
+
+DEPEND="test? ( dev-vcs/subversion )
+   "
+
+RDEPEND="
+   bazaar? ( dev-vcs/bzr )
+   cvs? ( dev-vcs/cvs )
+   darcs? ( dev-vcs/darcs )
+   git? ( dev-vcs/git )
+   mercurial? ( dev-vcs/mercurial )
+   g-sorcery? ( app-portage/g-sorcery )
+   subversion? (
+   || (
+   >=dev-vcs/subversion-1.5.4[http]
+   >=dev-vcs/subversion-1.5.4[webdav-neon]
+   >=dev-vcs/subversion-1.5.4[webdav-serf]
+   )
+   )
+   gpg? ( =dev-python/pyGPG-0.2 )
+   sync-plugin-portage?  ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
+   !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
+   >=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
+   "
+
+layman_check_kernel_config() {
+   local CONFIG_CHECK
+   use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
+   [[ -n ${CONFIG_CHECK} ]] && check_extra_config
+}
+
+pkg_pretend() {
+   layman_check_kernel_config
+}
+
+pkg_setup() {
+   layman_check_kernel_config
+}
+
+python_prepare_all()  {
+   python_setup
+   esetup.py setup_plugins
+   distutils-r1_python_prepare_all
+   eprefixify etc/layman.cfg layman/config.py
+}
+
+python_test() {
+   suite=layman/tests/external.py
+   PYTHONPATH="." "${PYTHON}" ${suite} || die "test suite '${suite}' 
failed"
+   unset suite
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   insinto /etc/layman
+   doins etc/layman.cfg
+
+   doman doc/layman.8
+   dohtml doc/layman.8.html
+
+   keepdir /var/lib/layman
+   keepdir /etc/layman/overlays
+}
+
+pkg_postinst() {
+   # now run layman's update utility
+   einfo "Running 

[gentoo-commits] proj/layman: New tag: 2.4.0

2016-05-01 Thread Devan Franchini
commit: 
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:48:28 2016 +

New tag: 2.4.0




[gentoo-commits] proj/layman: Tag deleted: 2.4.0

2016-05-01 Thread Devan Franchini
commit: 
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:47:47 2016 +

Tag deleted: 2.4.0




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

2016-05-01 Thread Devan Franchini
commit: 1df76f315f2f67be2263d46e00105d88f42d
Author: Devan Franchini  gentoo  org>
AuthorDate: Mon May  2 03:28:15 2016 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:44:19 2016 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=1df76f31

setup.py: Adds DB_MODULES to use_defaults to include them in the dist tarball

 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 140aacb..8cdb717 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ SYNC_PLUGINS = {
 'sync-plugin-portage': 'portage.sync.modules.laymansync',
 }
 
+use_defaults += ' ' + ' '.join(list(DB_PLUGINS))
 # get the USE from the environment, default to all selectable modules
 # split them so we don't get substring matches
 USE = os.environ.get("USE", use_defaults).split()



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

2016-05-01 Thread Matt Turner
commit: c20a72151a32233804e22e26e57862a759bc9935
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 01:05:09 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20a7215

sys-apps/portage: alpha stable, bug 580738.

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

diff --git a/sys-apps/portage/portage-2.2.28.ebuild 
b/sys-apps/portage/portage-2.2.28.ebuild
index eeefaf7..b662846 100644
--- a/sys-apps/portage/portage-2.2.28.ebuild
+++ b/sys-apps/portage/portage-2.2.28.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
 



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

2016-05-01 Thread Matt Turner
commit: 0480ff81b4b3d2e48b6ea19ee8921533f28519bb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:58:25 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0480ff81

net-dns/bind-tools: alpha stable, bug 576902.

 net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild 
b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild
index f0c4a9b..525a0aa 100644
--- a/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.10.3_p4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2016-05-01 Thread Matt Turner
commit: 4535787c931572370f67ed5a6f469a9dff00754e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:59:53 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4535787c

net-misc/ntp: alpha stable, bug 581528.

 net-misc/ntp/ntp-4.2.8_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntp/ntp-4.2.8_p7.ebuild b/net-misc/ntp/ntp-4.2.8_p7.ebuild
index c8fc44b..7735b1e 100644
--- a/net-misc/ntp/ntp-4.2.8_p7.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar
 
 LICENSE="HPND BSD ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
 IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
 
 CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )



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

2016-05-01 Thread Matt Turner
commit: 27b52931201f31bc1e6c8040febbae2c9cd8a196
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 01:02:13 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b52931

app-text/poppler: alpha stable, bug 579752.

 app-text/poppler/poppler-0.42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.42.0.ebuild 
b/app-text/poppler/poppler-0.42.0.ebuild
index 3d3c2e3..c36bd96 100644
--- a/app-text/poppler/poppler-0.42.0.ebuild
+++ b/app-text/poppler/poppler-0.42.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/59"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2016-05-01 Thread Matt Turner
commit: a604e1d1577d46606dea5e398a3706beffbf5e52
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:56:46 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a604e1d1

sys-apps/busybox: alpha stable, bug 577610.

 sys-apps/busybox/busybox-1.24.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/busybox/busybox-1.24.2.ebuild 
b/sys-apps/busybox/busybox-1.24.2.ebuild
index 828d716..6214c21 100644
--- a/sys-apps/busybox/busybox-1.24.2.ebuild
+++ b/sys-apps/busybox/busybox-1.24.2.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 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P=${PN}-${PV/_/-}
SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2" # GPL-2 only



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

2016-05-01 Thread Matt Turner
commit: a73f0f5de1721ccf39db854a03cdef894b8a43db
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:59:07 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f0f5d

dev-libs/libtasn1: alpha stable, bug 579748.

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

diff --git a/dev-libs/libtasn1/libtasn1-4.8.ebuild 
b/dev-libs/libtasn1/libtasn1-4.8.ebuild
index 0064aac..febd3fa 100644
--- a/dev-libs/libtasn1/libtasn1-4.8.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/6" # subslot = libtasn1 soname version
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc static-libs"
 
 DEPEND=">=dev-lang/perl-5.6



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

2016-05-01 Thread Matt Turner
commit: 6d41e80a521915a97765a22f9211e4c022a14001
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:57:48 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 03:35:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d41e80a

net-dns/bind: alpha stable, bug 576902.

 net-dns/bind/bind-9.10.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.10.3_p4.ebuild 
b/net-dns/bind/bind-9.10.3_p4.ebuild
index 6581946..f199f45 100644
--- a/net-dns/bind/bind-9.10.3_p4.ebuild
+++ b/net-dns/bind/bind-9.10.3_p4.ebuild
@@ -39,7 +39,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb +caps dlz doc fetchlimit filter- fixed-rrset geoip gost 
gssapi idn ipv6
 json ldap libressl mysql nslint odbc postgres python rpz seccomp selinux sit 
ssl static-libs
 +threads urandom xml"



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

2016-05-01 Thread Devan Franchini
commit: ec141d305949dac2d7ea3aab9f4c42d73f690777
Author: Devan Franchini  gentoo  org>
AuthorDate: Sun May  1 01:06:09 2016 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Sun May  1 01:06:09 2016 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=ec141d30

version.py: Changes version to reflect update

 layman/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/version.py b/layman/version.py
index e6d19ff..1e1427f 100644
--- a/layman/version.py
+++ b/layman/version.py
@@ -24,7 +24,7 @@ from __future__ import unicode_literals
 __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $"
 
 
-VERSION = '2.4.0-git'
+VERSION = '2.4.0'
 
 if __name__ == '__main__':
 print(VERSION)



[gentoo-commits] proj/layman: New tag: 2.4.0

2016-05-01 Thread Devan Franchini
commit: 
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:30:31 2016 +

New tag: 2.4.0




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

2016-05-01 Thread Devan Franchini
commit: 0a7e9ea8476a7fb805033eacd4ebc8e96fe5b00b
Author: Devan Franchini  gentoo  org>
AuthorDate: Mon May  2 03:28:15 2016 +
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:28:15 2016 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=0a7e9ea8

setup.py: Adds DB_MODULES to use_defaults to include them in the dist tarball

 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 140aacb..2649410 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ SYNC_PLUGINS = {
 'sync-plugin-portage': 'portage.sync.modules.laymansync',
 }
 
+use_defaults = ' '.join(list(DB_PLUGINS))
 # get the USE from the environment, default to all selectable modules
 # split them so we don't get substring matches
 USE = os.environ.get("USE", use_defaults).split()



[gentoo-commits] proj/layman: Tag deleted: 2.4.0

2016-05-01 Thread Devan Franchini
commit: 
Commit: Devan Franchini  gentoo  org>
CommitDate: Mon May  2 03:26:58 2016 +

Tag deleted: 2.4.0




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

2016-05-01 Thread Alexandre Rostovtsev
commit: a8ee79a39dab7e2267308b7207803d9726e486f2
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Mon May  2 02:02:59 2016 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Mon May  2 02:02:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ee79a3

dev-libs/glib: also fix firefox crash in 2.46 (bug #577686)

Package-Manager: portage-2.2.28

 dev-libs/glib/glib-2.46.2-r3.ebuild | 321 
 1 file changed, 321 insertions(+)

diff --git a/dev-libs/glib/glib-2.46.2-r3.ebuild 
b/dev-libs/glib/glib-2.46.2-r3.ebuild
new file mode 100644
index 000..2165c07
--- /dev/null
+++ b/dev-libs/glib/glib-2.46.2-r3.ebuild
@@ -0,0 +1,321 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Until bug #537330 glib is a reverse dependency of pkgconfig and, then
+# adding new dependencies end up making stage3 to grow. Every addition needs
+# then to be think very closely.
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+# Building with --disable-debug highly unrecommended.  It will build glib in
+# an unusable form as it disables some commonly used API.  Please do not
+# convert this to the use_enable form, as it results in a broken build.
+GCONF_DEBUG="yes"
+# Completely useless with or without USE static-libs, people need to use
+# pkg-config
+GNOME2_LA_PUNT="yes"
+
+inherit autotools bash-completion-r1 gnome2 libtool eutils flag-o-matic
multilib \
+   pax-utils python-r1 toolchain-funcs versionator virtualx linux-info 
multilib-minimal
+
+DESCRIPTION="The GLib library of C routines"
+HOMEPAGE="http://www.gtk.org/;
+SRC_URI="${SRC_URI}
+   https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz; # 
pkg.m4 for eautoreconf
+
+LICENSE="LGPL-2+"
+SLOT="2"
+IUSE="dbus fam kernel_linux +mime selinux static-libs systemtap test utils 
xattr"
+REQUIRED_USE="
+   utils? ( ${PYTHON_REQUIRED_USE} )
+   test? ( ${PYTHON_REQUIRED_USE} )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+
+RDEPEND="
+   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
+   xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] )
+   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
+   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
+   )
+   )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-libs/libxslt-1.0
+   >=sys-devel/gettext-0.11
+   >=dev-util/gtk-doc-am-1.20
+   systemtap? ( >=dev-util/systemtap-1.3 )
+   test? (
+   sys-devel/gdb
+   ${PYTHON_DEPS}
+   >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
+   >=sys-apps/dbus-1.2.14 )
+   !https://bugs.gentoo.org/show_bug.cgi?id=508752
+   if [[ ! -f /proc/net/if_net6 ]]; then
+   sed -i -e "/gdbus\/peer-to-peer/d" 
gio/tests/gdbus-peer.c || die
+   sed -i -e "/gdbus\/delayed-message-processing/d" 
gio/tests/gdbus-peer.c || die
+   sed -i -e "/gdbus\/nonce-tcp/d" gio/tests/gdbus-peer.c 
|| die
+   fi
+
+   # This test is prone to fail, bug #504024, upstream bug #723719
+   sed -i -e '/gdbus-close-pending/d' gio/tests/Makefile.am || die
+
+   # https://bugzilla.gnome.org/show_bug.cgi?id=722604
+   sed -i -e "/timer\/stop/d" glib/tests/timer.c || die
+   sed -i -e "/timer\/basic/d" glib/tests/timer.c || die
+   else
+   # Don't build tests, also prevents extra deps, bug #512022
+   sed -i -e 's/ tests//' {.,gio,glib}/Makefile.am || die
+   fi
+
+   # gdbus-codegen is a separate package
+   epatch "${FILESDIR}"/${PN}-2.40.0-external-gdbus-codegen.patch
+
+   # crash in Firefox when choosing default application, fixed in 2.48.1; 
bug #577686
+   epatch "${FILESDIR}"/${PN}-2.48.0-GContextSpecificGroup.patch
+
+   # leave python shebang alone
+   sed -e '/${PYTHON}/d' \
+   -i glib/Makefile.{am,in} || die
+
+   epatch_user
+
+   # Also needed to prevent cross-compile failures, see bug #267603
+   eautoreconf
+
+   gnome2_src_prepare
+
+   epunt_cxx
+}
+
+multilib_src_configure() {
+   # Avoid circular depend with dev-util/pkgconfig and
+   # native builds (cross-compiles won't need pkg-config
+   # in the target ROOT to work here)
+ 

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

2016-05-01 Thread Alexandre Rostovtsev
commit: 0b3de90b40d9fa34c2ab820613a0b85be27a4615
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Mon May  2 02:01:12 2016 +
Commit: Alexandre Rostovtsev  gentoo  org>
CommitDate: Mon May  2 02:01:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3de90b

dev-libs/glib: clean up old

Package-Manager: portage-2.2.28

 dev-libs/glib/glib-2.46.2-r1.ebuild | 319 
 1 file changed, 319 deletions(-)

diff --git a/dev-libs/glib/glib-2.46.2-r1.ebuild 
b/dev-libs/glib/glib-2.46.2-r1.ebuild
deleted file mode 100644
index 1eb630d..000
--- a/dev-libs/glib/glib-2.46.2-r1.ebuild
+++ /dev/null
@@ -1,319 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Until bug #537330 glib is a reverse dependency of pkgconfig and, then
-# adding new dependencies end up making stage3 to grow. Every addition needs
-# then to be think very closely.
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-# Building with --disable-debug highly unrecommended.  It will build glib in
-# an unusable form as it disables some commonly used API.  Please do not
-# convert this to the use_enable form, as it results in a broken build.
-GCONF_DEBUG="yes"
-# Completely useless with or without USE static-libs, people need to use
-# pkg-config
-GNOME2_LA_PUNT="yes"
-
-inherit autotools bash-completion-r1 gnome2 libtool eutils flag-o-matic
multilib \
-   pax-utils python-r1 toolchain-funcs versionator virtualx linux-info 
multilib-minimal
-
-DESCRIPTION="The GLib library of C routines"
-HOMEPAGE="http://www.gtk.org/;
-SRC_URI="${SRC_URI}
-   https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz; # 
pkg.m4 for eautoreconf
-
-LICENSE="LGPL-2+"
-SLOT="2"
-IUSE="dbus fam kernel_linux +mime selinux static-libs systemtap test utils 
xattr"
-REQUIRED_USE="
-   utils? ( ${PYTHON_REQUIRED_USE} )
-   test? ( ${PYTHON_REQUIRED_USE} )
-"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
-
-RDEPEND="
-   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   >=virtual/libffi-3.0.13-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
-   xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] )
-   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
-   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
-   )
-   )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   >=dev-libs/libxslt-1.0
-   >=sys-devel/gettext-0.11
-   >=dev-util/gtk-doc-am-1.20
-   systemtap? ( >=dev-util/systemtap-1.3 )
-   test? (
-   sys-devel/gdb
-   ${PYTHON_DEPS}
-   >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}]
-   >=sys-apps/dbus-1.2.14 )
-   !https://bugs.gentoo.org/show_bug.cgi?id=508752
-   if [[ ! -f /proc/net/if_net6 ]]; then
-   sed -i -e "/gdbus\/peer-to-peer/d" 
gio/tests/gdbus-peer.c || die
-   sed -i -e "/gdbus\/delayed-message-processing/d" 
gio/tests/gdbus-peer.c || die
-   sed -i -e "/gdbus\/nonce-tcp/d" gio/tests/gdbus-peer.c 
|| die
-   fi
-
-   # This test is prone to fail, bug #504024, upstream bug #723719
-   sed -i -e '/gdbus-close-pending/d' gio/tests/Makefile.am || die
-   else
-   # Don't build tests, also prevents extra deps, bug #512022
-   sed -i -e 's/ tests//' {.,gio,glib}/Makefile.am || die
-   fi
-
-   # gdbus-codegen is a separate package
-   epatch "${FILESDIR}"/${PN}-2.40.0-external-gdbus-codegen.patch
-
-   # leave python shebang alone
-   sed -e '/${PYTHON}/d' \
-   -i glib/Makefile.{am,in} || die
-
-   epatch_user
-
-   # Also needed to prevent cross-compile failures, see bug #267603
-   eautoreconf
-
-   gnome2_src_prepare
-
-   epunt_cxx
-}
-
-multilib_src_configure() {
-   # Avoid circular depend with dev-util/pkgconfig and
-   # native builds (cross-compiles won't need pkg-config
-   # in the target ROOT to work here)
-   if ! tc-is-cross-compiler && ! $(tc-getPKG_CONFIG) --version >& 
/dev/null; then
-   if has_version sys-apps/dbus; then
-   export DBUS1_CFLAGS="-I/usr/include/dbus-1.0 
-I/usr/$(get_libdir)/dbus-1.0/include"
-   export DBUS1_LIBS="-ldbus-1"
-   fi
-   export LIBFFI_CFLAGS="-I$(echo 
/usr/$(get_libdir)/libffi-*/include)"
- 

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

2016-05-01 Thread Matt Turner
commit: 1b575a6a95b6eb1e203098aaf30488a823e620ae
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:51:00 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 00:51:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b575a6a

sys-libs/glibc: alpha stable, bug 578602.

RepoMan-Options: --ignore-arches

 sys-libs/glibc/glibc-2.22-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.22-r4.ebuild 
b/sys-libs/glibc/glibc-2.22-r4.ebuild
index ea4a91d..4ba55f4 100644
--- a/sys-libs/glibc/glibc-2.22-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.22-r4.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$
 
@@ -10,7 +10,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html;
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



[gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/

2016-05-01 Thread Zac Medico
commit: e3a0da18e1aa518ac3a3d09691b262b644ac5154
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  2 00:42:30 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  2 00:45:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a0da18

sys-boot/vboot-utils: version bump to 51_p20160427 (fixes bug 581470)

Package-Manager: portage-2.2.28

 sys-boot/vboot-utils/Manifest  |  1 +
 .../vboot-utils/vboot-utils-51_p20160427.ebuild| 83 ++
 2 files changed, 84 insertions(+)

diff --git a/sys-boot/vboot-utils/Manifest b/sys-boot/vboot-utils/Manifest
index 56f89ed..8b92863 100644
--- a/sys-boot/vboot-utils/Manifest
+++ b/sys-boot/vboot-utils/Manifest
@@ -1,2 +1,3 @@
 DIST vboot-utils-20130222gite6cf2c2-3.fc19.src.rpm 2170079 SHA256 
f20235e5f708bcbe3b30cb684a5aa9fa3f60d1fdea454375db0e62bebabd0c41 SHA512 
ccb5320f01d270ff30465e6ffc234d245220afdb9628f9b5f9e8abc7c91c5e58085b5e8eefe217e85faa18166576d945cad9f757d99927389473cb0a4337a05f
 WHIRLPOOL 
9da1a4f503619c9754e4c0b1c2d52deb4c687e693ba521213e2406cba417f5b8ce5645285ed2e106c0d05f56bd325dc7f929692c5de2ff1be2bb7fe191f74c68
 DIST vboot-utils-42_p20150219.tar.xz 18578108 SHA256 
058053fd48afeeb30b48c51eb932ee3f477b1e7fc429b56ed776262010f30226 SHA512 
bf1b5579f80bfd3804d74f5fed5ca0f85ff3d66cc4efd1c5e744ab0de50309c7e5168fe9a751579e9fcc0cb7dda72fc98497b2e13437b357b0ad9bb063edd33a
 WHIRLPOOL 
01e5ca949ef417930669783d02b03d103005c6daa395f46bb3eab96a8d7de06875e3017697ed42d6200ca8e649b6b21737c5fc773a25da6da7a61c268dceba90
+DIST vboot-utils-51_p20160427.tar.xz 18377808 SHA256 
6fc03136474c7cfd88074a9ffe7880dc83917cc0a6be344df422e3f851b50146 SHA512 
5b9af2815b8939ae21f4e430744902ccd811627d668eaba709354901eb70553e57050b9068b07fecdfec5bb2ece0c11f1cf0f1a01c0e5f886d1913e1478fe3d7
 WHIRLPOOL 
4aa9c506c77596b3b598293872ada9cfc127d02f5cf23248ebf131612dcff38058f28bd61d22fc516dfacd7ff9c97d656795cdcce0dd07471930bcc085061a47

diff --git a/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild 
b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
new file mode 100644
index 000..803dbd3
--- /dev/null
+++ b/sys-boot/vboot-utils/vboot-utils-51_p20160427.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+# This is the latest commit in the latest branch.
+GIT_SHA1="48b1a50b086e39332d2e1e51a73434e39c40b329"
+
+DESCRIPTION="Chrome OS verified boot tools"
+HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/
 http://dev.chromium.org/chromium-os/chromiumos-design-docs/verified-boot;
+# Can't use gitiles directly until b/19710536 is fixed.
+#SRC_URI="https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+archive/${GIT_SHA1}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+IUSE="minimal static"
+
+LIB_DEPEND="dev-libs/openssl:0=[static-libs(+)]
+   sys-apps/util-linux:=[static-libs(+)]"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   !minimal? (
+   app-arch/xz-utils:=
+   dev-libs/libyaml:=
+   )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+   app-crypt/trousers"
+
+S=${WORKDIR}
+
+src_prepare() {
+   sed -i \
+   -e 's: -Werror : :g' \
+   -e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \
+   -e 's:${DESTDIR}/default:${DESTDIR}/etc/default:g' \
+   Makefile || die
+}
+
+_emake() {
+   local arch=$(tc-arch)
+   emake \
+   V=1 \
+   QEMU_ARCH= \
+   ARCH=${arch} \
+   HOST_ARCH=${arch} \
+   LIBDIR="$(get_libdir)" \
+   DEBUG_FLAGS= \
+   MINIMAL=$(usev minimal) \
+   STATIC=$(usev static) \
+   $(usex elibc_musl HAVE_MUSL=1 "") \
+   "$@"
+}
+
+src_compile() {
+   tc-export CC AR CXX PKG_CONFIG
+   _emake TEST_BINS= all
+}
+
+src_test() {
+   _emake runtests
+}
+
+src_install() {
+   _emake DESTDIR="${ED}" install
+
+   insinto /usr/share/vboot/devkeys
+   doins tests/devkeys/*
+
+   insinto /usr/include/vboot
+   doins host/include/* \
+   firmware/include/gpt.h \
+   firmware/include/tlcl.h \
+   firmware/include/tss_constants.h
+
+   dolib.a build/libvboot_host.a
+
+   dodoc README
+}



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

2016-05-01 Thread Matt Turner
commit: 57fc3e615773b8e99ee4a38f792eb960ac3ea4fe
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May  2 00:35:46 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May  2 00:35:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fc3e61

media-libs/libsdl2: alpha stable, bug 573740.

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

diff --git a/media-libs/libsdl2/libsdl2-2.0.4.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.4.ebuild
index a00125d..ac0ba25 100644
--- a/media-libs/libsdl2/libsdl2-2.0.4.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.libsdl.org/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ppc64 x86"
 
 IUSE="cpu_flags_x86_3dnow alsa altivec custom-cflags dbus fusionsound gles 
haptic +joystick cpu_flags_x86_mmx nas opengl oss pulseaudio +sound 
cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs +threads tslib udev +video 
wayland X xinerama xscreensaver"
 REQUIRED_USE="



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

2016-05-01 Thread Anthony G. Basile
commit: c8646064c0b5a456717aa332423a6ad790bf4436
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun May  1 23:55:44 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun May  1 23:55:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8646064

net-misc/tinc: version bump to 1.1_pre14, remove 1.1_pre13

Package-Manager: portage-2.2.26

 net-misc/tinc/Manifest | 2 +-
 net-misc/tinc/{tinc-1.1_pre13.ebuild => tinc-1.1_pre14.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tinc/Manifest b/net-misc/tinc/Manifest
index 1b297d9..e087669 100644
--- a/net-misc/tinc/Manifest
+++ b/net-misc/tinc/Manifest
@@ -1,2 +1,2 @@
 DIST tinc-1.0.28.tar.gz 488837 SHA256 
0b502699360f09ce2128a39cf02abca07bfc699fc02ce829b3a90cf5e1e8b344 SHA512 
b449f59e45b72a75271d54af1b9359f69040e81960533ca70d2a1f84b6bb913ffe1e6d11265eb1d11b5577855ed495898ef3c387d14268b159f352c8e754f5ec
 WHIRLPOOL 
9558328fc01e9ef716330167c958bdfe45c12365dccdd3dc8c878a1dd122a0710d41e434a4ec0f5a54427b2b04fd7204f5225bef8c64ddd9fde7e6d800e7a996
-DIST tinc-1.1pre13.tar.gz 695921 SHA256 
81738b7811721eb4c0e04b5750e1f2347fe06a0690739022a78c44983bc9d9fa SHA512 
cfcc39b038acbaab33e7eaaf41828f8a959ea0b3648f65ad1ac41a2cebc303763c9c0d8c63004b48842cdfee40ed4101dfb6eb9147ddd7a026651286331181d1
 WHIRLPOOL 
a7eba00b1b554109ed09a41c8a132316a608006cc090a15325cb8435db5660793792144ce96c389aed13ab38468d8600849374fba01f45d9762f904791026444
+DIST tinc-1.1pre14.tar.gz 696109 SHA256 
e349e78f0e0d10899b8ab51c285bdb96c5ee322e847dfcf6ac9e21036286221f SHA512 
dfc54a91fd40826b108e9cbae43da42462eb51bb7ad16ac040cb1b262b5510eb6884b1f1dbe0541a3b1631213f70cc678593d1ba51ebdf150c3f6968030b9291
 WHIRLPOOL 
63c8229c667e461ad20c118d233a2abfe598cc95698b8c83e5f8b598657ca298ea0cdc20432ab2d084fd4a06129a5884e91eb445f4c7204be3798d1fb4dec2f8

diff --git a/net-misc/tinc/tinc-1.1_pre13.ebuild 
b/net-misc/tinc/tinc-1.1_pre14.ebuild
similarity index 100%
rename from net-misc/tinc/tinc-1.1_pre13.ebuild
rename to net-misc/tinc/tinc-1.1_pre14.ebuild



[gentoo-commits] proj/hardened-dev:master commit in: eclass/

2016-05-01 Thread Anthony G. Basile
commit: 8da39130c7e90e06481a6606d798c1ff65291e46
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun May  1 23:52:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun May  1 23:52:09 2016 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=8da39130

Revert "toolchain.eclass: sanely check if there are spec files to be installed"

This reverts commit c5c2daa6ff0970a37747c58328df38b4ce57207f.

Zorry already addressed this issue in the previous commit.

 eclass/toolchain.eclass | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 40b2cf9..247dcee 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1954,11 +1954,7 @@ copy_minispecs_gcc_specs() {
fi
create_gcc_env_entry vanilla
insinto ${LIBPATH}
-   # Only doins if there are actually spec files in "${WORKDIR}"/specs/
-   local SPECSDIR="${WORKDIR}"/specs/
-   if [[ "$(ls -A ${SPECSDIR})" ]]; then
-   doins "${SPECSDIR}"/*.specs || die "failed to install specs"
-   fi
+   doins "${WORKDIR}"/specs/*.specs || die "failed to install specs"
# Build system specs file which, if it exists, must be a complete set of
# specs as it completely and unconditionally overrides the builtin 
specs.
if ! tc_version_is_at_least 4.4 ; then



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 08da0366eee7dc2407a7ed13a7d49d785adf68d0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Apr  8 12:09:18 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Apr  8 12:09:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08da0366

Merge remote-tracking branch 'remotes/github/pr/1206'

 profiles/profiles.desc |  3 ++
 profiles/releases/freebsd-10.3/package.mask| 48 ++
 profiles/releases/freebsd-10.3/package.use.force   |  6 +++
 profiles/releases/freebsd-10.3/packages| 10 +
 profiles/releases/freebsd-10.3/packages.build  |  7 
 .../{uclibc/x86 => releases/freebsd-10.3}/parent   |  0
 profiles/releases/freebsd-10.3/profile.bashrc  | 34 +++
 7 files changed, 108 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 67fadbeaf21932d9e435233aeff31c818b78b947
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Mar  7 14:24:33 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 14:24:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fadbea

Merge remote-tracking branch 'remotes/zpuskas/kicad-4.0.2'

Pull Request: https://github.com/gentoo/gentoo/pull/994

 sci-electronics/kicad/Manifest   | 3 +++
 sci-electronics/kicad/{kicad-4.0.1.ebuild => kicad-4.0.2.ebuild} | 0
 2 files changed, 3 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 0f427832262db82f8dcd554e46e607737576daab
Author: Sven Wegener  gentoo  org>
AuthorDate: Thu Mar 24 16:35:51 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Thu Mar 24 16:35:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f427832

Merge remote-tracking branch 'github/pr/1091'

* github/pr/1091:
  net-nntp/nzbget: bump to 17.0_pre1660, EAPI=6
  net-nntp/nzbget: add bugs-to to metadata

 net-nntp/nzbget/Manifest   |   1 +
 .../nzbget-17.0_pre1660-add-missing-macro.patch| 583 +
 net-nntp/nzbget/metadata.xml   |   1 +
 net-nntp/nzbget/nzbget-17.0_pre1660.ebuild | 126 +
 4 files changed, 711 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 64294fa73d2e5decfa72337f31b32d80287cf951
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar  8 22:26:19 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 22:27:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64294fa7

Merge github#785: net-libs/nodejs: removal

Pull-Request: https://github.com/gentoo/gentoo/pull/785
Gentoo-Bug: https://bugs.gentoo.org/573870
Reporter: Johan Bergström  bergstroem.nu>
Acked-by: Patrice Clement  gentoo.org>
Signed-off-by: Patrice Clement  gentoo.org>

 net-libs/iojs/Manifest |   5 -
 net-libs/iojs/files/iojs-1.2.0-pkgconfig.patch |  56 --
 net-libs/iojs/files/iojs-1.7.1-pkgconfig.patch |  48 -
 net-libs/iojs/files/iojs-1.8.1-pkgconfig.patch |  39 ---
 net-libs/iojs/iojs-2.3.3.ebuild| 139 -
 net-libs/iojs/iojs-2.3.4.ebuild| 139 -
 net-libs/iojs/iojs-2.4.0.ebuild| 136 
 net-libs/iojs/iojs-2.5.0.ebuild| 136 
 net-libs/iojs/iojs-3.0.0.ebuild| 136 
 net-libs/iojs/metadata.xml |  30 --
 net-libs/nodejs/nodejs-0.12.6.ebuild   |   5 +-
 net-libs/nodejs/nodejs-0.12.7.ebuild   |   5 +-
 net-libs/nodejs/nodejs-4.1.1.ebuild|   5 +-
 net-libs/nodejs/nodejs-4.2.2.ebuild|   5 +-
 net-libs/nodejs/nodejs-5.0.0.ebuild|   5 +-
 net-libs/nodejs/nodejs-5.3.0.ebuild|   5 +-
 net-libs/nodejs/nodejs-5.4.1.ebuild|   5 +-
 17 files changed, 14 insertions(+), 885 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 73d2e03bb90cf94ca46c6250b3e99f869c6c409a
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Mar  7 09:26:55 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 09:26:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d2e03b

Merge commit 'refs/pull/993/head' of git://github.com/gentoo/gentoo

 dev-python/pysrt/Manifest   |  2 --
 dev-python/pysrt/pysrt-0.5.1.ebuild | 43 -
 dev-python/pysrt/pysrt-1.0.0.ebuild | 33 
 3 files changed, 78 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 18c354a9dbe99a11c36c6ba5a784014394a4eaa9
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Mar  8 02:15:55 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 02:15:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c354a9

Merge remote-tracking branch 'remotes/Coacher/aegisub-update-live'

Pull request: https://github.com/gentoo/gentoo/pull/1004

 media-video/aegisub/Manifest   |   1 +
 media-video/aegisub/aegisub-3.0.4-r1.ebuild|   6 +-
 2-r1.ebuild => aegisub-3.2.2_p20160306.ebuild} |  35 +++--
 media-video/aegisub/aegisub-.ebuild|  22 +--
 ...isub-3.0.4-fix-install-with-empty-LINGUAS.patch |   6 +-
 ...sub-3.2.2_p20160306-fix-luajit-unbundling.patch | 127 +
 2_p20160306-respect-user-compiler-flags.patch} |  10 +-
 .../aegisub--add-missing-pthread-flags.patch   |  44 --
 .../files/aegisub--unbundle-luajit.patch   | 153 -
 9 files changed, 167 insertions(+), 237 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: d329e2f218d004ef905e2e01e4f63d29ed8e7c02
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Apr 20 19:41:07 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Apr 20 19:41:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d329e2f2

Merge branch 'anthonyryan1-freedesktop'

* anthonyryan1-freedesktop:
  HTTPS for *.freedesktop.org

 app-admin/elektra/elektra-0.7.1-r5.ebuild|  2 +-
 app-admin/elektra/elektra-0.8.12.ebuild  |  2 +-
 app-admin/elektra/elektra-0.8.15.ebuild  |  2 +-
 app-admin/elektra/elektra-.ebuild|  2 +-
 app-admin/gam-server/gam-server-0.1.10-r2.ebuild |  2 +-
 app-admin/packagekit-base/packagekit-base-1.0.11.ebuild  |  2 +-
 app-admin/packagekit-qt/packagekit-qt-0.9.5.ebuild   |  2 +-
 app-crypt/p11-kit/p11-kit-0.20.7.ebuild  |  4 ++--
 app-crypt/p11-kit/p11-kit-0.22.0.ebuild  |  4 ++--
 app-crypt/p11-kit/p11-kit-0.22.1.ebuild  |  4 ++--
 app-crypt/p11-kit/p11-kit-0.23.1.ebuild  |  4 ++--
 app-crypt/p11-kit/p11-kit-0.23.2.ebuild  |  4 ++--
 app-laptop/radeontool/radeontool-1.6.3.ebuild|  4 ++--
 app-misc/evemu/evemu-2.1.0.ebuild|  4 ++--
 app-misc/evemu/evemu-2.2.0.ebuild|  4 ++--
 app-misc/evtest/evtest-1.29.ebuild   |  4 ++--
 app-misc/evtest/evtest-1.30.ebuild   |  4 ++--
 app-misc/evtest/evtest-1.31.ebuild   |  4 ++--
 app-misc/geoclue/geoclue-0.12.99.ebuild  |  4 ++--
 app-misc/geoclue/geoclue-2.4.1.ebuild|  4 ++--
 app-misc/geoclue/geoclue-2.4.3.ebuild|  4 ++--
 app-misc/media-player-info/media-player-info-21-r1.ebuild|  8 
 app-misc/media-player-info/media-player-info-22.ebuild   |  8 
 app-text/libabw/libabw-0.0.2.ebuild  |  2 +-
 app-text/libabw/libabw-0.1.0.ebuild  |  2 +-
 app-text/libetonyek/libetonyek-0.0.3.ebuild  |  2 +-
 app-text/libmspub/libmspub-0.0.6.ebuild  |  2 +-
 app-text/libspectre/libspectre-0.2.6.ebuild  |  4 ++--
 app-text/libspectre/libspectre-0.2.7.ebuild  |  4 ++--
 app-text/poppler-data/poppler-data-0.4.7.ebuild  |  4 ++--
 app-text/poppler/poppler-0.32.0.ebuild   |  4 ++--
 app-text/poppler/poppler-0.38.0.ebuild   |  4 ++--
 app-text/poppler/poppler-0.41.0.ebuild   |  4 ++--
 app-text/poppler/poppler-0.42.0.ebuild   |  4 ++--
 app-text/poppler/poppler-.ebuild |  4 ++--
 app-text/rarian/rarian-0.8.1-r2.ebuild   |  4 ++--
 dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild   |  2 +-
 dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild |  2 +-
 dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild   |  4 ++--
 dev-java/dbus-java/dbus-java-2.7-r1.ebuild   |  4 ++--
 dev-lang/orc/orc-0.4.23.ebuild   |  4 ++--
 dev-lang/orc/orc-0.4.24.ebuild   |  4 ++--
 dev-lang/orc/orc-0.4.25.ebuild   |  4 ++--
 dev-libs/appstream-glib/appstream-glib-0.5.0.ebuild  |  4 ++--
 dev-libs/appstream-glib/appstream-glib-0.5.7.ebuild  |  4 ++--
 dev-libs/appstream-glib/appstream-glib-0.5.9.ebuild  |  4 ++--
 dev-libs/dbus-glib/dbus-glib-0.102.ebuild|  4 ++--
 dev-libs/dbus-glib/dbus-glib-0.104.ebuild|  4 ++--
 dev-libs/dbus-glib/dbus-glib-0.106.ebuild|  4 ++--
 dev-libs/glib/glib-2.44.1-r1.ebuild  |  2 +-
 dev-libs/glib/glib-2.46.2-r1.ebuild  |  2 +-
 dev-libs/glib/glib-2.46.2-r2.ebuild  |  2 +-
 dev-libs/glib/glib-2.48.0.ebuild |  2 +-
 dev-libs/libbsd/libbsd-0.8.2.ebuild  |  6 +++---
 dev-libs/libevdev/libevdev-1.3.ebuild|  2 +-
 dev-libs/libevdev/libevdev-1.4.4.ebuild  |  2 +-
 dev-libs/libevdev/libevdev-1.4.5.ebuild  |  2 +-
 dev-libs/libevdev/libevdev-1.4.6.ebuild  |  2 +-
 dev-libs/libgamin/libgamin-0.1.10-r4.ebuild  |  2 +-
 dev-libs/libgamin/libgamin-0.1.10-r5.ebuild  |  2 +-
 dev-libs/libgusb/libgusb-0.2.7.ebuild|  2 +-
 dev-libs/libgusb/libgusb-0.2.8.ebuild|  2 +-
 dev-libs/libinput/libinput-0.9.0.ebuild  |  4 ++--
 dev-libs/libinput/libinput-1.1.0.ebuild  |  4 ++--
 

[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 5897da94f15c4ce678364d1793c99ad1df5c1e9a
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Mon Mar 14 22:37:24 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar 14 22:37:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5897da94

Merge branch 'PPed72-net-nntp/pan_fix_crash_at_startup'

 .../files/pan-0.139-r2-fix_crash_at_startup.patch  | 75 ++
 net-nntp/pan/pan-0.139-r2.ebuild   | 58 +
 2 files changed, 133 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: b3642b54d008f54e8b89411b737f4d55183c4a9f
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Mon Mar 28 22:56:58 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar 28 22:56:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3642b54

Merge remote-tracking branch 'flacjacket/sympy3.5'

Acked-by: Kacper Kowalik  gentoo.org>

 dev-python/pyopengl/pyopengl-3.1.0.ebuild | 2 +-
 dev-python/sympy/sympy-1.0-r1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 6a34ae0f1e5765690a0003c1787f80df0e8be34b
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar  8 08:34:10 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 08:59:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a34ae0f

Merge github#985: app-backup/snapper: update to reflect renamed README.md

Pull-Request: https://github.com/gentoo/gentoo/pull/985
Gentoo-Bug: https://bugs.gentoo.org/576556
Reporter: Stefan Langenmaier  gmail.com>
Acked-by: Patrice Clement  gentoo.org>
Signed-off-by: Patrice Clement  gentoo.org>

 app-backup/snapper/snapper-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 1793e37c9c68cc22c7bbd44f081c4224eca5fe6c
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Mar  8 02:04:10 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 02:15:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1793e37c

Merge remote-tracking branch 'remotes/sbraz/syncthing'

Pull request: https://github.com/gentoo/gentoo/pull/1000

 net-p2p/syncthing/files/syncthing.initd | 0
 1 file changed, 0 insertions(+), 0 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 24d9ed405b8fe2173b1c483bb01615e7ce61c50a
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sun Mar 20 11:07:17 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun Mar 20 11:07:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d9ed40

Merge remote-tracking branch 'remotes/github/pr/975'

Merge app-benchmarks/filebench fixes by Gokturk Yuksek.

 .../filebench/filebench-1.4.9.1-r1.ebuild  |  35 ++
 ...lebench-fix-automagic-libtecla-dependency.patch |  22 ++
 app-benchmarks/filebench/files/linux-port.patch| 369 -
 app-benchmarks/filebench/metadata.xml  |   6 +
 4 files changed, 63 insertions(+), 369 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 9e07f9a25eb338b8f31ed0cb3ddd610d3f516038
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar  7 20:48:01 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 20:51:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e07f9a2

Merge github#758: media-sound/mpd: fix the systemd user service

Pull-Request: https://github.com/gentoo/gentoo/pull/758
See-Also: https://github.com/gentoo/gentoo/pull/587
Reporter: Lukáš Hrázký  email.cz>
Acked-by: Mike Gilbert  gentoo.org>
Signed-off-by: Patrice Clement  gentoo.org>

 media-sound/mpd/mpd-0.19.12.ebuild | 2 ++
 1 file changed, 2 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: f685abf502417f9f3e7bf292050753105aa840bb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 15 13:37:42 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar 15 13:41:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f685abf5

Merge remote-tracking branch 'remotes/github/pr/1054'

 net-misc/libres3/Manifest   | 1 +
 net-misc/libres3/{libres3-1.1.ebuild => libres3-1.2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: bcf9e67846a4f6b04c06b14d69b2d66773bcb4a4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Mar  7 18:39:56 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 18:49:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf9e678

Merge remote-tracking branch 'remotes/github/pr/1003'

 media-libs/portaudio/portaudio-19_pre20140130.ebuild| 2 +-
 media-sound/lingot/lingot-0.9.1.ebuild  | 2 +-
 media-sound/lmms/lmms-1.1.3.ebuild  | 2 +-
 media-sound/pulseaudio/pulseaudio-8.0.ebuild| 2 +-
 .../qjackctl/{qjackctl-0.4.1-r1.ebuild => qjackctl-0.4.1-r2.ebuild} | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 8948883cae0640d6b6302eda3fc0d28654287831
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar  8 22:08:53 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 22:12:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8948883c

Merge github#363: sys-process/atop: add systemd support

This PR allows users to install systemd unit files with atop.

Pull-Request: https://github.com/gentoo/gentoo/pull/363
Gentoo-Bug: https://bugs.gentoo.org/553310
Reporter: Denis Romanchuk  gmail.com>
Acked-by: Mike Gilbert  gentoo.org>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-process/atop/atop-2.2.ebuild|  4 +++-
 sys-process/atop/files/atop.service | 11 +++
 sys-process/atop/files/atopacct.service | 14 ++
 3 files changed, 28 insertions(+), 1 deletion(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 8fc177ea00f8891ac75821a2ee1b15113f16f081
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Mar  8 13:37:59 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 13:37:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc177ea

Merge remote-tracking branch 'remotes/sbraz/unittest++'

Pull request: https://github.com/gentoo/gentoo/pull/995

 dev-libs/unittest++/Manifest|  1 +
 dev-libs/unittest++/metadata.xml| 17 +
 dev-libs/unittest++/unittest++-1.6.0.ebuild | 20 
 3 files changed, 38 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: da50abe68fb70f7e76dd950b25f2b23fb5a20d78
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr  6 08:47:59 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Apr  6 08:47:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da50abe6

Merge remote-tracking branch 'remotes/github/pr/1196'

 .../bsd/fbsd/amd64/{9.1 => 10.3}/clang/parent  |   0
 .../linux26 => default/bsd/fbsd/amd64/10.3}/eapi   |   0
 profiles/default/bsd/fbsd/amd64/10.3/make.defaults |   7 +
 .../fbsd/amd64/{10.2 => 10.3}/package.use.force|   0
 profiles/default/bsd/fbsd/amd64/10.3/parent|   2 +
 .../x86/linux26 => default/bsd/fbsd/x86/10.3}/eapi |   0
 profiles/default/bsd/fbsd/x86/10.3/make.defaults   |   5 +
 profiles/default/bsd/fbsd/x86/10.3/parent  |   2 +
 sys-freebsd/boot0/Manifest |   1 +
 sys-freebsd/boot0/boot0-10.3.ebuild|  83 +++
 sys-freebsd/boot0/files/boot0-10.3-clang.patch |  30 +
 .../files/boot0-10.3-drop-unsupport-cflags.patch   |  28 +
 .../boot0/files/boot0-10.3-uefi-support.patch  |  33 ++
 sys-freebsd/freebsd-bin/Manifest   |   1 +
 sys-freebsd/freebsd-bin/freebsd-bin-10.3.ebuild|  42 ++
 sys-freebsd/freebsd-cddl/Manifest  |   1 +
 .../files/freebsd-cddl-10.3-underlink.patch|  12 +
 sys-freebsd/freebsd-cddl/freebsd-cddl-10.3.ebuild  |  75 +++
 sys-freebsd/freebsd-lib/Manifest   |   1 +
 .../files/freebsd-lib-10.3-libusb.patch|  13 +
 sys-freebsd/freebsd-lib/freebsd-lib-10.3.ebuild| 645 +
 sys-freebsd/freebsd-libexec/Manifest   |   1 +
 .../freebsd-libexec/freebsd-libexec-10.3.ebuild| 109 
 sys-freebsd/freebsd-mk-defs/Manifest   |   1 +
 .../files/freebsd-mk-defs-10.3-gentoo.patch| 337 +++
 .../freebsd-mk-defs/freebsd-mk-defs-10.3.ebuild|  42 ++
 sys-freebsd/freebsd-pam-modules/Manifest   |   1 +
 .../freebsd-pam-modules-10.3.ebuild|  48 ++
 sys-freebsd/freebsd-pf/Manifest|   1 +
 sys-freebsd/freebsd-pf/freebsd-pf-10.3.ebuild  |  73 +++
 sys-freebsd/freebsd-rescue/Manifest|   1 +
 .../freebsd-rescue/freebsd-rescue-10.3.ebuild  |  82 +++
 sys-freebsd/freebsd-sbin/Manifest  |   1 +
 sys-freebsd/freebsd-sbin/freebsd-sbin-10.3.ebuild  | 101 
 sys-freebsd/freebsd-share/Manifest |   1 +
 .../files/freebsd-share-10.3-gentoo-skel.patch |  20 +
 .../freebsd-share/freebsd-share-10.3.ebuild| 113 
 sys-freebsd/freebsd-sources/Manifest   |   1 +
 .../freebsd-sources/freebsd-sources-10.3.ebuild| 157 +
 sys-freebsd/freebsd-ubin/Manifest  |   1 +
 .../files/freebsd-ubin-10.3-bmake-workaround.patch |  13 +
 sys-freebsd/freebsd-ubin/freebsd-ubin-10.3.ebuild  | 207 +++
 sys-freebsd/freebsd-usbin/Manifest |   1 +
 .../files/freebsd-usbin-10.3-bsdxml2expat.patch|  13 +
 .../freebsd-usbin/freebsd-usbin-10.3.ebuild| 187 ++
 sys-freebsd/freebsd-usbin/metadata.xml |   1 +
 46 files changed, 2494 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 2ce51dd9de78846a6d3a34877c097b8939056f15
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Mar  7 06:42:48 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 08:06:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce51dd9

Merge remote-tracking branch 'remotes/sbraz/syncthing'

Pull Request: https://github.com/gentoo/gentoo/pull/990

 .../at-spi2-atk/at-spi2-atk-2.18.1.ebuild  |   2 +-
 .../at-spi2-core/at-spi2-core-2.18.3.ebuild|   2 +-
 app-accessibility/caribou/caribou-0.4.20.ebuild|   2 +-
 app-accessibility/orca/orca-3.18.2.ebuild  |   2 +-
 app-admin/apache-tools/apache-tools-2.4.18.ebuild  |   2 +-
 app-admin/bcfg2/bcfg2-1.2.4-r1.ebuild  |   4 +-
 app-admin/eselect/eselect-1.4.5.ebuild |   2 +-
 app-admin/logrotate/logrotate-3.9.2.ebuild |   2 +-
 app-admin/passwordsafe/Manifest|   1 +
 app-admin/passwordsafe/metadata.xml|  13 +
 .../passwordsafe/passwordsafe-0.98.1_beta.ebuild   |  88 +++
 app-admin/puppet-agent/puppet-agent-1.3.4.ebuild   |   2 +-
 app-admin/pydf/pydf-12.ebuild  |   2 +-
 app-admin/ulogd/metadata.xml   |   3 +
 app-arch/engrampa/engrampa-1.8.1-r1.ebuild |   2 +-
 app-arch/file-roller/file-roller-3.16.4-r1.ebuild  |   2 +-
 app-arch/pax/Manifest  |   1 +
 app-arch/pax/pax-20160306.ebuild   |  55 ++
 app-arch/unrar/unrar-5.3.11.ebuild |   2 +-
 app-backup/fsarchiver/Manifest |   1 +
 app-backup/fsarchiver/fsarchiver-0.6.21.ebuild |  36 +
 app-cdr/brasero/brasero-3.12.1-r1.ebuild   |   2 +-
 app-cdr/cdrdao/cdrdao-1.2.3-r2.ebuild  |   2 +-
 app-cdr/disc-cover/disc-cover-1.5.6-r1.ebuild  |   2 +-
 app-crypt/acme/Manifest|   2 +-
 .../acme/{acme-0.4.1.ebuild => acme-0.4.2.ebuild}  |   0
 app-crypt/gcr/gcr-3.18.0.ebuild|   2 +-
 app-crypt/letsencrypt/Manifest |   2 +-
 ...crypt-0.4.1.ebuild => letsencrypt-0.4.2.ebuild} |   0
 app-crypt/libsecret/libsecret-0.18.4.ebuild|   2 +-
 app-crypt/mit-krb5/mit-krb5-1.14.1.ebuild  |   2 +-
 .../seahorse-sharing-3.8.0_p20151117.ebuild|   2 +-
 app-crypt/seahorse/seahorse-3.18.0.ebuild  |   2 +-
 .../gnome-dictionary-3.18.1.ebuild |   2 +-
 app-dicts/myspell-de/myspell-de-2015.12.28.ebuild  |   2 +-
 app-doc/gnucash-docs/gnucash-docs-2.6.11.ebuild|   2 +-
 .../emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild |   6 +-
 app-editors/emacs-vcs/emacs-vcs-25.0.90.ebuild |   6 +-
 app-editors/emacs-vcs/emacs-vcs-25.0.92.ebuild |   6 +-
 .../emacs-vcs/emacs-vcs-25.0.-r2.ebuild|   6 +-
 .../emacs-vcs/emacs-vcs-25.1.50_pre20160130.ebuild |   6 +-
 .../emacs-vcs/emacs-vcs-25.1.-r1.ebuild|   6 +-
 app-editors/emacs/emacs-18.59-r11.ebuild   |   2 +-
 app-editors/emacs/emacs-24.5-r1.ebuild |   8 +-
 app-editors/focuswriter/focuswriter-1.5.5.ebuild   |   2 +-
 .../gedit-plugins/gedit-plugins-3.18.0.ebuild  |   2 +-
 app-editors/gedit/gedit-3.18.3.ebuild  |   2 +-
 app-editors/ghex/ghex-3.18.0.ebuild|   2 +-
 app-editors/latexila/latexila-3.18.2.ebuild|   2 +-
 app-emacs/auctex/auctex-11.89.ebuild   |   2 +-
 app-emulation/libvirt/libvirt-1.3.1.ebuild |   2 +-
 app-emulation/rkt/rkt-1.1.0.ebuild |  14 +-
 app-emulation/rkt/rkt-.ebuild  | 153 -
 app-emulation/virtualbox-additions/Manifest|   4 +-
 .../virtualbox-additions-4.3.28.ebuild |  36 -
 .../virtualbox-additions-4.3.32.ebuild |   2 +-
 ...4.ebuild => virtualbox-additions-4.3.36.ebuild} |   0
 .../virtualbox-additions-5.0.12.ebuild |  36 -
 .../virtualbox-additions-5.0.16.ebuild |  36 +
 app-emulation/virtualbox-bin/Manifest  |  16 +-
 .../virtualbox-bin-4.3.28.100309.ebuild| 357 --
 .../virtualbox-bin-4.3.32.103443.ebuild|   2 +-
 .../virtualbox-bin-4.3.36.105129.ebuild| 357 ++
 .../virtualbox-bin-5.0.12.104815.ebuild| 357 --
 ebuild => virtualbox-bin-5.0.16.105871.ebuild} |   0
 app-emulation/virtualbox-extpack-oracle/Manifest   |   4 +-
 .../virtualbox-extpack-oracle-4.3.28.100309.ebuild |  41 --
 .../virtualbox-extpack-oracle-4.3.32.103443.ebuild |   2 +-
 .../virtualbox-extpack-oracle-4.3.36.105129.ebuild |  41 ++
 .../virtualbox-extpack-oracle-5.0.12.104815.ebuild |  43 --
 .../virtualbox-extpack-oracle-5.0.16.105871.ebuild |  43 ++
 app-emulation/virtualbox-guest-additions/Manifest  |   4 +-
 .../files/vboxguest-4.1.0-log-use-c99.patch|   4 +-
 .../virtualbox-guest-additions-4.3.28.ebuild   | 221 --
 .../virtualbox-guest-additions-4.3.32.ebuild   |   2 

[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 67f76d8ee0adc642313579d490d99d7922a49f09
Author: Alexandre Rostovtsev  gentoo  org>
AuthorDate: Tue Mar  8 04:31:55 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 04:31:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f76d8e

Merge remote-tracking branch 'remotes/github/pr/910'

dev-vcs/gitg + webkit-gtk[jit] pax-marking fix from chrootsu

 dev-vcs/gitg/{gitg-3.18.0.ebuild => gitg-3.18.0-r1.ebuild} | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 6f89574aa4274a37c8caf79f431e05abcfb5fc54
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Mar 14 04:30:34 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar 14 04:30:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f89574a

Merge commit 'refs/pull/1039/head' of git://github.com/gentoo/gentoo

 net-firewall/ufw/Manifest  |   1 +
 .../ufw/files/ufw-0.35-bash-completion.patch   |  17 ++
 net-firewall/ufw/files/ufw-0.35-move-path.patch| 179 
 net-firewall/ufw/metadata.xml  |   5 +-
 net-firewall/ufw/ufw-0.35.ebuild   | 186 +
 5 files changed, 386 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 0c87bc8e1421f93355d97819ac51d7b46d64932e
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Mar  7 15:47:31 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 15:47:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c87bc8e

Merge remote-tracking branch 'remotes/Whissi/gentoo-bug-576708'

Pull request: https://github.com/gentoo/gentoo/pull/1002

 dev-libs/librelp/Manifest |  1 +
 dev-libs/librelp/librelp-1.2.9.ebuild | 56 +++
 2 files changed, 57 insertions(+)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 1a253a63eba4d96ce846a3ebee955576e07165ec
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Mar  8 23:40:49 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Tue Mar  8 23:40:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a253a63

Merge remote-tracking branch 'remotes/tomboy-64/endless-sky'

Pull Request: https://github.com/gentoo/gentoo/pull/995

 ...s-sky-0.8.11.ebuild => endless-sky-0.8.11-r1.ebuild} | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: /

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 4f016e359894852bf01c3554e7ccc43198c0358f
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Mar  7 07:59:35 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Mar  7 08:00:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f016e35

Merge commit 'refs/pull/992/head' of git://github.com/gentoo/gentoo

 net-misc/youtube-viewer/Manifest   |  1 -
 .../youtube-viewer/youtube-viewer-3.1.1.ebuild | 91 --
 2 files changed, 92 deletions(-)



[gentoo-commits] dev/mrueg:master commit in: dev-python/jira/

2016-05-01 Thread Manuel Rüger
commit: 0909bfe2a4feb7cef7fd5ede88a105d8f97c7f27
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  1 22:47:09 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  1 22:47:09 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=0909bfe2

dev-python/jira: Remove old

Package-Manager: portage-2.2.28

 dev-python/jira/Manifest  |  1 -
 dev-python/jira/jira-1.0.3.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/jira/Manifest b/dev-python/jira/Manifest
index cf495ae..4093b11 100644
--- a/dev-python/jira/Manifest
+++ b/dev-python/jira/Manifest
@@ -1,2 +1 @@
-DIST jira-1.0.3.tar.gz 100130 SHA256 
4c32bed737ae461d8cc92eaf19f7edc90afcb7af1556f22073947eb5b3f80de7 SHA512 
0403711ef9bd367115ed8f454295df75284da66d6b726dba130784a37b16dfb9d1d8b6b6a32bf175c7c4bf398ea40599bfa3ba3d4b2482f5942b6943e5a8407f
 WHIRLPOOL 
57a3a1ee58394f45cacaa62b56bcb16c92a50983874a87639b513c441b68492254ce555b65faf392190145b032a7f95c476bc9dfc4dae813808c2a3a2b807c81
 DIST jira-1.0.5.tar.gz 113738 SHA256 
4085f72397ffc898019f7eea2c51a099e0a5de6ba2b1f9541db940ebda890240 SHA512 
e84e96813b672f57f85613da5a0e9e960e191cf8037146b6f80229563a544839ab3b650894064d29ed22db1bd022ef401e693e3b20aaf8c58cb525b2614edab6
 WHIRLPOOL 
016b8d859f8a331a1e06c1f765a1898262e7ab80a7324e1a7f0ae95f1b64891ae52ea4151d0ca5c487056ed85135cf89b00d1bdeb22c788f7fa4cb72941a39cd

diff --git a/dev-python/jira/jira-1.0.3.ebuild 
b/dev-python/jira/jira-1.0.3.ebuild
deleted file mode 100644
index 1238c40..000
--- a/dev-python/jira/jira-1.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Python JIRA Library is the easiest way to automate JIRA"
-HOMEPAGE="https://github.com/pycontribs/jira;
-COMMIT_ID="0ad3c352839060da9dc146df635a97119eccd114"
-SRC_URI="https://github.com/pycontribs/jira/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   dev-python/requests-toolbelt[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.6.0[${PYTHON_USEDEP}]
-   dev-python/requests-kerberos[${PYTHON_USEDEP}]
-   dev-python/filemagic[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-   >=dev-python/requests-oauthlib-0.3.3[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '>=dev-python/tlslite-0.4.4[${PYTHON_USEDEP}]' 
python_2_7 )"
-
-DEPEND="test? ( ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RESTRICT="test"
-
-python_test() {
-   py.test || die
-}



[gentoo-commits] dev/mrueg:master commit in: dev-python/jira/

2016-05-01 Thread Manuel Rüger
commit: f433c8e00272e75302f480c3b7921e8f1a6c8e6b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  1 22:46:25 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  1 22:46:25 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f433c8e0

Version bump, remove old

Package-Manager: portage-2.2.28

 dev-python/jira/Manifest  |  1 +
 dev-python/jira/jira-1.0.5.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/jira/Manifest b/dev-python/jira/Manifest
index 91ae8bb..cf495ae 100644
--- a/dev-python/jira/Manifest
+++ b/dev-python/jira/Manifest
@@ -1 +1,2 @@
 DIST jira-1.0.3.tar.gz 100130 SHA256 
4c32bed737ae461d8cc92eaf19f7edc90afcb7af1556f22073947eb5b3f80de7 SHA512 
0403711ef9bd367115ed8f454295df75284da66d6b726dba130784a37b16dfb9d1d8b6b6a32bf175c7c4bf398ea40599bfa3ba3d4b2482f5942b6943e5a8407f
 WHIRLPOOL 
57a3a1ee58394f45cacaa62b56bcb16c92a50983874a87639b513c441b68492254ce555b65faf392190145b032a7f95c476bc9dfc4dae813808c2a3a2b807c81
+DIST jira-1.0.5.tar.gz 113738 SHA256 
4085f72397ffc898019f7eea2c51a099e0a5de6ba2b1f9541db940ebda890240 SHA512 
e84e96813b672f57f85613da5a0e9e960e191cf8037146b6f80229563a544839ab3b650894064d29ed22db1bd022ef401e693e3b20aaf8c58cb525b2614edab6
 WHIRLPOOL 
016b8d859f8a331a1e06c1f765a1898262e7ab80a7324e1a7f0ae95f1b64891ae52ea4151d0ca5c487056ed85135cf89b00d1bdeb22c788f7fa4cb72941a39cd

diff --git a/dev-python/jira/jira-1.0.5.ebuild 
b/dev-python/jira/jira-1.0.5.ebuild
new file mode 100644
index 000..57ad679
--- /dev/null
+++ b/dev-python/jira/jira-1.0.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_4})
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python JIRA Library is the easiest way to automate JIRA"
+HOMEPAGE="https://github.com/pycontribs/jira;
+SRC_URI="https://github.com/pycontribs/jira/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/requests-toolbelt[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.6.0[${PYTHON_USEDEP}]
+   dev-python/requests-kerberos[${PYTHON_USEDEP}]
+   dev-python/filemagic[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   >=dev-python/requests-oauthlib-0.3.3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=dev-python/tlslite-0.4.4[${PYTHON_USEDEP}]' 
python_2_7 )"
+
+DEPEND="test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RESTRICT="test"
+
+python_test() {
+   py.test || die
+}



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

2016-05-01 Thread Manuel Rüger
commit: 384fafb1cc03c0deb08bd64339d5f5c4b864d3db
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May  1 22:44:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May  1 22:44:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384fafb1

Version bump to 1.11.1

Package-Manager: portage-2.2.28

 dev-ruby/kramdown/Manifest   |  1 +
 dev-ruby/kramdown/kramdown-1.11.1.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
index c04630b..6919d81 100644
--- a/dev-ruby/kramdown/Manifest
+++ b/dev-ruby/kramdown/Manifest
@@ -1,2 +1,3 @@
 DIST kramdown-1.10.0.gem 240128 SHA256 
40e505358f6a9f359cee8f2e244344954ff3c9067108aed5603339d6cfc96c80 SHA512 
fa0c8f1de6ea7306c7ca47a99f0d3e4a2e720e8d7d00f85a811b0ddd7f533960d583f94dee59f1d04900069163dd583c70520bedeeada77d673ff1b3d8b3782e
 WHIRLPOOL 
637e229dc3d2dc6b1dd33ff14014db6c8830d2869fe8abc1bb3211c70b6fb5faf8dcddeccb338aa310b166e3cbf0efbdf79cc17a2a2d6cc1f9c0aeb6c511387b
+DIST kramdown-1.11.1.gem 241152 SHA256 
01ff61ffc439e3d24e38c14e647bb12ab8ee67454fa7f0a47d5c4a7840e49216 SHA512 
60c85401f113e34645b7cf30452607deac8f686b2bc85f5960f7ff55eab99aa75d740dd07e74da6cbd4fb848b3bc7c79bedb9bfaa901cff01d31f2a399d1f8cd
 WHIRLPOOL 
742731f09ad0f46ecd27bc9aefe589520fe4299b168985b175f149ec0cddfaa904ed0fbae72c884f54e097cb163776528e4b402d4b519cafedc41d83aca9ec15
 DIST kramdown-1.4.2.gem 226816 SHA256 
ae9b9456c69fa06f9c3058841e09b85e07cda875eb36c3202ea46baf8e123ea8 SHA512 
31e7a30bcc453968ec6db0c1f0e5f8cea222dde8b8f6a26da72e0cf1b049c9f4c4e8384685a5e241e41fda526cd0f5fba4ac7debd0fb0d3eb6539dd9afc1dd27
 WHIRLPOOL 
aa0166861584c2e3115923db1de9203581c02f4cab42866a88947a3e52fb32eee4ab2cdcc2fd623669a4c8a2e1972a340d9100a04fbc595bb40bde46e553223f

diff --git a/dev-ruby/kramdown/kramdown-1.11.1.ebuild 
b/dev-ruby/kramdown/kramdown-1.11.1.ebuild
new file mode 100644
index 000..fbace93
--- /dev/null
+++ b/dev-ruby/kramdown/kramdown-1.11.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
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
+HOMEPAGE="http://kramdown.gettalong.org/;
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="latex"
+
+LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
+RDEPEND+=" ${LATEX_DEPS}"
+DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
+
+ruby_add_rdepend "dev-ruby/prawn:2
+   dev-ruby/prawn-table
+   >=dev-ruby/rouge-1.8
+   >=dev-ruby/itextomml-1.5
+   >=dev-ruby/coderay-1.0.0
+   >=dev-ruby/ritex-1.0
+   >=dev-ruby/stringex-1.5.1"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )
+   test? ( >=dev-ruby/minitest-5.0 )"
+
+all_ruby_prepare() {
+   if ! use latex; then
+   # Remove latex tests. They will fail gracefully when latex isn't
+   # present at all, but not when components are missing (most
+   # notable ucs.sty).
+   sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
+   fi
+
+   # Avoid tests requiring node to be installed with mathjaxnode.
+   rm -f test/testcases/span/math/mathjaxnode* \
+  test/testcases/block/15_math/mathjaxnode* || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/man1/kramdown.1
+}



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

2016-05-01 Thread James Le Cuirot
commit: 2310234c34897cb1160ef8227e19f0b4a778a85e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun May  1 22:32:31 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun May  1 22:33:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2310234c

dev-java/jts-core: New package, required by h2

h2 is currently in java-overlay. Apparently several other things
require this too.

Package-Manager: portage-2.2.28

 dev-java/jts-core/Manifest |  1 +
 dev-java/jts-core/jts-core-1.14.ebuild | 44 ++
 dev-java/jts-core/metadata.xml | 11 +
 3 files changed, 56 insertions(+)

diff --git a/dev-java/jts-core/Manifest b/dev-java/jts-core/Manifest
new file mode 100644
index 000..6de88a7
--- /dev/null
+++ b/dev-java/jts-core/Manifest
@@ -0,0 +1 @@
+DIST jts-1.14.tar.gz 19693410 SHA256 
27ab12f75302eec4a38b9a6e7b0ecb943a39367e71d4c346d4e38d105c624056 SHA512 
1d90f2e2774bf8738ce24fc65c5430f7970fcc1823c304a18bbdc243040e66409fc33bf9058ebc22217640e4c384772f852316031ef1b8779592d0e041e2261d
 WHIRLPOOL 
a8fac2e5a2d757bfb08f5ff32b15c507b79570e42c9d6e381b6369a00eda0a76f40a899dbf8a6be4737275d95be707a5ff23088903725e6216c5ea575dad0423

diff --git a/dev-java/jts-core/jts-core-1.14.ebuild 
b/dev-java/jts-core/jts-core-1.14.ebuild
new file mode 100644
index 000..15df7fa
--- /dev/null
+++ b/dev-java/jts-core/jts-core-1.14.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# The project recently switched to git. There are no tags yet.
+GIT_REF="f67d35c1da06922c8165f66a919490ee94a04649"
+
+MY_PN="jts"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="JTS Topology Suite for Java"
+HOMEPAGE="http://tsusiatsoftware.net/jts/main.html;
+SRC_URI="https://github.com/dr-jts/jts/archive/${GIT_REF}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND=">=virtual/jdk-1.7
+   app-arch/unzip
+   test? ( dev-java/junit:4 )"
+
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${MY_PN}-${GIT_REF}/${MY_PN}"
+JAVA_SRC_DIR="java/src"
+
+java_prepare() {
+   java-pkg_clean
+
+   # Use text-based test runner.
+   sed -i "s/swingui/textui/g" java/test/test/jts/junit/SimpleTest.java || 
die
+}
+
+src_test() {
+   cd java/test || die
+   local CP=".:${S}/${PN}.jar:$(java-pkg_getjars junit-4)"
+   ejavac -cp "${CP}" -d . $(find * -name "*.java")
+   ejunit4 -classpath "${CP}" test.jts.junit.MasterTester
+}

diff --git a/dev-java/jts-core/metadata.xml b/dev-java/jts-core/metadata.xml
new file mode 100644
index 000..1cbcbcf
--- /dev/null
+++ b/dev-java/jts-core/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   Java
+   
+   
+   dr-jts/jts
+   
+



[gentoo-commits] repo/proj/gen-b0rk: New branch: master

2016-05-01 Thread Brian Dolbec
commit: 
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun May  1 21:41:40 2016 +

New branch: master




[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: ea17c8f92456f6726f15f7aa63064c84694ae842
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Wed Apr 27 22:07:02 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun May  1 21:33:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea17c8f9

net-mail/notmuch: Bump version

Simplify deps. Use slots and subslots.

Package-Manager: portage-2.2.28

 net-mail/notmuch/Manifest|   1 +
 net-mail/notmuch/notmuch-0.22.ebuild | 189 +++
 2 files changed, 190 insertions(+)

diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest
index 1636fc8..64dc7b3 100644
--- a/net-mail/notmuch/Manifest
+++ b/net-mail/notmuch/Manifest
@@ -2,3 +2,4 @@ DIST notmuch-0.18.2.tar.gz 635438 SHA256 
e99f7bfee1250aa9f23e05d926ec278316fb8dd
 DIST notmuch-0.19.tar.gz 659038 SHA256 
396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb SHA512 
41eba85d2e6f89693f53d607abdef837973204e709f2c7385e64507a19b316913851f17b3b6dc93d8a622c72756b3e696aad8189570a563df38994cf346791a5
 WHIRLPOOL 
380d2508f106fc08b31f7928d63587cfc7ed63835a0cde287d7ba09d3f6814070c789aad1d0bf6a3bab387273b2d37a8c783d939c2f4afa475b9785f2618a25a
 DIST notmuch-0.20.2.tar.gz 652945 SHA256 
f741a26345bff389fd8a4a119c4174c6585730f71844809583a54ef2a865adec SHA512 
08ab75df324f232edd7c36f73d01d7453c058ffb55c4f548afdf9abe843317c1d7066f21e7600c66c53577f7d31787914bf69743aa5d221e239e182452681c75
 WHIRLPOOL 
1698cb1b09046f50a57ebf23625a2dd68f86cac7cb1142be81e77b5625e49960cb2311c8acff44de0894238bced48853cdd72b7edf34109ecee0bc53d5b086fc
 DIST notmuch-0.21.tar.gz 663600 SHA256 
d06f8ffed168c7d53ffc449dd611038b5fa90f7ee22d58f3bec3b379571e25b3 SHA512 
2485c422433be21f6bf89aaf997e1468c31a52029ddc8336e78a632b292c659569448c29813ea550ed27fb6815558522a451a7fa10e8fb3f87d9538b4dd7b01a
 WHIRLPOOL 
303c6427822272834e3d95ac94760f0fbaf3f2947a984a6770a9b2918fe0fbad289ef95fb9a8300cb6db08ab3ef0ff56810b3a60879c6a2a3eac524689f0a2f0
+DIST notmuch-0.22.tar.gz 682458 SHA256 
d64118ef926ba06fba814a89a75d20b0c8c8ec07dd65e41bb9f1e9db0dcfb99a SHA512 
0fd3860b4bce0fbf2648046a68b92d23d73604e82e05ee1b5913fc82985e67225b0f3a0977f71ad5251e7714a7111e8fd84ae0347f334758eb8d00fd2ed6
 WHIRLPOOL 
56e3ebbbf53092a6683b0c6ca945ed634f2e01b63625279a69221688905d0da688689ccc7a68d0af43c7ed9b48e696d85a6cb17a8d01c6e0facb27255ac00d3e

diff --git a/net-mail/notmuch/notmuch-0.22.ebuild 
b/net-mail/notmuch/notmuch-0.22.ebuild
new file mode 100644
index 000..2004166
--- /dev/null
+++ b/net-mail/notmuch/notmuch-0.22.ebuild
@@ -0,0 +1,189 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
+   distutils-r1 toolchain-funcs
+
+DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
+HOMEPAGE="http://notmuchmail.org/;
+SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz"
+
+LICENSE="GPL-3"
+# Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
+# meant to be binary backward compatible.
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="
+   nmbug? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( crypt debug emacs python )
+   "
+IUSE="crypt debug doc emacs mutt nmbug python test"
+
+CDEPEND="
+   >=app-shells/bash-completion-1.9
+   >=dev-libs/glib-2.22:2
+   >=dev-libs/gmime-2.6.20:2.6
+   >=dev-libs/xapian-1.2.7-r2:=
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=sys-libs/zlib-1.2.5.2
+   sys-libs/talloc
+   debug? ( dev-util/valgrind )
+   emacs? ( >=virtual/emacs-23 )
+   python? ( ${PYTHON_DEPS} )
+   "
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
+   >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+   "
+RDEPEND="${CDEPEND}
+   crypt? ( app-crypt/gnupg )
+   nmbug? ( dev-vcs/git )
+   mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
+   dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu
+   virtual/perl-Digest-SHA virtual/perl-File-Path 
virtual/perl-Getopt-Long
+   virtual/perl-Pod-Parser
+   )
+   "
+
+DOCS=( AUTHORS NEWS README )
+SITEFILE="50${PN}-gentoo.el"
+MY_LD_LIBRARY_PATH="${WORKDIR}/${P}/lib"
+MY_PATCHES=( )
+
+bindings() {
+   local ret=0
+
+   if use $1; then
+   pushd bindings/$1 || die
+   shift
+   "$@"
+   ret=$?
+   popd || die
+   fi
+
+   return $ret
+}
+
+pkg_pretend() {
+   if has_version '=notmuch-0.18.  See NEWS file"
+   ewarn "(0.18 section) for details before first use!"
+   ewarn
+   fi
+}
+
+pkg_setup() {
+   if use emacs; then
+ 

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

2016-05-01 Thread William Hubbs
commit: ca1af4526d676d5162292af3ad9d6db4f84a8083
Author: William Hubbs  gentoo  org>
AuthorDate: Sun May  1 21:18:19 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun May  1 21:19:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1af452

sys-apps/gentoo-functions: remove old versions

Package-Manager: portage-2.2.26

 sys-apps/gentoo-functions/Manifest |  4 ---
 .../gentoo-functions/gentoo-functions-0.7.ebuild   | 26 -
 .../gentoo-functions/gentoo-functions-0.8.ebuild   | 34 --
 .../gentoo-functions/gentoo-functions-0.9.ebuild   | 30 ---
 4 files changed, 94 deletions(-)

diff --git a/sys-apps/gentoo-functions/Manifest 
b/sys-apps/gentoo-functions/Manifest
index 07da3ad..3a1aea6 100644
--- a/sys-apps/gentoo-functions/Manifest
+++ b/sys-apps/gentoo-functions/Manifest
@@ -1,5 +1 @@
-DIST consoletype-1.0.sh 616 SHA256 
b6f837be496024941b81402e6c11300eb4a53987368c5c6d9afb5fd8b1c34d28 SHA512 
ab6edd0035ad2ac855bc7b94679a78aad63f647b906dfda39a9844b676e6cdfc872fd1fc897f6158a5709906905a4da5ce8b4665f9e2bc0bcd1e88bb9ecace07
 WHIRLPOOL 
b2d5f13e7411d8e6b5c4dae875041a95bed3ed7b20e765971b86fd16b1a970e8ad10288683d2efa530ef8568c6c58a07f9fc5a4a1b6b00ee6ed731da90e472ed
 DIST gentoo-functions-0.10.tar.gz 11432 SHA256 
709c8b22f404001a512e47a7a4d3192070b3e150fb9d0f943de09736d665b0db SHA512 
2622cede032089c7b8a2dec576e848852f9964e0198ab161f0ff5c426c542d0849bd3d30a40c296805bfec90b533c419df43c7975ed85678471483c827ca4cdb
 WHIRLPOOL 
6559c62083eca8a016f005d1003c8a0b6e2c89836c130cec9e0a40575e1604039f669313547c63f6cf84f1a40cdd7249d227c6f0b57f282764df8d20ef239051
-DIST gentoo-functions-0.7.tar.bz2 10656 SHA256 
0034ff7a65deb8df902683deb1662ce561b7f76ff8561b4ada46cfb18effc7f3 SHA512 
7b7c779daeaa37476be488123222af591b357ce1071d8a68694797ce35c8f9c1492da55e4d3059443eb20e08cc7d88eee0e1914efa2b322628c3660c277f7a64
 WHIRLPOOL 
4b50d0cf0e355d267c2cb6db18211a8d48f48a248190e38227449ef01e39b3968b10a4276ca22b43af9d40706b804730ac81e6ba83efbfcc426a6781dd007cc1
-DIST gentoo-functions-0.8.tar.bz2 10647 SHA256 
89dc0a3289a2e3312efb560e904add13ececdd5eb554151cb30d0b96f1bd8116 SHA512 
34f04f5e7ecd888197b6486c131c346a84a6937501f68a54481ec3caacaee86e54345a6c34364a5953c55b1d4aeb4ca2173b70864cdd7b81e74964352132b322
 WHIRLPOOL 
6ba223987953fa1dd80b79590c5f72ab8b5d0eca47cc1df23559e295f03faa369a372e5c27ed47d19d605dfe072c22c7702f3d4443a8ea2489d25092274670f3
-DIST gentoo-functions-0.9.tar.gz 11439 SHA256 
63e51e0288c82912e51c490512c695a2d77b86a3a7e02180e313d19978ba4a2c SHA512 
c8b99448f6a295597e135803cd903e81fb3886de9dff725137a341cd667575e5269d3e0369ad3d19cd448ba0716e48b12752462f310f5e8c54e132777ceb684f
 WHIRLPOOL 
aa30d196161bec7c1a7bed89dda6faf56d5c7a7fe555ae8ded93a61d9b74551a6db81e696b28e2c7694c8ee2cf58758197d1616e4db31e5bfdc195ac43f70bf5

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild
deleted file mode 100644
index c233745..000
--- a/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} = * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
-else
-   SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-fi
-
-inherit toolchain-funcs
-
-DESCRIPTION="base functions required by all gentoo systems"
-HOMEPAGE="https://www.gentoo.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-   tc-export CC
-}

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
deleted file mode 100644
index 4def820..000
--- a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} = * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
-else
-   SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2
-   prefix? ( https://dev.gentoo.org/~grobian/distfiles/consoletype-1.0.sh 
)"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris 

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

2016-05-01 Thread Matt Thode
commit: 50b3a09421accb5e8f6c4676eac1cd5c2c30c2dc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  1 20:46:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  1 20:46:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b3a094

app-emulation/diskimage-builder: adding for use and robbat :D

Package-Manager: portage-2.2.26

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-1.15.0.ebuild| 35 ++
 app-emulation/diskimage-builder/metadata.xml   | 21 +
 3 files changed, 57 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
new file mode 100644
index 000..22d62e7
--- /dev/null
+++ b/app-emulation/diskimage-builder/Manifest
@@ -0,0 +1 @@
+DIST diskimage-builder-1.15.0.tar.gz 225527 SHA256 
cf4d1678110d53c337e94d7968126ed50dbdf790dddeda6f855f10ba5e09bb5b SHA512 
4984a0bcdce5f011d08ed72910653ba60b67597f5df07f3dacabee3f9f2d4fbc8346b843d026a9a3ae8727452018a05343822bb19b268bb18d75c7c081b53b8d
 WHIRLPOOL 
912b8acfe691f1e6941fd19b668e80ad6be1c3a364aae6310d2c8156422b5b8e7b6008f4ac3a2d1883f6149fb9122da222ba57b9c95323733c9c7aed40d1f2d7

diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.15.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-1.15.0.ebuild
new file mode 100644
index 000..c81d8de
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-1.15.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.3.0[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.3.1[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.3.2[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.3.3[${PYTHON_USEDEP}]
+   dev-python/dib-utils[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools"

diff --git a/app-emulation/diskimage-builder/metadata.xml 
b/app-emulation/diskimage-builder/metadata.xml
new file mode 100644
index 000..f837997
--- /dev/null
+++ b/app-emulation/diskimage-builder/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   openst...@gentoo.org
+   Openstack
+   
+   
+   diskimage-builder is a flexible suite of components
+   for building a wide-range of disk images, filesystem
+   images and ramdisk images for use with OpenStack.
+   
+   
+   diskimage-builder
+   openstack/diskimage-builder
+   
+



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

2016-05-01 Thread Matt Thode
commit: 6d0a82bb0eeb29408d58a345fdb49f2e77e03d76
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  1 20:41:47 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun May  1 20:41:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0a82bb

dev-python/dib-utils: add dib-utils for diskimagebuilder

Package-Manager: portage-2.2.26

 dev-python/dib-utils/Manifest   |  1 +
 dev-python/dib-utils/dib-utils-0.0.8.ebuild | 22 ++
 dev-python/dib-utils/metadata.xml   | 21 +
 3 files changed, 44 insertions(+)

diff --git a/dev-python/dib-utils/Manifest b/dev-python/dib-utils/Manifest
new file mode 100644
index 000..53a3c7f
--- /dev/null
+++ b/dev-python/dib-utils/Manifest
@@ -0,0 +1 @@
+DIST dib-utils-0.0.8.tar.gz 7764 SHA256 
f28042c47518b1e73ac430f8261057eb61126c43e7c3bebbeafdf8edf045c68a SHA512 
a639a142156027ebe6ca9d5fba6458175b2db37dae14f8cde75d9c32c1903e5774a9cf69d1c251af17ce1c98a4ff28238a8abe75c32956b9605b23ff327f980c
 WHIRLPOOL 
7bd819a5599aa0a31a8baabfb59947ff35e6fbdaf1331c9be408cfe1b464eef91a87fd516f7d2ff7a1398965c3287b8a5f2a196b6c9e087276855ed97a082f04

diff --git a/dev-python/dib-utils/dib-utils-0.0.8.ebuild 
b/dev-python/dib-utils/dib-utils-0.0.8.ebuild
new file mode 100644
index 000..f317067
--- /dev/null
+++ b/dev-python/dib-utils/dib-utils-0.0.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Standalone tools related to diskimage-builder."
+HOMEPAGE="https://git.openstack.org/cgit/openstack/dib-utils;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}"

diff --git a/dev-python/dib-utils/metadata.xml 
b/dev-python/dib-utils/metadata.xml
new file mode 100644
index 000..f1ec9a4
--- /dev/null
+++ b/dev-python/dib-utils/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   openst...@gentoo.org
+   Openstack
+   
+   
+   These tools were originally part of the
+   diskimage-builder project, but they have
+   uses outside of that project as well.
+   
+   
+   dib-utils
+   openstack/dib-utils
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-ru/

2016-05-01 Thread Ulrich Müller
commit: 6279788f9fd9b0b346c5dcf14bf54096502a5d51
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May  1 20:18:54 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 20:21:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6279788f

app-vim/vim-spell-ru: Fix typo in license name.

Bug: 581748

Package-Manager: portage-2.2.28

 app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild | 4 ++--
 app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild 
b/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild
index b078698..fcd07ae 100644
--- a/app-vim/vim-spell-ru/vim-spell-ru-20060506.ebuild
+++ b/app-vim/vim-spell-ru/vim-spell-ru-20060506.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$
 
@@ -6,6 +6,6 @@ VIM_SPELL_LANGUAGE="Russian"
 
 inherit vim-spell
 
-LICENSE="myspell-ru_RU-ALexanderLebedev"
+LICENSE="myspell-ru_RU-AlexanderLebedev"
 KEYWORDS="~amd64 ~ppc sparc ~x86"
 IUSE=""

diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild 
b/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild
index 0b7e823..01b1674 100644
--- a/app-vim/vim-spell-ru/vim-spell-ru-20070506.ebuild
+++ b/app-vim/vim-spell-ru/vim-spell-ru-20070506.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$
 
@@ -6,6 +6,6 @@ VIM_SPELL_LANGUAGE="Russian"
 
 inherit vim-spell
 
-LICENSE="myspell-ru_RU-ALexanderLebedev"
+LICENSE="myspell-ru_RU-AlexanderLebedev"
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/

2016-05-01 Thread Ulrich Müller
commit: a049c9a38cdaf5cd1227dc555450e7b505d2c7f1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May  1 20:16:24 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 20:21:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a049c9a3

app-dicts/myspell-ru: Fix typo in license name.

Bug: 581748

Package-Manager: portage-2.2.28

 app-dicts/myspell-ru/myspell-ru-20060316.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild 
b/app-dicts/myspell-ru/myspell-ru-20060316.ebuild
index 08211a7..47f2862 100644
--- a/app-dicts/myspell-ru/myspell-ru-20060316.ebuild
+++ b/app-dicts/myspell-ru/myspell-ru-20060316.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$
 
@@ -18,7 +18,7 @@ MYSPELL_THESAURUS_DICTIONARIES=(
 inherit myspell
 
 DESCRIPTION="Russian dictionaries for myspell/hunspell"
-LICENSE="LGPL-2.1 myspell-ru_RU-ALexanderLebedev"
+LICENSE="LGPL-2.1 myspell-ru_RU-AlexanderLebedev"
 HOMEPAGE="http://lingucomponent.openoffice.org/;
 
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-fbsd"



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

2016-05-01 Thread Ulrich Müller
commit: 5549055e057eb204f6ce092b60601f5046f9c4ce
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May  1 20:09:55 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 20:21:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5549055e

licenses: Fix typo in license name.

Bug: 581748

 .../{myspell-ru_RU-ALexanderLebedev => myspell-ru_RU-AlexanderLebedev}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/licenses/myspell-ru_RU-ALexanderLebedev 
b/licenses/myspell-ru_RU-AlexanderLebedev
similarity index 100%
rename from licenses/myspell-ru_RU-ALexanderLebedev
rename to licenses/myspell-ru_RU-AlexanderLebedev



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

2016-05-01 Thread Matthias Maier
commit: ef1aeb3bc83bc827720faebb5be810dca60a29e3
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 20:01:12 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:09:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1aeb3b

net-misc/spice-gtk: use PYTHON_REQUIRED_USE unconditionally, bug #567082

Package-Manager: portage-2.2.26

 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
index 824008b..e52635d 100644
--- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
@@ -22,7 +22,7 @@ KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
 IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl 
smartcard static-libs usbredir vala webdav"
 
 REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
+   ${PYTHON_REQUIRED_USE}
?? ( pulseaudio gstreamer )
 "
 



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

2016-05-01 Thread Matthias Maier
commit: e608ae94ea5745193df84b08447598186d859dff
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 20:05:23 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:09:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e608ae94

net-misc/spice-gtk: add missing dependency on media-libs/gst-plugins-good, bug 
#571372

Package-Manager: portage-2.2.26

 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
index e52635d..cec0640 100644
--- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
@@ -34,7 +34,8 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio[glib] )
gstreamer? (
media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0 )
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
>=x11-libs/pixman-0.17.7
>=media-libs/celt-0.5.1.1:0.5.1
media-libs/opus



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

2016-05-01 Thread Matthias Maier
commit: 37e3ead8807f93bb398524c3c4bcf201f659
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:54:18 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:09:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e3

net-misc/spice-gtk: add libressl support, bug #580670

Package-Manager: portage-2.2.26

 net-misc/spice-gtk/spice-gtk-0.31.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
index 1a34129..5ace07b 100644
--- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
@@ -19,7 +19,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2;
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl 
smartcard static-libs usbredir vala webdav"
+IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl 
smartcard static-libs usbredir vala webdav libressl"
 
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
@@ -31,6 +31,8 @@ REQUIRED_USE="
 # * use external pnp.ids as soon as that means not pulling in gnome-desktop
 RDEPEND="
${PYTHON_DEPS}
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
pulseaudio? ( media-sound/pulseaudio[glib] )
gstreamer? (
media-libs/gstreamer:1.0
@@ -39,7 +41,6 @@ RDEPEND="
>=x11-libs/pixman-0.17.7
>=media-libs/celt-0.5.1.1:0.5.1
media-libs/opus
-   dev-libs/openssl:0=
gtk3? ( x11-libs/gtk+:3[introspection?] )
x11-libs/gtk+:2[introspection?]
>=dev-libs/glib-2.28:2



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

2016-05-01 Thread Matthias Maier
commit: 2f9879835a0e68dc9fc1f74133d653fb9e3ee2ff
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:50:48 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:09:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f987983

net-misc/spice-gtk: version bump to 0.31

Package-Manager: portage-2.2.26

 net-misc/spice-gtk/Manifest  |   1 +
 net-misc/spice-gtk/spice-gtk-0.31.ebuild | 162 +++
 2 files changed, 163 insertions(+)

diff --git a/net-misc/spice-gtk/Manifest b/net-misc/spice-gtk/Manifest
index bcbce6e..3ca3218 100644
--- a/net-misc/spice-gtk/Manifest
+++ b/net-misc/spice-gtk/Manifest
@@ -1 +1,2 @@
 DIST spice-gtk-0.30.tar.bz2 1228727 SHA256 
e23323fa399efba17b3c18475ef10a29815851be5e7dbedd246b28ee8eb1379c SHA512 
8a0ad6df3b1ab353d1e63178e13e440c07751821d9693a1599d6f61dece6ed20b664511abaa50771b026be0f457787b0bb5b172884e68c7a95d9068b0bb79198
 WHIRLPOOL 
e58798cbabfe716dcf35a7668ed8e9838f347b13dd25e13ec5d290f35da2170d321a9a3bb2701564b14564ee89f2b43c8b6fcb84d85ed2293514a2f7c9d3759a
+DIST spice-gtk-0.31.tar.bz2 1340962 SHA256 
c72b4d202b1c0b71d6e24ce5caf914d6dddbcf4010d10db9c2d8e73af728c1ca SHA512 
f4aeaa8571829235c9f70b31676998d5c2c691619e63c26d374c62c3be9c2b4a0598f0fa7c5cce1db13fa60fd3b4d6053ce263fbd714add1f2791519a5c5038a
 WHIRLPOOL 
b0a2684288890c3dd7c07e56abd037eba1aa337b8bf8ec8c3dc9ceddd80772ab2eee36b4e021a5a08a86180c50625a495aa0b23f9da28508b5dafb165537c8ee

diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
new file mode 100644
index 000..1a34129
--- /dev/null
+++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG="no"
+WANT_AUTOMAKE="1.12"
+VALA_MIN_API_VERSION="0.14"
+VALA_USE_DEPEND="vapigen"
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit autotools eutils multibuild python-single-r1 vala
+
+DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers 
and a client GUI"
+HOMEPAGE="http://spice-space.org http://gitorious.org/spice-gtk;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2;
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl 
smartcard static-libs usbredir vala webdav"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   ?? ( pulseaudio gstreamer )
+"
+
+# TODO:
+# * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
+# * use external pnp.ids as soon as that means not pulling in gnome-desktop
+RDEPEND="
+   ${PYTHON_DEPS}
+   pulseaudio? ( media-sound/pulseaudio[glib] )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   >=x11-libs/pixman-0.17.7
+   >=media-libs/celt-0.5.1.1:0.5.1
+   media-libs/opus
+   dev-libs/openssl:0=
+   gtk3? ( x11-libs/gtk+:3[introspection?] )
+   x11-libs/gtk+:2[introspection?]
+   >=dev-libs/glib-2.28:2
+   >=x11-libs/cairo-1.2
+   virtual/jpeg:0=
+   sys-libs/zlib
+   introspection? ( dev-libs/gobject-introspection )
+   lz4? ( app-arch/lz4 )
+   python? ( dev-python/pygtk:2 )
+   sasl? ( dev-libs/cyrus-sasl )
+   smartcard? ( app-emulation/qemu[smartcard] )
+   usbredir? (
+   sys-apps/hwids
+   >=sys-apps/usbredir-0.4.2
+   virtual/libusb:1
+   virtual/libgudev:=
+   policykit? (
+   sys-apps/acl
+   >=sys-auth/polkit-0.110-r1
+   !~sys-auth/polkit-0.111 )
+   )
+   webdav? (
+   net-libs/phodav:2.0
+   >=dev-libs/glib-2.43.90:2
+   >=net-libs/libsoup-2.49.91 )
+"
+DEPEND="${RDEPEND}
+   ~app-emulation/spice-protocol-0.12.11
+   dev-perl/Text-CSV
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.40.0
+   ${PYTHON_DEPS}
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+# Hard-deps while building from git:
+# dev-lang/vala:0.14
+# dev-lang/perl
+
+src_prepare() {
+   epatch_user
+
+   AT_NO_RECURSIVE="yes" eautoreconf
+
+   use vala && vala_src_prepare
+}
+
+src_configure() {
+   local myconf
+   local audio="no"
+
+   use gstreamer && audio="gstreamer"
+   use pulseaudio && audio="pulse"
+
+   if use vala ; then
+   # force vala regen for MinGW, etc
+   rm -fv gtk/controller/controller.{c,vala.stamp} 
gtk/controller/menu.c
+   fi
+
+   myconf="
+   --disable-maintainer-mode \
+   

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

2016-05-01 Thread Matthias Maier
commit: 886ddb1b6e81ed45d6de2a98a4f00cb557b28891
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:37:26 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:08:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ddb1b

app-emulation/spice: version bump to 0.13.1, bug #580570, bug #580084

This also fixes the compilation issue in 0.13.0 reported in bug #580084.

Package-Manager: portage-2.2.26

 app-emulation/spice/Manifest|  1 +
 app-emulation/spice/spice-0.13.1.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/app-emulation/spice/Manifest b/app-emulation/spice/Manifest
index 4d02ae7..e91eb45 100644
--- a/app-emulation/spice/Manifest
+++ b/app-emulation/spice/Manifest
@@ -1,2 +1,3 @@
 DIST spice-0.12.6.tar.bz2 1181088 SHA256 
f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 SHA512 
877d9c447a09055c61db7839ae1a2bbd97ab1178d8fd30fff83883064f8a2f269479649e696732095833ed3fda2d0cc0cbe2a420decb89d36d2cf2f18ad9a3db
 WHIRLPOOL 
e381cf469a29be9a91ab442ee5f426a44ee569528d9297401df1c927cbf558e9daee7709cd69a4cc6389481b0c5aa26b19e56f0e97576e270d768842581544fe
 DIST spice-0.13.0.tar.bz2 1215334 SHA256 
4862e2d11da10abdf46dd6cc834d79fa4ef3490efac8dbcdd19fa96f81147bbb SHA512 
be9960e8f40415f2d0c2445aca701729f904b4598492b64993fc53b2cfb27652642f11721b43c44c953e6ba4982865b15260c995bb12c4f29ea9c7e962043795
 WHIRLPOOL 
88d92a4498e76eb279c073e4da87a0b0efe7697f6da1211b4830681a1cc6c828809dcaaec54e0876766a8fd4365e55439910c13c03e7a50d0ccbdcf98bbec781
+DIST spice-0.13.1.tar.bz2 1245323 SHA256 
9ecb130424da02e90c235c1294f6e759d7c676c5e710587a5c98a1f20f991da2 SHA512 
a8e65cc02c802686f2e0c21615401e13b337e050c40938bebefa684abc1ce0e2d478136d0fec481a8ee30ed98f2e2fb909dfbf6cd65e9dfd7093d59f825b95d5
 WHIRLPOOL 
068d7d26f18435995546d84b0d8d81ced4973773303463e597cf05e1c5accd9ac8554f22032eb55827bebbe6c0fc14915455da24c58fc70b135d955fe3442db7

diff --git a/app-emulation/spice/spice-0.13.1.ebuild 
b/app-emulation/spice/spice-0.13.1.ebuild
new file mode 100644
index 000..46d50a8
--- /dev/null
+++ b/app-emulation/spice/spice-0.13.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit eutils python-any-r1
+
+DESCRIPTION="SPICE server"
+HOMEPAGE="http://spice-space.org/;
+SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl sasl smartcard static-libs"
+
+# the libspice-server only uses the headers of libcacard
+RDEPEND="
+   >=dev-libs/glib-2.22:2[static-libs(+)?]
+   >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?]
+   media-libs/opus[static-libs(+)?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/jpeg:0=[static-libs(+)?]
+   >=x11-libs/pixman-0.17.7[static-libs(+)?]
+   !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
+   libressl? ( dev-libs/libressl[static-libs(+)?] )
+   smartcard? ( >=app-emulation/libcacard-0.1.2 )
+   sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )"
+
+DEPEND="
+   ~app-emulation/spice-protocol-0.12.11
+   virtual/pkgconfig
+   $(python_gen_any_dep '
+   >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ')
+   smartcard? ( app-emulation/qemu[smartcard] )
+   ${RDEPEND}"
+
+python_check_deps() {
+   has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
+   has_version "dev-python/six[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
+}
+
+# maintainer notes:
+# * opengl support is currently broken
+
+src_prepare() {
+   epatch_user
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with sasl) \
+   $(use_enable smartcard) \
+   --disable-gui
+}
+
+src_install() {
+   default
+   use static-libs || prune_libtool_files
+}



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

2016-05-01 Thread Matthias Maier
commit: 38407193feb321a56f4fddd6ced0aa0ee94ada41
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:38:05 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:08:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38407193

app-emulation/spice: Remove broken version 0.13.0, bug #580084

Package-Manager: portage-2.2.26

 app-emulation/spice/Manifest|  1 -
 app-emulation/spice/spice-0.13.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/app-emulation/spice/Manifest b/app-emulation/spice/Manifest
index e91eb45..de49c76 100644
--- a/app-emulation/spice/Manifest
+++ b/app-emulation/spice/Manifest
@@ -1,3 +1,2 @@
 DIST spice-0.12.6.tar.bz2 1181088 SHA256 
f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 SHA512 
877d9c447a09055c61db7839ae1a2bbd97ab1178d8fd30fff83883064f8a2f269479649e696732095833ed3fda2d0cc0cbe2a420decb89d36d2cf2f18ad9a3db
 WHIRLPOOL 
e381cf469a29be9a91ab442ee5f426a44ee569528d9297401df1c927cbf558e9daee7709cd69a4cc6389481b0c5aa26b19e56f0e97576e270d768842581544fe
-DIST spice-0.13.0.tar.bz2 1215334 SHA256 
4862e2d11da10abdf46dd6cc834d79fa4ef3490efac8dbcdd19fa96f81147bbb SHA512 
be9960e8f40415f2d0c2445aca701729f904b4598492b64993fc53b2cfb27652642f11721b43c44c953e6ba4982865b15260c995bb12c4f29ea9c7e962043795
 WHIRLPOOL 
88d92a4498e76eb279c073e4da87a0b0efe7697f6da1211b4830681a1cc6c828809dcaaec54e0876766a8fd4365e55439910c13c03e7a50d0ccbdcf98bbec781
 DIST spice-0.13.1.tar.bz2 1245323 SHA256 
9ecb130424da02e90c235c1294f6e759d7c676c5e710587a5c98a1f20f991da2 SHA512 
a8e65cc02c802686f2e0c21615401e13b337e050c40938bebefa684abc1ce0e2d478136d0fec481a8ee30ed98f2e2fb909dfbf6cd65e9dfd7093d59f825b95d5
 WHIRLPOOL 
068d7d26f18435995546d84b0d8d81ced4973773303463e597cf05e1c5accd9ac8554f22032eb55827bebbe6c0fc14915455da24c58fc70b135d955fe3442db7

diff --git a/app-emulation/spice/spice-0.13.0.ebuild 
b/app-emulation/spice/spice-0.13.0.ebuild
deleted file mode 100644
index 9f06219..000
--- a/app-emulation/spice/spice-0.13.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit eutils python-any-r1
-
-DESCRIPTION="SPICE server"
-HOMEPAGE="http://spice-space.org/;
-SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl sasl smartcard static-libs"
-
-# the libspice-server only uses the headers of libcacard
-RDEPEND="
-   >=dev-libs/glib-2.22:2[static-libs(+)?]
-   >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?]
-   media-libs/opus[static-libs(+)?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/jpeg:0=[static-libs(+)?]
-   >=x11-libs/pixman-0.17.7[static-libs(+)?]
-   !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
-   libressl? ( dev-libs/libressl[static-libs(+)?] )
-   smartcard? ( >=app-emulation/libcacard-0.1.2 )
-   sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )"
-
-DEPEND="
-   >=app-emulation/spice-protocol-0.12.10
-   virtual/pkgconfig
-   $(python_gen_any_dep '
-   >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ')
-   smartcard? ( app-emulation/qemu[smartcard] )
-   ${RDEPEND}"
-
-python_check_deps() {
-   has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
-   has_version "dev-python/six[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
-}
-
-# maintainer notes:
-# * opengl support is currently broken
-
-src_prepare() {
-   epatch "${FILESDIR}/0.11.0-gold.patch"
-
-   epatch_user
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with sasl) \
-   $(use_enable smartcard) \
-   --disable-gui
-}
-
-src_install() {
-   default
-   use static-libs || prune_libtool_files
-}



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

2016-05-01 Thread Matthias Maier
commit: 3d9048dd78b15f39e3e6077ef2f7cc49b471fe0b
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:45:42 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:08:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9048dd

app-emulation/spice: add version 0.12.7

Package-Manager: portage-2.2.26

 app-emulation/spice/Manifest|  1 +
 app-emulation/spice/spice-0.12.7.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/app-emulation/spice/Manifest b/app-emulation/spice/Manifest
index de49c76..8328b6f 100644
--- a/app-emulation/spice/Manifest
+++ b/app-emulation/spice/Manifest
@@ -1,2 +1,3 @@
 DIST spice-0.12.6.tar.bz2 1181088 SHA256 
f148ea30135bf80a4f465ce723a1cd6d4ccb34c098b6298a020b378ace8569b6 SHA512 
877d9c447a09055c61db7839ae1a2bbd97ab1178d8fd30fff83883064f8a2f269479649e696732095833ed3fda2d0cc0cbe2a420decb89d36d2cf2f18ad9a3db
 WHIRLPOOL 
e381cf469a29be9a91ab442ee5f426a44ee569528d9297401df1c927cbf558e9daee7709cd69a4cc6389481b0c5aa26b19e56f0e97576e270d768842581544fe
+DIST spice-0.12.7.tar.bz2 1220405 SHA256 
1c8e96cb9e833e23372e2f461508135903b697fd8c6daff565e9e87f6d2f6aba SHA512 
a740d500d0ccad3edd1f2f71e51c5a120d6ae98e44125f33870c12f5d1eeb30b809e588d05b2d0cadb4216e889b38e57d2278916817538311b875ff22e3b31ae
 WHIRLPOOL 
61ffa3e280a346a2667ddd38dcfd63ffa6c1e6efd0f05da4fad43b00ca5e1a1587411a907b929b75e4d1e72ebcef29621ccdd76dfb313e8f3a5513a5a367132b
 DIST spice-0.13.1.tar.bz2 1245323 SHA256 
9ecb130424da02e90c235c1294f6e759d7c676c5e710587a5c98a1f20f991da2 SHA512 
a8e65cc02c802686f2e0c21615401e13b337e050c40938bebefa684abc1ce0e2d478136d0fec481a8ee30ed98f2e2fb909dfbf6cd65e9dfd7093d59f825b95d5
 WHIRLPOOL 
068d7d26f18435995546d84b0d8d81ced4973773303463e597cf05e1c5accd9ac8554f22032eb55827bebbe6c0fc14915455da24c58fc70b135d955fe3442db7

diff --git a/app-emulation/spice/spice-0.12.7.ebuild 
b/app-emulation/spice/spice-0.12.7.ebuild
new file mode 100644
index 000..0e5d130
--- /dev/null
+++ b/app-emulation/spice/spice-0.12.7.ebuild
@@ -0,0 +1,71 @@
+# 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 eutils python-any-r1
+
+DESCRIPTION="SPICE server"
+HOMEPAGE="http://spice-space.org/;
+SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl sasl smartcard static-libs"
+
+# the libspice-server only uses the headers of libcacard
+RDEPEND="
+   >=dev-libs/glib-2.22:2[static-libs(+)?]
+   >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?]
+   media-libs/opus[static-libs(+)?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/jpeg:0=[static-libs(+)?]
+   >=x11-libs/pixman-0.17.7[static-libs(+)?]
+   !libressl? ( dev-libs/openssl:0[static-libs(+)?] )
+   libressl? ( dev-libs/libressl[static-libs(+)?] )
+   sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )"
+
+DEPEND="
+   ~app-emulation/spice-protocol-0.12.11
+   virtual/pkgconfig
+   $(python_gen_any_dep '
+   >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   ')
+   smartcard? ( app-emulation/qemu[smartcard] )
+   ${RDEPEND}"
+
+python_check_deps() {
+   has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
+   has_version "dev-python/six[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
+}
+
+# maintainer notes:
+# * opengl support is currently broken
+
+src_prepare() {
+   epatch "${FILESDIR}/0.11.0-gold.patch"
+
+   epatch_user
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_with sasl) \
+   $(use_enable smartcard) \
+   --disable-gui
+}
+
+src_install() {
+   default
+   use static-libs || prune_libtool_files
+}



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

2016-05-01 Thread Matthias Maier
commit: 7e1f9922288fe1b026a32f9a9ab42b46373cc1c5
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:57:22 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:09:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1f9922

net-misc/spice-gtk: fix dependency on app-emulation/spice-protocol, bug #567082

Package-Manager: portage-2.2.26

 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
index 9f5d8f2..824008b 100644
--- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.30-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$
 
@@ -66,7 +66,7 @@ RDEPEND="
>=net-libs/libsoup-2.49.91 )
 "
 DEPEND="${RDEPEND}
-   >=app-emulation/spice-protocol-0.12.10
+   ~app-emulation/spice-protocol-0.12.10
dev-perl/Text-CSV
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]



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

2016-05-01 Thread Matthias Maier
commit: ffdf6ad3784eb6eeb30e24cb4fab1554ee446e13
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 19:47:21 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 20:08:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdf6ad3

app-emulation/spice: update dependencies, bug #580084

Package-Manager: portage-2.2.26

 app-emulation/spice/spice-0.12.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/spice/spice-0.12.6-r2.ebuild 
b/app-emulation/spice/spice-0.12.6-r2.ebuild
index 31e8456..0685029 100644
--- a/app-emulation/spice/spice-0.12.6-r2.ebuild
+++ b/app-emulation/spice/spice-0.12.6-r2.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$
 
@@ -30,7 +30,7 @@ RDEPEND="
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )"
 
 DEPEND="
-   >=app-emulation/spice-protocol-0.12.10
+   ~app-emulation/spice-protocol-0.12.10
virtual/pkgconfig
$(python_gen_any_dep '
>=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]



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

2016-05-01 Thread Ulrich Müller
commit: d7dc55bdb2c9243d6f201afd12a993f1398e5d8b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May  1 20:05:24 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 20:05:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dc55bd

licenses: Remove unused licenses.

 licenses/HP-JDKJRE6|  78 ---
 licenses/IBM-J1.6  | 988 -
 licenses/codehaus-groovy   |  47 --
 licenses/oracle-java-documentation |  59 ---
 licenses/shoutcast |  29 --
 licenses/sun-jsr93 |  45 --
 profiles/license_groups|   2 +-
 7 files changed, 1 insertion(+), 1247 deletions(-)

diff --git a/licenses/HP-JDKJRE6 b/licenses/HP-JDKJRE6
deleted file mode 100644
index 6aa1634..000
--- a/licenses/HP-JDKJRE6
+++ /dev/null
@@ -1,78 +0,0 @@
-License JRE or JDK version 6.0
-
-To download and install the software, follow the steps below.
-
-LEGAL NOTICE - READ BEFORE DOWNLOADING OR OTHERWISE USING THIS SOFTWARE.
-
-ATTENTION: USE OF THE SOFTWARE IS SUBJECT TO THE HP SOFTWARE LICENSE TERMS AND 
SUPPLEMENTAL RESTRICTIONS SET FORTH BELOW, THIRD PARTY SOFTWARE LICENSE TERMS 
FOUND IN THE THIRDPARTYLICENSEREADME.TXT FILE AND THE WARRANTY DISCLAIMER 
ATTACHED. IF YOU DO NOT ACCEPT THESE TERMS FULLY, YOU MAY NOT INSTALL OR 
OTHERWISE USE THE SOFTWARE. NOTWITHSTANDING ANYTHING TO THE CONTRARY IN THIS 
NOTICE, INSTALLING OR OTHERWISE USING THE SOFTWARE INDICATES YOUR ACCEPTANCE OF 
THESE LICENSE TERMS.
-
-HP software license terms for both JRE and JDK
-
-The following terms govern your use of the Software.  For the purpose of this 
Agreement, “Software” means the Java Runtime Environment (“JRE”) or the Java 
Developers Kit (“JDK”) you download in connection with this Agreement.
-
-License grant
-HP grants you a license to Use one copy of the Software. "Use" means storing, 
loading, installing, executing or displaying the Software for the purpose of 
developing and running Java applets and applications on Java SE-enabled HP 
computers. You may not modify the Software or disable any licensing or control 
features of the Software.
-
-Ownership
-The Software is owned and copyrighted by HP or its third party suppliers. Your 
license confers no title or ownership in the Software and is not a sale of any 
rights in the Software. HP's third party suppliers may protect their rights in 
the event of any violation of these License Terms.
-
-Third Party Code
-Some third-party code embedded or bundled with the Software is licensed to you 
under different terms and conditions as set forth in the 
THIRDPARTYLICENSEREADME.txt file. In addition to any terms and conditions of 
any third party license identified in the THIRDPARTYLICENSEREADME.txt file, the 
disclaimer of warranty and limitation of liability provisions in this license 
shall apply to all code distributed as part of or bundled with the Software.
-
-Source Code
-Software may contain source code that, unless expressly licensed for other 
purposes, is provided solely for reference purposes pursuant to the terms of 
this license. Source code may not be redistributed unless expressly provided 
for in these License Terms.
-
-Copies and Adaptations
-You may only make copies or adaptations of the Software for archival purposes 
or when copying or adaptation is an essential step in the authorized Use of the 
Software. You must reproduce all copyright notices in the original Software on 
all copies or adaptations. You may not copy the Software onto any bulletin 
board or similar system.
-
-No disassembly or decryption
-You may not disassemble or decompile the Software unless HP's prior written 
consent is obtained. In some jurisdictions, HP's consent may not be required 
for disassembly or decompilation. Upon request, you will provide HP with 
reasonably detailed information regarding any disassembly or decompilation. You 
may not decrypt the Software unless decryption is a necessary part of the 
operation of the Software.
-
-Termination
-HP may terminate your license upon notice for failure to comply with any of 
these License Terms. Upon termination, you must immediately destroy the 
Software, together with all copies, adaptations and merged portions in any form.
-
-Export requirements
-The software you are about to download contains cryptography technology. Some 
countries regulate the import, use and/or export of certain products with 
cryptography. HP makes no claims as to the applicability of local country 
import, use and/or export regulations in relation to the download of this 
product. If you are located outside the U.S. and Canada you are advised to 
consult your local country regulations to insure compliance.
-
-You may not export or re-export this software or any copy or adaptation in 
violation of any applicable laws or regulations.
-
-Without limiting the generality of the foregoing, hardware, software, 
technology or 

[gentoo-commits] proj/hardened-dev:master commit in: eclass/

2016-05-01 Thread Anthony G. Basile
commit: c5c2daa6ff0970a37747c58328df38b4ce57207f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun May  1 19:51:05 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun May  1 19:51:46 2016 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=c5c2daa6

toolchain.eclass: sanely check if there are spec files to be installed

 eclass/toolchain.eclass | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 247dcee..40b2cf9 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1954,7 +1954,11 @@ copy_minispecs_gcc_specs() {
fi
create_gcc_env_entry vanilla
insinto ${LIBPATH}
-   doins "${WORKDIR}"/specs/*.specs || die "failed to install specs"
+   # Only doins if there are actually spec files in "${WORKDIR}"/specs/
+   local SPECSDIR="${WORKDIR}"/specs/
+   if [[ "$(ls -A ${SPECSDIR})" ]]; then
+   doins "${SPECSDIR}"/*.specs || die "failed to install specs"
+   fi
# Build system specs file which, if it exists, must be a complete set of
# specs as it completely and unconditionally overrides the builtin 
specs.
if ! tc_version_is_at_least 4.4 ; then



[gentoo-commits] proj/hardened-dev:master commit in: eclass/

2016-05-01 Thread Magnus Granberg
commit: d45e7e6148a392e3200a7c6c17ff2888cbf26b64
Author: Magnus Granberg  gentoo  org>
AuthorDate: Sun May  1 19:24:34 2016 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Sun May  1 19:24:34 2016 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=d45e7e61

dont use .specs files when install

 eclass/toolchain.eclass | 5 +
 1 file changed, 5 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 3106641..247dcee 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1937,6 +1937,11 @@ create_gcc_env_entry() {
 }
 
 copy_minispecs_gcc_specs() {
+   # on gcc 6 we don't need minispecs
+   if tc_version_is_at_least 6.0 ; then
+   return 0
+   fi
+
# setup the hardenedno* specs files and the vanilla specs file.
if hardened_gcc_works ; then
create_gcc_env_entry hardenednopiessp



[gentoo-commits] dev/bircoph:master commit in: media-libs/giflib/

2016-05-01 Thread Andrew Savchenko
commit: 3646863ba9900dad6fff86f0c8e61f5192438a7f
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sun May  1 19:35:10 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sun May  1 19:35:10 2016 +
URL:https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=3646863b

media-libs/giflib: fix bug 581750

- add USE="doc"
- build and install all docs

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko  gentoo.org>

 media-libs/giflib/Manifest|  1 +
 media-libs/giflib/giflib-5.1.4.ebuild | 72 +++
 media-libs/giflib/metadata.xml| 11 ++
 3 files changed, 84 insertions(+)

diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest
new file mode 100644
index 000..73650a0
--- /dev/null
+++ b/media-libs/giflib/Manifest
@@ -0,0 +1 @@
+DIST giflib-5.1.4.tar.bz2 639703 SHA256 
df27ec3ff24671f80b29e6ab1c4971059c14ac3db95406884fc26574631ba8d5 SHA512 
32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d
 WHIRLPOOL 
12f308335538fcf14eb95c7e76adfb8ecaf2f1fcdc051521a40ec65eccaa1520f11170bb4b879149ce9fdeb59ce4449a60b4e1290e685acc5e35b3bca8c0f693

diff --git a/media-libs/giflib/giflib-5.1.4.ebuild 
b/media-libs/giflib/giflib-5.1.4.ebuild
new file mode 100644
index 000..f2086d6
--- /dev/null
+++ b/media-libs/giflib/giflib-5.1.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils libtool multilib-minimal
+
+DESCRIPTION="Library to handle, display and manipulate GIF images"
+HOMEPAGE="http://sourceforge.net/projects/giflib/;
+SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc static-libs"
+
+RDEPEND="
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140406-r1
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
+   )"
+DEPEND="${RDEPEND}
+   doc? ( app-text/xmlto )"
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   # No need for xmlto as they ship generated files.
+   ac_cv_prog_have_xmlto=no
+
+   $(use_enable static-libs static)
+   )
+
+   ECONF_SOURCE="${S}" \
+   econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   default
+
+   if use doc && multilib_is_native_abi; then
+   emake -C doc
+   fi
+}
+
+multilib_src_install() {
+   default
+
+   # for static libs the .la file is required if built with +X
+   use static-libs || prune_libtool_files --all
+
+   if use doc && multilib_is_native_abi; then
+   docinto html
+   dodoc doc/*.html
+   fi
+}
+
+multilib_src_install_all() {
+   doman doc/*.1
+   docinto
+   dodoc AUTHORS BUGS ChangeLog NEWS README TODO
+   if use doc; then
+   dodoc doc/*.txt
+   docinto html
+   dodoc -r doc/whatsinagif
+   fi
+}

diff --git a/media-libs/giflib/metadata.xml b/media-libs/giflib/metadata.xml
new file mode 100644
index 000..8aeeef3
--- /dev/null
+++ b/media-libs/giflib/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+graph...@gentoo.org
+Gentoo Graphics Project
+  
+  
+giflib
+  
+



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

2016-05-01 Thread Zac Medico
commit: 12cab9df9feff66861c90d091d3540d56c9df159
Author: Zac Medico  gentoo  org>
AuthorDate: Sun May  1 19:16:54 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun May  1 19:18:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cab9df

dev-db/rqlite: sync , update homepage

Package-Manager: portage-2.2.28

 dev-db/rqlite/Manifest   |  1 -
 dev-db/rqlite/rqlite-2.1.ebuild  |  4 ++--
 dev-db/rqlite/rqlite-.ebuild | 12 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index 7de2559..19eba91 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -1,4 +1,3 @@
-DIST bolt-2f846c3551b76d7710f159be840d66c3d064abbe.tar.gz 78184 SHA256 
4358157d83f88a3e0fdd5b2faa810ce0e8569ce5594ce893634f0042b2dfcdab SHA512 
429391842ac0ed04fb73587a1d21c2bf03a3c41f79fa192cc601ad4748a02ecd9a5ed024779a7267278f4c7a7152b1cf6d4e48ae1ceb31e52179506792ac4b51
 WHIRLPOOL 
f0d5eabcd2936897124bc7bfc1c5e616c79d7deb0f465e9cbd2b28c6d45173e26c71303afc1a9f6e1ef513548d192d9e8c6e5addba4af4ef40edc564f82245f0
 DIST bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz 78144 SHA256 
165a79b80801b667b9ae09becc6085ebc79a68de32403b31018010c89216d2bc SHA512 
a1f1254a00c6ad05d9097e900f1918a1d05e0a945c2438e715f6d386fc0dad82b3302764afd7bfb2a43030e79c6a0271284c866caffdda216961c10e16b63e2a
 WHIRLPOOL 
9917359c05160a4852e55d6e556b511ba374d6c16b2c78a7d9e3ad5566f7ef68dd08176993e9fac2dc7f69612dd7da12a96e0a73b5e1e19fa102b540f594b800
 DIST go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz 13610 SHA256 
2efdf7c349cb81ef75fbb812e150aac9a7c6c27417f4e84f655ff77ddb006789 SHA512 
2dd120d6da4d8cfcd4546a288534f233f7073281ed3d6e7712c8a92fc11f7b800c0950835037ec936ec89e6fc2dba06088d70bc7faee6f139cc9656c0a81d4b7
 WHIRLPOOL 
ebe0a792cb231f3ff5241f8c2526c7a7927d6d1ab138e92ae0da34ba72e54bbb4769aa14804110e61d7de280ce28a0040ebd17e79ceccec585ad48c9aac91c33
 DIST go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz 49488 SHA256 
eeffbd458f4996334275f828cfd3549d32a2ba6eda359e5c9be09f091548781f SHA512 
7e60a122cca007bf5455d6e15f77c24eaa5739deedc9e0c158282249e84698f873628bffa9eb7d23c1c59bda7632b1968ca770c8e1796e2d50750ac86e80fcb2
 WHIRLPOOL 
41745e39256ef510d42c4da413609e3bdd0621cc2acccfddabb4c8774e47b73ad46656639bed3fac2335cf1b6a2a245d3b8b4f3831cfafb2c6e7ecb90293475d

diff --git a/dev-db/rqlite/rqlite-2.1.ebuild b/dev-db/rqlite/rqlite-2.1.ebuild
index c807155..9047ed0 100644
--- a/dev-db/rqlite/rqlite-2.1.ebuild
+++ b/dev-db/rqlite/rqlite-2.1.ebuild
@@ -12,12 +12,12 @@ inherit golang-build
 KEYWORDS="~amd64"
 DESCRIPTION="Replicated SQLite using the Raft consensus protocol "
 EGO_PN="github.com/otoolep/rqlite/..."
-HOMEPAGE="https://${EGO_PN%/*} 
http://www.philipotoole.com/replicating-sqlite-using-raft-consensus;
+HOMEPAGE="https://github.com/rqlite/rqlite 
http://www.philipotoole.com/tag/rqlite/;
 LICENSE="MIT"
 SLOT="0/${PVR}"
 IUSE=""
 RESTRICT="test"
-EGIT_REPO_URI="https://github.com/otoolep/rqlite.git;
+EGIT_REPO_URI="https://github.com/rqlite/rqlite.git;
 EGIT_COMMIT="v${PV}"
 SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz

https://github.com/armon/go-metrics/archive/345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz
 -> go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz

diff --git a/dev-db/rqlite/rqlite-.ebuild b/dev-db/rqlite/rqlite-.ebuild
index ab51c84..3ed035a 100644
--- a/dev-db/rqlite/rqlite-.ebuild
+++ b/dev-db/rqlite/rqlite-.ebuild
@@ -11,17 +11,17 @@ inherit golang-build
 
 KEYWORDS=""
 DESCRIPTION="Replicated SQLite using the Raft consensus protocol "
-EGO_PN="github.com/otoolep/rqlite/..."
-HOMEPAGE="https://${EGO_PN%/*} 
http://www.philipotoole.com/replicating-sqlite-using-raft-consensus;
+EGO_PN="github.com/rqlite/rqlite/..."
+HOMEPAGE="https://${EGO_PN%/*} http://www.philipotoole.com/tag/rqlite/;
 LICENSE="MIT"
 SLOT="0/${PVR}"
 IUSE=""
 RESTRICT="test"
-EGIT_REPO_URI="https://github.com/otoolep/rqlite.git;
-#EGIT_COMMIT="f65218201d46804e52459301b1e6c8a3af2c21ad"
+EGIT_REPO_URI="https://github.com/rqlite/rqlite.git;
+#EGIT_COMMIT="32514f4744917937d8ac9a85f4ad7ee7adcfe3d7"
 SRC_URI="

https://github.com/armon/go-metrics/archive/345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz
 -> go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz
-   
https://github.com/boltdb/bolt/archive/2f846c3551b76d7710f159be840d66c3d064abbe.tar.gz
 -> bolt-2f846c3551b76d7710f159be840d66c3d064abbe.tar.gz
+   
https://github.com/boltdb/bolt/archive/ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz
 -> bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz

https://github.com/hashicorp/go-msgpack/archive/fa3f63826f7c23912c15263591e65d54d080b458.tar.gz
 -> go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz

https://github.com/hashicorp/raft/archive/057b893fd996696719e98b6c44649ea14968c811.tar.gz
 -> 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/, app-emulation/libvirt/files/

2016-05-01 Thread Matthias Maier
commit: af621c349cb52c36d298d3715ad5b0c784836c1f
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 18:44:23 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 19:15:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af621c34

app-emulation/libvirt: version bump to 1.3.4, bug #580418, bug #579960

 - bump to version 1.3.4, bug #580418

 - apply a build system patch for the sysmacros header change, bug #579960
   fixes the compile error "undefined reference to {'major', 'minor'}"
   due to gentoo specific glibc patches (bug #575232)

Package-Manager: portage-2.2.26

 app-emulation/libvirt/Manifest |  1 +
 .../libvirt/files/libvirt-1.3.4-glibc-2.23.patch   | 86 ++
 .../{libvirt-.ebuild => libvirt-1.3.4.ebuild}  | 20 +++--
 app-emulation/libvirt/libvirt-.ebuild  |  3 +-
 4 files changed, 102 insertions(+), 8 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index c05b37b..5d2e4bb 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -4,3 +4,4 @@ DIST libvirt-1.3.0-20151222.tar.xz 1684 SHA256 
3628c3398862eae2966ccf0e55822e4cb
 DIST libvirt-1.3.0.tar.gz 30114683 SHA256 
ebcf5645fa565e3fe2fe94a86e841db9b768cf0e0a7e6cf395c6327f9a23bd64 SHA512 
e252390a05b76e9cd9ed02caadd0ee0d674505f60940bb6ced955e17f69c7dd55fe5b38204ae5c25b6e5703415a0f6a12fc545d138d0e8b016457a85dc8fa2b8
 WHIRLPOOL 
852c592b27be86d3fb2ec75ca5debf9a1e0ac5de6d1ab06c55c2d70e83de125d10c2fc967b7578fba9137ed7a30b7a7e195f4e5f8d35708deeeddc97424d5e40
 DIST libvirt-1.3.1.tar.gz 29900143 SHA256 
a5d43fbed34d31eeffc641d2ac9b6026a57bf1a4fa74d0fa19a9891d9ec2c21a SHA512 
a109c09d947f7c5e924fdbc9c9b6c0a9d6ff64d9411aedd9a3e710d20f749b088ff9895e882dd888b88bfea7724a8933534be4078f16cb9d2047da761515e804
 WHIRLPOOL 
62fb8486bfa53d55b397d9a90750d32a83f0a73cf2e6685f296489390abf9c62efc69fecd6d011fc51e9f562f75f5b8ce03208c350e98d20de0a5560721c675e
 DIST libvirt-1.3.2.tar.gz 30056101 SHA256 
e3c6fc2683178660b371efb3ac7a1103a3f4b78efac7ffe560bc5917974ccf05 SHA512 
bcca111204c42db3a199c7d35758e78bcd9da557f091cb690dd712912aeee0ee89afa37a427ad972b94cc8ea9ed0788ff555a9042a9bab5ad0b55ca0d13aed1c
 WHIRLPOOL 
551c4232e4890515276824e96a4379cc4908b71ac2d7ad27e4a1f7c78cc0ca39223422c17fee929d5dce090af03eaba5b5bd7ef83b0fc995dcac03398ef5d43b
+DIST libvirt-1.3.4.tar.gz 30493908 SHA256 
e2396ebebb3f3fdb50429ce8faa99559f6e8e3cc0493d5fa0c1999db189c25bd SHA512 
6f85e4cd8a696da729bb88368c608694119258c6ab7f9b99f41c34a6cc4492d9ad90b8ff1574fd4ee6c78c674a3a501db60d1d3ba898f7013321ecc996612919
 WHIRLPOOL 
af4a8a0e3d746f50e0f9d95e3920c023c5bbec0d7c641f43aea580db9b95a793027f7579ecd94625a68b7e3662c328d94b7b2d243afea60a8d2f31cab1cc9319

diff --git a/app-emulation/libvirt/files/libvirt-1.3.4-glibc-2.23.patch 
b/app-emulation/libvirt/files/libvirt-1.3.4-glibc-2.23.patch
new file mode 100644
index 000..adeff5c
--- /dev/null
+++ b/app-emulation/libvirt/files/libvirt-1.3.4-glibc-2.23.patch
@@ -0,0 +1,86 @@
+get major/minor macros by using AC_HEADER_MAJOR
+
+https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Particular-Headers.html#AC_HEADER_MAJOR
+
+https://bugs.gentoo.org/579960
+diff --git a/configure.ac b/configure.ac
+index 93d347c..1e7ee51 100644
+--- a/configure.ac
 b/configure.ac
+@@ -282,2 +282,5 @@ AC_CHECK_SIZEOF([long])
+ 
++dnl detect system-specific headers for major()/minor()
++AC_HEADER_MAJOR
++
+ dnl Availability of various common functions (non-fatal if missing),
+diff --git a/src/conf/domain_audit.c b/src/conf/domain_audit.c
+index bd2eeb6..74b2487 100644
+--- a/src/conf/domain_audit.c
 b/src/conf/domain_audit.c
+@@ -28,2 +28,9 @@
+ 
++#ifdef MAJOR_IN_MKDEV
++# include 
++#endif
++#ifdef MAJOR_IN_SYSMACROS
++# include 
++#endif
++
+ #include "domain_audit.h"
+diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c
+index 76bef82..49c0648 100644
+--- a/src/lxc/lxc_controller.c
 b/src/lxc/lxc_controller.c
+@@ -48,2 +48,9 @@
+ 
++#ifdef MAJOR_IN_MKDEV
++# include 
++#endif
++#ifdef MAJOR_IN_SYSMACROS
++# include 
++#endif
++
+ #include "virerror.h"
+diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c
+index 3c6c839..983cd21 100644
+--- a/src/lxc/lxc_driver.c
 b/src/lxc/lxc_driver.c
+@@ -38,2 +38,9 @@
+ 
++#ifdef MAJOR_IN_MKDEV
++# include 
++#endif
++#ifdef MAJOR_IN_SYSMACROS
++# include 
++#endif
++
+ #include "virerror.h"
+diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c
+index 38398fd..4b45458 100644
+--- a/src/util/vircgroup.c
 b/src/util/vircgroup.c
+@@ -31,2 +31,10 @@
+ #endif
++
++#ifdef MAJOR_IN_MKDEV
++# include 
++#endif
++#ifdef MAJOR_IN_SYSMACROS
++# include 
++#endif
++
+ #include 
+diff --git a/src/util/virutil.c b/src/util/virutil.c
+index bb9604a..9840a9e 100644
+--- a/src/util/virutil.c
 b/src/util/virutil.c
+@@ -68,2 +68,9 @@
+ 
++#ifdef MAJOR_IN_MKDEV
++# include 
++#endif
++#ifdef MAJOR_IN_SYSMACROS
++# include 

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

2016-05-01 Thread Matthias Maier
commit: bb5707e534b3d0237f03c0b9ab00f5c7e177338f
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 18:49:12 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 19:15:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5707e5

app-emulation/libvirt: remove old versions 1.3.0-r1, 1.3.2-r1

Package-Manager: portage-2.2.26

 app-emulation/libvirt/Manifest|   3 -
 app-emulation/libvirt/libvirt-1.3.0-r1.ebuild | 385 --
 app-emulation/libvirt/libvirt-1.3.2-r1.ebuild | 385 --
 3 files changed, 773 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 5d2e4bb..2d735f1 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,7 +1,4 @@
 DIST libvirt-1.2.21-20151222.tar.xz 1684 SHA256 
6c97f288470ec58bcbe98507563c6a191892c6f8813a7b9688c09b823934cbe5 SHA512 
4fd43f0e12434b78ac3e671ad8eb0e402d384cff6278f6d0db322a068c2c8807c7c7f7e5774aa9d19e2a85e49f6d9888908b32fca5fc04980134edaccba0afe2
 WHIRLPOOL 
2bfbc3cbf1ca44a2bb06ddf2e8eabeb116165560b9c73d649d7b8cc9baba851f5e9246414bfc2c4740f27d0d0d42b6176eaec43b05e8c1e54de2804150c2cde1
 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
-DIST libvirt-1.3.0-20151222.tar.xz 1684 SHA256 
3628c3398862eae2966ccf0e55822e4cb8f47e6e8c1b0d17b6fdb9f69dc5490b SHA512 
71c8dabc9cb8ead2858bf2d77d3831db59ac34076c99a4ae607c7bb4678b0af28a9f31fdca047ee174237f0e91fbb8db3a843e605256514e1d0ad527fc412275
 WHIRLPOOL 
47ebd21dd7d17812b8e97ebb70453574550cac18b0cf88cd38c152565d1e01f725a6da90878c41c7836a59318c1294859870e5bb523981954618fdde6704360e
-DIST libvirt-1.3.0.tar.gz 30114683 SHA256 
ebcf5645fa565e3fe2fe94a86e841db9b768cf0e0a7e6cf395c6327f9a23bd64 SHA512 
e252390a05b76e9cd9ed02caadd0ee0d674505f60940bb6ced955e17f69c7dd55fe5b38204ae5c25b6e5703415a0f6a12fc545d138d0e8b016457a85dc8fa2b8
 WHIRLPOOL 
852c592b27be86d3fb2ec75ca5debf9a1e0ac5de6d1ab06c55c2d70e83de125d10c2fc967b7578fba9137ed7a30b7a7e195f4e5f8d35708deeeddc97424d5e40
 DIST libvirt-1.3.1.tar.gz 29900143 SHA256 
a5d43fbed34d31eeffc641d2ac9b6026a57bf1a4fa74d0fa19a9891d9ec2c21a SHA512 
a109c09d947f7c5e924fdbc9c9b6c0a9d6ff64d9411aedd9a3e710d20f749b088ff9895e882dd888b88bfea7724a8933534be4078f16cb9d2047da761515e804
 WHIRLPOOL 
62fb8486bfa53d55b397d9a90750d32a83f0a73cf2e6685f296489390abf9c62efc69fecd6d011fc51e9f562f75f5b8ce03208c350e98d20de0a5560721c675e
-DIST libvirt-1.3.2.tar.gz 30056101 SHA256 
e3c6fc2683178660b371efb3ac7a1103a3f4b78efac7ffe560bc5917974ccf05 SHA512 
bcca111204c42db3a199c7d35758e78bcd9da557f091cb690dd712912aeee0ee89afa37a427ad972b94cc8ea9ed0788ff555a9042a9bab5ad0b55ca0d13aed1c
 WHIRLPOOL 
551c4232e4890515276824e96a4379cc4908b71ac2d7ad27e4a1f7c78cc0ca39223422c17fee929d5dce090af03eaba5b5bd7ef83b0fc995dcac03398ef5d43b
 DIST libvirt-1.3.4.tar.gz 30493908 SHA256 
e2396ebebb3f3fdb50429ce8faa99559f6e8e3cc0493d5fa0c1999db189c25bd SHA512 
6f85e4cd8a696da729bb88368c608694119258c6ab7f9b99f41c34a6cc4492d9ad90b8ff1574fd4ee6c78c674a3a501db60d1d3ba898f7013321ecc996612919
 WHIRLPOOL 
af4a8a0e3d746f50e0f9d95e3920c023c5bbec0d7c641f43aea580db9b95a793027f7579ecd94625a68b7e3662c328d94b7b2d243afea60a8d2f31cab1cc9319

diff --git a/app-emulation/libvirt/libvirt-1.3.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-1.3.0-r1.ebuild
deleted file mode 100644
index 89f5c47..000
--- a/app-emulation/libvirt/libvirt-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,385 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils user autotools-utils linux-info systemd readme.gentoo
-
-BACKPORTS="20151222" # CVE-2015-5313
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
-   SRC_URI=""
-   KEYWORDS=""
-   SLOT="0"
-else
-   # Versions with 4 numbers are stable updates:
-   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.gz;
-   else
-   SRC_URI="http://libvirt.org/sources/${P}.tar.gz;
-   fi
-   SRC_URI+=" ${BACKPORTS:+
-   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
-   KEYWORDS="~amd64 ~x86"
-   SLOT="0/${PV}"
-fi
-
-DESCRIPTION="C toolkit to manipulate virtual machines"
-HOMEPAGE="http://www.libvirt.org/;
-LICENSE="LGPL-2.1"
-IUSE="apparmor audit avahi +caps firewalld fuse glusterfs iscsi +libvirtd lvm \
-   lxc +macvtap nfs nls numa openvz parted pcap 

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

2016-05-01 Thread Matthias Maier
commit: cf463138da1b99fc085932b4ec91d48faa7cef32
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 18:47:14 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 19:15:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf463138

dev-python/libvirt-python: remove old versions 1.3.0, 1.3.2

Package-Manager: portage-2.2.26

 dev-python/libvirt-python/Manifest |  2 -
 .../libvirt-python/libvirt-python-1.3.0.ebuild | 44 --
 .../libvirt-python/libvirt-python-1.3.2.ebuild | 44 --
 3 files changed, 90 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index a122651..3532b89 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,5 +1,3 @@
 DIST libvirt-python-1.2.21.tar.gz 171250 SHA256 
7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 SHA512 
7e2481ffa26105ddde703bd6eafe74240b69990b2f2ce0042f20f7fceb1d326fb8a66bf26042bfe63a12cf3202d7c19b14b6d766dd42fb66af212393d7aaf332
 WHIRLPOOL 
18dd5bc0d565b6846c40960cf258d7fb3714054be15fe54507e2846c5a7c2cd81e9b209c8e70cbfd5319d5a06f00c2c5322995058637af87d1676276f8675b2e
-DIST libvirt-python-1.3.0.tar.gz 171195 SHA256 
097d41bc52c300e50c5b04836e078bae5653fe222db92a9a10839f3e6b3afc7c SHA512 
b207aa9aef63e7d1a8377b2f8a0fa8dc05893bd744672c2b41f4dafa2516cbddd2868f37b0caf72b125fccbbf56542fcf1b94b452c406757f30d8f02d6ee26b4
 WHIRLPOOL 
1bde1fd130e0760bfa8f62c2f85e4ded991fc0eadcaf10b38bbbcf754eaa7b3a0ccb72f304f65457115419e4d3d904d07172e33bd68d581a29e4fb8d0703b45a
 DIST libvirt-python-1.3.1.tar.gz 171221 SHA256 
7143b922a9bd66a5e199b13316fa4266cbffc23db01c99bce37216a1eb9118f7 SHA512 
f980d6aec1c83422d01c8ff02915357f4903f8c2a8ea9538da35e7313f6d491ebb4646e642097269a6be2996da879e7594c5e166cf2cc0bd96745eace7ce7567
 WHIRLPOOL 
3fe0ecba5f618eab1059c5e4ac4ef8789ed6684f36aee336f2e366198805560706c41d67ddceb328a0ad66867145a103aa15665b646b7bc5a5b058b02755ce11
-DIST libvirt-python-1.3.2.tar.gz 171673 SHA256 
6d35ae9e7801573393b9c92471f39e6700d479f10b641df81d041b469f160bf8 SHA512 
cd5a6f7e1a98fc87df137aa015b139dd78974a838fef7b3703ce1d0feb41babd6f1c20ef116675646a4be1052901431298382dbb7c6d0b11497cfe801296334e
 WHIRLPOOL 
2fd73458aa19ac0067c264f0b9f42a7ae1313d72a77977b690691b3867dd717f28e67d2862556ada0d0c0fbfb70444eb5a5d28fd38b19402c0fbbcc713af157a
 DIST libvirt-python-1.3.4.tar.gz 172808 SHA256 
badd2f51b07d5b03be7c01c45d8f52fea181ba9386ced5b12241ffdcf7e4f7a7 SHA512 
18063021edf28b6c7b6b407590ec94eda45272c6b976ef560b4e81a8b212a5c7d2c1ce844e066855cda0a1bca4e98028936314c58e12261952783bd606501f59
 WHIRLPOOL 
73e2a9a1327efad4e448bb08814ddbe5c8958bcdbe596ea539be39e3a34ff9ffed141aac40bd90d4c0b841e1ddd42f6d7905245499efa774dca6f99c16305814

diff --git a/dev-python/libvirt-python/libvirt-python-1.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.3.0.ebuild
deleted file mode 100644
index cc59d1b..000
--- a/dev-python/libvirt-python/libvirt-python-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-AUTOTOOLIZE=yes
-
-MY_P="${P/_rc/-rc}"
-
-inherit eutils distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
-   SRC_URI=""
-   KEYWORDS=""
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi
-S="${WORKDIR}/${P%_rc*}"
-
-DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="http://www.libvirt.org;
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="test"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-
-# testsuite is currently not included in upstream tarball
-RESTRICT="test"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/libvirt-python/libvirt-python-1.3.2.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.3.2.ebuild
deleted file mode 100644
index cc59d1b..000
--- a/dev-python/libvirt-python/libvirt-python-1.3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-AUTOTOOLIZE=yes
-
-MY_P="${P/_rc/-rc}"
-
-inherit eutils distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
-   SRC_URI=""
-   KEYWORDS=""
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi

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

2016-05-01 Thread Matthias Maier
commit: 9b146d56acd46538427c709608c17dfe34b43d05
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 18:45:24 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 19:15:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b146d56

dev-python/libvirt-python: version bump to 1.3.4, bug #580418

Package-Manager: portage-2.2.26

 dev-python/libvirt-python/Manifest |  1 +
 .../libvirt-python/libvirt-python-1.3.4.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 10ff3ea..a122651 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -2,3 +2,4 @@ DIST libvirt-python-1.2.21.tar.gz 171250 SHA256 
7ffb49fcb64ac06188fc626c853c9936
 DIST libvirt-python-1.3.0.tar.gz 171195 SHA256 
097d41bc52c300e50c5b04836e078bae5653fe222db92a9a10839f3e6b3afc7c SHA512 
b207aa9aef63e7d1a8377b2f8a0fa8dc05893bd744672c2b41f4dafa2516cbddd2868f37b0caf72b125fccbbf56542fcf1b94b452c406757f30d8f02d6ee26b4
 WHIRLPOOL 
1bde1fd130e0760bfa8f62c2f85e4ded991fc0eadcaf10b38bbbcf754eaa7b3a0ccb72f304f65457115419e4d3d904d07172e33bd68d581a29e4fb8d0703b45a
 DIST libvirt-python-1.3.1.tar.gz 171221 SHA256 
7143b922a9bd66a5e199b13316fa4266cbffc23db01c99bce37216a1eb9118f7 SHA512 
f980d6aec1c83422d01c8ff02915357f4903f8c2a8ea9538da35e7313f6d491ebb4646e642097269a6be2996da879e7594c5e166cf2cc0bd96745eace7ce7567
 WHIRLPOOL 
3fe0ecba5f618eab1059c5e4ac4ef8789ed6684f36aee336f2e366198805560706c41d67ddceb328a0ad66867145a103aa15665b646b7bc5a5b058b02755ce11
 DIST libvirt-python-1.3.2.tar.gz 171673 SHA256 
6d35ae9e7801573393b9c92471f39e6700d479f10b641df81d041b469f160bf8 SHA512 
cd5a6f7e1a98fc87df137aa015b139dd78974a838fef7b3703ce1d0feb41babd6f1c20ef116675646a4be1052901431298382dbb7c6d0b11497cfe801296334e
 WHIRLPOOL 
2fd73458aa19ac0067c264f0b9f42a7ae1313d72a77977b690691b3867dd717f28e67d2862556ada0d0c0fbfb70444eb5a5d28fd38b19402c0fbbcc713af157a
+DIST libvirt-python-1.3.4.tar.gz 172808 SHA256 
badd2f51b07d5b03be7c01c45d8f52fea181ba9386ced5b12241ffdcf7e4f7a7 SHA512 
18063021edf28b6c7b6b407590ec94eda45272c6b976ef560b4e81a8b212a5c7d2c1ce844e066855cda0a1bca4e98028936314c58e12261952783bd606501f59
 WHIRLPOOL 
73e2a9a1327efad4e448bb08814ddbe5c8958bcdbe596ea539be39e3a34ff9ffed141aac40bd90d4c0b841e1ddd42f6d7905245499efa774dca6f99c16305814

diff --git a/dev-python/libvirt-python/libvirt-python-1.3.4.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.3.4.ebuild
new file mode 100644
index 000..cc59d1b
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-1.3.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+AUTOTOOLIZE=yes
+
+MY_P="${P/_rc/-rc}"
+
+inherit eutils distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="http://www.libvirt.org;
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+# testsuite is currently not included in upstream tarball
+RESTRICT="test"
+
+python_test() {
+   esetup.py test
+}



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

2016-05-01 Thread Matthias Maier
commit: 371649e4684400acde4a8f4c69eed9201fb09531
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May  1 18:53:24 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May  1 19:15:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371649e4

app-emulation/libvirt: update live ebuild

Package-Manager: portage-2.2.26

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

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 2b973d6..c102164 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -230,7 +230,7 @@ src_prepare() {
epatch_user
 
# Tweak the init script:
-   cp "${FILESDIR}/libvirtd.init-r15" "${S}/libvirtd.init" || die
+   cp "${FILESDIR}/libvirtd.init-r16" "${S}/libvirtd.init" || die
sed -e "s/USE_FLAG_FIREWALLD/$(usex firewalld 'need firewalld' '')/" \
-e "s/USE_FLAG_AVAHI/$(usex avahi avahi-daemon '')/" \
-e "s/USE_FLAG_ISCSI/$(usex iscsi iscsid '')/" \
@@ -344,7 +344,7 @@ src_install() {
systemd_newtmpfilesd "${FILESDIR}"/libvirtd.tmpfiles.conf libvirtd.conf
 
newinitd "${S}/libvirtd.init" libvirtd || die
-   newinitd "${FILESDIR}/libvirt-guests.init-r1" libvirt-guests || die
+   newinitd "${FILESDIR}/libvirt-guests.init-r2" libvirt-guests || die
newinitd "${FILESDIR}/virtlockd.init-r1" virtlockd || die
newinitd "${FILESDIR}/virtlogd.init-r1" virtlogd || die
 



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

2016-05-01 Thread Dirkjan Ochtman
commit: f7467334220673c27c32f638b32697f282180341
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sun May  1 19:12:50 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sun May  1 19:12:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7467334

mail-filter/rspamd: version bump to 1.2.6 (fixes bug 580826)

Package-Manager: portage-2.2.26

 mail-filter/rspamd/Manifest|  1 +
 mail-filter/rspamd/rspamd-1.2.6.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index e304e49..8ed0dde 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -1,2 +1,3 @@
 DIST rspamd-1.2.3.tar.xz 1419080 SHA256 
18d41ee46993c51a5aed41b6734304b15e7b98bf0ab3c5855a57851eeb08b724 SHA512 
f1b41d8cbd23f609e70031418eca726505f78f5e1cbf6b84ae34386c3635fb8e5786976816c1437524f02f6ba1abd714c9e90cf0fb05990b3ef0f5e49a296618
 WHIRLPOOL 
cd13dc649fd861e4dc990a4ca983d5a2e38adb236e50f043deafa5082261bc0cd85081cc8e7adbbece98b11b8f8c7ccb718308342892f6a1424c663a2541f828
 DIST rspamd-1.2.5.tar.xz 1421372 SHA256 
d31cd2d3c0d3511dda61d277b1c782d17f45ff45048e25f0d89f77fb8fe78748 SHA512 
8b967f962aab12afe20854ba66d6f98128b1069473a35b88920f2cb429d4c5ea955040ad58fe49c5b4a18243eb42926f92ae6027b3099b3c0469799db82e4bd1
 WHIRLPOOL 
622e875488fb19ce1e080f06adae2fcb1b6776a813bdcb13d1c6e4e7c5735d17ea47c2d4cc9bbcc632cda714a2bc33241f8fbe0f57e0d0438538610b8c6d16a3
+DIST rspamd-1.2.6.tar.xz 1422532 SHA256 
a1cbc5ccd53a5c9abe2d9f121f5936fcbd9d68f17fa354e8bddf4fcb3fc768c5 SHA512 
a516bc3cc910231cddc05972725eb20f9d7d1742b902cb9211aa59dab385253fe7c3b6e553a576351aa9d48e334a90003f8beb43dcfbf5cdb9a2de7675f7c105
 WHIRLPOOL 
e110388e89aa35896a7b9663538fe4c161796047af7253550a09646cf2a913a5a2ca50d461ba65c2736b5976bc8c35dd4a78e88389fcb31e3bbf6744d587b783

diff --git a/mail-filter/rspamd/rspamd-1.2.6.ebuild 
b/mail-filter/rspamd/rspamd-1.2.6.ebuild
new file mode 100644
index 000..5656b03
--- /dev/null
+++ b/mail-filter/rspamd/rspamd-1.2.6.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils user
+
+DESCRIPTION="Rapid spam filtering system"
+SRC_URI="https://rspamd.com/downloads/${P}.tar.xz;
+HOMEPAGE="https://github.com/vstakhov/rspamd;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+jit"
+
+DEPEND="dev-libs/openssl:0
+   jit? (
+   dev-libs/libpcre[jit]
+   dev-lang/luajit:2
+   )
+   !jit? (
+   dev-libs/libpcre[-jit]
+   >=dev-lang/lua-5.1:0
+   )
+   dev-libs/libevent
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/gmime
+   sys-apps/file
+   virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   enewgroup rspamd
+   enewuser rspamd -1 -1 /var/lib/rspamd rspamd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFDIR=/etc/rspamd
+   -DRUNDIR=/var/run/rspamd
+   -DDBDIR=/var/lib/rspamd
+   -DLOGDIR=/var/log/rspamd
+   -DENABLE_LUAJIT=$(usex jit ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   newinitd "${FILESDIR}/rspamd.init-r1" rspamd
+
+   dodir /var/lib/rspamd
+   dodir /var/log/rspamd
+
+   fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/rspamd.logrotate" rspamd
+}



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: dev-erlang/xmlrpc/

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 84aa9f201971fd9bb062e0de9a9b01ad250fced0
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sun May  1 15:50:00 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun May  1 15:50:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84aa9f20

dev-erlang/xmlrpc: Add new package

Package-Manager: portage-2.2.28

 dev-erlang/xmlrpc/Manifest   |  1 +
 dev-erlang/xmlrpc/metadata.xml   |  8 
 dev-erlang/xmlrpc/xmlrpc-1.15.ebuild | 38 
 3 files changed, 47 insertions(+)

diff --git a/dev-erlang/xmlrpc/Manifest b/dev-erlang/xmlrpc/Manifest
new file mode 100644
index 000..f348d7a
--- /dev/null
+++ b/dev-erlang/xmlrpc/Manifest
@@ -0,0 +1 @@
+DIST xmlrpc-1.15.tar.gz 126575 SHA256 
980afec4b146af1b53ed0b914b7015963190aa0d6ffc8f5f9893f285143e25fc SHA512 
baa49253a196c0b744cbed27beae032900dc90d2677a6894d0080a73571b73bb4596d140b9c40f5c57a3ac4742abe092cff49628f94ee0fa38d00b92c89b8a96
 WHIRLPOOL 
d4f9b77f28f1c369e20967e2c4fb0d8522e0a31ae2594c420737388c3367414cc135440f61e81e26c6b934dff3c220642c19304bb45543b82b460ec8e25c4c74

diff --git a/dev-erlang/xmlrpc/metadata.xml b/dev-erlang/xmlrpc/metadata.xml
new file mode 100644
index 000..92f4567
--- /dev/null
+++ b/dev-erlang/xmlrpc/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+

diff --git a/dev-erlang/xmlrpc/xmlrpc-1.15.ebuild 
b/dev-erlang/xmlrpc/xmlrpc-1.15.ebuild
new file mode 100644
index 000..6eedeb5
--- /dev/null
+++ b/dev-erlang/xmlrpc/xmlrpc-1.15.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="Erlang XMLRPC implementation with SSL, cookies, Authentication"
+HOMEPAGE="https://github.com/rds13/xmlrpc;
+SRC_URI="https://github.com/rds13/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+   dev-util/rebar"
+RDEPEND="${CDEPEND}"
+
+DOCS=( README )
+
+get_erl_libs() {
+   echo "/usr/$(get_libdir)/erlang/lib"
+}
+
+src_compile() {
+   export ERL_LIBS="${EPREFIX}$(get_erl_libs)"
+   rebar compile || die 'rebar compile failed'
+}
+
+src_install() {
+   insinto "$(get_erl_libs)/${P}"
+   doins -r ebin include src
+   dodoc "${DOCS[@]}"
+}



[gentoo-commits] repo/gentoo:ejabberd-wip commit in: dev-erlang/sqlite3/

2016-05-01 Thread Amadeusz Piotr Żołnowski
commit: 943f26e4ef7538a96526ebd2d0432adc30419a91
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sun May  1 15:39:55 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun May  1 15:39:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943f26e4

dev-erlang/sqlite3: Add new package

Package-Manager: portage-2.2.28

 dev-erlang/sqlite3/Manifest   |  1 +
 dev-erlang/sqlite3/metadata.xml   |  8 +
 dev-erlang/sqlite3/sqlite3-1.1.4_p20151221.ebuild | 44 +++
 3 files changed, 53 insertions(+)

diff --git a/dev-erlang/sqlite3/Manifest b/dev-erlang/sqlite3/Manifest
new file mode 100644
index 000..c8ebdc7
--- /dev/null
+++ b/dev-erlang/sqlite3/Manifest
@@ -0,0 +1 @@
+DIST sqlite3-1.1.4_p20151221.tar.gz 1834468 SHA256 
e54052e1a75ccc23c862f5d93fb0504a5956bd6a78b937055bc2c3285edd891d SHA512 
b23b184a164134de7e3512e068199873d62d2dc9c3f32e974c02354967b299c26ba6990bf17906e74b1ff85c27c840f7a4b5eaaac55041eb07ead208a8b92afa
 WHIRLPOOL 
fd19df2ba46acb2f1d54268de6340ae2adfa0b75adebc8255d03133ed940346f43d43a73d8efee1d265e1c06cd2d0e3a8d6b0a73489674d3c5fa65157b30eecd

diff --git a/dev-erlang/sqlite3/metadata.xml b/dev-erlang/sqlite3/metadata.xml
new file mode 100644
index 000..92f4567
--- /dev/null
+++ b/dev-erlang/sqlite3/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+

diff --git a/dev-erlang/sqlite3/sqlite3-1.1.4_p20151221.ebuild 
b/dev-erlang/sqlite3/sqlite3-1.1.4_p20151221.ebuild
new file mode 100644
index 000..51b16f4
--- /dev/null
+++ b/dev-erlang/sqlite3/sqlite3-1.1.4_p20151221.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="SQLite gen_server port for Erlang"
+HOMEPAGE="https://github.com/alexeyr/erlang-sqlite3;
+SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.gz;
+
+LICENSE="ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+   dev-util/rebar"
+RDEPEND="${CDEPEND}"
+
+get_erl_libs() {
+   echo "/usr/$(get_libdir)/erlang/lib"
+}
+
+src_prepare() {
+   # Suppress deps check.
+   cat<>"${S}/rebar.config.script"
+lists:keystore(deps, 1, CONFIG, {deps, []}).
+EOF
+   sed -e "s/vsn, git/vsn, \"${PV%_*}\"/" \
+   -i "${S}/src/${PN}.app.src" || die
+}
+
+src_compile() {
+   export ERL_LIBS="${EPREFIX}$(get_erl_libs)"
+   rebar compile || die 'rebar compile failed'
+}
+
+src_install() {
+   insinto "$(get_erl_libs)/${P}"
+   doins -r ebin include priv src
+}



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

2016-05-01 Thread Michael Palimaka
commit: 5ad871ca98bc521c7f5a93a3c43437fcb8612b27
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun May  1 18:20:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun May  1 18:20:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad871ca

profiles: disable media-video/makemkv[qt4] in plasma

Gentoo-bug: 581730

 profiles/targets/desktop/plasma/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index e94dabf..80a3f68 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -85,6 +85,7 @@ dev-db/sqlitebrowser -qt4
 >=dev-libs/quazip-0.7.1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-3.0.0 -qt4
+media-video/makemkv -qt4
 >=media-video/smplayer-14.9.0.6690 -qt4
 media-video/vlc -qt4
 net-analyzer/wireshark -qt4



[gentoo-commits] repo/gentoo:master commit in: app-emacs/windows/, app-emacs/cycle-buffer/, app-emacs/revive/, ...

2016-05-01 Thread Ulrich Müller
commit: 3c4de3856f8b4fb8606337f485f030a50d29794c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May  1 17:42:53 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 17:42:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4de385

app-emacs/revive and dependencies: Update maintainer description.

 app-emacs/basic-toolkit/metadata.xml| 4 ++--
 app-emacs/buffer-extension/metadata.xml | 4 ++--
 app-emacs/cycle-buffer/metadata.xml | 4 ++--
 app-emacs/revive/metadata.xml   | 4 ++--
 app-emacs/windows/metadata.xml  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-emacs/basic-toolkit/metadata.xml 
b/app-emacs/basic-toolkit/metadata.xml
index c2b1693..6ae6f41 100644
--- a/app-emacs/basic-toolkit/metadata.xml
+++ b/app-emacs/basic-toolkit/metadata.xml
@@ -3,8 +3,8 @@
 
   
 vic...@enise.org
-   Victor Gaydov
-   Proxy maintainer.
+Victor Gaydov
+Proxied maintainer
   
   
 gnu-em...@gentoo.org

diff --git a/app-emacs/buffer-extension/metadata.xml 
b/app-emacs/buffer-extension/metadata.xml
index c2b1693..6ae6f41 100644
--- a/app-emacs/buffer-extension/metadata.xml
+++ b/app-emacs/buffer-extension/metadata.xml
@@ -3,8 +3,8 @@
 
   
 vic...@enise.org
-   Victor Gaydov
-   Proxy maintainer.
+Victor Gaydov
+Proxied maintainer
   
   
 gnu-em...@gentoo.org

diff --git a/app-emacs/cycle-buffer/metadata.xml 
b/app-emacs/cycle-buffer/metadata.xml
index c2b1693..6ae6f41 100644
--- a/app-emacs/cycle-buffer/metadata.xml
+++ b/app-emacs/cycle-buffer/metadata.xml
@@ -3,8 +3,8 @@
 
   
 vic...@enise.org
-   Victor Gaydov
-   Proxy maintainer.
+Victor Gaydov
+Proxied maintainer
   
   
 gnu-em...@gentoo.org

diff --git a/app-emacs/revive/metadata.xml b/app-emacs/revive/metadata.xml
index c2b1693..6ae6f41 100644
--- a/app-emacs/revive/metadata.xml
+++ b/app-emacs/revive/metadata.xml
@@ -3,8 +3,8 @@
 
   
 vic...@enise.org
-   Victor Gaydov
-   Proxy maintainer.
+Victor Gaydov
+Proxied maintainer
   
   
 gnu-em...@gentoo.org

diff --git a/app-emacs/windows/metadata.xml b/app-emacs/windows/metadata.xml
index c2b1693..6ae6f41 100644
--- a/app-emacs/windows/metadata.xml
+++ b/app-emacs/windows/metadata.xml
@@ -3,8 +3,8 @@
 
   
 vic...@enise.org
-   Victor Gaydov
-   Proxy maintainer.
+Victor Gaydov
+Proxied maintainer
   
   
 gnu-em...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/files/, app-emacs/cycle-buffer/

2016-05-01 Thread Ulrich Müller
commit: 6d2c182115a0c5baa22c8dc2e4d566674a1deba4
Author: Victor Gaydov  enise  org>
AuthorDate: Sun Apr 24 20:43:11 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 17:29:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2c1821

app-emacs/cycle-buffer: Add version 2.16

Package-Manager: portage-2.2.26

 app-emacs/cycle-buffer/Manifest|  1 +
 app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild| 23 ++
 .../cycle-buffer/files/50cycle-buffer-gentoo.el|  2 ++
 app-emacs/cycle-buffer/metadata.xml| 17 
 4 files changed, 43 insertions(+)

diff --git a/app-emacs/cycle-buffer/Manifest b/app-emacs/cycle-buffer/Manifest
new file mode 100644
index 000..fb67376
--- /dev/null
+++ b/app-emacs/cycle-buffer/Manifest
@@ -0,0 +1 @@
+DIST cycle-buffer-2.16.el.xz 5392 SHA256 
bf7a63fb50dffdb553d13c41bd8aa188b6eebda4b1de4e5e10d450c86398c3a8 SHA512 
344c07af9e2c9ff06dfa81ff44d02c1e8a9434381486c227a7af06c989e7c623b0f9bf547500b320e2ede7d181f0212725c03a84f53a43683ab3b8229b99a6c6
 WHIRLPOOL 
43f3b8793ead034f59488d9082d6f72df2a72598285e6cae5b175ddb52b12a71b44fd90fdc8e8140a9f8c0920cbadbf7b7df11b17cb6273ea72af3cfd1d34704

diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild 
b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
new file mode 100644
index 000..2bea301
--- /dev/null
+++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Select buffer by cycling through"
+HOMEPAGE="http://www.emacswiki.org/emacs/cycle-buffer.el;
+# taken from https://www.emacswiki.org/emacs/download/cycle-buffer.el
+SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el || die
+   elisp-make-autoload-file || die
+}

diff --git a/app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el 
b/app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el
new file mode 100644
index 000..899d517
--- /dev/null
+++ b/app-emacs/cycle-buffer/files/50cycle-buffer-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "cycle-buffer-autoloads" nil t)

diff --git a/app-emacs/cycle-buffer/metadata.xml 
b/app-emacs/cycle-buffer/metadata.xml
new file mode 100644
index 000..c2b1693
--- /dev/null
+++ b/app-emacs/cycle-buffer/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vic...@enise.org
+   Victor Gaydov
+   Proxy maintainer.
+  
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+



[gentoo-commits] repo/gentoo:master commit in: app-emacs/revive/files/, app-emacs/revive/

2016-05-01 Thread Ulrich Müller
commit: 7019e0e3b28705519d1dbe09ac6655b7247fae5e
Author: Victor Gaydov  enise  org>
AuthorDate: Sun Apr 24 20:38:36 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 17:29:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7019e0e3

app-emacs/revive: Add version 2.23

Package-Manager: portage-2.2.26

 app-emacs/revive/Manifest |  1 +
 app-emacs/revive/files/50revive-gentoo.el |  2 ++
 app-emacs/revive/metadata.xml | 17 +
 app-emacs/revive/revive-2.23.ebuild   | 23 +++
 4 files changed, 43 insertions(+)

diff --git a/app-emacs/revive/Manifest b/app-emacs/revive/Manifest
new file mode 100644
index 000..ce12ab1
--- /dev/null
+++ b/app-emacs/revive/Manifest
@@ -0,0 +1 @@
+DIST revive-2.23.el.xz 9960 SHA256 
6a68048e6e6de6b2bc3059d25accaf2ec63e240aad63bc401c735d269f832a2d SHA512 
6eccd93e217bdb6d6f78b95c5b620f069c70e87deb5d9ddfdb30c01edafd1ea123eb9d2943e0143062e8db4423cf30bf9028e51cbb1519e67e9210b2dc282128
 WHIRLPOOL 
85e1b7f98e8ee4eed2bfb8b0f821e408046396c372af7d996d7d67564254e8ee5dca8dd6ae208eb4b66f8f87847669b3742a7806d31847432b40eb0c097fde65

diff --git a/app-emacs/revive/files/50revive-gentoo.el 
b/app-emacs/revive/files/50revive-gentoo.el
new file mode 100644
index 000..f51bc40
--- /dev/null
+++ b/app-emacs/revive/files/50revive-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "revive-autoloads" nil t)

diff --git a/app-emacs/revive/metadata.xml b/app-emacs/revive/metadata.xml
new file mode 100644
index 000..c2b1693
--- /dev/null
+++ b/app-emacs/revive/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vic...@enise.org
+   Victor Gaydov
+   Proxy maintainer.
+  
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/app-emacs/revive/revive-2.23.ebuild 
b/app-emacs/revive/revive-2.23.ebuild
new file mode 100644
index 000..981a31c
--- /dev/null
+++ b/app-emacs/revive/revive-2.23.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Resume Emacs"
+HOMEPAGE="http://www.gentei.org/~yuuji/software/;
+# taken from http://www.gentei.org/~yuuji/software/euc/revive.el
+SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz;
+
+LICENSE="yuuji"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el || die
+   elisp-make-autoload-file || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/buffer-extension/, app-emacs/buffer-extension/files/

2016-05-01 Thread Ulrich Müller
commit: b2c2bca9807ec40f038d94b62c34e790f54b78c2
Author: Victor Gaydov  enise  org>
AuthorDate: Sun Apr 24 20:45:32 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 17:29:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c2bca9

app-emacs/buffer-extension: Add version 0.1

Package-Manager: portage-2.2.26

 app-emacs/buffer-extension/Manifest|  1 +
 .../buffer-extension/buffer-extension-0.1.ebuild   | 26 ++
 .../files/50buffer-extension-gentoo.el |  2 ++
 app-emacs/buffer-extension/metadata.xml| 17 ++
 4 files changed, 46 insertions(+)

diff --git a/app-emacs/buffer-extension/Manifest 
b/app-emacs/buffer-extension/Manifest
new file mode 100644
index 000..b3105f0
--- /dev/null
+++ b/app-emacs/buffer-extension/Manifest
@@ -0,0 +1 @@
+DIST buffer-extension-0.1.el.xz 2472 SHA256 
34dc964347be388aaba54c5a2f42d5f7b36eb53ef57cfccf1a0ee353a04860d8 SHA512 
fef6380a7455fab534563da44868cbab2a54a793e7c86142171940b6133c4e8a9d7008c7f1297568135071eb4f1936f67ec6eea4d2f0a450be5337d97cd0139c
 WHIRLPOOL 
5bc948ea4c9cdd422855a70e17c447a1167bc28ad5a8f149606f47f4e58f272aafbe8921d10fbc6312791a6281eee0291d1c6fe4d6237dee124b0f09968cb176

diff --git a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild 
b/app-emacs/buffer-extension/buffer-extension-0.1.ebuild
new file mode 100644
index 000..0441302
--- /dev/null
+++ b/app-emacs/buffer-extension/buffer-extension-0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Some enhanced functions for buffer manipulate"
+HOMEPAGE="http://www.emacswiki.org/emacs/buffer-extension.el;
+# taken from https://www.emacswiki.org/emacs/download/buffer-extension.el
+SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-emacs/basic-toolkit"
+DEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el || die
+   elisp-make-autoload-file || die
+}

diff --git a/app-emacs/buffer-extension/files/50buffer-extension-gentoo.el 
b/app-emacs/buffer-extension/files/50buffer-extension-gentoo.el
new file mode 100644
index 000..f8cfa55
--- /dev/null
+++ b/app-emacs/buffer-extension/files/50buffer-extension-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "buffer-extension-autoloads" nil t)

diff --git a/app-emacs/buffer-extension/metadata.xml 
b/app-emacs/buffer-extension/metadata.xml
new file mode 100644
index 000..c2b1693
--- /dev/null
+++ b/app-emacs/buffer-extension/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vic...@enise.org
+   Victor Gaydov
+   Proxy maintainer.
+  
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+



[gentoo-commits] repo/gentoo:master commit in: app-emacs/windows/files/, app-emacs/windows/

2016-05-01 Thread Ulrich Müller
commit: 1066bc44afc1b8a38f33783fd6977281850b58b9
Author: Victor Gaydov  enise  org>
AuthorDate: Sun Apr 24 20:41:30 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 17:29:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1066bc44

app-emacs/windows: Add version 2.49

Package-Manager: portage-2.2.26

 app-emacs/windows/Manifest  |  1 +
 app-emacs/windows/files/50windows-gentoo.el |  2 ++
 app-emacs/windows/metadata.xml  | 17 +
 app-emacs/windows/windows-2.49.ebuild   | 26 ++
 4 files changed, 46 insertions(+)

diff --git a/app-emacs/windows/Manifest b/app-emacs/windows/Manifest
new file mode 100644
index 000..0fcd237
--- /dev/null
+++ b/app-emacs/windows/Manifest
@@ -0,0 +1 @@
+DIST windows-2.49.el.xz 26240 SHA256 
14c32604b604f6ce7cb7622d5813870165cf97d65c4ed128cae3c3174afd957d SHA512 
de75f2c07cd544de7e7c616b5b928c0dd538b341396819a49525304ed3d9c01c4814e0f8a8da97bdf1a449844605127da690db3ccd95980240156d3c3600b704
 WHIRLPOOL 
5e325a3756b1fe60cc7fca0d772f5f2bd4f7a8de3052b908590a3795fcc8e78670dd4d024421e829803401b2cdbf63ba74f774ed9d6f80e52d27ddd5fe1dc8d5

diff --git a/app-emacs/windows/files/50windows-gentoo.el 
b/app-emacs/windows/files/50windows-gentoo.el
new file mode 100644
index 000..892a420
--- /dev/null
+++ b/app-emacs/windows/files/50windows-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "windows-autoloads" nil t)

diff --git a/app-emacs/windows/metadata.xml b/app-emacs/windows/metadata.xml
new file mode 100644
index 000..c2b1693
--- /dev/null
+++ b/app-emacs/windows/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vic...@enise.org
+   Victor Gaydov
+   Proxy maintainer.
+  
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/app-emacs/windows/windows-2.49.ebuild 
b/app-emacs/windows/windows-2.49.ebuild
new file mode 100644
index 000..12b33fe
--- /dev/null
+++ b/app-emacs/windows/windows-2.49.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Window manager for GNU Emacs"
+HOMEPAGE="http://www.gentei.org/~yuuji/software/;
+# taken from http://www.gentei.org/~yuuji/software/euc/windows.el
+SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz;
+
+LICENSE="yuuji"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-emacs/revive"
+DEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp-compile *.el || die
+   elisp-make-autoload-file || die
+}



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

2016-05-01 Thread Ulrich Müller
commit: 883d151cb3d5aa0bb86c2da4ae1002598f02cd83
Author: Victor Gaydov  enise  org>
AuthorDate: Tue Apr 26 09:15:44 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May  1 17:29:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883d151c

licenses: add yuuji license for app-emacs/windows and app-emacs/revive

 licenses/yuuji  | 28 
 profiles/license_groups |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/licenses/yuuji b/licenses/yuuji
new file mode 100644
index 000..9220895
--- /dev/null
+++ b/licenses/yuuji
@@ -0,0 +1,28 @@
+;;; (c) 1993-2005 by HIROSE Yuuji
+
+;;;  This program is distributed as a free  software. The author is
+;;;not responsible  for  any  possible   defects   caused  by  this
+;;;software.
+;;;
+;;;  Comments and bug reports  are  welcome.   Don't  hesitated  to
+;;;report.  My possible e-mail address is following.
+;;;
+;;;yu...@gentei.org
+
+The author has clarified his definition of free software by providing this
+explanation:
+
+;;  * Can I incorporate this program into Debian package?
+;;
+;; Yes.
+;; This  "Yes"  is  NOT  a  special answer  only  for  Debian.
+;; My  recognition  on  `free  software'  is  not  the  permanently
+;; constant  notion.  Therefore  I won't  define the  fixed license
+;; sentences at any moment of my life.  All I can say now is I hope
+;; the free  software be; freely  usable, freely (re-)distributable
+;; without  any charge  for  itself, freely  modifiable unless  the
+;; original  author(=me)'s copyrights  are infringed  or neglected,
+;; absolutely not responsible to  any result from itself.  If there
+;; is A  license clauses which  implies these points above  in some
+;; era, this  software can  be classified into  the group  that the
+;; clauses want to assume as `free'.

diff --git a/profiles/license_groups b/profiles/license_groups
index 436a7a5..152a67c 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -34,7 +34,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy
 # separation?
 # BSD-4 alikes: dom4j FastCGI icu JDOM
-MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free 
the-Click-license T
 ime-Format Time-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x 
xbatt xboing XC Xdebug xtrs xvt YaTeX zpaq ZSH
+MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free 
the-Click-license T
 ime-Format Time-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x 
xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji zpaq ZSH
 # The following are NOT valid in @MISC-FREE:
 # arj - usage restrictions
 # freedist - Doesn't grant the right to do modifications.



  1   2   >