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

2017-05-09 Thread Michael Orlitzky
commit: ddeb03794d7efd423398bc175b824ea158102578
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue May  9 14:51:47 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue May  9 14:51:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddeb0379

mail-filter/spamassassin: update description of USE=bayes flag.

A user asked us to enable Redis support for SpamAssassin in bug
617950, but it should already be there. SpamAssassin has its own
"TinyRedis" client, and doesn't pull in any extra dependencies to
enable it.

This is somewhat confusing when you look at the REQUIRED_USE for
SpamAssassin, which suggests that, to enable USE=bayes, you need to
pick a particular database. I only see three solutions, none of which
are great:

  1. Introduce a USE=redis flag that does nothing.

  2. Try to document the USE=bayes flag better, to make it clear
 that you get Redis support even with USE="-bayes".

  3. Allow USE=bayes without picking a database driver.

The first I've ruled out for aesthetic reasons, and the third I think
could do more harm than good (to everyone who wants bayes without
Redis). Therefore I've taken the second option, and updated the
documentation for the local USE=bayes flag. It now mentions that you
don't need USE=bayes to get the Redis bayes backend -- it's always
there.

Gentoo-Bug: 617950

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-filter/spamassassin/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-filter/spamassassin/metadata.xml 
b/mail-filter/spamassassin/metadata.xml
index e62f9a74939..e2f64879e90 100644
--- a/mail-filter/spamassassin/metadata.xml
+++ b/mail-filter/spamassassin/metadata.xml
@@ -24,7 +24,9 @@
   
 
   Require a database (MySQL, SQLite, Postgres, or BerkDB) backend
-  to enable the Bayesian filtering database.
+  to enable the Bayesian filtering database. If you use the Redis
+  backend, you do not need to enable this flag (Redis support is
+  enabled automatically, and has no external dependencies).
 
 
   Install a cron job to update SpamAssassin's rules daily.



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

2017-05-09 Thread William Hubbs
commit: 2909370dbb41e4ba585209181e8009812017829c
Author: William Hubbs  gentoo  org>
AuthorDate: Tue May  9 14:30:09 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue May  9 14:30:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2909370d

sys-apps/groff: add dependency on dev-lang/perl for #593636

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/groff/groff-1.22.2.ebuild | 1 +
 sys-apps/groff/groff-1.22.3.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/groff/groff-1.22.2.ebuild 
b/sys-apps/groff/groff-1.22.2.ebuild
index debe90f83b5..379d1b58aff 100644
--- a/sys-apps/groff/groff-1.22.2.ebuild
+++ b/sys-apps/groff/groff-1.22.2.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
x11-libs/libICE
)"
 DEPEND="${RDEPEND}
+   dev-lang/perl
l10n_ja? ( virtual/yacc )"
 
 DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README REVISION 
TODO VERSION )

diff --git a/sys-apps/groff/groff-1.22.3.ebuild 
b/sys-apps/groff/groff-1.22.3.ebuild
index 27ffa1683e6..5c88efb3500 100644
--- a/sys-apps/groff/groff-1.22.3.ebuild
+++ b/sys-apps/groff/groff-1.22.3.ebuild
@@ -23,7 +23,8 @@ RDEPEND="
x11-libs/libSM
x11-libs/libICE
)"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   dev-lang/perl"
 
 DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README REVISION 
TODO VERSION )
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2017-05-09 Thread Miroslav Šulc
commit: 5fc95911b3bba9c81fd438e6a5f33911e62d8fb6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue May  9 14:09:32 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May  9 14:10:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc95911

