[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/, mail-mta/exim/files/

2017-03-10 Thread Fabian Groffen
commit: 12942acaa4b53ec62de0112ecda4fb24e7386312
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Mar 11 07:58:35 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Mar 11 07:58:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12942aca

mail-mta/exim: remove bashisms from init-script, bug #612262

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-mta/exim/exim-4.89.ebuild |  2 +-
 mail-mta/exim/files/exim.rc10  | 47 ++
 2 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.89.ebuild b/mail-mta/exim/exim-4.89.ebuild
index 5a527a41b49..562c9d8ef25 100644
--- a/mail-mta/exim/exim-4.89.ebuild
+++ b/mail-mta/exim/exim-4.89.ebuild
@@ -490,7 +490,7 @@ src_install () {
insinto /etc/logrotate.d
newins "${FILESDIR}/exim.logrotate" exim
 
-   newinitd "${FILESDIR}"/exim.rc9 exim
+   newinitd "${FILESDIR}"/exim.rc10 exim
newconfd "${FILESDIR}"/exim.confd exim
 
systemd_dounit 
"${FILESDIR}"/{exim.service,exim.socket,exim-submission.socket}

diff --git a/mail-mta/exim/files/exim.rc10 b/mail-mta/exim/files/exim.rc10
new file mode 100644
index 000..c44dba16ce2
--- /dev/null
+++ b/mail-mta/exim/files/exim.rc10
@@ -0,0 +1,47 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+extra_started_commands="reload"
+
+depend() {
+   need logger
+   use antivirus net
+   provide mta
+}
+
+tidy_dbs() {
+   local spooldir=$(/usr/sbin/exim -C /etc/exim/${SVCNAME}.conf -bP -n 
spool_directory)
+   local db
+   local ret=0
+   ebegin "Tidying hints databases in ${spooldir}/db"
+   for db in "${spooldir}"/db/* ; do
+   case "${db}" in
+   *".lockfile"|*"*")  continue  ;;
+   esac
+   /usr/sbin/exim_tidydb ${TIDY_OPTS} "${spooldir}" ${db##*/} > 
/dev/null
+   : $((ret += $?))
+   done
+   eend ${ret}
+}
+
+start() {
+   # if you use multiple instances, make sure you set spool_directory
+   # in the configfile
+   tidy_dbs
+   ebegin "Starting ${SVCNAME}"
+   start-stop-daemon --start --exec /usr/sbin/exim --pidfile 
/run/${SVCNAME}.pid -- -C /etc/exim/${SVCNAME}.conf ${EXIM_OPTS:--bd -q15m}
+   eend $?
+}
+
+stop() {
+   ebegin "Stopping ${SVCNAME}"
+   start-stop-daemon --stop --pidfile /run/${SVCNAME}.pid --name exim
+   eend $?
+}
+
+reload() {
+   ebegin "Reloading ${SVCNAME}"
+   start-stop-daemon --signal HUP --pidfile /run/${SVCNAME}.pid --name exim
+   eend $?
+}



[gentoo-commits] proj/catalyst:pending commit in: doc/

2017-03-10 Thread Brian Dolbec
commit: 6ab48e3904ac008f7a2019fba0053c86bcefbb49
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Mar 11 07:55:50 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 07:55:50 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6ab48e39

doc/cataylst-config.5.txt: Update for the new variables

 doc/catalyst-config.5.txt | 52 ---
 1 file changed, 45 insertions(+), 7 deletions(-)

diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
index f778a80..727d0f9 100644
--- a/doc/catalyst-config.5.txt
+++ b/doc/catalyst-config.5.txt
@@ -24,12 +24,23 @@ and empty lines are interpreted as comments.  For example:
 
 -
 # /etc/catalyst/catalyst.conf
+
 digests="auto"
 contents="auto"
-distdir="/usr/portage/distfiles"
 envscript="/etc/catalyst/catalystrc"
 options="autoresume bindist kerncache pkgcache seedcache snapcache"
+
+# source repo settings
+distdir="/usr/portage/distfiles"
 portdir="/usr/portage"
+
+# target repo info
+repo_basedir="/usr"
+repo_name="portage"
+target_distdir="/usr/portage/distfiles"
+target_pkgdir="/usr/portage/packages"
+
+# other catalyst settings
 sharedir="/usr/share/catalyst"
 snapshot_cache="/var/tmp/catalyst/snapshot_cache"
 storedir="/var/tmp/catalyst"
@@ -72,10 +83,6 @@ Do `isoinfo -f -i FILE`.  'isoinfo-f' is the only option not 
chosen
 by the automatic algorithm.
 --
 
-*distdir*::
-Distfiles location.  `/usr/portage/distfiles` should work for most
-default installations.
-
 *envscript*::
 Environment script location, which allows users to set options such as
 HTTP proxies, `MAKEOPTS`, `GENTOO_MIRRORS`, or any other environment
@@ -140,9 +147,40 @@ break your cache.  The cache is unlinked before any empty 
or rm
 processing.
 --
 
+**repository settings*::
+*distdir*::
+Source distfiles location used in generation of the stages.  This is usually 
the
+hosts distfiles location.  `/usr/portage/distfiles` should work for most
+default installations, but it should be set to match your hosts configuration.
+
 *portdir*::
-Portage tree location.  `/usr/portage/` should work for most default
-installations.
+Source Gentoo tree location (primary repo). `/usr/portage/` should work for 
most
+default installations.
+
+*repo_basedir*::
+The target repository directory to contain the rimary repo (gentoo repo) and
+any overlays.  `/usr` is the historical location. But that is in the process of
+changing.  `/var/gentoo/repos` is an option.
+
+*repo_name*::
+The name of the main repository (ie: gentoo).  This has had a directory name
+of `portage` in the past.  But it has an internal name of `gentoo`, which is
+what its directory name should be.  This name is used in the snapshot name
+generated and also the directory name of the repository created with the
+snapshot target.  The new general rule is that the directory name and its
+internal repo_name value should be the same.
+
+*target_distdir*::
+This is the target distfiles directory location for the stage being created.
+This is important because this value will be stored in the stage's make.conf
+and will become the default location used if it is not edited by users.
+The default location is `/usr/portage/distfiles`.
+
+*target_pkgdir*::
+This is the target packages directory for storing binpkgs in the stage being
+built.  This location is stored in the make.conf of the stage being built.
+The default location for this has typically been `/usr/portage/packages`
+--
 
 *sharedir*::
 Catalyst runtime script location.  `/usr/share/catalyst` should work for



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

2017-03-10 Thread Hans de Graaff
commit: 9479677e2b053d5ffa14ce2e20e14f2fc219c625
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 11 06:54:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 11 07:01:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9479677e

dev-ruby/uglifier: add 3.1.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index e7d03d16b86..8d02d559e4e 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -2,3 +2,4 @@ DIST uglifier-2.7.2.gem 84480 SHA256 
9f05989ffbcdef532a58062443ab7107319dbec3b76
 DIST uglifier-3.0.4.tar.gz 94995 SHA256 
00e788927a26aceb374e2e60b83bf5c62969de58aa3cdb20bada9b5b51d73ccb SHA512 
97494f8a195d9a0f4050b08812b8a8fb04a1261b93e48193a1427ede98c50460f99be83cf1335ad5afd19f171e6edd050bfa11a7848059642a04749a385c8cbd
 WHIRLPOOL 
840105087300eb324e874c9818327c17a697649fe09bfa2b340f7d045c5d911eaf37cd22b425bedf216de647962c1a93f16729e2651da0ea9abe271c50ff1243
 DIST uglifier-3.1.1.tar.gz 98747 SHA256 
c82290a5e3a1eeb02f6394a88f79e2eabbe94478921a9cb7b052099097be SHA512 
6ad2c025ca99b32e46faea29fd0d044e420b1c0ca9b0082e4ec989465fb3d65c75c594f71b6122623ab9d695a8c1eef142fc8758e902b61ca3f921bcbf89d251
 WHIRLPOOL 
4bba4789ef125a52729d4c66d99099c583b81bdefea8b2e381562d4878c7a21cff478f66ec41bf07768d773c6bfd50225bb797cccaeb870635f5deac0c4ef944
 DIST uglifier-3.1.3.tar.gz 99621 SHA256 
264d63ebec4887ac4112b8128f32ef961ebe3f3abb5ffb85ea5aaffa34abad55 SHA512 
d4e1421bd672c3140f0319a2130d3c127d49a2784c72c51cfd6d46376dd6c821ddc7878229797d60b5e28b944501f319ca53a5b09fcbeadfe0a3b87bd32d2715
 WHIRLPOOL 
208ce940f729e7598e99dc9b091c7e98131cb4559a6f041be7328552da2beb3c32fb9e68c2567c6f8d914de49458c576b7e31ce40833cfd46c501bc64be755dc
+DIST uglifier-3.1.6.tar.gz 100853 SHA256 
5cec8a824d94f156f86f5aa1e18d4500909faae97b033a7f71c580f71bdac3e3 SHA512 
ef84b95ce22ec8d69f789ef6119c17f1c99374f5055c1234b6fcff0af8822cd265221f23cccf2a3f202f20179d1d33b06c2bb634af465c6093174073767b69b4
 WHIRLPOOL 
93202195f85c33f2560aeefab869c77232a316ab795f037f5dbc02fc8e215b270ea4d1d5776fb039ad94bb04245356a8ccbcd9991c4f4fa4c637287e677306ff

diff --git a/dev-ruby/uglifier/uglifier-3.1.6.ebuild 
b/dev-ruby/uglifier/uglifier-3.1.6.ebuild
new file mode 100644
index 000..b23fff6c2bd
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-3.1.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier;
+SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+}



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

2017-03-10 Thread Hans de Graaff
commit: c358043133c4e09f439db3fa692ea2e3fdaafd31
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 11 07:20:38 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 11 07:20:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3580431

dev-ruby/hiera: add 3.3.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/hiera/Manifest b/dev-ruby/hiera/Manifest
index 35d9343493a..09d684156d4 100644
--- a/dev-ruby/hiera/Manifest
+++ b/dev-ruby/hiera/Manifest
@@ -6,3 +6,4 @@ DIST hiera-3.2.0.gem 39936 SHA256 
39a5d7a14dafaf4745b1f660e7b78a80d2f2724ac89d46
 DIST hiera-3.2.1.gem 39936 SHA256 
8f64627cfccd1bb6bf12b17a98a04fef1b08fa716bc1c226e808b9328bbe2752 SHA512 
36fdb29b478c448f3a1b0dd6e90ed028bf7ae5ca0fe2e99aa899afa906d8c341baa65b6ea87861391f64ac65f8beedaa1dcd9da14901d47b66888ea5720d3899
 WHIRLPOOL 
b5baecb1b3c8e4a2f2807d36c1d544637b0cdf3c3524471790038413eb7f997735dab3a44b7b966f16d244cab3e63456445494a55085bb6458dddbdbcebb0e76
 DIST hiera-3.2.2.gem 40448 SHA256 
718f2794e5ba51dc63c576f01ac9edcf6bd577a50247ff79cd1e30641a9af38e SHA512 
5a341c47305592421945fee3ab3fbc2c39f3f847d1c45d9b6dc8cc90da8057c25b32abf127b667fc00071c1fa7809034a5dd1e640c49f4ba6c2ab3e5718753b1
 WHIRLPOOL 
925c8d1564912ca6b60b4b627742a94c4942ccce2fff4c6e9b93d46ab86064e9c476d811b78369ab93bdbd7f22b6e523157c5b2495f0aeab884e4e6b72b39dee
 DIST hiera-3.3.0.gem 40448 SHA256 
58ebf6e9d778e7d671f0e5ab381a80497d1e251770057c89fbb394cb42e3b2e9 SHA512 
ab546b25343e15955c6bb53d062d7ac342cca7064125c2b5b37f1019fd1d4864a08c564d96850257de761b007c935e207b1692260bb494c4cfd7789ef4d5197d
 WHIRLPOOL 
3bff0409fdb5cac5432f40c7a568ec0c0b9e6585139037185f88daf85a5073c07c6a0dfc3b790aeeb31c85a0df70fb557d9be9fed671398a022dffbb80013e0f
+DIST hiera-3.3.1.gem 40960 SHA256 
501b8188e9ac6ed4266742e4e47df185815cb7ed6023a121fbf97b2308c3394b SHA512 
c9032fa0d01f43b22b5d59fa9e8f3b6353b2a91b4ddba9aa6f7c8debfbd2b1089f0b471be5cd0f864025aabeb3f117dabab0a342ae9f659d6dfc13480f27a7a5
 WHIRLPOOL 
14e006dd17bdfaef9a8b1942e44f37346ad3cc01b1c4f291bb69a7515fd14f26f58d87e79125e85870d71be751f6a296c76e63331d47d25848e3aba5c936

diff --git a/dev-ruby/hiera/hiera-3.3.1.ebuild 
b/dev-ruby/hiera/hiera-3.3.1.ebuild
new file mode 100644
index 000..72878644a36
--- /dev/null
+++ b/dev-ruby/hiera/hiera-3.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple pluggable Hierarchical Database"
+HOMEPAGE="https://docs.puppet.com/hiera/latest/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~hppa ~x86"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha )"
+
+ruby_add_rdepend "dev-ruby/deep_merge"



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

2017-03-10 Thread Hans de Graaff
commit: 1e9bb48116bf3f3f0785aca180ab57f968542f83
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 11 06:48:56 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 11 07:01:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9bb481

dev-ruby/moneta: add 1.0.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/moneta/Manifest b/dev-ruby/moneta/Manifest
index 1a798353ecb..46f216ef06a 100644
--- a/dev-ruby/moneta/Manifest
+++ b/dev-ruby/moneta/Manifest
@@ -1 +1,2 @@
 DIST moneta-0.8.1.tar.gz 173986 SHA256 
b25e30f12df7284ca97f835494f1caef9370a62f801422057b658bc4319870f9 SHA512 
edb7a1b3845756c2ece8e25a5e70ccbb422bbb9547ebe5ca6c210fd5adbfa031e9cc9df5c18569fe2a207edbbccbe1bbc7954b247146d257a4fbd1a76023f3d2
 WHIRLPOOL 
cf4b7e296d3f3ec8b37861945775e2e1d0097ae68226d5e4d2139df53baf18de3c25aa0b9a171270c02ce98472151996bf223397d9f09bfb49190119ef9c46be
+DIST moneta-1.0.0.tar.gz 174765 SHA256 
659afd4b381396388f5f28b7ec2843ffdd3f40807142126330a2a26a720dc94b SHA512 
367207c693991a956d5454b3884b8504cc007cc247284ff00178c423167a403ac88e83bc510453daff76e52fe30e429714805c1fb716bea6a7eae7a3b3d965b4
 WHIRLPOOL 
892bcd6b616d88b41c764009e02bfadab1ddfef65878274a3402999de08d921ce0e120b74042c06f02a5477faab4a6d313bc85d87a4d02552958a9b91bbc517f

diff --git a/dev-ruby/moneta/moneta-1.0.0.ebuild 
b/dev-ruby/moneta/moneta-1.0.0.ebuild
new file mode 100644
index 000..5e3594c2191
--- /dev/null
+++ b/dev-ruby/moneta/moneta-1.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="none"
+# test is disabled for now. It requires many packages.  Test suite also
+# takes very long run time and has high memory consumption.
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md SPEC.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="minad"
+
+DESCRIPTION="A unified interface to key/value stores"
+HOMEPAGE="https://github.com/minad/moneta;
+SRC_URI="https://github.com/${GITHUB_USER}/moneta/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2017-03-10 Thread Hans de Graaff
commit: f3d90ca8ea91d6c38f7f2c3e651203075ca08c17
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 11 06:42:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 11 07:01:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d90ca8

dev-ruby/moneta: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/moneta/Manifest|  1 -
 dev-ruby/moneta/moneta-0.8.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/moneta/Manifest b/dev-ruby/moneta/Manifest
index c7d8a873d0a..1a798353ecb 100644
--- a/dev-ruby/moneta/Manifest
+++ b/dev-ruby/moneta/Manifest
@@ -1,2 +1 @@
-DIST moneta-0.8.0.tar.gz 172318 SHA256 
ac12da9a5e79cbe5d01b0c56b81a3c0cde440500022c329ce14f3587aa7e3ea3 SHA512 
b0ac8d6692667d545caa2277f2cdd1419e21e750f95cad94ea4e4a54ddb73e44782018bce4115e6a98c70a248acebe700329762e3d31fe87beb7272cbabb21dc
 WHIRLPOOL 
c5b79466860086ced5d931360ad6a1baa3e79478c352a9d34192637a0da829eadd25d6324368207f85936df2fe83a3e96dcf71df1ce5c75ca5b9b6c2533b0f63
 DIST moneta-0.8.1.tar.gz 173986 SHA256 
b25e30f12df7284ca97f835494f1caef9370a62f801422057b658bc4319870f9 SHA512 
edb7a1b3845756c2ece8e25a5e70ccbb422bbb9547ebe5ca6c210fd5adbfa031e9cc9df5c18569fe2a207edbbccbe1bbc7954b247146d257a4fbd1a76023f3d2
 WHIRLPOOL 
cf4b7e296d3f3ec8b37861945775e2e1d0097ae68226d5e4d2139df53baf18de3c25aa0b9a171270c02ce98472151996bf223397d9f09bfb49190119ef9c46be

diff --git a/dev-ruby/moneta/moneta-0.8.0.ebuild 
b/dev-ruby/moneta/moneta-0.8.0.ebuild
deleted file mode 100644
index 96c28603aed..000
--- a/dev-ruby/moneta/moneta-0.8.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="none"
-# test is disabled for now. It requires many packages.  Test suite also
-# takes very long run time and has high memory consumption.
-
-RUBY_FAKEGEM_EXTRADOC="README.md SPEC.md"
-
-inherit ruby-fakegem
-
-GITHUB_USER="minad"
-
-DESCRIPTION="A unified interface to key/value stores"
-HOMEPAGE="https://github.com/minad/moneta;
-SRC_URI="https://github.com/${GITHUB_USER}/moneta/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



[gentoo-commits] proj/catalyst:pending commit in: bin/, catalyst/base/

2017-03-10 Thread Brian Dolbec
commit: 95931a7137f5eb430b72e2502c1c9815b98cefce
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Sep  8 06:15:25 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 02:58:28 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=95931a71

Move the signal handler into the StageBase class so it can handle unbind() 
cleanup

Not quite complete, still errors on some unmounting

 bin/catalyst   | 19 ---
 catalyst/base/stagebase.py | 19 +++
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/bin/catalyst b/bin/catalyst
index 72a4cb4..a64cfce 100755
--- a/bin/catalyst
+++ b/bin/catalyst
@@ -12,25 +12,6 @@ from __future__ import print_function
 
 import sys
 
-# This block ensures that ^C interrupts are handled quietly.
-try:
-   import signal
-
-   def exithandler(_signum, _frame):
-   signal.signal(signal.SIGINT, signal.SIG_IGN)
-   signal.signal(signal.SIGTERM, signal.SIG_IGN)
-   print()
-   sys.exit(1)
-
-   signal.signal(signal.SIGINT, exithandler)
-   signal.signal(signal.SIGTERM, exithandler)
-   signal.signal(signal.SIGPIPE, signal.SIG_DFL)
-
-except KeyboardInterrupt:
-   print()
-   sys.exit(1)
-
-
 from catalyst.main import main
 
 try:

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index b857a64..eed1458 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -2,6 +2,7 @@
 import os
 import imp
 import shutil
+import signal
 import sys
 
 from snakeoil import fileutils
@@ -206,6 +207,17 @@ class StageBase(TargetBase, ClearBase, GenBase):
if "portage_confdir" in self.settings:
file_locate(self.settings, ["portage_confdir"], expand 
= 0)
 
+
+   # This block ensures that ^C interrupts are handled quietly.
+   try:
+   signal.signal(signal.SIGINT, self.exithandler)
+   signal.signal(signal.SIGTERM, self.exithandler)
+   signal.signal(signal.SIGPIPE, signal.SIG_DFL)
+
+   except KeyboardInterrupt:
+   print()
+   sys.exit(1)
+
# Setup our mount points.
# initialize our target mounts.
self.target_mounts = TARGET_MOUNT_DEFAULTS.copy()
@@ -268,6 +280,13 @@ class StageBase(TargetBase, ClearBase, GenBase):
self.env["PORT_LOGDIR"] = self.settings["port_logdir"]
self.env["PORT_LOGDIR_CLEAN"] = PORT_LOGDIR_CLEAN
 
+   def exithandler(self, _signum, _frame):
+   signal.signal(signal.SIGINT, signal.SIG_IGN)
+   signal.signal(signal.SIGTERM, signal.SIG_IGN)
+   self.unbind()
+   print()
+   sys.exit(1)
+
def override_cbuild(self):
if "CBUILD" in self.makeconf:
self.settings["CBUILD"] = self.makeconf["CBUILD"]



[gentoo-commits] proj/catalyst:pending commit in: targets/stage1/

2017-03-10 Thread Brian Dolbec
commit: affe91dd0d100368c9915fd127cb0328f49e2e9c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Mar 11 00:39:12 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 07:03:34 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=affe91dd

Improve the order of USE definition, make sure to remove USE after building 
portage, add the contents of BOOTSTRAP_USE to USE and clean USE and 
CATALYST_USE after building pacakges.

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

 targets/stage1/stage1-chroot.sh | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index f243866..1b0aa08 100755
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -25,7 +25,7 @@ clst_root_path=/ setup_pkgmgr "build"
 
 # We need to ensure the base stage3 has USE="bindist"
 # if BINDIST is set to avoid issues with openssl / openssh
-[ -e ${clst_make_conf} ] && echo "USE=\"${USE} ${BINDIST}\"" >> 
${clst_make_conf}
+[ -e ${clst_make_conf} ] && echo "USE=\"${BINDIST} ${USE}\"" >> 
${clst_make_conf}
 
 # Update stage3
 if [ -n "${clst_update_seed}" ]; then
@@ -48,7 +48,7 @@ else
 fi
 
 # Clear USE
-[ -e ${clst_make_conf} ] && sed -i -e "USE=\"s/${BINDIST}//" ${clst_make_conf}
+[ -e ${clst_make_conf} ] && sed -i -e "/^USE=\"${BINDIST} ${USE}\"/d" 
${clst_make_conf}
 
 make_destpath /tmp/stage1root
 
@@ -61,7 +61,8 @@ sed -i "/USE=\"${USE} -build\"/d" ${clst_make_conf}
 # Now, we install our packages
 if [ -e ${clst_make_conf} ]; then
echo "CATALYST_USE=\"-* build ${BINDIST} ${clst_CATALYST_USE}\"" >> 
${clst_make_conf}
-   echo "USE=\"\${CATALYST_USE} ${USE} \${BOOTSTRAP_USE} 
${clst_HOSTUSE}\"" >> ${clst_make_conf}
+   echo "USE=\"\${CATALYST_USE} ${USE} ${BOOTSTRAP_USE} ${clst_HOSTUSE}\"" 
>> ${clst_make_conf}
+
for useexpand in ${clst_HOSTUSEEXPAND}; do
x="clst_${useexpand}"
echo "${useexpand}=\"${!x}\"" \
@@ -77,3 +78,7 @@ for useexpand in ${clst_HOSTUSEEXPAND}; do
sed -i "/${useexpand}=\"${!x}\"/d" \
${clst_make_conf}
 done
+
+# Clear USE
+[ -e ${clst_make_conf} ] && sed -i -e "/^CATALYST_USE/d" ${clst_make_conf}
+[ -e ${clst_make_conf} ] && sed -i -e "/^USE=\"/s/\${CATALYST_USE} ${USE} 
${BOOTSTRAP_USE}//" ${clst_make_conf}



[gentoo-commits] proj/catalyst:pending commit in: targets/stage3/, targets/support/, targets/stage2/, targets/stage4/

