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

2017-01-21 Thread Tim Harder
commit: 9087e89f81b35b395d05f042035490541df6b479
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 22 07:24:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 22 07:25:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9087e89f

dev-python/setuptools: version bump to 33.1.1

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-33.1.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index d1659f4..2b366be 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools-18.4.tar.gz 626632 SHA256 
cdea5098e60b4ad83453d58723a61dc481ca8e2df251fe4ccbea9afa5a7d111f SHA512 
f45f0bdec365642d1648c502a964bafeb518e8f0ed63091a50b278629cf1e17df7f66769b0ddaab1e7c5ae2574673435ccab72886a2d5eb311eaac451c485854
 WHIRLPOOL 
e0c5d69f57ce234b0e002a50c882df0bf1e908224c045baa8b5a62e91148d654f048cfbb64375b59f61f0845a5e850ec03594606933fdfaa9cce9b357bb45aa7
 DIST setuptools-20.6.7.tar.gz 675428 SHA256 
d20152ee6337323d3b6d95cd733fb719d6b4f3fbc40f61f7a48e5a1bb96478b2 SHA512 
91a212b5007f9fdfacb4341e06dc0355c5c29897eb8ea407dd4864091f845ba1417bb0d33b5ed6897869d0233e2d0ec6548898d3dbe9eda23f751829bd51a104
 WHIRLPOOL 
553a1579991e9478b8eb8dd2f4ab042cd5286c1233f325d1fe1c08092035c6346aa454c03307359d7dd562174133247200c3a5424f5fc24f4718db0ad80d84fc
 DIST setuptools-30.4.0.tar.gz 655934 SHA256 
2bea341aa5b48ae05521374d9c473713e42dde7f8712a731904a6f8257e896ed SHA512 
8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515
 WHIRLPOOL 
4866efbe00d23291ad07b401d7924f2f150a38664ab0a3d9afe9e00aa4e887de6c9e82f81e7d2ec157b1bf05406b2616a08772fa9f3a45e1e20fddbe27c11fd2
+DIST setuptools-33.1.1.zip 702770 SHA256 
6b20352ed60ba08c43b3611bdb502286f7a869fbfcf472f40d7279f1e77de145 SHA512 
15fe2009166621ab0ae7480c5331accbf8fc9cd9e2943999abaecae9eba870634a0914f7829711e43cab4e8da6b6140c1586a9db9bb4623662dca6f5482bc49c
 WHIRLPOOL 
c25013c4a2d94f1eb162c992c85a8f66c99213e1c79dee25d627cace85164a3d3b81e7bede3e839f64ce29e5be4f49cca306bf6c9447412796636bc21f023b38