dev-java/tomcat-servlet-api: stabilized tomcat-servlet-api-7.0.77 and 
tomcat-servlet-api-8.0.43 as these should be stabilized with related tomcat 
versions (as per bug #615868)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.43.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild
index 5ad70ba59dd..c9daad26668 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.77.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.43.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.43.ebuild
index 585cc884932..5fdc913baf1 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.43.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.43.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"



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

2017-05-09 Thread Thomas Deutschmann
commit: 05af73379050733e8954653d02145b5c7abfe38b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May  9 13:37:44 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May  9 13:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05af7337

app-admin/collectd: Rev bump to add Python 3.6 support and to address bug 
#577846

Ebuild changes:
===
  - Added support for Python 3.6

  - The problem with linux-headers-4.5 are resolved in newer versions.
Therefore depedencies were adjusted (bug #577846).

Gentoo-Bug: https://bugs.gentoo.org/577846
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/collectd/collectd-5.6.2-r3.ebuild | 531 
 1 file changed, 531 insertions(+)

diff --git a/app-admin/collectd/collectd-5.6.2-r3.ebuild 
b/app-admin/collectd/collectd-5.6.2-r3.ebuild
new file mode 100644
index 000..950afe301fc
--- /dev/null
+++ b/app-admin/collectd/collectd-5.6.2-r3.ebuild
@@ -0,0 +1,531 @@
+# 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,3_6} )
+JAVA_PKG_OPT_USE="collectd_plugins_java"
+
+inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
+
+DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
+
+HOMEPAGE="https://collectd.org/;
+SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
+
+# The plugin lists have to follow here since they extend IUSE
+
+# Plugins that don't build (e.g. dependencies not in Gentoo)
+# apple_sensors: Requires libIOKit
+# aquaero:   Requires aerotools-ng/libaquaero5
+# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
+# grpc:  Requires libgrpc
+# lpar:  Requires libperfstat (AIX only)
+# mic:   Requires Intel Many Integrated Core Architecture API
+#(part of Intel's  Xeon Phi software)
+# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
+# pf:Requires BSD packet filter
+# pinba: Requires MySQL Pinba engine (http://pinba.org/)
+# tape:  Requires libkstat (Solaris only)
+# write_mongodb: https://github.com/collectd/collectd/issues/492
+# write_riemann: Requires riemann-c-client
+# xmms:  Requires libxmms (v1)
+# zone:  Solaris only...
+COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer grpc lpar mic
+   netapp pf pinba tape write_kafka write_mongodb write_riemann xmms
+   zone"
+
+# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
+COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
+   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
+   csv curl curl_json curl_xml dbi df disk dns drbd email entropy
+   ethstat exec fhcount filecount fscache gmond gps hddtemp interface
+   ipc ipmi iptables ipvs irq java lua load logfile log_logstash lvm
+   madwifi match_empty_counter match_hashed match_regex match_timediff
+   match_value mbmon md memcachec memcached memory modbus mqtt
+   multimeter mysql netlink network network nfs nginx notify_desktop
+   notify_email notify_nagios ntpd numa nut olsrd onewire openldap
+   openvpn oracle perl ping postgresql powerdns processes protocols
+   python python redis routeros rrdcached rrdtool sensors serial
+   sigrok smart snmp statsd swap syslog table tail tail_csv
+   target_notification target_replace target_scale target_set tcpconns
+   teamspeak2 ted thermal threshold tokyotyrant turbostat unixsock
+   uptime users uuid varnish virt vmem vserver wireless write_graphite
+   write_http write_kafka write_log write_redis write_sensu write_tsdb
+   xencpu zfs_arc zookeeper"
+
+COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
+
+COLLECTD_ALL_PLUGINS=${COLLECTD_TESTED_PLUGINS}
+
+for plugin in ${COLLECTD_ALL_PLUGINS}; do
+   IUSE="${IUSE} collectd_plugins_${plugin}"
+done
+unset plugin
+
+# Now come the dependencies.
+
+COMMON_DEPEND="
+   dev-libs/libgcrypt:=
+   dev-libs/libltdl:0=
+   perl?   ( dev-lang/perl:=[ithreads] )
+   udev?   ( virtual/udev )
+   xfs?( sys-fs/xfsprogs )
+   collectd_plugins_amqp?  ( net-libs/rabbitmq-c )
+   collectd_plugins_apache?( net-misc/curl:0= )
+   collectd_plugins_ascent?( net-misc/curl:0= 
dev-libs/libxml2:2= )
+   collectd_plugins_bind?  ( net-misc/curl:0= 
dev-libs/libxml2:2= )
+   collectd_plugins_ceph?  ( dev-libs/yajl:= )
+ 

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

2017-05-09 Thread Jeroen Roovers
commit: 75cc9198433726cecd74a00ed142e555f6cd3d9a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May  9 13:30:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May  9 13:30:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cc9198

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/vivaldi/Manifest |   2 -
 www-client/vivaldi/vivaldi-1.8.770.56_p1.ebuild | 115 
 2 files changed, 117 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 624015ed3d1..00babdfee43 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,4 +1,2 @@
-DIST vivaldi-1.8.770.56_p1-amd64.deb 46975188 SHA256 
a205631571ff98b68e19e8474ed8061064dbcb7256d83e1ec715d01c48e62cb9 SHA512 
d16138b29116e23df79f6fd20165ce4c0f5129e8962dbe510e4970fe34b22bc27e38dfcfadec5f95506e3b66074aecc7aa826e44acf3e2e4d7489c647a52
 WHIRLPOOL 
94d70ffcc6a4dfa812eb6a59b7da701e34e2e9cf4b25a14e09bb9780ff60c0354a8190c82d3ad1658b808a8c051e1d366a1df89afeefe1d4a24632b00209942e
-DIST vivaldi-1.8.770.56_p1-i386.deb 47522028 SHA256 
d69e5f1ae8566391fcaed30934ff0e592496bd36e6850dd6dc2b178bdfe08088 SHA512 
22739a6f9235ce4a6c5132ece5fb819f630511be1007fb6557f35cc1fce9dd6a6289870d626b23dd506bfc57b6d03d372f524e425ad4393f859a78c6903ab050
 WHIRLPOOL 
3b990b4cea75cc2f799b31ba92722f5b4e331d521b143fee923918a69cb3b343dfd0239a1f5ef309ce9cfcd8c3afe36ea00511e129dd5a2c40fdeb5cec6281d9
 DIST vivaldi-1.9.818.44_p1-amd64.deb 47471212 SHA256 
7821b002c975a46ad29d367b89e22dab9a6f8f99f5d36bcf99a55194dae3f32a SHA512 
16f995d00f292a422d556b37a185efd0dee63dcb6d74ac893253434629d07b5c1f447d5c271ba8d82d1a651642fccf2d8a90b9734c5883e94c54f909a2f0592f
 WHIRLPOOL 
44e32dcce96d21015e669c9688508786b236bd65fe0e27b751b1f69155e9b7a50359f84a5bd3d068e9a85965ab5c4499fcd240d5de8193916a4ffd8383a84fa7
 DIST vivaldi-1.9.818.44_p1-i386.deb 47961806 SHA256 
ddd50af0ad4fa25cfd9ce4c77ccf083b38d9e4694bbf6cf61dab7ecbc207ce77 SHA512 
65e7217b3181c3f814a68e83af16f88fb4153d23baff7bbc2768043e09b128bbc5b2ebddff008b75b1c38c858665b87fdbde0efb422c71c961b45ef761fdb648
 WHIRLPOOL 
34a1918d2e9e7e39dac328612a5c5f7f077f26b3e33b4857d142707be2219f3a8ed5b577acd9a90c7a6cd0715d8fec39d3ab71ed477c734d12b028b4aba6a3dc

diff --git a/www-client/vivaldi/vivaldi-1.8.770.56_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.8.770.56_p1.ebuild
deleted file mode 100644
index d8890fc5601..000
--- a/www-client/vivaldi/vivaldi-1.8.770.56_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# 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
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > 
"${T}"/${VIVALDI_PN}.desktop || die
-   mv "${T}"/${VIVALDI_PN}.desktop 
usr/share/applications/${VIVALDI_PN}.desktop || die
-
-   sed -i \
-   -e "s|${VIVALDI_BIN}|${PN}|g" \
-   usr/share/applications/${VIVALDI_PN}.desktop \
-   usr/share/xfce4/helpers/${VIVALDI_BIN}.desktop || die
-
-   mv usr/share/doc/${VIVALDI_PN} usr/share/doc/${PF} || die
-   chmod 0755 usr/share/doc/${PF} || die
-
-   rm \
-   

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

2017-05-09 Thread Jeroen Roovers
commit: 5e082a81daa8083d0e875b061a7e9dae1a65fc3e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May  9 13:14:07 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May  9 13:29:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e082a81

www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-client/vivaldi-snapshot/Manifest   |   2 +
 .../vivaldi-snapshot-1.10.838.7_p1.ebuild  | 106 +
 2 files changed, 108 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index e1de4efb684..474bd9db700 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -2,3 +2,5 @@ DIST vivaldi-snapshot-1.10.829.3_p1-amd64.deb 48798090 SHA256 
2e150adf26637cbf31
 DIST vivaldi-snapshot-1.10.829.3_p1-i386.deb 49421990 SHA256 
14c2740a02f47adee4a3d21d11ea365b77bb126007f0a491a0a204a543c6ac9e SHA512 
816b86de5c6355a3877cae01defe419d8d9f3c602fa706c0c6b85805215daac61dc4b559bece8c7dfff0e0f7651b17a7313555be934592e4521166c62276
 WHIRLPOOL 
925e80569ebb98752a6911787ed6e6c21049c8f4060c9e08e62e9c2d8a1f9cde4b75aab32d4b3bd85463dc82abc2e616ab0e579d288c0f62c9bd6732e93945d9
 DIST vivaldi-snapshot-1.10.834.9_p1-amd64.deb 48810164 SHA256 
39c9a7f019d88b2310fdf8cd3033c879bee2ae7a375960711f02977d056910f6 SHA512 
7deebb75b9671f30663c36419079dc300fcd536cdbd834b00c67faffe1883614b0609a1e3a444f129feccf6b09e1a8505a950828d9989a8492da1e798ef1b706
 WHIRLPOOL 
abf69027e45c5d07470865c293b62e69c12278fe02a821476af315c8c478bc0da58a885e3cd2dbecf23bfd5a9fdc9de9e6565609747785a56edc9df8382d1122
 DIST vivaldi-snapshot-1.10.834.9_p1-i386.deb 49425194 SHA256 
b0a870ba3af9868ff85f16808a0d6b270db2fc7c6ad9fcf85206d7f69d2d SHA512 
d9719f3a5d5f87c8c88b2abd3585bd0e7bd0895b42d9ed326ed47800e4506fb252dbc18b6adfed747fed8d377969e35cdb0755235a91b7403b0c7e2563552c48
 WHIRLPOOL 
cad2009671d5c30ac9b4863d41f6ab040e8045c037d7cdb2f0039f0244b13dfe8553f22f399b72ae5c6f17189b7095acf5541a123f66010bc052fcbc51ef3923
+DIST vivaldi-snapshot-1.10.838.7_p1-amd64.deb 48822808 SHA256 
b8cd9bdc8dcdf0fe4ad5f68de2dd3884ee327b1e49bed23c13911304f9cd1734 SHA512 
fdf650ea093727cde181c6a315b37c91d854520a7821970a9dd8dc04e278432818df994fc7e0564d15372e2e936e4f19477458b898e2195e9e034d6ebf2cfba2
 WHIRLPOOL 
82ded6a6bc9277547d7a0781094ec9e68cc600da40941425f12fe4ad7746f0fa741a67a62649ae5cec417e247b43c9b5def733a4770c37ea59240ee3b4ffe8ff
+DIST vivaldi-snapshot-1.10.838.7_p1-i386.deb 49430522 SHA256 
c04f14e8cce68f5a3682cdba7a1e42a53e57f56ab8dcd034ae995dd25dd404d1 SHA512 
d71e900671812e0ce9888222f3f94d03d613c39e3d457ad8259c5b74bdae9718bb4bbe0a543f6b04eb626078b01f3ef6522822720c57e3c935d395f72824a990
 WHIRLPOOL 
d3e117069d7f107bee4a49f3549386995f4ba32e2f1c28add95c65dd92f58182f10ff517c519e6c71cfbf0e599b81aa7b8bfbb13585d5f9dc5caef47472643c0

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.838.7_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.838.7_p1.ebuild
new file mode 100644
index 000..7029ed11060
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.10.838.7_p1.ebuild
@@ -0,0 +1,106 @@
+# 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_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${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
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 

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

2017-05-09 Thread Jeroen Roovers
commit: b65481a28e30844a9aeb56641848897d1b8bed1f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May  9 13:29:14 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May  9 13:29:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65481a2

www-plugins/adobe-flash: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-plugins/adobe-flash/Manifest   |   4 +
 .../adobe-flash/adobe-flash-25.0.0.171.ebuild  | 133 +
 2 files changed, 137 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index ac977344541..7926adfe2c1 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -2,3 +2,7 @@ DIST adobe-flash-25.0.0.148-npapi.i386.tar.gz 8485815 SHA256 
7d9ffcdca435429d857
 DIST adobe-flash-25.0.0.148-npapi.x86_64.tar.gz 8996004 SHA256 
72f93bf2d2f6b6e7ed34321de8324f14d9ddff8bc9f42717691b8904be50e758 SHA512 
f0656b4e294736a0a5027692abf5035a7ec67056c8df209e4a61aa24692e0e65eb4da95efa9de5597abb6384fbd0e85d54f87dff3b8871b44986f3a83eac2666
 WHIRLPOOL 
7034a6b8f393d382db48e697f33825f4497ba68ef3aa62be546b8b019ac50d53d5dad6f54f29620e5ff6fd70420c6e38bcd3c4bd7d9da840d7e0a47095f02a77
 DIST adobe-flash-25.0.0.148-ppapi.i386.tar.gz 8530772 SHA256 
4226ba0c0aee1ad7ecd7cc4c7f4519245d76361627df4b52e0f1a9a6ed0db764 SHA512 
38ba505aee21b9dae3ec602b6a4ad5adb815d9f296d908dad7cb02985a251b62fec707379b52344da424d2d410aa4d5064ad128b84cdb40222dd8938c5b16db2
 WHIRLPOOL 
f00c5cb873f1eeabed7df96a8129e4d68fd1df205f3aff1a10cdefb171fd7c269016a09d6c4e22fedae9d734228bb329f28c5da3fbc24b1b32df87714d428f2a
 DIST adobe-flash-25.0.0.148-ppapi.x86_64.tar.gz 9441118 SHA256 
5cf13ce4eb10534903213ad7ce8a40b0f84c744e705f7d676ca7b75787235de2 SHA512 
25b6128f06b1f3ebdb1fdd186b60f9c77f6891271cd7a4433566b735d3650ce469351b4e3b94db6681de7d6307ecb15ca224645f2e4c223a3de896dd09877a65
 WHIRLPOOL 
c9caf71364fac6f38509fa60cf9b9bc58010f857344833b0e68f5c463a4180fa4e4db2953faad1e47b2b7ceaa038b16b2488906713ba3cde32128f4ab3e1a010
+DIST adobe-flash-25.0.0.171-npapi.i386.tar.gz 8488318 SHA256 
83395b43da1689104e569006c2a75d159d6b12f4c07d0d8e4e05e70b233662f4 SHA512 
142aa954b21f54e23795880867380e17399247a1f8e44d7077ae9a0231174f8ba66e1d529ed194b315a3146725bada87ed368a57e3b1f66f7affbf41d067b0df
 WHIRLPOOL 
ef9cec371bb981fa5d821fabc752c62c82779608db0d0a291fd7525073c7a261efbc45e25a48697fc0f1fb35a92a52b0346d4686aeda8bf1f14076f56f5540ed
+DIST adobe-flash-25.0.0.171-npapi.x86_64.tar.gz 8995580 SHA256 
60fe4a22278dda4e778f69bd063833fcce778cf21c88ebe4932095ae00c8cce4 SHA512 
c4a05df98f1f21069b2ffb8f0e309c364977f2489ed05e66488ffd06fd2b3af3bf807a582c9430c0e7de618da4fbca96bdd589f6690fbf76e230ba80edf0ecc7
 WHIRLPOOL 
ebbf3bb5898a508d4e6564b430f6bd5205cdd0619221020be708f0393496b406f04d8937062a2a211cde815ede754ab4734d6d591ca496b79651a453d08b85cc
+DIST adobe-flash-25.0.0.171-ppapi.i386.tar.gz 8530554 SHA256 
bd044776ed45b74dba78f6ec0608a857cfab21dccc0c9ace06a7e4b5af8ffd21 SHA512 
4eb3dc86901811212bc388b414a9d289a4f31b443ea497569c2bf6deb398914568c937513327a87ba33844c8f846ed594e17bcff56439a03cee29c7ee12623c9
 WHIRLPOOL 
1348cc483d3bf6cf4ad9b796c20f5746f281fcb93e4d5a03be59bd76727256f441c0485f16d30ea140005d789e7a2bb43e0ffab0d94e0a026697f0ad7a9a
+DIST adobe-flash-25.0.0.171-ppapi.x86_64.tar.gz 9444396 SHA256 
b97e765d75eed61d4703f78af92655d93c80ed07260cdfb07aa6890c30a6dc5a SHA512 
d3abde4cd2b88e4e002667a88a9a0906df51268ea602366c915e570851247b2208f3817c38f0e1fa4109222c3b7f10d71dc7323726eaea2d5ee4f46bc19ec107
 WHIRLPOOL 
bbd3c3e18b961a9324d8d55dfbf2915bdfeae370f8b1a60e0e46240873c0721d2dfa68627d4b35b0e22fd640f96a049459b452e927ef855fda107ff76c5652d2

diff --git a/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild 
b/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild
new file mode 100644
index 000..ed3de32b1a7
--- /dev/null
+++ b/www-plugins/adobe-flash/adobe-flash-25.0.0.171.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit nsplugins multilib multilib-minimal
+
+DESCRIPTION="Adobe Flash Player"
+HOMEPAGE="
+   http://www.adobe.com/products/flashplayer.html
+   http://get.adobe.com/flashplayer/
+   https://helpx.adobe.com/security/products/flash-player.html
+"
+
+AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV};
+AF_NP_32_URI="${AF_URI}/flash_player_npapi_linux.i386.tar.gz -> 
${P}-npapi.i386.tar.gz"
+AF_NP_64_URI="${AF_URI}/flash_player_npapi_linux.x86_64.tar.gz -> 
${P}-npapi.x86_64.tar.gz"
+AF_PP_32_URI="${AF_URI}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}-ppapi.i386.tar.gz"
+AF_PP_64_URI="${AF_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}-ppapi.x86_64.tar.gz"
+
+IUSE="+nsplugin +ppapi"
+REQUIRED_USE="
+   || ( nsplugin ppapi )
+"
+
+SRC_URI="
+   nsplugin? (
+   abi_x86_32? ( ${AF_NP_32_URI} )
+   abi_x86_64? ( ${AF_NP_64_URI} )
+

[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/files/, www-servers/tomcat/

2017-05-09 Thread Miroslav Šulc
commit: d4326129c72bcf9e3190c0ed148687ae4a5b6fc6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue May  9 13:22:43 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May  9 13:22:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4326129

www-servers/tomcat: removed vurnelable versions per bug #615868

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-servers/tomcat/Manifest|   8 -
 .../tomcat/files/tomcat-7.0.73-build.xml.patch | 149 
 .../tomcat/files/tomcat-7.0.75-build.xml.patch | 149 
 .../tomcat/files/tomcat-7.0.76-build.xml.patch | 149 
 .../tomcat/files/tomcat-8.0.39-build.xml.patch | 259 -
 .../tomcat/files/tomcat-8.0.41-build.xml.patch | 259 -
 .../tomcat/files/tomcat-8.5.11-build.xml.patch | 250 
 .../tomcat/files/tomcat-8.5.12-build.xml.patch | 250 
 .../tomcat/files/tomcat-8.5.9-build.xml.patch  | 250 
 www-servers/tomcat/tomcat-7.0.73.ebuild| 148 
 www-servers/tomcat/tomcat-7.0.75.ebuild| 148 
 www-servers/tomcat/tomcat-7.0.76.ebuild| 148 
 www-servers/tomcat/tomcat-8.0.39.ebuild| 157 -
 www-servers/tomcat/tomcat-8.0.41.ebuild| 157 -
 www-servers/tomcat/tomcat-8.5.11.ebuild| 157 -
 www-servers/tomcat/tomcat-8.5.12.ebuild| 157 -
 www-servers/tomcat/tomcat-8.5.9.ebuild | 157 -
 17 files changed, 2952 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 5a59dd41d62..7e94645f1bb 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,13 +1,5 @@
-DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 
e3e236fb551ae9deb85024d8472fd08a76b14380e3ddaa2a1aff1fc670de5d87 SHA512 
4754628c271d0aed3572ac0961c47653c10fcdfd0d13d8d1bc1b5774e961e6327cbb6b11b0e7e2f8eff525e2e60f741da49aeb855bb9d94e84cc87f346cf9ce6
 WHIRLPOOL 
b9e75f53e41f1e9b9767fe8bc603ee5b7db2d3b1b7d2d900d430f4c0b73881a7ad36e0a0bfce773432b73ea8743865e933363ceec037d11d8f1008d8619ac1f1
-DIST apache-tomcat-7.0.75-src.tar.gz 4657629 SHA256 
ffa9489ecd9aa0750598e5db0dc3275ce7e29de13f16d7bf863e0477bf338463 SHA512 
2b7a0fc64ca58849713435993768b1f77666ad23f22cfb6091503bc1393f2c4fd3a61dac518efe4ccb22738d82fa81b1a1597ba148f4f829a0c642d131270117
 WHIRLPOOL 
eada3af432dd943ca494ab3fbedfeaf655dbe621b639791e224cd0f58d1c26f8e6e99496757c21073249ef0af2bfa101dd8374f9d708777b331c31da663c435a
-DIST apache-tomcat-7.0.76-src.tar.gz 4662334 SHA256 
67e8449ed9e5e33251e19c38f6dbb47593395d4f956882175651da5aee45bc83 SHA512 
5f469723fbbf77bb1cb7d3939cd8ab47e200bba4fcc0d6cb53ea8d1447ca126987f870b063b22f9bffa083601f0e3ac69fb2c32be723d8c7055a6acb93a749e1
 WHIRLPOOL 
a3d1abd5232ef7e8f7822c4238383a74b45b5d614aa74b7c1e0f140d9523b4d0de8f860bf828d116b150fdc910e23643015939f5041623b46b818808a87efbbb
 DIST apache-tomcat-7.0.77-src.tar.gz 4664884 SHA256 
7db04b3bf8898d9f9facee9c53ae7a2c78f13dfd4d14e931d78cee2d0813cc43 SHA512 
19507de7f499df7269d8f819c30dc8194528555e9d6d430dad4b7ff3dc0c5c865d432eaef75bb2c157170cc5ebf76da5884296bf4e089c118448088a46f5e428
 WHIRLPOOL 
c17fe412d5c1db530287111624dbebfffe100639cd4bbc78be8e7e5b9be130ac23dd2978bbababd2981c1c91c00570f80e05b34e505af9a49646835334867bc6
-DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 
566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 
0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330
 WHIRLPOOL 
62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
-DIST apache-tomcat-8.0.41-src.tar.gz 4950440 SHA256 
2bbaf50e9c9ffe8d79369c0c16cad04ea256cccde85658d15a011c8f8d1c2b77 SHA512 
6d2d104be33f203a5c45e6d0d8a8631542830462da932f1d11eadfb9927ba82e3fa5245321197e610f55ed34622b50743cb3af4699c7cedfb91b9dd2b35f338d
 WHIRLPOOL 
758104c1e2f7aa5707f8711b6c08c67674c4c9b8702f8da2d48839da1802f158aa158aef6386af27e6c95b430c6060436cafbd7accc48c7bced376c5cef8
 DIST apache-tomcat-8.0.43-src.tar.gz 4962788 SHA256 
5ca1feb8ae5bd637a379ed409300fac0d463a8ec878d60f1ca54d3e7f2013f43 SHA512 
aa15046ba3404c206b7983f42837d30debca69b18b85345d1376a853ad6e9fb5c0cbf42732f835779b10d39e2eae77f6d1688dadc5280b50236bf3432e251e9b
 WHIRLPOOL 
d1517c25b56a2ef4dd41977daf4ab5639b991ce38b6f5279a4e09f9232d73625be623beb678de8b3ec4e718cb50284cbebae67726622699738ad28be6d735414
-DIST apache-tomcat-8.5.11-src.tar.gz 4996153 SHA256 
81fb94243600d950375c4622f76b39c06c5615b7a8a6f70d387ea249bed1dddf SHA512 
d1a9513535773805c26825f8843fa502e044c9f1ccc22176db5418a7a0abb6d1bcff3db401b449a5867065359abbc8277d14085d807fe00c95dd267d9091620d
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2017-05-09 Thread Miroslav Šulc
commit: 0294da2621bb358a30caa4f13f8e5a3ccdfc0950
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue May  9 13:26:32 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May  9 13:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0294da26

dev-java/tomcat-servlet-api: removed vurnelable versions per bug #615868

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-java/tomcat-servlet-api/Manifest   |  8 -
 .../tomcat-servlet-api-7.0.73.ebuild   | 38 -
 .../tomcat-servlet-api-7.0.75.ebuild   | 38 -
 .../tomcat-servlet-api-7.0.76.ebuild   | 38 -
 .../tomcat-servlet-api-8.0.39.ebuild   | 35 ---
 .../tomcat-servlet-api-8.0.41.ebuild   | 35 ---
 .../tomcat-servlet-api-8.5.11.ebuild   | 39 --
 .../tomcat-servlet-api-8.5.12.ebuild   | 39 --
 .../tomcat-servlet-api-8.5.9.ebuild| 39 --
 9 files changed, 309 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 5eabe2e83ff..a1b1c27e5dc 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -4,17 +4,9 @@ DIST apache-tomcat-5.5.34-src.tar.gz 3720299 SHA256 
a52e7f2abf0fbdd9665ca398d2b3
 DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 
c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 
0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be
 WHIRLPOOL 
c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97
 DIST apache-tomcat-6.0.45-src.tar.gz 3494054 SHA256 
d464b3e770197f026bf802d19be0195b941e8c3be7e552dc2f8eb563f9cc010e SHA512 
d300e6b805bb70fc348133467b2aeac728dc0ae44f2fc1f309c3b2971987c1e46b81f156ebd7ddfda38f6746e90af1402c4e16a2d30bc7b081b761c87df8ffab
 WHIRLPOOL 
144678884f75034f1d692619ea8064daf02aee03bcac62fb0b666b5c0283f5abf93414d636c03c94488632cd13081cf00e69a9ddf19f4c8bafd80e7eca5a69da
 DIST apache-tomcat-6.0.53-src.tar.gz 3522914 SHA256 
0392a1d04554c91b8efc3c62becbda634de2031f0366925378047062a2098d30 SHA512 
915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c
 WHIRLPOOL 
1892d71346e9261afabe5a42ee961c9b61379ac17a91d98da5dda8136aedb406c57cb42ba2fa1b7e35d1cf142d7132456a065fbdf34a35452462bb7140fce675
-DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 
e3e236fb551ae9deb85024d8472fd08a76b14380e3ddaa2a1aff1fc670de5d87 SHA512 
4754628c271d0aed3572ac0961c47653c10fcdfd0d13d8d1bc1b5774e961e6327cbb6b11b0e7e2f8eff525e2e60f741da49aeb855bb9d94e84cc87f346cf9ce6
 WHIRLPOOL 
b9e75f53e41f1e9b9767fe8bc603ee5b7db2d3b1b7d2d900d430f4c0b73881a7ad36e0a0bfce773432b73ea8743865e933363ceec037d11d8f1008d8619ac1f1
-DIST apache-tomcat-7.0.75-src.tar.gz 4657629 SHA256 
ffa9489ecd9aa0750598e5db0dc3275ce7e29de13f16d7bf863e0477bf338463 SHA512 
2b7a0fc64ca58849713435993768b1f77666ad23f22cfb6091503bc1393f2c4fd3a61dac518efe4ccb22738d82fa81b1a1597ba148f4f829a0c642d131270117
 WHIRLPOOL 
eada3af432dd943ca494ab3fbedfeaf655dbe621b639791e224cd0f58d1c26f8e6e99496757c21073249ef0af2bfa101dd8374f9d708777b331c31da663c435a
-DIST apache-tomcat-7.0.76-src.tar.gz 4662334 SHA256 
67e8449ed9e5e33251e19c38f6dbb47593395d4f956882175651da5aee45bc83 SHA512 
5f469723fbbf77bb1cb7d3939cd8ab47e200bba4fcc0d6cb53ea8d1447ca126987f870b063b22f9bffa083601f0e3ac69fb2c32be723d8c7055a6acb93a749e1
 WHIRLPOOL 
a3d1abd5232ef7e8f7822c4238383a74b45b5d614aa74b7c1e0f140d9523b4d0de8f860bf828d116b150fdc910e23643015939f5041623b46b818808a87efbbb
 DIST apache-tomcat-7.0.77-src.tar.gz 4664884 SHA256 
7db04b3bf8898d9f9facee9c53ae7a2c78f13dfd4d14e931d78cee2d0813cc43 SHA512 
19507de7f499df7269d8f819c30dc8194528555e9d6d430dad4b7ff3dc0c5c865d432eaef75bb2c157170cc5ebf76da5884296bf4e089c118448088a46f5e428
 WHIRLPOOL 
c17fe412d5c1db530287111624dbebfffe100639cd4bbc78be8e7e5b9be130ac23dd2978bbababd2981c1c91c00570f80e05b34e505af9a49646835334867bc6
-DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 
566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 
0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330
 WHIRLPOOL 
62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
-DIST apache-tomcat-8.0.41-src.tar.gz 4950440 SHA256 
2bbaf50e9c9ffe8d79369c0c16cad04ea256cccde85658d15a011c8f8d1c2b77 SHA512 
6d2d104be33f203a5c45e6d0d8a8631542830462da932f1d11eadfb9927ba82e3fa5245321197e610f55ed34622b50743cb3af4699c7cedfb91b9dd2b35f338d
 WHIRLPOOL 

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

2017-05-09 Thread Kristian Fiskerstrand
commit: 68d406d2de327f13ad3906d50c458c9727f7e024
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue May  9 12:59:22 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue May  9 12:59:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d406d2

app-crypt/gnupg: Fix regression from 2.1.19

Gentoo-Bug: 616336

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch|  27 +
 ...g-Properly-account-for-ring-trust-packets.patch |  86 +++
 app-crypt/gnupg/gnupg-2.1.20-r1.ebuild | 122 +
 3 files changed, 235 insertions(+)

diff --git a/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch 
b/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch
new file mode 100644
index 000..292fc264ac8
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Fix-typo.patch
@@ -0,0 +1,27 @@
+From 692208fd6c1547cc7dd2062a1d1c9499bc0a8be4 Mon Sep 17 00:00:00 2001
+From: Justus Winter 
+Date: Mon, 8 May 2017 13:52:39 +0200
+Subject: [PATCH] gpg: Fix typo.
+
+--
+Signed-off-by: Justus Winter 
+---
+ g10/packet.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/g10/packet.h b/g10/packet.h
+index a10495c..d42510d 100644
+--- a/g10/packet.h
 b/g10/packet.h
+@@ -623,7 +623,7 @@ struct parse_packet_ctx_s
+   iobuf_t inp;   /* The input stream with the packets.  */
+   struct packet_struct last_pkt; /* The last parsed packet.  */
+   int free_last_pkt; /* Indicates that LAST_PKT must be freed.  */
+-  int skip_meta; /* Skip right trust packets.  */
++  int skip_meta; /* Skip ring trust packets.  */
+ };
+ typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
+ 
+-- 
+2.10.2
+

diff --git 
a/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Properly-account-for-ring-trust-packets.patch
 
b/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Properly-account-for-ring-trust-packets.patch
new file mode 100644
index 000..58568db47d2
--- /dev/null
+++ 
b/app-crypt/gnupg/files/gnupg-2.1.20-gpg-Properly-account-for-ring-trust-packets.patch
@@ -0,0 +1,86 @@
+From 22739433e98be80e46fe7d01d52a9627c1aebaae Mon Sep 17 00:00:00 2001
+From: Justus Winter 
+Date: Mon, 8 May 2017 14:24:00 +0200
+Subject: [PATCH] gpg: Properly account for ring trust packets.
+
+* g10/keyring.c (keyring_get_keyblock): Use the parser's packet count
+instead of counting ourself.
+* g10/packet.h (struct parse_packet_ctx_s): New field
+'n_parsed_packets'.
+(init_parse_packet): Initialize new field.
+* g10/parse-packet.c (parse): Count packets.
+--
+
+The 'keyring' keystore depends on the number of packets for delete and
+update operations.  With the rework of the ring trust packets, the
+trust packets were no longer properly accounted for leading to keyring
+corruptions.
+
+The 'keybox' store was not affected.
+
+GnuPG-bug-id: 3123
+GnuPG-bug-id: 3135
+GnuPG-bug-id: 3144
+Fixes-commit: a8895c99a7d0750132477d80cd66caaf3a709113
+Signed-off-by: Justus Winter 
+---
+ g10/keyring.c  | 4 ++--
+ g10/packet.h   | 2 ++
+ g10/parse-packet.c | 3 +++
+ 3 files changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/g10/keyring.c b/g10/keyring.c
+index e223f0f..50f1b82 100644
+--- a/g10/keyring.c
 b/g10/keyring.c
+@@ -409,11 +409,11 @@ keyring_get_keyblock (KEYRING_HANDLE hd, KBNODE *ret_kb)
+ pkt = xmalloc (sizeof *pkt);
+ init_packet (pkt);
+ init_parse_packet (, a);
+-hd->found.n_packets = 0;;
++hd->found.n_packets = 0;
+ lastnode = NULL;
+ save_mode = set_packet_list_mode(0);
+ while ((rc=parse_packet (, pkt)) != -1) {
+-hd->found.n_packets++;
++hd->found.n_packets = parsectx.n_parsed_packets;
+ if (gpg_err_code (rc) == GPG_ERR_UNKNOWN_PACKET) {
+   free_packet (pkt, );
+   init_packet (pkt);
+diff --git a/g10/packet.h b/g10/packet.h
+index d42510d..cf2121c 100644
+--- a/g10/packet.h
 b/g10/packet.h
+@@ -624,6 +624,7 @@ struct parse_packet_ctx_s
+   struct packet_struct last_pkt; /* The last parsed packet.  */
+   int free_last_pkt; /* Indicates that LAST_PKT must be freed.  */
+   int skip_meta; /* Skip ring trust packets.  */
++  unsigned int n_parsed_packets;  /* Number of parsed packets.  */
+ };
+ typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
+ 
+@@ -633,6 +634,7 @@ typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
+ (a)->last_pkt.pkt.generic= NULL;\
+ (a)->free_last_pkt = 0; \
+ (a)->skip_meta = 0; \
++(a)->n_parsed_packets = 0;  \
+   } while (0)
+ 
+ #define deinit_parse_packet(a) do { \
+diff --git a/g10/parse-packet.c b/g10/parse-packet.c
+index fa44f83..dbb7af8 100644
+--- a/g10/parse-packet.c
 b/g10/parse-packet.c
+@@ -764,6 +764,9 @@ parse (parse_packet_ctx_t ctx, PACKET *pkt, int 
onlykeypkts, off_t * retpos,
+ partial? (new_ctb ? " partial" 

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

2017-05-09 Thread Jeroen Roovers
commit: 3f0ef3bf2cade22d373d6ad72153e019964fd343
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May  9 12:39:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May  9 12:40:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0ef3bf

dev-util/kyua: Mark ~hppa (bug #617758).

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

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

diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13.ebuild
index e4f20b71a95..484d3aff6e1 100644
--- a/dev-util/kyua/kyua-0.13.ebuild
+++ b/dev-util/kyua/kyua-0.13.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 IUSE="test"
 
 # Tests fail



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

2017-05-09 Thread Jeroen Roovers
commit: b18ceada095d20e5eecfddc1cb8f8fc82c7260bd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May  9 12:39:49 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May  9 12:40:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18ceada

dev-lua/lutok: Mark ~hppa (bug #617758).

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

 dev-lua/lutok/lutok-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4.ebuild
index b17061e3a6e..55500bb1822 100644
--- a/dev-lua/lutok/lutok-0.4.ebuild
+++ b/dev-lua/lutok/lutok-0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2017-05-09 Thread Jeroen Roovers
commit: b5f9ccc44c68a18f161bf75c33f5f00f1ea451cd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May  9 12:39:17 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May  9 12:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f9ccc4

dev-libs/atf: Mark ~hppa (bug #617758).

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

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

diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
index ffc064b8628..48aff2937bb 100644
--- a/dev-libs/atf/atf-0.21.ebuild
+++ b/dev-libs/atf/atf-0.21.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 IUSE=""
 
 DEPEND="virtual/pkgconfig"



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

2017-05-09 Thread Patrick Lauer
commit: c110e27fd51dac1a65d68f3d0a19978aced09ada
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue May  9 12:33:48 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue May  9 12:35:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c110e27f

net-analyzer/zabbix: Bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/zabbix/Manifest|   1 +
 net-analyzer/zabbix/zabbix-3.2.6.ebuild | 328 
 2 files changed, 329 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 8e13438b5fd..99b9de8af37 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -8,3 +8,4 @@ DIST zabbix-3.2.2.tar.gz 15915015 SHA256 
f9760dde57b1faee4bbecf00c39877678d58aaf
 DIST zabbix-3.2.3.tar.gz 15922416 SHA256 
e6dba74039d8d6efff86ec3da99909f4daeaeb66d48781bbb666e3094533da25 SHA512 
5a704282765fa66d1aa53ae546d3a49a35050d6830a25a3a9ad64d73f8aff48b31e8d13f37d147c8d6244bb0f2dab21bceb5d022f1c3ffa726c10edc6e7bd1f6
 WHIRLPOOL 
cab23a3edfa53f7b505f0d7e03fbcf0a2f59a52e441e195b5f7ffee7bd0258ba7cb93e45f894e16ba4ad1a1b236cfef0cc65c7b7905ee0ebde2e11972710
 DIST zabbix-3.2.4.tar.gz 15924840 SHA256 
22cf19ef5a9478df2281bf518e8be38adc7dbc508bf63111e02388ca7aabeef4 SHA512 
62e532bcf6a5ab82b1f943e28d46d1e64782758a405680d2c1a54e9c1092a340a50987045acbbad2b57439e3c2640d8a11fe1a29a234764859befa6a7fd779d1
 WHIRLPOOL 
8cac552472bb186a1e16bc809d68a7dd7a63eaec7503f204bec58cd03ce9f813247d47e95b6a17baa3765dca9a51835c2dc4d6efbc69bcf03ff64cb976ac716f
 DIST zabbix-3.2.5.tar.gz 15931390 SHA256 
2f25d4622f85f9faa9626c9d5b3dbd9bf098f494fae007fecd52c8dc5545504e SHA512 
313eda7d26d4fe443440ff20f355a51ee0a14d7dbce2aef7ce21f95543588eb69f111dc4b19e17024f82e629bcb8fdf5739dace6f05517aee744f4e68518ea37
 WHIRLPOOL 
1bdb93ba3f82cda5389e68f8e9468836e2e33f3ccb983095ab45b866d1cb483cf05522c8bb13524d77ae8f09f753158af73ba73f3f8b6c1b098e28c6bebe
+DIST zabbix-3.2.6.tar.gz 16008047 SHA256 
98f025b39515b196552b8a23e2fe20a8180b5e99e613ce7378725a46ed8b62d6 SHA512 
48e70a7e33ec8c29967f099d27f240b2e8b02554b43a47387d02b5450367efcb0d2f1c60557194f6b1d4a9755d2c9c69a478627e57624521152b1c1ea0264844
 WHIRLPOOL 
19cccff8e71ea6bf18fc71ccc770ae863ef6ed63f56b068f0b8741d39fc9c0dab3f63129f74c057e5f34f64adcd584b478f5214214ff3d2deaf54e53a2b24574

diff --git a/net-analyzer/zabbix/zabbix-3.2.6.ebuild 
b/net-analyzer/zabbix/zabbix-3.2.6.ebuild
new file mode 100644
index 000..31176f59177
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-3.2.6.ebuild
@@ -0,0 +1,328 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="http://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="http://prdownloads.sourceforge.net/zabbix/${MY_P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle 
postgres proxy server ssh ssl snmp sqlite odbc static"
+REQUIRED_USE="|| ( agent frontend proxy server )
+   proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
+   server? ( ^^ ( mysql oracle postgres sqlite odbc ) )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
+   ldap? (
+   net-nds/openldap
+   =dev-libs/cyrus-sasl-2*
+   net-libs/gnutls
+   )
+   mysql? ( >=virtual/mysql-5.0.3 )
+   sqlite? ( >=dev-db/sqlite-3.3.5 )
+   postgres? ( dev-db/postgresql:* )
+   oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
+   xmpp? ( dev-libs/iksemel )
+   libxml2? ( dev-libs/libxml2 )
+   curl? ( net-misc/curl )
+   openipmi? ( sys-libs/openipmi )
+   ssh? ( net-libs/libssh2 )
+   java? ( virtual/jdk:* )
+   odbc? ( dev-db/unixODBC )
+   ssl? ( dev-libs/openssl:=[-bindist] )"
+
+RDEPEND="${COMMON_DEPEND}
+   proxy? ( net-analyzer/fping[suid] )
+   server? ( net-analyzer/fping[suid]
+   app-admin/webapp-config )
+   java?   (
+   >=virtual/jre-1.4
+   dev-java/slf4j-api
+   )
+   frontend? (
+   
>=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode]
+   || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] )
+   mysql? ( dev-lang/php[mysqli] )
+   odbc? ( dev-lang/php[odbc] )
+   oracle? ( dev-lang/php[oci8-instant-client] )
+   postgres? ( dev-lang/php[postgres] )
+   sqlite? ( dev-lang/php[sqlite] )
+   media-libs/gd[png]
+   app-admin/webapp-config )"
+DEPEND="${COMMON_DEPEND}
+  

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

2017-05-09 Thread Manuel Rüger
commit: 6991fd42c4920df836690d33c38537a9e5290733
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May  9 11:50:38 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May  9 11:50:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6991fd42

app-emulation/containerd: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/containerd/Manifest  |  2 --
 .../containerd/containerd-0.2.5_p20170315.ebuild   | 40 --
 .../containerd/containerd-0.2.5_p20170329.ebuild   | 40 --
 3 files changed, 82 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index dfc92c0b391..524176e0f78 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,6 +1,4 @@
 DIST containerd-0.2.5.tar.gz 1003500 SHA256 
88e099af66b50abe7f2159f13bdab793fa5199d8d5b9a9ef7a68171abb4359be SHA512 
ba1e074bb7556a7c4be4d68dc62aa2fa4b823682c209d1609c1f11518a7b7167139ea159d31e0b21ba190d83115a67e5e45b54b6a4770742d49e9e561309551f
 WHIRLPOOL 
eb3622ba99c4d4806bda9a45853422a5b0b884869ed3be4c3caec4c20f49027e8db78b9885eca7bc83a0f3b08e9a66eca950390f0eda1ef2535fd3ab41623bf4
 DIST containerd-0.2.5_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
-DIST containerd-0.2.5_p20170315.tar.gz 1036056 SHA256 
8223d934fa767fcabf45c734bdb616818a5eab8c95d525de6a69a350f4aeb826 SHA512 
96f8a6a5053018fc7889583481c1e24d5cfd8cb780bd76d7c09d299cac836f0842927aa6c5ff7ae8b3cded99b596fce64c7db18f9de6dc527eacc2202baa01dd
 WHIRLPOOL 
feac3f3f1f078b46a4ef794e287fee78a34a59b159295f9f5779733e93c6b315cedde658538644d33a41057392c34a44b7de08942c77a03c456c1aef24862fa7
-DIST containerd-0.2.5_p20170329.tar.gz 1036065 SHA256 
da89086a7c643702a2ddecec67a45d3d8e4b0d610dd19036be63e6bd54cc1a85 SHA512 
b7d56adaac26c9f0fd0900467fb5f8500472b602d7ce2373704c08ae6a0b852051e469a4fa51c8db475499872a51fcdd65c2adc4124102e66b8ca86cc5b2ff2f
 WHIRLPOOL 
98567c28df37dbe3ad9f926fdae35e5ceb2df50c90373e58b14b1b5204d6eb9763050acf90abd40b44791510809ba3390f91b61a77265db078a22107a301
 DIST containerd-0.2.6.tar.gz 1020572 SHA256 
a67c4153ac5ae26b9d11daac133b90cba059ba16de7579e39c3e82bcda856493 SHA512 
41018bda556a3ddfb1bd3a16e642548ba06f413b13fd1488e731896e277ba6c84a393ebd5de067ecaeccc695297a2b74edf22e5a3fe8f2e3eadf78d080bdeff6
 WHIRLPOOL 
98f64c888ea580074e51b91311ab186291cb2d3ecc9f178d828687dbb60b35104237041699b6125cf026edd245459a052fda1801ac3cd7e1efe34606c3d9a4eb
 DIST containerd-0.2.7.tar.gz 1034541 SHA256 
cc46de64a75fa8babe0a85aac987f926870bf84d78040430f95ce478ed195122 SHA512 
d0885fa37aaa1110d9312f81102e619ca4ae8d3c39c83c01852fd8618945121596169a1d41017d19ad32ff47b619a2c1c18a3582d290a56f08640412dcfc451a
 WHIRLPOOL 
35748adf2c097dad4c60e48b2eb3389b57e78fc8d3b228f15b0297b5c1d037a77f29118089a5159c1f25baf7e4d7f93f6fc74d3cd2c85164711378e2df6e251d

diff --git a/app-emulation/containerd/containerd-0.2.5_p20170315.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170315.ebuild
deleted file mode 100644
index 1690d6849bd..000
--- a/app-emulation/containerd/containerd-0.2.5_p20170315.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN}"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="422e31ce907fd9c3833a38d7b8fdd023e5a76e73"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A daemon to control runC"
-HOMEPAGE="https://containerd.tools;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened +seccomp"
-
-DEPEND=""
-RDEPEND=">=app-emulation/docker-runc-1.0.0_rc2
-   seccomp? ( sys-libs/libseccomp )"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_compile() {
-   local options=( $(usex seccomp "seccomp") )
-   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
-   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake 
GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
-}
-
-src_install() {
-   dobin bin/containerd* bin/ctr
-}

diff --git a/app-emulation/containerd/containerd-0.2.5_p20170329.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170329.ebuild
deleted file mode 100644
index 4e989b9f24a..000
--- a/app-emulation/containerd/containerd-0.2.5_p20170329.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6

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

2017-05-09 Thread Manuel Rüger
commit: 83462cf277c41e19768ff1278c588c66f31f7636
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May  9 11:49:00 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May  9 11:49:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83462cf2

app-emulation/docker: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/docker/Manifest  |   2 -
 app-emulation/docker/docker-17.04.0.ebuild | 288 
 app-emulation/docker/docker-17.05.0_rc3.ebuild | 290 -
 3 files changed, 580 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 40fb3680b8f..9ac1f368738 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,5 +1,3 @@
 DIST docker-1.12.6.tar.gz 13694205 SHA256 
0413f3513c2a6842ed9cf837154c8a722e9b34cb36b33430348489baa183707e SHA512 
98e0fa0ec0dad4d392188b0d2cf42b2b564403463c369e1fe060f1abc2e97d97375a88587080671ef905e6a34b991d83265f43c3112575af019cf85eef0c2c25
 WHIRLPOOL 
55d10e4c4ab960320094637a847768ad85dc1fccaa6cc77ea0ca82f2d23b27e92e2f2c0cbc03f53676012c95883f65c6fa16d26970138fa129d37bf278fc8c0b
 DIST docker-17.03.1.tar.gz 7773296 SHA256 
a8f1eefadf3966885ad0579facfc2017cca7dd3a0b20d086dfd798168716cb83 SHA512 
51e2a9d6ca529ac67d63794b9fd257f962278019ae1a36a39ff635c742d6ca16286cc164470333ff6cd88d709ecf2cb90343b2dd94bb3939747550f74fb442d5
 WHIRLPOOL 
9178bdf5b13851650e31d95370a090a72c8c70b53416e83693ffbdbc549d3992f3004908c1db5b26c013552f02293dddf9f761b8b5b9d2e0f0bf7cfab5330ca9
-DIST docker-17.04.0.tar.gz 7023868 SHA256 
b6ee0aa93ecea44e956d3627907e10557b3ec37d13ddfb40e436656e5037c640 SHA512 
b84bf25ebbdf066ee61272b9bce4736f61c2605e17529088bea33f5a4de172c2297cf8e7bd3f48170d50de069f94343d2403f81b763e9677ca2e750192ba1519
 WHIRLPOOL 
30354c38ae07f8528fdcbcde866ccc0048d6ea9e4001dfcc04c535b169c7b6c7d87f1c621039f215466d5f1fba4f0c886e231c77f70fc9d7ea109398e8e0df26
 DIST docker-17.05.0.tar.gz 7166613 SHA256 
4716df117d867b82ddab2e82395cd40aa3d0925a689eedcec8919729e4c9f121 SHA512 
9d4fea1d6ce2ca3d65e6d2e6d2a0629ec0dbbc3397088ffb1e608b31d705a380356df0b23bb87b86ef51660e5196beffc90602bf59d8c5138c0e4f906fafe441
 WHIRLPOOL 
c87e985360a0997ba3172c304101754d553bd503f5108809f1e788355dac50bc850ded0e1efccad6e332ac22fe0c5807a3d5354fab5bfd754fdec99d16b07bfb
-DIST docker-17.05.0_rc3.tar.gz 7167106 SHA256 
227bcbceda2c4d763f1ea18a31bfac1dad670ddd1a11462c05282fb81cecfa1a SHA512 
e3bc4454f895cc04858e6ca23e907efe0336da4602bd36912a92dbbf8278d1c59b56e150930e41b59906df1a5684314d05331a286459d471bb57c6434b97e3cc
 WHIRLPOOL 
8de0a72422f9f0f02f2606d6370611d6cbfa8e65a9b3e76016fab0447b25b3d4871e62dafce0e983caf700f6742bbfe91ac475d79dcc6ad0f301c112ad05cbfa

diff --git a/app-emulation/docker/docker-17.04.0.ebuild 
b/app-emulation/docker/docker-17.04.0.ebuild
deleted file mode 100644
index 6e27bbf4285..000
--- a/app-emulation/docker/docker-17.04.0.ebuild
+++ /dev/null
@@ -1,288 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git;
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="4845c56"
-   EGIT_COMMIT="v${MY_PV}-ce"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.16.1
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
-# Runc/Containerd: Unfortunately docker does not version the releases, in 
order to avoid 
-#  incompatiblities we depend on snapshots
-RDEPEND="
-   ${CDEPEND}
-
-   !app-emulation/docker-bin
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7

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

2017-05-09 Thread Manuel Rüger
commit: 8858d8496f5f0a85a8e190ec1eb8d67fb63fc2b5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May  9 11:46:47 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue May  9 11:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8858d849

dev-util/drone: Update snapshot

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/drone/Manifest |  1 +
 dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
index 73af6c7818b..26d51de5a2a 100644
--- a/dev-util/drone/Manifest
+++ b/dev-util/drone/Manifest
@@ -1,6 +1,7 @@
 DIST drone-0.5.0.tar.gz 3462683 SHA256 
633860660c951d61f596c591344ed4b0bf5a08dd7eee11e8414cdee86469f3fc SHA512 
1351513bcaf2483631612420bb2109d05cf124ff703867fee5b0ed69a1a048130eb90c2efb8f3e1404b983f972c83101ecb2ec9246df5d1a21fff487e7486c0b
 WHIRLPOOL 
3c8234ca0a76ebf542ee74f16162e0ca020a225bf2fb4c009b12b1247d191209e22df6c510292097cef9944b4ac365fc242dc628f5025586131b87feeb7dea99
 DIST drone-0.6.0_rc1_p20160504.tar.gz 3730412 SHA256 
49b0496287735012d62035122eacc91ba7e8465a10bc4c41bcd7ac2e5f931172 SHA512 
3f9835af7d9db1e017f6e5d1a1f07ae670bf2fd53c2fd79022ac9645715e837e4f24bdcddb7f2d98c815fd142a5a003a869721632df9565d22d4af60d7168367
 WHIRLPOOL 
bbdbe6aed5a8064865a8141c06837bbeff27b221699618f5881074dc2a4b41ff3e1f33a03eff05fdeeed8b0ccaa9f7eb3e1b9e049d8cbdc3e774998f1651da48
 DIST drone-0.6.0_rc2_p20160508.tar.gz 4203650 SHA256 
1066b7943ef7a01f669ae36e3093b76315bc56c1eb076d0ff6e70bcbf027f2eb SHA512 
12281317b8e6c30e900ef81e2e440744e6734ef98eff600ef10d9d67c71802c4156ef070c8ad59524a6b8bcffb4f06aae7b30e0146a5b36886f417d201147f1a
 WHIRLPOOL 
820ba7b37e9c2bc425463141029a7011874386d12db05c3611baccba94916f7616cb360e120f593c1dcc23bb509c4f68fe237aa3c30e6c7c36695f8b76d2c5a5
+DIST drone-0.6.0_rc2_p20160509.tar.gz 4203293 SHA256 
12e6446ec31bd8bd9877c4f6062397cc355e73099b80a765f987f951b875a33e SHA512 
3e06decf801e746783183e0866d1b24beac7af890fba6e41cfbe780cb7db06adcfb0c7723946e1339b49bb433ed8587f6e9841b8bc2f54c305530f5254b2575c
 WHIRLPOOL 
a0be6edbc96a26ba0d114037d9e10d0adb1e532d7518c970e8ac55f23d5aa3686414a97678395b4bc56e19ed2369b76f4e38b924620865613cba9cf5b24daa80
 DIST github.com-drone-drone-ui-d8426a1658a71c0dd0c7a0aa6f5cc072e3328f9e.tar.gz 
167017 SHA256 3b1623182c40ba4bee871054bf674bfbffaa97d29565ae8b8b71195e62da2270 
SHA512 
5c3bcf5e465af08e233456a8412cb0f42fbc452ecf08838e64077a65e67bca475f028262568be473ecd29b3f16b974fa0bd44f34dcf7ca3d547b76a8ade4d11e
 WHIRLPOOL 
7f1e6d6b416e834541e1d6c21cb46f4a6b96dfcd92b8de097f57defbe9c28918506a8ee3f494c980f5e8bbac0c16f63e49918977f00a27f35c6974c4250b5e87
 DIST github.com-drone-drone-ui-f4c434d13c88da905d895156850e721cd4bd89af.tar.gz 
167020 SHA256 3bf9ff193c778893a9215cc364172db7a095b57c4a5143e95c965ecf4ae72f53 
SHA512 
d17d9acfa86ccc8aa839920ea73f862220b30de08f2e05a5ae1feed9ae6b8e3d2a3ca62af5adbf6e6d565cda6de6853b13d71887f59b69d42ada823633f12609
 WHIRLPOOL 
3069e7538997ec72da5fed5bde8cc62555135b09a833fa3bb55e463d631b1f49010eced87cc7e0c50fa7066187c9aa94354502c05ccbf85205cb5c9e5bf30ab3
 DIST github.com-drone-mq-280af2a3b9c7d9ce90d625150dfff972c6c190b8.tar.gz 
220681 SHA256 0f66bacab16402acf335c423c82790757dc4ec66da84bf3fc500f0687835f722 
SHA512 
c5c4245d2369dccc9d917b6b5c87d73e50473ff8c9307521ff39dbbb3021833d00f47cdd3f6dc3485343602fc585276e29bf253c18a3e24f9b6f42290357a4a1
 WHIRLPOOL 
2010e1d1c0a4b6fd5583059a92d7a6ad68a35e915e4edcfb5b3c491f1439a3342ee3c47e01a6d5925a0a4e2407523783407e0767116cb47b3a29d9a60988bfe9

diff --git a/dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild 
b/dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild
new file mode 100644
index 000..e578639c45a
--- /dev/null
+++ b/dev-util/drone/drone-0.6.0_rc2_p20160509.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/drone/drone/..."
+EGIT_COMMIT="d6ceb22cd42a216af1a2bb9aca408828e3c38d0a"
+EGO_VENDOR=( "github.com/drone/drone-ui 
f4c434d13c88da905d895156850e721cd4bd89af" )
+
+inherit golang-build golang-vcs-snapshot user
+
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
+HOMEPAGE="https://github.com/drone/drone;
+SRC_URI="${ARCHIVE_URI}
+   ${EGO_VENDOR_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/go-bindata
+   dev-go/go-bindata-assetfs:="
+
+pkg_setup() {
+   enewgroup drone
+   enewuser drone -1 -1 /var/lib/drone drone
+}
+
+src_compile() {
+   GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C 
src/github.com/drone/drone gen || die
+   pushd src || die
+   DRONE_BUILD_NUMBER="${EGIT_COMMIT:0:7}" 
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"\
+   go install -ldflags "-extldflags '-static' -X 

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

2017-05-09 Thread Andreas Sturmlechner
commit: c7e630817586a97e08bc6c17f8b7c9c9c4a76b54
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  9 10:01:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  9 10:04:28 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7e63081

profiles: Mask KDE Applications 17.04.1

 profiles/package.mask/kde-applications-17.04.1 | 246 +
 1 file changed, 246 insertions(+)

diff --git a/profiles/package.mask/kde-applications-17.04.1 
b/profiles/package.mask/kde-applications-17.04.1
new file mode 100644
index 00..1aaf3b53ab
--- /dev/null
+++ b/profiles/package.mask/kde-applications-17.04.1
@@ -0,0 +1,246 @@
+# Andreas Sturmlechner  (09 May 2017)
+# KDE Applications 17.04.1 mask
+# Not released yet.
+~kde-apps/akonadi-17.04.1
+~kde-apps/akonadi-calendar-17.04.1
+~kde-apps/akonadiconsole-17.04.1
+~kde-apps/akonadi-contacts-17.04.1
+~kde-apps/akonadi-import-wizard-17.04.1
+~kde-apps/akonadi-mime-17.04.1
+~kde-apps/akonadi-notes-17.04.1
+~kde-apps/akonadi-search-17.04.1
+~kde-apps/akregator-17.04.1
+~kde-apps/analitza-17.04.1
+~kde-apps/ark-17.04.1
+~kde-apps/artikulate-17.04.1
+~kde-apps/audiocd-kio-17.04.1
+~kde-apps/baloo-widgets-17.04.1
+~kde-apps/blinken-17.04.1
+~kde-apps/blogilo-17.04.1
+~kde-apps/bomber-17.04.1
+~kde-apps/bovo-17.04.1
+~kde-apps/calendarjanitor-17.04.1
+~kde-apps/calendarsupport-17.04.1
+~kde-apps/cantor-17.04.1
+~kde-apps/cervisia-17.04.1
+~kde-apps/dolphin-17.04.1
+~kde-apps/dolphin-plugins-17.04.1
+~kde-apps/dragon-17.04.1
+~kde-apps/eventviews-17.04.1
+~kde-apps/ffmpegthumbs-17.04.1
+~kde-apps/filelight-17.04.1
+~kde-apps/granatier-17.04.1
+~kde-apps/grantlee-editor-17.04.1
+~kde-apps/grantleetheme-17.04.1
+~kde-apps/gwenview-17.04.1
+~kde-apps/incidenceeditor-17.04.1
+~kde-apps/jovie-17.04.1
+~kde-apps/juk-17.04.1
+~kde-apps/k3b-17.04.1
+~kde-apps/kaccessible-17.04.1
+~kde-apps/kaccounts-integration-17.04.1
+~kde-apps/kaccounts-providers-17.04.1
+~kde-apps/kaddressbook-17.04.1
+~kde-apps/kajongg-17.04.1
+~kde-apps/kalarm-17.04.1
+~kde-apps/kalarmcal-17.04.1
+~kde-apps/kalgebra-17.04.1
+~kde-apps/kalzium-17.04.1
+~kde-apps/kamera-17.04.1
+~kde-apps/kanagram-17.04.1
+~kde-apps/kapman-17.04.1
+~kde-apps/kapptemplate-17.04.1
+~kde-apps/kate-17.04.1
+~kde-apps/katomic-17.04.1
+~kde-apps/kblackbox-17.04.1
+~kde-apps/kblocks-17.04.1
+~kde-apps/kblog-17.04.1
+~kde-apps/kbounce-17.04.1
+~kde-apps/kbreakout-17.04.1
+~kde-apps/kbruch-17.04.1
+~kde-apps/kcachegrind-17.04.1
+~kde-apps/kcalc-17.04.1
+~kde-apps/kcalcore-17.04.1
+~kde-apps/kcalutils-17.04.1
+~kde-apps/kcharselect-17.04.1
+~kde-apps/kcolorchooser-17.04.1
+~kde-apps/kcontacts-17.04.1
+~kde-apps/kcron-17.04.1
+~kde-apps/kdav-17.04.1
+~kde-apps/kde4-l10n-17.04.1
+~kde-apps/kdeaccessibility-meta-17.04.1
+~kde-apps/kdeadmin-meta-17.04.1
+~kde-apps/kde-apps-meta-17.04.1
+~kde-apps/kdebase-meta-17.04.1
+~kde-apps/kdebugsettings-17.04.1
+~kde-apps/kdecore-meta-17.04.1
+~kde-apps/kde-dev-scripts-17.04.1
+~kde-apps/kde-dev-utils-17.04.1
+~kde-apps/kdeedu-data-17.04.1
+~kde-apps/kdeedu-meta-17.04.1
+~kde-apps/kdegames-meta-17.04.1
+~kde-apps/kdegraphics-meta-17.04.1
+~kde-apps/kdegraphics-mobipocket-17.04.1
+~kde-apps/kde-l10n-17.04.1
+~kde-apps/kde-meta-17.04.1
+~kde-apps/kdemultimedia-meta-17.04.1
+~kde-apps/kdenetwork-filesharing-17.04.1
+~kde-apps/kdenetwork-meta-17.04.1
+~kde-apps/kdenlive-17.04.1
+~kde-apps/kdepim-addons-17.04.1
+~kde-apps/kdepim-apps-libs-17.04.1
+~kde-apps/kdepim-l10n-17.04.1
+~kde-apps/kdepim-meta-17.04.1
+~kde-apps/kdepim-runtime-17.04.1
+~kde-apps/kdesdk-kioslaves-17.04.1
+~kde-apps/kdesdk-meta-17.04.1
+~kde-apps/kdesdk-thumbnailers-17.04.1
+~kde-apps/kdeutils-meta-17.04.1
+~kde-apps/kdewebdev-meta-17.04.1
+~kde-apps/kdf-17.04.1
+~kde-apps/kdialog-17.04.1
+~kde-apps/kdiamond-17.04.1
+~kde-apps/keditbookmarks-17.04.1
+~kde-apps/kfilereplace-17.04.1
+~kde-apps/kfind-17.04.1
+~kde-apps/kfloppy-17.04.1
+~kde-apps/kfourinline-17.04.1
+~kde-apps/kgeography-17.04.1
+~kde-apps/kget-17.04.1
+~kde-apps/kgoldrunner-17.04.1
+~kde-apps/kgpg-17.04.1
+~kde-apps/khangman-17.04.1
+~kde-apps/khelpcenter-17.04.1
+~kde-apps/kholidays-17.04.1
+~kde-apps/kidentitymanagement-17.04.1
+~kde-apps/kig-17.04.1
+~kde-apps/kigo-17.04.1
+~kde-apps/killbots-17.04.1
+~kde-apps/kimagemapeditor-17.04.1
+~kde-apps/kimap-17.04.1
+~kde-apps/kio-extras-17.04.1
+~kde-apps/kiriki-17.04.1
+~kde-apps/kiten-17.04.1
+~kde-apps/kjumpingcube-17.04.1
+~kde-apps/kldap-17.04.1
+~kde-apps/kleopatra-17.04.1
+~kde-apps/klettres-17.04.1
+~kde-apps/klickety-17.04.1
+~kde-apps/klines-17.04.1
+~kde-apps/klinkstatus-17.04.1
+~kde-apps/kmag-17.04.1
+~kde-apps/kmahjongg-17.04.1
+~kde-apps/kmail-17.04.1
+~kde-apps/kmail-account-wizard-17.04.1
+~kde-apps/kmailtransport-17.04.1
+~kde-apps/kmbox-17.04.1
+~kde-apps/kmime-17.04.1
+~kde-apps/kmines-17.04.1
+~kde-apps/kmix-17.04.1
+~kde-apps/kmousetool-17.04.1
+~kde-apps/kmouth-17.04.1
+~kde-apps/kmplot-17.04.1

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

2017-05-09 Thread Andreas Sturmlechner
commit: 7d83cb13e8c59708ac1f221ae7d976c6c6005b65
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  9 10:03:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  9 10:04:36 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d83cb13

kde*.eclass: Mark KDE Applications 17.04.1 as unreleased

 eclass/kde4-base.eclass | 2 +-
 eclass/kde5.eclass  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 02e1c6370b..bb19071232 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -176,7 +176,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-apps-17.04.1 )
 
 # Setup packages inheriting this eclass
 case ${KDEBASE} in

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index d2f50e32f0..51b4779153 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -126,7 +126,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( 5.34.0 )
+KDE_UNRELEASED=( kde-frameworks-5.34.0 kde-apps-17.04.1 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2017-05-09 Thread Christian Ruppert
commit: 792e5c7f78595465c071169e8d696d0ebf7c3a10
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue May  9 09:47:44 2017 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue May  9 09:48:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792e5c7f

net-proxy/haproxy: Version bumps

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-proxy/haproxy/Manifest| 3 ++-
 net-proxy/haproxy/{haproxy-1.7.3.ebuild => haproxy-1.6.12.ebuild} | 1 -
 net-proxy/haproxy/{haproxy-1.7.3.ebuild => haproxy-1.7.5.ebuild}  | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 0842c112e64..c8844c01267 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -1,4 +1,5 @@
 DIST haproxy-1.5.14.tar.gz 1345345 SHA256 
9565dd38649064d0350a2883fa81ccfe92eb17dcda457ebdc01535e1ab0c8f99 SHA512 
83d6101fd402f37845ab3febc914335e4c6d9bdebbb0ff81c8e048d5252ffa5a1b77c4250a434fed5dd541ef1f1f2c47d969b59f7a51d6ab9aea38a8646a9798
 WHIRLPOOL 
7d2c580589b9b31e1eba169e4bf930ac42d2564e21eb1c25adbdd39b701abd221fd671ebc227167ab956a48b2c30eeb740a6394355a8fa748c408ee42fdff6fc
 DIST haproxy-1.5.19.tar.gz 1362834 SHA256 
e00ae2a633da614967f2e3ebebdb817ec537cba8383b833fc8d9a506876e0d5e SHA512 
3462458350d76fe5634428f7b443f21e2d8d4a171ab6254736db2d64587707d11d0df1d851d629c5a2cdfb2858e98cc9345d592859c6d6d8a352b57542dc465a
 WHIRLPOOL 
0cb297dd48e8b9e0c2d6291aa7549c0b6b11e75c58ace3bd50205d7218cf95187129126b21cd13572e0287fc5b311c94ad2ccf664ff30d83a3bc782aea7714ff
 DIST haproxy-1.6.11.tar.gz 1574029 SHA256 
62fe982edb102a9f55205792bc14b0d05745cc7993cd6bee5d73cd3c5ae16ace SHA512 
73ff1c7301197b3bd75a3b1355787419676854d132ce2dcdacb2a296e297dcdfc52b0c571a4fb715e369f1126e1a58196fabb21f828c880f15904032da78e434
 WHIRLPOOL 
4454c51da89bb089579aefcf54093fd4c09b42918e81e41772d263ebc19f243a37b42135a02c4012705e4cc31370f377cf0b429e81707f307cffe9ed23f5183b
-DIST haproxy-1.7.3.tar.gz 1737006 SHA256 
ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65 SHA512 
9a5dd5d910f73ce9d9a69b137942749a15143db5b00fef5cac1c8b93d4ce27e3348a329fc0e82302642fb29151d37ffa2edeeb26e59a8ac29b4c28000663369a
 WHIRLPOOL 
50ae2804e25301fb4481388c1d353bcc596307d61e64712d112ff29b0fe6f28572088ed1486e1ab767e4623e3746b89748d4e3228723383755026bbdcd75a9ae
+DIST haproxy-1.6.12.tar.gz 1580114 SHA256 
9bdf2bf855991dc4e0bf9b1ba2b1a322fc23f188aab1c8f0162131c32d699ee2 SHA512 
dd7ce6ec4d5414cd9f901a9a5e011e3a0f7632edbda685d1458cc01633e4fbca0fda033ae5a6729ae8497e82ac2698600ed35cf6e41c66d6767ef5453b372883
 WHIRLPOOL 
6698a114740278185a7b0f467f6345b2fbe7b2e69811667b3870c99c187249c599d53ae25f3f1fd7eff2bd822b4551171ac0882c90a185631e35a5e19ecf58a4
+DIST haproxy-1.7.5.tar.gz 1743979 SHA256 
b04d7db6383c662eb0a421a95af7becac6d9744a1abf0df6b0280c1e61416121 SHA512 
9fc62b492b4eb80039511339d6e677107f4ba842f275d4be216a70a0d3d0463c819e10e365a7e9fe2e95e0b446b00350b4ee161e98bd724ca2e0e4e60bea5734
 WHIRLPOOL 
be176d9f237dcb36edaf223b86f3dc9baa964b4bffcba2af1aa267bbcaf2dee00b110c3dc70abc8aa96e37f55a9c99f29f416d9ecce3a62a712769647515b3ae

diff --git a/net-proxy/haproxy/haproxy-1.7.3.ebuild 
b/net-proxy/haproxy/haproxy-1.6.12.ebuild
similarity index 99%
copy from net-proxy/haproxy/haproxy-1.7.3.ebuild
copy to net-proxy/haproxy/haproxy-1.6.12.ebuild
index c0a7cc341e6..e1c758115e5 100644
--- a/net-proxy/haproxy/haproxy-1.7.3.ebuild
+++ b/net-proxy/haproxy/haproxy-1.6.12.ebuild
@@ -22,7 +22,6 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 IUSE="+crypt doc examples libressl slz net_ns +pcre pcre-jit ssl tools 
vim-syntax +zlib lua device-atlas 51degrees wurfl"
 REQUIRED_USE="pcre-jit? ( pcre )
-   device-atlas? ( pcre )
?? ( slz zlib )"
 
 DEPEND="

diff --git a/net-proxy/haproxy/haproxy-1.7.3.ebuild 
b/net-proxy/haproxy/haproxy-1.7.5.ebuild
similarity index 100%
rename from net-proxy/haproxy/haproxy-1.7.3.ebuild
rename to net-proxy/haproxy/haproxy-1.7.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/, net-mail/cyrus-imapd/files/

2017-05-09 Thread Eray Aslan
commit: 5a962760019eb9bfd19f0d3c01fc4d13d8b82bd8
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue May  9 09:44:47 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue May  9 09:44:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a962760

net-mail/cyrus-imapd: fix underlinking for sieve perl module

Thanks to Maciej S. Szmigiero for the patch. Bug 604470

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-mail/cyrus-imapd/cyrus-imapd-2.5.11-r1.ebuild  | 180 +
 .../cyrus-imapd/files/cyrus-imapd-sieve-libs.patch |  43 +
 2 files changed, 223 insertions(+)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.5.11-r1.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-2.5.11-r1.ebuild
new file mode 100644
index 000..cbe96037773
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.5.11-r1.ebuild
@@ -0,0 +1,180 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib pam ssl-cert user toolchain-funcs
+
+MY_P=${P/_/}
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/;
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs berkdb clamav http kerberos mysql nntp pam perl postgres \
+   replication +server sieve snmp sqlite ssl static-libs tcpd"
+
+# virtual/mysql-5.5 added for the --variable= option below
+DEPEND="sys-libs/zlib
+   dev-libs/libpcre
+   >=dev-libs/cyrus-sasl-2.1.13
+   dev-libs/jansson
+   afs? ( net-fs/openafs )
+   berkdb? ( >=sys-libs/db-3.2:* )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2 dev-libs/libical )
+   kerberos? ( virtual/krb5 )
+   mysql? ( >=virtual/mysql-5.5 )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   virtual/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   postgres? ( dev-db/postgresql:* )
+   snmp? ( >=net-analyzer/net-snmp-5.2.2-r1 )
+   sqlite? ( dev-db/sqlite:3 )
+   ssl? ( >=dev-libs/openssl-1.0.1e:0[-bindist] )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 snmp? ( 
net-analyzer/net-snmp[tcpd=] ) )"
+
+# all blockers really needed?
+RDEPEND="${DEPEND}
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/courier-imap
+   !net-mail/uw-imap
+   !net-mail/cyrus-imap-admin"
+
+REQUIRED_USE="afs? ( kerberos )
+   http? ( sqlite )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewuser cyrus -1 -1 /usr/cyrus mail
+}
+
+src_prepare() {
+   eapply -p0 "${FILESDIR}/${PN}-db.patch"
+   # bug 604470
+   eapply -p1 "${FILESDIR}/${PN}-sieve-libs.patch"
+   # Fix master(8)->cyrusmaster(8) manpage.
+   for i in `grep -rl -e 'master\.8' -e 'master(8)' "${S}"` ; do
+   sed -i -e 's:master\.8:cyrusmaster.8:g' \
+   -e 's:master(8):cyrusmaster(8):g' \
+   "${i}" || die "sed failed" || die "sed failed"
+   done
+   mv man/master.8 man/cyrusmaster.8 || die "mv failed"
+   sed -i -e "s:MASTER:CYRUSMASTER:g" \
+   -e "s:Master:Cyrusmaster:g" \
+   -e "s:master:cyrusmaster:g" \
+   man/cyrusmaster.8 || die "sed failed"
+
+   # lock.h to afs/lock.h
+   sed -i -e '/lock.h/s:lock.h:afs/lock.h:' \
+   ptclient/afskrb.c || die
+
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+   if use afs ; then
+   myconf+=" --with-afs-libdir=/usr/$(get_libdir)"
+   myconf+=" --with-afs-incdir=/usr/include/afs"
+   fi
+   econf \
+   --enable-murder \
+   --enable-netscapehack \
+   --enable-idled \
+   --enable-event-notification \
+   --enable-autocreate \
+   --enable-pcre \
+   --with-service-path=/usr/$(get_libdir)/cyrus \
+   --with-cyrus-user=cyrus \
+   --with-cyrus-group=mail \
+   --with-com_err=yes \
+   --with-sasl \
+   --without-krb \
+   --without-krbdes \
+   --with-zlib \
+   $(use_enable afs) \
+   $(use_enable afs krb5afspts) \
+   $(use_with berkdb bdb) \
+   $(use_with clamav) \
+   $(use_enable nntp) \
+   $(use_enable http) \
+   $(use_enable replication) \
+   $(use_enable kerberos gssapi) \
+   $(use_with mysql) \
+   $(use_with postgres pgsql) \
+   $(use_with perl) \
+   $(use_with sqlite) \
+   $(use_with ssl openssl) \
+   $(use_enable server) \
+   $(use_enable sieve) \
+   $(use_with snmp) \
+   $(use_enable 

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

2017-05-09 Thread Mikle Kolyada
commit: 6a098c111d77594f930049a40f24ef173d79db63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May  9 09:40:50 2017 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May  9 09:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a098c11

app-admin/diamond: amd64/x86 stable wrt bug #617892

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/diamond/diamond-4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/diamond/diamond-4.0-r1.ebuild 
b/app-admin/diamond/diamond-4.0-r1.ebuild
index 202cf0c73d4..90c4c2549e9 100644
--- a/app-admin/diamond/diamond-4.0-r1.ebuild
+++ b/app-admin/diamond/diamond-4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ if [[ ${PV} = * ]]; then
S=${WORKDIR}/diamond-${PV}
 else

SRC_URI="https://github.com/python-diamond/Diamond/archive/v${PV}.tar.gz -> 
python-diamond-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S=${WORKDIR}/Diamond-${PV}
 fi
 



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

2017-05-09 Thread Patrick Lauer
commit: 6d6fcfba94bbbfc0a772eb4343149f5d7556fb35
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue May  9 08:16:06 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue May  9 08:26:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6fcfba

net-libs/nodejs: Bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/nodejs/Manifest |   2 +
 net-libs/nodejs/nodejs-6.10.3.ebuild | 193 ++
 net-libs/nodejs/nodejs-7.10.0.ebuild | 194 +++
 3 files changed, 389 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index bb2f216c251..986e10064f0 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -2,7 +2,9 @@ DIST node-v0.12.17.tar.gz 19938029 SHA256 
ddea5e253812f167608fbdda6ff29ffc30dc6f
 DIST node-v4.6.1.tar.xz 13295568 SHA256 
fe2a85df8758001878abb5bbaf17a6b6cdc12b3e465b1d3bace83b37fdf0345a SHA512 
4eb2acbe13ee2373922420e3238be63d2108dacba640438bddbdea12ec2de9c655f33db611e4c0654b66bf4fdb844a7b6554a823aac73171b17599096856abdb
 WHIRLPOOL 
a6d21cce7ab8c430528682f78a6e6492f753c87949b7b1bdc15dc02911559cd89deb45329c2ba32da57b776dd4feaabec8a3e7a59a78094cfb079261b6475c76
 DIST node-v6.10.0.tar.xz 15745784 SHA256 
f65d5d4b7253ee29f3ba4edabd3473845075e43569bceea4267e7bf3e00ebb96 SHA512 
535f5caf028b7dd132d869ac9cb71951983ddde1de27ef1f960b7b55545c22fee0d1a5fec12de52c816d99f4c727732798e20771a339ae7df630b3833cbcde9e
 WHIRLPOOL 
1b8c2435f71c61d322ff6b543c7afff84588a6371530e5a878068149d17c09fa673799449cf701d36e864fe3740c5108d45ca27198215794fa42934fe5bdb219
 DIST node-v6.10.2.tar.xz 15764488 SHA256 
80aa11333da99813973a99646e2113c6be5b63f665c0731ed14ecb94cbe846b6 SHA512 
7090fbdd2fc03a68ff57c6f9e28826eccd0658d385c3ab0a20c2820a5952ad431f08edd90250382b9a6c9f79e5281efe5def618e6ecf5cfa88e6fddbb1f5af29
 WHIRLPOOL 
5b68cdd81e1f7c9703af7cf67feedc36e310a5a08b1db447312c52ee0681ac82661870bcfd1947b8319160d87e64a4f8a969fc54ce2bcd91e3d26f1ff1de6a1c
+DIST node-v6.10.3.tar.xz 15772552 SHA256 
82262a703e61164e09170a14d88b1726720651b0c7ee87a277654247b21b5388 SHA512 
bc3350caf8bfe182296e53df2d68c552d06f68f86de2800d01ea17d5ae2582935b44a0fd6064e7a87fbbabdc1ba067c6baf994417690f7c64ebc135890306fc5
 WHIRLPOOL 
c221a3ff4264ce45e5b66f21e1694f2d0ca15b23353c446ca8681a0a190f752a57c9c05fde73e4023d9418b22854243af53ddf8dc680d926cb4a0eec077976b5
 DIST node-v6.9.4.tar.xz 15519264 SHA256 
c51d7c61db40455d57428abcadc7eb0f0a08a8878cb1d8ea3c1e211c54532c35 SHA512 
86d3e2889031c2b50c021bd3fd63194c2c22c44291d51dff1b5e1652b01853c09d2880c2f58fdad062e3e2a3f637a3f0d78dac66b835b676790cf272e64f8dce
 WHIRLPOOL 
d1bcf488ed1aae7959303b988c9467fc5d0930166c7bfe0e441392763e19f788496971c07560a9f62586bbb2be7ce741ece8346140d665d29593b9b8f649b002
+DIST node-v7.10.0.tar.xz 16751724 SHA256 
dc34dd15524ba821ffcae7b245eabe8631e2614d5e3cb8ff08fbfdadf5919f21 SHA512 
d9bb8b4e17c41a9726bba0e32f0cbcdec9cde920457242a7170c8f8fe37aed21d77a0340b7b9bbca2e60cfe5a41da65f0ce7dc295b0a7a823c9e863bd232171b
 WHIRLPOOL 
f7cd2a6a4aa6a5dc6c5f59be6897c13f4bdd1230e1324d97704ed32efcc65685d0d5b180e0f0018f9564bd4f4e6df43c0b90a289d5e5a92937e60a13d0281bf3
 DIST node-v7.6.0.tar.xz 16635292 SHA256 
6ff9042696fff0b49647f5864e71cb495e554e4f66e61443494210f5e16ab4a9 SHA512 
17bf7353f19a6bba659b8f238b8241e721363b22adb01aa9dce421dc47826e47edd0ed2f7eee0209146ef322b2ca9fe6fe2733140c3e79c1498bc7c9b166
 WHIRLPOOL 
803efc7de3d18cd86a6b45675b01da79c271a8c36792fb875c307e224f8575e6c47d35816c56136ecd15f05029febae46faa6b020188c96e14269f2075f878e3
 DIST node-v7.7.2.tar.xz 16675844 SHA256 
e7448d8e44d32c2c63347c822508cf5c87b9662c07db290056fec66d37c4f584 SHA512 
bdf5dbaa73b41d004ab90e0e170d4985e4f57374e1dc87542779ad8c72135fca4db9894a5b8e0e29ac16d10375e3be56c21206e0decc3a02b498328d39c78572
 WHIRLPOOL 
ddcd895dea2dd116a57ade56339619ba78131c89d77b7efc7e2141b486d8f7695f32d81bad4ad328420b17e3a5094667c39aeb2c961a1ff38401e8bda8d5c325
 DIST node-v7.7.3.tar.xz 16681592 SHA256 
5441daf11f743b5508ddf31a16b4f268835fbceb59ef709b44e85b03fece0edf SHA512 
9698510990e444f664c844c3d2ffac2cc8094abfe123e49f656193d5ef75ee10716adfa69da8e689b8deb18a33381ca8e37042dfbd602a7923971c5c1c86b331
 WHIRLPOOL 
c181a8416126621a5accfc962af072888be235a84314d7c0143414e92dace2ebb93b35713e45884eac1c7addaf24158e3ecd7cac850401bad75165e9b964f745

diff --git a/net-libs/nodejs/nodejs-6.10.3.ebuild 
b/net-libs/nodejs/nodejs-6.10.3.ebuild
new file mode 100644
index 000..67c45191733
--- /dev/null
+++ b/net-libs/nodejs/nodejs-6.10.3.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+RESTRICT="test"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;

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

2017-05-09 Thread Eray Aslan
commit: 7757a23a9f4c09c4e56200be6452374aa2555d4e
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue May  9 08:23:23 2017 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue May  9 08:23:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7757a23a

net-mail/cyrus-imapd: bump to 2.5.11

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-mail/cyrus-imapd/Manifest  |   1 +
 net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild | 178 +
 2 files changed, 179 insertions(+)

diff --git a/net-mail/cyrus-imapd/Manifest b/net-mail/cyrus-imapd/Manifest
index 680d3857037..3f392aa24cf 100644
--- a/net-mail/cyrus-imapd/Manifest
+++ b/net-mail/cyrus-imapd/Manifest
@@ -2,6 +2,7 @@ DIST cyrus-imapd-2.4.16.tar.gz 2484201 SHA256 
beac9d6059680bbf65948db60a30c6e8f5
 DIST cyrus-imapd-2.4.17.tar.gz 2486355 SHA256 
b3e30052c764ee7163947ffde27bdd58bd4dd2e5697ad144491941e46300a583 SHA512 
86ffe1664ca3c3df164ed8fca21cc08ddae12380e1485deccec7da4ec263d8b953a806e05f0b10f6fb7717a0d40fc05669792b77cc66d7c5067061c8506e59ee
 WHIRLPOOL 
22566578217a5901793b886ff020aa1deecbb81bf85f54a524b58de129029e51b0aa358db902a2139584d05f668404cb98ca2ff3fa33803ce986e07b95c69c45
 DIST cyrus-imapd-2.4.18.tar.gz 2495098 SHA256 
166a0a1efbf01f71d9d8449569152b3cda4949cd689f299a5e77a38d7026012c SHA512 
3b234c1773fe5d57cae35743985930bc7fed2eedaa0919598da8fb19588f95b3beb8ad166d3b4f0c96faf006ff56ed5027ec516fab6007edbe46c4f45572a1ef
 WHIRLPOOL 
1a243a9b3875105dfc414e1092f328691b6bef7c0d04f8bd91824ca0d01c715ebc2449c37bbca2ab86193e4d2dc426b33cfd31a0cdfdea0bacc081fd9010b1df
 DIST cyrus-imapd-2.5.10.tar.gz 3103914 SHA256 
b38f4fd72825a298ac47426dcd2a50c8437c2947864ba50d79a9a53fe9845c5f SHA512 
78b85e37c63f1dbb60898da229f70f45810326a01244067d23b1317e2c2ae3326e48b6944787d59024e44c48c441ed2b848d6a83c451c192a3bb95c8f37880fa
 WHIRLPOOL 
d2167900596c1b6f8e595de7aec499a7fbd6228537d7a27bec4fe0bda6a74b861303c4e9691ca829994972b099f29c362f9692f266df66d76c05a69629b52dfd
+DIST cyrus-imapd-2.5.11.tar.gz 3109188 SHA256 
36a79117b320c78d62bc6842c3024d970d3bec7aa12908f862d92cf1d63397d5 SHA512 
bbb0e11f31d91d85037306321165e3608f8d5e2699b971fc4fbdd1630ec0a1485c8f6f17900142dec584ab41b0ec0c65c11cfaf8c5bbf1054b194a8f5f361538
 WHIRLPOOL 
e6aaedb642b634d9fc0c56f7ddd06e15130091bd21f4e089ae46168fb2976c7e1fa281f8c6fc0f3e171e70bbfeb5cec8f6cc613f62d5b769fb8b6af4dede6e67
 DIST cyrus-imapd-2.5.7.tar.gz 2928358 SHA256 
f06c2c030b16b70145fecdf7edaa0f2ef6bf690b0d8fd6e2c62d95af303d68da SHA512 
7514779cb3e36fb76bddfd12c7ec8d986609af671f8a1f0f3ae5007f5a7aa80c3c440bfbc8e7766d4de178dd5aa704076401b35cb5f03a2e25d2ea97ccbc7642
 WHIRLPOOL 
4db36b3fb27751d15cb74e63272c0adaa8348a90d7e9c4cb9c027837477e22347fce912b3e73c669a30a6b0c9de879644f146f7261eacd90fd237218051e1777
 DIST cyrus-imapd-2.5.8.tar.gz 3069068 SHA256 
664dd0a4eccfbf810ec74ccac1766c64e7db87f028f9066ae135390ab0d5c888 SHA512 
e9c94696b980c7b10c52ee2c46f2dbdadc633a63ad943ebd5002c2052b13a64d8917e4e0ac4e4ae44a1f553e1fda02010840c9053c936374c06c7e88e09302ef
 WHIRLPOOL 
e8dcf43e694a8f91ab610d831ecddd516ebf1773b7543b15ba1b0e32fae7388681a9e0698951862efebb01e4894e6f40b29eae665dd36f16bf26d31583fe9822
 DIST cyrus-imapd-2.5.9.tar.gz 3097555 SHA256 
8e1bb6cc373bf318b5895b299c8344eaecbfb83db4566182f5d57f2707bce23d SHA512 
aad575b7bf8afb4664bb321c2e9ae2be8d9ec6998341a7ca5582db7d27b2b727376693d5e1ac776c26cbd8dc12d8e299f981a33fc0aab8d802832cbf927e454f
 WHIRLPOOL 
1fb97a70dec59f69b60d72282939d4ff85b820e988b0770c46e2b8d9878dae2c541bd5523042c9a1e9c783e32b7d45fa6c9f668fd2bc5ea2e611ef0d5331563b

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild
new file mode 100644
index 000..5ed4f130966
--- /dev/null
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.5.11.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib pam ssl-cert user toolchain-funcs
+
+MY_P=${P/_/}
+
+DESCRIPTION="The Cyrus IMAP Server"
+HOMEPAGE="http://www.cyrusimap.org/;
+SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="afs berkdb clamav http kerberos mysql nntp pam perl postgres \
+   replication +server sieve snmp sqlite ssl static-libs tcpd"
+
+# virtual/mysql-5.5 added for the --variable= option below
+DEPEND="sys-libs/zlib
+   dev-libs/libpcre
+   >=dev-libs/cyrus-sasl-2.1.13
+   dev-libs/jansson
+   afs? ( net-fs/openafs )
+   berkdb? ( >=sys-libs/db-3.2:* )
+   clamav? ( app-antivirus/clamav )
+   http? ( dev-libs/libxml2 dev-libs/libical )
+   kerberos? ( virtual/krb5 )
+   mysql? ( >=virtual/mysql-5.5 )
+   nntp? ( !net-nntp/leafnode )
+   pam? (
+   virtual/pam
+   >=net-mail/mailbase-1
+   )
+   perl? ( dev-lang/perl:= )
+   

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

2017-05-09 Thread Alexis Ballier
commit: 004f48c18947d3d1c0756f85f88f0e5333695473
Author: Karl Linden  gmail  com>
AuthorDate: Tue May  9 07:43:59 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 08:17:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004f48c1

media-libs/slv2: depend on virtual/jack

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/slv2/{slv2-0.6.6-r1.ebuild => slv2-0.6.6-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/slv2/slv2-0.6.6-r1.ebuild 
b/media-libs/slv2/slv2-0.6.6-r2.ebuild
similarity index 94%
rename from media-libs/slv2/slv2-0.6.6-r1.ebuild
rename to media-libs/slv2/slv2-0.6.6-r2.ebuild
index 51df933e730..73451011681 100644
--- a/media-libs/slv2/slv2-0.6.6-r1.ebuild
+++ b/media-libs/slv2/slv2-0.6.6-r2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE="doc jack"
 
 RDEPEND=">=dev-libs/redland-1.0.6
-   jack? ( >=media-sound/jack-audio-connection-kit-0.107.0 )
+   jack? ( virtual/jack )
|| ( media-libs/lv2 media-libs/lv2core )"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}



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

2017-05-09 Thread Jason Zaman
commit: 855a479a0bd1c9d2d72c042ddc6602b004c79330
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 08:00:51 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 08:00:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855a479a

profiles/arch/alpha: drop xfce-base/xfwm4[xpresent] mask, its now keyworded

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index a8ba3b0fbf1..fd464100948 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Jason Zaman  (09 May 2017)
-# x11-libs/libXpresent is not keyworded on alpha
-xfce-base/xfwm4 xpresent
-
 # Tobias Klausmann  (08 May 2017)
 # USE=test requires valgrind, which will never be ported to alpha
 app-misc/jq test



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

2017-05-09 Thread Lars Wendler
commit: 1f362f4f4744ccb668f63ea34f521e3671acd99e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May  9 07:55:17 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May  9 07:56:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f362f4f

net-libs/libetpan: Security bump to version 1.8 (bug #617936).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libetpan/Manifest|  1 +
 net-libs/libetpan/libetpan-1.8.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 7be5769d863..319b687252e 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,3 +1,4 @@
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.2.tar.gz 6186628 SHA256 
32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 
b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca
 WHIRLPOOL 
695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
 DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87
+DIST libetpan-1.8.tar.gz 6188927 SHA256 
4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 WHIRLPOOL 
41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791

diff --git a/net-libs/libetpan/libetpan-1.8.ebuild 
b/net-libs/libetpan/libetpan-1.8.ebuild
new file mode 100644
index 000..57ea8619945
--- /dev/null
+++ b/net-libs/libetpan/libetpan-1.8.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
+HOMEPAGE="http://libetpan.sourceforge.net/;
+SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="berkdb debug gnutls ipv6 liblockfile libressl sasl ssl static-libs"
+
+DEPEND="sys-libs/zlib
+   berkdb? ( sys-libs/db:= )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   sasl? ( dev-libs/cyrus-sasl:2 )
+   liblockfile? ( net-libs/liblockfile )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0-nonnull.patch
+)
+
+pkg_setup() {
+   if use gnutls && ! use ssl ; then
+   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
+   ewarn "No ssl support will be available in ${PN}."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/-O2 -g//" \
+   configure.ac
+
+   eautoreconf
+}
+
+src_configure() {
+   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
+   # libtool recognises it as valid shell (bug #300211)
+   use prefix && export CONFIG_SHELL=${BASH}
+   # The configure script contains an error, in that it doesn't check the
+   # argument of --enable-{debug,optim}, hence --disable-debug results in
+   # --enable-debug=no, which isn't checked and debugging flags are blindly
+   # injected.  So, avoid passing --disable-debug when we don't need it.
+   local myeconfargs=(
+   $(usex debug '--enable-debug' '')
+   $(use_enable berkdb db)
+   $(use_with sasl)
+   $(use_enable ipv6)
+   $(use_enable liblockfile lockfile)
+   $(usex ssl "$(use_with gnutls) $(use_with !gnutls openssl)" 
'--without-gnutls --without-openssl')
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   if ! use static-libs ; then
+   

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

2017-05-09 Thread Lars Wendler
commit: ef252f1305d18c4baf1c3e1dd20b4c469644cffe
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May  9 07:55:58 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May  9 07:56:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef252f13

net-libs/libetpan: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/libetpan/Manifest  |  1 -
 net-libs/libetpan/libetpan-1.7.2.ebuild | 79 -
 net-libs/libetpan/libetpan-1.7.ebuild   | 79 -
 3 files changed, 159 deletions(-)

diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
index 319b687252e..018e6242c5a 100644
--- a/net-libs/libetpan/Manifest
+++ b/net-libs/libetpan/Manifest
@@ -1,4 +1,3 @@
 DIST libetpan-1.6.tar.gz 6144117 SHA256 
7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 
e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5
 WHIRLPOOL 
b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
 DIST libetpan-1.7.2.tar.gz 6186628 SHA256 
32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 
b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca
 WHIRLPOOL 
695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
-DIST libetpan-1.7.tar.gz 6184289 SHA256 
47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 
b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e
 WHIRLPOOL 
b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87
 DIST libetpan-1.8.tar.gz 6188927 SHA256 
4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 
a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd
 WHIRLPOOL 
41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791

diff --git a/net-libs/libetpan/libetpan-1.7.2.ebuild 
b/net-libs/libetpan/libetpan-1.7.2.ebuild
deleted file mode 100644
index 69dffb1bcb0..000
--- a/net-libs/libetpan/libetpan-1.7.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-DESCRIPTION="A portable, efficient middleware for different kinds of mail 
access"
-HOMEPAGE="http://libetpan.sourceforge.net/;
-SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
-
-DEPEND="berkdb? ( sys-libs/db:= )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( dev-libs/openssl:0= )
-   )
-   sasl? ( dev-libs/cyrus-sasl )
-   liblockfile? ( net-libs/liblockfile )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.0-nonnull.patch
-)
-
-pkg_setup() {
-   if use gnutls && ! use ssl ; then
-   ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE 
flag disabled!"
-   ewarn "No ssl support will be available in ${PN}."
-   fi
-}
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s/-O2 -g//" \
-   configure.ac
-
-   eautoreconf
-}
-
-src_configure() {
-   local sslconf
-
-   if use ssl; then
-   if use gnutls; then
-   sslconf="--with-gnutls --without-openssl"
-   else
-   sslconf="--without-gnutls --with-openssl"
-   fi
-   else
-   sslconf="--without-gnutls --without-openssl"
-   fi
-
-   # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
-   # libtool recognises it as valid shell (bug #300211)
-   use prefix && export CONFIG_SHELL=${BASH}
-   # The configure script contains an error, in that it doesn't check the
-   # argument of --enable-{debug,optim}, hence --disable-debug results in
-   # --enable-debug=no, which isn't checked and debugging flags are blindly
-   # injected.  So, avoid passing --disable-debug when we don't need it.
-   econf \
-   $(usex debug '--enable-debug' '') \
-   $(use_enable berkdb db) \
-   $(use_with sasl) \
-   $(use_enable ipv6) \
-   $(use_enable liblockfile lockfile) \
-   $(use_enable 

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

2017-05-09 Thread Tobias Klausmann
commit: 8f4b78f18e46953f9227af44286e3046fc42908c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:27 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4b78f1

sys-apps/osinfo-db-20170326-r0: add ~alpha keyword

Gentoo-Bug: 614170

 sys-apps/osinfo-db/osinfo-db-20170326.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db/osinfo-db-20170326.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
index 6b42921c126..db12baeb02f 100644
--- a/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
+++ b/sys-apps/osinfo-db/osinfo-db-20170326.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2017-05-09 Thread Tobias Klausmann
commit: e8bd62e5d913164718455447df24c5f3c8549977
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:27 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bd62e5

net-mail/ytnef-1.9.2-r0: add ~alpha keyword

Gentoo-Bug: 614064

 net-mail/ytnef/ytnef-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-1.9.2.ebuild 
b/net-mail/ytnef/ytnef-1.9.2.ebuild
index e0f8d30131f..a73499e3849 100644
--- a/net-mail/ytnef/ytnef-1.9.2.ebuild
+++ b/net-mail/ytnef/ytnef-1.9.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Yeraze/ytnef;
 SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="sys-devel/libtool"



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

2017-05-09 Thread Tobias Klausmann
commit: ab9c91323421027a5558d26dacddba0e656eec85
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:28 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9c9132

sys-apps/osinfo-db-tools-1.1.0-r0: add ~alpha keyword

Gentoo-Bug: 614170

 sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild 
b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
index 3461685b84a..ce1144ffbb5 100644
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
 
 # Blocker on old libosinfo as osinfo-db-validate was part of it before
 RDEPEND="



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

2017-05-09 Thread Tobias Klausmann
commit: 49236085b3339e5ce3b00a57ae835547993e7333
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:36 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49236085

dev-python/rfc3987-1.3.7-r0: add ~alpha keyword

Gentoo-Bug: 617424

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

diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild 
b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
index b099a06341d..f8b437f4470 100644
--- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild
+++ b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="$(python_gen_cond_dep \



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

2017-05-09 Thread Tobias Klausmann
commit: 7e13e9f808c2a33103cd6bca5d366fc741a54d3f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:35 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e13e9f8

dev-python/jsonschema-2.6.0-r0: add ~alpha keyword

Gentoo-Bug: 617424

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

diff --git a/dev-python/jsonschema/jsonschema-2.6.0.ebuild 
b/dev-python/jsonschema/jsonschema-2.6.0.ebuild
index a1736a05a02..39299911bf5 100644
--- a/dev-python/jsonschema/jsonschema-2.6.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-2.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-05-09 Thread Tobias Klausmann
commit: 0813a6623e39f95898a1dd72803c999d59ad2211
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:34 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0813a662

x11-libs/libXpresent-1.0.0-r0: add ~alpha keyword

Gentoo-Bug: 616260

 x11-libs/libXpresent/libXpresent-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild 
b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
index c4aeaa17b49..cf10e85543a 100644
--- a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
+++ b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X Present Extension C Library"
 
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2017-05-09 Thread Tobias Klausmann
commit: dc14ef6fefd8c628f9d29709861bef8b306f113b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:38 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc14ef6f

dev-util/kyua-0.13-r0: add ~alpha keyword

Gentoo-Bug: 617758

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

diff --git a/dev-util/kyua/kyua-0.13.ebuild b/dev-util/kyua/kyua-0.13.ebuild
index 97950e7f83b..e4f20b71a95 100644
--- a/dev-util/kyua/kyua-0.13.ebuild
+++ b/dev-util/kyua/kyua-0.13.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 # Tests fail



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

2017-05-09 Thread Tobias Klausmann
commit: 465652bd3f72886edea0da1fed40a0e0e09253bd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:38 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465652bd

dev-lua/lutok-0.4-r0: add ~alpha keyword

Gentoo-Bug: 617758

 dev-lua/lutok/lutok-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lutok/lutok-0.4.ebuild b/dev-lua/lutok/lutok-0.4.ebuild
index 1f1c15d9f03..b17061e3a6e 100644
--- a/dev-lua/lutok/lutok-0.4.ebuild
+++ b/dev-lua/lutok/lutok-0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2017-05-09 Thread Tobias Klausmann
commit: 28c4b43cce1ba19fcfb8012f422df240c8b972d2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:29 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c4b43c

sys-libs/libosinfo-1.0.0-r1: add ~alpha keyword

Gentoo-Bug: 614170

 sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild 
b/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
index 83987eff701..f7ede89a762 100644
--- a/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
+++ b/sys-libs/libosinfo/libosinfo-1.0.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE="+introspection +vala test"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
 
 # Unsure about osinfo-db-tools rdep, but at least fedora does it too
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-version/

2017-05-09 Thread Tobias Klausmann
commit: 111212a89492a8219867c06f9b5b803ebd9106c8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:23 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111212a8

dev-php/sebastian-version-2.0.1-r0: add ~alpha keyword

Gentoo-Bug: 613766

 dev-php/sebastian-version/sebastian-version-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-version/sebastian-version-2.0.1.ebuild 
b/dev-php/sebastian-version/sebastian-version-2.0.1.ebuild
index aea432d62da..ea3237b8508 100644
--- a/dev-php/sebastian-version/sebastian-version-2.0.1.ebuild
+++ b/dev-php/sebastian-version/sebastian-version-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2017-05-09 Thread Tobias Klausmann
commit: 3caf1499a33210de207e762ad195748ac84828f0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:29 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3caf1499

dev-perl/Encode-EUCJPASCII-0.30.0-r0: add ~alpha keyword

Gentoo-Bug: 614180

 dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild 
b/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
index 9d74b16559b..e82c7573ff7 100644
--- a/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
+++ b/dev-perl/Encode-EUCJPASCII/Encode-EUCJPASCII-0.30.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An eucJP-open mapping"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 PERL_RM_FILES=( "t/pod.t" )



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

2017-05-09 Thread Tobias Klausmann
commit: c72f94b699d4306065524757a4dfab37c85e24ed
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:33 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72f94b6

dev-perl/Mock-Config-0.30.0-r0: add ~alpha keyword

Gentoo-Bug: 614960

 dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild 
b/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
index 7a2e147b210..333674da3e3 100644
--- a/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
+++ b/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Temporarily set Config or XSConfig values"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 LICENSE="Artistic-2"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/webmozart-assert/

2017-05-09 Thread Tobias Klausmann
commit: 92e18593d4faad0a5da5539fc3f0e92f46ee2548
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:25 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e18593

dev-php/webmozart-assert-1.2.0-r0: add ~alpha keyword

Gentoo-Bug: 613766

 dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild 
b/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild
index 0b47efb2ac5..4b896d3af9e 100644
--- a/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild
+++ b/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2017-05-09 Thread Tobias Klausmann
commit: fb78fb59058ee52e7c2005931bc8703c2380a370
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:30 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb78fb59

dev-perl/Encode-HanExtra-0.230.0-r1: add ~alpha keyword

Gentoo-Bug: 614180

 dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild 
b/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild
index 580ab7477d8..a960cfb2076 100644
--- a/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild
+++ b/dev-perl/Encode-HanExtra/Encode-HanExtra-0.230.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extra sets of Chinese encodings"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="virtual/perl-Encode"



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

2017-05-09 Thread Tobias Klausmann
commit: f7772fdcd1fda0931b9a0227b91353b0395da477
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:37 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7772fdc

dev-libs/atf-0.21-r0: add ~alpha keyword

Gentoo-Bug: 617758

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

diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
index 59c667fb637..ffc064b8628 100644
--- a/dev-libs/atf/atf-0.21.ebuild
+++ b/dev-libs/atf/atf-0.21.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE=""
 
 DEPEND="virtual/pkgconfig"



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

2017-05-09 Thread Tobias Klausmann
commit: fc6a9cbc4477d2cd0347b4eace7b76dd50e6787a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:32 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6a9cbc

dev-perl/Devel-CheckLib-1.100.0-r0: add ~alpha keyword

Gentoo-Bug: 614960

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild 
b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
index acf8da5d367..a57123e6139 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-05-09 Thread Tobias Klausmann
commit: eea78101226c87c06e7a83eb349874e8c67160d6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:26 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea78101

mail-client/claws-mail-3.15.0-r0: add ~alpha keyword

Gentoo-Bug: 614064

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

diff --git a/mail-client/claws-mail/claws-mail-3.15.0.ebuild 
b/mail-client/claws-mail/claws-mail-3.15.0.ebuild
index 7f643427a0f..190562439d1 100644
--- a/mail-client/claws-mail/claws-mail-3.15.0.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.15.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz;
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 IUSE="archive bogofilter calendar clamav dbus debug doc gdata +gnutls gtk3 
+imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp 
+notification pda pdf perl +pgp python rss session sieve smime spamassassin 
spam-report spell startup-notification svg valgrind xface"
 REQUIRED_USE="libcanberra? ( notification )



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-recursion-context/

2017-05-09 Thread Tobias Klausmann
commit: b9baf8f6d72449e1214c6fb172d3380b5c8835cd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:21 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9baf8f6

dev-php/sebastian-recursion-context-2.0.0-r0: add ~alpha keyword

Gentoo-Bug: 613766

 .../sebastian-recursion-context-2.0.0.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild 
b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild
index 4c59a7d6c6d..00b728d7e94 100644
--- 
a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild
+++ 
b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2017-05-09 Thread Tobias Klausmann
commit: 1a4771066f3e2fcd7b1a8dd5d7c4c4fa3a3ab15b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:31 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a477106

dev-perl/Unicode-LineBreak-2016.3.0-r0: add ~alpha keyword

Gentoo-Bug: 614180

 dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
index f3db771ceb9..13c6bf9758f 100644
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
+++ b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2016.3.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/MIME-Charset



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

2017-05-09 Thread Tobias Klausmann
commit: 658b8c975559a0399c0e8fd3285e97ad11a8c12d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:31 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658b8c97

dev-perl/MIME-Charset-1.12.0-r0: add ~alpha keyword

Gentoo-Bug: 614180

 dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild 
b/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild
index 406bb73db78..749b29dc8d0 100644
--- a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild
+++ b/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Charset Informations for MIME"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="l10n_ja l10n_zh"
 PATCHES=(
"${FILESDIR}/${DIST_VERSION}-makefilepl.patch"



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

2017-05-09 Thread Tobias Klausmann
commit: f9e3e4a864ad963dcc0a262ace0676d29213fb0b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:36 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:49:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e3e4a8

dev-python/regex-2017.04.05-r0: add ~alpha keyword

Gentoo-Bug: 617424

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

diff --git a/dev-python/regex/regex-2017.04.05.ebuild 
b/dev-python/regex/regex-2017.04.05.ebuild
index 213c11b65df..23d285390f5 100644
--- a/dev-python/regex/regex-2017.04.05.ebuild
+++ b/dev-python/regex/regex-2017.04.05.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DOCS=( README docs/UnicodeProperties.txt )



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

2017-05-09 Thread Tobias Klausmann
commit: ea1d30db0cdadaafa5543bdf7067cd735e28b318
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:25 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1d30db

dev-php/Text_Template-1.2.1-r0: add ~alpha keyword

Gentoo-Bug: 613766

 dev-php/Text_Template/Text_Template-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/Text_Template/Text_Template-1.2.1.ebuild 
b/dev-php/Text_Template/Text_Template-1.2.1.ebuild
index b325d907ffb..4459b5e3ee9 100644
--- a/dev-php/Text_Template/Text_Template-1.2.1.ebuild
+++ b/dev-php/Text_Template/Text_Template-1.2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-resource-operations/

2017-05-09 Thread Tobias Klausmann
commit: b05df655516e33d6fe5ce92cdeb1a21e5fe70307
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:22 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05df655

dev-php/sebastian-resource-operations-1.0.0-r0: add ~alpha keyword

Gentoo-Bug: 613766

 .../sebastian-resource-operations-1.0.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild
 
b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild
index e6a4b4eaca0..017f5bc8ec1 100644
--- 
a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild
+++ 
b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-05-09 Thread Tobias Klausmann
commit: e2275ea7b9d452c76979225fbd86f37b648ebb7e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:20 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2275ea7

dev-php/sebastian-object-enumerator-2.0.1-r0: add ~alpha keyword

Gentoo-Bug: 613766

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index c4a04fd158b..3217e3f2852 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-yaml/

2017-05-09 Thread Tobias Klausmann
commit: 5e2079b162b56bc6da02fe53f37d46b37d93f90f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:24 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2079b1

dev-php/symfony-yaml-2.1.0-r0: add ~alpha keyword

Gentoo-Bug: 613766

 dev-php/symfony-yaml/symfony-yaml-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/symfony-yaml/symfony-yaml-2.1.0.ebuild 
b/dev-php/symfony-yaml/symfony-yaml-2.1.0.ebuild
index fdf105c3ad2..f804e639604 100644
--- a/dev-php/symfony-yaml/symfony-yaml-2.1.0.ebuild
+++ b/dev-php/symfony-yaml/symfony-yaml-2.1.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/symfony/yaml/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="test"
 



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

2017-05-09 Thread Alexis Ballier
commit: f891bb8ffd906298f9fcd267dfcb5452ccdde160
Author: Karl Linden  gmail  com>
AuthorDate: Tue May  9 05:18:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:28:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f891bb8f

media-libs/aubio: depend on virtual/jack

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/aubio/{aubio-0.4.1.ebuild => aubio-0.4.1-r1.ebuild} | 4 ++--
 media-libs/aubio/{aubio-0.4.2.ebuild => aubio-0.4.2-r1.ebuild} | 4 ++--
 media-libs/aubio/{aubio-0.4.4.ebuild => aubio-0.4.3-r1.ebuild} | 2 +-
 media-libs/aubio/{aubio-0.4.3.ebuild => aubio-0.4.4-r1.ebuild} | 4 ++--
 media-libs/aubio/{aubio-0.4.5.ebuild => aubio-0.4.5-r1.ebuild} | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/aubio/aubio-0.4.1.ebuild 
b/media-libs/aubio/aubio-0.4.1-r1.ebuild
similarity index 96%
rename from media-libs/aubio/aubio-0.4.1.ebuild
rename to media-libs/aubio/aubio-0.4.1-r1.ebuild
index 13f75c8be79..8ccc2f4753d 100644
--- a/media-libs/aubio/aubio-0.4.1.ebuild
+++ b/media-libs/aubio/aubio-0.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ IUSE="doc double-precision examples ffmpeg fftw jack 
libsamplerate sndfile pytho
 RDEPEND="
ffmpeg? ( virtual/ffmpeg )
fftw? ( sci-libs/fftw:3.0 )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
libsamplerate? ( media-libs/libsamplerate )
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
sndfile? ( media-libs/libsndfile )"

diff --git a/media-libs/aubio/aubio-0.4.2.ebuild 
b/media-libs/aubio/aubio-0.4.2-r1.ebuild
similarity index 96%
rename from media-libs/aubio/aubio-0.4.2.ebuild
rename to media-libs/aubio/aubio-0.4.2-r1.ebuild
index f2817976d3f..108990c8de9 100644
--- a/media-libs/aubio/aubio-0.4.2.ebuild
+++ b/media-libs/aubio/aubio-0.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="
libav? ( >=media-video/libav-9:0= )
)
fftw? ( sci-libs/fftw:3.0 )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
libsamplerate? ( media-libs/libsamplerate )
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
sndfile? ( media-libs/libsndfile )"

diff --git a/media-libs/aubio/aubio-0.4.4.ebuild 
b/media-libs/aubio/aubio-0.4.3-r1.ebuild
similarity index 97%
rename from media-libs/aubio/aubio-0.4.4.ebuild
rename to media-libs/aubio/aubio-0.4.3-r1.ebuild
index 5cb99e4ee1f..74a669bf10d 100644
--- a/media-libs/aubio/aubio-0.4.4.ebuild
+++ b/media-libs/aubio/aubio-0.4.3-r1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
libav? ( >=media-video/libav-9:0= )
)
fftw? ( sci-libs/fftw:3.0 )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
libsamplerate? ( media-libs/libsamplerate )
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
sndfile? ( media-libs/libsndfile )"

diff --git a/media-libs/aubio/aubio-0.4.3.ebuild 
b/media-libs/aubio/aubio-0.4.4-r1.ebuild
similarity index 96%
rename from media-libs/aubio/aubio-0.4.3.ebuild
rename to media-libs/aubio/aubio-0.4.4-r1.ebuild
index 3aef8331276..74a669bf10d 100644
--- a/media-libs/aubio/aubio-0.4.3.ebuild
+++ b/media-libs/aubio/aubio-0.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="
libav? ( >=media-video/libav-9:0= )
)
fftw? ( sci-libs/fftw:3.0 )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
libsamplerate? ( media-libs/libsamplerate )
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
sndfile? ( media-libs/libsndfile )"

diff --git a/media-libs/aubio/aubio-0.4.5.ebuild 
b/media-libs/aubio/aubio-0.4.5-r1.ebuild
similarity index 97%
rename from media-libs/aubio/aubio-0.4.5.ebuild
rename to media-libs/aubio/aubio-0.4.5-r1.ebuild
index f7f10c20a7a..371258ddba3 100644
--- a/media-libs/aubio/aubio-0.4.5.ebuild
+++ b/media-libs/aubio/aubio-0.4.5-r1.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
libav? ( >=media-video/libav-9:0= )
)
fftw? ( sci-libs/fftw:3.0 )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
libsamplerate? ( media-libs/libsamplerate )
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )
sndfile? ( media-libs/libsndfile )



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

2017-05-09 Thread Alexis Ballier
commit: fab7558cfbb06bc272b8241c876135b6565f8575
Author: Karl Linden  gmail  com>
AuthorDate: Tue May  9 05:32:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:28:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7558c

media-sound/amsynth: depend on virtual/jack

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/amsynth/{amsynth-1.3.2.ebuild => amsynth-1.3.2-r1.ebuild} | 4 ++--
 media-sound/amsynth/{amsynth-1.5.1.ebuild => amsynth-1.5.1-r1.ebuild} | 4 ++--
 media-sound/amsynth/{amsynth-1.7.1.ebuild => amsynth-1.6.4-r1.ebuild} | 2 +-
 media-sound/amsynth/{amsynth-1.7.0.ebuild => amsynth-1.7.0-r1.ebuild} | 2 +-
 media-sound/amsynth/{amsynth-1.6.4.ebuild => amsynth-1.7.1-r1.ebuild} | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/amsynth/amsynth-1.3.2.ebuild 
b/media-sound/amsynth/amsynth-1.3.2-r1.ebuild
similarity index 91%
rename from media-sound/amsynth/amsynth-1.3.2.ebuild
rename to media-sound/amsynth/amsynth-1.3.2-r1.ebuild
index 5379cf7bc1d..bc363155b99 100644
--- a/media-sound/amsynth/amsynth-1.3.2.ebuild
+++ b/media-sound/amsynth/amsynth-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -27,7 +27,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
media-libs/liblo:=
>=x11-libs/gtk+-2.20:2
)
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
lash? ( media-sound/lash )"
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git a/media-sound/amsynth/amsynth-1.5.1.ebuild 
b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild
similarity index 91%
rename from media-sound/amsynth/amsynth-1.5.1.ebuild
rename to media-sound/amsynth/amsynth-1.5.1-r1.ebuild
index 7f40ffde606..257e2bb0f5b 100644
--- a/media-sound/amsynth/amsynth-1.5.1.ebuild
+++ b/media-sound/amsynth/amsynth-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,7 +24,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
media-libs/liblo:=
>=x11-libs/gtk+-2.20:2
)
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
lash? ( media-sound/lash )"
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git a/media-sound/amsynth/amsynth-1.7.1.ebuild 
b/media-sound/amsynth/amsynth-1.6.4-r1.ebuild
similarity index 95%
rename from media-sound/amsynth/amsynth-1.7.1.ebuild
rename to media-sound/amsynth/amsynth-1.6.4-r1.ebuild
index 61adafdc3c5..69a0cb904ff 100644
--- a/media-sound/amsynth/amsynth-1.7.1.ebuild
+++ b/media-sound/amsynth/amsynth-1.6.4-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
media-libs/liblo:=
>=x11-libs/gtk+-2.20:2
)
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
lash? ( media-sound/lash )"
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git a/media-sound/amsynth/amsynth-1.7.0.ebuild 
b/media-sound/amsynth/amsynth-1.7.0-r1.ebuild
similarity index 95%
rename from media-sound/amsynth/amsynth-1.7.0.ebuild
rename to media-sound/amsynth/amsynth-1.7.0-r1.ebuild
index 61adafdc3c5..69a0cb904ff 100644
--- a/media-sound/amsynth/amsynth-1.7.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.7.0-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
media-libs/liblo:=
>=x11-libs/gtk+-2.20:2
)
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
lash? ( media-sound/lash )"
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git a/media-sound/amsynth/amsynth-1.6.4.ebuild 
b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
similarity index 91%
rename from media-sound/amsynth/amsynth-1.6.4.ebuild
rename to media-sound/amsynth/amsynth-1.7.1-r1.ebuild
index 7c2577b8616..69a0cb904ff 100644
--- a/media-sound/amsynth/amsynth-1.6.4.ebuild
+++ b/media-sound/amsynth/amsynth-1.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,7 @@ RDEPEND="dev-cpp/gtkmm:2.4
media-libs/liblo:=
>=x11-libs/gtk+-2.20:2
)
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
lash? ( media-sound/lash )"
 DEPEND="${RDEPEND}
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/