2017-03-10 Thread Brian Dolbec
commit: 42b000edcba7b257c3c8e236eb93ad2a6a2a402d
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Mar 11 00:43:29 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 07:03:50 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=42b000ed

Add prepare_portage and clear_portage to functions.sh and to the controller.sh 
file for stages 2, 3 and 4.

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

 targets/stage2/stage2-controller.sh |  3 +++
 targets/stage3/stage3-controller.sh |  3 +++
 targets/stage4/stage4-controller.sh |  3 +++
 targets/support/functions.sh| 23 +++
 4 files changed, 32 insertions(+)

diff --git a/targets/stage2/stage2-controller.sh 
b/targets/stage2/stage2-controller.sh
index 25e5120..41bd43b 100755
--- a/targets/stage2/stage2-controller.sh
+++ b/targets/stage2/stage2-controller.sh
@@ -10,6 +10,8 @@ case $1 in
;;
 
run)
+   prepare_portage
+
shift
export clst_packages="$*"
exec_in_chroot \
@@ -17,6 +19,7 @@ case $1 in
;;
 
preclean)
+   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh
;;
 

diff --git a/targets/stage3/stage3-controller.sh 
b/targets/stage3/stage3-controller.sh
index df1479e..eaa40b3 100755
--- a/targets/stage3/stage3-controller.sh
+++ b/targets/stage3/stage3-controller.sh
@@ -10,12 +10,15 @@ case $1 in
;;
 
run)
+   prepare_portage
+
shift
export clst_packages="$*"
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-chroot.sh
;;
 
preclean)
+   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh
;;
 

diff --git a/targets/stage4/stage4-controller.sh 
b/targets/stage4/stage4-controller.sh
index d42f302..4c5d5a0 100755
--- a/targets/stage4/stage4-controller.sh
+++ b/targets/stage4/stage4-controller.sh
@@ -10,6 +10,8 @@ case $1 in
;;
 
pre-kmerge)
+   prepare_portage
+
# Sets up the build environment before any kernels are compiled
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
@@ -41,6 +43,7 @@ case $1 in
;;
 
preclean)
+   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
;;
 

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index cca2fd8..f743d41 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -16,6 +16,29 @@ delete_from_chroot(){
fi
 }
 