diff --git a/dev-python/setuptools/setuptools-33.1.1.ebuild 
b/dev-python/setuptools/setuptools-33.1.1.ebuild
new file mode 100644
index ..0b3d261
--- /dev/null
+++ b/dev-python/setuptools/setuptools-33.1.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/pypa/setuptools.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+   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"
+fi
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.python.org/pypi/setuptools;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=""
+#  >=dev-python/packaging-16.4[${PYTHON_USEDEP}]
+#  >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+#  "
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   test? (
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+#  >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( {CHANGES,README}.rst 
docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
+
+python_prepare_all() {
+   if [[ ${PV} == "" ]]; then
+   python_setup
+   ${EPYTHON} bootstrap.py || die
+   fi
+
+   # rm -r ./pkg_resources/_vendor || die
+   # disable tests requiring a network connection
+   rm setuptools/tests/test_packageindex.py || die
+
+   # don't run integration tests
+   rm setuptools/tests/test_integration.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" py.test --verbose ${PN} || die "Tests failed under 
${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



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

2017-01-21 Thread Hans de Graaff
commit: a8e779643b22186763bd9614f989ced40ede5f07
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 22 07:16:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 22 07:16:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e77964

dev-ruby/bson: add 4.2.1

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 13ab70d..eb7863f 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,3 +1,4 @@
 DIST bson-3.2.6.tar.gz 51846 SHA256 
b7d848b93de622c32cc65cf6debf21aaa0e66d554d65cc7805dc8f76e56c55fb SHA512 
da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2
 WHIRLPOOL 
ece0e17aca10f684cdbea703702b5f886340fe93ede11045430c7711f2d546c5e2558003261d8252a29a55fc999664be0315f0ac693d02181a9dcf006d44a3c6
 DIST bson-4.1.1.tar.gz 55417 SHA256 
965d0da14886e795230686168676784c74117c705b262ee468205c0066166f64 SHA512 
b98b568fe0a94e6430433a9bb57930c0a95c9b268d928a6fabb1ce6bd4343406e700de11db531f6a49bc270e449637c70ce0ad0a8f7f6cae7857f0ad627f1956
 WHIRLPOOL 
b7f0735cb0d3e49d257f805398368e397a70f87dd38460ce04064ca34fc0f9b60f6e776403955be0e2db9360b94bb0b09f48d5c3e7036a10d8393b715c455b41
 DIST bson-4.2.0.tar.gz 91564 SHA256 
dcd58eeb3e1ad9c88a8c899bd349a1da55e4295bc650d81b57d7da21962bd140 SHA512 
890f6432545d807a678cf160068cf0ebb2287b78789d9bdb07b710b8baa056b2074c7d09c0e56612e40410ea217f63d3074cb28d9a4fada7916ff04f1900dc1d
 WHIRLPOOL 
d6f651da5703d06ea052524abe50fd6d4b5fb618a0685e796bf41903a8e9587ed1a3746fbe8d931385c8933ebcfed81804660765d1c3804964103159dd93e00f
+DIST bson-4.2.1.tar.gz 91862 SHA256 
8e915fc558b846197322af6f6a8af4ef2f570fb0e158d7df5e7af75d971c9bef SHA512 
19ae538674d97b548c7b46e5cf8f3a971ebce8e3cfe3f1b1866527ed05a7b9599eeb637d126fcae8384606881ba88b513e166d299c90d61d6796053fe66fd51f
 WHIRLPOOL 
bb76c76b15095167456a23133932f37f7c9659f672c0d3f5e625bc434803b6fd685de4a898fb3ef764c0f3bd91eea784bbd5b4cbd87e00a570a3e52c330308c0

diff --git a/dev-ruby/bson/bson-4.2.1.ebuild b/dev-ruby/bson/bson-4.2.1.ebuild
new file mode 100644
index ..0c3df5f
--- /dev/null
+++ b/dev-ruby/bson/bson-4.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="mongodb"
+GITHUB_PROJECT="bson-ruby"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
+HOMEPAGE="http://www.mongodb.org/;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="bson-ruby-${PV}"
+
+LICENSE="APSL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="test doc"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove project-specific rspec options
+   rm .rspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp ext/bson/*$(get_modname) lib/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-resources/

2017-01-21 Thread Hans de Graaff
commit: 1df984165a20ccfc419d2f18e1759b89591f6ea2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 22 07:10:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 22 07:11:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df98416

dev-ruby/aws-sdk-resources: add 2.6.50

Package-Manager: portage-2.3.0

 dev-ruby/aws-sdk-resources/Manifest|  1 +
 .../aws-sdk-resources-2.6.50.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/aws-sdk-resources/Manifest 
b/dev-ruby/aws-sdk-resources/Manifest
index 42cc7ba..ccdb8d7 100644
--- a/dev-ruby/aws-sdk-resources/Manifest
+++ b/dev-ruby/aws-sdk-resources/Manifest
@@ -1,3 +1,4 @@
 DIST aws-sdk-ruby-2.2.37.tar.gz 1832272 SHA256 
fa1508e9659e7691bafa5bda1e474c1f372e96033e4edbe57e3727d3bb7b3c55 SHA512 
0ad986607127fca329489e0f26aa68d20535126bff4db93d6e6c21671cd0e219f8c57bf1994ab4a3cdeaf007836901a7b8b2783b0cf1835e6b19316ae14a64ce
 WHIRLPOOL 
bf7da14db72d64c9b215103de7b91168b48c0ebf471053f551cbf8f7b10a4263bfb4b59780458f320ae73134c7fe19850d937be06330660a60b49344c0d1c32a
 DIST aws-sdk-ruby-2.5.1.tar.gz 1908362 SHA256 
1166835bb978b119028679f5764b6cbb7f6d18199331dab2197bb8d5e9d26de1 SHA512 
7254e8ac1557a483f2c9fc67968bb1ebba57c86de9f5a9087b61d55f9af716786be1b903dad96dc275262223c2df49dafb04227ad7dd088c5271a2fb44b960e6
 WHIRLPOOL 
083cd25005419ce35fc029bd58d4fe2bf5c61641c3cffdd4efcc307a56bc9b2fe1cbadf408cd9d2d8228c11759e4151064f210ed838552d561b5ab43d0bf7476
 DIST aws-sdk-ruby-2.5.11.tar.gz 2071123 SHA256 
577df03e33f292a052cbb1a5c3bd1c538789870241a3267046592491f6e1b829 SHA512 
5070b21838b7ee7dd8cde3bbdf6e53c97e73e9aab891b9b0b76274c9cae8697398d8c7ac1ab60ce0be9d70e2fdc58a89bde7a7d87cb9b1f80ffb5b6b48db837e
 WHIRLPOOL 
2bbb2c632f87a277937f92dd2b18074a0713002183db412eefcbf2eb095a6cf69fd28bc78fb9f02cd6f98b3bd5aa85031d371478364971d63f53f5cb3349a272
+DIST aws-sdk-ruby-2.6.50.tar.gz 2794854 SHA256 
6157d8ad834020f83fd7db332ff4b0a719bf0a0791ae4e7da5530915c19dbe30 SHA512 
3b592e25a135b369c67ddfd8d3c33db3b25faaac3161feeb5aa3feb1fdb6cfb5ca44cadc688dcfc8d456a398d94242f7ebc2922a82547b9b767249f4c9bdc0bc
 WHIRLPOOL 
5640fec6e04f4f7ac8abf56365fd94dc77d13c169a76655fc55393f06c45d11ff2f1a6c5b4f3957e7404b76a7a18dfc033a50aa57df5d878acf2b39cc47e741b

diff --git a/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.6.50.ebuild 
b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.6.50.ebuild
new file mode 100644
index ..a368fc4
--- /dev/null
+++ b/dev-ruby/aws-sdk-resources/aws-sdk-resources-2.6.50.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="resources.schema.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "~dev-ruby/aws-sdk-core-${PV}"
+
+ruby_add_bdepend "dev-ruby/webmock"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/

2017-01-21 Thread Hans de Graaff
commit: db4566af47aeb92205acddb825e1d1efd0364d27
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 22 07:09:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 22 07:11:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4566af

dev-ruby/aws-sdk-core: add 2.6.50

Package-Manager: portage-2.3.0

 dev-ruby/aws-sdk-core/Manifest   |  1 +
 dev-ruby/aws-sdk-core/aws-sdk-core-2.6.50.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest
index 42cc7ba..ccdb8d7 100644
--- a/dev-ruby/aws-sdk-core/Manifest
+++ b/dev-ruby/aws-sdk-core/Manifest
@@ -1,3 +1,4 @@
 DIST aws-sdk-ruby-2.2.37.tar.gz 1832272 SHA256 
fa1508e9659e7691bafa5bda1e474c1f372e96033e4edbe57e3727d3bb7b3c55 SHA512 
0ad986607127fca329489e0f26aa68d20535126bff4db93d6e6c21671cd0e219f8c57bf1994ab4a3cdeaf007836901a7b8b2783b0cf1835e6b19316ae14a64ce
 WHIRLPOOL 
bf7da14db72d64c9b215103de7b91168b48c0ebf471053f551cbf8f7b10a4263bfb4b59780458f320ae73134c7fe19850d937be06330660a60b49344c0d1c32a
 DIST aws-sdk-ruby-2.5.1.tar.gz 1908362 SHA256 
1166835bb978b119028679f5764b6cbb7f6d18199331dab2197bb8d5e9d26de1 SHA512 
7254e8ac1557a483f2c9fc67968bb1ebba57c86de9f5a9087b61d55f9af716786be1b903dad96dc275262223c2df49dafb04227ad7dd088c5271a2fb44b960e6
 WHIRLPOOL 
083cd25005419ce35fc029bd58d4fe2bf5c61641c3cffdd4efcc307a56bc9b2fe1cbadf408cd9d2d8228c11759e4151064f210ed838552d561b5ab43d0bf7476
 DIST aws-sdk-ruby-2.5.11.tar.gz 2071123 SHA256 
577df03e33f292a052cbb1a5c3bd1c538789870241a3267046592491f6e1b829 SHA512 
5070b21838b7ee7dd8cde3bbdf6e53c97e73e9aab891b9b0b76274c9cae8697398d8c7ac1ab60ce0be9d70e2fdc58a89bde7a7d87cb9b1f80ffb5b6b48db837e
 WHIRLPOOL 
2bbb2c632f87a277937f92dd2b18074a0713002183db412eefcbf2eb095a6cf69fd28bc78fb9f02cd6f98b3bd5aa85031d371478364971d63f53f5cb3349a272
+DIST aws-sdk-ruby-2.6.50.tar.gz 2794854 SHA256 
6157d8ad834020f83fd7db332ff4b0a719bf0a0791ae4e7da5530915c19dbe30 SHA512 
3b592e25a135b369c67ddfd8d3c33db3b25faaac3161feeb5aa3feb1fdb6cfb5ca44cadc688dcfc8d456a398d94242f7ebc2922a82547b9b767249f4c9bdc0bc
 WHIRLPOOL 
5640fec6e04f4f7ac8abf56365fd94dc77d13c169a76655fc55393f06c45d11ff2f1a6c5b4f3957e7404b76a7a18dfc033a50aa57df5d878acf2b39cc47e741b

diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-2.6.50.ebuild 
b/dev-ruby/aws-sdk-core/aws-sdk-core-2.6.50.ebuild
new file mode 100644
index ..76fedc2
--- /dev/null
+++ b/dev-ruby/aws-sdk-core/aws-sdk-core-2.6.50.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="apis ca-bundle.crt endpoints.json"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="aws-sdk-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/aws-sigv4 dev-ruby/jmespath:1"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid spec that gets confused by our directory names
+   sed -i -e '/requires prefixes from plugin names when loading/,/end/ 
s:^:#:' \
+   spec/seahorse/client/plugin_list_spec.rb || die
+}



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

2017-01-21 Thread Hans de Graaff
commit: 86b269a75fdc1f7ba31d130f4df9b8a1c105df27
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 22 07:10:39 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 22 07:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b269a7

dev-ruby/aws-sdk: add 2.6.50

Package-Manager: portage-2.3.0

 dev-ruby/aws-sdk/Manifest  |  1 +
 dev-ruby/aws-sdk/aws-sdk-2.6.50.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/aws-sdk/Manifest b/dev-ruby/aws-sdk/Manifest
index b6b82fb..653baf9 100644
--- a/dev-ruby/aws-sdk/Manifest
+++ b/dev-ruby/aws-sdk/Manifest
@@ -2,3 +2,4 @@ DIST aws-sdk-ruby-1.66.0.tar.gz 1774530 SHA256 
265e20a99c17d3f476ce6f6e981fd37e8
 DIST aws-sdk-ruby-2.2.37.tar.gz 1832272 SHA256 
fa1508e9659e7691bafa5bda1e474c1f372e96033e4edbe57e3727d3bb7b3c55 SHA512 
0ad986607127fca329489e0f26aa68d20535126bff4db93d6e6c21671cd0e219f8c57bf1994ab4a3cdeaf007836901a7b8b2783b0cf1835e6b19316ae14a64ce
 WHIRLPOOL 
bf7da14db72d64c9b215103de7b91168b48c0ebf471053f551cbf8f7b10a4263bfb4b59780458f320ae73134c7fe19850d937be06330660a60b49344c0d1c32a
 DIST aws-sdk-ruby-2.5.1.tar.gz 1908362 SHA256 
1166835bb978b119028679f5764b6cbb7f6d18199331dab2197bb8d5e9d26de1 SHA512 
7254e8ac1557a483f2c9fc67968bb1ebba57c86de9f5a9087b61d55f9af716786be1b903dad96dc275262223c2df49dafb04227ad7dd088c5271a2fb44b960e6
 WHIRLPOOL 
083cd25005419ce35fc029bd58d4fe2bf5c61641c3cffdd4efcc307a56bc9b2fe1cbadf408cd9d2d8228c11759e4151064f210ed838552d561b5ab43d0bf7476
 DIST aws-sdk-ruby-2.5.11.tar.gz 2071123 SHA256 
577df03e33f292a052cbb1a5c3bd1c538789870241a3267046592491f6e1b829 SHA512 
5070b21838b7ee7dd8cde3bbdf6e53c97e73e9aab891b9b0b76274c9cae8697398d8c7ac1ab60ce0be9d70e2fdc58a89bde7a7d87cb9b1f80ffb5b6b48db837e
 WHIRLPOOL 
2bbb2c632f87a277937f92dd2b18074a0713002183db412eefcbf2eb095a6cf69fd28bc78fb9f02cd6f98b3bd5aa85031d371478364971d63f53f5cb3349a272
+DIST aws-sdk-ruby-2.6.50.tar.gz 2794854 SHA256 
6157d8ad834020f83fd7db332ff4b0a719bf0a0791ae4e7da5530915c19dbe30 SHA512 
3b592e25a135b369c67ddfd8d3c33db3b25faaac3161feeb5aa3feb1fdb6cfb5ca44cadc688dcfc8d456a398d94242f7ebc2922a82547b9b767249f4c9bdc0bc
 WHIRLPOOL 
5640fec6e04f4f7ac8abf56365fd94dc77d13c169a76655fc55393f06c45d11ff2f1a6c5b4f3957e7404b76a7a18dfc033a50aa57df5d878acf2b39cc47e741b

diff --git a/dev-ruby/aws-sdk/aws-sdk-2.6.50.ebuild 
b/dev-ruby/aws-sdk/aws-sdk-2.6.50.ebuild
new file mode 100644
index ..10d6c0b
--- /dev/null
+++ b/dev-ruby/aws-sdk/aws-sdk-2.6.50.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="../CHANGELOG.md ../MIGRATING.md ../README.md 
../UPGRADING.md"
+
+GITHUB_USER="aws"
+GITHUB_PROJECT="${PN}-ruby"
+RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Official SDK for Amazon Web Services"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${GITHUB_PROJECT}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ssl
+   ~dev-ruby/aws-sdk-resources-${PV}"



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

2017-01-21 Thread Tim Harder
commit: c6e7ca2ed2cba7d611a71ed6a92bc860a5b29971
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Jan 22 06:37:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Jan 22 06:52:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e7ca2e

media-fonts/roboto: version bump to 2.136

 media-fonts/roboto/Manifest|  1 +
 media-fonts/roboto/roboto-2.136.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/media-fonts/roboto/Manifest b/media-fonts/roboto/Manifest
index 229b77a..dcba5a8 100644
--- a/media-fonts/roboto/Manifest
+++ b/media-fonts/roboto/Manifest
@@ -1,2 +1,3 @@
 DIST roboto-2.134.zip 3911964 SHA256 
2b97db1e581159f87eb9fa1b7cfcb7d9b232448150f7a9f823e5102b581f03d0 SHA512 
7e7ff4176fdb1fbf15e905deb538dd68ca145dc708413148f591be586d9f5f8624ad59df0760370f518f593fd0c6970210c216fc87759ce38b33c1e0a7ce4e8d
 WHIRLPOOL 
375d8622e3ed8a83d235b50c7d906245b8e1c043c0b74897f03d26d16cc17bfda8b78a139ea4a9395959218530efb149f95413f847908d5a90025612a311f03f
 DIST roboto-2.135.zip 3961090 SHA256 
f923796280e844e9e598ba6803f332a8acb8b837dd758d4a849574b6cc80b4d9 SHA512 
2a014c129edcd6e37c065ed25dedde9eec664483f9baa47f33819238504d65d333b263a89e93090a13d6198efcfe6dba76a69a6ca4ef6e34038e707ffdf5cd96
 WHIRLPOOL 
df7e12b13e5047641be3a8bf554486924098a15440f4175b1edb205e9b87addad574b710de7c7a792941eff1d358f11c3be23b5a2dbe5ce0c726f782bf8e79e5
+DIST roboto-2.136.zip 3926453 SHA256 
01887d2f1d79fcbd3738d23187b24449d79d87fff4b9d05d9f38d0b578c1a37b SHA512 
84b64b4a8f61fd8d75165efbf41ca72ed31cd8203d10c439b5ae5a20ca656df98ec2f3bd34e6aa8a6c407a9e411fb5ec9e2cedf83383931825d5771562a1e600
 WHIRLPOOL 
43af7debdea8277b1f5b0757eb784030a479cc05769272570b3fb60b89d0ffb7bf226d23dccd042b9c5bf8410a0f2dc5ebe1888079dabe5e98162fa31ebcd4ec

diff --git a/media-fonts/roboto/roboto-2.136.ebuild 
b/media-fonts/roboto/roboto-2.136.ebuild
new file mode 100644
index ..25cb1f0
--- /dev/null
+++ b/media-fonts/roboto/roboto-2.136.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit font
+
+DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later"
+HOMEPAGE="https://github.com/google/roboto;
+SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/roboto-unhinted.zip
 -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}-unhinted
+FONT_S=${S}
+
+FONT_SUFFIX="ttf"
+FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )



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

2017-01-21 Thread Mike Frysinger
commit: ecb683835ac6181fb60bb87273445dc7df8804f8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Jan 22 06:16:42 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Jan 22 06:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb68383

app-arch/unzip: mark 6.0_p20 arm64/m68k/s390/sh stable

 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 f952bd3..6b611c2 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-misc/pax-utils/

2017-01-21 Thread Mike Frysinger
commit: 48506cdfff6964cfbb89eb3c13a2b4f081f83dad
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 17:17:38 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Jan 22 06:16:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48506cdf

app-misc/pax-utils: drop old <1.1.6 versions

 app-misc/pax-utils/Manifest   | 12 ---
 app-misc/pax-utils/pax-utils-1.0.1.ebuild | 53 
 app-misc/pax-utils/pax-utils-1.0.2.ebuild | 53 
 app-misc/pax-utils/pax-utils-1.0.3.ebuild | 53 
 app-misc/pax-utils/pax-utils-1.0.4.ebuild | 53 
 app-misc/pax-utils/pax-utils-1.0.5.ebuild | 53 
 app-misc/pax-utils/pax-utils-1.0.ebuild   | 53 
 app-misc/pax-utils/pax-utils-1.1.1.ebuild | 58 ---
 app-misc/pax-utils/pax-utils-1.1.2.ebuild | 58 ---
 app-misc/pax-utils/pax-utils-1.1.3.ebuild | 58 ---
 app-misc/pax-utils/pax-utils-1.1.4.ebuild | 58 ---
 app-misc/pax-utils/pax-utils-1.1.5.ebuild | 58 ---
 app-misc/pax-utils/pax-utils-1.1.ebuild   | 57 --
 13 files changed, 677 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 174e046..ffd04de 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,14 +1,2 @@
-DIST pax-utils-1.0.1.tar.xz 619788 SHA256 
87654ec8c207ab35fc05e96ec89b196cf7ab765e0e7919015ccaa7f0e66e246c SHA512 
f41e8188254dd1290eba4b36f3b22f2e4422ac03c234ba7438490ae0025a03a4ede05827023a8ccca913ebe44237c248455df47cb4dc63c85056511230e66eff
 WHIRLPOOL 
bdcad84ee44b855beff64ff06271b5eda252b10490714b8f22421fbf3b57eac8476fd061efb4d10745ff9a55d465da15dc417844dd13342fa394e709c018fdee
-DIST pax-utils-1.0.2.tar.xz 621068 SHA256 
b8395de0f414a70fa74234c43a10666fd8ba311488c5b7c2eb6f055aea45e094 SHA512 
268edd05ec30d723d198a49c7023068274b4f5187cf18582006b23d483a6889743cdb733b65f59f2e963a371220e31211dc43cd655c53cab4bf08645dcf7a9ff
 WHIRLPOOL 
c87c78db0e13edf6b477b9f0f5e251e80edbc25a40f0e7341fe20600140af929b576aa10217b331a2783034bc568eba3ff786a50496bf41f64381f0aa0e252a5
-DIST pax-utils-1.0.3.tar.xz 621460 SHA256 
8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670 SHA512 
3f8654a3bd66177a39b7f0e9a7ffc0f127e5529f4f45c8c1beea5eb92060bf01f205daf22cdeb4e50ee1022d170307fc70c1d73b197405be7a6bc9acec621d26
 WHIRLPOOL 
1930e7d575357a67e07ee5ed9c559cd0501588d6c739ded10fecf215ce8746b0ffbe55d0e0cee739c6f5aee62630f45f7af211e853f9cc3b3418f4961391a2a8
-DIST pax-utils-1.0.4.tar.xz 622280 SHA256 
f7e16cf22d4dc431feb49d3fad21fd7f9703ec3a9b5bde24fe426891a376d5f3 SHA512 
73051b77cc6c0411b4747082a806a620edc60eb89b061208246fd22dc107cfbf92767d56c012fd57eda1fb8cd40365b6b4f87fdc2217c9437be7d71a407a0f66
 WHIRLPOOL 
5ab2fd742a194e8e4e8381d8a721da4d9fe8c0fb5dbaf873d2887abf4741263f6072191eddc033b6a572faa92ff5dde1bfedd68ad053f4488101df935acd0b3b
-DIST pax-utils-1.0.5.tar.xz 622532 SHA256 
f69a9938e4af7912d26d585094bc0203e43571a990fdd048319088a8b8ad906f SHA512 
e8e07acf8295d90f30ea464e8060ae66ffabfa79a22b44e8c00eebf532ef78eb987eb7b69ecbf9f5bd25ec3e3964a746f546abbf111e065c5683c9f47194d026
 WHIRLPOOL 
0ac1ec6191106f20da3ba2a1a7ffe9ad7db184d1b79d13800b0844b7e250eadc750735dfeba70858d0b845669812be0fd761c26036d022322f251024bb437272
-DIST pax-utils-1.0.tar.xz 619104 SHA256 
c39fcc181c7c6a03527687d9977e1c2ce2b47b28918426a057d56b43a429e312 SHA512 
ec44e5f848e64ba70eeb2ca670189c84a0b0d36ee745ae956ee56d291dd3c5b3fe56527867a52e264babfbaaad49ec59338fadc297256a7a4708cf65f97db4c5
 WHIRLPOOL 
86f91917d7723066a849f2225987b9739f3c484626735c77ee27286ea1785e316b374110226688ad8d380b90b5aa140e1060cc2411cd6d1d250a1918ed33d575
-DIST pax-utils-1.1.1.tar.xz 627640 SHA256 
9ea1f28b3665da08fd80384e56d2a71bfa9f279983e683a162eb4993b2df8d3e SHA512 
a8680f9bc99edef56d24175b5967dd967daaa8ae40c0c68f0e9ff3a23ac90a7cb341c99a47a0f6e29504c3f2740039920258a69267ee89549525d02306a8d70e
 WHIRLPOOL 
7ee993224d54d82527c99d9d46c30f2bca0e464660b2ebedaf43076287894247db8111e3f5b558140f03b743939939849f03bcb134b2ac7776bb30553a183c45
-DIST pax-utils-1.1.2.tar.xz 627732 SHA256 
49390215f6a4773a9c0a99a6de90ff768d13ce2eb4ba1a869603b81f697fce3e SHA512 
7a97ff3f68ef67084d1785c95aed2bef5c3bd6fe0c67b96310bd236dc0a403ab5fa86d2b719bdc493b6d6ce07e43af41cc1ff3aa0bd726f2896494079996bff7
 WHIRLPOOL 
c94e1c55a183ce6a6d44a0993ca6c3c34d41f1fad43dabdc9994357747a159e1578e61f13634c4379d324640c4b1d67073e82992f521964acd64598fa7c342f8
-DIST pax-utils-1.1.3.tar.xz 627536 SHA256 
b80c923c0231a17aa2db5fce3d81c3b7d061cd8e6b356fecceadb2e9a8ee9bc6 SHA512 
0bd5efe455edfbe06e938fab62f7d452bcefe6f426881bfebc8252bf386807a3f50ffa9cadbf8cf4aa514839ba94d3f28b16fea163ae738ef8fdeed28fe9204c
 WHIRLPOOL 

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

2017-01-21 Thread Mike Frysinger
commit: 6eb9876ed3f28730403b0c70ff96ad06cce1c93f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Jan 22 06:16:15 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Jan 22 06:16:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb9876e

app-misc/pax-utils: mark 1.1.7 stable for all

 app-misc/pax-utils/pax-utils-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.1.7.ebuild 
b/app-misc/pax-utils/pax-utils-1.1.7.ebuild
index 7f0542b..038bcde 100644
--- a/app-misc/pax-utils/pax-utils-1.1.7.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.1.7.ebuild
@@ -12,7 +12,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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~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 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2017-01-21 Thread Mike Gilbert
commit: 6159ac3f9f5d2eb5be6cbd6737c5ad901e3011c5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jan 22 05:22:50 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jan 22 05:23:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6159ac3f

www-client/chromium: bump to 56.0.2924.67

Fix build with gcc 4.9.

Bug: https://bugs.gentoo.org/600288
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 www-client/chromium/Manifest   |  2 +-
 ...2924.21.ebuild => chromium-56.0.2924.67.ebuild} | 17 
 www-client/chromium/files/chromium-56-gcc4.patch   | 48 ++
 3 files changed, 57 insertions(+), 10 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index a1dfd6f..3fc7a7f 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-55.0.2883.75.tar.xz 511256096 SHA256 
5bcf7180935bebc7648f7e2577f612da681f7846127f79dac22630ded9984e55 SHA512 
9830b02e05ebaf120b02b4c67196ba5c7f2d5aa917b9e5f8516b1f0cce1abd8e752c379e8ac1f16c7b7e451341486d9356d47a1b77b72ab5117390ce16b9
 WHIRLPOOL 
ab752b9e9a6c7a536424ac1384d9f0ad0f23dd40bbf6784e4185554602628e8e1f45acbb264fff33f7f00c8ee14f293bfaf23259d2db4f785c9c9c49e72b28eb
-DIST chromium-56.0.2924.21.tar.xz 513324284 SHA256 
08330d147a9340c593ac0255adac30e189e1e9ed99c43d148891058365b4182a SHA512 
acfc81177e5fdacc954cdc94b705079b8fdf19a7d90573b38b9a297eeb2d169325f460ce1ec14ea52cfa57782f818d733ece62c8ff313610730881efeba5afb7
 WHIRLPOOL 
cc2ed9362aa5f88d05e884e46897b919020044d7556c5c4217ddd527cf198d84c87d9d48281aa4d4dae94dc06490657fdcf2d9c5653f9eea3a33767e5383eac6
 DIST chromium-56.0.2924.59.tar.xz 513389580 SHA256 
3b34c4cef3a5017556064d246b14b69a8bd2277d8908a6e8b63c014d501ebac2 SHA512 
3ef43728e7ca9d5c1eb4b808bd8c0dbf37a3ee387c57d2826e39fed47ab6316e636b96fd2787c140601e87bd084df61093a85c5014e6151ca70c2e9619a1d52c
 WHIRLPOOL 
4d2f8ee6e7c5b1f3455ba9c25518178990e725dafcc75a3049a6fd5ddb17dfdf3b325c78478b7b3ca62fe7712e8e58e0f5f0f0944d32d99dc0819f99293268c0
+DIST chromium-56.0.2924.67.tar.xz 513502788 SHA256 
56bcdff78b3361c361d5c32ec4344be6acde58570e6739401395b6e42594 SHA512 
a93d3cc343bf6b87aa222920e44485e43eaeb4cecf31999ab96113886432e986b530f929c8032e648938aeac5a957991995c795bc6760ce105a4419bb649961c
 WHIRLPOOL 
18dc7b69a15bfb2fc0e990f4e07aa2e8e09d3f847b89b2e468a7752a40ded1e9095869cab913e39c0e363a1f1af1ec401c6fe1aa12cca71b66ab68c37e0ac746
 DIST chromium-57.0.2979.0.tar.xz 523638884 SHA256 
b4ae30097c9fa52c366618e611ee2ee0dae35b742abbf9384099131b48357682 SHA512 
cbf14fceacc5c559c27d2b8f22c2f1bc02207de0156b54b090f6f08106771349b5dcc04e3cd80021318098b5a9e7b00cf8a5f11414e97ee1e8a0c07da10c494f
 WHIRLPOOL 
42f62f2d6de4cccdcad81370b545022daec08b9dd163639d81571e1c07f50e5f46e628e8194a8c51493ce416c1cdd0a572bf1f469d0089f612c3a22b33e2abe7
 DIST chromium-57.0.2986.0.tar.xz 524087844 SHA256 
3d6db744a750c0bffeda6f00aa1d2fd27efa6e0a44354a5d6be5fa2414095897 SHA512 
1737c0e626d38277176f96cc3314c2b44226f020d1387ed6a31362763e37b13312a112af16c876fa99546f20f8649f0076dfe3280895272fd0f2dd9d57ae8deb
 WHIRLPOOL 
988cf3f656082efbe6b78a74b7f9060d1f0e436dae72f250a0751eaeab2cd654c25d83c5b84fd1bd726346ce6bdbf1db98cdba69c1cab0c200d84c339685fc1f

diff --git a/www-client/chromium/chromium-56.0.2924.21.ebuild 
b/www-client/chromium/chromium-56.0.2924.67.ebuild
similarity index 98%
rename from www-client/chromium/chromium-56.0.2924.21.ebuild
rename to www-client/chromium/chromium-56.0.2924.67.ebuild
index 17cd0d0..15e309b 100644
--- a/www-client/chromium/chromium-56.0.2924.21.ebuild
+++ b/www-client/chromium/chromium-56.0.2924.67.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
cups? ( >=net-print/cups-1.3.11:= )
>=dev-libs/elfutils-0.149
dev-libs/expat:=
-   dev-libs/glib:=
+   dev-libs/glib:2
dev-libs/icu:=
>=dev-libs/jsoncpp-0.5.0-r1:=
dev-libs/nspr:=
@@ -56,7 +56,7 @@ COMMON_DEPEND="
>=sys-libs/libcap-2.22:=
virtual/udev
x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:=
+   x11-libs/gdk-pixbuf:2
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
@@ -114,8 +114,6 @@ DEPEND="${COMMON_DEPEND}
dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/ply[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
')
 "
@@ -125,8 +123,6 @@ python_check_deps() {
has_version --host-root 
"dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" &&
has_version --host-root 
">=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" &&
has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" &&
-   has_version --host-root "dev-python/jinja[${PYTHON_USEDEP}]" &&
-   has_version 

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

2017-01-21 Thread Göktürk Yüksek
commit: 5ce55eabf6b1daa53d80ccfa6f5d0cb405a03491
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Sun Jan  8 22:57:26 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jan 22 04:23:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce55eab

sci-electronics/kicad: Add new 4.0.5 ebuild, move to EAPI6

Gentoo Bug: #603514, #576732

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-electronics/kicad/Manifest   |   4 +
 sci-electronics/kicad/kicad-4.0.5.ebuild | 208 +++
 2 files changed, 212 insertions(+)

diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest
index 1d92327..c7a8c37 100644
--- a/sci-electronics/kicad/Manifest
+++ b/sci-electronics/kicad/Manifest
@@ -3,7 +3,11 @@ DIST kicad-4.0.1-library.tar.gz 105054096 SHA256 
4d1ec105a422a0130be02f4d712d5c2
 DIST kicad-4.0.1.tar.xz 10837804 SHA256 
73a9f8713ba93ce34e5f9c26e9667f33a22f4e33192fa6bd15d3fc0edea54bde SHA512 
da9d5ba7f6a323d80621304e368c9783febedf7c545f31a6ca69bddc8573e7c7aa127c774cc29e173eae947debd444b5a04b0483800d6c0d1303e32a714e3d26
 WHIRLPOOL 
0985d7b38df1224787b0509407f34043d71f4eac847486bf4633cacb9c3bc32df9590c0516e3189e4b0f5ba17fde93ead467e200e95ecb763f7054cc1baac107
 DIST kicad-4.0.4-i18n.tar.gz 2409039 SHA256 
aec8121fc64985b150c0843db937a3383afe1805697f339aa73009215c1b92cf SHA512 
5fcbf54aeff92c142652908dda9e727e8b076aec4531f2bb4d27aa9fd946e92621141a9709a9469c133010cca019e4e6bc9731366e8c1adbe38078f5a6fcaedf
 WHIRLPOOL 
65c940149ab3357341b41a70f7db35695a598ade462a6fc8e602c4d1b53458fc712706e0effbc8b27b24f95510980a223cb9445b8ca8d54669dd89a65d066a2c
 DIST kicad-4.0.4.tar.xz 10672424 SHA256 
6da5d3f7bc63a9c5b4d0f5e4b954411b45d712168596b5af02957343c87eda00 SHA512 
230eb10d42e004c51d790db0d21dc08653944ca6cc4b728ad34b506f1a2b009c23369ddae417c8fafd420cb8045900dd4145cd1071867c759ab406dd12be3242
 WHIRLPOOL 
c5e577bebfd11160528e9543d9a421a5814ad70134092e9a0bd759b7a941e730b33cac7059606eba049ad5ffc8e6d44a0079bdbe9446ad1f152fa04ec6150d4c
+DIST kicad-4.0.5-i18n.tar.gz 2464569 SHA256 
18538b050f7c85eec0aaf3b2fd0a7a37a4eba139bb3d60be3ef80732e8e4b840 SHA512 
ff33051202d3aa50284170ca1b0ebd6279ee60559c4ce88c577248d4fe3d5781bb5b75eea6c165fbbd4abc1fd681357a7d7877339c4413fb3774bc8a55264b81
 WHIRLPOOL 
b63b9b59ddaf21485e8e358c356c694e03608989e6d2e13fc96bc620789cf1df66cf7d4fb051713ebcbd756afe6b43d217746ef2c84b593eeae8909c5e4c781f
+DIST kicad-4.0.5.tar.xz 10626696 SHA256 
73f286733bb69b04749279a1848cbedfad908e7dcd1d11363c7fae7677c85331 SHA512 
1486a039237e8d97ed21d62905ab74cb953b76c9d15bdfe7edd7380cf93e4c4b9a23aa82c6f523f6d5272e1dbe06ee8853a80eaabb1d0d9db6e304265f53ba7f
 WHIRLPOOL 
a7ca4e8183d44423a2076ca81047965166ed5f15504967ac790c18bedd045e61fbce17e197341876eb73aaa4a9a2571242cc5fcc4853abec99a19b3433690c6e
 DIST kicad-footprints-4.0.1.tar.gz 801985 SHA256 
e3b195706c8f30928c34478a87607e996def94a19982f8987a783b8e4ffe112f SHA512 
4fef1792eee8be951c77a8684942ecfa9047b602796f90e746010d63f72f5981cb2c90efe28ba7bd7d22894256d23f71b47eb170056e7b4423f72120f5413725
 WHIRLPOOL 
b41eb7149b14af4c3dd37bc19f7bba9afcc896c1b5d523e7bead0c6695dad7255527f952042589181876dc598d7a85963ab4f86b6c3179e0e82e6f187712c298
 DIST kicad-footprints-4.0.4.tar.gz 1400434 SHA256 
2b23e282c64c7e72d9ad52a6f114c20572b8c0e3fd9895b9b87b7ccacc7b4479 SHA512 
7d42eea2c7c84961e05e0e61d6380e3d294d696e1321bb4406391125379fd6a3dc2b38e7ff8be51b684786bed892738452218f4c5a95c547319f1eaafc0cea6e
 WHIRLPOOL 
6f96d7ecbe94c511f99c6022466704742aec83578790685c2945926682a0a2c50f2ff176bf075b06cea4cd60fe7afbfb8c142096b6b7a1d73020f0327d1281a8
+DIST kicad-footprints-4.0.5.tar.gz 2330378 SHA256 
50cb02d9eb44b30f8fd68434172a25a93c62cd9a07877091116fd8db8238f9ad SHA512 
91122127be4b54bec7b37706d6438853463ed66b1c0c205e8d93709c159744e84ea58f3bf0cb1f4e18df6061f6df3d76f2ff0d6e698c6ba5ce3867d89838d95d
 WHIRLPOOL 
44283efb35c3522e73d36fc51d591bc236cf2f17b8901279d28908b5a227f791597c74c94bff3be904417df42248b5d16e93a9aaa061132809ffe0507911b186
 DIST kicad-libcontext.tar.gz 25599 SHA256 
37be6072a6016d402b4341e2ceba719cdd8e279e275ea7275d91e19e813a31a3 SHA512 
3b469dcf0e0f4e23f304d0068468a99516e89588d8f36a821af10e751f919cb8a9077d52109fdd43c1c2a443e026b38d0d3aa4774823d05755c9db35742d32d9
 WHIRLPOOL 
d05f43544fa4c9d1fae957445782ad610c07564db81c12491fe6aeaf6948a369b3f55114eacb21916fbc9001f20d0a2c4944c3ab0ccc8e57bf9aa44fea507087
 DIST kicad-library-4.0.4.tar.gz 87947075 SHA256 
22c02d151aba7ea90c519fda953a8cd882d8da7e36ec0e68ed90a6e15151cdf3 SHA512 
57f905277cf581cfda6ca574d87bbdd3a870cd240a151b2c8faedc7ecbfa2cc122b67937cbdbf028be77727cdf4fac9cdc3512ce5bfe80d0f6cbb4f444ccfd6c
 WHIRLPOOL 
1ee926de02ca13c420535487437a45ecf8ea652e854105f4849612a30091ff9f9098d422e7e1c49ab1a6a2cb36cb94d9587a7267851307d947c76109b863da7b
+DIST kicad-library-4.0.5.tar.gz 91081668 SHA256 
7169d1cfa1a55cbe7570252e68dc1242ae91458f16a13f7fc3f7804c504b1af1 SHA512 

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

2017-01-21 Thread Göktürk Yüksek
commit: 88ce08fa905f73ab9341285396b8e6f0a054058c
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jan 22 01:57:29 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jan 22 04:30:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ce08fa

sci-electronics/kicad: replace the for loop with the funky while loop

Package-Manager: portage-2.3.0

 sci-electronics/kicad/kicad-4.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/kicad/kicad-4.0.5.ebuild 
b/sci-electronics/kicad/kicad-4.0.5.ebuild
index 2544592..dfaae91 100644
--- a/sci-electronics/kicad/kicad-4.0.5.ebuild
+++ b/sci-electronics/kicad/kicad-4.0.5.ebuild
@@ -77,9 +77,9 @@ src_prepare() {
eapply "${FILESDIR}/${PN}-4.0.4-boost-context.patch"
 
# remove all the non unix file endings
-   for f in $(find "${S}" -type f -name "*.desktop") ; do
+   while IFS="" read -d $'\0' -r f; do
edos2unix "${f}"
-   done
+   done < <(find "${S}" -type f -name "*.desktop" -print0)
 
# Remove cvpcb desktop file while it does nothing
rm "${WORKDIR}/${P}/resources/linux/mime/applications/cvpcb.desktop" || 
die



[gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/, net-irc/hexchat/files/

2017-01-21 Thread Lars Wendler
commit: d88256e2f8a6cc6f808fdd665f615a91d213e959
Author: Nicholas Vinson  gmail  com>
AuthorDate: Sat Jan 21 14:39:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 22 04:15:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88256e2

net-irc/hexchat: Remove theme-manager support; favor am_* vars in configure

Gentoo-bug: 606522

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3588

 .../files/hexchat-2.12.4-configure.ac.patch| 319 +
 net-irc/hexchat/hexchat-2.12.4-r2.ebuild   | 133 +
 2 files changed, 452 insertions(+)

diff --git a/net-irc/hexchat/files/hexchat-2.12.4-configure.ac.patch 
b/net-irc/hexchat/files/hexchat-2.12.4-configure.ac.patch
new file mode 100644
index ..c4288d2
--- /dev/null
+++ b/net-irc/hexchat/files/hexchat-2.12.4-configure.ac.patch
@@ -0,0 +1,319 @@
+--- hexchat-2.12.4/data/pkgconfig/Makefile.am
 hexchat-2.12.4/data/pkgconfig/Makefile.am
+@@ -1,4 +1,7 @@
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
++
+ pkgcfgdir = $(pkgconfigdir)
+ pkgcfg_DATA = hexchat-plugin.pc
+ 
+ EXTRA_DIST = hexchat-plugin.pc.in
+--- hexchat-2.12.4/data/Makefile.am
 hexchat-2.12.4/data/Makefile.am
+@@ -1,5 +1,8 @@
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
++
+ SUBDIRS =
+ 
+ if DO_PLUGIN
+ SUBDIRS += pkgconfig
+ endif
+--- hexchat-2.12.4/data/misc/Makefile.am
 hexchat-2.12.4/data/misc/Makefile.am
+@@ -1,5 +1,7 @@
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
+ 
+ appdatadir = $(datadir)/appdata
+ appdata_in_files =
+ 
+ if DO_GTK
+--- hexchat-2.12.4/data/icons/Makefile.am
 hexchat-2.12.4/data/icons/Makefile.am
+@@ -1,5 +1,8 @@
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
++
+ icon_DATA = hexchat.png
+ icondir = $(datadir)/icons/hicolor/48x48/apps
+ 
+ hicolor_DATA = hexchat.svg
+ hicolordir = $(datadir)/icons/hicolor/scalable/apps
+--- hexchat-2.12.4/data/man/Makefile.am
 hexchat-2.12.4/data/man/Makefile.am
+@@ -1,3 +1,6 @@
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
++
+ man_MANS = hexchat.1
+ 
+ EXTRA_DIST = hexchat.1.in
+--- hexchat-2.12.4/Makefile.am
 hexchat-2.12.4/Makefile.am
+@@ -1,6 +1,8 @@
+ ## Process this file with automake to produce Makefile.in
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
+ 
+ ACLOCAL_AMFLAGS = -I m4
+ 
+ SUBDIRS = po src plugins data
+ 
+--- hexchat-2.12.4/configure.ac
 hexchat-2.12.4/configure.ac
+@@ -621,23 +621,23 @@ AX_APPEND_COMPILE_FLAGS([\
+   -Werror=declaration-after-statement \
+   -Werror=missing-include-dirs \
+   -Werror=date-time \
+   -Werror=implicit-function-declaration \
+   -Werror=pointer-arith \
+-])
++], hexchat_def_CFLAGS)
+ 
+ AS_IF([test "$stack_protector" = "yes"], [
+   AX_APPEND_COMPILE_FLAGS([ \
+   -fstack-protector-strong \
+-  ])
++  ], [hexchat_def_CFLAGS])
+ ])
+ 
+ AX_APPEND_LINK_FLAGS([ \
+   -pie \
+   -Wl,-z,relro \
+   -Wl,-z,now \
+-])
++], [hexchat_def_LDFLAGS])
+ 
+ dnl *
+ dnl ** FUNCTIONS/LIBS/CFLAGS 
+ dnl *
+ 
+@@ -687,10 +687,12 @@ dnl freebsd needs this
+ LIBS="$LIBS $INTLLIBS"
+ 
+ GUI_LIBS="$GUI_LIBS $COMMON_LIBS"
+ 
+ dnl make these visible to all Makefiles
++AC_SUBST(hexchat_def_CFLAGS)
++AC_SUBST(hexchat_def_LDFLAGS)
+ AC_SUBST(GUI_LIBS)
+ AC_SUBST(GUI_CFLAGS)
+ AC_SUBST(COMMON_LIBS)
+ AC_SUBST(COMMON_CFLAGS)
+ AC_SUBST(PERL_CFLAGS)
+--- hexchat-2.12.4/src/common/Makefile.am
 hexchat-2.12.4/src/common/Makefile.am
+@@ -1,6 +1,8 @@
+ ## Process this file with automake to produce Makefile.in
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
+ 
+ include $(top_srcdir)/m4/clang-analyze.am
+ 
+ noinst_LIBRARIES = libhexchatcommon.a
+ 
+@@ -62,11 +64,11 @@ noinst_PROGRAMS = make-te
+ 
+ libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
+   history.c ignore.c inbound.c marshal.c modes.c network.c notify.c \
+   outbound.c plugin.c plugin-identd.c plugin-timer.c proto-irc.c server.c 
servlist.c \
+   $(ssl_c) text.c tree.c url.c userlist.c util.c
+-libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS)
++libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS) $(hexchat_def_CFLAGS)
+ 
+ textenums.h: textevents.h
+ 
+ textevents.h: $(srcdir)/textevents.in make-te
+   $(AM_V_GEN) ./make-te < $< > $@ 2> textenums.h
+--- hexchat-2.12.4/src/common/dbus/Makefile.am
 hexchat-2.12.4/src/common/dbus/Makefile.am
+@@ -1,5 +1,8 @@
++AM_CFLAGS = @hexchat_def_CFLAGS@
++AM_LDFLAGS = @hexchat_def_LDFLAGS@
++
+ noinst_LIBRARIES = libhexchatdbus.a
+ libhexchatdbus_a_SOURCES =\
+   dbus-plugin.c 

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

2017-01-21 Thread Manuel Rüger
commit: af2ad9d9ec515038b34c4295ce9328ab65882c0f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 02:21:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 02:21:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2ad9d9

dev-ruby/kramdown: Add ruby23, drop ~x86

Package-Manager: portage-2.3.3

 dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild 
b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
new file mode 100644
index ..d094adb
--- /dev/null
+++ b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_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"
+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-0.2.2 =dev-ruby/prawn-table-0.2*
+   >=dev-ruby/rouge-1.8:0
+   >=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-python/ply/

2017-01-21 Thread Mike Gilbert
commit: e8ce88f4bf28e8ca3e58ccdce8168060ec7b37d9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jan 22 02:12:23 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jan 22 02:13:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ce88f4

dev-python/ply: clear PYTHONDONTWRITEBYTECODE for tests

Bug: https://bugs.gentoo.org/458648
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 dev-python/ply/ply-3.6-r1.ebuild | 8 
 dev-python/ply/ply-3.8.ebuild| 8 
 dev-python/ply/ply-3.9.ebuild| 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-python/ply/ply-3.6-r1.ebuild b/dev-python/ply/ply-3.6-r1.ebuild
index b9c8333..a3436a4 100644
--- a/dev-python/ply/ply-3.6-r1.ebuild
+++ b/dev-python/ply/ply-3.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,6 @@ IUSE="examples"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
 
-# See bug #458648 for reference
-RESTRICT="test"
-
 DOCS=( ANNOUNCE CHANGES TODO )
 PATCHES=(
"${FILESDIR}/3.6-lextab-None.patch"
@@ -32,6 +29,9 @@ python_test() {
cp -r -l test "${BUILD_DIR}"/ || die
cd "${BUILD_DIR}"/test || die
 
+   # Checks for pyc/pyo files
+   local -x PYTHONDONTWRITEBYTECODE=
+
local t
for t in testlex.py testyacc.py; do
"${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}"

diff --git a/dev-python/ply/ply-3.8.ebuild b/dev-python/ply/ply-3.8.ebuild
index 9f368cb..35f8116 100644
--- a/dev-python/ply/ply-3.8.ebuild
+++ b/dev-python/ply/ply-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,9 +20,6 @@ IUSE="examples"
 RDEPEND=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-# See bug #458648 for reference
-RESTRICT="test"
-
 DOCS=( ANNOUNCE CHANGES TODO )
 
 PATCHES=( "${FILESDIR}/3.6-picklefile-IOError.patch" )
@@ -31,6 +28,9 @@ python_test() {
cp -r -l test "${BUILD_DIR}"/ || die
cd "${BUILD_DIR}"/test || die
 
+   # Checks for pyc/pyo files
+   local -x PYTHONDONTWRITEBYTECODE=
+
local t
for t in testlex.py testyacc.py; do
"${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}"

diff --git a/dev-python/ply/ply-3.9.ebuild b/dev-python/ply/ply-3.9.ebuild
index 8c335d7..92d2199 100644
--- a/dev-python/ply/ply-3.9.ebuild
+++ b/dev-python/ply/ply-3.9.ebuild
@@ -20,9 +20,6 @@ IUSE="examples"
 RDEPEND=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-# See bug #458648 for reference
-RESTRICT="test"
-
 DOCS=( ANNOUNCE CHANGES TODO )
 
 PATCHES=( "${FILESDIR}/3.6-picklefile-IOError.patch" )
@@ -31,6 +28,9 @@ python_test() {
cp -r -l test "${BUILD_DIR}"/ || die
cd "${BUILD_DIR}"/test || die
 
+   # Checks for pyc/pyo files
+   local -x PYTHONDONTWRITEBYTECODE=
+
local t
for t in testlex.py testyacc.py; do
"${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}"



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

2017-01-21 Thread Manuel Rüger
commit: 2a9cf429438f25030eadcb157b2783538d302c79
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 02:09:26 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 02:09:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9cf429

dev-ruby/afm: Drop ruby20

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/afm/afm-0.2.2.ebuild b/dev-ruby/afm/afm-0.2.2.ebuild
index 6fe38f8..912299f 100644
--- a/dev-ruby/afm/afm-0.2.2.ebuild
+++ b/dev-ruby/afm/afm-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



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

2017-01-21 Thread Manuel Rüger
commit: f7c4b98f506ae2176b424c914c84b2bbbf22f6e2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 02:02:33 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 02:02:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c4b98f

dev-ruby/prawn-table: Add ruby23, drop ~ppc

Package-Manager: portage-2.3.3

 dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild | 31 
 1 file changed, 31 insertions(+)

diff --git a/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild 
b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
new file mode 100644
index ..d6cdede
--- /dev/null
+++ b/dev-ruby/prawn-table/prawn-table-0.2.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides support for tables in Prawn"
+HOMEPAGE="http://prawn.majesticseacreature.com/;
+LICENSE="|| ( GPL-2+ Ruby )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/mocha
+   >=dev-ruby/pdf-inspector-1.1.0
+   >=dev-ruby/pdf-reader-1.2
+   >=dev-ruby/prawn-1.3.0
+   )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die
+   # Remove failing test
+   # See https://github.com/prawnpdf/prawn-table/issues/10
+   sed -i -e "/Prints table on one page when using subtable with colspan > 
1/,+24 s/^/#/" spec/table_spec.rb || die
+}



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

2017-01-21 Thread Manuel Rüger
commit: e86acddf4fa2e8e780583a7660942b05b066d2a6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 02:00:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 02:00:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86acddf

dev-ruby/prawn: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords

Package-Manager: portage-2.3.3

 dev-ruby/prawn/prawn-2.1.0-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/prawn/prawn-2.1.0-r1.ebuild 
b/dev-ruby/prawn/prawn-2.1.0-r1.ebuild
new file mode 100644
index ..e780e64
--- /dev/null
+++ b/dev-ruby/prawn/prawn-2.1.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
+HOMEPAGE="http://prawn.majesticseacreature.com/;
+SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="|| ( GPL-2 Ruby )"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/pdf-core-0.6.1
+   >=dev-ruby/ttfunk-1.4.0"
+ruby_add_bdepend "test? ( dev-ruby/coderay
+   >=dev-ruby/pdf-inspector-1.2.1
+   >=dev-ruby/pdf-reader-1.2
+   )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
+   # Remove failing tests
+   # https://github.com/prawnpdf/prawn/pull/693
+   # https://github.com/prawnpdf/prawn/issues/603
+   sed -i -e "/should process UTF-8 chars/,+9 s/^/#/" 
spec/line_wrap_spec.rb || die
+   sed -i -e "/shrink_to_fit with special utf-8 text/,+12 s/^/#/" 
spec/text_spec.rb || die
+}



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

2017-01-21 Thread Manuel Rüger
commit: 8c9e08cb380f61fa54c83f234ffb81af74b36d94
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:56:25 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:56:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e08cb

dev-ruby/pdf-core: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords

Also unrestrict versions of pdf-inspector as test dep a bit

Package-Manager: portage-2.3.3

 dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild | 28 
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
new file mode 100644
index ..48fe1a9
--- /dev/null
+++ b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements low level PDF features for Prawn"
+HOMEPAGE="https://github.com/prawnpdf/pdf-core/;
+
+LICENSE="|| ( Ruby GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*
+   >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/

2017-01-21 Thread Manuel Rüger
commit: 969f465961e49cdc44d2084da452d456f3f29824
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:48:32 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:48:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969f4659

sys-boot/os-prober: Remove old

Package-Manager: portage-2.3.3

 sys-boot/os-prober/Manifest  |  2 -
 sys-boot/os-prober/os-prober-1.65.ebuild | 74 
 sys-boot/os-prober/os-prober-1.70.ebuild | 72 ---
 3 files changed, 148 deletions(-)

diff --git a/sys-boot/os-prober/Manifest b/sys-boot/os-prober/Manifest
index d0a26f6..92c12aa 100644
--- a/sys-boot/os-prober/Manifest
+++ b/sys-boot/os-prober/Manifest
@@ -1,3 +1 @@
-DIST os-prober_1.65.tar.xz 24712 SHA256 
c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84 SHA512 
64dd9042a26dc859d9186bb48545d85b1a369d00a93b5045c420eac0c4b672ab32cb6028eada5f1cc21c8ab9386c35b8eedb79bc7975faf7b0a7b2841b284f53
 WHIRLPOOL 
397a92312b018fa08b2e838bc6b85fa4d55502dfb8e8725c79f4a0ae397e3bd258a7bb302f74b2293cd85f4ddabf4cba75ff2b4b57fa9904094c3a50e1ace36e
-DIST os-prober_1.70.tar.xz 25468 SHA256 
f95a8998e106578edf105c42c84809c71e413a01370be9bd0b6d238d5b63bf1d SHA512 
d060a7fd4e128693b1bb79cff014b4583f56fd0ed4fdd1afd9670623538c03c4e458697c85c753ef4746b1acc5f91e31ef1f0d83fcb696e35ae8355f16edd9a4
 WHIRLPOOL 
9414e27187223aa6cddf910bcf77f2b677bf1bef0b358b287a59dbbd2acb9a35060163d18c26808a97da061b8d3e77713e283de2d32e23188400fde975c607a7
 DIST os-prober_1.71.tar.xz 25540 SHA256 
5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20 SHA512 
adb7b8cf54c6169510c7ce2bf40e4b659c97eecfb7c1dd149269520ef13cdc2b6587f221fcfcb95c18caf9dba8144bbba561abb158e986ab02f4e0d338317d04
 WHIRLPOOL 
cb3d8596c1e753fc2d687b30c6bd386d160114524b7b4f2d39dfe208191b231962311103a3106a7ccad8fa05bee132a5faa72265c44c33e22cb3d6090dd1cb04

diff --git a/sys-boot/os-prober/os-prober-1.65.ebuild 
b/sys-boot/os-prober/os-prober-1.65.ebuild
deleted file mode 100644
index 094db02..
--- a/sys-boot/os-prober/os-prober-1.65.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-#inherit eutils multilib toolchain-funcs
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to detect other OSs on a set of drives"
-HOMEPAGE="http://packages.debian.org/source/sid/os-prober;
-SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   # use default GNU rules
-   rm Makefile || die 'rm Makefile failed'
-}
-
-src_compile() {
-   tc-export CC
-   emake newns
-}
-
-src_install() {
-   dobin os-prober linux-boot-prober
-
-   # Note: as no shared libraries are installed, /usr/lib is correct
-   exeinto /usr/lib/os-prober
-   doexe newns
-
-   insinto /usr/share/os-prober
-   doins common.sh
-
-   keepdir /var/lib/os-prober
-
-   local debarch=${ARCH%-*} dir
-
-   case ${debarch} in
-   amd64)  debarch=x86 ;;
-   ppc|ppc64)  debarch=powerpc ;;
-   esac
-
-   for dir in os-probes{,/mounted,/init} linux-boot-probes{,/mounted}; do
-   exeinto /usr/lib/$dir
-   doexe $dir/common/*
-   if [[ -d $dir/$debarch ]]; then
-   doexe $dir/$debarch/*
-   fi
-   if [[ -d $dir/$debarch/efi ]]; then
-   exeinto /usr/lib/$dir/efi
-   doexe $dir/$debarch/efi/*
-   fi
-   done
-
-   if use amd64 || use x86; then
-   exeinto /usr/lib/os-probes/mounted
-   doexe os-probes/mounted/powerpc/20macosx
-   fi
-
-   dodoc README TODO debian/changelog
-}
-
-pkg_postinst() {
-   elog "If you intend for os-prober to detect versions of Windows 
installed on"
-   elog "NTFS-formatted partitions, your system must be capable of reading 
the"
-   elog "NTFS filesystem. One way to do this is by installing 
sys-fs/ntfs3g"
-}

diff --git a/sys-boot/os-prober/os-prober-1.70.ebuild 
b/sys-boot/os-prober/os-prober-1.70.ebuild
deleted file mode 100644
index 160c0c4..
--- a/sys-boot/os-prober/os-prober-1.70.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
-
-#inherit eutils multilib toolchain-funcs
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to detect other OSs on a set of drives"
-HOMEPAGE="http://packages.debian.org/source/sid/os-prober;
-SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
-   # use default GNU rules
-   rm Makefile || die 'rm Makefile failed'
-}
-

[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/

2017-01-21 Thread Manuel Rüger
commit: 27abb828ec5f03a8dd5a1f19f8d77938647ce100
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:51:32 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:51:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27abb828

sys-boot/os-prober: Version bump to 1.73

Package-Manager: portage-2.3.3

 sys-boot/os-prober/Manifest  |  1 +
 sys-boot/os-prober/os-prober-1.73.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/sys-boot/os-prober/Manifest b/sys-boot/os-prober/Manifest
index 92c12aa..288d5e4 100644
--- a/sys-boot/os-prober/Manifest
+++ b/sys-boot/os-prober/Manifest
@@ -1 +1,2 @@
 DIST os-prober_1.71.tar.xz 25540 SHA256 
5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20 SHA512 
adb7b8cf54c6169510c7ce2bf40e4b659c97eecfb7c1dd149269520ef13cdc2b6587f221fcfcb95c18caf9dba8144bbba561abb158e986ab02f4e0d338317d04
 WHIRLPOOL 
cb3d8596c1e753fc2d687b30c6bd386d160114524b7b4f2d39dfe208191b231962311103a3106a7ccad8fa05bee132a5faa72265c44c33e22cb3d6090dd1cb04
+DIST os-prober_1.73.tar.xz 26532 SHA256 
588395e38e9123f414cc1e7ea2374e4bd133bb7a8d0e0aff18acc8d7f8d23adf SHA512 
7db2c276a16fefb53750889c5e784cdfe285b0124e8eb0c5dd92a9ce7addef95ef6e62d6ccd3c66788f6d1c9d029e9e98ae21040d1d84885e756691504e63ea4
 WHIRLPOOL 
7ed340397ff4075b28d6de5e4de347a2cbfeddaa52f4861dbe96efb7b07dda729c39f926abbdf689899cee157c0b900edcacf10c7340c6118d9b84a431a385a8

diff --git a/sys-boot/os-prober/os-prober-1.73.ebuild 
b/sys-boot/os-prober/os-prober-1.73.ebuild
new file mode 100644
index ..f859958
--- /dev/null
+++ b/sys-boot/os-prober/os-prober-1.73.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+#inherit eutils multilib toolchain-funcs
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to detect other OSs on a set of drives"
+HOMEPAGE="http://packages.debian.org/source/sid/os-prober;
+SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# bug 594250
+QA_MULTILIB_PATHS="usr/lib/os-prober/.*"
+
+src_prepare() {
+   # use default GNU rules
+   rm Makefile || die 'rm Makefile failed'
+}
+
+src_compile() {
+   tc-export CC
+   emake newns
+}
+
+src_install() {
+   dobin os-prober linux-boot-prober
+
+   # Note: as no shared libraries are installed, /usr/lib is correct
+   exeinto /usr/lib/os-prober
+   doexe newns
+
+   insinto /usr/share/os-prober
+   doins common.sh
+
+   keepdir /var/lib/os-prober
+
+   local debarch=${ARCH%-*} dir
+
+   case ${debarch} in
+   amd64)  debarch=x86 ;;
+   ppc|ppc64)  debarch=powerpc ;;
+   esac
+
+   for dir in os-probes{,/mounted,/init} linux-boot-probes{,/mounted}; do
+   exeinto /usr/lib/$dir
+   doexe $dir/common/*
+   if [[ -d $dir/$debarch ]]; then
+   doexe $dir/$debarch/*
+   fi
+   if [[ -d $dir/$debarch/efi ]]; then
+   exeinto /usr/lib/$dir/efi
+   doexe $dir/$debarch/efi/*
+   fi
+   done
+
+   if use amd64 || use x86; then
+   exeinto /usr/lib/os-probes/mounted
+   doexe os-probes/mounted/powerpc/20macosx
+   fi
+
+   dodoc README TODO debian/changelog
+}
+
+pkg_postinst() {
+   elog "If you intend for os-prober to detect versions of Windows 
installed on"
+   elog "NTFS-formatted partitions, your system must be capable of reading 
the"
+   elog "NTFS filesystem. One way to do this is by installing 
sys-fs/ntfs3g"
+}



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

2017-01-21 Thread Manuel Rüger
commit: c816fb6e43cefe755f2fa5d26b61965087c12046
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:40:53 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:40:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c816fb6e

dev-ruby/pdf-inspector: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords

Package-Manager: portage-2.3.3

 .../pdf-inspector/pdf-inspector-1.2.1-r1.ebuild| 24 ++
 1 file changed, 24 insertions(+)

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild 
b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
new file mode 100644
index ..62e16a1
--- /dev/null
+++ b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A tool for analyzing PDF output"
+HOMEPAGE="https://github.com/prawnpdf/pdf-inspector;
+
+LICENSE="|| ( Ruby GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"



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

2017-01-21 Thread Manuel Rüger
commit: 75adea841b3f080990febd798b003e2207c92586
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:38:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:38:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75adea84

dev-ruby/pdf-reader: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords

Package-Manager: portage-2.3.3

 dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
new file mode 100644
index ..dc4246c
--- /dev/null
+++ b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+GITHUB_USER=yob
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc TODO"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PDF parser conforming as much as possible to the PDF 
specification from Adobe"
+HOMEPAGE="https://github.com/yob/pdf-reader/;
+
+# We cannot use the gem distributions because they don't contain the
+# tests' data, we have to rely on the git tags.
+SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/afm-0.2.1
+   =dev-ruby/ascii85-1*
+   =dev-ruby/hashery-2*
+   dev-ruby/ttfunk:*
+   dev-ruby/ruby-rc4"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/* || die
+}



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

2017-01-21 Thread Manuel Rüger
commit: ad7e7b0a6c5c10b5eec167a397a8243af6e9e65d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:33:40 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:33:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7e7b0a

dev-ruby/hashery: Add ruby23

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/hashery/hashery-2.1.2.ebuild 
b/dev-ruby/hashery/hashery-2.1.2.ebuild
index 859e0a1..caec625 100644
--- a/dev-ruby/hashery/hashery-2.1.2.ebuild
+++ b/dev-ruby/hashery/hashery-2.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaexpat/

2017-01-21 Thread Manuel Rüger
commit: ff09f78d5df7f15706ec64560df4cf5b697dd644
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:28:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:28:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff09f78d

dev-lua/luaexpat: Remove old

Package-Manager: portage-2.3.3

 dev-lua/luaexpat/luaexpat-1.3.0.ebuild | 44 --
 1 file changed, 44 deletions(-)

diff --git a/dev-lua/luaexpat/luaexpat-1.3.0.ebuild 
b/dev-lua/luaexpat/luaexpat-1.3.0.ebuild
deleted file mode 100644
index 64445c8..
--- a/dev-lua/luaexpat/luaexpat-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit multilib toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="LuaExpat is a SAX XML parser based on the Expat library"
-HOMEPAGE="http://www.keplerproject.org/luaexpat/;
-SRC_URI="http://matthewwild.co.uk/projects/${PN}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/lua-5.1[deprecated]
-   dev-libs/expat"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_compile() {
-   append-flags -fPIC
-   emake \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   CC="$(tc-getCC)" \
-   LD="$(tc-getCC) -shared" \
-   LUA_LDIR="$(pkg-config --variable INSTALL_LMOD lua)" \
-   LUA_CDIR="$(pkg-config --variable INSTALL_CMOD lua)" \
-   LUA_INC="-I$(pkg-config --variable INSTALL_INC lua)"
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   LUA_LDIR="$(pkg-config --variable INSTALL_LMOD lua)" \
-   LUA_CDIR="$(pkg-config --variable INSTALL_CMOD lua)" \
-   LUA_INC="-I$(pkg-config --variable INSTALL_INC lua)" \
-   install
-   dodoc README
-   dohtml -r doc/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/files/, dev-lua/luasec/

2017-01-21 Thread Manuel Rüger
commit: ac84984704f1d960708b8043d576e45270ef9cbe
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:18:10 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:25:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac849847

dev-lua/luasec: Remove old

Package-Manager: portage-2.3.3

 dev-lua/luasec/Manifest|  3 --
 dev-lua/luasec/files/luasec-0.4_Makefile.patch | 17 --
 dev-lua/luasec/luasec-0.4.1.ebuild | 44 --
 dev-lua/luasec/luasec-0.4.1_p20130620.ebuild   | 37 --
 dev-lua/luasec/luasec-0.5.ebuild   | 39 ---
 5 files changed, 140 deletions(-)

diff --git a/dev-lua/luasec/Manifest b/dev-lua/luasec/Manifest
index 50d27e0..5aacd9f 100644
--- a/dev-lua/luasec/Manifest
+++ b/dev-lua/luasec/Manifest
@@ -1,5 +1,2 @@
-DIST luasec-0.4.1.tar.gz 28646 SHA256 
9a9ea9f23044d41be29aea3de1bd795118a29e7311ea4c55fe1f0bc1c74a448b SHA512 
bc934e952294ec45c9c8cfb70f68ebcd415b241d4af8dbf649016a7d14d7da5380d12cbf490560425235168f2c5abbbcd48192068a4e8e6bf523c92cfbf604d9
 WHIRLPOOL 
90ebad1e0f9fba88bbfe3832ef61cf1daab3cf3694bb0d4466772a24ad103f737737af93df77cc6aea04a98fb9ad0cdf0dcf6f2a09667643a8cabbd6030e7d49
-DIST luasec-0.4.1_p20130620.tar.gz 45297 SHA256 
8bb3e8c5c3a4980f027b7ab41d5a08a2d44834e4230bcb6a2638ba4a7a3dc53f SHA512 
914ae2adf7ce48c78d972ae5cbe2b52cbd42083cbe98063c36bd52af52b3bdec4cb389b8599928b2703436fc8eaf70de3212def0adaf936c7bbedf650f9c8c4e
 WHIRLPOOL 
7a7c8e43ae846a8351c39a1dbfaab091a9d12c197538413137c0de807da6d20b894155fd9ec1f4bdefd7090a7b7cdb7ef195165870a6b5addd1ad66ad7208d11
 DIST luasec-0.5.1.tar.gz 46820 SHA256 
6d5c5f8e0521f3194668d9a839774e079e2fd5c45b15538dc7b8cacc56719406 SHA512 
c7c92c79d0ec3e12b69f88d810a19397eaf570957d1f13b9695ee435cb6f0f9c31f5bc20a7252aac93d18eed98a5d3fc8a181cd85845a704e469055f215609a8
 WHIRLPOOL 
69bc39c8f91a0b4be9fbe9a6531e110cabb25b2f09a1588510a5e993d1f6da7f93154647b8265ee028f4dbc45f65febf0066c3bbb62a59fd3be2761fe5c70798
-DIST luasec-0.5.tar.gz 46738 SHA256 
6480598f7492ac479b6b608b5fb1488226bfa6ef675e29f6b24dbe9099083523 SHA512 
fcf88f2566952c4d12be95531991180a1f3bd60f7dda41997f93c80ccc8d9dfd44b00e3330a07e451489dc9cd0640f7841101c10867e270608187df78549fe2f
 WHIRLPOOL 
46d87a3ee3a6cf1413696c1dee0ea77913e6ffce94789e36f28ca5b2ec737cd1d2c81852c5b96958dcf53c22eee20d24102fb3ceea923692dbfb848b2fc52215
 DIST luasec-0.6.tar.gz 51071 SHA256 
cef3a35c18beb8a54d9c8ce6260a4cabbd9a386de8711320d084daffad0aed5d SHA512 
f7004a329153d0126a3ea27b4986e9d83fb8f2de9c5c2f0c96427c50cc42e1252c69fd8cc69e2e8d423745d2dbfdb5a781b609938f7f502c7aedeb99fd0778cd
 WHIRLPOOL 
4dc5a58adb1a1e38d1301bdd6f9fbb7e551d3b1f2e729d6e9c892ab75188628862369565d1f6699a405c6dc1e19fe448d029a8ca29b857318a3cd44f2da077d1

diff --git a/dev-lua/luasec/files/luasec-0.4_Makefile.patch 
b/dev-lua/luasec/files/luasec-0.4_Makefile.patch
deleted file mode 100644
index 02d5247..
--- a/dev-lua/luasec/files/luasec-0.4_Makefile.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 src/Makefile.old   2009-10-15 12:59:54.0 +
-+++ src/Makefile   2009-10-26 14:29:26.0 +
-@@ -33,10 +33,10 @@
- all:
- 
- install: $(CMOD) $(LMOD)
--  mkdir -p $(LUAPATH)/ssl
--  cp $(CMOD) $(LUACPATH)
--  cp $(LMOD) $(LUAPATH)
--  cp https.lua $(LUAPATH)/ssl
-+  mkdir -p $(DESTDIR)$(LUAPATH)/ssl $(DESTDIR)$(LUACPATH)
-+  cp $(CMOD) $(DESTDIR)$(LUACPATH)
-+  cp $(LMOD) $(DESTDIR)$(LUAPATH)
-+  cp https.lua $(DESTDIR)$(LUAPATH)/ssl
- 
- linux:
-   @$(MAKE) $(CMOD) MYCFLAGS="$(LNX_CFLAGS)" MYLDFLAGS="$(LNX_LDFLAGS)"

diff --git a/dev-lua/luasec/luasec-0.4.1.ebuild 
b/dev-lua/luasec/luasec-0.4.1.ebuild
deleted file mode 100644
index bb1ce8ea..
--- a/dev-lua/luasec/luasec-0.4.1.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=2
-
-inherit multilib toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="Lua binding for OpenSSL library to provide TLS/SSL communication"
-HOMEPAGE="http://www.inf.puc-rio.br/~brunoos/luasec/;
-SRC_URI="http://www.inf.puc-rio.br/~brunoos/luasec/download/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-lang/lua-5.1:0[deprecated]
-   dev-lua/luasocket
-   dev-libs/openssl:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   sed -i -e "s#^LUAPATH=.*#LUAPATH=$(pkg-config --variable INSTALL_LMOD 
lua)#" "${S}/Makefile"
-   sed -i -e "s#^LUACPATH=.*#LUACPATH=$(pkg-config --variable INSTALL_CMOD 
lua)#" "${S}/Makefile"
-   epatch "${FILESDIR}/${PN}-0.4_Makefile.patch"
-}
-
-src_compile() {
-   append-flags -fPIC
-   emake \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   CC="$(tc-getCC)" \
-   LD="$(tc-getCC) -shared" \
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/

2017-01-21 Thread Manuel Rüger
commit: a3c8ab66ac8e42381e7b3afc4ad4df38c8e49a9a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 01:27:12 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 01:27:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c8ab66

dev-lua/luasocket: Remove old

Package-Manager: portage-2.3.3

 dev-lua/luasocket/Manifest   |  1 -
 dev-lua/luasocket/luasocket-2.0.2.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/dev-lua/luasocket/Manifest b/dev-lua/luasocket/Manifest
index 5dfeba3..dca5531 100644
--- a/dev-lua/luasocket/Manifest
+++ b/dev-lua/luasocket/Manifest
@@ -1,2 +1 @@
-DIST luasocket-2.0.2.tar.gz 115443 SHA256 
4fd9c775cfd98841299851e29b30176caf289370fea1ff1e00bb67c2d6842ca6 SHA512 
3ea46dc96a4530def11c2c0ad34c9e2e9d2095b1b671ca7dd29c91953adcb22d621de3960f65045d15fd0a16b1c75c629c8cef1218281fd2d3373c76dc4759f3
 WHIRLPOOL 
34d68f1f7cbe2c56108d038af9f776c38917deb759398b13fc7f9b879505699a710f9a8c815e3f05a23d840777bebf84eddf8555edc5f948e26338a8f246c4c9
 DIST luasocket-3.0_rc1.tar.gz 328598 SHA256 
8b67d9b5b545e1b694753dab7bd6cdbc24c290f2b21ba1e14c77b32817ea1249 SHA512 
f6efce259aaacaa11472911471f8a13b118fe009b8953a82c6aa18b9ec829cd1293180904e56935cb130d36d267e3f27c91db2d78e03f7488f3e100571ed0540
 WHIRLPOOL 
31870d4450f0dffbf74669450188c0e491c916ec5b1df853ce8400987bc99528b730b5de9063183d9e75433af412ccacaa8c41ed9c34720f2c2f63c62c817923

diff --git a/dev-lua/luasocket/luasocket-2.0.2.ebuild 
b/dev-lua/luasocket/luasocket-2.0.2.ebuild
deleted file mode 100644
index 9d75d8c..
--- a/dev-lua/luasocket/luasocket-2.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit multilib toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="Networking support library for the Lua language"
-HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/;
-SRC_URI="http://luaforge.net/frs/download.php/2664/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/lua-5.1[deprecated]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   # Unix socket support is needed by app-crypt/ekeyd, but upstream
-   # does not seem to enable it by default.
-   epatch "${FILESDIR}"/${P}-unixsocket.patch
-}
-
-src_compile() {
-   # We append flags here to avoid editing the config file
-   use debug && append-flags -DLUASOCKET_DEBUG
-   append-flags -fPIC
-
-   emake \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   CC="$(tc-getCC)" \
-   LD="$(tc-getCC) -shared" \
-   || die
-}
-
-src_install() {
-   emake install \
-   INSTALL_TOP_SHARE="${D}/$(pkg-config --variable INSTALL_LMOD 
lua)" \
-   INSTALL_TOP_LIB="${D}/$(pkg-config --variable INSTALL_CMOD lua 
| sed -e "s:lib/:$(get_libdir)/:")" \
-   || die
-
-   dodoc NEW README || die
-   dohtml doc/* || die
-}



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

2017-01-21 Thread Davide Pesavento
commit: 6c60b60887fdc3469995f057ee0d473385d7d927
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Jan 22 01:18:49 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Jan 22 01:18:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c60b608

profiles: mask USE=qt5 for dev-python/qscintilla-python on ppc

 profiles/arch/powerpc/ppc32/package.use.mask| 4 
 profiles/default/linux/uclibc/ppc/package.use.mask  | 6 +-
 .../hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask| 6 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 130696c..6c1e119 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -4,6 +4,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Davide Pesavento  (21 Jan 2017)
+# Requires unkeyworded dev-python/PyQt5
+dev-python/qscintilla-python qt5
+
 # Andreas K. Hüttel  (13 Dec 2016)
 # Dropping ppc from sci-libs/armadillo, bug 555896
 sci-libs/gdal armadillo

diff --git a/profiles/default/linux/uclibc/ppc/package.use.mask 
b/profiles/default/linux/uclibc/ppc/package.use.mask
index 57d7ed2..cc8b946 100644
--- a/profiles/default/linux/uclibc/ppc/package.use.mask
+++ b/profiles/default/linux/uclibc/ppc/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Davide Pesavento  (21 Jan 2017)
+# Requires unkeyworded dev-python/PyQt5
+dev-python/qscintilla-python qt5
+
 dev-libs/libpcre cxx
 sys-libs/ncurses cxx
 

diff --git 
a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask 
b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask
index 6cf382b..0af3fcb 100644
--- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask
+++ b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Davide Pesavento  (21 Jan 2017)
+# Requires unkeyworded dev-python/PyQt5
+dev-python/qscintilla-python qt5
+
 # Kacper Kowalik  (25 Apr 2012)
 # Masking due to unsolved dependencies
 app-admin/puppet rrdtool



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

2017-01-21 Thread Davide Pesavento
commit: e14a1f3113b255569d7e51fe4d1659062e164c43
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Jan 22 01:21:11 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Jan 22 01:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14a1f31

dev-python/qscintilla-python: restore ppc keyword

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index 8c66719..d6170b8 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/

2017-01-21 Thread Göktürk Yüksek
commit: 16c95c9aceeb449a6f4067042a16f36acd2908e8
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Mon Jan  9 00:24:47 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jan 22 00:59:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c95c9a

app-doc/kicad-doc: Add 4.0.5 ebuild, move to EAPI6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-doc/kicad-doc/Manifest   |  1 +
 app-doc/kicad-doc/kicad-doc-4.0.5.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-doc/kicad-doc/Manifest b/app-doc/kicad-doc/Manifest
index f924e9f..0e819cd 100644
--- a/app-doc/kicad-doc/Manifest
+++ b/app-doc/kicad-doc/Manifest
@@ -1,2 +1,3 @@
 DIST kicad-doc-4.0.1.tar.gz 23365382 SHA256 
be8dc4bddb89869996956d3d1421584c5a8197282997902e22fda888a8d433bb SHA512 
ae57a9c29f3cd4b3d85d4b7d7bc940957c33b0e1c1404b82c8a9261695c0670866cb4a95ab7ad5c35b1faa6fbd3969f277467fa7d33e38e728a3dd9b65203021
 WHIRLPOOL 
d9834312a0a315bf1d5dca048999d5adcb2ee60c42a41d8266522ad6c0ca49ec7bad5c9bad322b6d73c41c9f24cb1f4088d6889c6a51abf4671271dd7ec8af9d
 DIST kicad-doc-4.0.4.tar.gz 33705865 SHA256 
5564217076641926a2523d4dc66e78810de2fe4b5bd4d2f0ba40a522203c4d27 SHA512 
97a45ebbd11ab7f92eff1409bc03512b7685fb4a85dd1d87675e92742cc6672a1332c5fe8d63577eba93ed976af1bb4acaa461dbada5e4695a161cefa82c9ff4
 WHIRLPOOL 
be03128787fc9461e9220845a42acd6d7a6bac5adfdc3106365e8c46e7bd185b6a25857b66c91d444a13a03184fb3a260d04d156768304bddb577ce8e776676a
+DIST kicad-doc-4.0.5.tar.gz 47074652 SHA256 
fa1dac9b491a0e4863fc6fffba1ad8a610ad8a8b5552885f76f73407ed5b740f SHA512 
2705d5cb92ba7ae5535bcefc89016fbbf6b7936b458b3ea06446177285fd4a2d93cbb54e042d9b1e8953ad3e9c56e817f5729af956a7b1435d53a7c085da1bdb
 WHIRLPOOL 
91bc796fd135006a48640c40937843400e7a7e41f2d4b6baf4dd4b2beea20704966d9e761d976d402607e0a9cb2a5f037173413c57c12d57afb0743eb7ab7828

diff --git a/app-doc/kicad-doc/kicad-doc-4.0.5.ebuild 
b/app-doc/kicad-doc/kicad-doc-4.0.5.ebuild
new file mode 100644
index ..4c8c02e
--- /dev/null
+++ b/app-doc/kicad-doc/kicad-doc-4.0.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Electronic Schematic and PCB design tools manuals"
+HOMEPAGE="http://www.kicad-pcb.org/;
+SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="html +pdf"
+LANGS="en fr it ja nl pl"
+for lang in ${LANGS}; do
+   LUSE+=" l10n_${lang}"
+done
+IUSE+=${LUSE}
+REQUIRED_USE="|| ( html pdf ) ^^ ( ${LUSE} )"
+unset lang
+unset LUSE
+
+DEPEND=">=app-text/asciidoc-8.6.9
+   app-text/dblatex
+   
app-text/texlive:=[l10n_en?,l10n_fr?,l10n_it?,l10n_ja?,l10n_nl?,l10n_pl?]
+   >=app-text/po4a-0.45
+   >=sys-devel/gettext-0.18
+   dev-util/source-highlight
+   dev-perl/Unicode-LineBreak
+   l10n_ja? ( media-fonts/vlgothic )"
+RDEPEND=""
+
+src_prepare() {
+   DOCPATH="KICAD_DOC_INSTALL_PATH share/doc/kicad"
+   sed "s|${DOCPATH}|${DOCPATH}-${PV}|g" -i CMakeLists.txt || die "sed 
failed"
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local formats=""
+   local doclang=""
+   local format lang
+
+   # construct format string
+   for format in html pdf; do
+   use ${format} && formats+="${format};"
+   done
+
+   # find out which language is requested
+   for lang in ${LANGS}; do
+   if use l10n_${lang}; then
+   if [[ -z ${doclang} ]]; then
+   doclang="${lang}"
+   else
+   ewarn "Only one single language can be 
enabled." \
+   "Using \"${doclang}\", ignoring 
\"${lang}\"."
+   fi
+   fi
+   done
+
+   local mycmakeargs=(
+   -DBUILD_FORMATS="${formats}"
+   -DSINGLE_LANGUAGE="${doclang}"
+   )
+   cmake-utils_src_configure
+}



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

2017-01-21 Thread Manuel Rüger
commit: c3274991d07ee95c1266dbf35ce70b46c70a1f2f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 00:56:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 00:56:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3274991

dev-ruby/asciidoctor: Add ruby23, drop ruby20, drop ~arm

Package-Manager: portage-2.3.3

 dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild | 44 
 1 file changed, 44 insertions(+)

diff --git a/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild 
b/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
new file mode 100644
index ..f66c7eb
--- /dev/null
+++ b/dev-ruby/asciidoctor/asciidoctor-1.5.5-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="test features"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Processor for converting AsciiDoc into HTML 5, DocBook 4.5 and 
other formats"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-util/cucumber
+   dev-ruby/rspec-expectations:*
+   dev-ruby/asciimath
+   dev-ruby/coderay
+   dev-ruby/erubis
+   dev-ruby/haml
+   dev-ruby/nokogiri
+   dev-ruby/slim
+   dev-ruby/tilt )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/asciidoctor.1
+}



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

2017-01-21 Thread Manuel Rüger
commit: bf90255ad7cc4e4a5fb4f6202e423fd9f3171090
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 00:43:19 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 00:43:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf90255a

dev-ruby/wikicloth: Add ruby23, drop ruby20

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild 
b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild
index a47e422..c60f14b 100644
--- a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild
+++ b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README README.textile"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/wikicloth/, dev-ruby/wikicloth/files/

2017-01-21 Thread Manuel Rüger
commit: afc0fa15411677a5f8e98dfa7cbf78735626c014
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 22 00:46:32 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 22 00:46:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc0fa15

dev-ruby/wikicloth: Apply patch to fix tests (partially)

Package-Manager: portage-2.3.3

 .../files/wikicloth-0.8.3-fix-tests.patch  | 68 ++
 dev-ruby/wikicloth/wikicloth-0.8.3.ebuild  |  2 +
 2 files changed, 70 insertions(+)

diff --git a/dev-ruby/wikicloth/files/wikicloth-0.8.3-fix-tests.patch 
b/dev-ruby/wikicloth/files/wikicloth-0.8.3-fix-tests.patch
new file mode 100644
index ..b50752a
--- /dev/null
+++ b/dev-ruby/wikicloth/files/wikicloth-0.8.3-fix-tests.patch
@@ -0,0 +1,68 @@
+From 5c84028cadb36e7e2a220c7ab05398722c6d0e84 Mon Sep 17 00:00:00 2001
+From: Per Andersson 
+Date: Sat, 10 Oct 2015 22:33:58 +0200
+Subject: [PATCH 1/2] Update output assert in autolinking pre statement
+
+The  tag doesn't keep html entities.
+---
+ test/wiki_cloth_test.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/wiki_cloth_test.rb b/test/wiki_cloth_test.rb
+index 2f0481a..483cecf 100644
+--- a/test/wiki_cloth_test.rb
 b/test/wiki_cloth_test.rb
+@@ -58,7 +58,7 @@ class WikiClothTest < Test::Unit::TestCase
+   test "autolinking keeps html entities intact" do
+ wiki = WikiCloth::Parser.new(:data => "  
 https://github.com/repo/README.md  ")
+ data = wiki.to_html
+-assert_equal "\n   https://github.com/repo/README.md\;>https://github.com/repo/README.md
  ", data
++assert_equal "\n amp 
lt https://github.com/repo/README.md\;>https://github.com/repo/README.md
  ", data
+   end
+ 
+   test "image url override" do
+
+From a7eccc2970b0f1b1973881fe139b1f2cb51af2eb Mon Sep 17 00:00:00 2001
+From: Per Andersson 
+Date: Sat, 10 Oct 2015 22:40:25 +0200
+Subject: [PATCH 2/2] Update output for table of content tests
+
+Newlines seems to have been removed from HTML output for TOC.
+
+* empty item in toc
+* toc declared as list
+* toc numbered
+---
+ test/wiki_cloth_test.rb | 8 +---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/test/wiki_cloth_test.rb b/test/wiki_cloth_test.rb
+index 483cecf..198295c 100644
+--- a/test/wiki_cloth_test.rb
 b/test/wiki_cloth_test.rb
+@@ -446,7 +446,7 @@ class WikiClothTest < Test::Unit::TestCase
+   test "empty item in toc" do
+ wiki = WikiCloth::WikiCloth.new({:data => "__TOC__\n=A="})
+ data = wiki.render
+-assert data.include?("\nTable of 
Contents\nA\n")
++assert data.include?('Table of 
ContentsA')
+   end
+ 
+   test "pre at beginning" do
+@@ -458,12 +458,14 @@ class WikiClothTest < Test::Unit::TestCase
+   test "toc declared as list" do
+ wiki = WikiCloth::WikiCloth.new({:data => "__TOC__\n=A=\n==B==\n===C==="})
+ data = wiki.render
+-assert data.include?("\nTable of 
Contents\n\nA\nBC\n\n\n")
++puts data
++assert data.include?('Table of 
ContentsABC')
+   end
+ 
+   test "toc numbered" do
+ wiki = WikiCloth::WikiCloth.new({:data => 
"=A=\n=B=\n==C==\n==D==\n===E===\n===F===\nG\nH\n==I==\n=J=\n=K=\n===L===\n===M===\nN\nO"})
+ data = wiki.render(:noedit => true, :toc_numbered => true)
+-assert data.include?("\nTable of 
Contents\n\n1 A\n\n2 B\n2.1 C\n\n2.2 D\n2.2.1 E\n\n2.2.2 F\n2.2.2.1 G\n2.2.2.2 H\n\n\n\n\n2.3 I\n\n\n3 
J\n\n4 K\n4.1 
L\n\n4.2 M\n4.2.1 
N\n4.2.2 
O\n\n\n\n\n\n")
++assert data.include?('Table of 
Contents1 A2 
B2.1 C2.2 D2.2.1 E2.2.2 F2.2.2.1 G2.2.2.2 H2.3 I3 J4 
K4.1 L4.2 
M4.2.1 N4.2.2 
O')
++
+   end
+ end

diff --git a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild 
b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild
index c60f14b..faf183d 100644
--- a/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild
+++ b/dev-ruby/wikicloth/wikicloth-0.8.3.ebuild
@@ -19,6 +19,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
+RUBY_PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )
+
 ruby_add_rdepend "dev-ruby/builder:*
dev-ruby/expression_parser
dev-ruby/htmlentities



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

2017-01-21 Thread Lars Wendler
commit: 762049d5a2ff59532a3917e639c2699c30b69f4b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jan 22 00:18:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 22 00:18:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762049d5

media-gfx/mypaint: Bump to version 1.2.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/mypaint/mypaint-1.2.1.ebuild | 89 ++
 1 file changed, 89 insertions(+)

diff --git a/media-gfx/mypaint/mypaint-1.2.1.ebuild 
b/media-gfx/mypaint/mypaint-1.2.1.ebuild
new file mode 100644
index ..b88de18
--- /dev/null
+++ b/media-gfx/mypaint/mypaint-1.2.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit fdo-mime gnome2-utils multilib scons-utils toolchain-funcs 
python-single-r1
+
+DESCRIPTION="fast and easy graphics application for digital painters"
+HOMEPAGE="http://mypaint.org/;
+SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk 
zh_CN zh_TW"
+for x in ${LANGS}; do
+   IUSE+="linguas_${x} "
+done
+
+RDEPEND="
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   >=dev-python/pycairo-1.4[${PYTHON_USEDEP}]
+   dev-libs/protobuf[python,${PYTHON_USEDEP}]
+   >=dev-libs/json-c-0.11:=
+   media-libs/lcms:2
+   >=media-libs/libmypaint-1.3.0
+   media-libs/libpng:0=
+   gnome-base/librsvg
+   ${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+   dev-lang/swig
+   virtual/pkgconfig"
+
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # multilib support
+   sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" \
+   SConstruct SConscript || die
+}
+
+src_compile() {
+   #workaround scons bug with locales. Bug #352700
+   export LANG="en_US.UTF-8"
+   tc-export CC CXX
+   escons
+}
+
+src_install () {
+   escons prefix="${D}/usr" install
+   newicon pixmaps/${PN}_logo.png ${PN}.png
+   for x in ${LANGS}; do
+   if ! has ${x} ${LINGUAS}; then
+   rm -rf "${ED}"/usr/share/locale/${x} || die
+   fi
+   done
+
+   python_optimize "${D}"usr/share/${PN}
+   # not used and broken
+   rm -r "${ED}"/usr/{include/,lib/libmypaint.a,lib/pkgconfig/} || die
+   # already provided by system-libmypaint
+   rm "${ED}"/usr/share/locale/*/LC_MESSAGES/libmypaint* || die
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/, media-libs/libmypaint/

2017-01-21 Thread Lars Wendler
commit: dfb47abac5677162a891c20873f4f523b56994e5
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 23:48:15 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 22 00:14:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb47aba

media-libs/libmypaint: Bump to version 1.3.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/mypaint/Manifest|  1 +
 media-libs/libmypaint/Manifest|  1 +
 media-libs/libmypaint/libmypaint-1.3.0.ebuild | 59 +++
 3 files changed, 61 insertions(+)

diff --git a/media-gfx/mypaint/Manifest b/media-gfx/mypaint/Manifest
index e993409..7a3f7e9 100644
--- a/media-gfx/mypaint/Manifest
+++ b/media-gfx/mypaint/Manifest
@@ -1,2 +1,3 @@
 DIST mypaint-1.1.0.tar.bz2 37416388 SHA256 
780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838 SHA512 
a3eef378ddcaa0a33f9afc49cc587489ecfff6f3e46e2238aab83f89d682f2407e2760e6029eaac3591f0a8955c95280c12839adcb42ec452cefbcdb142ab9b9
 WHIRLPOOL 
bfd7356ad393dd85b91ccc010b5d0be23a6d82a33866edade0ef6eb739a1cbdb6823d7bffbdc943f96cdac9059abb7ac1edacf31d4ac2cd3871444594e23557a
 DIST mypaint-1.2.0.tar.xz 37895196 SHA256 
cdab33dd0c146cf678c97bcdd44e561f97a0aec40421b8c6785a74b33b9728e2 SHA512 
b4e75393cf6ed9b0c3c5a96979607c848d463987e3ac0f711738940ba97be6922e0cce735c56f91261bfce3e0730d69393dd57a45b3b04824c63c74cf1306790
 WHIRLPOOL 
aee266e09258cbf23bf1fc8e78f0d717ecf5a2a1c03898193901b24e38266922d575744a01f4a31aa4fe6da566d05f246b16cad690d21f40a9ff90ad1596cc49
+DIST mypaint-1.2.1.tar.xz 37897196 SHA256 
ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7 SHA512 
1783765e495b9535669a83a29d27ba684e6201fdfe0875bdd2c167b1dab8af05993b19025767fe0b2770ed9e578e4709f75d8a4820ac945812cba85609f9eb9b
 WHIRLPOOL 
5af6ec271d7844c45f3af0bca8dbc7ae4ff46416fd43a7760ccc4bc79af415e993107d9ee9cb9fadc4c5feea3d55917f6c0c8052134f4642694706d4606b9586

diff --git a/media-libs/libmypaint/Manifest b/media-libs/libmypaint/Manifest
index bf753e8..1f51ab5 100644
--- a/media-libs/libmypaint/Manifest
+++ b/media-libs/libmypaint/Manifest
@@ -1 +1,2 @@
 DIST libmypaint-1.3.0-beta.1.tar.xz 421424 SHA256 
d39138b21b9057376138e64f09f4c4741a14a7baed71d6f0ba9bc2504d69f9ee SHA512 
ae98ec8947d521749d82bc1e683efcace2da7e3c8b8453e79e5191d65225f0963394344628d646947f79b141503d268277d26ce2eeaf482bbe24f1bfb1d103fa
 WHIRLPOOL 
af50526090b0613d3eca89dd8a6773f93889d2b966263e1497c8008bf2ef73c491559ddb5c14a3bfa9c4d407755780b4a9d54a2f6a572eedf2a9415d6ce4ef45
+DIST libmypaint-1.3.0.tar.xz 438160 SHA256 
6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671 SHA512 
553eeb3439ffd0c013e33254a16334242583b8bab76d1a3e937f3ed1d7e05a832c6eb26acd7220dce20c6a7d997c32afe828202ce48e25a5fe57b67efd853fcf
 WHIRLPOOL 
ea0abb1e0a57d430d1b3aaa0701ef577dc529b6aa3ae3423dc924bcd59aaba06a98c1d2b26279d545049ce74f9bb00f2f7e62533e8ac45ea3cf4dd109fec

diff --git a/media-libs/libmypaint/libmypaint-1.3.0.ebuild 
b/media-libs/libmypaint/libmypaint-1.3.0.ebuild
new file mode 100644
index ..e1c204c
--- /dev/null
+++ b/media-libs/libmypaint/libmypaint-1.3.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-any-r1 xdg-utils toolchain-funcs
+
+MY_PV=${PV/_beta/-beta.}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Library for making brushstrokes"
+HOMEPAGE="https://github.com/mypaint/libmypaint;
+SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_P}.tar.xz;
+
+LICENSE="ISC"
+SLOT="0/0"  # first soname component for subslot
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="gegl introspection nls openmp"
+
+CDEPEND="
+   dev-libs/glib:2
+   dev-libs/json-c
+   gegl? (
+   media-libs/babl
+   media-libs/gegl:0.3[introspection?]
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1.32 )
+   openmp? ( sys-devel/gcc:*[openmp] )
+   nls? ( sys-devel/gettext )
+   "
+DEPEND="${CDEPEND}
+   ${PYTHON_DEPS}
+   nls? ( dev-util/intltool )
+   "
+RDEPEND="${CDEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: app-backup/dar/

2017-01-21 Thread Lars Wendler
commit: adff8e999f59c5dd33e75d97cd56db8f709c28f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 23:25:04 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 21 23:28:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adff8e99

app-backup/dar: Bump to versions 2.4.24 and 2.5.9

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/dar/Manifest  |  2 +
 app-backup/dar/dar-2.4.24.ebuild | 69 
 app-backup/dar/dar-2.5.9.ebuild  | 97 
 3 files changed, 168 insertions(+)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index c49fcd9..511de3b 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,4 +1,6 @@
 DIST dar-2.4.20.tar.gz 1804634 SHA256 
f0f66108692de8b27e76b1832d9013d9d1dbf45d2f5c222dde3c6f1b308d SHA512 
1ed2e43df05082c01f6a53aa8c1c7328cb27fc3d84115d3f4a07de943fc814b614155f673464cd1a455e3b8c21e30f95da03ed9f72883b58ae005e3696de8143
 WHIRLPOOL 
b3ce8c59efe2f9f988133613b73fe1ec14af39746e7c5fff0c83fa2146218fad3e912f586e9b677af809696105fa9d72dc35122ec3b3ca3ad63b2cdd75fce954
 DIST dar-2.4.23.tar.gz 1819248 SHA256 
2338b5bdd17168db10aed75a2cf6abb99e8058a4e67eba3bfaaec457c04725b1 SHA512 
c9c737f9310eb84aaf0743139b9bacc07dab853a6cc0572882f54a80b6e15aac41af6151b6ca38db61b131fdb05d5cd0e9e6269cdf5bdd3698ce0df754a152c8
 WHIRLPOOL 
35a6e80d7f0dfa8dd7f5385c33ee0ee375f284223a0f268c1eb3a77f8ef2f222a7ae8a5e2d78e60ff5b2d59d9aa106f0b14449e61d3166564a8ca23cfbf3e5e4
+DIST dar-2.4.24.tar.gz 1820097 SHA256 
cb9f0935f4aa1c10daaceef3fbcf165ca73524fd6ce50948cb91e926080825f0 SHA512 
3e5fbaaac7ab8e25776d20c11accba94c30abcbc898e7700e9faa98dee94995e742a9481740f2d286149a198ce661d876d2737fed85f1a2555073436175c5f10
 WHIRLPOOL 
659ac04d22c4781595863b22372755a357f060ab7325623d54e7d258aa3670c026a884775444c2cea232fc3a0410d6c85c06a5f56a14cc39022c72237fe6
 DIST dar-2.5.7.tar.gz 1881075 SHA256 
f4fa3b5d8d38a299e4463dbf77e104c572be669838e16a3d507dce7173d1561d SHA512 
b8b81e31c63713fbacb79a1da17c5b2be4506e44b64667fe32ffbd5e5720798c7d34b000a6c78cb3ae482c77da00bd0f4169827c030b441a93861171dc73e98a
 WHIRLPOOL 
5ef24ef7c4913474e5c6746e821f6d979fee118e1757a228742b444155998a280fccb32d108c777d1cf01904a9b38a07850e9d35bff43626217accee611f2f31
 DIST dar-2.5.8.tar.gz 1882127 SHA256 
4f2968bb6f769ccfc4db880db4e3bd5596565b4674fa92000d2a17c7bdd4e825 SHA512 
4cb2305173b4ae0ecd6649f69356c2e2972e67ae526a2ab03a2980ea57b1827a351f79ca44171f2869cfd488b907204d03cc45ade7e790d775d49967b27a
 WHIRLPOOL 
32a8cec804fc0e03389dabdf00ad15661e49d84612a350aeda7920991d106023ee655104ce54dbbdf76197b963abc83df29788279faa11ff6314874cfdd7c783
+DIST dar-2.5.9.tar.gz 1886232 SHA256 
6973614afa970d095719bf43d91855c450d0fa5dcf0a45b580055625500ba92e SHA512 
ee7b9180fb5f937b3fdd9a2f615dfecc66bd0c39f95e067ac55fa6c6f038e5abbe8ec8ab639e3eb51dd2cc7e4221a42fb5e783ed2039e0deabaa75e6f93abdac
 WHIRLPOOL 
f0eef9ef3b44860b5693414e5de62becec1195099697ffe424d2ee805b7d2bffa03710d1e95ef49922334ccb708b46e62f7cafa612c74abaaa667a4244212ba3

diff --git a/app-backup/dar/dar-2.4.24.ebuild b/app-backup/dar/dar-2.4.24.ebuild
new file mode 100644
index ..c925e3f0
--- /dev/null
+++ b/app-backup/dar/dar-2.4.24.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="A full featured backup tool, aimed for disks 
(floppy,CDR(W),DVDR(W),zip,jazz etc.)"
+HOMEPAGE="http://dar.linux.free.fr/;
+SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+IUSE="acl dar32 dar64 doc gcrypt lzo nls static static-libs"
+
+RESTRICT="test" # need to be run as root
+
+RDEPEND=">=sys-libs/zlib-1.2.3:=
+   !static? ( app-arch/bzip2:= )
+   acl? ( !static? ( sys-apps/attr:= ) )
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   lzo? ( !static? ( dev-libs/lzo:= ) )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   static? ( app-arch/bzip2[static-libs] )
+   static? ( sys-libs/zlib[static-libs] )
+   acl? ( static? ( sys-apps/attr[static-libs] ) )
+   lzo? ( static? ( dev-libs/lzo[static-libs] ) )
+   nls? ( sys-devel/gettext )
+   doc? ( app-doc/doxygen )"
+
+REQUIRED_USE="?? ( dar32 dar64 )"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
+
+src_configure() {
+   local myconf="--disable-upx"
+
+   # Bug 103741
+   filter-flags -fomit-frame-pointer
+
+   use acl || myconf="${myconf} --disable-ea-support"
+   use dar32 && myconf="${myconf} --enable-mode=32"
+   use dar64 && myconf="${myconf} --enable-mode=64"
+   use doc || myconf="${myconf} --disable-build-html"
+   # use examples && myconf="${myconf} --enable-examples"
+   use gcrypt || myconf="${myconf} --disable-libgcrypt-linking"
+   use lzo || myconf="${myconf} --disable-liblzo2-linking"
+   use nls || 

[gentoo-commits] repo/gentoo:master commit in: app-backup/dar/

2017-01-21 Thread Lars Wendler
commit: 7051717463ce0c4900e0a0e6f5c0e37b0b0e7870
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 23:25:48 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 21 23:28:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70517174

app-backup/dar: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/dar/Manifest |  1 -
 app-backup/dar/dar-2.5.7.ebuild | 96 -
 2 files changed, 97 deletions(-)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 511de3b..7ddeefe 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,6 +1,5 @@
 DIST dar-2.4.20.tar.gz 1804634 SHA256 
f0f66108692de8b27e76b1832d9013d9d1dbf45d2f5c222dde3c6f1b308d SHA512 
1ed2e43df05082c01f6a53aa8c1c7328cb27fc3d84115d3f4a07de943fc814b614155f673464cd1a455e3b8c21e30f95da03ed9f72883b58ae005e3696de8143
 WHIRLPOOL 
b3ce8c59efe2f9f988133613b73fe1ec14af39746e7c5fff0c83fa2146218fad3e912f586e9b677af809696105fa9d72dc35122ec3b3ca3ad63b2cdd75fce954
 DIST dar-2.4.23.tar.gz 1819248 SHA256 
2338b5bdd17168db10aed75a2cf6abb99e8058a4e67eba3bfaaec457c04725b1 SHA512 
c9c737f9310eb84aaf0743139b9bacc07dab853a6cc0572882f54a80b6e15aac41af6151b6ca38db61b131fdb05d5cd0e9e6269cdf5bdd3698ce0df754a152c8
 WHIRLPOOL 
35a6e80d7f0dfa8dd7f5385c33ee0ee375f284223a0f268c1eb3a77f8ef2f222a7ae8a5e2d78e60ff5b2d59d9aa106f0b14449e61d3166564a8ca23cfbf3e5e4
 DIST dar-2.4.24.tar.gz 1820097 SHA256 
cb9f0935f4aa1c10daaceef3fbcf165ca73524fd6ce50948cb91e926080825f0 SHA512 
3e5fbaaac7ab8e25776d20c11accba94c30abcbc898e7700e9faa98dee94995e742a9481740f2d286149a198ce661d876d2737fed85f1a2555073436175c5f10
 WHIRLPOOL 
659ac04d22c4781595863b22372755a357f060ab7325623d54e7d258aa3670c026a884775444c2cea232fc3a0410d6c85c06a5f56a14cc39022c72237fe6
-DIST dar-2.5.7.tar.gz 1881075 SHA256 
f4fa3b5d8d38a299e4463dbf77e104c572be669838e16a3d507dce7173d1561d SHA512 
b8b81e31c63713fbacb79a1da17c5b2be4506e44b64667fe32ffbd5e5720798c7d34b000a6c78cb3ae482c77da00bd0f4169827c030b441a93861171dc73e98a
 WHIRLPOOL 
5ef24ef7c4913474e5c6746e821f6d979fee118e1757a228742b444155998a280fccb32d108c777d1cf01904a9b38a07850e9d35bff43626217accee611f2f31
 DIST dar-2.5.8.tar.gz 1882127 SHA256 
4f2968bb6f769ccfc4db880db4e3bd5596565b4674fa92000d2a17c7bdd4e825 SHA512 
4cb2305173b4ae0ecd6649f69356c2e2972e67ae526a2ab03a2980ea57b1827a351f79ca44171f2869cfd488b907204d03cc45ade7e790d775d49967b27a
 WHIRLPOOL 
32a8cec804fc0e03389dabdf00ad15661e49d84612a350aeda7920991d106023ee655104ce54dbbdf76197b963abc83df29788279faa11ff6314874cfdd7c783
 DIST dar-2.5.9.tar.gz 1886232 SHA256 
6973614afa970d095719bf43d91855c450d0fa5dcf0a45b580055625500ba92e SHA512 
ee7b9180fb5f937b3fdd9a2f615dfecc66bd0c39f95e067ac55fa6c6f038e5abbe8ec8ab639e3eb51dd2cc7e4221a42fb5e783ed2039e0deabaa75e6f93abdac
 WHIRLPOOL 
f0eef9ef3b44860b5693414e5de62becec1195099697ffe424d2ee805b7d2bffa03710d1e95ef49922334ccb708b46e62f7cafa612c74abaaa667a4244212ba3

diff --git a/app-backup/dar/dar-2.5.7.ebuild b/app-backup/dar/dar-2.5.7.ebuild
deleted file mode 100644
index 6986739..
--- a/app-backup/dar/dar-2.5.7.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit confutils flag-o-matic
-
-DESCRIPTION="A full featured backup tool, aimed for disks 
(floppy,CDR(W),DVDR(W),zip,jazz etc.)"
-HOMEPAGE="http://dar.linux.free.fr/;
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
-IUSE="dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr"
-
-RESTRICT="test" # need to be run as root
-
-RDEPEND=">=sys-libs/zlib-1.2.3:=
-   !static? (
-   app-arch/bzip2:=
-   app-arch/xz-utils:=
-   sys-libs/libcap
-   gcrypt? ( dev-libs/libgcrypt:0= )
-   gpg? ( app-crypt/gpgme )
-   xattr? ( sys-apps/attr:= )
-   )
-   lzo? ( !static? ( dev-libs/lzo:= ) )
-   nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
-   static? (
-   app-arch/bzip2[static-libs]
-   app-arch/xz-utils[static-libs]
-   sys-libs/libcap[static-libs]
-   sys-libs/zlib[static-libs]
-   gcrypt? ( dev-libs/libgcrypt:0=[static-libs] )
-   gpg? (
-   app-crypt/gpgme[static-libs]
-   dev-libs/libassuan[static-libs]
-   dev-libs/libgpg-error[static-libs]
-   )
-   lzo? ( dev-libs/lzo[static-libs] )
-   xattr? ( sys-apps/attr[static-libs] )
-   )
-   nls? ( sys-devel/gettext )
-   doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="?? ( dar32 dar64 )
-   gpg? ( gcrypt )"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-#PATCHES=(
-#)
-
-src_configure() {
-   local myconf=( --disable-upx )
-
-   # Bug 103741

[gentoo-commits] repo/gentoo:master commit in: app-office/auto-multiple-choice/

2017-01-21 Thread Andreas Hüttel
commit: 8b853a018d4bb6434176a2d55ee6ac991fb7aff7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jan 21 23:16:20 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jan 21 23:16:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b853a01

app-office/auto-multiple-choice: Add missing runtime dependency

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild 
b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild
index bbb3615..a4afc30 100644
--- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild
+++ b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild
@@ -28,6 +28,7 @@ DEPEND="${CDEPEND}
 "
 RDEPEND="${CDEPEND}
dev-lang/perl:=
+   dev-perl/Glib-Object-Introspection
dev-perl/gtk2-perl
dev-perl/Gtk2-Notify
media-gfx/imagemagick



[gentoo-commits] proj/betagarden:master commit in: x11-misc/tickeys/, x11-misc/tickeys/files/

2017-01-21 Thread Sebastian Pipping
commit: 67e53e29c5d84db4011790c64133c31a04c2c6a3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Jan 21 23:01:54 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Jan 21 23:02:41 2017 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=67e53e29

x11-misc/tickeys: 0.2.5

 .../tickeys/files/tickeys-0.2.5-requirements.patch | 55 ++
 x11-misc/tickeys/tickeys-0.2.5.ebuild  | 40 
 2 files changed, 95 insertions(+)

diff --git a/x11-misc/tickeys/files/tickeys-0.2.5-requirements.patch 
b/x11-misc/tickeys/files/tickeys-0.2.5-requirements.patch
new file mode 100644
index 000..7fbd9ce
--- /dev/null
+++ b/x11-misc/tickeys/files/tickeys-0.2.5-requirements.patch
@@ -0,0 +1,55 @@
+From 33206db44b2692d2b3368e06ce7e8fbac39bec1d Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Sat, 21 Jan 2017 23:58:35 +0100
+Subject: [PATCH] Fix requirements
+
+---
+ setup.py  | 4 ++--
+ tickeys.egg-info/requires.txt | 4 ++--
+ tickeys/requirements.txt  | 8 
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 2a392d3..0c3eb22 100644
+--- a/setup.py
 b/setup.py
+@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
+ from tickeys import __version__, __author__, __email__
+ 
+ requirements = [
+-'cython==0.20.2',
+-'kivy==1.9.0',
++'cython>=0.20.2',
++'kivy>=1.9.0',
+ 'evdev',
+ 'notify2',
+ ]
+diff --git a/tickeys.egg-info/requires.txt b/tickeys.egg-info/requires.txt
+index efe4460..53ee1a4 100644
+--- a/tickeys.egg-info/requires.txt
 b/tickeys.egg-info/requires.txt
+@@ -1,4 +1,4 @@
+-cython==0.20.2
+-kivy==1.9.0
++cython>=0.20.2
++kivy>=1.9.0
+ evdev
+ notify2
+diff --git a/tickeys/requirements.txt b/tickeys/requirements.txt
+index 0751092..e150717 100644
+--- a/tickeys/requirements.txt
 b/tickeys/requirements.txt
+@@ -1,5 +1,5 @@
+-cython==0.20.2
++cython>=0.20.2
+ evdev
+-kivy==1.9.0
+-pyinstaller==3.0
+-notify2
+\ No newline at end of file
++kivy>=1.9.0
++pyinstaller>=3.0
++notify2
+-- 
+2.11.0
+

diff --git a/x11-misc/tickeys/tickeys-0.2.5.ebuild 
b/x11-misc/tickeys/tickeys-0.2.5.ebuild
new file mode 100644
index 000..7013a03
--- /dev/null
+++ b/x11-misc/tickeys/tickeys-0.2.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Instant audio feedback when typing."
+HOMEPAGE="https://github.com/BillBillBillBill/Tickeys-linux;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/Kivy[${PYTHON_USEDEP}]
+   dev-python/kivy-garden[${PYTHON_USEDEP}]
+   dev-python/notify2[${PYTHON_USEDEP}]
+   dev-python/pygame[${PYTHON_USEDEP}]
+   dev-python/python-evdev[${PYTHON_USEDEP}]
+   "
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-requirements.patch
+}
+
+src_compile() {
+   # https://github.com/BillBillBillBill/Tickeys-linux/issues/14
+   rm /tmp/tickeys.log  # or we still get sandbox errors
+   addpredict /tmp/tickeys.log
+
+   distutils-r1_src_compile
+}



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

2017-01-21 Thread Patrice Clement
commit: d3a2a5ab2474b5fc98d7889fc9515664735c25d1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jan 21 23:01:24 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 23:01:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a2a5ab

app-admin/yadm: make -> emake.

Package-Manager: portage-2.3.0

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

diff --git a/app-admin/yadm/yadm-1.06.ebuild b/app-admin/yadm/yadm-1.06.ebuild
index 05ed234..4461c36 100644
--- a/app-admin/yadm/yadm-1.06.ebuild
+++ b/app-admin/yadm/yadm-1.06.ebuild
@@ -24,7 +24,7 @@ RDEPEND="dev-vcs/git
app-crypt/gnupg"
 
 src_compile() {
-   make yadm.md
+   emake yadm.md
 }
 
 src_test() {



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

2017-01-21 Thread Andreas Sturmlechner
commit: 9a8097d6d636b2301c546a0e4948769a2283fe14
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 21 22:27:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 21 22:27:45 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a8097d6

kde-apps/marble: Add subslot operator for shapelib RDEPEND

Package-Manager: portage-2.3.0

 kde-apps/marble/marble-16.12.49..ebuild | 2 +-
 kde-apps/marble/marble-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/marble/marble-16.12.49..ebuild 
b/kde-apps/marble/marble-16.12.49..ebuild
index 470ce28..bd43caa 100644
--- a/kde-apps/marble/marble-16.12.49..ebuild
+++ b/kde-apps/marble/marble-16.12.49..ebuild
@@ -46,7 +46,7 @@ RDEPEND="
)
phonon? ( media-libs/phonon[qt5] )
positioning? ( $(add_qt_dep qtpositioning) )
-   shapefile? ( sci-libs/shapelib )
+   shapefile? ( sci-libs/shapelib:= )
webkit? ( $(add_qt_dep qtwebkit) )
 "
 DEPEND="${RDEPEND}

diff --git a/kde-apps/marble/marble-.ebuild 
b/kde-apps/marble/marble-.ebuild
index 470ce28..bd43caa 100644
--- a/kde-apps/marble/marble-.ebuild
+++ b/kde-apps/marble/marble-.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
)
phonon? ( media-libs/phonon[qt5] )
positioning? ( $(add_qt_dep qtpositioning) )
-   shapefile? ( sci-libs/shapelib )
+   shapefile? ( sci-libs/shapelib:= )
webkit? ( $(add_qt_dep qtwebkit) )
 "
 DEPEND="${RDEPEND}



[gentoo-commits] data/gentoo-news:master commit in: 2017-01-21-python-exec-2-3-reclaims-python-symlinks/

2017-01-21 Thread Michał Górny
commit: 2bd05c8055f43cc31f662695e3af89b10926d15d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 22:18:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 22:18:19 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=2bd05c80

News item wrt python-exec 2.3 symlinks

 ...python-exec-2-3-reclaims-python-symlinks.en.txt | 39 ++
 ...on-exec-2-3-reclaims-python-symlinks.en.txt.asc | 18 ++
 2 files changed, 57 insertions(+)

diff --git 
a/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt
 
b/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt
new file mode 100644
index 000..4f535e0
--- /dev/null
+++ 
b/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt
@@ -0,0 +1,39 @@
+Title: python-exec 2.3 reclaims python* symlinks
+Author: Michał Górny 
+Content-Type: text/plain
+Posted: 2017-01-21
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: https://wiki.gentoo.org/wiki/Project:Python/python-exec

diff --git 
a/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt.asc
 
b/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt.asc
new file mode 100644
index 000..a041e8a
--- /dev/null
+++ 
b/2017-01-21-python-exec-2-3-reclaims-python-symlinks/2017-01-21-python-exec-2-3-reclaims-python-symlinks.en.txt.asc
@@ -0,0 +1,18 @@
+-BEGIN PGP SIGNATURE-
+
+iQKTBAABCgB9FiEEbbsHzE8NrQbqCv5BsHoa6u+0Rk4FAliD3g5fFIAALgAo
+aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDZE
+QkIwN0NDNEYwREFEMDZFQTBBRkU0MUIwN0ExQUVBRUZCNDQ2NEUACgkQsHoa6u+0
+Rk7J9hAAggsYc0w3OCq3l8eY6MDvupNce18BecS8hBF7sXuYvD5cqGBzXm4GIqWN
+0s4t/GJH2aH2so7l3YSbwwfyUZxlPWv75EoqTfr+SH1hQrxs0nQ0krLX0PxHS2S5
+zXvYCiU8htaEgRKbSwiWGo+9m0J93PjPf7u2o+LjLksr0Y3VGEsUGH3uNw6h+aWU
+5cUMPyZzEjG8jp6rDcpEblGVG2Wn2muYclcSdnh7oY+Bfyij93SrWQ4vAXH/Xcdt
+VuyUQXk4od1YiBSJGpZgQoU5l0v9E8zNtzMDqvlxHzw6o0khqXFMOH7aG6fxiEhA
+4ddN/+SjwoQVWqVIzLnyrTdKiwSRDWYzudKCqktDCqaE9A4o4Pnr6fQhdqGn90J8
+oicGBAdRkUogLFuNy1EWpKGV32nmh9OZ1QxKdWcPQJoVOVBiKYCdBRFtmZn+rIjP
+zmHI1vaTVNpQldH9gaG1Sa5t83wt9ISlYjstAvrprP60bLxCfg7tjcwA5qBBDdts
+FjqYbxEgPdxSwaL4EnvOys+4CbJm1LwWn91wGYtNtqatqmOBRtFbIP3n/3WHkaq+
+h3H548z9KqmqgnkeT74KLDNK454xEKEUT9yBIjpcZnyxXX8taVuNnsO8swDzH3xF
+wa4ttuQfnbrsJVr7AYXUiCRijP4vy8PYDJmCZYhI3SKJMGXLgKg=
+=jtP2
+-END PGP SIGNATURE-



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

2017-01-21 Thread Davide Pesavento
commit: 39fcd2b4d15740d9c951fd1d53033cb44b415da6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 21 22:15:01 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jan 21 22:18:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fcd2b4

profiles/arch/alpha/use.mask: delete duplicate qt5 mask

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

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 6ecd8ad..21d66d1 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -3,7 +3,7 @@
 # $Id$
 
 # Tobias Klausmann  (07 Jun 2016)
-# We currently do not ave the resources to AT qt5 packages.
+# We currently do not have the resources to AT qt5 packages.
 # This may change when/if qt4 goes away.
 qt5
 
@@ -210,7 +210,3 @@ redis
 
 # sys-libs/libseccomp has not been ported to this arch yet #524148
 seccomp
-
-# Ben de Groot  (01 Feb 2015)
-# please remove when keyworded
-qt5



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

2017-01-21 Thread Patrice Clement
commit: 6fdcb2f2e2bd6d9a5d1067241f1e67842ac13704
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jan 21 22:11:11 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 22:11:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdcb2f2

app-misc/calendar: use insinto/doins instead of cp and clear error.

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

Package-Manager: portage-2.3.0

 app-misc/calendar/calendar-0.9.1-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild 
b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index f320572..f21f5c2 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -22,8 +22,13 @@ src_compile() {
 }
 
 src_install() {
-   cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
dobin "${PN}"
doman "${PN}.1"
+
+   insinto "/usr/share"
+   doins -r "${PN}s"
+
+   mv "${D}/usr/share/${PN}s" "${D}/usr/share/${PN}" || die
+
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/, net-analyzer/linkchecker/, dev-vcs/tortoisehg/, ...

2017-01-21 Thread Davide Pesavento
commit: 94c379bcbe5c40707197f209da31547e4e3702eb
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 21 22:07:04 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jan 21 22:07:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c379bc

dev-python/qscintilla-python: support building against Qt5/PyQt5

Gentoo-Bug: 541604

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../qscintilla-python-2.9.2-r1.ebuild  |  2 +-
 4.ebuild => qscintilla-python-2.9.4-r1.ebuild} | 40 +++---
 .../qscintilla-python-2.9.4.ebuild |  2 +-
 dev-util/eric/eric-16.12.ebuild|  4 +--
 dev-util/eric/eric-17.01.ebuild|  2 +-
 dev-vcs/hgview/hgview-1.9.0.ebuild |  4 +--
 dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild |  2 +-
 dev-vcs/tortoisehg/tortoisehg-3.9.2.ebuild |  4 +--
 dev-vcs/tortoisehg/tortoisehg-4.0.1.ebuild |  4 +--
 dev-vcs/tortoisehg/tortoisehg-4.0.ebuild   |  4 +--
 dev-vcs/tortoisehg/tortoisehg-.ebuild  |  4 +--
 net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild |  4 +--
 net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild |  2 +-
 net-analyzer/linkchecker/linkchecker-.ebuild   |  4 +--
 sci-geosciences/qgis/qgis-2.14.5-r1.ebuild |  4 +--
 sci-geosciences/qgis/qgis-2.18.2-r1.ebuild |  4 +--
 sci-geosciences/qgis/qgis-2.18.2-r2.ebuild |  2 +-
 sci-geosciences/qgis/qgis-2.18.2-r3.ebuild |  2 +-
 sci-geosciences/qgis/qgis-2.18.3.ebuild|  2 +-
 19 files changed, 55 insertions(+), 41 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
index b1671d7..02e9309 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
@@ -53,7 +53,7 @@ src_configure() {
"${myconf[@]}" || die
 
# Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
+   eqmake4 -recursive
}
python_foreach_impl run_in_build_dir configuration
 }

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
similarity index 61%
copy from dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
copy to dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index 444c588..8c66719 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -15,21 +15,33 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+IUSE="debug +qt4 qt5"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   ^^ ( qt4 qt5 )
+"
 
 DEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
+   ~x11-libs/qscintilla-${PV}:=[qt4(-)?,qt5(+)?]
+   qt4? (
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
 "
 RDEPEND="${DEPEND}"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 S=${WORKDIR}/${MY_P}/Python
 
 src_prepare() {
@@ -38,22 +50,24 @@ src_prepare() {
 }
 
 src_configure() {
+   local my_qt_ver=$(usex qt5 5 4)
+
configuration() {
local myconf=(
"${PYTHON}"
configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
+   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
+   --destdir="$(python_get_sitedir)"/PyQt${my_qt_ver}
--sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
+   --pyqt=PyQt${my_qt_ver}
$(usex debug '--debug --trace' '')
--verbose
)
echo "${myconf[@]}"
"${myconf[@]}" || die
 
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake${my_qt_ver} -recursive
}
python_foreach_impl run_in_build_dir configuration
 }

diff 

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

2017-01-21 Thread Agostino Sarubbo
commit: 2d9b6c3b035bba336fece5b57a05df82d5a6068d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9b6c3b

app-text/dvipsk: x86 stable wrt bug #432144

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

 app-text/dvipsk/dvipsk-5.995_p20150521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild 
b/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild
index f14af77..67ce427 100644
--- a/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild
+++ b/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild
@@ -29,7 +29,7 @@ SRC_URI="${SRC_URI} ) "
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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 source"
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pstricks/

2017-01-21 Thread Agostino Sarubbo
commit: 932c5fd088777697c38a7f6a395596b1e66accda
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932c5fd0

dev-texlive/texlive-pstricks: x86 stable wrt bug #432144

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

 dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild
index 77654ee..9376240 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 public-domain "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 >=dev-texlive/texlive-genericrecommended-2015



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pictures/

2017-01-21 Thread Agostino Sarubbo
commit: 397a9f15697dbb8b25d111db7c4518cbc72294bb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397a9f15

dev-texlive/texlive-pictures: x86 stable wrt bug #432144

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

 dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild
index 3eddc33..8c07835 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild
@@ -52,7 +52,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !

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

2017-01-21 Thread Agostino Sarubbo
commit: 0f92b0ff195a0db3ab6221b2b3d30a57bddbcd74
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:46 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f92b0ff

app-text/ps2pkm: x86 stable wrt bug #432144

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

 app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild 
b/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
index 4ad33ba..fa56ac8 100644
--- a/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



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

2017-01-21 Thread Agostino Sarubbo
commit: 3eea234b717bf2ed35e865877c7d183708718976
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eea234b

dev-libs/ptexenc: x86 stable wrt bug #432144

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

 dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild 
b/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild
index c7e9f54..870b73f 100644
--- a/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild
+++ b/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE="iconv static-libs"
 
 DEPEND="iconv? ( virtual/libiconv )



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-mathextra/

2017-01-21 Thread Agostino Sarubbo
commit: 2a7b3df4f4d286fdff7d3ca66b892ca36653ac3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7b3df4

dev-texlive/texlive-mathextra: x86 stable wrt bug #432144

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

 dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild 
b/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild
index 5247185..cef5eef 100644
--- a/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild
+++ b/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Mathematics packages"
 
 LICENSE=" BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-fontsrecommended-2015
 >=dev-texlive/texlive-latex-2015



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-metapost/

2017-01-21 Thread Agostino Sarubbo
commit: 8251092a45f513c2dd490e74be7b92b2c35e4879
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8251092a

dev-texlive/texlive-metapost: x86 stable wrt bug #432144

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

 dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild 
b/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild
index a0605d5..158a225 100644
--- a/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild
+++ b/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive MetaPost and Metafont packages"
 
 LICENSE=" BSD GPL-1 GPL-2 LGPL-2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-music/

2017-01-21 Thread Agostino Sarubbo
commit: 3bf96fbf3cd39d4c3b03a102d677f11d69f3abbe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf96fbf

dev-texlive/texlive-music: x86 stable wrt bug #432144

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

 dev-texlive/texlive-music/texlive-music-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-music/texlive-music-2015.ebuild 
b/dev-texlive/texlive-music/texlive-music-2015.ebuild
index 93bee0a..ad19f03 100644
--- a/dev-texlive/texlive-music/texlive-music-2015.ebuild
+++ b/dev-texlive/texlive-music/texlive-music-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Music packages"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2.1 LPPL-1.2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !

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

2017-01-21 Thread Agostino Sarubbo
commit: 37928a15e39365613f11dce8d0c397b4d083f99f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37928a15

dev-libs/kpathsea: x86 stable wrt bug #432144

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

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index 4268474..a1023f7 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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 source static-libs"
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-xetex/

2017-01-21 Thread Agostino Sarubbo
commit: 610237b23a2d3571b0f08c284966d14fbdb5f6cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610237b2

dev-texlive/texlive-xetex: x86 stable wrt bug #432144

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

 dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
index 6369d91..cebcb47 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 OFL public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !=app-text/texlive-core-2007*



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langspanish/

2017-01-21 Thread Agostino Sarubbo
commit: 412784ce7e7ecb9c495d79b4dce5b92915824ccc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412784ce

dev-texlive/texlive-langspanish: x86 stable wrt bug #432144

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

 dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild 
b/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild
index bb58d1d..948be01 100644
--- a/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild
+++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Spanish"
 
 LICENSE=" GPL-2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !dev-texlive/texlive-documentation-spanish



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtexu/

2017-01-21 Thread Agostino Sarubbo
commit: a328ec3ec2bbc7adfe55e3d3fef433aada1b86af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a328ec3e

dev-tex/bibtexu: x86 stable wrt bug #432144

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

 dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild 
b/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild
index 961979f..c932bf3 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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 source"
 
 RDEPEND=">=dev-libs/kpathsea-6.2.1:=



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/

2017-01-21 Thread Agostino Sarubbo
commit: 06db5ac7037afe92c596e0244b0653adfed734cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06db5ac7

dev-texlive/texlive-latexextra: x86 stable wrt bug #432144

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index ac4a4e4..563b564 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-01-21 Thread Agostino Sarubbo
commit: 953483ecc62552f5f7c2660197b8c3c87a4adeb6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:53:09 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953483ec

app-text/texlive-core: x86 stable wrt bug #432144

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

 app-text/texlive-core/texlive-core-2015-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/texlive-core/texlive-core-2015-r1.ebuild 
b/app-text/texlive-core/texlive-core-2015-r1.ebuild
index ddaaa4e..eb06103 100644
--- a/app-text/texlive-core/texlive-core-2015-r1.ebuild
+++ b/app-text/texlive-core/texlive-core-2015-r1.ebuild
@@ -69,7 +69,7 @@ for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
 done
 SRC_URI="${SRC_URI} )"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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="cjk X doc source tk +luajittex xetex"
 
 TEXMF_PATH=/usr/share/texmf-dist



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-science/

2017-01-21 Thread Agostino Sarubbo
commit: 0eec3cbb4613a0232601ad414e434fe878b2615a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eec3cbb

dev-texlive/texlive-science: x86 stable wrt bug #432144

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

 dev-texlive/texlive-science/texlive-science-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-science/texlive-science-2015.ebuild 
b/dev-texlive/texlive-science/texlive-science-2015.ebuild
index 6dfe317..f52d694 100644
--- a/dev-texlive/texlive-science/texlive-science-2015.ebuild
+++ b/dev-texlive/texlive-science/texlive-science-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Natural and computer sciences"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !dev-tex/SIunits



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

2017-01-21 Thread Agostino Sarubbo
commit: afaea6f14e94065e0663485de8a98206abade19e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:53:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaea6f1

app-text/xdvik: x86 stable wrt bug #432144

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

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

diff --git a/app-text/xdvik/xdvik-22.87.03.ebuild 
b/app-text/xdvik/xdvik-22.87.03.ebuild
index 87813fd..e793263 100644
--- a/app-text/xdvik/xdvik-22.87.03.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="DVI previewer for X Window System"
 HOMEPAGE="http://xdvi.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-luatex/

2017-01-21 Thread Agostino Sarubbo
commit: 5852e1c9beda0ce6e33535b2174421ce853788f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5852e1c9

dev-texlive/texlive-luatex: x86 stable wrt bug #432144

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

 dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild 
b/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild
index 4586c72..1908d44 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LuaTeX packages"
 
 LICENSE=" BSD FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 "



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

2017-01-21 Thread Agostino Sarubbo
commit: 39b5e506fa650cd8606ab21ae8da45654f03c56c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:53:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b5e506

app-text/teckit: x86 stable wrt bug #432144

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

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

diff --git a/app-text/teckit/teckit-2.5.6.ebuild 
b/app-text/teckit/teckit-2.5.6.ebuild
index 4493ba7..44a23ad 100644
--- a/app-text/teckit/teckit-2.5.6.ebuild
+++ b/app-text/teckit/teckit-2.5.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/silnrsi/teckit/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( CPL-0.5 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: dev-tex/tex4ht/

2017-01-21 Thread Agostino Sarubbo
commit: ef9deaf16604bf4718145c0d8e815b606afe411f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:53:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9deaf1

dev-tex/tex4ht: x86 stable wrt bug #432144

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

 dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild 
b/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
index 1827ebc..f26a876 100644
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/${MY_P}.tar.gz
mirror://gentoo/${PN}-texlive-${TL_TEX4HT_VER}.tar.xz"
 
 LICENSE="LPPL-1.2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 
 DEPEND=">=sys-apps/sed-4



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexrecommended/

2017-01-21 Thread Agostino Sarubbo
commit: 372b9f4bee5af293885b1fd2d1e67139dcb99b2f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372b9f4b

dev-texlive/texlive-latexrecommended: x86 stable wrt bug #432144

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

 .../texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild 
b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild
index d5ae238..a9f845d 100644
--- 
a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild
+++ 
b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX recommended packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !dev-tex/xkeyval



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-omega/

2017-01-21 Thread Agostino Sarubbo
commit: a1e8590c980faea659792c303670ef94d6b67134
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e8590c

dev-texlive/texlive-omega: x86 stable wrt bug #432144

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

 dev-texlive/texlive-omega/texlive-omega-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-omega/texlive-omega-2015.ebuild 
b/dev-texlive/texlive-omega/texlive-omega-2015.ebuild
index 3e4b148..32057a4 100644
--- a/dev-texlive/texlive-omega/texlive-omega-2015.ebuild
+++ b/dev-texlive/texlive-omega/texlive-omega-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Omega packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 >=dev-texlive/texlive-latex-2015



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-publishers/

2017-01-21 Thread Agostino Sarubbo
commit: 690f8af5e33b60008d11ae216cd694a9a87b0a78
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690f8af5

dev-texlive/texlive-publishers: x86 stable wrt bug #432144

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

 dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild
index 00d140f..9a8d797 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latex/

2017-01-21 Thread Agostino Sarubbo
commit: 54b43f0518aa5cd836d5086ac6edeec33624c821
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b43f05

dev-texlive/texlive-latex: x86 stable wrt bug #432144

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

 dev-texlive/texlive-latex/texlive-latex-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latex/texlive-latex-2015.ebuild 
b/dev-texlive/texlive-latex/texlive-latex-2015.ebuild
index de8e3eb..2680bc5 100644
--- a/dev-texlive/texlive-latex/texlive-latex-2015.ebuild
+++ b/dev-texlive/texlive-latex/texlive-latex-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX fundamental packages"
 
 LICENSE=" GPL-2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-plainextra/

2017-01-21 Thread Agostino Sarubbo
commit: 61f65b016af21ea26db3381f28aa0d2037a55323
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f65b01

dev-texlive/texlive-plainextra: x86 stable wrt bug #432144

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

 dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild 
b/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild
index f90a3e1..ac0c5a2 100644
--- a/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild
+++ b/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Plain TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !

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

2017-01-21 Thread Agostino Sarubbo
commit: 210b45f7ecee6bed6efa2a07abad910e31adbf29
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:53:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210b45f7

app-text/ttf2pk2: x86 stable wrt bug #432144

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

 app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
index 589ecc8..c6d580a 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



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

2017-01-21 Thread Pacho Ramos
commit: 36c1407344fa5661d35051ce4cd10c33d986fdea
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 21 21:50:14 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 21 21:50:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c14073

dev-python/pyatspi: This only needs to be stable on amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild 
b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
index 8c0ea76..a06111a 100644
--- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild
+++ b/dev-python/pyatspi/pyatspi-2.20.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility;
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE="LGPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="" # test
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2017-01-21 Thread Agostino Sarubbo
commit: a22bf295f5ae1382eb3041f373bd183ea964e549
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:41:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:41:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22bf295

app-text/ttf2pk2: amd64 stable wrt bug #432144

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

 app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
index 77d1938..589ecc8 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20150521.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pstricks/

2017-01-21 Thread Agostino Sarubbo
commit: 6ba57ae43bdb0d98a5937cacf1280142356b0cfe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba57ae4

dev-texlive/texlive-pstricks: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild
index 0115d1b..77654ee 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 public-domain "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 >=dev-texlive/texlive-genericrecommended-2015



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-xetex/

2017-01-21 Thread Agostino Sarubbo
commit: a55b43eb881aa65448c5764154f900e1399da3d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55b43eb

dev-texlive/texlive-xetex: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
index 342a315..6369d91 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 OFL public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !=app-text/texlive-core-2007*



[gentoo-commits] repo/gentoo:master commit in: dev-tex/bibtexu/

2017-01-21 Thread Agostino Sarubbo
commit: e313971e52f211af72947ab25a153ac046b3daf4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e313971e

dev-tex/bibtexu: amd64 stable wrt bug #432144

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

 dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild 
b/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild
index bcf6302..961979f 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20150521.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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 source"
 
 RDEPEND=">=dev-libs/kpathsea-6.2.1:=



[gentoo-commits] repo/gentoo:master commit in: dev-tex/tex4ht/

2017-01-21 Thread Agostino Sarubbo
commit: f9595d422a0c5e1ccc069444f26219b9275407ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:41:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:41:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9595d42

dev-tex/tex4ht: amd64 stable wrt bug #432144

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

 dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild 
b/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
index 63a916d..1827ebc 100644
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ 
SRC_URI="http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/${MY_P}.tar.gz
mirror://gentoo/${PN}-texlive-${TL_TEX4HT_VER}.tar.xz"
 
 LICENSE="LPPL-1.2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 
 DEPEND=">=sys-apps/sed-4



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

2017-01-21 Thread Agostino Sarubbo
commit: 6b32eac1cefae448f1625be5bd3805e47e4dfe31
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:41:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:41:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b32eac1

app-text/texlive-core: amd64 stable wrt bug #432144

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

 app-text/texlive-core/texlive-core-2015-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/texlive-core/texlive-core-2015-r1.ebuild 
b/app-text/texlive-core/texlive-core-2015-r1.ebuild
index 8b2d430..ddaaa4e 100644
--- a/app-text/texlive-core/texlive-core-2015-r1.ebuild
+++ b/app-text/texlive-core/texlive-core-2015-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -69,7 +69,7 @@ for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
 done
 SRC_URI="${SRC_URI} )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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="cjk X doc source tk +luajittex xetex"
 
 TEXMF_PATH=/usr/share/texmf-dist



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

2017-01-21 Thread Agostino Sarubbo
commit: 7af9d35ecad7c6b851dcdd7d8a17cf488a78a6a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af9d35e

dev-libs/ptexenc: amd64 stable wrt bug #432144

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

 dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild 
b/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild
index be1105a..c7e9f54 100644
--- a/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild
+++ b/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE="iconv static-libs"
 
 DEPEND="iconv? ( virtual/libiconv )



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-plainextra/

2017-01-21 Thread Agostino Sarubbo
commit: 7542842844351ec02a73b1c7fbea44e11c4da339
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75428428

dev-texlive/texlive-plainextra: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild 
b/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild
index 1a1ce02..f90a3e1 100644
--- a/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild
+++ b/dev-texlive/texlive-plainextra/texlive-plainextra-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Plain TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pictures/

2017-01-21 Thread Agostino Sarubbo
commit: 305679159ce8ba16c0f6d88fc87f25a27ece7596
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30567915

dev-texlive/texlive-pictures: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild
index 0991dec..3eddc33 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2015-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -52,7 +52,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-publishers/

2017-01-21 Thread Agostino Sarubbo
commit: f48624262c566fc27a37c83cefc68e043c9bc6c4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4862426

dev-texlive/texlive-publishers: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild
index f3e2021..00d140f 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !

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

2017-01-21 Thread Agostino Sarubbo
commit: a829c31e064f1f68e909e9ce33850ea82650054e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a829c31e

app-text/dvipsk: amd64 stable wrt bug #432144

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

 app-text/dvipsk/dvipsk-5.995_p20150521.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild 
b/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild
index c2febc0..f14af77 100644
--- a/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild
+++ b/app-text/dvipsk/dvipsk-5.995_p20150521.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ SRC_URI="${SRC_URI} ) "
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 source"
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-omega/

2017-01-21 Thread Agostino Sarubbo
commit: ab02cde3be5bd161706577979f04584eff1f7a7d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab02cde3

dev-texlive/texlive-omega: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-omega/texlive-omega-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-omega/texlive-omega-2015.ebuild 
b/dev-texlive/texlive-omega/texlive-omega-2015.ebuild
index 208d5d9..3e4b148 100644
--- a/dev-texlive/texlive-omega/texlive-omega-2015.ebuild
+++ b/dev-texlive/texlive-omega/texlive-omega-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Omega packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 >=dev-texlive/texlive-latex-2015



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

2017-01-21 Thread Agostino Sarubbo
commit: 8c2858027044604c6bde5ddb867cb3a572f84c9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:46 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c285802

app-text/ps2pkm: amd64 stable wrt bug #432144

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

 app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild 
b/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
index bf9e80c..4ad33ba 100644
--- a/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



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

2017-01-21 Thread Agostino Sarubbo
commit: 62f17131bb4336b8586f55170726bdcf57632775
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:41:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:41:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f17131

app-text/teckit: amd64 stable wrt bug #432144

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

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

diff --git a/app-text/teckit/teckit-2.5.6.ebuild 
b/app-text/teckit/teckit-2.5.6.ebuild
index 1f14072..4493ba7 100644
--- a/app-text/teckit/teckit-2.5.6.ebuild
+++ b/app-text/teckit/teckit-2.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/silnrsi/teckit/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( CPL-0.5 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/zlib



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

2017-01-21 Thread Agostino Sarubbo
commit: a06c09bf186ab22b83c94c2c2eaa697fdcee1554
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:41:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:41:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06c09bf

app-text/xdvik: amd64 stable wrt bug #432144

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

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

diff --git a/app-text/xdvik/xdvik-22.87.03.ebuild 
b/app-text/xdvik/xdvik-22.87.03.ebuild
index 65a63fa..87813fd 100644
--- a/app-text/xdvik/xdvik-22.87.03.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ DESCRIPTION="DVI previewer for X Window System"
 HOMEPAGE="http://xdvi.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-science/

2017-01-21 Thread Agostino Sarubbo
commit: 40171ce8e819bc76bac531e020c84bdcf82cb234
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40171ce8

dev-texlive/texlive-science: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-science/texlive-science-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-science/texlive-science-2015.ebuild 
b/dev-texlive/texlive-science/texlive-science-2015.ebuild
index 447429b..6dfe317 100644
--- a/dev-texlive/texlive-science/texlive-science-2015.ebuild
+++ b/dev-texlive/texlive-science/texlive-science-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Natural and computer sciences"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !dev-tex/SIunits



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-mathextra/

2017-01-21 Thread Agostino Sarubbo
commit: fb8b42fc1bdf839566063670a05e8dc479fca2d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8b42fc

dev-texlive/texlive-mathextra: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild 
b/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild
index 8e88ec3..5247185 100644
--- a/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild
+++ b/dev-texlive/texlive-mathextra/texlive-mathextra-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Mathematics packages"
 
 LICENSE=" BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-fontsrecommended-2015
 >=dev-texlive/texlive-latex-2015



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-metapost/

2017-01-21 Thread Agostino Sarubbo
commit: 3e3b97ae47659fcb73967a095c551278b2cc5c4c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:39 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3b97ae

dev-texlive/texlive-metapost: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild 
b/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild
index 9219c1c..a0605d5 100644
--- a/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild
+++ b/dev-texlive/texlive-metapost/texlive-metapost-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive MetaPost and Metafont packages"
 
 LICENSE=" BSD GPL-1 GPL-2 LGPL-2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/

2017-01-21 Thread Agostino Sarubbo
commit: 3fe3bd21489cbbb25ef8869b1df0162c714a5d22
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe3bd21

dev-texlive/texlive-latexextra: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index ded95ca..ac4a4e4 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2015
 >=dev-texlive/texlive-pictures-2015



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langspanish/

2017-01-21 Thread Agostino Sarubbo
commit: 0d50295102f6c1125e3621ed6932425d226a05a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:38:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:38:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d502951

dev-texlive/texlive-langspanish: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild 
b/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild
index 47bc1db..bb58d1d 100644
--- a/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild
+++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Spanish"
 
 LICENSE=" GPL-2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !dev-texlive/texlive-documentation-spanish



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

2017-01-21 Thread Agostino Sarubbo
commit: 8f6913c343364960049ec32bcdf070cc8e437123
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6913c3

dev-libs/kpathsea: amd64 stable wrt bug #432144

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

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index a678e17..4268474 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~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 source static-libs"
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-music/

2017-01-21 Thread Agostino Sarubbo
commit: 33633c144a82d05784f5ed5b6ae31801ea27dcd3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33633c14

dev-texlive/texlive-music: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-music/texlive-music-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-music/texlive-music-2015.ebuild 
b/dev-texlive/texlive-music/texlive-music-2015.ebuild
index 99dbf4a..93bee0a 100644
--- a/dev-texlive/texlive-music/texlive-music-2015.ebuild
+++ b/dev-texlive/texlive-music/texlive-music-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive Music packages"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2.1 LPPL-1.2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-luatex/

2017-01-21 Thread Agostino Sarubbo
commit: 134b44b2f794a8f4947ff9e6317dbc4100a92be2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134b44b2

dev-texlive/texlive-luatex: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild 
b/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild
index 094b0c9..4586c72 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LuaTeX packages"
 
 LICENSE=" BSD FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 "



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexrecommended/

2017-01-21 Thread Agostino Sarubbo
commit: dc927e25f1df402158e86f6f022a05b7c2f0e2d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:16 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc927e25

dev-texlive/texlive-latexrecommended: amd64 stable wrt bug #432144

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

 .../texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild 
b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild
index b946392..d5ae238 100644
--- 
a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild
+++ 
b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2015-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX recommended packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2015
 !dev-tex/xkeyval



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latex/

2017-01-21 Thread Agostino Sarubbo
commit: 1aab75760ad605f4acc988a4baede4d47f8ca228
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aab7576

dev-texlive/texlive-latex: amd64 stable wrt bug #432144

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

 dev-texlive/texlive-latex/texlive-latex-2015.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latex/texlive-latex-2015.ebuild 
b/dev-texlive/texlive-latex/texlive-latex-2015.ebuild
index d6bdbb7..de8e3eb 100644
--- a/dev-texlive/texlive-latex/texlive-latex-2015.ebuild
+++ b/dev-texlive/texlive-latex/texlive-latex-2015.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX fundamental packages"
 
 LICENSE=" GPL-2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2015
 !

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

2017-01-21 Thread Patrice Clement
commit: 29e345642b6fb70052db4204d396745a493feb5f
Author: Espen Henriksen  henriksen  is>
AuthorDate: Fri Jan 13 22:21:58 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 21:19:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e34564

app-admin/yadm: version bump to 1.06.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3458

 app-admin/yadm/Manifest |  1 +
 app-admin/yadm/yadm-1.06.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-admin/yadm/Manifest b/app-admin/yadm/Manifest
index 375081c..79336e7 100644
--- a/app-admin/yadm/Manifest
+++ b/app-admin/yadm/Manifest
@@ -1,2 +1,3 @@
 DIST yadm-1.04.tar.gz 27391 SHA256 
a73aa51245866ce67aeb4322a62995ebbb13f29dc35508f486819dceb534968a SHA512 
f3f909118f29382c6cbae565de336c27fd7d159955a231ac22b0d25e25e50c4c3e1bdc68b1629920904ad9353ee8ce8f7e5c5e50d289984447815a685a4132c9
 WHIRLPOOL 
c74c2bfc89abb6955bb4e0d60b1cb0777c9f9ec43bc1919c130cd8470e44c090fba9003e473f4344ed92df23e399ea45ece6dafde80d575a8af491bb4c16b554
 DIST yadm-1.05.tar.gz 26554 SHA256 
2989b458f62cd08a65ee4f43e7ecf18f539b52d4bbb20c52b0ecff619f5e76cd SHA512 
74f215957038b38e056b9d5dccb03af11066627215c16171f2fb61c0f7bcc8c042784554f549224a2ba1847a9a8dea399237c3910bc978802e8a798b51f5074f
 WHIRLPOOL 
02e9992589b3ed0a6d4ba13ade1e54377361cb085bb7be93a750fb6f742c439febd5e18af49cfe25e6f55272cd52f013aba3ff7c929581f71b8512ed3daf7876
+DIST yadm-1.06.tar.gz 27842 SHA256 
1f7bfaf4dea088e247ab35c0f571d21ef41be21a6ca66a198878c018ac756f08 SHA512 
85941b233ce17fd6371a1b6b11027c65e7e0cc6a42d2674deb433e367b3666a8b7d69c0983d83b4b29797c6591c282a5a8ff890dcaff2f62ced98eb33b46a8ed
 WHIRLPOOL 
5eb85984f77417830c88658a7bddc5d035c2c5658481901dc8fc3babe2b89d0ba4983faa8b2ea47618a461ee57722740817594844e9d8d8872b8dc8c6c3b36e8

diff --git a/app-admin/yadm/yadm-1.06.ebuild b/app-admin/yadm/yadm-1.06.ebuild
new file mode 100644
index ..05ed234
--- /dev/null
+++ b/app-admin/yadm/yadm-1.06.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A dotfile manager for the config files in your home folder"
+HOMEPAGE="https://github.com/TheLocehiliosan/yadm/;
+SRC_URI="https://github.com/TheLocehiliosan/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DOCS=( CHANGES CONTRIBUTORS README.md )
+
+DEPEND="
+   test? (
+   dev-util/bats
+   dev-vcs/git
+   )"
+RDEPEND="dev-vcs/git
+   app-crypt/gnupg"
+
+src_compile() {
+   make yadm.md
+}
+
+src_test() {
+   # 109_accept_encryption tests are interactive, thus fail. Skip them
+   bats $(find test/ -type f -name '*.bats' -and -not -name 
'109_accept_encryption.bats') \
+   || die "Tests failed"
+}
+
+src_install() {
+   einstalldocs
+
+   dobin "${PN}"
+   doman "${PN}.1"
+}



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

2017-01-21 Thread Patrice Clement
commit: a372a9735867f4014e2c3e2ad6c940e2a20ec56d
Author: charIes17  arcor  de>
AuthorDate: Mon Jan 16 11:03:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 21:19:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a372a973

net-wireless/broadcom-sta: fix HOMEPAGE.

Trailing slash is causing 404. Also use https instead of http.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3499

 net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild 
b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
index 3d48529..f436323 100644
--- a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
+++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils linux-info linux-mod
 
 DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver"
-HOMEPAGE="http://www.broadcom.com/support/802.11/;
+HOMEPAGE="https://www.broadcom.com/support/802.11;
 
SRC_BASE="https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35;
 SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz )
amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz )



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

2017-01-21 Thread Patrice Clement
commit: 26c39ac169efe697438007b3a906af4a0d6cd1b3
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jan 18 18:17:15 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 21:19:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c39ac1

net-dns/ddclient: remove unused patch/files.

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

 .../files/ddclient-reasonable-security.patch   | 21 -
 net-dns/ddclient/files/ddclient.initd  | 52 --
 net-dns/ddclient/files/ddclient.initd-r1   | 44 --
 net-dns/ddclient/files/ddclient.initd-r2   | 44 --
 4 files changed, 161 deletions(-)

diff --git a/net-dns/ddclient/files/ddclient-reasonable-security.patch 
b/net-dns/ddclient/files/ddclient-reasonable-security.patch
deleted file mode 100644
index 9dc7930..
--- a/net-dns/ddclient/files/ddclient-reasonable-security.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 ddclient   2006-04-11 10:14:16.0 +0100
-+++ ddclient   2006-04-11 20:31:14.0 +0100
-@@ -776,15 +776,10 @@
-   # fatal("Cannot open file '%s'. ($!)", $file);
-   warning("Cannot open file '%s'. ($!)", $file);
- }
--# Check for only owner has any access to config file
-+# Guard against world-readability of config file
- my ($dev, $ino, $mode, @statrest) = stat(FD);
--if ($mode & 077) {  
--  if (-f FD && (chmod 0600, $file)) {
--  warning("file $file must be accessible only by its owner (fixed).");
--  } else {
--  # fatal("file $file must be accessible only by its owner.");
--  warning("file $file must be accessible only by its owner.");
--  }
-+if ($mode & 007) {
-+  fatal("Must not be world-accessible\nchange its permissions 
using e.g.\nchmod 640", $file);
- }
- 
- local $lineno   = 0;

diff --git a/net-dns/ddclient/files/ddclient.initd 
b/net-dns/ddclient/files/ddclient.initd
deleted file mode 100644
index 59aea5e..
--- a/net-dns/ddclient/files/ddclient.initd
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Default location if not specified in /etc/conf.d/ddclient
-PIDFILE=${PIDFILE:-/var/run/ddclient/ddclient.pid}
-
-depend() {
-   before cron
-   need net
-   use dns logger
-}
-
-checkconfig() {
-   local conf="/etc/ddclient/ddclient.conf"
-
-   if [ -e "${conf}" ] ; then
-   if [ -n "$(find /etc/ddclient -maxdepth 1 -name ddclient.conf 
-perm +0004)" ] ; then
-   eerror "${conf} must not be world-readable. Run e.g.:"
-   eerror "   chmod 640 ${conf}"
-   eerror "   chown root:ddclient ${conf}"
-   return 1
-   fi
-   else
-   eerror "/etc/ddclient/ddclient.conf is needed to run ddclient"
-   eerror "There is a sample file in /etc/ddclient/"
-   return 1
-   fi
-}
-
-start() {
-   checkconfig || return 1
-   ebegin "Starting ${SVCNAME}"
-   start-stop-daemon \
-   --start \
-   --chuid ddclient \
-   --exec /usr/sbin/ddclient \
-   --name ddclient \
-   --pidfile "${PIDFILE}" \
-   -- -pid="${PIDFILE}"
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping ${SVCNAME}"
-   start-stop-daemon \
-   --stop \
-   --signal USR1 \
-   --pidfile "${PIDFILE}"
-   eend $?
-}

diff --git a/net-dns/ddclient/files/ddclient.initd-r1 
b/net-dns/ddclient/files/ddclient.initd-r1
deleted file mode 100644
index cd78653..
--- a/net-dns/ddclient/files/ddclient.initd-r1
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Default location if not specified in /etc/conf.d/ddclient
-PIDFILE=${PIDFILE:-/var/run/ddclient/ddclient.pid}
-
-depend() {
-   before cron
-   need net
-   use dns logger squid
-}
-
-checkconfig() {
-   local conf="/etc/ddclient/ddclient.conf"
-
-   if [ -e "${conf}" ] ; then
-   if [ -n "$(find /etc/ddclient -maxdepth 1 -name ddclient.conf 
-perm -0044)" ] ; then
-   eerror "${conf} must not be world or group readable. 
Try:"
-   eerror "chmod 600 ${conf}"
-   eerror "chown ddclient:ddclient ${conf}"
-   return 1
-   fi
-   else
-   eerror "${conf} is needed to run ddclient"
-   eerror "There is a sample file in /etc/ddclient/"
-   return 1
-   fi
-}
-
-start() {
-   checkconfig || return 1
-   ebegin "Starting ${SVCNAME}"
-   

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

2017-01-21 Thread Patrice Clement
commit: 8ad8e928285b68606f7d9e4dcdfcba8092cb6e53
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jan 16 18:12:02 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jan 21 21:19:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad8e928

net-misc/vpncwatch: remove unused patches.

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

 .../vpncwatch/files/vpncwatch-1.7-Makefile.patch| 21 -
 net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch | 11 ---
 .../vpncwatch/files/vpncwatch-1.7-literal.patch | 11 ---
 3 files changed, 43 deletions(-)

diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch 
b/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch
deleted file mode 100644
index f32e538..
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-Makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 Makefile2008-02-04 09:44:34.0 +0100
-+++ Makefile.new2009-02-08 18:49:06.061291832 +0100
-@@ -10,7 +10,7 @@
- OBJS = vpncwatch.o proc.o net.o
- 
- CC ?= gcc
--CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
-+CFLAGS += -D_GNU_SOURCE
- 
- vpncwatch: $(OBJS)
-$(CC) $(CFLAGS) -o $@ $(OBJS)
-@@ -13,7 +13,7 @@
- CFLAGS = -D_GNU_SOURCE -O2 -Wall -Werror
- 
- vpncwatch: $(OBJS)
--  $(CC) $(CFLAGS) -o $@ $(OBJS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
- 
- .c.o:
-   $(CC) $(CFLAGS) -c -o $@ $<
-

diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch 
b/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch
deleted file mode 100644
index 91c3f5b..
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-gcc4.3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 vpncwatch.c.orig   2009-02-08 17:03:14.296036582 +0100
-+++ vpncwatch.c2009-02-08 17:02:56.932904474 +0100
-@@ -31,6 +31,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- 
- #include "vpncwatch.h"
-

diff --git a/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch 
b/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch
deleted file mode 100644
index 2944464..
--- a/net-misc/vpncwatch/files/vpncwatch-1.7-literal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 net.c  2008-02-04 09:28:51.0 +0100
-+++ net.c.new  2009-02-08 17:13:31.188241104 +0100
-@@ -53,7 +53,7 @@
- /* get the server address */
- if (inet_pton(AF_INET, chkhost, &(chksock.sin_addr.s_addr)) <= 0) {
- if ((host = gethostbyname(chkhost)) == NULL) {
--syslog(LOG_ERR, hstrerror(h_errno));
-+syslog(LOG_ERR, "%s", hstrerror(h_errno));
- return 0;
- }
- 



  1   2   3   4   >