2017-05-09 Thread Alexis Ballier
commit: 2e7503fcaad8c9386306121c2e870da883ffd270
Author: Karl Linden  gmail  com>
AuthorDate: Tue May  9 05:35:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:27:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7503fc

media-plugins/calf: depend on virtual/jack

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-plugins/calf/{calf-0.0.60.ebuild => calf-0.0.60-r1.ebuild} | 4 ++--
 media-plugins/calf/calf-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/calf/calf-0.0.60.ebuild 
b/media-plugins/calf/calf-0.0.60-r1.ebuild
similarity index 92%
rename from media-plugins/calf/calf-0.0.60.ebuild
rename to media-plugins/calf/calf-0.0.60-r1.ebuild
index 9c80d21c21d..75124e7758f 100644
--- a/media-plugins/calf/calf-0.0.60.ebuild
+++ b/media-plugins/calf/calf-0.0.60-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="dev-libs/atk
dev-libs/glib:2
gnome-base/libglade:2.0
media-sound/fluidsynth
-   media-sound/jack-audio-connection-kit
+   virtual/jack
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2

diff --git a/media-plugins/calf/calf-.ebuild 
b/media-plugins/calf/calf-.ebuild
index 837e6ac8ab4..13a3700305e 100644
--- a/media-plugins/calf/calf-.ebuild
+++ b/media-plugins/calf/calf-.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
@@ -25,7 +25,7 @@ RDEPEND="dev-libs/atk
dev-libs/glib:2
gnome-base/libglade:2.0
media-sound/fluidsynth
-   media-sound/jack-audio-connection-kit
+   virtual/jack
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2



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