+prepare_portage() {
+
+   echo "CATALYST_USE=\"${clst_CATALYST_USE}\"" >> 
${clst_chroot_path}${clst_make_conf}
+   sed -i -e "/^USE=\"/s//\${CATALYST_USE} ${USE} /" 
${clst_chroot_path}${clst_make_conf}
+}
+
+clear_portage() {
+   # Clean-up USE again
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && echo "Drop 
\$CATALYST_USE from USE on ${clst_chroot_path}${clst_make_conf}"
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && sed -i -e 
"/^USE=\"/s/\${CATALYST_USE} //" ${clst_chroot_path}${clst_make_conf}
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && echo "Remove 
\$CATALYST_USE on ${clst_chroot_path}${clst_make_conf}"
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && sed -i -e 
"/^CATALYST_USE/d" ${clst_chroot_path}${clist_make_conf}
+
+   if [ -n "${clst_portage_prefix}" ]; then
+   for dir in "keywords", "mask", "unmask", "use"; do
+   [ -d 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix} ] &&
+   echo "Clear 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix}"
+   [ -d 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix} ] &&
+   rm -R 
"${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix}"
+   done
+   fi
+}
+
 exec_in_chroot(){
 # Takes the full path to the source file as its argument
 # copies the file to the /tmp directory of the chroot



[gentoo-commits] proj/catalyst:pending commit in: catalyst/

2017-03-10 Thread Brian Dolbec
commit: 178a8b859c8d3e885669a39219edefc1ebb55318
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Mar  9 09:24:22 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 04:43:28 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=178a8b85

defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths

All settings are still configurable in catalyst.conf.
These are new reasonable settings for a relocated tree system.
A user can still set their own locations during install, or at a later time.

Default catalyst.conf settings will be changed at a later time after additional 
testing and
the automatic stage building scripts have been updated.

 catalyst/defaults.py | 37 +++--
 1 file changed, 23 insertions(+), 14 deletions(-)

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 84ed282..d6b9243 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -31,6 +31,15 @@ valid_config_file_values.extend([ "distcc", "envscript",
"compression_mode", "compressor_options", "decompressor_search_order",
])
 
+# set our base defaults here to keep
+# them in one location.
+BASE_GENTOO_DIR = "/var/gentoo"
+REPODIR = BASE_GENTOO_DIR + "/repos"
+DISTDIR = BASE_GENTOO_DIR + "/distfiles"
+PKGDIR = BASE_GENTOO_DIR + "/packages"
+MAINREPO = "gentoo"
+PORTDIR = REPODIR + "/" + MAINREPO
+
 confdefaults={
"archdir": "%(PythonDir)s/arch",
"comp_prog": COMPRESSOR_PROGRAM_OPTIONS[TAR],
@@ -39,28 +48,28 @@ confdefaults={
"compressor_options": XATTRS_OPTIONS[TAR],
"decomp_opt": DECOMPRESSOR_PROGRAM_OPTIONS[TAR],
"decompressor_search_order": DECOMPRESSOR_SEARCH_ORDER,
-   "distdir": "/usr/portage/distfiles",
+   "distdir": DISTDIR,
"hash_function": "crc32",
"icecream": "/var/cache/icecream",
'list_xattrs_opt': LIST_XATTRS_OPTIONS[TAR],
-   "local_overlay": "/usr/local/portage",
+   "local_overlay": REPODIR + "/local",
"port_conf": "/etc/portage",
"make_conf": "%(port_conf)s/make.conf",
"options": set(),
-   "packagedir": "/usr/portage/packages",
-   "portdir": "/usr/portage",
+   "packagedir": PKGDIR,
+   "portdir": PORTDIR,
"port_tmpdir": "/var/tmp/portage",
"PythonDir": "./catalyst",
-   "repo_basedir": "/usr",
-   "repo_name": "portage",
+   "repo_basedir": REPODIR,
+   "repo_name": "gentoo",
"sharedir": "/usr/share/catalyst",
"shdir": "/usr/share/catalyst/targets/",
"snapshot_cache": "/var/tmp/catalyst/snapshot_cache",
-   "snapshot_name": "portage-",
+   "snapshot_name": "%(repo_name)s-",
"source_matching": "strict",
"storedir": "/var/tmp/catalyst",
-   "target_distdir": "/var/portage/distfiles",
-   "target_pkgdir":"/var/portage/packages",
+   "target_distdir": DISTDIR,
+   "target_pkgdir": PKGDIR,
}
 
 DEFAULT_CONFIG_FILE = '/etc/catalyst/catalyst.conf'
@@ -72,11 +81,11 @@ TARGET_MOUNT_DEFAULTS = {
"ccache": "/var/tmp/ccache",
"dev": "/dev",
"devpts": "/dev/pts",
-   "distdir": "/usr/portage/distfiles",
+   "distdir": DISTDIR,
"icecream": "/usr/lib/icecc/bin",
"kerncache": "/tmp/kerncache",
-   "packagedir": "/usr/portage/packages",
-   "portdir": "/usr/portage",
+   "packagedir": PKGDIR,
+   "portdir": PORTDIR,
"port_tmpdir": "/var/tmp/portage",
"port_logdir": "/var/log/portage",
"proc": "/proc",
@@ -86,8 +95,8 @@ TARGET_MOUNT_DEFAULTS = {
 SOURCE_MOUNT_DEFAULTS = {
"dev": "/dev",
"devpts": "/dev/pts",
-   "distdir": "/usr/portage/distfiles",
-   "portdir": "/usr/portage",
+   "distdir": DISTDIR,
+   "portdir": PORTDIR,
"port_tmpdir": "tmpfs",
"proc": "/proc",
"shm": "shmfs",



[gentoo-commits] proj/catalyst:pending commit in: catalyst/targets/

2017-03-10 Thread Brian Dolbec
commit: 1d304f0bf42c963d7d830c8b9ab29835ff84217b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Mar  9 09:17:07 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 02:58:29 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1d304f0b

targets/snapshot.py: Update the code and log messages to use the configured 
repo_name

One more portage name seperation from being used to represent the ebuild 
repository.

 catalyst/targets/snapshot.py | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/catalyst/targets/snapshot.py b/catalyst/targets/snapshot.py
index 8a9acdd..087834e 100644
--- a/catalyst/targets/snapshot.py
+++ b/catalyst/targets/snapshot.py
@@ -22,7 +22,7 @@ class snapshot(TargetBase, GenBase):
TargetBase.__init__(self, myspec, addlargs)
GenBase.__init__(self,myspec)
#self.settings=myspec
-   self.settings["target_subpath"]="portage"
+   self.settings["target_subpath"]="repos"
st=self.settings["storedir"]
self.settings["snapshot_path"] = normpath(st + "/snapshots/"
+ self.settings["snapshot_name"]
@@ -46,8 +46,9 @@ class snapshot(TargetBase, GenBase):
 
success = True
self.setup()
-   log.notice('Creating Portage tree snapshot %s from %s ...',
-   self.settings['version_stamp'], 
self.settings['portdir'])
+   log.notice('Creating %s tree snapshot %s from %s ...',
+   self.settings["repo_name"], 
self.settings['version_stamp'],
+   self.settings['portdir'])
 
mytmp=self.settings["tmp_path"]
ensure_dirs(mytmp)
@@ -63,7 +64,7 @@ class snapshot(TargetBase, GenBase):
mytmp + '/' + self.settings['repo_name'] + '/'],
env=self.env)
 
-   log.notice('Compressing Portage snapshot tarball ...')
+   log.notice('Compressing %s snapshot tarball ...', 
self.settings["repo_name"])
compressor = CompressMap(self.settings["compress_definitions"],
env=self.env, 
default_mode=self.settings['compression_mode'],
comp_prog=self.settings["comp_prog"])
@@ -93,9 +94,9 @@ class snapshot(TargetBase, GenBase):
def kill_chroot_pids(self):
pass
 
-   @staticmethod
-   def cleanup():
+   def cleanup(self):
log.info('Cleaning up ...')
+   self.purge()
 
def purge(self):
clear_dir(self.settings['tmp_path'])



[gentoo-commits] proj/catalyst:pending commit in: etc/, catalyst/, catalyst/base/

2017-03-10 Thread Brian Dolbec
commit: eb1c32db9b9918ffcf12524d4cb7665300f0c157
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Mar  9 09:14:04 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 02:58:29 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=eb1c32db

base/stagebase.py: Seperate out the writing of the make.conf file

By sepaerating out the writing of the make.conf file, it keeps all code to do 
so in one place.
I also fixed the code to correctly set the target chroot directories for 
PORTDIR, DISTDIR, 
PKGDIR and PORTDIR_OVERLAY.
The same code also re-writes make.conf toggling any PORTDIR_OVERLAY setting
during the clean() run.

Add target_distdir and target_pkgdir settings to defaults and catalyst.conf.
This allows for more flexibility between host and target settings.  They can be 
individually
configured this way.

Update target an source mounts from the configured settings.

 catalyst/base/stagebase.py | 194 -
 catalyst/defaults.py   |   2 +
 etc/catalyst.conf  |   2 +
 3 files changed, 106 insertions(+), 92 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 677e19d..31efdf6 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -225,8 +225,13 @@ class StageBase(TargetBase, ClearBase, GenBase):
self.mounts = ["proc", "dev", "portdir", "distdir", 
"port_tmpdir"]
# initialize our source mounts
self.mountmap = SOURCE_MOUNT_DEFAULTS.copy()
-   # update them from settings
+   # update these from settings
+   self.mountmap["portdir"] = self.settings["portdir"]
self.mountmap["distdir"] = self.settings["distdir"]
+   self.target_mounts["portdir"] = 
normpath(self.settings["repo_basedir"] +
+   "/" + self.settings["repo_name"])
+   self.target_mounts["distdir"] = self.settings["target_distdir"]
+   self.target_mounts["packagedir"] = 
self.settings["target_pkgdir"]
if "snapcache" not in self.settings["options"]:
self.mounts.remove("portdir")
self.mountmap["portdir"] = None
@@ -1070,96 +1075,106 @@ class StageBase(TargetBase, ClearBase, GenBase):
if os.path.exists(hosts_file):
os.rename(hosts_file, hosts_file + '.catalyst')
shutil.copy('/etc/hosts', hosts_file)
+   # write out the make.conf
+   try:
+   self.write_make_conf(setup=True)
+   except OSError as e:
+   raise CatalystError('Could not write %s: %s' % (
+   normpath(self.settings["chroot_path"] +
+   self.settings["make_conf"]), e))
+   self.resume.enable("chroot_setup")
 
-   # Modify and write out make.conf (for the chroot)
-   makepath = normpath(self.settings["chroot_path"] +
-   self.settings["make_conf"])
-   clear_path(makepath)
-   myf = open(makepath, "w")
-   myf.write("# These settings were set by the catalyst 
build script "
-   "that automatically\n# built this 
stage.\n")
-   myf.write("# Please consult "
-   
"/usr/share/portage/config/make.conf.example "
-   "for a more\n# detailed example.\n")
-
-   for flags in ["CFLAGS", "CXXFLAGS", "FCFLAGS", 
"FFLAGS", "LDFLAGS",
-   "ASFLAGS"]:
-   if not flags in self.settings:
-   continue
-   if flags in ["LDFLAGS", "ASFLAGS"]:
-   myf.write("# %s is unsupported.  USE AT 
YOUR OWN RISK!\n"
-   % flags)
-   if (flags is not "CFLAGS" and
-   self.settings[flags] == 
self.settings["CFLAGS"]):
-   myf.write('%s="${CFLAGS}"\n' % flags)
-   elif isinstance(self.settings[flags], list):
-   myf.write('%s="%s"\n'
-   % (flags, ' 
'.join(self.settings[flags])))
-   else:
-   myf.write('%s="%s"\n'
-   % (flags, 
self.settings[flags]))
-
-   if "CBUILD" in self.settings:
-   

[gentoo-commits] proj/catalyst:pending commit in: doc/

2017-03-10 Thread Brian Dolbec
commit: d7dbe6e1b2fd3148a652843ef43ab80415959842
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Sat Mar 11 02:35:39 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 02:35:39 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d7dbe6e1

would be nice if the ebuild worked again

 doc/make_subarch_table_guidexml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/make_subarch_table_guidexml.py 
b/doc/make_subarch_table_guidexml.py
index 0699d2a..f571e00 100755
--- a/doc/make_subarch_table_guidexml.py
+++ b/doc/make_subarch_table_guidexml.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2
+#!/usr/bin/python
 # Copyright (C) 2011 Sebastian Pipping 
 # Copyright (C) 2013 Brian dolbec 
 # Licensed under GPL v2 or later



[gentoo-commits] proj/catalyst:pending commit in: catalyst/base/

2017-03-10 Thread Brian Dolbec
commit: dc273097757f49838e6a586daa2c33c82e378cbe
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Mar  9 08:56:45 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 02:58:29 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=dc273097

base/stagebase.py: Rename unpack_portage resume point to unpack_repo

One part of the effort to separate the portage name from the repository.

 catalyst/base/stagebase.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index eed1458..35556da 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -827,7 +827,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 
def unpack_snapshot(self):
unpack = True
-   snapshot_hash = self.resume.get("unpack_portage")
+   snapshot_hash = self.resume.get("unpack_repo")
 
unpack_errmsg = "Error unpacking snapshot using mode %(mode)s"
 
@@ -866,7 +866,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 
if "autoresume" in self.settings["options"] \
and os.path.exists(target_portdir) \
-   and self.resume.is_enabled("unpack_portage") \
+   and self.resume.is_enabled("unpack_repo") \
and self.settings["snapshot_path_hash"] == 
snapshot_hash:
log.notice('Valid Resume point detected, 
skipping unpack of portage tree...')
unpack = False
@@ -887,7 +887,7 @@ class StageBase(TargetBase, ClearBase, GenBase):

myf.write(self.settings["snapshot_path_hash"])
else:
log.info('Setting snapshot autoresume point')
-   self.resume.enable("unpack_portage",
+   self.resume.enable("unpack_repo",
data = 
self.settings["snapshot_path_hash"])
 
if "snapcache" in self.settings["options"]:



[gentoo-commits] proj/catalyst:pending commit in: catalyst/base/

2017-03-10 Thread Brian Dolbec
commit: 36768e1957168bc19574fdfcd9158f8d8c7aeeeb
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Mar  9 08:58:10 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Mar 11 02:58:29 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=36768e19

base/stagebase.py: Correctly log the correct function name for unpack_snapshot()

 catalyst/base/stagebase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 35556da..677e19d 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -841,7 +841,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
target_portdir = normpath(self.settings["chroot_path"] +
self.settings["repo_basedir"] + "/" + 
self.settings["repo_name"])
log.info('%s', self.settings['chroot_path'])
-   log.info('unpack(), target_portdir = %s', target_portdir)
+   log.info('unpack_snapshot(), target_portdir = %s', 
target_portdir)
if "snapcache" in self.settings["options"]:
snapshot_cache_hash_path = pjoin(
self.settings['snapshot_cache_path'], 
'catalyst-hash')



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-03-10 Thread Jeroen Roovers
commit: 2d6651f17f804cb44d5c97514c3fd25a9d0f637b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:44:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:44:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6651f1

net-ftp/lftp: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.7.7.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index a0cfe5c3f5a..29be75bbabe 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,2 +1,3 @@
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521
+DIST lftp-4.7.7.tar.xz 1572604 SHA256 
4483df04502660dcc65a11cf09d530e31bea99483d69328c1c5cbaa41d6619b4 SHA512 
25bcb5469a6202be500a350078f604a56e68958210fbed72c59b2c4847fb6b2680335bf668a512055d1e1db84069e13ba5c169a6ca2fefdf77ef6416df261ab7
 WHIRLPOOL 
3e27d60f0b92fc3fd055961f4377cf43e8607db442dbf4b54f2e9d0348488da98fff5b071a6f518a140e15349571d7c542062d172ca9e4439bde1118e5d3f5eb

diff --git a/net-ftp/lftp/lftp-4.7.7.ebuild b/net-ftp/lftp/lftp-4.7.7.ebuild
new file mode 100644
index 000..cf03aea8efe
--- /dev/null
+++ b/net-ftp/lftp/lftp-4.7.7.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils libtool
+
+DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
+HOMEPAGE="http://lftp.tech/;
+SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+
+IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
+LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
+IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.1:=
+   >=sys-libs/readline-5.1:=
+   dev-libs/expat
+   sys-libs/zlib
+   convert-mozilla-cookies? ( dev-perl/DBI )
+   idn? ( net-dns/libidn )
+   socks5? (
+   >=net-proxy/dante-1.1.12
+   virtual/pam
+   )
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   verify-file? (
+   dev-perl/String-CRC32
+   virtual/perl-Digest-MD5
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+   =sys-devel/libtool-2*
+   app-arch/xz-utils
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/pkgconfig
+"
+
+DOCS=(
+   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
+   README.dnssec README.modules THANKS TODO
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
+   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
+   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize # for Darwin bundles
+
+   # bug #536036
+   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_with idn libidn) \
+   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
+   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
+   --enable-packager-mode \
+   --sysconfdir="${EPREFIX}"/etc/${PN} \
+   --with-modules \
+   --with-readline="${EPREFIX}"/usr \
+   --without-included-regex
+}
+
+src_install() {
+   default
+   local script
+   for script in {convert-mozilla-cookies,verify-file}; do
+   use ${script} || { rm "${ED}"/usr/share/${PN}/${script} || die 
;}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/

2017-03-10 Thread Jeroen Roovers
commit: 775090fc83c732ea3e69a89c850220ee7f7251b8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:39:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:39:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775090fc

net-ftp/lftp: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-ftp/lftp/Manifest  |  2 -
 net-ftp/lftp/lftp-4.7.3.ebuild | 90 
 net-ftp/lftp/lftp-4.7.4.ebuild | 93 --
 3 files changed, 185 deletions(-)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 15fdea928ab..a0cfe5c3f5a 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1,4 +1,2 @@
-DIST lftp-4.7.3.tar.xz 1545012 SHA256 
3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c SHA512 
1123e322a4c4f85ced4ef57c0af80b9b20d223c2770293ada3d8ca870fe159b62c6ee8d01a8c6be50e7ec00f3e6729a46c09db3aa776471825a6998792f1250d
 WHIRLPOOL 
8ad61759c0ef56b23a13c4f3291bd672f398485ddc1a04c6e6b7c8f4e6a8ae36779d88e96c2db7697884e3089aef0f04a36952490a2b450a20ccb360b2a0df54
-DIST lftp-4.7.4.tar.xz 1564016 SHA256 
bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c SHA512 
f978379b6ac0dfb46c06dee7205b0b751a75642868c4b1bf37ac681108b04a475232915bb7280ec9731af008e00e855bd9e2e8745307b6507d341f27e4025159
 WHIRLPOOL 
edfd7ac72e4b6e185222e350328acf771d83d5aeae4fac0860737feced5e3ade724891dd21448a366d87b4b59e24442dbfbf894f42813f71af4063f011450af3
 DIST lftp-4.7.5.tar.xz 1567232 SHA256 
53b5c5eba2e38b418bcf451776f2df596050dff4db90ab4ea73d872f8b1fd0d8 SHA512 
e7d478367a3b79f61686a538827efe8afb807a587d2967189ae351927e3acb0d5b097d8707e0cb3997aa650f8f0787aa44038bb1d081e393bc7202b348249960
 WHIRLPOOL 
12d53a4c51ee52b67e57dc2e1c2c90443a65964073ee05ce123211096ea82813efbc51345ea488c24aa00600818ce6c0cd96beef27de619ff5d938bef3cabd06
 DIST lftp-4.7.6.tar.xz 1571244 SHA256 
6e26254fdc7e1b92ceb31116a2c7bdcd891a07c72a7823144aaaf147a1841b7b SHA512 
3ba9c2448eff8a991e3b2bb4e3e9553b4a189a630addb1be00842b88db378dbddf865300ee43e149963d0044eacfa97c66a46528bbe6f6292cefd1370655978a
 WHIRLPOOL 
67ff283dc7a1bdb42f88f31c3c26689e59d46e83d088aa08666b66c4dd1439a34076f9b9b5ded3ca3592b65d77473dd05fcf7faff17e69808fb6ed6a19c28521

diff --git a/net-ftp/lftp/lftp-4.7.3.ebuild b/net-ftp/lftp/lftp-4.7.3.ebuild
deleted file mode 100644
index 5887387aefe..000
--- a/net-ftp/lftp/lftp-4.7.3.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils libtool
-
-DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file 
transfer program"
-HOMEPAGE="http://lftp.tech/;
-SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-
-IUSE="convert-mozilla-cookies +gnutls idn ipv6 libressl nls socks5 +ssl 
verify-file"
-LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )
-IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:=
-   >=sys-libs/readline-5.1:=
-   dev-libs/expat
-   sys-libs/zlib
-   convert-mozilla-cookies? ( dev-perl/DBI )
-   idn? ( net-dns/libidn )
-   socks5? (
-   >=net-proxy/dante-1.1.12
-   virtual/pam
-   )
-   ssl? (
-   gnutls? ( >=net-libs/gnutls-1.2.3:0= )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   verify-file? (
-   dev-perl/String-CRC32
-   virtual/perl-Digest-MD5
-   )
-"
-
-DEPEND="
-   ${RDEPEND}
-   =sys-devel/libtool-2*
-   app-arch/xz-utils
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/pkgconfig
-"
-
-DOCS=(
-   BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels
-   README.dnssec README.modules THANKS TODO
-)
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-4.0.2.91-lafile.patch \
-   "${FILESDIR}"/${PN}-4.5.5-am_config_header.patch \
-   "${FILESDIR}"/${PN}-4.7.0-gettext.patch
-
-   eautoreconf
-   elibtoolize # for Darwin bundles
-
-   # bug #536036
-   printf 'set fish:auto-confirm no\nset sftp:auto-confirm no\n' >> 
${PN}.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable nls) \
-   $(use_with idn libidn) \
-   $(use_with socks5 socksdante "${EPREFIX}"/usr) \
-   $(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
-   $(usex ssl "$(use_with gnutls)" '--without-gnutls') \
-   

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

2017-03-10 Thread Jeroen Roovers
commit: 9bd82a0b786e2da2188530dcfc486cf2bfb7b814
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:36:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:36:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd82a0b

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2017.02.28.ebuild | 98 
 2 files changed, 99 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 5ddbb056999..de6bc275353 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.12.22.tar.gz 2502964 SHA256 
f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524 SHA512 
87fee134da660a4feb4cfcd2cbb35cb9682e6ed08c766e3c89f6c986f991cac78c64f5bf8a1d15c4080e4df0909c6a360137407a7896b93f8f41cf4493f341cb
 WHIRLPOOL 
6909d34958e4152be3334723c68d207bb34db2996d90908829ebd3ee45d28768d7f6cba8ce0fb19de440b34fb96b46b3d5b8bf830c998037c4f4d59e574206c3
-DIST youtube-dl-2017.02.28.tar.gz 2615247 SHA256 
495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4 SHA512 
062a80e819324144a61fe795400d2adbe92d3b47b1b2562dba377ecfecbaa1583fd4ed4f8b3075aaea0ab8dfb5c92fd987c9f910a2a277d49e06b876541d0ec0
 WHIRLPOOL 
50c98001971b1e65343fa317bca404f2171c71ed5287353253e709bca658d8bd4e7e0de5d8c43a81e9488b959566c6e74dac8089a5f12360fae909de6dee7e38
 DIST youtube-dl-2017.03.02.tar.gz 2616400 SHA256 
2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639 SHA512 
2239948aa3a513956a161c6eaf58c0e0e2272a15a7cfb8efd141501a49f215860f87365cfeea6422b82612209005e9a635ca3cc3822e1222a8b09b1da727d6ac
 WHIRLPOOL 
b8d5c1d3a13392df52426149385ff4b43670706c2abc49d1c91490a130c40f93fe752ef3283fc89fe3b740a3d3d511506e2e067c08e9f35925c4eece54e98eb8
 DIST youtube-dl-2017.03.10.tar.gz 2628943 SHA256 
4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931 SHA512 
cdebb72d3bb05c773c4bd6e689d654192ab752ba4f4eb023b60e06c6181f827b096ce3c27181f6f6b19e559bf91e6e1e6d3e08fef5ae8866d4db08489f77f47f
 WHIRLPOOL 
0d01e503c072d495c023d851e6814659476ad14416eef646ca997593e51d1ebc787db67a04130b640f6c29e00fa27554b0de342690ba880168434cb16f67e453

diff --git a/net-misc/youtube-dl/youtube-dl-2017.02.28.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.02.28.ebuild
deleted file mode 100644
index a8678ca1fa9..000
--- a/net-misc/youtube-dl/youtube-dl-2017.02.28.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 porncom pornhd pornotube pornovoisines 
pornoxo
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
-   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
-   youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber pornhub redtube xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-  

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

2017-03-10 Thread Jeroen Roovers
commit: 0901b51bd07715c82e62d674ce639e6a6b6fc715
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:35:48 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:35:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0901b51b

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2017.03.10.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index b2912d60d3d..5ddbb056999 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.12.22.tar.gz 2502964 SHA256 
f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524 SHA512 
87fee134da660a4feb4cfcd2cbb35cb9682e6ed08c766e3c89f6c986f991cac78c64f5bf8a1d15c4080e4df0909c6a360137407a7896b93f8f41cf4493f341cb
 WHIRLPOOL 
6909d34958e4152be3334723c68d207bb34db2996d90908829ebd3ee45d28768d7f6cba8ce0fb19de440b34fb96b46b3d5b8bf830c998037c4f4d59e574206c3
 DIST youtube-dl-2017.02.28.tar.gz 2615247 SHA256 
495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4 SHA512 
062a80e819324144a61fe795400d2adbe92d3b47b1b2562dba377ecfecbaa1583fd4ed4f8b3075aaea0ab8dfb5c92fd987c9f910a2a277d49e06b876541d0ec0
 WHIRLPOOL 
50c98001971b1e65343fa317bca404f2171c71ed5287353253e709bca658d8bd4e7e0de5d8c43a81e9488b959566c6e74dac8089a5f12360fae909de6dee7e38
 DIST youtube-dl-2017.03.02.tar.gz 2616400 SHA256 
2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639 SHA512 
2239948aa3a513956a161c6eaf58c0e0e2272a15a7cfb8efd141501a49f215860f87365cfeea6422b82612209005e9a635ca3cc3822e1222a8b09b1da727d6ac
 WHIRLPOOL 
b8d5c1d3a13392df52426149385ff4b43670706c2abc49d1c91490a130c40f93fe752ef3283fc89fe3b740a3d3d511506e2e067c08e9f35925c4eece54e98eb8
+DIST youtube-dl-2017.03.10.tar.gz 2628943 SHA256 
4401089cdc71f5767a9fee5c6edbf9e14238cfd61934dd74ed277ce61fe49931 SHA512 
cdebb72d3bb05c773c4bd6e689d654192ab752ba4f4eb023b60e06c6181f827b096ce3c27181f6f6b19e559bf91e6e1e6d3e08fef5ae8866d4db08489f77f47f
 WHIRLPOOL 
0d01e503c072d495c023d851e6814659476ad14416eef646ca997593e51d1ebc787db67a04130b640f6c29e00fa27554b0de342690ba880168434cb16f67e453

diff --git a/net-misc/youtube-dl/youtube-dl-2017.03.10.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.03.10.ebuild
new file mode 100644
index 000..a8678ca1fa9
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2017.03.10.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 porncom pornhd pornotube pornovoisines 
pornoxo
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
+   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
+   youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber pornhub redtube xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+

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

2017-03-10 Thread Jeroen Roovers
commit: bd789c33abd1d792bc519d93a470f41cd7319efc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 05:40:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 05:40:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd789c33

x11-misc/vym: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-misc/vym/Manifest |  1 +
 x11-misc/vym/vym-2.6.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest
index b71cfe24b4a..2c789cc7944 100644
--- a/x11-misc/vym/Manifest
+++ b/x11-misc/vym/Manifest
@@ -1,3 +1,4 @@
 DIST vym-2.3.22.tar.bz2 6737848 SHA256 
92bd267fc2aa404e0f0887e780bae422be922c20d8037d743f32b16a4f8a16df SHA512 
c6b15da272190e877d519153865e60f967a67cbdd4a0f56519f9c5a330605b97ea822f162ccf9fd57d1a4ec540d46e82c3004fa8e26c31786691b037ecb1c63e
 WHIRLPOOL 
e452abb36902e34afbe5b637c769a2bf17a9bb0d940ff72b46d55b19a821b26bce6ebad9bf125edb088a4e3d922a2fa2ab8dc096c378d1bee4efcb133519bb7b
 DIST vym-2.3.24.tar.bz2 6738245 SHA256 
b719521b97cd1cf1ab881a46325519bd9c48191537eadac8d4251a08a0741e06 SHA512 
360cc1b80ed9fe28aa2eb0574f3f481acc264aa96e49d438893c63e27262272420abb7d8eb94283a6e2218bd11810616dc46b756607b8003a94eb2ba8ae5197c
 WHIRLPOOL 
66e374e2c7dbb2633872db149d4f85ea80ccbaa0cd26cf837502edc7197a0e3a03348befce7fb918aeedca2d31205594985a647dd4b6a597df75432b5f7d2a7e
 DIST vym-2.6.0.tar.bz2 6766806 SHA256 
7dc1721afb27109adc4b4aeaac6217fdd1294b38e81b33a08a476562fbdfa141 SHA512 
87664651858e3cb604c5be9bf783484f8e6fbb290c98f1cb27d7980c025bee808be8806bf8918f025af31d2b49eef12fe8571d96d9d6f45d0f14bdbb6b65cb43
 WHIRLPOOL 
21d5719fab765211613d617cb32f6912c76ed2d8aea9c110ad05d49e12d559067b1dc4c79276620be2345feeec7e350e9a82b1ca61051a03434760c6df2fe2fb
+DIST vym-2.6.2.tar.bz2 6766867 SHA256 
d7c5f92fe9e70156519127d7dc156211ab79e3f2b890835f94e8853e165c1709 SHA512 
20a7bd1e373176740304df59dffd8df1a515e8f47f59b37da4b5711668401c93683523e99302770ce537ed66031b0b0c5e6a3bc49d5a4a430a69122a1fd6680a
 WHIRLPOOL 
d9512338a62271d20907200cb29e0bd2defb70ff2f39a11227de73692b9ffcdbd97a36fcb34ce6706b6a289e55496854545e9bcfa73800b8bcf5ae50fb244fee

diff --git a/x11-misc/vym/vym-2.6.2.ebuild b/x11-misc/vym/vym-2.6.2.ebuild
new file mode 100644
index 000..025649a3c12
--- /dev/null
+++ b/x11-misc/vym/vym-2.6.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="cs_CZ de_DE el es fr ia it ja pt_BR ru sv zh_CN zh_TW"
+
+inherit eutils l10n qmake-utils
+
+DESCRIPTION="View Your Mind, a mindmap tool"
+HOMEPAGE="http://www.insilmaril.de/vym/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus"
+
+RDEPEND="
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+DOCS=( README.md doc/vym.pdf )
+
+src_prepare() {
+   default
+
+   if use linguas_es ; then
+   DOCS+=( doc/vym_es.pdf )
+   fi
+   if use linguas_fr ; then
+   DOCS+=( doc/vym_fr.pdf )
+   fi
+
+   remove_locale() {
+   sed -i \
+   -e "/TRANSLATIONS += lang\/vym.${1}.ts/d" \
+   vym.pro || die
+   }
+
+   #remove dead en translation
+   rm lang/vym.en.ts || die
+   remove_locale en
+
+   l10n_find_plocales_changes lang ${PN}. .ts
+   l10n_for_each_disabled_locale_do remove_locale
+
+   "$(qt5_get_bindir)"/lrelease vym.pro || die
+}
+
+src_configure() {
+   eqmake5 vym.pro \
+   PREFIX="${EPREFIX}"/usr \
+   DATADIR="${EPREFIX}"/usr/share \
+   $(usex dbus "" NO_DBUS=1 )
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+   doman doc/vym.1.gz
+
+   make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
+}



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

2017-03-10 Thread Jeroen Roovers
commit: 3f851c074fcf5b53ec3acd5f517bad783d59b0be
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 06:10:15 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 06:10:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f851c07

x11-misc/vym: Update live ebuild.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-misc/vym/vym-.ebuild | 72 
 1 file changed, 39 insertions(+), 33 deletions(-)

diff --git a/x11-misc/vym/vym-.ebuild b/x11-misc/vym/vym-.ebuild
index f715ebabefe..7d4bc1509eb 100644
--- a/x11-misc/vym/vym-.ebuild
+++ b/x11-misc/vym/vym-.ebuild
@@ -1,59 +1,65 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils cmake-utils git-r3
+EAPI=6
+
+PLOCALES="cs_CZ de_DE el es fr ia it ja pt_BR ru sv zh_CN zh_TW"
+
+inherit eutils git-r3 l10n qmake-utils
 
 DESCRIPTION="View Your Mind, a mindmap tool"
 HOMEPAGE="http://www.insilmaril.de/vym/;
-EGIT_REPO_URI="git://git.code.sf.net/p/vym/code"
+EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="dbus"
 
-VYM_LINGUAS=( cs_CZ de_DE es fr ia it pt_BR ru sv zh_CN zh_TW )
-IUSE+=" ${VYM_LINGUAS[@]/#/linguas_}"
-
-DEPEND="
-   dev-qt/qtgui:4[qt3support]
-   dev-qt/qtsvg:4
-   dbus? ( dev-qt/qtdbus:4 )
-"
 RDEPEND="
-   ${DEPEND}
-   app-arch/zip
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtxml:5
+   dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-qt/linguist-tools:5
 "
 
-DOCS=( README.txt )
+DOCS=( README.md )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.3.22-arrowobj.patch
+   default
+
+   remove_locale() {
+   sed -i \
+   -e "/TRANSLATIONS += lang\/vym.${1}.ts/d" \
+   vym.pro || die
+   }
+
+   #remove dead en translation
+   rm lang/vym.en.ts || die
+   remove_locale en
 
-   sed -i \
-   -e '/lang\/vym_en.ts/d' \
-   CMakeLists.txt || die
-   rm -r lang/vym_en.ts || die
+   l10n_find_plocales_changes lang ${PN}. .ts
+   l10n_for_each_disabled_locale_do remove_locale
+
+   "$(qt5_get_bindir)"/lrelease vym.pro || die
 }
 
 src_configure() {
-   local lingua
-   for lingua in ${VYM_LINGUAS[@]}; do
-   if ! use linguas_${lingua}; then
-   sed -i -e "/lang\/vym_${lingua}.ts/d" CMakeLists.txt || 
die
-   rm -r lang/vym_${lingua}.ts || die
-   fi
-   done
-
-   local mycmakeargs=(
-   $(cmake-utils_use !dbus NO_DBUS)
-   )
-   cmake-utils_src_configure
+   eqmake5 vym.pro \
+   PREFIX="${EPREFIX}"/usr \
+   DATADIR="${EPREFIX}"/usr/share \
+   $(usex dbus "" NO_DBUS=1 )
 }
 
 src_install() {
-   cmake-utils_src_install
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
doman doc/vym.1.gz
+
make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
 }



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/

2017-03-10 Thread Jeroen Roovers
commit: a26f8ee494fa998e654c4ddd7fc56b052e212cf0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 05:30:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 05:30:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26f8ee4

sci-calculators/units: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-calculators/units/Manifest  |  1 +
 sci-calculators/units/units-2.14.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/sci-calculators/units/Manifest b/sci-calculators/units/Manifest
index fd62456fe8e..1f8d6e12133 100644
--- a/sci-calculators/units/Manifest
+++ b/sci-calculators/units/Manifest
@@ -1 +1,2 @@
 DIST units-2.13.tar.gz 1170233 SHA256 
0ba5403111f8e5ea22be7d51ab74c8ccb576dc30ddfbf18a46cb51f9139790ab SHA512 
39b380480ab6f48e56a7f122bb66f53ec49667f5ae3479a128536c58d29b1a1bfe281374f06911e8f713fe21459f57d13974c3629180b22968761cad15b10de2
 WHIRLPOOL 
f1a4f85483e2cc9b4d2112a8ed36f51de7efc09b0ab6da926282d474615441f0196697d459cadb13aed1e5fa586261f7c45af2cc980be04b0fc810c57a7acb3e
+DIST units-2.14.tar.gz 1177024 SHA256 
9d33893d82f3ddd831d5822992007c40bcd0826ae67d3cbc96539951fb0a82e8 SHA512 
3cd09a76fb1cccbafaa3e023c791740738c8347425b2645cad1fa768dee3ebde917602cf65988ee8922fed512ec0bc2367f68545450789fc6bf1a79f066a6986
 WHIRLPOOL 
ae4c0297387e9d3e42ae556a5f528f9c6f1b6a75f5f90580c5b9729ccdea011962d0e891c13ed583a97167bb62d5d074ab3b695ffdd23304f72a62098ce87821

diff --git a/sci-calculators/units/units-2.14.ebuild 
b/sci-calculators/units/units-2.14.ebuild
new file mode 100644
index 000..907add86851
--- /dev/null
+++ b/sci-calculators/units/units-2.14.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_REQ_USE="xml"
+inherit eutils python-r1
+
+DESCRIPTION="Unit conversion program"
+HOMEPAGE="https://www.gnu.org/software/units/units.html;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="FDL-1.3 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="+units_cur"
+
+DEPEND="
+   sys-libs/readline:=
+   units_cur? (
+   dev-lang/python-exec:2
+   )
+"
+RDEPEND="
+   ${DEPEND}
+   units_cur? (
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+"
+
+units_cur_prepare() {
+   local UNITS_PYTHON_MAJOR
+   UNITS_PYTHON_MAJOR=$(
+   UNITS_PYTHON_MAJOR=${EPYTHON/.*}
+   shopt -s extglob
+   echo ${UNITS_PYTHON_MAJOR/*([[:alpha:]])}
+   )
+   sed -e "/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" 
units_cur${UNITS_PYTHON_MAJOR} > units_cur-${EPYTHON}
+}
+
+src_prepare() {
+   default
+
+   use units_cur && python_foreach_impl units_cur_prepare
+}
+
+src_compile() {
+   emake HAVE_PYTHON=no
+}
+
+units_cur_install() {
+   python_newexe units_cur-${EPYTHON} units_cur
+}
+
+src_install() {
+   emake DESTDIR="${D}" HAVE_PYTHON=no install
+
+   dodoc ChangeLog NEWS README
+
+   use units_cur && python_foreach_impl units_cur_install
+}



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

2017-03-10 Thread Jeroen Roovers
commit: b2ded740b28a7ae31736d6aba8aa19aa410cb58f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 05:08:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 05:08:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ded740

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 www-client/vivaldi/Manifest |   2 +
 www-client/vivaldi/vivaldi-1.8.770.25_p1.ebuild | 115 
 2 files changed, 117 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index eb75916a0db..eadf5ffe60c 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,5 +2,7 @@ DIST vivaldi-1.7.735.46_p1-amd64.deb 47603688 SHA256 
bb15313f9d7f17bc135b5a41df0
 DIST vivaldi-1.7.735.46_p1-i386.deb 47903366 SHA256 
0aada8e99560c60d0a49ee3ff8ef1c5e38e2ae8bf1f7aa59b72b5871ad64b1c6 SHA512 
004a81181165c9f0704929b3c377fafa25e177e005e187affe47265bede9d761dcf8894c43bd1b94832b36d14c7468a4bbf0b767036cd34d38063b4c147c889f
 WHIRLPOOL 
6883686a0115f9cec6d7e8b41b313aadec29bb437ac1a3c4839ac6843a85ed1455756aa87ea20a25b3031f894ecefc56b7034086622babb924c05627f799c756
 DIST vivaldi-1.8.755.3_p1-amd64.deb 49083550 SHA256 
3d8cd86ca9cec0e8a4f6f33e89f2927939c3f4f1439fb01b1dc5e2ff09ed84c1 SHA512 
aff6f765fd0dfacd86afdf8a8e88ce6c69d8f6d8917ca55a78efc57b440ce600964ad617cdf97703318390d35e263401325acfb6cef11314fefcd79a1d29cc84
 WHIRLPOOL 
31498bdeb35e48d7301e2eb1560c03860c3ea77c6a6facb17d08fd7d5a794d853f315cfe94605c802bbaba4107cbde90cb51a9d77f6bb5197b8ae1c2e9b3a97c
 DIST vivaldi-1.8.755.3_p1-i386.deb 49367744 SHA256 
1deeccd760b227997442881c93c3cd2853aefd01d06798c40e280ce777493160 SHA512 
9ec0050006e72b1d5702ec656b54fd9e2c0582e10f15c4c6eef0efdaf2e0bf1568f776671eb00291f9080610759e32708424d8bd8693bc19930fee8c108cbcda
 WHIRLPOOL 
f2304097e7bc642fb181762c7478f83f7c65741d703218083248d4268f3332cd1a5df09c2339665ed640e43f3e7f2eb7cd94959ba9277b4545feba618a28fc82
+DIST vivaldi-1.8.770.25_p1-amd64.deb 48131966 SHA256 
a101f9a910afd844765d9d373e1f131c56bda5279b0163f04fe3522ab163b1a2 SHA512 
f4fcc842d908b994f7396219905594979d1c81dcd1c4f9f79097265c2dbb8debce423274a38c54973f4449a881ac14003e8b60b834c0516bbc657c70591c9d95
 WHIRLPOOL 
66c48770a31aa636f88e619946f344569cfc5481d3021288f5b7e7c08df76062ec160f2686956967b2dd9b461b952417fd47a75bd6d6c2feb3dcd4feca8d40bb
+DIST vivaldi-1.8.770.25_p1-i386.deb 48777036 SHA256 
c1c96255d5b781ea8cf3cc5345f58f312d9ac51465b16220c412d553aae25a76 SHA512 
4f0b1cf4503907af942170b4572e119cf0701675036a842e77118aa5bfd6bc9a8bd2254a5077517a330c808aad477299fca0260857e4b985d68fc985bdb86f68
 WHIRLPOOL 
93fce149d0ee0502dc969271001e1ce60891300d9f7c7b00c156c01052a71ab03f0be995d89f75d7b2a31770a09c04b25cf28f840dc8be2eba71bdc1df7a69ff
 DIST vivaldi-1.8.770.9_p1-amd64.deb 48117956 SHA256 
416a36545aec879482d84eedd3b2513cc984925a3c1c37111b3776d92090b109 SHA512 
20e37a2143c39e58ad64f9efd618634ff67f9591419af709cec6364c50906be85af8fdf1295003ecc64860dc6f969855542be8a90347a39e448e14bc64fc8998
 WHIRLPOOL 
7fe45904929ccf3cda1838ebded7211c2a66d43e027bd35f6474e4d19735b18aa0638050e79ee24095794cd9c436a8ca5c61354a82b9b2bbf52313ff40e692fb
 DIST vivaldi-1.8.770.9_p1-i386.deb 48744200 SHA256 
62e8c10087e979eeb0e29eb986bd2e85f9d69aecc730f96770df94ca199ea5e1 SHA512 
0bdefab8ecedb326ab4a9dd14d3596a4128708bbcbcab5f2ce14f6f92d2f5f09ea64bc9d4a8322b08f0bd89f9b0c33bc2f8f21ea189b8225a6dc487d76b1d212
 WHIRLPOOL 
b638579f041ddc8eb699447e151998408c1e5f8b9d59b3b533e242ca836d373f48b761f740395f11e5a5552196d3b79f38ee30a0d168842345123c09b76b66b5

diff --git a/www-client/vivaldi/vivaldi-1.8.770.25_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.8.770.25_p1.ebuild
new file mode 100644
index 000..5d07a6a24a7
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.8.770.25_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/files/, net-analyzer/nmap/

2017-03-10 Thread Jeroen Roovers
commit: f99119030f75bb1cf942c0cbc9eb702c388aaa8a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 04:57:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 04:57:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9911903

net-analyzer/nmap: Include nls.m4 in acinclude.m4 (bug #612092 by Aaron Jones).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-analyzer/nmap/files/nls.m4 | 32 
 net-analyzer/nmap/nmap-7.31.ebuild |  2 ++
 net-analyzer/nmap/nmap-7.40.ebuild |  2 ++
 net-analyzer/nmap/nmap-.ebuild |  2 ++
 4 files changed, 38 insertions(+)

diff --git a/net-analyzer/nmap/files/nls.m4 b/net-analyzer/nmap/files/nls.m4
new file mode 100644
index 000..93df8d3b3f0
--- /dev/null
+++ b/net-analyzer/nmap/files/nls.m4
@@ -0,0 +1,32 @@
+# nls.m4 serial 5 (gettext-0.18)
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper , 1995-2000.
+dnl   Bruno Haible , 2000-2003.
+
+AC_PREREQ([2.50])
+
+AC_DEFUN([AM_NLS],
+[
+  AC_MSG_CHECKING([whether NLS is requested])
+  dnl Default is enabled NLS
+  AC_ARG_ENABLE([nls],
+[  --disable-nls   do not use Native Language Support],
+USE_NLS=$enableval, USE_NLS=yes)
+  AC_MSG_RESULT([$USE_NLS])
+  AC_SUBST([USE_NLS])
+])

diff --git a/net-analyzer/nmap/nmap-7.31.ebuild 
b/net-analyzer/nmap/nmap-7.31.ebuild
index feb242cab36..236ceeceafc 100644
--- a/net-analyzer/nmap/nmap-7.31.ebuild
+++ b/net-analyzer/nmap/nmap-7.31.ebuild
@@ -68,6 +68,8 @@ src_unpack() {
 src_prepare() {
rm -r libpcap/ || die
 
+   cat "${FILESDIR}"/nls.m4 >> "${S}"/acinclude.m4 || die
+
epatch \
"${FILESDIR}"/${PN}-5.10_beta1-string.patch \
"${FILESDIR}"/${PN}-5.21-python.patch \

diff --git a/net-analyzer/nmap/nmap-7.40.ebuild 
b/net-analyzer/nmap/nmap-7.40.ebuild
index a53f7387fa8..4b2f5e5a57c 100644
--- a/net-analyzer/nmap/nmap-7.40.ebuild
+++ b/net-analyzer/nmap/nmap-7.40.ebuild
@@ -78,6 +78,8 @@ src_unpack() {
 src_prepare() {
rm -r libpcap/ || die
 
+   cat "${FILESDIR}"/nls.m4 >> "${S}"/acinclude.m4 || die
+
default
 
if use nls; then

diff --git a/net-analyzer/nmap/nmap-.ebuild 
b/net-analyzer/nmap/nmap-.ebuild
index d2122aa939e..431ae56c880 100644
--- a/net-analyzer/nmap/nmap-.ebuild
+++ b/net-analyzer/nmap/nmap-.ebuild
@@ -71,6 +71,8 @@ pkg_setup() {
 src_prepare() {
rm -r libpcap/ || die
 
+   cat "${FILESDIR}"/nls.m4 >> "${S}"/acinclude.m4 || die
+
default
 
if use nls; then



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

2017-03-10 Thread Jeroen Roovers
commit: 9cdbefa882b3387d26472fde4764054068e909da
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 04:42:27 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 04:42:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdbefa8

sys-apps/man-db: Stable for HPPA (bug #602588).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 sys-apps/man-db/man-db-2.7.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/man-db/man-db-2.7.6.1-r2.ebuild 
b/sys-apps/man-db/man-db-2.7.6.1-r2.ebuild
index 0215f2902f3..2893b6a1c7c 100644
--- a/sys-apps/man-db/man-db-2.7.6.1-r2.ebuild
+++ b/sys-apps/man-db/man-db-2.7.6.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="berkdb +gdbm +manpager nls selinux static-libs zlib"
 
 CDEPEND=">=dev-libs/libpipeline-1.4.0



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

2017-03-10 Thread Zac Medico
commit: c7a97e5230e117116baad064f70cdeecab480620
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 04:40:35 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 04:41:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a97e52

sys-apps/portage: remove old upgrade code for bug 612246

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sys-apps/portage/portage-2.3.3.ebuild | 103 --
 sys-apps/portage/portage-2.3.4.ebuild | 103 --
 2 files changed, 206 deletions(-)

diff --git a/sys-apps/portage/portage-2.3.3.ebuild 
b/sys-apps/portage/portage-2.3.3.ebuild
index 07a28907270..f9f6966ad7e 100644
--- a/sys-apps/portage/portage-2.3.3.ebuild
+++ b/sys-apps/portage/portage-2.3.3.ebuild
@@ -224,22 +224,6 @@ pkg_preinst() {
chmod g+s,ug+rwx "${ED}"var/log/portage{,/elog}
fi
 
-   if has_version "<${CATEGORY}/${PN}-2.1.13" || \
-   {
-   has_version ">=${CATEGORY}/${PN}-2.2_rc0" && \
-   has_version "<${CATEGORY}/${PN}-2.2.0_alpha189"
-   } ; then
-   USERPRIV_UPGRADE=true
-   USERSYNC_UPGRADE=true
-   REPOS_CONF_UPGRADE=true
-   REPOS_CONF_SYNC=
-   type -P portageq >/dev/null 2>&1 && \
-   REPOS_CONF_SYNC=$("$(type -P portageq)" envvar SYNC)
-   else
-   USERPRIV_UPGRADE=false
-   USERSYNC_UPGRADE=false
-   REPOS_CONF_UPGRADE=false
-   fi
if has_version ">=${CATEGORY}/${PN}-2.3.1" && \
has_version "<${CATEGORY}/${PN}-2.3.3"; then
SYNC_DEPTH_UPGRADE=true
@@ -279,93 +263,6 @@ new_config_protect() {
 }
 
 pkg_postinst() {
-
-   if ${REPOS_CONF_UPGRADE} ; then
-   einfo "Generating repos.conf"
-   local repo_name=
-   [[ -f ${PORTDIR}/profiles/repo_name ]] && \
-   repo_name=$(< "${PORTDIR}/profiles/repo_name")
-   if [[ -z ${REPOS_CONF_SYNC} ]] ; then
-   REPOS_CONF_SYNC=$(grep "^sync-uri =" 
"${EROOT:-${ROOT}}usr/share/portage/config/repos.conf")
-   REPOS_CONF_SYNC=${REPOS_CONF_SYNC##* }
-   fi
-   local sync_type=
-   [[ ${REPOS_CONF_SYNC} == git://* ]] && sync_type=git
-
-   if [[ ${REPOS_CONF_SYNC} == cvs://* ]]; then
-   sync_type=cvs
-   REPOS_CONF_SYNC=${REPOS_CONF_SYNC#cvs://}
-   fi
-
-   cat <<-EOF > "${T}/repos.conf"
-   [DEFAULT]
-   main-repo = ${repo_name:-gentoo}
-
-   [${repo_name:-gentoo}]
-   location = ${PORTDIR:-${EPREFIX}/usr/portage}
-   sync-type = ${sync_type:-rsync}
-   sync-uri = ${REPOS_CONF_SYNC}
-   EOF
-
-   [[ ${sync_type} == cvs ]] && echo "sync-cvs-repo = 
$(<"${PORTDIR}/CVS/Repository")" >> "${T}/repos.conf"
-
-   local dest=${EROOT:-${ROOT}}etc/portage/repos.conf
-   if [[ ! -f ${dest} ]] && mkdir -p "${dest}" 2>/dev/null ; then
-   
dest=${EROOT:-${ROOT}}etc/portage/repos.conf/${repo_name:-gentoo}.conf
-   fi
-   # Don't install the config update if the desired repos.conf 
directory
-   # and config file exist, since users may accept it blindly and 
break
-   # their config (bug #478726).
-   [[ -e 
${EROOT:-${ROOT}}etc/portage/repos.conf/${repo_name:-gentoo}.conf ]] || \
-   mv "${T}/repos.conf" "$(new_config_protect "${dest}")"
-
-   if [[ ${PORTDIR} == ${EPREFIX}/usr/portage ]] ; then
-   einfo "Generating make.conf PORTDIR setting for 
backward compatibility"
-   for dest in "${EROOT:-${ROOT}}etc/make.conf" 
"${EROOT:-${ROOT}}etc/portage/make.conf" ; do
-   [[ -e ${dest} ]] && break
-   done
-   [[ -d ${dest} ]] && dest=${dest}/portdir.conf
-   rm -rf "${T}/make.conf"
-   [[ -f ${dest} ]] && cat "${dest}" > "${T}/make.conf"
-   cat <<-EOF >> "${T}/make.conf"
-
-   # Set PORTDIR for backward compatibility with various 
tools:
-   #   gentoo-bashcomp - bug #478444
-   #   euse - bug #474574
-   #   euses and ufed - bug #478318
-   PORTDIR="${EPREFIX}/usr/portage"
-   EOF
-   mkdir -p "${dest%/*}"
-   mv "${T}/make.conf" "$(new_config_protect "${dest}")"
-   fi
-   fi
-
-   local distdir=${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}
-
-   if ${USERSYNC_UPGRADE} && \
-   [[ -d ${PORTDIR} && -w ${PORTDIR} ]] ; then
-  

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

2017-03-10 Thread Jeroen Roovers
commit: b6636a6876e61f9114a457e2112294986a7a576e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Mar 11 04:29:15 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Mar 11 04:29:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6636a68

net-analyzer/tcpreplay: Version bump.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-analyzer/tcpreplay/Manifest|  1 +
 .../tcpreplay/tcpreplay-4.2.0_beta1.ebuild | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest
index bab25a62d86..4f8dcfeb252 100644
--- a/net-analyzer/tcpreplay/Manifest
+++ b/net-analyzer/tcpreplay/Manifest
@@ -1,2 +1,3 @@
 DIST tcpreplay-4.1.1.tar.gz 2173781 SHA256 
61b916ef91049cad2a9ddc8de6f5e3e3cc5d9998dbb644dc91cf3a798497ffe4 SHA512 
6be88d3742b93fa557c9142eebe7ae2cf61a5436087f8400260472f87c1dd0d61515b338706afa1c850ae2380c0d5fa664691052d3dc01f3099ad068b67eee87
 WHIRLPOOL 
ce1e4fe845ffbc019316f7a11249828d7b8c65afd9bfbff04950d0666aa79ee61e3bfd98d0870f820423cfb5b21e5274bf328cb4a020f290b0e7faa81297c544
 DIST tcpreplay-4.1.2.tar.gz 2162175 SHA256 
da483347e83a9b5df0e0dbb0f822a2d37236e79dda35f4bc4e6684fa827f25ea SHA512 
3a7d125f38fe15070d666eacb4a5ef026a73ff850adec7ef3592966f38d1d155002792c5d5ac2476aa034d71be5f31b9dacd5be34af01a336149af3a42cad360
 WHIRLPOOL 
e5ca80234655b3614eebd400954b53d958d08dbe91cf123db07935e5bebfb34ad40cd41a7a25a8d8ee684dbcaeda41c75a18503172830141dca022713b7814d6
+DIST tcpreplay-4.2.0_beta1.tar.gz 2163459 SHA256 
dea8b5870ed0669832cb1c6fa83e8283274fcd86717225c1f99fdd07015da3c0 SHA512 
e031aceb9f193ea069783afce321b4a7f9f775c80f86d4d378088ed456d25e65216fd04bc18be03f8dcffe05bfe3c9fd224ad1372f8e268a6edff67816d98327
 WHIRLPOOL 
baf4ddf3906fc914411ca52d490e609b876bd68d4c8085c4b683a5a2f4f15668e531479085d60e6efe97f9a1c6a594019018d25574962f85a669ec99b2e516d6

diff --git a/net-analyzer/tcpreplay/tcpreplay-4.2.0_beta1.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-4.2.0_beta1.ebuild
new file mode 100644
index 000..1277c9de85f
--- /dev/null
+++ b/net-analyzer/tcpreplay/tcpreplay-4.2.0_beta1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic
+
+DESCRIPTION="utilities for editing and replaying previously captured network 
traffic"
+HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay;
+LICENSE="BSD GPL-3"
+SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.gz
 -> ${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE="debug pcapnav +tcpdump"
+
+DEPEND="
+   >=sys-devel/autogen-5.18.4[libopts]
+   dev-libs/libdnet
+   >=net-libs/libpcap-0.9
+   tcpdump? ( net-analyzer/tcpdump )
+   pcapnav? ( net-libs/libpcapnav )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   docs/{CHANGELOG,CREDIT,HACKING,TODO}
+)
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.1.0-enable-pcap_findalldevs.patch
+)
+
+S=${WORKDIR}/${P/_/-}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's|-O3||g' \
+   -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
+   configure.ac || die
+   sed -i \
+   -e 's|#include |#include |g' \
+   src/common/sendpacket.c || die
+   sed -i \
+   -e 's|@\([A-Z_]*\)@|$(\1)|g' \
+   -e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \
+   -e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \
+   src/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # By default it uses static linking. Avoid that, bug 252940
+   econf \
+   $(use_enable debug) \
+   $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
+   $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
+   --disable-local-libopts \
+   --enable-dynamic-link \
+   --enable-shared \
+   --with-libdnet \
+   --with-testnic2=lo \
+   --with-testnic=lo
+}
+
+src_test() {
+   if [[ ! ${EUID} -eq 0 ]]; then
+   ewarn "Some tests were disabled due to FEATURES=userpriv"
+   ewarn "To run all tests issue the following command as root:"
+   ewarn " # make -C ${S}/test"
+   emake -j1 -C test tcpprep || die "self test failed - see 
${S}/test/test.log"
+   else
+   emake -j1 test || {
+   ewarn "Note, that some tests require eth0 iface to be 
UP." ;
+   die "self test failed - see ${S}/test/test.log" ; }
+   fi
+}



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

2017-03-10 Thread Zac Medico
commit: 615c98aafb924057c2ac86a3aec7e51be8175948
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 03:43:33 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 03:43:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615c98aa

dev-python/testpath: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/testpath/testpath-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/testpath/testpath-0.3.ebuild 
b/dev-python/testpath/testpath-0.3.ebuild
index b64473bb197..260d6b07039 100644
--- a/dev-python/testpath/testpath-0.3.ebuild
+++ b/dev-python/testpath/testpath-0.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-10 Thread Zac Medico
commit: 0495f3a3cfba69b02c7779c7615d49be2c82b089
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 03:33:35 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 03:34:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0495f3a3

dev-python/entrypoints: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/entrypoints/entrypoints-0.2.2.ebuild 
b/dev-python/entrypoints/entrypoints-0.2.2.ebuild
index 1d04d23dc79..c8f1ea0047b 100644
--- a/dev-python/entrypoints/entrypoints-0.2.2.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-03-10 Thread Mike Gilbert
commit: 83318d0a672e020d77e5cbcf898035611558deba
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar 11 03:21:56 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:21:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83318d0a

www-plugins/chrome-binary-plugins: stable on amd64

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 .../chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
index 784002a4128..641944cfac4 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
@@ -30,7 +30,7 @@ MY_PN="google-chrome-${SLOT}"
 MY_P="${MY_PN}_${MY_PV}"
 
 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb;
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 LICENSE="google-chrome"
 IUSE="+widevine"



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

2017-03-10 Thread Mike Gilbert
commit: 6aab62a1ce668a66256ddc6ef5a2d1ea99e752b0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar 11 03:15:13 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aab62a1

www-client/google-chrome: automated update (57.0.2987.98)

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 www-client/google-chrome/Manifest   | 2 +-
 ...gle-chrome-56.0.2924.87.ebuild => google-chrome-57.0.2987.98.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 6ae73c75882..ff4684c6098 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_56.0.2924.87-1_amd64.deb 45892904 SHA256 
7c34adf8f613a0c8dee406535bb77afaa9cbe878639350fde1d4567967d5c4e8 SHA512 
4428000707f71ebf1ccf18302a435cdee103b700bdd78cdba1c830a2f8044a4eb297fd67c0f77b32e9459c8bd0b2b036d80324311175b00f9d49df0bf5a77360
 WHIRLPOOL 
686f967ef22359c06d1885300195e17f8818ebf1dc550f1fb6187664fa9d5452b187b953c78f7de76b2ed02fced970f87deab2747b633e130b4244c3029883c3
+DIST google-chrome-stable_57.0.2987.98-1_amd64.deb 47320946 SHA256 
888ce70f3b1eeb90abdb53b3f81a14ca5db0bc71d611272f417238ad5cbd48e3 SHA512 
72cc428a3979cadb2db8b3d2aada2001fb5f1e2e14865100bf8c350a876cbc13c4596f8ca0fff05aec027b3e57915c4994ba46f6612685682c384ead341d56e8
 WHIRLPOOL 
1bbeb1b5c40a65510b83417abbff551fb268f207f7286b018ce02e21d1fc080479aac0e1248fac16a8d34f557de9255d5d17eae32fb6d91656bb62b29db77136

diff --git a/www-client/google-chrome/google-chrome-56.0.2924.87.ebuild 
b/www-client/google-chrome/google-chrome-57.0.2987.98.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-56.0.2924.87.ebuild
rename to www-client/google-chrome/google-chrome-57.0.2987.98.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-03-10 Thread Mike Gilbert
commit: e92ce941d32e0a371ad1ebe5544f29260a8a7016
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar 11 03:13:49 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:15:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92ce941

www-plugins/chrome-binary-plugins: bump

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 www-plugins/chrome-binary-plugins/Manifest |  6 +--
 .../chrome-binary-plugins-56.0.2924.87.ebuild  | 62 --
 ...d => chrome-binary-plugins-57.0.2987.98.ebuild} |  0
 ...chrome-binary-plugins-57.0.2987.98_beta.ebuild} |  0
 ...hrome-binary-plugins-58.0.3029.14_alpha.ebuild} |  0
 5 files changed, 3 insertions(+), 65 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 8b31ec615ee..7756afa61f8 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_57.0.2987.88-1_amd64.deb 49811670 SHA256 
7ca2bbc09be32717610d392cc8f2e4d1ee616aa93e6dec680646fde8b98dea81 SHA512 
9cec4d7a72943df6bb28bd84080451cd81a0f8c3ea37c81630572a592cd03927a81d9a50582be3b3b36b49b13f85572e7ae7da9f6905a722aadbfbe3caa07dcf
 WHIRLPOOL 
e17bebcff1266ae17327b41b16223945f0f9936b20f1097c5de658f2912041e64bfba2a9b0ac2b3fdde49919893461023761faf83eae99db6536c803aafb1763
-DIST google-chrome-stable_56.0.2924.87-1_amd64.deb 45892904 SHA256 
7c34adf8f613a0c8dee406535bb77afaa9cbe878639350fde1d4567967d5c4e8 SHA512 
4428000707f71ebf1ccf18302a435cdee103b700bdd78cdba1c830a2f8044a4eb297fd67c0f77b32e9459c8bd0b2b036d80324311175b00f9d49df0bf5a77360
 WHIRLPOOL 
686f967ef22359c06d1885300195e17f8818ebf1dc550f1fb6187664fa9d5452b187b953c78f7de76b2ed02fced970f87deab2747b633e130b4244c3029883c3
-DIST google-chrome-unstable_58.0.3026.3-1_amd64.deb 56671008 SHA256 
8d0dbb428dabdab29f5fded42631e78e8ea6512753fc8197b4a8f12a15a8f650 SHA512 
bafd637da61a26aad62f7df30aab17415df4c004798878428b1233e80d99c8c37b787c9c494e6c95af5481e969570586c9061b31a8a6eb577cc5c34ce7d23c14
 WHIRLPOOL 
c4d7597be9ea61f4d69fdffe6d98e565b89b2285445c9ea22c286b1802f71cfad938d9e7b46aa9764bdbcdeec0a72d4292a97c8f993dd45b643781b57e2bf246
+DIST google-chrome-beta_57.0.2987.98-1_amd64.deb 50108126 SHA256 
dc8ffc43541178d21ebfb2e970a960fcaa4f6b2d9d49c0df0775abc3e48ea937 SHA512 
f1c8d54f9403415ecb615d0f943b1dc23e5587b44b00b9fe7f763679093f2910ade5c5a888c4774623b1086fb6aeb0f493a951018c21245574ff15bcdaeb877e
 WHIRLPOOL 
9bf4b402d5c43804ecf2d176868b54c3635efd4339da08e9523bda3df902606620363f025707fba7a0f2a801deeedb0a356877d8f8726f172333029e991f4560
+DIST google-chrome-stable_57.0.2987.98-1_amd64.deb 47320946 SHA256 
888ce70f3b1eeb90abdb53b3f81a14ca5db0bc71d611272f417238ad5cbd48e3 SHA512 
72cc428a3979cadb2db8b3d2aada2001fb5f1e2e14865100bf8c350a876cbc13c4596f8ca0fff05aec027b3e57915c4994ba46f6612685682c384ead341d56e8
 WHIRLPOOL 
1bbeb1b5c40a65510b83417abbff551fb268f207f7286b018ce02e21d1fc080479aac0e1248fac16a8d34f557de9255d5d17eae32fb6d91656bb62b29db77136
+DIST google-chrome-unstable_58.0.3029.14-1_amd64.deb 59488562 SHA256 
74a76ff42fe83bc50eeb2a256165b3b6d63bf954d3de36f7121945486e4a17aa SHA512 
69a3954cbdd773b9167154e52f9516feb1ed0f43e82f36a5c6e75f8c2db0b13efa03a9f7aeb79d8954f0afd48c97a165eda4351075ad9e0b4d685f9096c0c3db
 WHIRLPOOL 
13dba9883b479548dc7bdad32bf3a2268e62acaa4411a0ee4fb40038c869cf7479f84ce321b12ca8c3b8e6d1c489ac3091040872e1b612708d4fc7bfabcad3b0

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.87.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.87.ebuild
deleted file mode 100644
index dd520a1ece5..000
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.87.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib unpacker
-
-DESCRIPTION="Binary plugins from Google Chrome for use in Chromium"
-HOMEPAGE="https://www.google.com/chrome;
-
-case ${PV} in
-   *_alpha*)
-   SLOT="unstable"
-   CHROMEDIR="opt/google/chrome-${SLOT}"
-   MY_PV=${PV%_alpha}-1
-   ;;
-   *_beta*)
-   SLOT="beta"
-   CHROMEDIR="opt/google/chrome-${SLOT}"
-   MY_PV=${PV%_beta}-1
-   ;;
-   *)
-   SLOT="stable"
-   CHROMEDIR="opt/google/chrome"
-   MY_PV=${PV}-1
-   ;;
-esac
-
-MY_PN="google-chrome-${SLOT}"
-MY_P="${MY_PN}_${MY_PV}"
-
-SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb;
-KEYWORDS="-* amd64"
-
-LICENSE="google-chrome"
-IUSE="+widevine"
-RESTRICT="bindist mirror strip"
-
-for x in 0 beta stable unstable; do
-   if [[ ${SLOT} != ${x} ]]; then
-   RDEPEND+=" !${CATEGORY}/${PN}:${x}"
-   fi
-done
-
-S="${WORKDIR}/${CHROMEDIR}"
-QA_PREBUILT="*"
-

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2017-03-10 Thread Mike Gilbert
commit: 5fed252e4e0468f4ba182479b900311ad85e0131
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar 11 03:15:30 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fed252e

www-client/google-chrome-beta: automated update (57.0.2987.98)

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-57.0.2987.88.ebuild => google-chrome-beta-57.0.2987.98.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index a9f0fcc1b67..07b8cad989b 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_57.0.2987.88-1_amd64.deb 49811670 SHA256 
7ca2bbc09be32717610d392cc8f2e4d1ee616aa93e6dec680646fde8b98dea81 SHA512 
9cec4d7a72943df6bb28bd84080451cd81a0f8c3ea37c81630572a592cd03927a81d9a50582be3b3b36b49b13f85572e7ae7da9f6905a722aadbfbe3caa07dcf
 WHIRLPOOL 
e17bebcff1266ae17327b41b16223945f0f9936b20f1097c5de658f2912041e64bfba2a9b0ac2b3fdde49919893461023761faf83eae99db6536c803aafb1763
+DIST google-chrome-beta_57.0.2987.98-1_amd64.deb 50108126 SHA256 
dc8ffc43541178d21ebfb2e970a960fcaa4f6b2d9d49c0df0775abc3e48ea937 SHA512 
f1c8d54f9403415ecb615d0f943b1dc23e5587b44b00b9fe7f763679093f2910ade5c5a888c4774623b1086fb6aeb0f493a951018c21245574ff15bcdaeb877e
 WHIRLPOOL 
9bf4b402d5c43804ecf2d176868b54c3635efd4339da08e9523bda3df902606620363f025707fba7a0f2a801deeedb0a356877d8f8726f172333029e991f4560

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-57.0.2987.88.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-57.0.2987.98.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-57.0.2987.88.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-57.0.2987.98.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-03-10 Thread Mike Gilbert
commit: 30a954caa727f23e218515c7fde2be19d74ec619
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar 11 03:15:22 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a954ca

www-client/google-chrome-unstable: automated update (58.0.3029.14)

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...le-58.0.3026.3.ebuild => google-chrome-unstable-58.0.3029.14.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 429907cfe45..83ae198aba1 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_58.0.3026.3-1_amd64.deb 56671008 SHA256 
8d0dbb428dabdab29f5fded42631e78e8ea6512753fc8197b4a8f12a15a8f650 SHA512 
bafd637da61a26aad62f7df30aab17415df4c004798878428b1233e80d99c8c37b787c9c494e6c95af5481e969570586c9061b31a8a6eb577cc5c34ce7d23c14
 WHIRLPOOL 
c4d7597be9ea61f4d69fdffe6d98e565b89b2285445c9ea22c286b1802f71cfad938d9e7b46aa9764bdbcdeec0a72d4292a97c8f993dd45b643781b57e2bf246
+DIST google-chrome-unstable_58.0.3029.14-1_amd64.deb 59488562 SHA256 
74a76ff42fe83bc50eeb2a256165b3b6d63bf954d3de36f7121945486e4a17aa SHA512 
69a3954cbdd773b9167154e52f9516feb1ed0f43e82f36a5c6e75f8c2db0b13efa03a9f7aeb79d8954f0afd48c97a165eda4351075ad9e0b4d685f9096c0c3db
 WHIRLPOOL 
13dba9883b479548dc7bdad32bf3a2268e62acaa4411a0ee4fb40038c869cf7479f84ce321b12ca8c3b8e6d1c489ac3091040872e1b612708d4fc7bfabcad3b0

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-58.0.3026.3.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-58.0.3029.14.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-58.0.3026.3.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-58.0.3029.14.ebuild



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

2017-03-10 Thread Zac Medico
commit: 7a10c42098edd3dd7605b6e7c61037b17211a742
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 03:06:28 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 03:15:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a10c420

dev-python/traitlets: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/traitlets/traitlets-4.3.1.ebuild | 2 +-
 dev-python/traitlets/traitlets-4.3.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/traitlets/traitlets-4.3.1.ebuild 
b/dev-python/traitlets/traitlets-4.3.1.ebuild
index f6f1bf4af0a..4e4ef72acb8 100644
--- a/dev-python/traitlets/traitlets-4.3.1.ebuild
+++ b/dev-python/traitlets/traitlets-4.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/traitlets/traitlets-4.3.2.ebuild 
b/dev-python/traitlets/traitlets-4.3.2.ebuild
index 7d6072cfc1e..d343cd093c6 100644
--- a/dev-python/traitlets/traitlets-4.3.2.ebuild
+++ b/dev-python/traitlets/traitlets-4.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-10 Thread Mike Gilbert
commit: 6ef5cc44f3176e0f7f1d4357d46f6ab4aa364f12
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Mar 10 19:33:39 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:03:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef5cc44

net-irc/kvirc: Delete old versions.

 net-irc/kvirc/Manifest   |   2 -
 net-irc/kvirc/kvirc-5.0_pre20160801092805.ebuild | 138 ---
 net-irc/kvirc/kvirc-5.0_pre20161201011150.ebuild | 138 ---
 3 files changed, 278 deletions(-)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index e3679fe001e..90c11ae2ec4 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1,3 +1 @@
-DIST kvirc-5.0_pre20160801092805.tar.gz 6459791 SHA256 
1ddc0e962238b2959ed0aacab83071e6237fa48b040201790be07e6e9cc94fee SHA512 
8bc184f4c1e87d557d6fcb0bc6f8370d602ea5b869f557c69d70cf32638cbbb6cd78907dbb13bc9cc70ff661cd556a54db3a5732dbb3e3a1f8241c8f4a4e5668
 WHIRLPOOL 
9b6a24421cabb0d61a3f5e6fd322a230123bbb3d93f56f2bd044812a1d0a83cbd04cff38ea228757fc7938d2a32516068b3db5244307ff2e4328c6664c29a20b
-DIST kvirc-5.0_pre20161201011150.tar.gz 6096540 SHA256 
a1a44995e12ada79338b38f9e1f7b750df7acf849c91878fbfe61617de0e8a8e SHA512 
82b52996fc6d761d71ea54e967aa813b6420c7dc218a98d9faab7ad8e3ff4a3953e6931ce5bc4231a1034966194b1ad6715fdd2f6df725bec85fa59204e9db49
 WHIRLPOOL 
f67f3177efb0e032dc949acee11fa422032d4edbf6b2ec5b7613c4803cb95a0fcceb11de7ca2a57fcfbafc44d811d0ce90faa5bd67ab3a52e87280b1c41abe13
 DIST kvirc-5.0_pre20170202154736.tar.gz 6106786 SHA256 
a17a214fb24b44d9c799cc85e98ec1a92a50401c3f662587ef355532329293ad SHA512 
b2055f6c06426639f87499a8242c97b0dfb7168edfafa3c2a124dfb70799c361d8e5ae14e71605819372e2c66c4c97a18a919423a3ce2f64b276ea20edd02b18
 WHIRLPOOL 
bc8d74142b21a6f80816bef6840d344ce92154a081bf1bd9cc6bdcd2213ebb8313bdc209ecb20e916cf7e97c0ec49f1294f2e04a57fa00eadfbd478fdf417787

diff --git a/net-irc/kvirc/kvirc-5.0_pre20160801092805.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20160801092805.ebuild
deleted file mode 100644
index f4fe95b024b..000
--- a/net-irc/kvirc/kvirc-5.0_pre20160801092805.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_DEPEND="python? 2"
-
-inherit cmake-utils flag-o-matic multilib python
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/kvirc/KVIrc;
-   KVIRC_GIT_REVISION=""
-   KVIRC_GIT_SOURCES_DATE=""
-else
-   inherit vcs-snapshot
-
-   KVIRC_GIT_REVISION="fcc2439f984da5ecf7726f01105a40a15fa6b144"
-   KVIRC_GIT_SOURCES_DATE="${PV#*_pre}"
-   
KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}"
-fi
-
-DESCRIPTION="Advanced IRC Client"
-HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc;
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-else
-   
SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="kvirc"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
-
-RDEPEND="dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   sys-libs/zlib:0=
-   x11-libs/libX11
-   audiofile? ( media-libs/audiofile )
-   dbus? ( dev-qt/qtdbus:5 )
-   dcc_video? ( dev-qt/qtmultimedia:5[widgets] )
-   kde? (
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/knotifications:5
-   kde-frameworks/kservice:5
-   kde-frameworks/kwindowsystem:5
-   kde-frameworks/kxmlgui:5
-   )
-   perl? ( dev-lang/perl:0= )
-   phonon? ( media-libs/phonon:0[qt5] )
-   spell? ( app-text/enchant )
-   ssl? ( dev-libs/openssl:0= )
-   theora? (
-   media-libs/libogg
-   media-libs/libtheora
-   media-libs/libvorbis
-   )
-   webkit? ( dev-qt/qtwebkit:5 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-proto/scrnsaverproto
-   doc? ( app-doc/doxygen )
-   kde? ( kde-frameworks/extra-cmake-modules:5 )
-   nls? ( sys-devel/gettext )"
-RDEPEND="${RDEPEND}
-   gsm? ( media-sound/gsm )"
-REQUIRED_USE="audiofile? ( oss )"
-
-DOCS=(ChangeLog doc/FAQ)
-
-pkg_setup() {
-   if use python; then
-   python_set_active_version 2
-   python_pkg_setup
-   fi
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   if [[ "${PV}" == "" ]]; then
-   KVIRC_GIT_REVISION="$(git show -s --format=%H)"
-  

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

2017-03-10 Thread Mike Gilbert
commit: d63327f7f93dedd49fa27c1905aeae6ce33e11d2
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Mar 10 19:22:34 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:03:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63327f7

net-libs/neon: Use docinto + dodoc instead of deprecated dohtml.

 net-libs/neon/neon-0.30.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-libs/neon/neon-0.30.2.ebuild b/net-libs/neon/neon-0.30.2.ebuild
index b0c0284e672..c062175e0bf 100644
--- a/net-libs/neon/neon-0.30.2.ebuild
+++ b/net-libs/neon/neon-0.30.2.ebuild
@@ -92,7 +92,10 @@ multilib_src_install() {
emake DESTDIR="${D}" install-{config,headers,lib,man,nls}
 
if multilib_is_native_abi && use doc; then
-   dohtml -r doc/html/
+   (
+   docinto html
+   dodoc -r doc/html/*
+   )
fi
 }
 



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

2017-03-10 Thread Mike Gilbert
commit: fe86efa51fd823c0e4c54068ea239c7e38d95908
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Mar 10 19:36:45 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:03:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe86efa5

xdg-utils.eclass: Fix typo in description of MIMEINFO_DATABASE_UPDATE_BIN.

 eclass/xdg-utils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass
index 9595cec1b49..1f5d4b0b4c5 100644
--- a/eclass/xdg-utils.eclass
+++ b/eclass/xdg-utils.eclass
@@ -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
 
 # @ECLASS: xdg-utils.eclass
@@ -34,7 +34,7 @@ esac
 # @ECLASS-VARIABLE: MIMEINFO_DATABASE_UPDATE_BIN
 # @INTERNAL
 # @DESCRIPTION:
-# Path to update-desktop-database
+# Path to update-mime-database
 : ${MIMEINFO_DATABASE_UPDATE_BIN:="/usr/bin/update-mime-database"}
 
 # @ECLASS-VARIABLE: MIMEINFO_DATABASE_DIR



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

2017-03-10 Thread Mike Gilbert
commit: 7c0384dc66c749827b9e5ce159aa324de7d86e14
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri Mar 10 19:31:51 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 11 03:03:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0384dc

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

 net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild
index d86740050a6..0f707acf3ee 100644
--- a/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild
+++ b/net-irc/kvirc/kvirc-5.0_pre20170202154736.ebuild
@@ -30,7 +30,7 @@ fi
 
 LICENSE="kvirc"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
 REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] proj/catalyst:catalyst_use commit in: targets/support/, targets/stage2/, targets/stage3/, targets/stage4/

2017-03-10 Thread Jorge Manuel B. S. Vicetto
commit: b2ac96efc3d787ec33f11a0a5eeaa10d67b5556a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Mar 11 00:43:29 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Mar 11 00:43:29 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b2ac96ef

Add prepare_portage and clear_portage to functions.sh and to the controller.sh 
file for stages 2, 3 and 4.

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

 targets/stage2/stage2-controller.sh |  3 +++
 targets/stage3/stage3-controller.sh |  3 +++
 targets/stage4/stage4-controller.sh |  3 +++
 targets/support/functions.sh| 23 +++
 4 files changed, 32 insertions(+)

diff --git a/targets/stage2/stage2-controller.sh 
b/targets/stage2/stage2-controller.sh
index 25e5120..41bd43b 100755
--- a/targets/stage2/stage2-controller.sh
+++ b/targets/stage2/stage2-controller.sh
@@ -10,6 +10,8 @@ case $1 in
;;
 
run)
+   prepare_portage
+
shift
export clst_packages="$*"
exec_in_chroot \
@@ -17,6 +19,7 @@ case $1 in
;;
 
preclean)
+   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh
;;
 

diff --git a/targets/stage3/stage3-controller.sh 
b/targets/stage3/stage3-controller.sh
index df1479e..eaa40b3 100755
--- a/targets/stage3/stage3-controller.sh
+++ b/targets/stage3/stage3-controller.sh
@@ -10,12 +10,15 @@ case $1 in
;;
 
run)
+   prepare_portage
+
shift
export clst_packages="$*"
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-chroot.sh
;;
 
preclean)
+   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh
;;
 

diff --git a/targets/stage4/stage4-controller.sh 
b/targets/stage4/stage4-controller.sh
index d42f302..4c5d5a0 100755
--- a/targets/stage4/stage4-controller.sh
+++ b/targets/stage4/stage4-controller.sh
@@ -10,6 +10,8 @@ case $1 in
;;
 
pre-kmerge)
+   prepare_portage
+
# Sets up the build environment before any kernels are compiled
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
@@ -41,6 +43,7 @@ case $1 in
;;
 
preclean)
+   clear_portage
exec_in_chroot 
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
;;
 

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index cca2fd8..f743d41 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -16,6 +16,29 @@ delete_from_chroot(){
fi
 }
 
+prepare_portage() {
+
+   echo "CATALYST_USE=\"${clst_CATALYST_USE}\"" >> 
${clst_chroot_path}${clst_make_conf}
+   sed -i -e "/^USE=\"/s//\${CATALYST_USE} ${USE} /" 
${clst_chroot_path}${clst_make_conf}
+}
+
+clear_portage() {
+   # Clean-up USE again
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && echo "Drop 
\$CATALYST_USE from USE on ${clst_chroot_path}${clst_make_conf}"
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && sed -i -e 
"/^USE=\"/s/\${CATALYST_USE} //" ${clst_chroot_path}${clst_make_conf}
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && echo "Remove 
\$CATALYST_USE on ${clst_chroot_path}${clst_make_conf}"
+   [ -e ${clst_chroot_path}${clst_make_conf} ] && sed -i -e 
"/^CATALYST_USE/d" ${clst_chroot_path}${clist_make_conf}
+
+   if [ -n "${clst_portage_prefix}" ]; then
+   for dir in "keywords", "mask", "unmask", "use"; do
+   [ -d 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix} ] &&
+   echo "Clear 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix}"
+   [ -d 
${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix} ] &&
+   rm -R 
"${clst_chroot_path}/etc/portage/package.${dir}/${clst_portage_prefix}"
+   done
+   fi
+}
+
 exec_in_chroot(){
 # Takes the full path to the source file as its argument
 # copies the file to the /tmp directory of the chroot



[gentoo-commits] proj/catalyst:catalyst_use commit in: targets/support/

2017-03-10 Thread Jorge Manuel B. S. Vicetto
commit: b970ce471080706fd1345a547ab8f83e2a005ebb
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Mar 11 00:23:59 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Mar 11 00:23:59 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b970ce47

Revert "targets/support/kmerge.sh: Add loglevel option to genkernel command"

This reverts commit ed0c8093f9867b91b870cddaad9a16800ea13f3c.

 targets/support/kmerge.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 3c64e47..fc066cc 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -11,7 +11,6 @@ setup_gk_args() {
# default genkernel args
GK_ARGS="${clst_gk_mainargs} \
 ${clst_kernel_gk_kernargs} \
---loglevel=5 \
 
--cachedir=/tmp/kerncache/${clst_kname}-genkernel_cache-${clst_version_stamp} \
 --no-mountboot \
 --kerneldir=/usr/src/linux \



[gentoo-commits] proj/catalyst:catalyst_use commit in: catalyst/base/

2017-03-10 Thread Jorge Manuel B. S. Vicetto
commit: c163427598c73941349a596d1435d065c4d7ec9b
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Mar 11 00:27:35 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Mar 11 00:27:35 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c1634275

White space.

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

 catalyst/base/stagebase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 0d36e33..417c198 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -553,8 +553,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
def set_catalyst_use(self):
if self.settings["spec_prefix"] + "/catalyst_use" in 
self.settings:
self.settings["catalyst_use"] = \
-   
self.settings[self.settings["spec_prefix"]+"/catalyst_use"]
-   del 
self.settings[self.settings["spec_prefix"]+"/catalyst_use"]
+   self.settings[self.settings["spec_prefix"] + 
"/catalyst_use"]
+   del self.settings[self.settings["spec_prefix"] + 
"/catalyst_use"]
if "catalyst_use" not in self.settings:
self.settings["catalyst_use"] = ""
if isinstance(self.settings['catalyst_use'], str):



[gentoo-commits] proj/catalyst:catalyst_use commit in: targets/stage1/

2017-03-10 Thread Jorge Manuel B. S. Vicetto
commit: fec0a950fb8f20863ca57647e5b5d9e03932ebfd
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Mar 11 00:39:12 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Mar 11 00:39:12 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fec0a950

Improve the order of USE definition, make sure to remove USE after building 
portage, add the contents of BOOTSTRAP_USE to USE and clean USE and 
CATALYST_USE after building pacakges.

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

 targets/stage1/stage1-chroot.sh | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index f243866..1b0aa08 100755
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -25,7 +25,7 @@ clst_root_path=/ setup_pkgmgr "build"
 
 # We need to ensure the base stage3 has USE="bindist"
 # if BINDIST is set to avoid issues with openssl / openssh
-[ -e ${clst_make_conf} ] && echo "USE=\"${USE} ${BINDIST}\"" >> 
${clst_make_conf}
+[ -e ${clst_make_conf} ] && echo "USE=\"${BINDIST} ${USE}\"" >> 
${clst_make_conf}
 
 # Update stage3
 if [ -n "${clst_update_seed}" ]; then
@@ -48,7 +48,7 @@ else
 fi
 
 # Clear USE
-[ -e ${clst_make_conf} ] && sed -i -e "USE=\"s/${BINDIST}//" ${clst_make_conf}
+[ -e ${clst_make_conf} ] && sed -i -e "/^USE=\"${BINDIST} ${USE}\"/d" 
${clst_make_conf}
 
 make_destpath /tmp/stage1root
 
@@ -61,7 +61,8 @@ sed -i "/USE=\"${USE} -build\"/d" ${clst_make_conf}
 # Now, we install our packages
 if [ -e ${clst_make_conf} ]; then
echo "CATALYST_USE=\"-* build ${BINDIST} ${clst_CATALYST_USE}\"" >> 
${clst_make_conf}
-   echo "USE=\"\${CATALYST_USE} ${USE} \${BOOTSTRAP_USE} 
${clst_HOSTUSE}\"" >> ${clst_make_conf}
+   echo "USE=\"\${CATALYST_USE} ${USE} ${BOOTSTRAP_USE} ${clst_HOSTUSE}\"" 
>> ${clst_make_conf}
+
for useexpand in ${clst_HOSTUSEEXPAND}; do
x="clst_${useexpand}"
echo "${useexpand}=\"${!x}\"" \
@@ -77,3 +78,7 @@ for useexpand in ${clst_HOSTUSEEXPAND}; do
sed -i "/${useexpand}=\"${!x}\"/d" \
${clst_make_conf}
 done
+
+# Clear USE
+[ -e ${clst_make_conf} ] && sed -i -e "/^CATALYST_USE/d" ${clst_make_conf}
+[ -e ${clst_make_conf} ] && sed -i -e "/^USE=\"/s/\${CATALYST_USE} ${USE} 
${BOOTSTRAP_USE}//" ${clst_make_conf}



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

2017-03-10 Thread Zac Medico
commit: fd1ddc848228aa6f915a3281a708cc352f1db848
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 02:50:45 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 02:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1ddc84

dev-python/ipython_genutils: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
index 12b5e3a35ea..438b767b115 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-10 Thread Richard Farina
commit: 6e8508704a25e203adb6254c1f583ec948f26da5
Author: Zero_Chaos  gentoo  org>
AuthorDate: Sat Mar 11 02:46:41 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Sat Mar 11 02:47:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e850870

dev-util/catalyst: correct half the QA warnings

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 dev-util/catalyst/catalyst-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index d17b3bd6a5f..b257d2ff766 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.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
 
 EAPI=5
@@ -47,6 +47,7 @@ RDEPEND="
 python_prepare_all() {
echo VERSION="${PV}" "${PYTHON}" setup.py set_version
VERSION="${PV}" "${PYTHON}" setup.py set_version
+   distutils-r1_python_prepare_all
 }
 
 python_compile_all() {



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

2017-03-10 Thread Zac Medico
commit: 2314f72233ec414d0e8e45e63b85d6c38045c89d
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 02:40:17 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 02:40:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2314f722

dev-python/xlsxwriter: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild | 4 ++--
 dev-python/xlsxwriter/xlsxwriter-0.8.4.ebuild | 4 ++--
 dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild
index d75349e1743..30ac84f26f1 100644
--- a/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild
+++ b/dev-python/xlsxwriter/xlsxwriter-0.7.8.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/xlsxwriter/xlsxwriter-0.8.4.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-0.8.4.ebuild
index a2c131da927..e013553e66e 100644
--- a/dev-python/xlsxwriter/xlsxwriter-0.8.4.ebuild
+++ b/dev-python/xlsxwriter/xlsxwriter-0.8.4.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild
index a2c131da927..e013553e66e 100644
--- a/dev-python/xlsxwriter/xlsxwriter-0.9.2.ebuild
+++ b/dev-python/xlsxwriter/xlsxwriter-0.9.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] proj/catalyst:master commit in: doc/

2017-03-10 Thread Richard Farina
commit: d7dbe6e1b2fd3148a652843ef43ab80415959842
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Sat Mar 11 02:35:39 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Sat Mar 11 02:35:39 2017 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d7dbe6e1

would be nice if the ebuild worked again

 doc/make_subarch_table_guidexml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/make_subarch_table_guidexml.py 
b/doc/make_subarch_table_guidexml.py
index 0699d2a..f571e00 100755
--- a/doc/make_subarch_table_guidexml.py
+++ b/doc/make_subarch_table_guidexml.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2
+#!/usr/bin/python
 # Copyright (C) 2011 Sebastian Pipping 
 # Copyright (C) 2013 Brian dolbec 
 # Licensed under GPL v2 or later



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

2017-03-10 Thread Zac Medico
commit: 6c2501b1104202086552f9573efc20307f4634bf
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 02:23:04 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 02:23:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2501b1

dev-python/bottleneck: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/bottleneck/bottleneck-0.8.0.ebuild | 4 ++--
 dev-python/bottleneck/bottleneck-1.0.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/bottleneck/bottleneck-0.8.0.ebuild 
b/dev-python/bottleneck/bottleneck-0.8.0.ebuild
index 7840f4fce3c..c23ccfffde6 100644
--- a/dev-python/bottleneck/bottleneck-0.8.0.ebuild
+++ b/dev-python/bottleneck/bottleneck-0.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/bottleneck/bottleneck-1.0.0.ebuild 
b/dev-python/bottleneck/bottleneck-1.0.0.ebuild
index 8afbb3d1aea..691f620eccf 100644
--- a/dev-python/bottleneck/bottleneck-1.0.0.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/

2017-03-10 Thread Zac Medico
commit: 0320df4f6695aa4ee61a19c0d364bfa074b01dc5
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 01:55:29 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 01:58:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0320df4f

sci-libs/scipy: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-libs/scipy/scipy-0.16.1.ebuild | 4 ++--
 sci-libs/scipy/scipy-0.17.0.ebuild | 4 ++--
 sci-libs/scipy/scipy-0.18.1.ebuild | 4 ++--
 sci-libs/scipy/scipy-.ebuild   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-libs/scipy/scipy-0.16.1.ebuild 
b/sci-libs/scipy/scipy-0.16.1.ebuild
index 68fba94d183..2b2cbdd32e2 100644
--- a/sci-libs/scipy/scipy-0.16.1.ebuild
+++ b/sci-libs/scipy/scipy-0.16.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 DOC_PV=${PV}

diff --git a/sci-libs/scipy/scipy-0.17.0.ebuild 
b/sci-libs/scipy/scipy-0.17.0.ebuild
index c2e70138023..43d3e39d637 100644
--- a/sci-libs/scipy/scipy-0.17.0.ebuild
+++ b/sci-libs/scipy/scipy-0.17.0.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 DOC_PV=${PV}

diff --git a/sci-libs/scipy/scipy-0.18.1.ebuild 
b/sci-libs/scipy/scipy-0.18.1.ebuild
index a8bad00c2fd..44a6f8669f1 100644
--- a/sci-libs/scipy/scipy-0.18.1.ebuild
+++ b/sci-libs/scipy/scipy-0.18.1.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
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 DOC_PV=${PV}

diff --git a/sci-libs/scipy/scipy-.ebuild b/sci-libs/scipy/scipy-.ebuild
index 0ad0a434b8b..40b9ba8c70b 100644
--- a/sci-libs/scipy/scipy-.ebuild
+++ b/sci-libs/scipy/scipy-.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 DOC_PV=${PV}



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

2017-03-10 Thread Andrew Savchenko
commit: e06cc78a1ecf3d7d30a0737748b7d4838f489aa7
Author: Andrew Savchenko  gmail  com>
AuthorDate: Sat Mar 11 00:59:03 2017 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat Mar 11 00:59:03 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e06cc78a

www-client/firefox: update dependencies

This fixes bug 612252.
Icu dependency is also updated.

 www-client/firefox/firefox-52.0_beta8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-client/firefox/firefox-52.0_beta8.ebuild 
b/www-client/firefox/firefox-52.0_beta8.ebuild
index 36a447d..5d00633 100644
--- a/www-client/firefox/firefox-52.0_beta8.ebuild
+++ b/www-client/firefox/firefox-52.0_beta8.ebuild
@@ -59,6 +59,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
pgo? ( >=sys-devel/gcc-4.5 )
rust? ( dev-lang/rust )
+   system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0=[graphite,icu] 
>=media-gfx/graphite2-1.3.8 )
+   system-icu? ( >=dev-libs/icu-58.1:= )
amd64? ( ${ASM_DEPEND} virtual/opengl )
x86? ( ${ASM_DEPEND} virtual/opengl )"
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkleo/

2017-03-10 Thread Michael Palimaka
commit: 681e551ef2bd8e539c029bff6b6e5d5c6ca23d6e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 11 00:53:08 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 11 00:53:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681e551e

kde-apps/libkleo: update dependencies

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../libkleo/{libkleo-16.12.3.ebuild => libkleo-16.12.3-r1.ebuild}  | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/kde-apps/libkleo/libkleo-16.12.3.ebuild 
b/kde-apps/libkleo/libkleo-16.12.3-r1.ebuild
similarity index 81%
rename from kde-apps/libkleo/libkleo-16.12.3.ebuild
rename to kde-apps/libkleo/libkleo-16.12.3-r1.ebuild
index 6f58f11bb6f..04fa12d719f 100644
--- a/kde-apps/libkleo/libkleo-16.12.3.ebuild
+++ b/kde-apps/libkleo/libkleo-16.12.3-r1.ebuild
@@ -12,20 +12,17 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
+   $(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
-   $(add_kdeapps_dep kmime)
$(add_kdeapps_dep kpimtextedit)
-   $(add_qt_dep designer)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
>=app-crypt/gpgme-1.7.1[cxx,qt5]
 "
 DEPEND="${RDEPEND}



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

2017-03-10 Thread Michael Palimaka
commit: 1e253c936c9d72fc9726da40f59545e5381f44d6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 11 00:49:48 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 11 00:51:45 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e253c93

kde-apps/libkleo: remove unused dependencies

Upstream-commit: baefa5bb296b300f33110960a87d7b58d612d651
Upstream-commit: 9b31a41d534ce1308c67b84bc16ee7313f7bdfc8
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 kde-apps/libkleo/libkleo-.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
index 474ceb562f..88addb5eaa 100644
--- a/kde-apps/libkleo/libkleo-.ebuild
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -17,17 +17,12 @@ RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
-   $(add_kdeapps_dep kmime)
$(add_kdeapps_dep kpimtextedit)
-   $(add_qt_dep designer)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
>=app-crypt/gpgme-1.7.1[cxx,qt5]
 "
 DEPEND="${RDEPEND}



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

2017-03-10 Thread Zac Medico
commit: 44557449b154480bd5f349238b657db89b9941f2
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 00:49:15 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 00:50:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44557449

dev-python/pytables: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/pytables/pytables-3.1.1-r2.ebuild | 4 ++--
 dev-python/pytables/pytables-3.2.0.ebuild| 4 ++--
 dev-python/pytables/pytables-3.2.1.1.ebuild  | 4 ++--
 dev-python/pytables/pytables-3.2.1.ebuild| 4 ++--
 dev-python/pytables/pytables-3.2.2.ebuild| 4 ++--
 dev-python/pytables/pytables-3.3.0.ebuild| 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-python/pytables/pytables-3.1.1-r2.ebuild 
b/dev-python/pytables/pytables-3.1.1-r2.ebuild
index ed4a13de25a..f22a4f0c61e 100644
--- a/dev-python/pytables/pytables-3.1.1-r2.ebuild
+++ b/dev-python/pytables/pytables-3.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.0.ebuild 
b/dev-python/pytables/pytables-3.2.0.ebuild
index 769b09e54de..597054bc2ab 100644
--- a/dev-python/pytables/pytables-3.2.0.ebuild
+++ b/dev-python/pytables/pytables-3.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.1.1.ebuild 
b/dev-python/pytables/pytables-3.2.1.1.ebuild
index 1042419eb8a..1b75f0a72ca 100644
--- a/dev-python/pytables/pytables-3.2.1.1.ebuild
+++ b/dev-python/pytables/pytables-3.2.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.1.ebuild 
b/dev-python/pytables/pytables-3.2.1.ebuild
index 5022ed2ce20..881c844dd98 100644
--- a/dev-python/pytables/pytables-3.2.1.ebuild
+++ b/dev-python/pytables/pytables-3.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.2.2.ebuild 
b/dev-python/pytables/pytables-3.2.2.ebuild
index f2d58f80b9a..1b75f0a72ca 100644
--- a/dev-python/pytables/pytables-3.2.2.ebuild
+++ b/dev-python/pytables/pytables-3.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables

diff --git a/dev-python/pytables/pytables-3.3.0.ebuild 
b/dev-python/pytables/pytables-3.3.0.ebuild
index 7f3901392b9..2a1d71b5646 100644
--- a/dev-python/pytables/pytables-3.3.0.ebuild
+++ b/dev-python/pytables/pytables-3.3.0.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
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 MY_PN=tables



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

2017-03-10 Thread Michael Palimaka
commit: d6f9b0774e0854fe32418f551d79c212b505d7b2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 11 00:45:37 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 11 00:45:47 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6f9b077

kde-apps/libkleo: add new dependencies

Upstream-commit: 411863304ce47ea6fbb5a996eb215ac0fa7a42d1
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 kde-apps/libkleo/libkleo-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
index 5a5c686102..474ceb562f 100644
--- a/kde-apps/libkleo/libkleo-.ebuild
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -12,11 +12,13 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+   $(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)



[gentoo-commits] repo/gentoo:master commit in: dev-python/cgkit/files/, dev-python/cgkit/

2017-03-10 Thread David Seifert
commit: c1ec4fe569091637ac5a64c52b031755f10f283f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 11 00:00:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 11 00:11:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ec4fe5

dev-python/cgkit: Add py3.5 support

* EAPI 6
* Call distutils-r1_python_prepare_all
* Fix compiling in C++14 mode with GCC 6

Bug: https://bugs.gentoo.org/show_bug.cgi?id=611774
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/cgkit/cgkit-2.0.0-r1.ebuild | 85 ++
 .../cgkit/files/cgkit-2.0.0-fix-build-system.patch | 40 ++
 dev-python/cgkit/files/cgkit-2.0.0-fix-c++14.patch | 33 +
 3 files changed, 158 insertions(+)

diff --git a/dev-python/cgkit/cgkit-2.0.0-r1.ebuild 
b/dev-python/cgkit/cgkit-2.0.0-r1.ebuild
new file mode 100644
index 000..0ce53541ecb
--- /dev/null
+++ b/dev-python/cgkit/cgkit-2.0.0-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1 scons-utils toolchain-funcs
+
+MY_P="${P/_/}"
+
+DESCRIPTION="Python library for creating 3D images"
+HOMEPAGE="http://cgkit.sourceforge.net;
+SRC_URI="
+   $(python_gen_cond_dep 
mirror://sourceforge/${PN}/${PN}/${P}/${P}-py2k.tar.gz 'python2*')
+   $(python_gen_cond_dep 
mirror://sourceforge/${PN}/${PN}/${P}/${P}-py3k.tar.gz 'python3*')"
+
+LICENSE="LGPL-2.1 MPL-1.1 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="3ds"
+
+RDEPEND="
+   >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/pyprotocols[${PYTHON_USEDEP}]' 
'python2*')
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-python/pygame[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   3ds? ( ~media-libs/lib3ds-1.3.0 )"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+   cgkit_unpack() {
+   local tarball
+   if python_is_python3; then
+   tarball=${P}-py3k.tar.gz
+   else
+   tarball=${P}-py2k.tar.gz
+   fi
+   mkdir "${BUILD_DIR}" || die
+   tar -C "${BUILD_DIR}" -x --strip-components 1 -f 
"${DISTDIR}/${tarball}" || die
+   }
+   python_foreach_impl cgkit_unpack
+   mkdir "${S}" || die
+}
+
+python_prepare() {
+   eapply \
+   "${FILESDIR}"/${PN}-2.0.0-fix-build-system.patch \
+   "${FILESDIR}"/${PN}-2.0.0-fix-c++14.patch
+   if python_is_python3; then
+   eapply "${FILESDIR}"/${PN}-py3k-pillow.patch
+   else
+   eapply "${FILESDIR}"/${PN}-py2k-pillow.patch
+   fi
+
+   cp config_template.cfg config.cfg || die
+   cat >> config.cfg <<- _EOF_ || die
+   BOOST_LIB = 'boost_python-${EPYTHON#python}'
+   LIBS += ['GL', 'GLU', 'glut']
+   LIB3DS_AVAILABLE = $(usex 3ds True False)
+   _EOF_
+
+   # Remove invalid test
+   rm -f unittests/test_pointcloud.py || die
+}
+
+python_configure_all() {
+   tc-export AR CXX
+}
+
+python_compile() {
+   pushd supportlib >/dev/null || die
+   CXXFLAGS="${CXXFLAGS} -fPIC" escons
+   popd >/dev/null || die
+   distutils-r1_python_compile
+}
+
+python_test() {
+   pushd unittests >/dev/null || die
+   mkdir tmp || die
+   "${EPYTHON}" all.py || die "Testing failed with ${EPYTHON}"
+   popd >/dev/null || die
+}

diff --git a/dev-python/cgkit/files/cgkit-2.0.0-fix-build-system.patch 
b/dev-python/cgkit/files/cgkit-2.0.0-fix-build-system.patch
new file mode 100644
index 000..2b62071380c
--- /dev/null
+++ b/dev-python/cgkit/files/cgkit-2.0.0-fix-build-system.patch
@@ -0,0 +1,40 @@
+Make scons respect user variables
+
+--- a/setup.py
 b/setup.py
+@@ -214,7 +214,7 @@
+ 
+ # The following variables are used to customize the compile process
+ 
+-INC_DIRS = []
++INC_DIRS = ['/usr/include']
+ LIB_DIRS = []
+ LIBS = []
+ CC_ARGS  = []
+--- a/supportlib/SConstruct
 b/supportlib/SConstruct
+@@ -30,19 +30,11 @@
+ # Add the local 'include' directory...
+ env.Append(CPPPATH = ["include"])
+ 
+-# Do platform specific stuff...
+-if sys.platform=="win32":
+-env.Append(CCFLAGS = ["/GX", "/GR", "/MD", "/W3"])
+-env.Append(CPPDEFINES = ["WIN32", "_LIB"])
+-elif sys.platform=="darwin":
+-env.Append(CCFLAGS = ["-arch", "x86_64"])
+-env.Append(CCFLAGS = ["-arch", "i386"])
+-#env.Append(CCFLAGS = ["-arch", "ppc"])
+-env.Append(CPPPATH = ["/opt/local/include"])
+-env.Append(CCFLAGS = ["-fPIC"])
+-else:
+-env.Append(CPPPATH = ["/opt/local/include"])
+-env.Append(CCFLAGS = ["-fPIC"])
++env.Append(CPPPATH = ['/usr/include'])
++env['AR'] = os.environ.get('AR', 'ar')
++env['CXX'] = os.environ.get('CXX', 'g++')
++env['CXXFLAGS'] = os.environ.get('CXXFLAGS', 

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

2017-03-10 Thread Zac Medico
commit: eb3c6a372638050a0b14a66b742171c7d2c12e25
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 00:10:10 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 00:10:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3c6a37

dev-python/numexpr: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/numexpr/numexpr-2.6.1.ebuild 
b/dev-python/numexpr/numexpr-2.6.1.ebuild
index e0ca4022c17..453de3de466 100644
--- a/dev-python/numexpr/numexpr-2.6.1.ebuild
+++ b/dev-python/numexpr/numexpr-2.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic



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

2017-03-10 Thread Sebastian Pipping
commit: f6408325a5c0fcb202735f0095a9f0904b7895cf
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Mar 10 23:30:02 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Mar 10 23:36:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6408325

dev-python/aadict: 0.2.3

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/aadict/Manifest|  1 +
 dev-python/aadict/aadict-0.2.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/aadict/Manifest b/dev-python/aadict/Manifest
index eccd927b856..0c1c17797c4 100644
--- a/dev-python/aadict/Manifest
+++ b/dev-python/aadict/Manifest
@@ -1 +1,2 @@
 DIST aadict-0.2.2.tar.gz 17698 SHA256 
491d75eedad3d1d45204fdda3b70a12f6982d242d927dac68a7dbe69270b5491 SHA512 
883ab22b036bbfc81ff97ab90d3d7246aea7cfc7b9e0bdd1f8e74e7036c003128002ba7bc645bb14f54a1e47423ecdb09969968127e71da0398e9f9398c2dd3f
 WHIRLPOOL 
948d6914af59426c016d642cfff50939588fe40a214180bb1bb0621da1ad096f5f2af4a811b6ea60445125daa794feee9429246ff89bb25a6e71c0fb51a51f20
+DIST aadict-0.2.3.tar.gz 16511 SHA256 
a77328ac55dbb5735da99441870251befe135f687ab707a7a178561363b27704 SHA512 
16f3ff59f41d5dd1f9504ed11d660636766758332a0317544253daef9d76f2fdfc654add6346ad809e56e2be51c1f19a645c1047ef01e1e4aee8db24afcab113
 WHIRLPOOL 
d6923d762cf858955cfec7d8bb806dac425ba5a01565c81a0f6970a0e71bee2ee4397c4bc1ed25f0cd123174962903d175ee9c2c2a615e2a461b8a53ccd170c1

diff --git a/dev-python/aadict/aadict-0.2.3.ebuild 
b/dev-python/aadict/aadict-0.2.3.ebuild
new file mode 100644
index 000..ec99c9d6de9
--- /dev/null
+++ b/dev-python/aadict/aadict-0.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An auto-attribute dict (and a couple of other useful dict 
functions)"
+HOMEPAGE="https://github.com/metagriffin/aadict 
http://pypi.python.org/pypi/aadict;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/six-1.6.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   nosetests --verbose || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/closure-compiler-bin/

2017-03-10 Thread Mike Frysinger
commit: 5293529cb1c6105a8a06624effb7eed14d9711ba
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Mar 10 23:00:55 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Mar 10 23:31:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5293529c

dev-lang/closure-compiler-bin: drop old <20150126 versions

 dev-lang/closure-compiler-bin/Manifest |  4 ---
 .../closure-compiler-bin-20120305.ebuild   | 29 --
 .../closure-compiler-bin-20121212.ebuild   | 29 --
 .../closure-compiler-bin-20130227.ebuild   | 29 --
 .../closure-compiler-bin-20130411.ebuild   | 29 --
 5 files changed, 120 deletions(-)

diff --git a/dev-lang/closure-compiler-bin/Manifest 
b/dev-lang/closure-compiler-bin/Manifest
index 737c089f310..0ffce80acb2 100644
--- a/dev-lang/closure-compiler-bin/Manifest
+++ b/dev-lang/closure-compiler-bin/Manifest
@@ -1,5 +1 @@
-DIST closure-compiler-bin-20120305.tar.gz 4905502 SHA256 
593037f0f4e8df99293384559d64c3f89f50cecbd36f9a8755b3d4ddeeea89f2 SHA512 
53c10a2731e4da8e49c46154c5a997a8b68f2d2e6a86baf4268425b3be416be1e4e9bc64809098484536af980e1192d649a95bd1088bb4da7ba83d4b7dad054f
 WHIRLPOOL 
6e140b19282c1564a715aedd1ccee264ee5ea85e7da94f47fe9d59a3b3c9733cd0797b49238b49e68e25a7ce6957b9b3e26214b23ed41547378f45020d6d3490
-DIST closure-compiler-bin-20121212.tar.gz 5436614 SHA256 
a78280bfe585be69648c0777d97bd33d9374d035463125521ca532d203974f60 SHA512 
bb7bf694ff8aa9b932a6b248414884fc0d9cef6ab44d88cfad256ebd707ca299b21d2ee313a3b024032fc5eec0ffc4b7080182882af3c2311a2ad1f4ca85d1f9
 WHIRLPOOL 
5935f6ca1aada268a7d0fca28765c0ad4fc775891cf8f44148b81898838d5a3521a911b13efcb7a97e541f346ddb5fdeb6c998fddf6ed638c0d1fb4c52e87469
-DIST closure-compiler-bin-20130227.tar.gz 5694074 SHA256 
c8ac4796e61919a4112ed616cc1734caf69b5aa5e777d5b0428defb21c253537 SHA512 
f9ea62e994e1989643e3fe3db8fbe8c66eda34196b30bb31cdccbcbb4c209231bc35e705d5ac8cbcc73aecca8325e41ca48879eb624090b595a05413a56eb243
 WHIRLPOOL 
ec4adc79e51fe5365a3087fc5d92fa1da15939a31f80c36faeda5aff3820cb58a7d77f52883f125c80c74cfa57aa3e830d98dd0975391186658339a66a457b93
-DIST closure-compiler-bin-20130411.tar.gz 5719640 SHA256 
8487ab0b22f3c3e1d96ab518d42da057b113a41a685c1e68088c73fa9addcc3c SHA512 
19cda8997828f58954ad94b63777aaf3157ce557af16090b6fc7dfc6333d57f901b630b75443a1b0ce961baec3989aae47061e92f97742be051f4451d8ae4023
 WHIRLPOOL 
3ee276d2f377be03f8bc33ba910770aa2631cc20392855d9dafc25fccc7ea0b393ecb98c20da9932eb6732e68bffc4218b87455260c4ac67d8bf7481aeef7e08
 DIST closure-compiler-bin-20150126.tar.gz 5654460 SHA256 
9b8eb3ada77a440f09b32807be492f7b71429e6677d2227866fb2b50d9c7574a SHA512 
fe302299aa9f5e21c6db4ebb628b63b83a84faea57a533c52d5f1590617d7df1ab484a1f32a4f666ed23de12860e30cd2f43da33fa5ec7dbb27048d2905d537c
 WHIRLPOOL 
5e4f532ddf90577a84613af18e9a81561090a3518dd994f0f3407fa0bc16c3d94f2934c4437519e14394353e43147b5a9677ee5d413b5f08c00136ef6e9f9471

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20120305.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20120305.ebuild
deleted file mode 100644
index 53f1f84b901..000
--- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20120305.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit java-pkg-2
-
-DESCRIPTION="JavaScript optimizing compiler"
-HOMEPAGE="https://code.google.com/p/closure-compiler/;
-SRC_URI="https://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_install() {
-   java-pkg_jarinto /opt/${PN}-${SLOT}/lib
-   java-pkg_newjar compiler.jar ${PN}.jar
-   java-pkg_dolauncher \
-   ${PN%-bin} \
-   --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
-   -into /opt
-   dodoc README
-}

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20121212.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20121212.ebuild
deleted file mode 100644
index afee4f1807d..000
--- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20121212.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit java-pkg-2
-
-DESCRIPTION="JavaScript optimizing compiler"
-HOMEPAGE="https://code.google.com/p/closure-compiler/;
-SRC_URI="https://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_install() {
-   java-pkg_jarinto /opt/${PN}-${SLOT}/lib
-   java-pkg_newjar compiler.jar ${PN}.jar
-   java-pkg_dolauncher \
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lang/closure-compiler-bin/

2017-03-10 Thread Mike Frysinger
commit: cc5e8d92d27b1223fcca9e10c9555711589cce2b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Mar 10 23:30:46 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Mar 10 23:31:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5e8d92

dev-lang/closure-compiler-bin: version bump to 20170218 #585934

 dev-lang/closure-compiler-bin/Manifest |  1 +
 .../closure-compiler-bin-20170218.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-lang/closure-compiler-bin/Manifest 
b/dev-lang/closure-compiler-bin/Manifest
index 0ffce80acb2..9a4adff76ef 100644
--- a/dev-lang/closure-compiler-bin/Manifest
+++ b/dev-lang/closure-compiler-bin/Manifest
@@ -1 +1,2 @@
 DIST closure-compiler-bin-20150126.tar.gz 5654460 SHA256 
9b8eb3ada77a440f09b32807be492f7b71429e6677d2227866fb2b50d9c7574a SHA512 
fe302299aa9f5e21c6db4ebb628b63b83a84faea57a533c52d5f1590617d7df1ab484a1f32a4f666ed23de12860e30cd2f43da33fa5ec7dbb27048d2905d537c
 WHIRLPOOL 
5e4f532ddf90577a84613af18e9a81561090a3518dd994f0f3407fa0bc16c3d94f2934c4437519e14394353e43147b5a9677ee5d413b5f08c00136ef6e9f9471
+DIST closure-compiler-bin-20170218.tar.gz 6515448 SHA256 
8d8d44e4fc69e82a53b763f6d9418854aeef5ac1af87866a27fd007feb52561b SHA512 
4ddbb339615edb104ddcb84775b1da2f096d49dc921b70c5094a7b7afba25e40c1212bbc9f0e51ad643a3a72bfc46a301efcadd7909d09a77d0bb5e68e41bd81
 WHIRLPOOL 
4b562549870c2efd81095f91181def62f5390cec7d25569da63f1f4b4e0e4ba6e3b64c1e5259b68d68bd748df311274044298f3d4472e12e37f5bd6a53b42fef

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20170218.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20170218.ebuild
new file mode 100644
index 000..de842c3bfd8
--- /dev/null
+++ b/dev-lang/closure-compiler-bin/closure-compiler-bin-20170218.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit java-pkg-2
+
+DESCRIPTION="JavaScript optimizing compiler"
+HOMEPAGE="https://github.com/google/closure-compiler;
+SRC_URI="https://dl.google.com/closure-compiler/compiler-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6"
+
+S=${WORKDIR}
+
+src_install() {
+   java-pkg_jarinto /opt/${PN}-${SLOT}/lib
+   java-pkg_newjar ${PN%-bin}-v${PV}.jar ${PN}.jar
+   java-pkg_dolauncher \
+   ${PN%-bin} \
+   --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
+   -into /opt
+   dodoc README.md
+}



[gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-phabricator-resource/

2017-03-10 Thread Andreas Sturmlechner
commit: 2cde9bd053ff8b673cbd6ada7b0dd83a3c048ede
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 10 23:05:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 10 23:05:41 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2cde9bd0

kde-misc/akonadi-phabricator-resource: Fix dependency

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../akonadi-phabricator-resource-.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
 
b/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
index 03bf8d44cb..082b05cdf3 100644
--- 
a/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
+++ 
b/kde-misc/akonadi-phabricator-resource/akonadi-phabricator-resource-.ebuild
@@ -17,11 +17,11 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kio)
$(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kasync)
$(add_kdeapps_dep kcalcore)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
+   dev-libs/kasync
dev-libs/libxslt
 "
 RDEPEND="${DEPEND}"



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

2017-03-10 Thread Michael Palimaka
commit: c53a21178e91ecc3b69498fb0a55faa9961992a4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Mar 10 22:58:16 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Mar 10 22:58:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53a2117

media-video/kaffeine: remove 2.0.5

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-video/kaffeine/Manifest  |  1 -
 media-video/kaffeine/kaffeine-2.0.5.ebuild | 66 --
 2 files changed, 67 deletions(-)

diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 385d5a88dc1..4654f0539b5 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,3 +1,2 @@
-DIST kaffeine-2.0.5.tar.xz 2284712 SHA256 
e1610931e9475e8b86f9c75331f51fbeea22fab0c5fc6a1085325ab2ef055a8c SHA512 
2e0562debba616a1b5e3c8c635735e27473cea4ac9b21ab56b8babe5cfffd6f43bce82ecbdcb1d01c08722c08622110fd1b0d00aae779e9007ea82c5068680c2
 WHIRLPOOL 
df3d8bc26077bbd15199a426d77ca0725342c22c0c0c29915479a74f41c37b95579d202cd718e271b2ef7bc0fb6dfc1c921f14395f56040a6727d4830421f840
 DIST kaffeine-2.0.6.tar.xz 2295280 SHA256 
70cd8423a23717edc7c8f127bd41e5e98aa93cc5866615ed25a8da3e148464e6 SHA512 
ca2f036b629e750703536054dd6e28bc9b8191c3851a745f07548b756799243b3739cba9c7ec031be6eab64c18aa5f2eb96d37bcd0b11456e65eb67b016d1bc2
 WHIRLPOOL 
0d67538dc45f50cced9ab2c0b1adf1bf2367d823270118bf268ed2126c7bb1a65b09fabb51e2b60400fcf073de6fe917a4887d54edc3c13204433538d146
 DIST kaffeine-2.0.8.tar.xz 4400524 SHA256 
0277e5d3f55e4ac002788fc6954d4ab5c6aa994f63d7c6b9136d3227818facbd SHA512 
9ee7b156d5195caef61cdbdf12deaa2493c6acc31724e839e1773dc5d7ee06f0d87cd7f21df74cf67dcb32fa5a347b72f5953f4568eb8476cb337a59121c609f
 WHIRLPOOL 
4ae48e7e2f615428730f02d0b6b08406f6b3e805518da3fad9cb041ec5f1f9623541f521b3c065e94ed75f3f076d6651d5acc9d2fd306bc545527b05d550c01e

diff --git a/media-video/kaffeine/kaffeine-2.0.5.ebuild 
b/media-video/kaffeine/kaffeine-2.0.5.ebuild
deleted file mode 100644
index cbd646c6344..000
--- a/media-video/kaffeine/kaffeine-2.0.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-DESCRIPTION="Media player with digital TV support by KDE"
-HOMEPAGE="https://kaffeine.kde.org/;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-CDEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsql 'sqlite')
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   media-libs/libv4l
-   media-video/vlc[X]
-   x11-libs/libXScrnSaver
-"
-DEPEND="${CDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   !media-video/kaffeine:4
-"
-
-DOCS=( Changelog NOTES README.md )
-
-src_prepare() {
-   kde5_src_prepare
-
-   # unused dependencies incorrectly added during the release process
-   # they do not appear in upstream git
-   sed -i \
-   -e "/find_package(KF5DocTools CONFIG REQUIRED)/d" \
-   -e "/kdoctools_install(po)/d" \
-   CMakeLists.txt || die
-}
-
-src_configure() {
-   # tools working on $HOME directory for a local git checkout
-   local mycmakeargs=(
-   -DBUILD_TOOLS=OFF
-   )
-
-   kde5_src_configure
-}



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

2017-03-10 Thread Mike Frysinger
commit: 9e0f0364ffb187ad784f3ba63a02b8e170d72de0
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jun 13 04:21:51 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Mar 10 22:58:30 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9e0f0364

repoman: flag URIs using http:// when https:// is available

This is done via a static list atm of common/known sites.

 repoman/pym/repoman/modules/scan/ebuild/checks.py | 26 +++
 repoman/pym/repoman/modules/scan/ebuild/errors.py |  2 ++
 repoman/pym/repoman/qa_data.py|  4 +++-
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py 
b/repoman/pym/repoman/modules/scan/ebuild/checks.py
index 7a29af145..db6b6c8b4 100644
--- a/repoman/pym/repoman/modules/scan/ebuild/checks.py
+++ b/repoman/pym/repoman/modules/scan/ebuild/checks.py
@@ -687,6 +687,32 @@ class EMakeParallelDisabledViaMAKEOPTS(LineCheck):
error = errors.EMAKE_PARALLEL_DISABLED_VIA_MAKEOPTS
 
 
+class UriUseHttps(LineCheck):
+   """Check that we use https:// for known good sites."""
+   repoman_check_name = 'uri.https'
+   _SITES = (
+   '([-._a-zA-Z0-9]*\.)?apache\.org',
+   '((alioth|packages(\.qa)?|people|www)\.)?debian\.org',
+   # Most FDO sites support https, but not all (like tango).
+   # List the most common ones here for now.
+   
'((anongit|bugs|cgit|dri|patchwork|people|specifications|www|xcb|xorg)\.)?freedesktop\.org',
+   '((bugs|dev|wiki|www)\.)?gentoo\.org',
+   '((wiki)\.)?github\.(io|com)',
+   'savannah\.(non)?gnu\.org',
+   '((gcc|www)\.)?gnu\.org',
+   'curl\.haxx\.se',
+   
'((bugzilla|git|mirrors|patchwork|planet|www(\.wiki)?)\.)?kernel\.org',
+   '((bugs|wiki|www)\.)?linuxfoundation\.org',
+   '((docs|pypi|www)\.)?python\.org',
+   '(sf|sourceforge)\.net',
+   '(www\.)?(enlightenment|sourceware|x)\.org',
+   )
+   # Try to anchor the end of the URL so we don't get false positives
+   # with http://github.com.foo.bar.com/.  Unlikely, but possible.
+   re = re.compile(r'.*\bhttp://(%s)(\s|["\'/]|$)' % r'|'.join(_SITES))
+   error = errors.URI_HTTPS
+
+
 class NoAsNeeded(LineCheck):
"""Check for calls to the no-as-needed function."""
repoman_check_name = 'upstream.workaround'

diff --git a/repoman/pym/repoman/modules/scan/ebuild/errors.py 
b/repoman/pym/repoman/modules/scan/ebuild/errors.py
index 8387e35e6..22547f4d5 100644
--- a/repoman/pym/repoman/modules/scan/ebuild/errors.py
+++ b/repoman/pym/repoman/modules/scan/ebuild/errors.py
@@ -49,3 +49,5 @@ USEQ_ERROR = (
'Ebuild calls deprecated useq function on line: %d')
 HASQ_ERROR = (
'Ebuild calls deprecated hasq function on line: %d')
+URI_HTTPS = (
+   'Ebuild uses http:// but should use https:// on line: %d')

diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py
index 0dc32789f..132a55be3 100644
--- a/repoman/pym/repoman/qa_data.py
+++ b/repoman/pym/repoman/qa_data.py
@@ -228,7 +228,8 @@ qahelp = {
"The ebuild makes use of an obsolete construct"),
"upstream.workaround": (
"The ebuild works around an upstream bug,"
-   " an upstream bug should be filed and tracked in 
bugs.gentoo.org")
+   " an upstream bug should be filed and tracked in 
bugs.gentoo.org"),
+   "uri.https": "URI uses http:// but should use https://;,
 }
 
 qacats = list(qahelp)
@@ -276,6 +277,7 @@ qawarnings = set((
"usage.obsolete",
"upstream.workaround",
"IUSE.rubydeprecated",
+   "uri.https",
 ))
 
 



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

2017-03-10 Thread Michael Palimaka
commit: 90a6cbcd66c17e22a684853d678036126fcadf9c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Mar 10 22:57:24 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Mar 10 22:57:38 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=90a6cbcd

kde-apps/ark: add a comment about app-arch/unar not being a typo

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 kde-apps/ark/ark-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/ark/ark-.ebuild b/kde-apps/ark/ark-.ebuild
index ce5173b5fe..1184341549 100644
--- a/kde-apps/ark/ark-.ebuild
+++ b/kde-apps/ark/ark-.ebuild
@@ -58,6 +58,7 @@ src_configure() {
 pkg_postinst() {
kde5_pkg_postinst
 
+   # not a typo, app-arch/unar is a real package
if ! has_version app-arch/unar ; then
elog "For handling rar archives, install app-arch/unar"
fi



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

2017-03-10 Thread Zac Medico
commit: 0f2081277c16aab2cc5ac7182bb414b72316b37d
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 22:52:57 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 22:52:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f208127

dev-python/openpyxl: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/openpyxl/openpyxl-2.3.0.ebuild | 4 ++--
 dev-python/openpyxl/openpyxl-2.3.3.ebuild | 4 ++--
 dev-python/openpyxl/openpyxl-.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/openpyxl/openpyxl-2.3.0.ebuild 
b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
index b45c79d3051..88aee200525 100644
--- a/dev-python/openpyxl/openpyxl-2.3.0.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/openpyxl/openpyxl-2.3.3.ebuild 
b/dev-python/openpyxl/openpyxl-2.3.3.ebuild
index fa3fc8a0321..ef154a5dc82 100644
--- a/dev-python/openpyxl/openpyxl-2.3.3.ebuild
+++ b/dev-python/openpyxl/openpyxl-2.3.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/openpyxl/openpyxl-.ebuild 
b/dev-python/openpyxl/openpyxl-.ebuild
index 8594071ce28..ee7102131b9 100644
--- a/dev-python/openpyxl/openpyxl-.ebuild
+++ b/dev-python/openpyxl/openpyxl-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 mercurial
 



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

2017-03-10 Thread Zac Medico
commit: ba94c643abc5e24315cccdb9bd5d9653f2652137
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 22:48:05 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 22:48:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba94c643

dev-python/et_xmlfile: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild 
b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
index c36f7eb18da..b2589278828 100644
--- a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
+++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-10 Thread Zac Medico
commit: 15e6bcb177409744072b12778024e5a8a0b6719c
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 22:44:39 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 22:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e6bcb1

dev-python/jdcal: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/jdcal/jdcal-1.0.ebuild | 4 ++--
 dev-python/jdcal/jdcal-1.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/jdcal/jdcal-1.0.ebuild 
b/dev-python/jdcal/jdcal-1.0.ebuild
index 3c8f569bf97..8492435ea52 100644
--- a/dev-python/jdcal/jdcal-1.0.ebuild
+++ b/dev-python/jdcal/jdcal-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/jdcal/jdcal-1.2.ebuild 
b/dev-python/jdcal/jdcal-1.2.ebuild
index 49562afc646..561f8b8f2c4 100644
--- a/dev-python/jdcal/jdcal-1.2.ebuild
+++ b/dev-python/jdcal/jdcal-1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-03-10 Thread Zac Medico
commit: 5b8cef5c90285972f247cbba91566c1ef20d8daa
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 22:31:21 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 22:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8cef5c

dev-python/psycopg: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/psycopg/psycopg-2.5.3.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.5.4.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.6.1.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.6.2.ebuild | 4 ++--
 dev-python/psycopg/psycopg-2.6.ebuild   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-python/psycopg/psycopg-2.5.3.ebuild 
b/dev-python/psycopg/psycopg-2.5.3.ebuild
index 98f3d4d8948..c0bcdb56c97 100644
--- a/dev-python/psycopg/psycopg-2.5.3.ebuild
+++ b/dev-python/psycopg/psycopg-2.5.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.5.4.ebuild 
b/dev-python/psycopg/psycopg-2.5.4.ebuild
index 0eff8dff5b2..f59c768e08a 100644
--- a/dev-python/psycopg/psycopg-2.5.4.ebuild
+++ b/dev-python/psycopg/psycopg-2.5.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.6.1.ebuild 
b/dev-python/psycopg/psycopg-2.6.1.ebuild
index dd8fc51ea3a..a7208e2854b 100644
--- a/dev-python/psycopg/psycopg-2.6.1.ebuild
+++ b/dev-python/psycopg/psycopg-2.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.6.2.ebuild 
b/dev-python/psycopg/psycopg-2.6.2.ebuild
index 11b5ae4f093..3b6c6f95fae 100644
--- a/dev-python/psycopg/psycopg-2.6.2.ebuild
+++ b/dev-python/psycopg/psycopg-2.6.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
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/psycopg/psycopg-2.6.ebuild 
b/dev-python/psycopg/psycopg-2.6.ebuild
index 4b4418f94b1..4a2c3c7d8a0 100644
--- a/dev-python/psycopg/psycopg-2.6.ebuild
+++ b/dev-python/psycopg/psycopg-2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 flag-o-matic
 



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

2017-03-10 Thread Richard Farina
commit: 7e4950882bd44954bb3fb7388b26bc1bb3afeefb
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri Mar 10 22:36:11 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Mar 10 22:36:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e495088

net-wireless/chirp: bumpy

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 net-wireless/chirp/Manifest | 2 +-
 net-wireless/chirp/{chirp-20170222.ebuild => chirp-20170309.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/chirp/Manifest b/net-wireless/chirp/Manifest
index e9ea28a40e1..1d36b667c36 100644
--- a/net-wireless/chirp/Manifest
+++ b/net-wireless/chirp/Manifest
@@ -1 +1 @@
-DIST chirp-daily-20170222.tar.gz 668028 SHA256 
5a889e79d5a3a1961f6d5a166d930f642e34b6aab8e80e0cf987dc06c64300f3 SHA512 
31308e3606f8eda8da95e1c1f17e1c9ab14b451161ca282dfde1685d7b92cee7a8e2f6f7d51643ddd9165517ab47e7eb55045c99a01aef67239b2dc27ee20c80
 WHIRLPOOL 
e17f9bfedb71c2dd5595702f9ba38af7cabf2423cb5ed7c3df2bd540eef8fae5725c8af3b320652e9add74e32d9a12c04a91e6fb31da34648d8741d03deea9fa
+DIST chirp-daily-20170309.tar.gz 683621 SHA256 
846e896e38b70ac27b71f28a62d4c4a71b6ee24b8ba6e42cc7def8c6a36cc5ac SHA512 
cd37c9c06edf8393f7404729ccd4782ae86b4f9f0d4e90600fc870654936bfacfbc656e54d759a915269928f33404f475c6070d44b4398cd891755eb202cbe8e
 WHIRLPOOL 
45ed4308a57fe9ca08bbcc3feb7b389791ca6da973eb7e7b94af51f698ca532e7c04869cb160d9a672c845de51878afc9411fb5a1b5569976d9017d2014fe43e

diff --git a/net-wireless/chirp/chirp-20170222.ebuild 
b/net-wireless/chirp/chirp-20170309.ebuild
similarity index 100%
rename from net-wireless/chirp/chirp-20170222.ebuild
rename to net-wireless/chirp/chirp-20170309.ebuild



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

2017-03-10 Thread Zac Medico
commit: efb9d5095602ebc2ba7f9a9b58e43459896ea98d
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 22:16:49 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 22:17:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb9d509

dev-db/postgresql: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-db/postgresql/postgresql-9.5.5.ebuild| 2 +-
 dev-db/postgresql/postgresql-9.5.6.ebuild| 2 +-
 dev-db/postgresql/postgresql-9.6.1-r1.ebuild | 4 ++--
 dev-db/postgresql/postgresql-9.6.2.ebuild| 2 +-
 dev-db/postgresql/postgresql-.ebuild | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-db/postgresql/postgresql-9.5.5.ebuild 
b/dev-db/postgresql/postgresql-9.5.5.ebuild
index ec46d7c158f..b352149ac96 100644
--- a/dev-db/postgresql/postgresql-9.5.5.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9.5.6.ebuild 
b/dev-db/postgresql/postgresql-9.5.6.ebuild
index 7b8d33888ac..8e8412b1fc7 100644
--- a/dev-db/postgresql/postgresql-9.5.6.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9.6.1-r1.ebuild 
b/dev-db/postgresql/postgresql-9.6.1-r1.ebuild
index 54818a98b11..0c0ba8278ad 100644
--- a/dev-db/postgresql/postgresql-9.6.1-r1.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.1-r1.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
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

diff --git a/dev-db/postgresql/postgresql-9.6.2.ebuild 
b/dev-db/postgresql/postgresql-9.6.2.ebuild
index 9054a1f5d78..0c0ba8278ad 100644
--- a/dev-db/postgresql/postgresql-9.6.2.ebuild
+++ b/dev-db/postgresql/postgresql-9.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator

diff --git a/dev-db/postgresql/postgresql-.ebuild 
b/dev-db/postgresql/postgresql-.ebuild
index 0c9666d09bc..b1d33768336 100644
--- a/dev-db/postgresql/postgresql-.ebuild
+++ b/dev-db/postgresql/postgresql-.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
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils flag-o-matic git-2 linux-info multilib pam prefix \
python-single-r1 systemd user versionator



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Palm-PDB/

2017-03-10 Thread Matt Turner
commit: e6d51107c9d1fbdd3e73ff2513c95dc3912abe79
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 22:14:44 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 22:14:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d51107

dev-perl/Palm-PDB: added ~ppc, bug 577446

 dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild 
b/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild
index 52124cbb940..8e163e7821f 100644
--- a/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild
+++ b/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Palm database files"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test examples"
 
 # This package is split upstream from "Palm"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Palm/

2017-03-10 Thread Matt Turner
commit: ff376f4e8be295c4d37548e21736dcbb83ed1f50
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 22:14:44 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 22:14:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff376f4e

dev-perl/Palm: added ~ppc, bug 577446

 dev-perl/Palm/Palm-1.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Palm/Palm-1.400.0.ebuild 
b/dev-perl/Palm/Palm-1.400.0.ebuild
index 7dbd1e80f98..6064aece600 100644
--- a/dev-perl/Palm/Palm-1.400.0.ebuild
+++ b/dev-perl/Palm/Palm-1.400.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Read & write Palm OS databases (both PDB and PRC)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test examples"
 
 # Palm::Raw -> Palm-PDB



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-XMPP/

2017-03-10 Thread Matt Turner
commit: 38595bf712bba56c2ba76e498f515178114fb309
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 22:14:43 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 22:14:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38595bf7

dev-perl/Net-XMPP: added ~ppc, bug 577020

 dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild 
b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
index 60199577f25..b5bfb56bd98 100644
--- a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
+++ b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="XMPP Perl Library"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Online/

2017-03-10 Thread Matt Turner
commit: 6446d0fe40c29e088ac9418975bf3081700a8a2b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 22:14:40 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 22:14:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6446d0fe

dev-perl/LWP-Online: added ~ppc, bug 577020

 dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild 
b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
index 2d40c723896..6fd1d6c5577 100644
--- a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
+++ b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Does your process have access to the web"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 # https://rt.cpan.org/Public/Bug/Display.html?id=112728
 PATCHES=("${FILESDIR}/${DIST_VERSION}-no-network.patch")



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/

2017-03-10 Thread Mike Frysinger
commit: c38b427e5d575c1e0787dfd409fd0fa1228f26e6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Mar 10 21:59:14 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Mar 10 21:59:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38b427e

sci-mathematics/normaliz: add URI schema to HOMEPAGE

 sci-mathematics/normaliz/normaliz-3.1.1.ebuild | 2 +-
 sci-mathematics/normaliz/normaliz-3.1.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild 
b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild
index dc00be25588..0fcd25b6099 100644
--- a/sci-mathematics/normaliz/normaliz-3.1.1.ebuild
+++ b/sci-mathematics/normaliz/normaliz-3.1.1.ebuild
@@ -9,7 +9,7 @@ MYPV=$(get_version_component_range 1-2)
 MYP="Normaliz${MYPV}"
 
 DESCRIPTION="Tool for computations in affine monoids and more"
-HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/"
+HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/;
 
SRC_URI="https://www.normaliz.uni-osnabrueck.de/wp-content/uploads/2016/04/Normaliz${PV}.zip;
 
 LICENSE="GPL-3"

diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild 
b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
index 048a380fb4c..01a92c6acf0 100644
--- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
+++ b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs versionator
 MYP="Normaliz-${PV}"
 
 DESCRIPTION="Tool for computations in affine monoids and more"
-HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/"
+HOMEPAGE="http://www.mathematik.uni-osnabrueck.de/normaliz/;
 SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"



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

2017-03-10 Thread Zac Medico
commit: d37a6831a92c2d94aef7dd06196e3634e88f5ebb
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 21:57:41 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 21:58:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37a6831

dev-python/pymysql: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/pymysql/pymysql-0.7.6.ebuild | 4 ++--
 dev-python/pymysql/pymysql-0.7.9.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pymysql/pymysql-0.7.6.ebuild 
b/dev-python/pymysql/pymysql-0.7.6.ebuild
index 2a8bdd7aca3..ed7664dbf5d 100644
--- a/dev-python/pymysql/pymysql-0.7.6.ebuild
+++ b/dev-python/pymysql/pymysql-0.7.6.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
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/pymysql/pymysql-0.7.9.ebuild 
b/dev-python/pymysql/pymysql-0.7.9.ebuild
index 6ff7a666726..e67fe919bd7 100644
--- a/dev-python/pymysql/pymysql-0.7.9.ebuild
+++ b/dev-python/pymysql/pymysql-0.7.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Online/

2017-03-10 Thread Matt Turner
commit: 367b4981f155d4c3e500b665c36150d1f2be3770
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 21:56:29 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367b4981

dev-perl/LWP-Online: added ~ppc64, bug 577020

 dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild 
b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
index d2019a9b80d..2d40c723896 100644
--- a/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
+++ b/dev-perl/LWP-Online/LWP-Online-1.80.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Does your process have access to the web"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
 IUSE="test"
 # https://rt.cpan.org/Public/Bug/Display.html?id=112728
 PATCHES=("${FILESDIR}/${DIST_VERSION}-no-network.patch")



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-XMPP/

2017-03-10 Thread Matt Turner
commit: ac3c8a0b6812e78110a5bc96bf93cda8cca768af
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 21:55:38 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3c8a0b

dev-perl/Net-XMPP: added ~ppc64, bug 577020

 dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild 
b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
index 108a551e540..60199577f25 100644
--- a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
+++ b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="XMPP Perl Library"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
 IUSE="test examples"
 
 RDEPEND="



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

2017-03-10 Thread William Hubbs
commit: 080484d94517438621f3d72071a3f694397d9322
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 10 21:52:28 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 10 21:53:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080484d9

sys-apps/openrc: 0.24 version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.24.ebuild | 329 +
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index e42f7388d74..4244e589177 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,3 +1,4 @@
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4
 DIST openrc-0.22.4.tar.gz 214321 SHA256 
d428890c12936b502d79018667dc6094d0e801c558f118b49e44c5f34636073b SHA512 
c85f6a87d03203f665d010ae357e7e1e2cae0158b12075376f3fe928daeffa14139ccc3dc2f24613cec25eb145b8f7dd64e067bd07493001570659095e60c296
 WHIRLPOOL 
3e50761d5626da03a74ce6de634ae08d79fa190d811fc8e661a56be66b3f0a6d28ee24f6045183914ebabd14280f535920d34c591e384df5d016e7cca49c209b
 DIST openrc-0.23.2.tar.gz 209569 SHA256 
244a9902a98694a7fd59ad3dec49bd9e61a6b22864795ed31ef8fc81aa474251 SHA512 
6c8483d36812d21ba45bf3c386c6f1c03a9c01c10f48b7e7eb26707d105568b8017ba8a7728a794ac0ac6fedab10cea2bc9587f4d5ddb1957001e03f872e8f18
 WHIRLPOOL 
88f61ab81562bdcb1b616441f01cbc3b45aca45d0a55bf41e3a9d6b733b3dfec429bf3c1645811c187c21038674e56d3e32e6035062685b45765fb3b85740e3c
+DIST openrc-0.24.tar.gz 211781 SHA256 
bf112089ec0d654830961fd5d388145fbb34a7f40d963672c085e0a40bd30a8c SHA512 
3cd0f6f44afad625f736c6fc2558fa5deb36cdc9609ef6ca807606c199f822651cf69b801bc4fb77bd732e22c90562eb663b297f271aa496f1ecb7d9ed401dc1
 WHIRLPOOL 
44f8ffac15446de11f1a809d2f15376155ed1d3fa3bbe165082b92f0daecfe2a07ac67247d17c7a80f5aef2f647b4aafbfaa2e919afd19745e42e2c44e819e25

diff --git a/sys-apps/openrc/openrc-0.24.ebuild 
b/sys-apps/openrc/openrc-0.24.ebuild
new file mode 100644
index 000..7a8b5e860c2
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.24.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   keepdir /$(get_libdir)/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by 

[gentoo-commits] proj/openrc: New tag: 0.24

2017-03-10 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 10 21:49:25 2017 +

New tag: 0.24




[gentoo-commits] proj/kde:master commit in: profiles/updates/, dev-libs/kasync/, kde-apps/kasync/

2017-03-10 Thread Andreas Sturmlechner
commit: 2672afeb89fef1c542c4f1e6b8f08b5c8897e5cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 10 21:46:16 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 10 21:47:17 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2672afeb

kde-apps/kasync: pkgmove to dev-libs/kasync

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 {kde-apps => dev-libs}/kasync/kasync-.ebuild | 7 ++-
 {kde-apps => dev-libs}/kasync/metadata.xml   | 0
 profiles/updates/1Q-2017 | 1 +
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kasync/kasync-.ebuild 
b/dev-libs/kasync/kasync-.ebuild
similarity index 78%
rename from kde-apps/kasync/kasync-.ebuild
rename to dev-libs/kasync/kasync-.ebuild
index c9348b0b01..1a45f5fa99 100644
--- a/kde-apps/kasync/kasync-.ebuild
+++ b/dev-libs/kasync/kasync-.ebuild
@@ -7,10 +7,7 @@ KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="C++ library for controlling asynchronous tasks"
+
+LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcoreaddons)
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kasync/metadata.xml b/dev-libs/kasync/metadata.xml
similarity index 100%
rename from kde-apps/kasync/metadata.xml
rename to dev-libs/kasync/metadata.xml

diff --git a/profiles/updates/1Q-2017 b/profiles/updates/1Q-2017
index 4625936668..780d657df3 100644
--- a/profiles/updates/1Q-2017
+++ b/profiles/updates/1Q-2017
@@ -2,3 +2,4 @@ slotmove dev-libs/kirigami 5 1
 move net-libs/libkgapi kde-apps/libkgapi
 move kde-misc/plasma-vault kde-plasma/plasma-vault
 move app-cdr/k3b kde-apps/k3b
+move kde-apps/kasync dev-libs/kasync



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

2017-03-10 Thread Zac Medico
commit: 272f1279cf9b64ea5419ed249575dca5894fdbd4
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar 10 21:35:33 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar 10 21:41:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272f1279

dev-python/PyQt5: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/PyQt5/PyQt5-5.5.1.ebuild   | 2 +-
 dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild | 2 +-
 dev-python/PyQt5/PyQt5-5.7.1.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/PyQt5/PyQt5-5.5.1.ebuild 
b/dev-python/PyQt5/PyQt5-5.5.1.ebuild
index 1308f824ba0..9933f8ea50c 100644
--- a/dev-python/PyQt5/PyQt5-5.5.1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit eutils multibuild multilib python-r1 qmake-utils
 

diff --git a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild 
b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild
index f02ff73ba78..9b834b6060c 100644
--- a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit multibuild python-r1 qmake-utils
 

diff --git a/dev-python/PyQt5/PyQt5-5.7.1.ebuild 
b/dev-python/PyQt5/PyQt5-5.7.1.ebuild
index 5ea1608b9be..3d2dc707459 100644
--- a/dev-python/PyQt5/PyQt5-5.7.1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.7.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit multibuild python-r1 qmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-XMPP/

2017-03-10 Thread Matt Turner
commit: 18e8f3a8c28e2b6447151f9b04ac8a9f1a7a0de7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 21:38:37 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:38:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e8f3a8

dev-perl/Net-XMPP: added ~sparc, bug 577020

 dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild 
b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
index 4bcbd2b3305..108a551e540 100644
--- a/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
+++ b/dev-perl/Net-XMPP/Net-XMPP-1.50.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="XMPP Perl Library"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~sparc ~x86"
 IUSE="test examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2017-03-10 Thread Andreas Hüttel
commit: 52de08068c5d4f4d50b7fe23a774eebaff816692
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Mar 10 21:33:47 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Mar 10 21:33:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52de0806

app-office/libreoffice-bin-debug: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-office/libreoffice-bin-debug/Manifest  | 12 ---
 .../libreoffice-bin-debug-5.2.3.3.ebuild   | 87 --
 2 files changed, 99 deletions(-)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 73a45506453..4cff06069bd 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,24 +1,12 @@
 DIST amd64-debug-libreoffice-5.2.3.3-r1.tar.xz 1079367408 SHA256 
fe9998d85d80cfcf5a11786fd01a76bdc2b5a5c0c0c537c736a403ec008549c1 SHA512 
28b65f692911dd35d0786fe7c11583c2e543968db4db57e60d9cfc43496d6520b875698d26393f5724cca6b5a1d23354a4cf806c5cd9156b531c1e5e05f9eeb9
 WHIRLPOOL 
9b10718c3a2f28f84bc5e836a48203b5a6fa69bcad12c0429d926324df2b1b5eaea3dd392527a7dfa10869620dc4973da69092eab91fb931271cd77d44d4ee78
-DIST amd64-debug-libreoffice-5.2.3.3.tar.xz 1095537520 SHA256 
3752a7edf19c48064545270cef9c994a65839ce506bb07fbaca1e2da842e9084 SHA512 
c2ef9833cab64cf10879e5609423e68dae33f15f3b39f0d55e86ac061f356d05e7665cc9d91e44484cf7fa8606c0a64c374f1ce7ff36955d5e1e4657c09e1504
 WHIRLPOOL 
d2470d8ce4d09bc291c4c84651b49ac313501419fd8dc538caa33bcda43e52995e5e36a3b373000ff5c554b5ece5744506b63aafc3986244933270302161cf8d
 DIST amd64-debug-libreoffice-gnome-5.2.3.3-r1.xd3 313822296 SHA256 
8824dd99d634a79c240455c88e269232f1c2b3297634c58f5c3ad9072a8f48f3 SHA512 
3ecc8a056c36e307883879444bc1742fd6081c33ec6d714d2a2bc0abcab172a35f0c0eed208ee8c774abdfb75f3f2f034f06845a2ad9d6792f52b05777d09109
 WHIRLPOOL 
ed5a103928ad9558d15c1093fa491fb3e55e9f04f392c70fcb3d197883712a1ac987f5a1a2c6f3b98a94be59fd8eb57f3eaf76490263c25aa9f1d7d66fca2fc7
-DIST amd64-debug-libreoffice-gnome-5.2.3.3.xd3 325925591 SHA256 
227c9eaf37fe1545874446b8ea5a8c0d8b9863621efdcd4f2cccdd82a55b03cb SHA512 
fce22312ffaa787264dc66e4aa3d6e90b1badd1994d30740206114c240169d8acee0b9b2b50eb8c33bffdbfe969fc5caf720a4cd2852329175ab1cc3f6b4a9d0
 WHIRLPOOL 
71069c1e96a5f663f9c92fe10e79bd4619013fadb5867eb53ff8c86556774589ef000a5c000b90ab8f5adfb39e77a38ecaa5843e691c53ad049b2906427616a0
 DIST amd64-debug-libreoffice-gnome-java-5.2.3.3-r1.xd3 514536344 SHA256 
d627eabddaf79c935061b3a1e840f5db8c5e8e02eb32194953d93e01687d628c SHA512 
84c9672da04fd79b1c53011ac0e003b5e438a189285b65af92e225ee88f176c929516adafac4a1951b23bddc8b581352bf28830428252a9039dd7664ab0b8328
 WHIRLPOOL 
a78cfd276442775b0bd206d6b7eb1252694943c49e44bb67dc85c9a49175d5147bb2c5972f0d253da9880b30d738a75d0a94645ed4408796855880118784bc96
-DIST amd64-debug-libreoffice-gnome-java-5.2.3.3.xd3 522094562 SHA256 
86b1a00a991d2b879e3348fc5e04cf20c85ece727381040a6172c96b2e608a89 SHA512 
04b7fea4f1f6e54ed1edbaacade98151f989e1c0dd3a04a934a806f443d33cb157761cffbae605c72543c2067b8020f9ae2b9108763aca27b7c3982e51df8120
 WHIRLPOOL 
2b9eb7895327b353f23cf5dd6abc21fbd3051a26f7e5caba5a4f3c1f0d9ba826ae05f344814c438afa60d6df4eace71ec5c8b8d88a2488467591e9dbb189b3be
 DIST amd64-debug-libreoffice-java-5.2.3.3-r1.xd3 507198672 SHA256 
7461254c600bec02959baced40551483184367a6ac8b7ede92d6d5ab260c1e50 SHA512 
175e9926893a6bc0a28f7257e86bbaacff0a946b7426cb6725b685ef3d1d46afafb83ca8bb5eed0e877465713a1d336daba2d6917e3e7461c7d860a1d9a71828
 WHIRLPOOL 
3a649a0abd68df29db99d7583155b38615afb438c7c5b7284be40e4287b11fee1cec7c7b5b702ecbdff117dfe94c99eab6e5eb4b052dd883dbaa0ea7100b5bd7
-DIST amd64-debug-libreoffice-java-5.2.3.3.xd3 515942957 SHA256 
e460faaa8f53756f9ad114a9ed95cd28c63e575aae2e2e61bd6f8d2b416a428e SHA512 
1ec5fa158d4d15c1c44958ea74c49987decb658709c5097bcdb578bf9ad947c18cd02e255af18a147908e48a9862c36cd88fde4511c4b85712b7f7b7d06a9474
 WHIRLPOOL 
ad6a67593771908da8de6d4fce4f8d00c347dd93f223f21de35d6f06a430815da0c1b544159039bfcec05125abc9b4ad57438769297e6a7f40b16021c9b435a4
 DIST amd64-debug-libreoffice-kde-5.2.3.3-r1.xd3 319803335 SHA256 
b5c14541dd63239d04d4b94aa0a47671dd36aa6317b65974f0d86a198659a619 SHA512 
3673120780b56bcca24257346449cc6f86f378f34f287932d83fac63d8df1af9dd9fa85faa64d6a89f33a089c6b95f40cd26426c598d9e49527afaacd5e7e822
 WHIRLPOOL 
35e839ae9b0790f59309446865024be63458860fb54af0e411685f97092d71d8393f9374b843250cb04e8f93a7c229a30c73fe4ee7f53048f303ee079ca19f16
-DIST amd64-debug-libreoffice-kde-5.2.3.3.xd3 323211778 SHA256 
a26de579df93ed1902ca7fd147ce6f1d434c0a68d641180da579341adf4c8f22 SHA512 
6c7ee3dc77d3393fae11cccb17444ec65ef5565ce5cbd5c0c2766dcb8256f7ee8ade58d23690bf1e93e8cbf39bf87286059b81fcd959390e744a2ba1a834b6a2
 WHIRLPOOL 
0cded449a997f7b0d7a53bf7816480b5a046e88a6545f5aa0d021be4309090611d60850a7452f20f21e5688ba411acbb78b89d0700a5b1ec7ffe4ad53502183b
 DIST amd64-debug-libreoffice-kde-java-5.2.3.3-r1.xd3 508967187 SHA256 

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-tdfx/

2017-03-10 Thread Michael Weber
commit: d57479b110fe9a58d209d0d1ede64a730302e98c
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 10 21:15:11 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 10 21:15:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57479b1

x11-drivers/xf86-video-tdfx: ppc stable (bug 611056)

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"

 x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild 
b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild
index 3ef78de3954..ed1d007f096 100644
--- a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild
+++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild
@@ -7,7 +7,7 @@ XORG_DRI=dri
 inherit xorg-2
 
 DESCRIPTION="3Dfx video driver"
-KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc sparc x86 ~x86-fbsd"
 IUSE="dri"
 
 RDEPEND=">=x11-base/xorg-server-1.0.99"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-trident/

2017-03-10 Thread Michael Weber
commit: f06ceccc645da07eb12afc71e4eda02d7938b765
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 10 21:15:15 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 10 21:15:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06ceccc

x11-drivers/xf86-video-trident: ppc stable (bug 611056)

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"

 x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild 
b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild
index 81a9ec5e169..2fe80993837 100644
--- a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild
+++ b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Trident video driver"
-KEYWORDS="amd64 ~ia64 ~ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-base/xorg-server-1.0.99"



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

2017-03-10 Thread Patrice Clement
commit: 0f3ea282cdc862d069d8c34db0e2d6eb3b45f86d
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Mar 10 21:12:59 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 10 21:13:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3ea282

app-vim/ferret: new package.

ferret is an enhanced multi-file search plugin for vim.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-vim/ferret/Manifest  |  1 +
 app-vim/ferret/ferret-1.4.ebuild | 18 ++
 app-vim/ferret/metadata.xml  | 12 
 3 files changed, 31 insertions(+)

diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest
new file mode 100644
index 000..02d820086a1
--- /dev/null
+++ b/app-vim/ferret/Manifest
@@ -0,0 +1 @@
+DIST ferret-1.4.zip 38210 SHA256 
aac505465ba66f0e85b500b6585d2b2454b91ab662abfaeb4beecbef510e61a8 SHA512 
e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b
 WHIRLPOOL 
a3c92c952b864b3f620c5075624e18c1a1ae95e58e70c83a9233a4f0612333c01f78b11dabd7feba83fb2e7a1e8b469873c2b2314a35d2dd7ba8abc9264443fc

diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild
new file mode 100644
index 000..642bad9f37c
--- /dev/null
+++ b/app-vim/ferret/ferret-1.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: enhanced multi-file search"
+HOMEPAGE="https://github.com/wincent/ferret;
+SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   rm -v test.rb || die
+}

diff --git a/app-vim/ferret/metadata.xml b/app-vim/ferret/metadata.xml
new file mode 100644
index 000..8fafbfec194
--- /dev/null
+++ b/app-vim/ferret/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+



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

2017-03-10 Thread Patrice Clement
commit: d3d41f80364ee6527a7f9c6ac3440c7e2d7056da
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Mar  9 20:56:24 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 10 21:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d41f80

app-admin/pprocm: stable for amd64+x86.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/pprocm/pprocm-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pprocm/pprocm-1.0-r2.ebuild 
b/app-admin/pprocm/pprocm-1.0-r2.ebuild
index f8ba57d9b29..a91f192678c 100644
--- a/app-admin/pprocm/pprocm-1.0-r2.ebuild
+++ b/app-admin/pprocm/pprocm-1.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-perl/POE



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

2017-03-10 Thread Patrice Clement
commit: 0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Mar  9 20:56:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 10 21:13:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab5d63e

app-admin/pprocm: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/pprocm/pprocm-1.0-r1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/app-admin/pprocm/pprocm-1.0-r1.ebuild 
b/app-admin/pprocm/pprocm-1.0-r1.ebuild
deleted file mode 100644
index cfa629a0605..000
--- a/app-admin/pprocm/pprocm-1.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MY_P="PProcM-"${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="a ncurses which monitors the CPU, disk, network and memory usage"
-HOMEPAGE="http://www.fusedcreations.com/PProcM/;
-SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-perl/POE
-   dev-perl/Sys-Statistics-Linux
-   dev-lang/perl"
-
-RDEPEND="dev-perl/IO-Pipely"
-
-src_install() {
-   dobin PProcM || die "dobin failed"
-   dodoc AUTHORS README || die "dodoc failed"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-mkimage/, sys-boot/raspberrypi-mkimage/files/

2017-03-10 Thread David Seifert
commit: 32ed8fff561ba2bd64aa624e7f8afd0be653e332
Author: David Seifert  gentoo  org>
AuthorDate: Fri Mar 10 21:11:38 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Mar 10 21:12:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ed8fff

sys-boot/raspberrypi-mkimage: Add py3.5 and py3.6

* EAPI 6
* Call distutils-r1_python_prepare_all
* Call distutils-r1_python_install_all

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 ..._p20120201-imagetool-uncompressed-python3.patch |  4 +--
 ...kimage-0_p20120201-imagetool-uncompressed.patch |  5 ++--
 .../raspberrypi-mkimage-0_p20120201.ebuild | 30 --
 3 files changed, 20 insertions(+), 19 deletions(-)

diff --git 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
index f9d0c00602c..28b8a6f3170 100644
--- 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
+++ 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
@@ -1,5 +1,5 @@
 mkimage/imagetool-uncompressed.py
-+++ mkimage/imagetool-uncompressed.py
+--- a/imagetool-uncompressed.py
 b/imagetool-uncompressed.py
 @@ -46,7 +47,7 @@
  f = open(args.bootimage, "wb")
  

diff --git 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
index 6b12c95c0fb..adba8bbcdbb 100644
--- 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
+++ 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
@@ -1,6 +1,5 @@
-diff -ru raspberrypi-mkimage-0_p20120201.orig/imagetool-uncompressed.py 
raspberrypi-mkimage-0_p20120201/imagetool-uncompressed.py
 raspberrypi-mkimage-0_p20120201.orig/imagetool-uncompressed.py 
2013-07-19 15:11:23.373837900 +0200
-+++ raspberrypi-mkimage-0_p20120201/imagetool-uncompressed.py  2013-07-19 
15:31:56.495421758 +0200
+--- a/imagetool-uncompressed.py
 b/imagetool-uncompressed.py
 @@ -3,15 +3,23 @@
  import os
  import re

diff --git 
a/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild 
b/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild
index ecbea00e0dc..202e65282d2 100644
--- a/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild
+++ b/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
 
-inherit eutils distutils-r1
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+DISTUTILS_IN_SOURCE_BUILD=1
+
+inherit distutils-r1
 
 DESCRIPTION="Raspberry Pi kernel mangling tool 
mkimage/imagetool-uncompressed.py"
 HOMEPAGE="https://github.com/raspberrypi/tools/;
@@ -16,7 +18,9 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="${PYTHON_DEPS}"
+RDEPEND=""
+
+PATCHES=( "${FILESDIR}"/${P}-imagetool-uncompressed.patch )
 
 src_unpack() {
mkdir "${S}" || die
@@ -24,26 +28,22 @@ src_unpack() {
 }
 
 python_prepare_all() {
-   epatch "${FILESDIR}"/${P}-imagetool-uncompressed.patch
sed -e '/^load_to_mem("/s:(":("'${EPREFIX}'/usr/share/'${PN}'/:' \
-e '1s:python2:python:' \
-i imagetool-uncompressed.py || die
-   python_copy_sources
+
+   distutils-r1_python_prepare_all
 }
 
 python_prepare() {
-   cd "${BUILD_DIR}" || die
-   case ${EPYTHON} in
-   python3.1|python3.2|python3.3)
-   epatch 
"${FILESDIR}"/${P}-imagetool-uncompressed-python3.patch
-   ;;
-   esac
+   if python_is_python3; then
+   eapply "${FILESDIR}"/${P}-imagetool-uncompressed-python3.patch
+   fi
 }
 
 python_compile() { :; }
 
 python_install() {
-   cd "${BUILD_DIR}" || die
python_doscript imagetool-uncompressed.py
 }
 
@@ -51,4 +51,6 @@ python_install_all() {
insinto /usr/share/${PN}
newins {"${FILESDIR}"/${P}-,}args-uncompressed.txt
newins {"${FILESDIR}"/${P}-,}boot-uncompressed.txt
+
+   distutils-r1_python_install_all
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Protocol-http10/

2017-03-10 Thread Matt Turner
commit: 3e7e6e4f5e5a3987e2cf03862beae00020022365
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:11 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7e6e4f

dev-perl/LWP-Protocol-http10: added ~ppc, bug 577100

 dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild 
b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
index 8067f4aa9ab..7f7c85081be 100644
--- a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
+++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Legacy HTTP/1.0 support for LWP"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Dispatch-Array/

2017-03-10 Thread Matt Turner
commit: 75d3b3be74260fe1889d1bb12335b704ad0df65b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:08 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d3b3be

dev-perl/Log-Dispatch-Array: added ~ppc, bug 577100

 dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild 
b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
index 31be438ecfc..e554502925a 100644
--- a/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
+++ b/dev-perl/Log-Dispatch-Array/Log-Dispatch-Array-1.3.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="log events to an array (reference)"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Perl-Critic/

2017-03-10 Thread Matt Turner
commit: a1649acf25032f241357e01d16088d70c23c019e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:10 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1649acf

dev-perl/Test-Perl-Critic: added ~ppc, bug 580158

 dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild 
b/dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild
index 4a08a9b5eca..7c4040972be 100644
--- a/dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild
+++ b/dev-perl/Test-Perl-Critic/Test-Perl-Critic-1.30.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Perl::Critic in test programs"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Handle-Util/

2017-03-10 Thread Matt Turner
commit: e1c5a2236c4c3ae2d07707c3ca9d2a3cc5034ace
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:05 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c5a223

dev-perl/IO-Handle-Util: added ~ppc, bug 577100

 dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild 
b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
index 3654fda0b15..3836d0cfb02 100644
--- a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
+++ b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Functions for working with IO::Handle like objects"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Mechanize/

2017-03-10 Thread Matt Turner
commit: 0ff17bfc65e6e5f7e2042cc6803e0e3c394a7fad
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:12 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff17bfc

dev-perl/WWW-Mechanize: added ~ppc, bug 594286

 dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild 
b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild
index 8d81df2a80c..a486a834f46 100644
--- a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Handy web browsing in a Perl object"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-IsDev/

2017-03-10 Thread Matt Turner
commit: 62ec8de1b13957b6de19e99966ee41fce00ba388
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:07 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec8de1

dev-perl/Path-IsDev: added ~ppc, bug 579360

 dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
index 573b29dec75..8cac50fdd74 100644
--- a/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Determine if a given Path resembles a development source tree"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Simple/

2017-03-10 Thread Matt Turner
commit: 85059d0674ae22c7972fd86ce6858bd0a4da49b8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:07 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85059d06

dev-perl/Authen-Simple: added ~ppc, bug 577100

 dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild 
b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
index 6bbc7d3e297..c44793c8e6f 100644
--- a/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
+++ b/dev-perl/Authen-Simple/Authen-Simple-0.500.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Simple Authentication"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2017-03-10 Thread Matt Turner
commit: d5295c2f9e84371dc45493324cda13177fce1bcd
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5295c2f

dev-perl/Apache-LogFormat-Compiler: added ~ppc, bug 577100

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
index 3295c2a2eb2..17b1ef6b8b2 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.330.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 # POSIX -> perl



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/

2017-03-10 Thread Matt Turner
commit: 89ba5df778f5f0fa76a65d995f5ab11a550e6229
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:06 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ba5df7

dev-perl/Specio: added ~ppc, bug 599550

 dev-perl/Specio/Specio-0.350.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Specio/Specio-0.350.0.ebuild 
b/dev-perl/Specio/Specio-0.350.0.ebuild
index 617249ad2a1..57989fa2eb0 100644
--- a/dev-perl/Specio/Specio-0.350.0.ebuild
+++ b/dev-perl/Specio/Specio-0.350.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Server-Simple-PSGI/

2017-03-10 Thread Matt Turner
commit: 81b516d3dd8e8105fa499b969abf593dde741c2c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:04 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b516d3

dev-perl/HTTP-Server-Simple-PSGI: added ~ppc, bug 577100

 dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild 
b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
index 2ee03ab81f4..b2871822947 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="PSGI handler for HTTP::Server::Simple"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-RPC/

2017-03-10 Thread Matt Turner
commit: 2a29b74b125678deb7fce48b89f4e5c606e630b2
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 10 20:37:13 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 10 21:04:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a29b74b

dev-perl/JSON-RPC: added ~ppc, bug 577100

 dev-perl/JSON-RPC/JSON-RPC-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-RPC/JSON-RPC-1.60.0.ebuild 
b/dev-perl/JSON-RPC/JSON-RPC-1.60.0.ebuild
index ed3354b19f0..6e3f480e1aa 100644
--- a/dev-perl/JSON-RPC/JSON-RPC-1.60.0.ebuild
+++ b/dev-perl/JSON-RPC/JSON-RPC-1.60.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="JSON RPC 2.0 Server Implementation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 # Plack::Request,Plack::Test -> Plack



  1   2   3   >