2017-05-09 Thread Alexis Ballier
commit: b97076af34461886f7a86248bba665f60e340616
Author: Karl Linden  gmail  com>
AuthorDate: Tue May  9 06:07:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:26:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97076af

media-sound/a2jmidid: depend on virtual/jack

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/a2jmidid/{a2jmidid-8-r1.ebuild => a2jmidid-8-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/a2jmidid/a2jmidid-8-r1.ebuild 
b/media-sound/a2jmidid/a2jmidid-8-r2.ebuild
similarity index 96%
rename from media-sound/a2jmidid/a2jmidid-8-r1.ebuild
rename to media-sound/a2jmidid/a2jmidid-8-r2.ebuild
index a8a2524cc4a..2175fa4b691 100644
--- a/media-sound/a2jmidid/a2jmidid-8-r1.ebuild
+++ b/media-sound/a2jmidid/a2jmidid-8-r2.ebuild
@@ -19,7 +19,7 @@ IUSE="dbus"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="media-libs/alsa-lib
-   media-sound/jack-audio-connection-kit
+   virtual/jack
dbus? ( sys-apps/dbus )
${PYTHON_DEPS}"
 DEPEND="${RDEPEND}



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

2017-05-09 Thread Christian Ruppert
commit: 1c1604f431994b979df63f6af2cd878cc7fb2978
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue May  9 07:24:01 2017 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue May  9 07:25:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1604f4

net-dns/bind-tools: Version bumps, re bug 615420 - CVE-2017-3136, 
CVE-2017-3137, CVE-2017-3138

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/bind-tools/Manifest|   2 +
 net-dns/bind-tools/bind-tools-9.10.5.ebuild| 131 
 net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild | 133 +
 3 files changed, 266 insertions(+)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index 89077bf4876..5856928d451 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,3 +1,5 @@
 DIST bind-9.10.4-P4.tar.gz 9299638 SHA256 
a41ce7518e1d0faa40312cc89f4ca42246906b2718099d992e87a5d3ce9a9d86 SHA512 
a662053f2052eb2d7ea61b4ecbd4e92980c808080598f7c4590c746e8e5d6545a9f965a8aeece57ce92b17545844cf8565719f697eaef6e2ade8106d810d2799
 WHIRLPOOL 
31b8e7b7a7c35d9894d91d2caf7428935f28c319c0af5176aaa8bfabac38882c658fa45f5548387295502013b2cba2de624279531d9b79f4c120b4da62c46b1b
+DIST bind-9.10.5.tar.gz 9431916 SHA256 
71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e SHA512 
4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f
 WHIRLPOOL 
489178be5f88b7e36628aa2a17ff1992f0fd1e7aab0e9679d2607280e8de1509435346669d35f87189fab8be73d3ff6e3da5f2a0041d88549ee640fbdd3ab8a4
 DIST bind-9.11.0-P2.tar.gz 9677204 SHA256 
d651f83ce1c08c83d6ac8201685c4f2b5fdb79794f3a4f93c3948e0ef439c1e5 SHA512 
19ba809814d42afdbd7cab291b006ac23d08a4aabfcbed101bc269a68597e70f2f89e1da27b719ceb4c94741702df2b95b2d8fce46b2a33a65ff242d5a3b298d
 WHIRLPOOL 
c79adae68a970e43100b6ed3a446dd872ffcf7ce8439bd86e721bf9555f309d0004efb0c9b577d17a7cde59a143e034f86287f544abb2596457d3e55f0f6632b
 DIST bind-9.11.0-P3.tar.gz 9691935 SHA256 
0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 SHA512 
fd5818ea36d7d4aa754a69ced675485cdb80b82f871b3f175c24715c0bd57fc78d4566657996f86ab32cb4158a974e97bb941ff9920cc3718b3484c161164b45
 WHIRLPOOL 
34db478ddd0841f8be244835c1d4b4149b4bda37707d56f697c544e836000aba0b0fa33c12ba8b86ebf9ca358cf7706db546570fe6371d94f93dca277dae1069
+DIST bind-9.11.0-P5.tar.gz 9698446 SHA256 
1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 SHA512 
142407db35a7bba6e676f2b3dc726a3a6ece9df8a27722f108ec309e24c4614da097b6cd31675c4925e68ff147896bc0a16dd71aa74dd73753ba86a2dbd7d3bd
 WHIRLPOOL 
a2aba3a52ad3610891733a3c8d93c0f5b263f706e36178a6f642b18e607a665ad0b15bdf679b9a5d149e9262eb5f718e23a09e989b63a418ee8fdfcb7f435186

diff --git a/net-dns/bind-tools/bind-tools-9.10.5.ebuild 
b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
new file mode 100644
index 000..6558e762503
--- /dev/null
+++ b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils autotools flag-o-matic toolchain-funcs
+
+MY_PN=${PN//-tools}
+MY_PV=${PV/_p/-P}
+MY_PV=${MY_PV/_rc/rc}
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
+HOMEPAGE="http://www.isc.org/software/bind;
+SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
+
+LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+
+REQUIRED_USE="gost? ( !libressl ssl )"
+
+CDEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
+   xml? ( dev-libs/libxml2 )
+   idn? ( net-dns/idnkit )
+   gssapi? ( virtual/krb5 )
+   readline? ( sys-libs/readline:0= )
+   seccomp? ( sys-libs/libseccomp )"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   !> config.h
+}
+
+src_compile() {
+   local AR=$(tc-getAR)
+
+   emake AR="${AR}" -C lib/
+   emake AR="${AR}" -C bin/delv/
+   emake AR="${AR}" -C bin/dig/
+   emake AR="${AR}" -C bin/nsupdate/
+   emake AR="${AR}" -C bin/dnssec/
+}
+
+src_install() {
+   dodoc README CHANGES FAQ
+
+   cd "${S}"/bin/delv
+   dobin delv
+   doman delv.1
+
+   cd "${S}"/bin/dig
+   dobin dig host nslookup
+   doman {dig,host,nslookup}.1
+
+   cd "${S}"/bin/nsupdate
+   dobin nsupdate
+   doman 

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

2017-05-09 Thread Christian Ruppert
commit: 29eea96b713da25083e3a898fae7d96b7938
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue May  9 07:22:24 2017 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue May  9 07:25:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eea96a

net-dns/bind: Remove old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/bind/Manifest  |   2 -
 net-dns/bind/bind-9.10.4_p4.ebuild | 415 
 net-dns/bind/bind-9.11.0_p2.ebuild | 423 -
 3 files changed, 840 deletions(-)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index 6611c858871..2c6575af349 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,6 +1,4 @@
-DIST bind-9.10.4-P4.tar.gz 9299638 SHA256 
a41ce7518e1d0faa40312cc89f4ca42246906b2718099d992e87a5d3ce9a9d86 SHA512 
a662053f2052eb2d7ea61b4ecbd4e92980c808080598f7c4590c746e8e5d6545a9f965a8aeece57ce92b17545844cf8565719f697eaef6e2ade8106d810d2799
 WHIRLPOOL 
31b8e7b7a7c35d9894d91d2caf7428935f28c319c0af5176aaa8bfabac38882c658fa45f5548387295502013b2cba2de624279531d9b79f4c120b4da62c46b1b
 DIST bind-9.10.5.tar.gz 9431916 SHA256 
71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e SHA512 
4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f
 WHIRLPOOL 
489178be5f88b7e36628aa2a17ff1992f0fd1e7aab0e9679d2607280e8de1509435346669d35f87189fab8be73d3ff6e3da5f2a0041d88549ee640fbdd3ab8a4
-DIST bind-9.11.0-P2.tar.gz 9677204 SHA256 
d651f83ce1c08c83d6ac8201685c4f2b5fdb79794f3a4f93c3948e0ef439c1e5 SHA512 
19ba809814d42afdbd7cab291b006ac23d08a4aabfcbed101bc269a68597e70f2f89e1da27b719ceb4c94741702df2b95b2d8fce46b2a33a65ff242d5a3b298d
 WHIRLPOOL 
c79adae68a970e43100b6ed3a446dd872ffcf7ce8439bd86e721bf9555f309d0004efb0c9b577d17a7cde59a143e034f86287f544abb2596457d3e55f0f6632b
 DIST bind-9.11.0-P3.tar.gz 9691935 SHA256 
0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 SHA512 
fd5818ea36d7d4aa754a69ced675485cdb80b82f871b3f175c24715c0bd57fc78d4566657996f86ab32cb4158a974e97bb941ff9920cc3718b3484c161164b45
 WHIRLPOOL 
34db478ddd0841f8be244835c1d4b4149b4bda37707d56f697c544e836000aba0b0fa33c12ba8b86ebf9ca358cf7706db546570fe6371d94f93dca277dae1069
 DIST bind-9.11.0-P5.tar.gz 9698446 SHA256 
1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 SHA512 
142407db35a7bba6e676f2b3dc726a3a6ece9df8a27722f108ec309e24c4614da097b6cd31675c4925e68ff147896bc0a16dd71aa74dd73753ba86a2dbd7d3bd
 WHIRLPOOL 
a2aba3a52ad3610891733a3c8d93c0f5b263f706e36178a6f642b18e607a665ad0b15bdf679b9a5d149e9262eb5f718e23a09e989b63a418ee8fdfcb7f435186
 DIST dyndns-samples.tbz2 22866 SHA256 
92fb06a92ca99cbbe96b90bcca229ef9c12397db57ae17e199dad9f1218fdbe8 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac
 WHIRLPOOL 
08d4e6a817f1d02597631e18152dbd55ea1bc4c82174be150cc77efc9e1f0f03b6471d1cefbe4229cd3161de752ef232a43ca274a07b78e9c974ceb04cfe99a2

diff --git a/net-dns/bind/bind-9.10.4_p4.ebuild 
b/net-dns/bind/bind-9.10.4_p4.ebuild
deleted file mode 100644
index de54dd9f9a8..000
--- a/net-dns/bind/bind-9.10.4_p4.ebuild
+++ /dev/null
@@ -1,415 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Re dlz/mysql and threads, needs to be verified..
-# MySQL uses thread local storage in its C api. Thus MySQL
-# requires that each thread of an application execute a MySQL
-# thread initialization to setup the thread local storage.
-# This is impossible to do safely while staying within the DLZ
-# driver API. This is a limitation caused by MySQL, and not the DLZ API.
-# Because of this BIND MUST only run with a single thread when
-# using the MySQL driver.
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
-
-MY_PV="${PV/_p/-P}"
-MY_PV="${MY_PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-
-SDB_LDAP_VER="1.1.0-fc14"
-
-RRL_PV="${MY_PV}"
-
-NSLINT_DIR="contrib/nslint-3.0a2/"
-
-# SDB-LDAP: http://bind9-ldap.bayour.com/
-
-DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
-HOMEPAGE="http://www.isc.org/software/bind;
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
-   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
-#  sdb-ldap? (
-#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
-#  )"
-
-LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="berkdb +caps dlz doc fetchlimit filter- fixed-rrset geoip gost 
gssapi idn ipv6
-json ldap libressl mysql nslint odbc 

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

2017-05-09 Thread Christian Ruppert
commit: 17fae22e4b853988b929ce84739899ef8605c593
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue May  9 07:20:22 2017 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue May  9 07:25:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fae22e

net-dns/bind: Version bumps, re bug 615420 - CVE-2017-3136, CVE-2017-3137, 
CVE-2017-3138

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/bind/Manifest  |   2 +
 net-dns/bind/bind-9.10.5.ebuild| 415 
 net-dns/bind/bind-9.11.0_p5.ebuild | 423 +
 3 files changed, 840 insertions(+)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index d50e5a2d616..6611c858871 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,4 +1,6 @@
 DIST bind-9.10.4-P4.tar.gz 9299638 SHA256 
a41ce7518e1d0faa40312cc89f4ca42246906b2718099d992e87a5d3ce9a9d86 SHA512 
a662053f2052eb2d7ea61b4ecbd4e92980c808080598f7c4590c746e8e5d6545a9f965a8aeece57ce92b17545844cf8565719f697eaef6e2ade8106d810d2799
 WHIRLPOOL 
31b8e7b7a7c35d9894d91d2caf7428935f28c319c0af5176aaa8bfabac38882c658fa45f5548387295502013b2cba2de624279531d9b79f4c120b4da62c46b1b
+DIST bind-9.10.5.tar.gz 9431916 SHA256 
71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e SHA512 
4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f
 WHIRLPOOL 
489178be5f88b7e36628aa2a17ff1992f0fd1e7aab0e9679d2607280e8de1509435346669d35f87189fab8be73d3ff6e3da5f2a0041d88549ee640fbdd3ab8a4
 DIST bind-9.11.0-P2.tar.gz 9677204 SHA256 
d651f83ce1c08c83d6ac8201685c4f2b5fdb79794f3a4f93c3948e0ef439c1e5 SHA512 
19ba809814d42afdbd7cab291b006ac23d08a4aabfcbed101bc269a68597e70f2f89e1da27b719ceb4c94741702df2b95b2d8fce46b2a33a65ff242d5a3b298d
 WHIRLPOOL 
c79adae68a970e43100b6ed3a446dd872ffcf7ce8439bd86e721bf9555f309d0004efb0c9b577d17a7cde59a143e034f86287f544abb2596457d3e55f0f6632b
 DIST bind-9.11.0-P3.tar.gz 9691935 SHA256 
0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 SHA512 
fd5818ea36d7d4aa754a69ced675485cdb80b82f871b3f175c24715c0bd57fc78d4566657996f86ab32cb4158a974e97bb941ff9920cc3718b3484c161164b45
 WHIRLPOOL 
34db478ddd0841f8be244835c1d4b4149b4bda37707d56f697c544e836000aba0b0fa33c12ba8b86ebf9ca358cf7706db546570fe6371d94f93dca277dae1069
+DIST bind-9.11.0-P5.tar.gz 9698446 SHA256 
1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 SHA512 
142407db35a7bba6e676f2b3dc726a3a6ece9df8a27722f108ec309e24c4614da097b6cd31675c4925e68ff147896bc0a16dd71aa74dd73753ba86a2dbd7d3bd
 WHIRLPOOL 
a2aba3a52ad3610891733a3c8d93c0f5b263f706e36178a6f642b18e607a665ad0b15bdf679b9a5d149e9262eb5f718e23a09e989b63a418ee8fdfcb7f435186
 DIST dyndns-samples.tbz2 22866 SHA256 
92fb06a92ca99cbbe96b90bcca229ef9c12397db57ae17e199dad9f1218fdbe8 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac
 WHIRLPOOL 
08d4e6a817f1d02597631e18152dbd55ea1bc4c82174be150cc77efc9e1f0f03b6471d1cefbe4229cd3161de752ef232a43ca274a07b78e9c974ceb04cfe99a2

diff --git a/net-dns/bind/bind-9.10.5.ebuild b/net-dns/bind/bind-9.10.5.ebuild
new file mode 100644
index 000..92c79819e66
--- /dev/null
+++ b/net-dns/bind/bind-9.10.5.ebuild
@@ -0,0 +1,415 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Re dlz/mysql and threads, needs to be verified..
+# MySQL uses thread local storage in its C api. Thus MySQL
+# requires that each thread of an application execute a MySQL
+# thread initialization to setup the thread local storage.
+# This is impossible to do safely while staying within the DLZ
+# driver API. This is a limitation caused by MySQL, and not the DLZ API.
+# Because of this BIND MUST only run with a single thread when
+# using the MySQL driver.
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
+
+MY_PV="${PV/_p/-P}"
+MY_PV="${MY_PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SDB_LDAP_VER="1.1.0-fc14"
+
+RRL_PV="${MY_PV}"
+
+NSLINT_DIR="contrib/nslint-3.0a2/"
+
+# SDB-LDAP: http://bind9-ldap.bayour.com/
+
+DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
+HOMEPAGE="http://www.isc.org/software/bind;
+SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
+   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
+#  sdb-ldap? (
+#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
+#  )"
+
+LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="berkdb +caps dlz doc fetchlimit filter- fixed-rrset geoip gost 

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

2017-05-09 Thread Christian Ruppert
commit: b27e1863c50c5e871658b365e047c0f012a91ae9
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue May  9 07:24:35 2017 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue May  9 07:25:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27e1863

net-dns/bind-tools: Remove old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/bind-tools/Manifest|   2 -
 net-dns/bind-tools/bind-tools-9.10.4_p4.ebuild | 131 
 net-dns/bind-tools/bind-tools-9.11.0_p2.ebuild | 133 -
 3 files changed, 266 deletions(-)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index 5856928d451..0ea9a4c976f 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,5 +1,3 @@
-DIST bind-9.10.4-P4.tar.gz 9299638 SHA256 
a41ce7518e1d0faa40312cc89f4ca42246906b2718099d992e87a5d3ce9a9d86 SHA512 
a662053f2052eb2d7ea61b4ecbd4e92980c808080598f7c4590c746e8e5d6545a9f965a8aeece57ce92b17545844cf8565719f697eaef6e2ade8106d810d2799
 WHIRLPOOL 
31b8e7b7a7c35d9894d91d2caf7428935f28c319c0af5176aaa8bfabac38882c658fa45f5548387295502013b2cba2de624279531d9b79f4c120b4da62c46b1b
 DIST bind-9.10.5.tar.gz 9431916 SHA256 
71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e SHA512 
4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f
 WHIRLPOOL 
489178be5f88b7e36628aa2a17ff1992f0fd1e7aab0e9679d2607280e8de1509435346669d35f87189fab8be73d3ff6e3da5f2a0041d88549ee640fbdd3ab8a4
-DIST bind-9.11.0-P2.tar.gz 9677204 SHA256 
d651f83ce1c08c83d6ac8201685c4f2b5fdb79794f3a4f93c3948e0ef439c1e5 SHA512 
19ba809814d42afdbd7cab291b006ac23d08a4aabfcbed101bc269a68597e70f2f89e1da27b719ceb4c94741702df2b95b2d8fce46b2a33a65ff242d5a3b298d
 WHIRLPOOL 
c79adae68a970e43100b6ed3a446dd872ffcf7ce8439bd86e721bf9555f309d0004efb0c9b577d17a7cde59a143e034f86287f544abb2596457d3e55f0f6632b
 DIST bind-9.11.0-P3.tar.gz 9691935 SHA256 
0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 SHA512 
fd5818ea36d7d4aa754a69ced675485cdb80b82f871b3f175c24715c0bd57fc78d4566657996f86ab32cb4158a974e97bb941ff9920cc3718b3484c161164b45
 WHIRLPOOL 
34db478ddd0841f8be244835c1d4b4149b4bda37707d56f697c544e836000aba0b0fa33c12ba8b86ebf9ca358cf7706db546570fe6371d94f93dca277dae1069
 DIST bind-9.11.0-P5.tar.gz 9698446 SHA256 
1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 SHA512 
142407db35a7bba6e676f2b3dc726a3a6ece9df8a27722f108ec309e24c4614da097b6cd31675c4925e68ff147896bc0a16dd71aa74dd73753ba86a2dbd7d3bd
 WHIRLPOOL 
a2aba3a52ad3610891733a3c8d93c0f5b263f706e36178a6f642b18e607a665ad0b15bdf679b9a5d149e9262eb5f718e23a09e989b63a418ee8fdfcb7f435186

diff --git a/net-dns/bind-tools/bind-tools-9.10.4_p4.ebuild 
b/net-dns/bind-tools/bind-tools-9.10.4_p4.ebuild
deleted file mode 100644
index 2a3ceef0756..000
--- a/net-dns/bind-tools/bind-tools-9.10.4_p4.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools flag-o-matic toolchain-funcs
-
-MY_PN=${PN//-tools}
-MY_PV=${PV/_p/-P}
-MY_PV=${MY_PV/_rc/rc}
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="http://www.isc.org/software/bind;
-SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
-
-LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
-# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
-
-REQUIRED_USE="gost? ( !libressl ssl )"
-
-CDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )
-   gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
-   xml? ( dev-libs/libxml2 )
-   idn? ( net-dns/idnkit )
-   gssapi? ( virtual/krb5 )
-   readline? ( sys-libs/readline:0= )
-   seccomp? ( sys-libs/libseccomp )"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-   !> config.h
-}
-
-src_compile() {
-   local AR=$(tc-getAR)
-
-   emake AR="${AR}" -C lib/
-   emake AR="${AR}" -C bin/delv/
-   emake AR="${AR}" -C bin/dig/
-   emake AR="${AR}" -C bin/nsupdate/
-   emake AR="${AR}" -C bin/dnssec/
-}
-
-src_install() {
-   dodoc README CHANGES FAQ
-
-   cd "${S}"/bin/delv
-   dobin delv
-   doman delv.1
-
-   cd "${S}"/bin/dig
-   dobin dig host nslookup
-   doman {dig,host,nslookup}.1
-
-   cd "${S}"/bin/nsupdate
-   dobin nsupdate
-   doman nsupdate.1
-   if use doc; then
-   dohtml 

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

2017-05-09 Thread Jason Zaman
commit: 22ebc9f4a44dd99e3c4e8d7b3173a71db98d89c9
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 06:51:35 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 07:23:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ebc9f4

net-misc/dropbox: stable 21.3.18

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/dropbox/dropbox-21.3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbox/dropbox-21.3.18.ebuild 
b/net-misc/dropbox/dropbox-21.3.18.ebuild
index 1bf3bfb4c45..eb17407e4ef 100644
--- a/net-misc/dropbox/dropbox-21.3.18.ebuild
+++ b/net-misc/dropbox/dropbox-21.3.18.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="+librsync-bundled selinux X"
 RESTRICT="mirror strip"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/elementary-xfce-icon-theme/

2017-05-09 Thread Jason Zaman
commit: 5403c6dd4e724205fa1c4d7223daa6694bf66dcf
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 05:06:19 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 07:23:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5403c6dd

x11-themes/elementary-xfce-icon-theme: assign to xfce project

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 x11-themes/elementary-xfce-icon-theme/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/elementary-xfce-icon-theme/metadata.xml 
b/x11-themes/elementary-xfce-icon-theme/metadata.xml
index 49bea2faace..5266251abef 100644
--- a/x11-themes/elementary-xfce-icon-theme/metadata.xml
+++ b/x11-themes/elementary-xfce-icon-theme/metadata.xml
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-perfin...@gentoo.org
-Jason Zaman
+  
+x...@gentoo.org
+XFCE Team
   
   
 shimmerproject/elementary-xfce



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/alpha/, profiles/arch/powerpc/, ...

2017-05-09 Thread Jason Zaman
commit: a3b74063c1465a46e88bff22b4045b20928c0cbf
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 05:43:37 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 07:23:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b74063

profiles: mask xfce-base/xfwm4[xpresent] on unkeyworded arches

Signed-off-by: Jason Zaman  gentoo.org>

 profiles/arch/alpha/package.use.mask   | 6 +-
 profiles/arch/arm64/package.use.mask   | 4 
 profiles/arch/ia64/package.use.mask| 4 
 profiles/arch/mips/package.use.mask| 4 
 profiles/arch/powerpc/package.use.mask | 4 
 profiles/arch/sparc/package.use.mask   | 4 
 6 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 79e8bda65d3..a8ba3b0fbf1 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-#
+
+# Jason Zaman  (09 May 2017)
+# x11-libs/libXpresent is not keyworded on alpha
+xfce-base/xfwm4 xpresent
+
 # Tobias Klausmann  (08 May 2017)
 # USE=test requires valgrind, which will never be ported to alpha
 app-misc/jq test

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 76273b2aaca..7accd377b5f 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Jason Zaman  (09 May 2017)
+# x11-libs/libXpresent is not keyworded on arm64
+xfce-base/xfwm4 xpresent
+
 # James Le Cuirot  (25 Apr 2017)
 # Oracle doesn't include VisualVM on this platform.
 dev-java/oracle-jdk-bin visualvm

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 3bcfaf5aa71..3a04f4962c9 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Jason Zaman  (09 May 2017)
+# x11-libs/libXpresent is not keyworded on ia64
+xfce-base/xfwm4 xpresent
+
 # Alexis Ballier  (4 Mar 2017)
 # gst-plugins-x264 is not stable on ia64
 media-plugins/gst-plugins-meta x264

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 34f8d571331..1dfa3c405b1 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Jason Zaman  (09 May 2017)
+# x11-libs/libXpresent is not keyworded on mips
+xfce-base/xfwm4 xpresent
+
 # Brian Dolbec  (21 Mar 2017)
 # This is masked as mongo-db needed for bson use flag
 # which is not keyworded on many arches.

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 3a0e0b2b187..f8ec3a0cf9c 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Jason Zaman  (09 May 2017)
+# x11-libs/libXpresent is not keyworded on ppc
+xfce-base/xfwm4 xpresent
+
 # Michael Weber  (06 Apr 2017)
 # mask unkeyworded dep pymongo -> mongodb
 app-portage/g-sorcery bson

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 10dc752793b..8dd47149b08 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Jason Zaman  (09 May 2017)
+# x11-libs/libXpresent is not keyworded on sparc
+xfce-base/xfwm4 xpresent
+
 # Michał Górny  (23 Mar 2017)
 # Most of clang runtimes are not supported here
 sys-devel/clang-runtime openmp sanitize



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

2017-05-09 Thread Jason Zaman
commit: 164452b0a6ce56b8ddc3928fddb6c9ba5723255d
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 06:55:22 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 07:23:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164452b0

net-misc/dropbox: drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 8359ee7387a..bf18bf231fe 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,6 +1,4 @@
-DIST dropbox-lnx.x86-20.3.18.tar.gz 65934231 SHA256 
5c18591af327c034e28c44360ce03c73a5e59391acffc7f9cca296423b1773cf SHA512 
c33020f7d6d121152094fd620819bf65a88d28a0ae32075dee4f60b6241697434ceb31001143be6cdb36db54c71fb6aa19c8d8371f1c30e60cf68ee3a2d556a1
 WHIRLPOOL 
e7c4e88a9342977b528d339c5b4df9daef72bb27243226b46cec5a69314bd2462f5a59bc92818a8c48d19e578d6bf2fc75bf631c97d302edbf5a083f28fc5045
 DIST dropbox-lnx.x86-21.3.18.tar.gz 66009033 SHA256 
cb88ec58dad55d79fdd8790834a7171ca9ecd43967ec0156b269e11ef2c81d76 SHA512 
66f8de57167dc8451efb2b1653b65c44cee49dff6390a53efcd1f6c5a94aecaaf5d26c793bca980df45ee73af9d9dd9df900434718358566ab6b36795bfe131f
 WHIRLPOOL 
c452cdb286fdefcb12d4611be268433efec7fe9cdd633227d9d2cbf97d1722ca68820d87f938e12065c34633027f9df8e513c24b8b3b342796007bcd7a279918
 DIST dropbox-lnx.x86-26.3.21.tar.gz 66464459 SHA256 
fee6936d207a3e675832ac0d8015f0037368f2652b96601f7f965bed9a9ac3fc SHA512 
6d730cac63076baf1792ea4cee290fcacb4c55653baa4fdaa51cd4db7d166d13e03df26181662785309bccfd8475ec248cf68b5cc0b7a541a86db97b92127bb6
 WHIRLPOOL 
790043cd0c26f5f62725fcd4f9c437c028b597ac90cbd9e3089bb6f237f8e69e3a834b8ed405256a0ec41c5c3231bb6ff5645fe63d1ce00e3f3c7153e684bfad
-DIST dropbox-lnx.x86_64-20.3.18.tar.gz 69871551 SHA256 
1e77860b21e34358fd9e930d10acb7d00687205f540a80a8fcc52be71a286ebb SHA512 
e7ace6c5b8da448eeae1c1d8565290bedd56fe8602dce176a39fef99502f6ffd3ab709f088a10277749a9564fe847cfc830b2d8670405e4f557c7c8a6f1bca70
 WHIRLPOOL 
f25fb749e2901a7805f18c875a3e0921b88641271e93701bafa8b676c87f86a5b1502a7f4959b6af768fb427b02489f63d4ba5b4820ca83d6e8eec73731c003b
 DIST dropbox-lnx.x86_64-21.3.18.tar.gz 69939104 SHA256 
39f7d1883e573c2d1528866a0646efcc5706877efd16ba1d79777f9071a79d6b SHA512 
a7288d65320c4e757b5ecdc9d3f9261074f75529edafd53f9707b2aa25e5d86359b379ff27a60cde07c50ef6cc2a91f6528323ae535e358b17e783e82dc6e073
 WHIRLPOOL 
bb81d134537bfff5bcf5fa8508a038122f88f8dbab5d5528dd075460e947fb4b90e15f6ca24be9694b6000a73dab06723f0e4227b98c2e5a5e3e2c947ec6632f
 DIST dropbox-lnx.x86_64-26.3.21.tar.gz 70341986 SHA256 
244f67ea1eca6fc7384dccc8ea14836712663ed269d32b3a0498f9fc6b02cc71 SHA512 
b4c9f160184785e4fe14253fb4208a6ba276708547e519a9fe73ad3731a123cf9c410ccb3a2048ecad90261cd7f8a03d127e7c2b6bbce16665e5dd5d8b738234
 WHIRLPOOL 
793f7953ccb2bc5c10debbb766537f28b6edf8bbe20a44aecc635211d20154a677b2cfb2e3a6b45bd462823f4b96e5b75a0bbee742dd81e8997c08db7ab46004

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

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

2017-05-09 Thread Jason Zaman
commit: 94708e51243a3df7d0d0a5b4ad5576922e7cbe8a
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 06:50:32 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 07:23:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94708e51

net-misc/dropbox: bump to 26.3.21

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/dropbox/Manifest|   2 +
 net-misc/dropbox/dropbox-26.3.21.ebuild  | 134 +++
 net-misc/dropbox/files/dropbox_at.service-r1 |  13 +++
 3 files changed, 149 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 8f62223a90e..8359ee7387a 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,4 +1,6 @@
 DIST dropbox-lnx.x86-20.3.18.tar.gz 65934231 SHA256 
5c18591af327c034e28c44360ce03c73a5e59391acffc7f9cca296423b1773cf SHA512 
c33020f7d6d121152094fd620819bf65a88d28a0ae32075dee4f60b6241697434ceb31001143be6cdb36db54c71fb6aa19c8d8371f1c30e60cf68ee3a2d556a1
 WHIRLPOOL 
e7c4e88a9342977b528d339c5b4df9daef72bb27243226b46cec5a69314bd2462f5a59bc92818a8c48d19e578d6bf2fc75bf631c97d302edbf5a083f28fc5045
 DIST dropbox-lnx.x86-21.3.18.tar.gz 66009033 SHA256 
cb88ec58dad55d79fdd8790834a7171ca9ecd43967ec0156b269e11ef2c81d76 SHA512 
66f8de57167dc8451efb2b1653b65c44cee49dff6390a53efcd1f6c5a94aecaaf5d26c793bca980df45ee73af9d9dd9df900434718358566ab6b36795bfe131f
 WHIRLPOOL 
c452cdb286fdefcb12d4611be268433efec7fe9cdd633227d9d2cbf97d1722ca68820d87f938e12065c34633027f9df8e513c24b8b3b342796007bcd7a279918
+DIST dropbox-lnx.x86-26.3.21.tar.gz 66464459 SHA256 
fee6936d207a3e675832ac0d8015f0037368f2652b96601f7f965bed9a9ac3fc SHA512 
6d730cac63076baf1792ea4cee290fcacb4c55653baa4fdaa51cd4db7d166d13e03df26181662785309bccfd8475ec248cf68b5cc0b7a541a86db97b92127bb6
 WHIRLPOOL 
790043cd0c26f5f62725fcd4f9c437c028b597ac90cbd9e3089bb6f237f8e69e3a834b8ed405256a0ec41c5c3231bb6ff5645fe63d1ce00e3f3c7153e684bfad
 DIST dropbox-lnx.x86_64-20.3.18.tar.gz 69871551 SHA256 
1e77860b21e34358fd9e930d10acb7d00687205f540a80a8fcc52be71a286ebb SHA512 
e7ace6c5b8da448eeae1c1d8565290bedd56fe8602dce176a39fef99502f6ffd3ab709f088a10277749a9564fe847cfc830b2d8670405e4f557c7c8a6f1bca70
 WHIRLPOOL 
f25fb749e2901a7805f18c875a3e0921b88641271e93701bafa8b676c87f86a5b1502a7f4959b6af768fb427b02489f63d4ba5b4820ca83d6e8eec73731c003b
 DIST dropbox-lnx.x86_64-21.3.18.tar.gz 69939104 SHA256 
39f7d1883e573c2d1528866a0646efcc5706877efd16ba1d79777f9071a79d6b SHA512 
a7288d65320c4e757b5ecdc9d3f9261074f75529edafd53f9707b2aa25e5d86359b379ff27a60cde07c50ef6cc2a91f6528323ae535e358b17e783e82dc6e073
 WHIRLPOOL 
bb81d134537bfff5bcf5fa8508a038122f88f8dbab5d5528dd075460e947fb4b90e15f6ca24be9694b6000a73dab06723f0e4227b98c2e5a5e3e2c947ec6632f
+DIST dropbox-lnx.x86_64-26.3.21.tar.gz 70341986 SHA256 
244f67ea1eca6fc7384dccc8ea14836712663ed269d32b3a0498f9fc6b02cc71 SHA512 
b4c9f160184785e4fe14253fb4208a6ba276708547e519a9fe73ad3731a123cf9c410ccb3a2048ecad90261cd7f8a03d127e7c2b6bbce16665e5dd5d8b738234
 WHIRLPOOL 
793f7953ccb2bc5c10debbb766537f28b6edf8bbe20a44aecc635211d20154a677b2cfb2e3a6b45bd462823f4b96e5b75a0bbee742dd81e8997c08db7ab46004

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

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/

2017-05-09 Thread Jason Zaman
commit: 13afdb218b4c62a228272a9150659ee368cdaedc
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue May  9 05:46:53 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue May  9 07:23:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13afdb21

xfce-base/xfwm4: enable xpresent extension

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 xfce-base/xfwm4/metadata.xml| 11 +++
 xfce-base/xfwm4/xfwm4-4.13.0.ebuild |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/xfce-base/xfwm4/metadata.xml b/xfce-base/xfwm4/metadata.xml
index 359901b31db..60c89e524c5 100644
--- a/xfce-base/xfwm4/metadata.xml
+++ b/xfce-base/xfwm4/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@gentoo.org
-XFCE Team
-  
+   
+   x...@gentoo.org
+   XFCE Team
+   
+   
+   Enable the XPresent extension for sync to 
vblank
+   
 

diff --git a/xfce-base/xfwm4/xfwm4-4.13.0.ebuild 
b/xfce-base/xfwm4/xfwm4-4.13.0.ebuild
index 89fdca3524a..ec35259bf1d 100644
--- a/xfce-base/xfwm4/xfwm4-4.13.0.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.13.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="opengl startup-notification +xcomposite"
+IUSE="opengl startup-notification +xcomposite xpresent"
 
 RDEPEND="dev-libs/dbus-glib:=
>=dev-libs/glib-2.20:=
@@ -26,6 +26,7 @@ RDEPEND="dev-libs/dbus-glib:=
>=xfce-base/xfconf-4.10:=
opengl? ( media-libs/libepoxy:=[X(+)] )
startup-notification? ( x11-libs/startup-notification:= )
+   xpresent? ( x11-libs/libXpresent )
xcomposite? (
x11-libs/libXcomposite:=
x11-libs/libXdamage:=
@@ -50,8 +51,7 @@ src_configure() {
--enable-xsync
--enable-render
--enable-randr
-   # not packaged atm, bug #549040
-   --disable-xpresent
+   $(use_enable xpresent)
$(use_enable xcomposite compositor)
)
 



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

2017-05-09 Thread Alexis Ballier
commit: 9a3eccde6a259a9afeeec7ddba6f21ae4ee81efc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 07:17:12 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:17:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3eccde

media-sound/qjackctl: bump to 0.4.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qjackctl/Manifest  |  1 +
 media-sound/qjackctl/qjackctl-0.4.5.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index 1382e4ada54..44239ca71ac 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1,2 +1,3 @@
 DIST qjackctl-0.3.10.tar.gz 487678 SHA256 
5cdd937c44e5c737f3d2c2063ada015cac2fc8ed0cdbcb90d0ba747087270132 SHA512 
1d7c310967cd112aad2caa79684b40b90070e5ce78fe2fd71f0a159ff835a8ccb4806dd140237c05d369ec782965472616aca67fc649cf1ba232535dc8b3104f
 WHIRLPOOL 
7a6cb86992d4dafc0dc43bb8587285c0a2db64649c29fb9a4236f050f89ac9df4cd1d6b7083b980a6121bb508eb98da3b48b3d4eca96d655d75bf737e107f9ab
 DIST qjackctl-0.4.4.tar.gz 831637 SHA256 
531db2f7eca654fd8769a1281dccb54ebca57a0b2a575734d1bafc3896a46ba5 SHA512 
91005ad4dbbeaaab582de9d3ac7d125732720df9225129267a490254851217d739fa781ea5eaab8a4fa4ebb1d62eb323def88fb3f1723ca7e51e2bf4392026b6
 WHIRLPOOL 
560de5c4be04fafce2844e7ca6e9d4bd8e7f02c306f14675bb72fed49ec1b304d4035ba1c5a76ee8653fc691787bfbf62ae01e336bc238cc661b47c834beca67
+DIST qjackctl-0.4.5.tar.gz 832932 SHA256 
c50da569ec8466ac6cc72c65e2d8212eb9c40149daed0a10fb7795ff9ddc4ab7 SHA512 
251b7275fd6cb13c91420b7c11d5d2a1d9b7c5b11b78a4b5ba41955b4bbaa3c4f4721123f3375c2ce4a243ee9defc69c982cc93796e17e01e096e1228c4fe5fd
 WHIRLPOOL 
7b84829668930f39d01b27998090f46ba5f724c2f3e78a75ccd76e5b9906df55a7be2a08c615e9f57f78b70641af3b6e5ca86c2945e0af7b6d1b883a90ce2bcb

diff --git a/media-sound/qjackctl/qjackctl-0.4.5.ebuild 
b/media-sound/qjackctl/qjackctl-0.4.5.ebuild
new file mode 100644
index 000..eb3641ba030
--- /dev/null
+++ b/media-sound/qjackctl/qjackctl-0.4.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic qmake-utils
+
+DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA 
sequencer connections"
+HOMEPAGE="http://qjackctl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="alsa dbus debug portaudio"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   virtual/jack
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( dev-qt/qtdbus:5 )
+   portaudio? ( media-libs/portaudio )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf \
+   --with-qt5="$(qt5_get_bindir)/.." \
+   $(use_enable alsa alsa-seq) \
+   $(use_enable dbus) \
+   $(use_enable debug) \
+   $(use_enable portaudio)
+
+   eqmake5 ${PN}.pro -o ${PN}.mak
+}
+
+src_compile() {
+   emake -f ${PN}.mak
+}



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

2017-05-09 Thread Alexis Ballier
commit: 4fc44887cf1de14ee1906916154877f94a21e0a1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 07:21:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:21:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc44887

media-sound/aeolus: bump to 0.9.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/aeolus/Manifest|  1 +
 media-sound/aeolus/aeolus-0.9.5.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-sound/aeolus/Manifest b/media-sound/aeolus/Manifest
index 63a157dc43f..25c54e39a00 100644
--- a/media-sound/aeolus/Manifest
+++ b/media-sound/aeolus/Manifest
@@ -1 +1,2 @@
 DIST aeolus-0.9.0.tar.bz2 69017 SHA256 
f7bd08d228b15a1d76a21709b47899eea16ebda2585a4348fa4615a1fe8a7336 SHA512 
b73ddcb3338dc2c30d11976c1cb7239fab455faf6b1cfc87582a1e48e8bdb90f163b467e93ed5e1c524900ecf59802f4012f83b2181cccad52186c99cfa2baf9
 WHIRLPOOL 
d9293b1a94747e0b59776e9b860ca07abd489f600ebd841e7ec27437215879ca95fe8fb2dc5a6b340b03874aed96b310ba1dca49badcb4b6a2b9c47a5ffa8a15
+DIST aeolus-0.9.5.tar.bz2 69139 SHA256 
db12392661af9b96dab57ded16aae276bbffc13f8d1eef1b6c02fb466144d771 SHA512 
e80e7a861934b287afefe0186bd78c2d51662c29d3b7292469244c52b4949698c512dff72bebe1f76cf98e17e3f9183d3ce7a7da4856bf936dab091d3b9f4b0b
 WHIRLPOOL 
ca084dc16db1c90a939313047114212aa8666d5a56e2e65b8f301667754699485d1856bfa8fdd687b2b893397953e9371e9d0fae15f3a6ae7ecf5ce29f4b55f2

diff --git a/media-sound/aeolus/aeolus-0.9.5.ebuild 
b/media-sound/aeolus/aeolus-0.9.5.ebuild
new file mode 100644
index 000..c1f72a3e014
--- /dev/null
+++ b/media-sound/aeolus/aeolus-0.9.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit versionator toolchain-funcs multilib flag-o-matic
+
+MY_P=${PN}-$(replace_version_separator 3 '-')
+
+DESCRIPTION="A synthesised pipe organ emulator"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html;
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   media-libs/zita-alsa-pcmi
+   >=media-libs/libclthreads-2.4.0
+   >=media-libs/libclxclient-3.9.0
+   x11-libs/libXft
+   x11-libs/libX11
+   >=media-sound/jack-audio-connection-kit-0.109.2
+   media-libs/alsa-lib
+   sys-libs/readline:0"
+
+RDEPEND="${DEPEND}
+   media-libs/stops"
+
+S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)/source
+
+src_compile() {
+   tc-export CXX
+   append-cppflags $($(tc-getPKG_CONFIG) --cflags xft)
+   sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS"
+   sed -i -e "s:ldconfig:true:" Makefile || die "Failed to remove ldconfig 
call"
+   sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct 
compiler"
+   sed -i -e "s/-lXft/`$(tc-getPKG_CONFIG) --libs xft`/" Makefile || die
+   emake PREFIX="/usr" LIBDIR=$(get_libdir)
+}
+
+src_install() {
+   emake PREFIX="${D}/usr" install
+   dodoc ../README ../AUTHORS
+   echo "-S /usr/share/stops" > "${T}/aeolus.conf"
+   insinto /etc
+   doins "${T}/aeolus.conf"
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop_full/

2017-05-09 Thread Alexis Ballier
commit: 07e70079daef6c1f21040fa0c24be71e89540bc0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:28:19 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e70079

ros-meta/desktop_full: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/desktop_full/Manifest  |  1 +
 ros-meta/desktop_full/desktop_full-1.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/desktop_full/Manifest b/ros-meta/desktop_full/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/desktop_full/Manifest
+++ b/ros-meta/desktop_full/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/desktop_full/desktop_full-1.3.1.ebuild 
b/ros-meta/desktop_full/desktop_full-1.3.1.ebuild
new file mode 100644
index 000..5d7cc244f8f
--- /dev/null
+++ b/ros-meta/desktop_full/desktop_full-1.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage for ROS complete desktop install"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   ros-meta/desktop
+   ros-meta/perception
+   ros-meta/simulators
+   dev-ros/urdf_tutorial
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/simulators/

2017-05-09 Thread Alexis Ballier
commit: 80db3449ff65aa3f75344ed8af3d9ef9ce05f809
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:27:22 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80db3449

ros-meta/simulators: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/simulators/Manifest|  1 +
 ros-meta/simulators/simulators-1.3.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/ros-meta/simulators/Manifest b/ros-meta/simulators/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/simulators/Manifest
+++ b/ros-meta/simulators/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/simulators/simulators-1.3.1.ebuild 
b/ros-meta/simulators/simulators-1.3.1.ebuild
new file mode 100644
index 000..3f32b3bffea
--- /dev/null
+++ b/ros-meta/simulators/simulators-1.3.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage for ROS simulation packages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   ros-meta/robot
+   ros-meta/gazebo_ros_pkgs
+   ros-meta/rqt_common_plugins
+   ros-meta/rqt_robot_plugins
+   dev-ros/stage_ros
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_core/

2017-05-09 Thread Alexis Ballier
commit: a3b0bf152803c96888448aeffe6855b9787743be
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:26:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b0bf15

ros-meta/ros_core: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/ros_core/Manifest  |  1 +
 ros-meta/ros_core/ros_core-1.3.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/ros_core/Manifest
+++ b/ros-meta/ros_core/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/ros_core/ros_core-1.3.1.ebuild 
b/ros-meta/ros_core/ros_core-1.3.1.ebuild
new file mode 100644
index 000..aea8dc9115a
--- /dev/null
+++ b/ros-meta/ros_core/ros_core-1.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage to aggregate the packages required to use core ROS 
concepts"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-util/catkin
+   dev-ros/cmake_modules
+   ros-meta/common_msgs
+   dev-ros/gencpp
+   dev-ros/geneus
+   dev-ros/genlisp
+   dev-ros/genpy
+   dev-ros/gennodejs
+   dev-ros/genmsg
+   dev-ros/message_generation
+   dev-ros/message_runtime
+   ros-meta/ros
+   ros-meta/ros_comm
+   dev-ros/rosconsole_bridge
+   ros-meta/roscpp_core
+   dev-ros/rosgraph_msgs
+   dev-ros/rospack
+   dev-ros/std_msgs
+   dev-ros/std_srvs
+   ros-meta/ros_tutorials
+   dev-ros/roslisp
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/viz/

2017-05-09 Thread Alexis Ballier
commit: 5d0756a32b44e3d3a19220c9579feeffe9d586f3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:29:16 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0756a3

ros-meta/viz: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/viz/Manifest |  1 +
 ros-meta/viz/viz-1.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/viz/Manifest b/ros-meta/viz/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/viz/Manifest
+++ b/ros-meta/viz/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/viz/viz-1.3.1.ebuild b/ros-meta/viz/viz-1.3.1.ebuild
new file mode 100644
index 000..02d5fff2297
--- /dev/null
+++ b/ros-meta/viz/viz-1.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage for ROS visualization packages"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   ros-meta/ros_base
+   ros-meta/rqt_common_plugins
+   ros-meta/rqt_robot_plugins
+   dev-ros/rviz
+"
+DEPEND="${RDEPEND}"



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

2017-05-09 Thread Alexis Ballier
commit: 916072ef5890846d3af094719b827c9a241e3606
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 07:08:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916072ef

media-sound/qjackctl: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qjackctl/Manifest  |  4 --
 .../files/qjackctl-0.4.0-qobject-include.patch | 11 -
 media-sound/qjackctl/qjackctl-0.4.0.ebuild | 54 --
 media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild  | 49 
 media-sound/qjackctl/qjackctl-0.4.2.ebuild | 53 -
 media-sound/qjackctl/qjackctl-0.4.3-r1.ebuild  | 45 --
 6 files changed, 216 deletions(-)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index 8cbf63afdd5..1382e4ada54 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1,6 +1,2 @@
 DIST qjackctl-0.3.10.tar.gz 487678 SHA256 
5cdd937c44e5c737f3d2c2063ada015cac2fc8ed0cdbcb90d0ba747087270132 SHA512 
1d7c310967cd112aad2caa79684b40b90070e5ce78fe2fd71f0a159ff835a8ccb4806dd140237c05d369ec782965472616aca67fc649cf1ba232535dc8b3104f
 WHIRLPOOL 
7a6cb86992d4dafc0dc43bb8587285c0a2db64649c29fb9a4236f050f89ac9df4cd1d6b7083b980a6121bb508eb98da3b48b3d4eca96d655d75bf737e107f9ab
-DIST qjackctl-0.4.0.tar.gz 500534 SHA256 
5b651cc5bd85986bcb36b32943e091c931ba229d58732c1724a200e03762485a SHA512 
dff5d6bd153cc92149e7a16820ab061f70090eca7a15f8f79ac7b9316e7c279f61e800cfbfc7ec4ce0a13721e717f9f18b98611c22c2a134830111c865d3d001
 WHIRLPOOL 
ae607775d75825355d405b6b3e41ae25793b4a698735d847c9617e6af2eef8dd73cf4ed104e7941c1d014ebeb02d48d128cb363241898ab9ffcb5752ae59464e
-DIST qjackctl-0.4.1.tar.gz 824293 SHA256 
98024e1ea9f55ac16c290feda051d6494b2261e83f6a918f0fa583b509e2bfd1 SHA512 
99de2de422a82a1dbc26dd2d2548afd31a50dc650f2dbe177a26edfe3808a2f66a2206120535edaec8314f3ef25b2dfe6fadfdfb11b814ffe311185c68252881
 WHIRLPOOL 
bfe04a75ba323fd2cf7c8e715ba9a0623bcaadcc47ad74f387aff381036c77d8fec269bfa341783e17a4580fda8f652fa30f52deeb61c857eed817588ab21367
-DIST qjackctl-0.4.2.tar.gz 824383 SHA256 
cf1c4aff22f8410feba9122e447b1e28c8fa2c71b12cfc0551755d351f9eaf5e SHA512 
743b8a02fb0b83a4516622aeec054d67f5cda6d8ffcc5727d3709695996c5e0054ba0af77919e43c0288fbb2259395c129d79f89b24bba6d4c0dd5cdbaa5712d
 WHIRLPOOL 
ba63c2b532b451df8d422ba6e7819082ea913964453b61f20bcbf11a5537e6f12b05dc0ee672badd84078fdf683ef8f265e883310818c1247a39ac734689eaf4
-DIST qjackctl-0.4.3.tar.gz 824852 SHA256 
6bfdc3452f3c48d1ce40bd4164be0caa1c716474fbd3fb408d3308dfadf79e07 SHA512 
e77e06164784d5a6027704beaf8bcb934495bf3a0c8e6487c0fbc7fc884cf824699a83b5e0f58a9e5ae5a810872c7d09de3d2c2addcbdb1cd67206415979a949
 WHIRLPOOL 
ebf5ca4abc1ae7cf7bc0c52e842d7e9d468d9d19bb12fecacf551abe848d7834edc0a1de0c9d702401610978fe06c6d99547c88cafafe06d4da97673df1b6e8a
 DIST qjackctl-0.4.4.tar.gz 831637 SHA256 
531db2f7eca654fd8769a1281dccb54ebca57a0b2a575734d1bafc3896a46ba5 SHA512 
91005ad4dbbeaaab582de9d3ac7d125732720df9225129267a490254851217d739fa781ea5eaab8a4fa4ebb1d62eb323def88fb3f1723ca7e51e2bf4392026b6
 WHIRLPOOL 
560de5c4be04fafce2844e7ca6e9d4bd8e7f02c306f14675bb72fed49ec1b304d4035ba1c5a76ee8653fc691787bfbf62ae01e336bc238cc661b47c834beca67

diff --git a/media-sound/qjackctl/files/qjackctl-0.4.0-qobject-include.patch 
b/media-sound/qjackctl/files/qjackctl-0.4.0-qobject-include.patch
deleted file mode 100644
index 429b5b983d9..000
--- a/media-sound/qjackctl/files/qjackctl-0.4.0-qobject-include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ru qjackctl-0.4.0/src/qjackctlPatchbayRack.h 
qjackctl-0.4.0-zx2c4/src/qjackctlPatchbayRack.h
 qjackctl-0.4.0/src/qjackctlPatchbayRack.h  2015-07-15 15:30:36.801752820 
+0200
-+++ qjackctl-0.4.0-zx2c4/src/qjackctlPatchbayRack.h2015-08-28 
10:53:45.711811995 +0200
-@@ -24,6 +24,7 @@
- 
- #include "qjackctlAbout.h"
- 
-+#include 
- #include 
- 
- #include 

diff --git a/media-sound/qjackctl/qjackctl-0.4.0.ebuild 
b/media-sound/qjackctl/qjackctl-0.4.0.ebuild
deleted file mode 100644
index 72106ca3367..000
--- a/media-sound/qjackctl/qjackctl-0.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit qmake-utils
-
-DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and 
ALSA sequencer connections"
-HOMEPAGE="http://qjackctl.sourceforge.net/;
-SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="alsa dbus debug portaudio +qt5"
-
-RDEPEND="
-   >=media-sound/jack-audio-connection-kit-0.109.2
-   qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 
)
-   !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
-   alsa? ( media-libs/alsa-lib )
-   dbus? ( dev-qt/qtdbus:4 )
-

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

2017-05-09 Thread Alexis Ballier
commit: 3fa9a6eb8be6bf7350a84b4f8a254400448308b6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 07:14:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa9a6eb

media-sound/qmidiroute: Build in c++11 mode, bug #616714

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild 
b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index 7e07b91695d..17a0a497f31 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
+   append-cxxflags '-std=c++11'
export PATH="$(qt5_get_bindir):${PATH}"
econf --enable-qt5
 }



[gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop/

2017-05-09 Thread Alexis Ballier
commit: d833d5eae4824dfab6302cdafa09ae346be5a777
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:27:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d833d5ea

ros-meta/desktop: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/desktop/Manifest |  1 +
 ros-meta/desktop/desktop-1.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/ros-meta/desktop/Manifest b/ros-meta/desktop/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/desktop/Manifest
+++ b/ros-meta/desktop/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/desktop/desktop-1.3.1.ebuild 
b/ros-meta/desktop/desktop-1.3.1.ebuild
new file mode 100644
index 000..57ee10fc02b
--- /dev/null
+++ b/ros-meta/desktop/desktop-1.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage for a basic ROS desktop install"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   ros-meta/robot
+   ros-meta/viz
+   dev-ros/roslint
+   ros-meta/visualization_tutorials
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/

2017-05-09 Thread Alexis Ballier
commit: 612d8bcf219fa5ab9e6e7263278334044b09e37e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:26:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612d8bcf

ros-meta/robot: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/robot/Manifest   |  1 +
 ros-meta/robot/robot-1.3.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/robot/robot-1.3.1.ebuild 
b/ros-meta/robot/robot-1.3.1.ebuild
new file mode 100644
index 000..eb8af7a172a
--- /dev/null
+++ b/ros-meta/robot/robot-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for 
any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   ros-meta/ros_base
+   dev-ros/control_msgs
+   ros-meta/diagnostics
+   dev-ros/filters
+   ros-meta/geometry
+   ros-meta/robot_model
+   dev-ros/robot_state_publisher
+   dev-ros/xacro
+   ros-meta/executive_smach
+   dev-ros/actionlib
+   ros-meta/bond_core
+   dev-ros/class_loader
+   dev-ros/dynamic_reconfigure
+   ros-meta/common_tutorials
+   ros-meta/nodelet_core
+   dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_base/

2017-05-09 Thread Alexis Ballier
commit: b5dba2bbac544631a43cd0ccce58549916a0b9fd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:26:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dba2bb

ros-meta/ros_base: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/ros_base/Manifest  |  1 +
 ros-meta/ros_base/ros_base-1.3.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/ros-meta/ros_base/Manifest b/ros-meta/ros_base/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/ros_base/Manifest
+++ b/ros-meta/ros_base/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/ros_base/ros_base-1.3.1.ebuild 
b/ros-meta/ros_base/ros_base-1.3.1.ebuild
new file mode 100644
index 000..daf30c8a83f
--- /dev/null
+++ b/ros-meta/ros_base/ros_base-1.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_core and includes other basic 
non-robot tools"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/actionlib
+   ros-meta/bond_core
+   dev-ros/class_loader
+   dev-ros/dynamic_reconfigure
+   ros-meta/common_tutorials
+   ros-meta/nodelet_core
+   dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-containers/

2017-05-09 Thread Alexis Ballier
commit: db3f56289b27d01a9483a3cae3140e7521fa4e22
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:53:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3f5628

dev-ml/ocaml-containers: restore keywords on latest version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild 
b/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild
index 363fc9ba146..33e8871a4f7 100644
--- a/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild
+++ b/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild
@@ -14,8 +14,7 @@ 
SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="BSD-2"
 SLOT="0/${PV}"
-# Breaks onanomsg, its sole revdep
-#KEYWORDS="~amd64"
+KEYWORDS="~amd64"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-bigstring/

2017-05-09 Thread Alexis Ballier
commit: 0155647a407669f341ce4007a56e627375419bca
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:47:08 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0155647a

dev-ml/ocaml-bigstring: Initial import, ebuild by me

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ocaml-bigstring/Manifest|  1 +
 dev-ml/ocaml-bigstring/metadata.xml| 11 
 .../ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild   | 31 ++
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/ocaml-bigstring/Manifest b/dev-ml/ocaml-bigstring/Manifest
new file mode 100644
index 000..312dc11f276
--- /dev/null
+++ b/dev-ml/ocaml-bigstring/Manifest
@@ -0,0 +1 @@
+DIST ocaml-bigstring-0.1.1.tar.gz 7671 SHA256 
d09dad10711d5bf4e48601e09702186f5c1d12c7772e44e3ab9394d3839f2b27 SHA512 
96aee494b9407b556b6eb554b0da66e24622f77d88aae6d822da60a3fb21477da8e7ae120f95f4f3c742b085ca4838f10ca0c8b2bcc4d23e35fd7de6af8532b3
 WHIRLPOOL 
59d3c570b024f292122052e9bbc9a8306032250cd95ecc18f9fcf6ebdf89ebc7db0060825cae18ad2271f99d75c1713d176a8b9bd1a457193f77d976aad49333

diff --git a/dev-ml/ocaml-bigstring/metadata.xml 
b/dev-ml/ocaml-bigstring/metadata.xml
new file mode 100644
index 000..2e4acd90535
--- /dev/null
+++ b/dev-ml/ocaml-bigstring/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@gentoo.org
+   Gentoo ML Project
+   
+   
+   c-cube/ocaml-bigstring
+   
+

diff --git a/dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild 
b/dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild
new file mode 100644
index 000..84098f18ecb
--- /dev/null
+++ b/dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit findlib
+
+DESCRIPTION="Overlay over bigarrays of chars"
+HOMEPAGE="https://github.com/c-cube/ocaml-bigstring/;
+SRC_URI="https://github.com/c-cube/ocaml-bigstring/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# ocamlfind: Package `QTest2Lib' not found
+RESTRICT="test"
+
+RDEPEND="
+   dev-lang/ocaml:=
+"
+DEPEND="${RDEPEND}
+   dev-ml/ocamlbuild
+   test? ( dev-ml/iTeML )
+"
+
+src_install() {
+   findlib_src_preinst
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop_full/

2017-05-09 Thread Alexis Ballier
commit: 882df4b4757a9917c6819e59fd75501244cfeb41
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:25:08 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882df4b4

ros-meta/desktop_full: add urdf_tutorials

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/desktop_full/desktop_full-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ros-meta/desktop_full/desktop_full-.ebuild 
b/ros-meta/desktop_full/desktop_full-.ebuild
index 0958a0238dc..5d7cc244f8f 100644
--- a/ros-meta/desktop_full/desktop_full-.ebuild
+++ b/ros-meta/desktop_full/desktop_full-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,5 +18,6 @@ RDEPEND="
ros-meta/desktop
ros-meta/perception
ros-meta/simulators
+   dev-ros/urdf_tutorial
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/onanomsg/files/, dev-ml/onanomsg/

2017-05-09 Thread Alexis Ballier
commit: 92931e35533b6568378bbc0a5828068e25b72851
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:52:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92931e35

dev-ml/onanomsg: Backport upstream patch to use ocaml-bigstring, fixes build 
with latest ocaml-containers

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/onanomsg/files/bigstring.patch  | 218 +
 ...{onanomsg-1.0.ebuild => onanomsg-1.0-r1.ebuild} |  10 +-
 2 files changed, 226 insertions(+), 2 deletions(-)

diff --git a/dev-ml/onanomsg/files/bigstring.patch 
b/dev-ml/onanomsg/files/bigstring.patch
new file mode 100644
index 000..311fa2ee749
--- /dev/null
+++ b/dev-ml/onanomsg/files/bigstring.patch
@@ -0,0 +1,218 @@
+Index: onanomsg-1.0/lib/nanomsg.ml
+===
+--- onanomsg-1.0.orig/lib/nanomsg.ml
 onanomsg-1.0/lib/nanomsg.ml
+@@ -209,7 +209,7 @@ let recv_fd sock =
+   (Obj.magic fd : Unix.file_descr)
+ 
+ let send_bigstring_buf ?(block=true) sock buf pos len =
+-  if pos < 0 || len < 0 || pos + len > CCBigstring.size buf
++  if pos < 0 || len < 0 || pos + len > Bigstring.size buf
+   then invalid_arg "bounds";
+   let nn_buf = nn_allocmsg (size_of_int len) 0 in
+   match nn_buf with
+@@ -218,12 +218,12 @@ let send_bigstring_buf ?(block=true) soc
+ let nn_buf_p = Ctypes.(allocate (ptr void) nn_buf) in
+ let ba = Ctypes.(bigarray_of_ptr array1 len
+Bigarray.char @@ from_voidp char nn_buf) in
+-CCBigstring.blit buf pos ba 0 len;
++Bigstring.blit buf pos ba 0 len;
+ ignore @@ raise_notequal len
+   (fun () -> nn_send sock nn_buf_p nn_msg (int_of_bool block))
+ 
+ let send_bigstring ?(block=true) sock buf =
+-  send_bigstring_buf ~block sock buf 0 @@ CCBigstring.size buf
++  send_bigstring_buf ~block sock buf 0 @@ Bigstring.size buf
+ 
+ let send_bytes_buf ?(block=true) sock buf pos len =
+   if pos < 0 || len < 0 || pos + len > Bytes.length buf
+@@ -235,7 +235,7 @@ let send_bytes_buf ?(block=true) sock bu
+ let nn_buf_p = Ctypes.(allocate (ptr void) nn_buf) in
+ let ba = Ctypes.(bigarray_of_ptr array1 len
+Bigarray.char @@ from_voidp char nn_buf) in
+-CCBigstring.blit_of_bytes buf pos ba 0 len;
++Bigstring.blit_of_bytes buf pos ba 0 len;
+ ignore @@ raise_notequal len
+   (fun () -> nn_send sock nn_buf_p nn_msg (int_of_bool block))
+ 
+@@ -266,16 +266,16 @@ let recv ?(block=true) sock f =
+ let recv_bytes_buf ?(block=true) sock buf pos =
+   recv ~block sock
+ (fun ba ->
+-   let len = CCBigstring.size ba in
+-   CCBigstring.(blit_to_bytes ba 0 buf pos len);
++   let len = Bigstring.size ba in
++   Bigstring.(blit_to_bytes ba 0 buf pos len);
+len
+ )
+ 
+ let recv_bytes ?(block=true) sock =
+   recv ~block sock (fun ba ->
+-  let len = CCBigstring.size ba in
++  let len = Bigstring.size ba in
+   let buf = Bytes.create len in
+-  CCBigstring.blit_to_bytes ba 0 buf 0 len;
++  Bigstring.blit_to_bytes ba 0 buf 0 len;
+   buf)
+ 
+ let recv_string ?(block=true) sock =
+Index: onanomsg-1.0/lib/nanomsg.mli
+===
+--- onanomsg-1.0.orig/lib/nanomsg.mli
 onanomsg-1.0/lib/nanomsg.mli
+@@ -45,8 +45,8 @@ val close : socket -> unit
+ 
+ (** {2 Zero-copy I/O} *)
+ 
+-val send_bigstring : ?block:bool -> socket -> CCBigstring.t -> unit
+-val send_bigstring_buf : ?block:bool -> socket -> CCBigstring.t -> int -> int 
-> unit
++val send_bigstring : ?block:bool -> socket -> Bigstring.t -> unit
++val send_bigstring_buf : ?block:bool -> socket -> Bigstring.t -> int -> int 
-> unit
+ 
+ val send_string : ?block:bool -> socket -> string -> unit
+ val send_string_buf : ?block:bool -> socket -> string -> int -> int -> unit
+@@ -54,7 +54,7 @@ val send_string_buf : ?block:bool -> soc
+ val send_bytes : ?block:bool -> socket -> Bytes.t -> unit
+ val send_bytes_buf : ?block:bool -> socket -> Bytes.t -> int -> int -> unit
+ 
+-val recv : ?block:bool -> socket -> (CCBigstring.t -> 'a) -> 'a
++val recv : ?block:bool -> socket -> (Bigstring.t -> 'a) -> 'a
+ (** [recv ?block sock f] applies [f] to the received message. The
+ argument of [f] gets unallocated after [f] returns, so make sure
+ [f] {b never} let a reference to its argument escape. *)
+Index: onanomsg-1.0/lib/nanomsg_lwt.ml
+===
+--- onanomsg-1.0.orig/lib/nanomsg_lwt.ml
 onanomsg-1.0/lib/nanomsg_lwt.ml
+@@ -25,7 +25,7 @@ let raise_negative sock io_event f = rai
+ let raise_notequal sock io_event v f = raise_if sock io_event (fun x -> x <> 
v) f
+ 
+ let send_bigstring_buf sock buf pos len =
+-  if pos < 0 || len < 0 || pos + len > CCBigstring.size buf
++  if pos < 0 || len < 0 || pos + len > 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-containers/

2017-05-09 Thread Alexis Ballier
commit: 06ef239fb9fc9da46b4f5230d0026a97b71e7002
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:32:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ef239f

dev-ml/ocaml-containers: Bump to 1.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ocaml-containers/Manifest   |  1 +
 .../ocaml-containers/ocaml-containers-1.2.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest
index cb342539a99..9dff3350678 100644
--- a/dev-ml/ocaml-containers/Manifest
+++ b/dev-ml/ocaml-containers/Manifest
@@ -1,3 +1,4 @@
 DIST ocaml-containers-0.22.1.tar.gz 429672 SHA256 
2ef64e8ed93211dfd4f8cd594943db3cde81ee0400b17703d8a7993128634622 SHA512 
9294d43485cd17998f9d0c758ee0ffdc187ea78f1f456c0b06a57a9401c6de529e9e68bad12908b2b0da5f22fca64835acb90f3dfd6ee3403bb7c3c301cd6821
 WHIRLPOOL 
67844578447b321439223b5f560258cb5d5417135dfdbfdaf2fa10e104beb764e9ca6ae0ab774864c974d928e75aa5aedc7e90ea5659d910f33349a7ec4b568b
 DIST ocaml-containers-1.0.tar.gz 378474 SHA256 
d31239782eda4ffddc6358add3089e3a389aab7682b8202fd7db90075a703e75 SHA512 
a22bd66c522f734c6081d1675af3d110cf1e9b4d3bd066aa9366c25fc840890a4ef779fa68ded84ef1b09df37fa7c217dfed1c15b1243f511ebfd24d7f0d2590
 WHIRLPOOL 
a883d3052b400f66905441720164ee68e51353a4940ddcec0d05bef08533549dad7d428fce05d49a235a5a6586b3aca23ec757cf5abff6f4d84d5b75b8751569
 DIST ocaml-containers-1.1.tar.gz 284852 SHA256 
b8255217d5e797fe40d997b59558f1152a55f59a621c963ba7da5a00242e2f3d SHA512 
8a01ae019fcebf540972e64fed70abec7a0af8a7686bbc230734e5717cb2c4dfdb239ac145126e8243da9770475e34147fd631f6344947145b3c2a41d10e6152
 WHIRLPOOL 
479385c85b34805087b56d158be10849251fec0c00e00f73ba7886a76a2e09080995aa62e49795abe34a01c52d7a6789d5041c5cb497f65e323cac2fb4ef6cf3
+DIST ocaml-containers-1.2.tar.gz 293774 SHA256 
1c7825fbefaf90c3f9f9367ce0abda95f1dda242b1db560ed51c75ef0c6b5b15 SHA512 
c5d94760a51a94aca1482ce3720450bce4448090609737a5be50f99c8884441df4676da953b31bdb8f10dd2fca3235b6e9e8d1580bd3fa917b03408a9a14b28d
 WHIRLPOOL 
a365c6992d926d2c4045da0a39052c7eba71eb3c937eca126a186e393fefdf199fe1e40f5cde21539df914e235ce8e3dcd7712da86160a2ef1631cf223c3be65

diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild 
b/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild
new file mode 100644
index 000..363fc9ba146
--- /dev/null
+++ b/dev-ml/ocaml-containers/ocaml-containers-1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+DESCRIPTION="A modular standard library focused on data structures"
+HOMEPAGE="https://github.com/c-cube/ocaml-containers;
+SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+# Breaks onanomsg, its sole revdep
+#KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   dev-ml/result:=
+   >=dev-ml/sequence-0.9:=
+"
+DEPEND="${RDEPEND} dev-ml/cppo
+   test? ( dev-ml/iTeML dev-ml/ounit dev-ml/gen )"
+
+src_configure() {
+   oasis_configure_opts="
+   --enable-unix
+   --disable-bench
+   " oasis_src_configure
+}



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

2017-05-09 Thread Alexis Ballier
commit: 02c9b04b18ec69dc28721e62b37600f202681b84
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 07:11:40 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c9b04b

media-sound/qsampler: Bump to 0.4.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qsampler/Manifest  |  1 +
 media-sound/qsampler/qsampler-0.4.3.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest
index b669c5c61f5..fae669b937c 100644
--- a/media-sound/qsampler/Manifest
+++ b/media-sound/qsampler/Manifest
@@ -1,3 +1,4 @@
 DIST qsampler-0.4.0.tar.gz 243065 SHA256 
4f45e80dca00593ad7d9703125e300f98a6f4dce5216985b07f26f3f76ba80e4 SHA512 
42c235396cf68bd811fa251fd6f112a835ce1769130823163fa1a0e517431922b941aa56bc88f22890e6d6326b38765a2f3ced8e67a78d3420600f85e827d467
 WHIRLPOOL 
330769bd6615ec9a909914e1f3559f5999bbfa9e3d9de85432c12656459e5956a2ea547737b7ef72d8545d2b91da710289ce83e2cff6a9fdd5aee28a5e208818
 DIST qsampler-0.4.1.tar.gz 243377 SHA256 
2e2315b8b4c1c33512618a2a3c0d6dfdb5ee10914cc9eac5deb2f5c0d9bcb08d SHA512 
ffa6e2feb11f9a96580fb1803b6ddb5c56ae475c1f04b5bfa94b1403c29ed0e14f8f60e9166ca166d5b478184c37337b0de0e098a54f74a90f951260d070ce14
 WHIRLPOOL 
b4cfed615681d621b100b0f22525fbdedda8b5907888b16660959e324cbb7c91941c123bf7dc04625f7fdf50ca064a88513bc47dad1052a7b9778c2464e631ba
 DIST qsampler-0.4.2.tar.gz 244794 SHA256 
b5b4193dc2ef3b4947fb43aa82b28aca056f0babfe0d0b1a94f65d63d11dd5c9 SHA512 
edebbc801e177cce44aa4e8cdc9db9e9e5c6cb35b75f33c4c15cae5920fa869053748075179c3b4d68956e30b05e5c94513419af567e60f27ca222f77fa41f30
 WHIRLPOOL 
945bee93f9a3dd5f5953dd28a3356bb9bacf6479a4afb8a1a8c7e66f5b7ce18e673cb6a58cf21dc64eae88a69c9b8b8948fa76c3fb026407d6903bd8333b38b2
+DIST qsampler-0.4.3.tar.gz 246314 SHA256 
d1857eed701f6a58be2c5d2cce318b58fcf467daca5d9b6646fefb270448e1f1 SHA512 
015b747bd7c796341c6516fec68dd3b12725f461f7e5e3898b24862af556d69d67d73354f0aaf3bfbca069ebe67de34121350dcd3ee8161ec12e6bae80227fb9
 WHIRLPOOL 
81d66f658a45fbf7c44bc3024bae6c744008426b39a3c6f9c247cebaf35098418921e32343f6c757e51a65bea0fe49427ab92882604d3a09c5992ccf6266b9f8

diff --git a/media-sound/qsampler/qsampler-0.4.3.ebuild 
b/media-sound/qsampler/qsampler-0.4.3.ebuild
new file mode 100644
index 000..6eebb29abc5
--- /dev/null
+++ b/media-sound/qsampler/qsampler-0.4.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils qmake-utils
+
+DESCRIPTION="A graphical frontend to the LinuxSampler engine"
+HOMEPAGE="http://qsampler.sourceforge.net http://www.linuxsampler.org/;
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +libgig"
+
+DEPEND="media-libs/alsa-lib
+   >=media-libs/liblscp-0.5.6:=
+   x11-libs/libX11
+   libgig? ( >=media-libs/libgig-3.3.0:= )
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}
+   >=media-sound/linuxsampler-0.5"
+DEPEND="${DEPEND}
+   dev-qt/linguist-tools:5"
+
+src_configure() {
+   ac_qmake="$(qt5_get_bindir)/qmake" \
+   econf $(use_enable debug) \
+   $(use_enable libgig) \
+   --disable-qt4
+   cd "${S}/src"
+   eqmake5 src.pro -o Makefile
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog README TODO TRANSLATORS
+   doman ${PN}.1
+}



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

2017-05-09 Thread Alexis Ballier
commit: dd3405e1bb19774e26bd147c5d75d1e570d3599b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 07:06:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3405e1

media-sound/qsynth: Bump to 0.4.4

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qsynth/Manifest|  1 +
 media-sound/qsynth/qsynth-0.4.4.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest
index 5d86c4d910d..94be024b89f 100644
--- a/media-sound/qsynth/Manifest
+++ b/media-sound/qsynth/Manifest
@@ -1,3 +1,4 @@
 DIST qsynth-0.3.9.tar.gz 255130 SHA256 
eb2050d0f7a8011b9ac20f82fec88faf2237a2475dfefc424cb4944399b17e22 SHA512 
7702dc9eb3d38d338dcab5587e02e9fcdaffbe6188437e3b0f54b07499553f7a7d083f233cd21963a908578108f82c0d904b68da2f156ca0ab489e989b5787a8
 WHIRLPOOL 
621b53fbf251e4b35dcdefb6b63e6ed124fc12dccad6148f077914bd25931cc8ea10a8dfb959b5ad4ae8a451686c63dedeb060b8a68d7a3d6e72e2d5c437104a
 DIST qsynth-0.4.2.tar.gz 252394 SHA256 
25a59769e20a5af971f197f4be7233cedbbfa7c7a7ee54c9f49b6b4a8e4ef8f2 SHA512 
d951969b6a4ea185b9c732867559000e91e73b69fcd19974d406516ce79c0040b598ee578cc10aa2ed199f652535e061fe8178c8b37651438e605a0bc3ee674e
 WHIRLPOOL 
a95a7ec9ecac41962e9b81dfa10f18df962ad3a6046fccf5b7073a17f05802568bacc37252b4fbb05c41a038fcf3047d57eb178a8a524f5e5a3019ec47f3deb7
 DIST qsynth-0.4.3.tar.gz 258870 SHA256 
de27097a6e5e68799e0ab72641682b3c8f3d7bc404d2ba38e2ca66e952aab0c8 SHA512 
940a664e279890a0a5eaa557376fc10b60c13527ac813be8c3c6b29d04adf8b4c447846a7032c1f37ce6b8213093a7c1891fa7649371edb3cabc7142784b6782
 WHIRLPOOL 
ddc3eb52421d1785551ffe80bea05cef86880192a20e9de20e61719e31ca2eb79503753551bfcf0ee53fd527fca5750e3f0872bf50439ea7bc70d8602150f910
+DIST qsynth-0.4.4.tar.gz 260482 SHA256 
0ef914447b1f3a3ecd9c38101f06fc9c67e1d8367202a3f7a494f5d167b40e62 SHA512 
8995881ab992b8d02f83797093d406391327a362d0c331d0c8e023e1695baff5acb589be08427a25563f159067a8965c89be114ce74583db98e5a816f73aa9f0
 WHIRLPOOL 
aea2556c5b142923d047d8a09c8534d534aa10bae9ef5c04778976e0adc1a7207c66b87d6711ec30616c7b33c5d1a9b844afee1fa59973e0fde45ae239a4a65d

diff --git a/media-sound/qsynth/qsynth-0.4.4.ebuild 
b/media-sound/qsynth/qsynth-0.4.4.ebuild
new file mode 100644
index 000..bafc0a80dd0
--- /dev/null
+++ b/media-sound/qsynth/qsynth-0.4.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic qmake-utils
+
+DESCRIPTION="A Qt application to control FluidSynth"
+HOMEPAGE="http://qsynth.sourceforge.net/;
+SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug jack alsa pulseaudio"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-sound/fluidsynth[jack?,alsa?,pulseaudio?]
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
+PATCHES=( "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" )
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf \
+   $(use_enable debug) \
+   --with-qt5=$(qt5_get_bindir)/..
+
+   eqmake5 ${PN}.pro -o ${PN}.mak
+}
+
+src_install () {
+   emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
+   einstalldocs
+
+   # The desktop file is invalid, and we also change the command
+   # depending on useflags
+   rm "${ED}usr/share/applications/qsynth.desktop" || die
+
+   local cmd
+   if use jack; then
+   cmd="qsynth"
+   elif use pulseaudio; then
+   cmd="qsynth -a pulseaudio"
+   elif use alsa; then
+   cmd="qsynth -a alsa"
+   else
+   cmd="qsynth -a oss"
+   fi
+
+   make_desktop_entry "${cmd}" Qsynth qsynth
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop/

2017-05-09 Thread Alexis Ballier
commit: 91d8ee74bf94fef18ae638ad4cad4fbf132136e0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:24:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d8ee74

ros-meta/desktop: remove urdf tutorial, moved to desktop_full

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/desktop/desktop-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ros-meta/desktop/desktop-.ebuild 
b/ros-meta/desktop/desktop-.ebuild
index 6ca330e23b9..57ee10fc02b 100644
--- a/ros-meta/desktop/desktop-.ebuild
+++ b/ros-meta/desktop/desktop-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,6 @@ RDEPEND="
ros-meta/robot
ros-meta/viz
dev-ros/roslint
-   dev-ros/urdf_tutorial
ros-meta/visualization_tutorials
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/perception/

2017-05-09 Thread Alexis Ballier
commit: 0d3594c939263f324b7ac3c149964341e3783062
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:28:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3594c9

ros-meta/perception: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/perception/Manifest|  1 +
 ros-meta/perception/perception-1.3.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/ros-meta/perception/Manifest b/ros-meta/perception/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/perception/Manifest
+++ b/ros-meta/perception/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 
02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 
a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
 WHIRLPOOL 
1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 
7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 
290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 WHIRLPOOL 
6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 
dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 
4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 WHIRLPOOL 
e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/perception/perception-1.3.1.ebuild 
b/ros-meta/perception/perception-1.3.1.ebuild
new file mode 100644
index 000..79538b393c6
--- /dev/null
+++ b/ros-meta/perception/perception-1.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/metapackages;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage for ROS perception stack"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   ros-meta/ros_base
+   ros-meta/image_common
+   ros-meta/image_pipeline
+   ros-meta/image_transport_plugins
+   ros-meta/laser_pipeline
+   ros-meta/perception_pcl
+   ros-meta/vision_opencv
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-containers/

2017-05-09 Thread Alexis Ballier
commit: bd7e3ff87dd88e80fd94844b4cc1f7cc4db413b9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May  9 06:54:05 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue May  9 07:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e3ff8

dev-ml/ocaml-containers: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ocaml-containers/Manifest   |  3 --
 .../ocaml-containers-0.22.1.ebuild | 32 -
 .../ocaml-containers/ocaml-containers-1.0.ebuild   | 33 --
 .../ocaml-containers/ocaml-containers-1.1.ebuild   | 33 --
 4 files changed, 101 deletions(-)

diff --git a/dev-ml/ocaml-containers/Manifest b/dev-ml/ocaml-containers/Manifest
index 9dff3350678..b407c11aa26 100644
--- a/dev-ml/ocaml-containers/Manifest
+++ b/dev-ml/ocaml-containers/Manifest
@@ -1,4 +1 @@
-DIST ocaml-containers-0.22.1.tar.gz 429672 SHA256 
2ef64e8ed93211dfd4f8cd594943db3cde81ee0400b17703d8a7993128634622 SHA512 
9294d43485cd17998f9d0c758ee0ffdc187ea78f1f456c0b06a57a9401c6de529e9e68bad12908b2b0da5f22fca64835acb90f3dfd6ee3403bb7c3c301cd6821
 WHIRLPOOL 
67844578447b321439223b5f560258cb5d5417135dfdbfdaf2fa10e104beb764e9ca6ae0ab774864c974d928e75aa5aedc7e90ea5659d910f33349a7ec4b568b
-DIST ocaml-containers-1.0.tar.gz 378474 SHA256 
d31239782eda4ffddc6358add3089e3a389aab7682b8202fd7db90075a703e75 SHA512 
a22bd66c522f734c6081d1675af3d110cf1e9b4d3bd066aa9366c25fc840890a4ef779fa68ded84ef1b09df37fa7c217dfed1c15b1243f511ebfd24d7f0d2590
 WHIRLPOOL 
a883d3052b400f66905441720164ee68e51353a4940ddcec0d05bef08533549dad7d428fce05d49a235a5a6586b3aca23ec757cf5abff6f4d84d5b75b8751569
-DIST ocaml-containers-1.1.tar.gz 284852 SHA256 
b8255217d5e797fe40d997b59558f1152a55f59a621c963ba7da5a00242e2f3d SHA512 
8a01ae019fcebf540972e64fed70abec7a0af8a7686bbc230734e5717cb2c4dfdb239ac145126e8243da9770475e34147fd631f6344947145b3c2a41d10e6152
 WHIRLPOOL 
479385c85b34805087b56d158be10849251fec0c00e00f73ba7886a76a2e09080995aa62e49795abe34a01c52d7a6789d5041c5cb497f65e323cac2fb4ef6cf3
 DIST ocaml-containers-1.2.tar.gz 293774 SHA256 
1c7825fbefaf90c3f9f9367ce0abda95f1dda242b1db560ed51c75ef0c6b5b15 SHA512 
c5d94760a51a94aca1482ce3720450bce4448090609737a5be50f99c8884441df4676da953b31bdb8f10dd2fca3235b6e9e8d1580bd3fa917b03408a9a14b28d
 WHIRLPOOL 
a365c6992d926d2c4045da0a39052c7eba71eb3c937eca126a186e393fefdf199fe1e40f5cde21539df914e235ce8e3dcd7712da86160a2ef1631cf223c3be65

diff --git a/dev-ml/ocaml-containers/ocaml-containers-0.22.1.ebuild 
b/dev-ml/ocaml-containers/ocaml-containers-0.22.1.ebuild
deleted file mode 100644
index 068999363bf..000
--- a/dev-ml/ocaml-containers/ocaml-containers-0.22.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="A modular standard library focused on data structures"
-HOMEPAGE="https://github.com/c-cube/ocaml-containers;
-SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-   dev-ml/result:=
-   >=dev-ml/sequence-0.9:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo
-   test? ( dev-ml/iTeML )"
-
-src_configure() {
-   oasis_configure_opts="
-   --enable-unix
-   --disable-bench
-   " oasis_src_configure
-}

diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.0.ebuild 
b/dev-ml/ocaml-containers/ocaml-containers-1.0.ebuild
deleted file mode 100644
index 1952f9059c1..000
--- a/dev-ml/ocaml-containers/ocaml-containers-1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="A modular standard library focused on data structures"
-HOMEPAGE="https://github.com/c-cube/ocaml-containers;
-SRC_URI="https://github.com/c-cube/ocaml-containers/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0/${PV}"
-# Breaks onanomsg, its sole revdep
-#KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-   dev-ml/result:=
-   >=dev-ml/sequence-0.9:=
-"
-DEPEND="${RDEPEND} dev-ml/cppo
-   test? ( dev-ml/iTeML )"
-
-src_configure() {
-   oasis_configure_opts="
-   --enable-unix
-   --disable-bench
-   " oasis_src_configure
-}

diff --git a/dev-ml/ocaml-containers/ocaml-containers-1.1.ebuild 
b/dev-ml/ocaml-containers/ocaml-containers-1.1.ebuild
deleted file mode 100644
index 363fc9ba146..000
--- a/dev-ml/ocaml-containers/ocaml-containers-1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-

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

2017-05-09 Thread Agostino Sarubbo
commit: d5a78debe25d9c81dbb03ec109fef44acbf980ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May  9 06:54:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May  9 06:54:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a78deb

sys-kernel/vanilla-sources: Automated version bump to {4.4.67,4.9.27,4.10.15} - 
remove old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...anilla-sources-4.10.14.ebuild => vanilla-sources-4.10.15.ebuild} | 0
 ...{vanilla-sources-4.4.66.ebuild => vanilla-sources-4.4.67.ebuild} | 0
 ...{vanilla-sources-4.9.26.ebuild => vanilla-sources-4.9.27.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 9db7979d3bc..0a3a5fd08fb 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -14,6 +14,6 @@ DIST patch-3.16.43.xz 1521552 SHA256 
613fc4663e1d7979c1530291e39a3118a4fff59c7de
 DIST patch-3.2.88.xz 1704968 SHA256 
1414b22403824525a6c82a6ac4bbe2e35a2537a81ed012424e0c30b86dcbe245 SHA512 
4df324dc009ce086bd20ae9c435f5e3aa990103d514c7057d79ddd451e889a5ded0781287269dad374e472dd3de05b9f2097fe602e1fc857cfa2e2bf304046fd
 WHIRLPOOL 
03c99b887c11eb0832cd42d8bc1e505fa25591f2a5a9b6f2c4c18aa1d85d45b5614d0a0969f0174c089e83d87f4241d64c4111b73b2eb4d40a6eeda19fc95d2a
 DIST patch-3.4.113.xz 1362096 SHA256 
d5492eeaadcf12aaad471011066e447907999035c26368da8e4f82b1871ef03a SHA512 
cd212cb2c2d6fb911571472466027c7e502277f7af2426050a5afcd4c7799920e48414190b8a8a039f88d85bbf0d9e164c7d8c45982bf51f7567da9304137688
 WHIRLPOOL 
bc88441d583b9ed2f315b6ed809c168cb00af5a3c1f91fd1e4bd651a5f21cc69fd9343460976b5707916ec992b3e7a2f519953ce1bbc55fbb3290237ec4b44a3
 DIST patch-4.1.39.xz 970604 SHA256 
398c201891d4f7942458caab8c8af5d058c62e6a8f6058b06363fad462e83154 SHA512 
a5ed73e8a473f8b374d9762947e79efb83a9713af08d10869997a16ab51c357cac7c96f99f942496fad1ed0589051f2a5d97c8e72f4ab15648c12c1a5d6ff1f2
 WHIRLPOOL 
2165a115f90a6d331c8cbe309baad3fca08f908d2dc7f0003ed9846af4954edec0a1b08c24e3b90cdb0accb52bb3b69e52c6a6c5bf8ba3c42d8220933123
-DIST patch-4.10.14.xz 286712 SHA256 
23943754227405d3e2beacbd20e9a73c27fc2b22eb7345e9c185f0dfc0c1fc1a SHA512 
0979d6a503ac1f094914f56c0aed9cbcd949f68b3cc649fe6664460b9da68cb80d024c40859864d17c97de25b77c02bf08f9ab04d00d636dd6e336f32f74cdd9
 WHIRLPOOL 
4c7c40e11ee9399e4f02f484cc934791df1f5e42ef6d98e646c1be21b7e533f52d0e721f3fe4fda66d1e18e6cbcfea70ba363241afc217fecf7bec5fe1c5500a
-DIST patch-4.4.66.xz 1095840 SHA256 
ecb99a1731914a93cde9d49d4bad35f32f7fa6d57de110c2e12ee9ad9e44f5fb SHA512 
0f92bed000871d09e35c9e1400f6568ecca8817acc08c6c40f280079dd0c2aceac231f358e81bbf12b567304520e138538b48579ca58755cb6238aede6b8dac5
 WHIRLPOOL 
8c8716bc9c7c9a1514aecfefde9b3a8ec0e2d763c924c00ad03dff6d5c0d81ab1e21e02ace56da99c16d94dbbd876bdb66dedd9065e735fa12d819ba6c0530bc
-DIST patch-4.9.26.xz 551336 SHA256 
f0e2654ffb568cadfa7792f5825830b357acc8c7877bd5a58ef676b191d08c33 SHA512 
f58ba4480a80b5c3d379067fdbaeb67cec838d8d268ea41b4e726a70aea7673a12ba14ecf7cae62e01ad908b7e2d0f59085cfa027f9cb472717911b26e1dfbbd
 WHIRLPOOL 
74cf01ab70594aa69f4f86c6ef3a7284041a36f1d1b9ae1ed3fd212443dc119a067f89fbf561c008b3d10b5d9d22d844d145152d087dbddb3af227fdfd7e65da
+DIST patch-4.10.15.xz 290280 SHA256 
a15ed4c0b74e72f8b09cb4a57899707c68b7834136404d96f4e05add84a05e46 SHA512 
4e9a399bdeeacb36429465b98accd06723d79c99400f57449e1711e089260af4925156fc3bbb3787d21c98afde41dfa03b903a976a0e5d3dcbc1a78578b14a7e
 WHIRLPOOL 
6a2e69e1ce8917c50a99a18ab484c592c344e92acbbc272038d8d381e5e9b878488901dd671a97278b72211244b349361cde0f2386db50c3aa4e73b5e83765a7
+DIST patch-4.4.67.xz 1101640 SHA256 
144dc49cc81552dc42a3f5052e23feffdd635bb909801352caa7a09f44d368c8 SHA512 
053f8abeff8637e425529e9d289cc5c365a9b4f21d7a8d21b0c57d39e670ac08c07bb7e1855f9b331cec881c3fcc0c4dcb789b9a1ac6de4198afdfdda88b25d4
 WHIRLPOOL 
502dc8a2f644357a417ae82ced6742f6b4f4d2b83298cc8f0fb5e6ac2936a62c63ea042c84e73212e8ce0330646341f48aa239f63c3708134b27136426cbfae5
+DIST patch-4.9.27.xz 557100 SHA256 
098948ea0680836413c604c20f2cd83220ef6aba0280c50ac43821f6536bf8c4 SHA512 
e7a9302d284e77c4a961f6cbfe5c702bbb2db5046a35e4c850d0549808ac8278d550239d7af72f2dd7d1b7940416dfacb6cc83be9b948ffe012428bd8d0fe367
 WHIRLPOOL 
357608b0e25b104f76bd19628447f344add04e89fd506252ac1beed0c21596b5b4eb1bdca07a96ff8c4dc5fbe21463770839cd72cd1ac41a743f8333cac8eca6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.10.14.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.10.15.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.10.14.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.10.15.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.66.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.4.67.ebuild

[gentoo-commits] repo/gentoo:master commit in: media-fonts/source-han-sans/

2017-05-09 Thread Michał Górny
commit: e0f828fda782e9f313a2e0bbaa6cca9616a6988a
Author: Aric Belsito  gmail  com>
AuthorDate: Fri Mar  3 21:20:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 06:43:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f828fd

media-fonts/source-han-sans: version bump to 1.004

Add myself as proxy-maintainer

Bug: https://bugs.gentoo.org/587074
Closes: https://github.com/gentoo/gentoo/pull/4110

 media-fonts/source-han-sans/Manifest   |  4 +++
 media-fonts/source-han-sans/metadata.xml   |  8 +
 .../source-han-sans/source-han-sans-1.004.ebuild   | 34 ++
 3 files changed, 46 insertions(+)

diff --git a/media-fonts/source-han-sans/Manifest 
b/media-fonts/source-han-sans/Manifest
index 8d30cb088ab..4da7740ee1c 100644
--- a/media-fonts/source-han-sans/Manifest
+++ b/media-fonts/source-han-sans/Manifest
@@ -1,4 +1,8 @@
 DIST source-han-sans-ja-1.001.tar.xz 22688484 SHA256 
ddfec875a41ec6f82f98356aa750e7a4f87b3a99a6bc8d824c635a9cf4159ddc SHA512 
fe9b36b1f7f5cbf546e63a8e5bd410cf95c2194a19f037b856f1888bd08dcf42e54dac1160b2654ed73ea54a41d9bced2c186b5153e77b0be8fc93163ab9784c
 WHIRLPOOL 
75aa04663d85bd3dac87855cee8aaa811bcb31361d80997d6bbc908528016ba428337a9d61223d9b95ce04c0b8d92db2ad056dffccba6a0e73ff8649faa95824
+DIST source-han-sans-ja-1.004.zip 26865889 SHA256 
dc6dbae3fba35f220bac88ba7130b826c7efe1282f472788fae3628b79be3f54 SHA512 
ae310b2e8eb46935b26f53f8177188e26e4a55909a4ad96ff54682d250e661ca5042f76814b97c800f23bd2e55127f8957ccd42c8c55f2bb1333be7903a9d11a
 WHIRLPOOL 
a02caf1cc56d6e078226dfcf822b463a0c9c09d89ee56e75e492322a45fac0af801bc376e1ef24e4fece69b8ae6620308b59c56b3fe950dbb0ef2a0691978f79
 DIST source-han-sans-ko-1.001.tar.xz 20867288 SHA256 
2e08d7c608797d621e7ffea2decf98cef7a39c781c98e4d2bc0fb47d5884d1c8 SHA512 
3a2e305051190babf00271572e7fec23451f19836144a356d76ce9a97f010807b5a5fb0ae7ecf8d2a8de2e1c0f38fc3fc55be8dca9dfc859c23cbf577b6314f9
 WHIRLPOOL 
7737b415894346c6be13dfd17a121856ee608dc4f7f436e697a140b584b5b040f371aa68adb5dc2a26e1c37cc6613309f82cba48f7fea89f14088c08ab38979b
+DIST source-han-sans-ko-1.004.zip 25290327 SHA256 
38fd15c80f9980492faaa1af39ff873d8a38e45027023fb17d5b10d4b4b0e6af SHA512 
c2a3cfe06254ea05e15c4858d7e6d5759088b41d5ba0f801769681d05eb57c2c981b2a4525a124d4a6c4945360d9bb0e687515d8b8d4c5831565972642298aa1
 WHIRLPOOL 
a8dac9028df33eb3de4f85c8898fd99ae2d02251996cb72b147c4d875482b2396572121d93851c7b6fd2faaa310f1a1be7c81e7d7bcd769f4b532bb52f8f2d65
 DIST source-han-sans-zh_CN-1.001.tar.xz 41018072 SHA256 
e1d37ddfac3a9a5c7a9b1125a274c3a0b90fb0f47d3a107e395a46ca31049183 SHA512 
bd7b16b0b83adfeb6dcf9040792b3ec835e18e63328c3e30b501f2771a0d3232fc4f0c10899107c40f990d3153951e6103979fa222fc68a93a608fcac3a9
 WHIRLPOOL 
d6f2cf7547a15ad618abf33cecd41268ae02fe63606c76d8e4203091c68a097b1e21564a737dfda5adc5a5c65b7a3d2cdcfa139eded3d00c4cc34db54a07c3b8
+DIST source-han-sans-zh_CN-1.004.zip 50414779 SHA256 
0a0e1d8e52833bc352d454d8242da03b82c0efc41323fb66f7435e5b39734a4f SHA512 
9a38ea7907fdc118e4fa420c976e255120a2f9176c33ea8ce06dbc09f46f95224675178e45c854b674f4a46642123e41a3f3f8f6e9f043e8dcc0322e05a70282
 WHIRLPOOL 
24fc687378839457e71655917b915f60153fdfd90e1023db8551e8219ca2847dbc04aece4e3cf555f0c9af0a0cc639001e4cd47df443a2c2e07858fae8b80351
 DIST source-han-sans-zh_TW-1.001.tar.xz 28238164 SHA256 
2c3f7bd504853b33a8abe25811cee6982ad7fbbfb976b492a48079ea37d4c0ea SHA512 
909b9a8ce3f28a878b806bf89b7016f31842c333b388db618cbe4acc005e2e0f53af6cfad4fe6957575b8743363ded4568a49b62a65f044d409b0464fe096e39
 WHIRLPOOL 
5d1b61ea6833ccd82df4dc25fa1f0cfba0fd913e42e5c222f6278fd90a747358c8df80e4ab4cfdd161a044bf400fd48d79deff60fdd5ca7ecfd3151e4324b918
+DIST source-han-sans-zh_TW-1.004.zip 34014710 SHA256 
92ba161921c5cdec5a8f8d5711676f0865b50cee071c25eb4bd4125b5af59fd0 SHA512 
8e1a7ec36a368499cf132ef63dc531c61a19374eedcbc99c6937ef5d2c1e557662e79b796fa8df5e211ffce6fdf290186a235a357b0a2af75a103f3223b5f914
 WHIRLPOOL 
33cc9cb7fd84d18dcc8b1ab758e69b2687d76cb88c10aec8ea26776ab3fce94d5862f1aa2566178e50115972ca4b6fa8d725e08ae5820ba7d918ff1aaafdeb1d

diff --git a/media-fonts/source-han-sans/metadata.xml 
b/media-fonts/source-han-sans/metadata.xml
index a2973be3b85..68210392443 100644
--- a/media-fonts/source-han-sans/metadata.xml
+++ b/media-fonts/source-han-sans/metadata.xml
@@ -1,6 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+llui...@gmail.com
+Aric Belsito
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 fo...@gentoo.org
 Fonts

diff --git a/media-fonts/source-han-sans/source-han-sans-1.004.ebuild 
b/media-fonts/source-han-sans/source-han-sans-1.004.ebuild
new file mode 100644
index 000..a801140e2f2
--- /dev/null
+++ b/media-fonts/source-han-sans/source-han-sans-1.004.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font
+
+# Note to maintainers:
+# The 

<    1   2