[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2015-08-21 Thread Davide Pesavento
commit: 8600971440ca101445b80a7fb012a87de53d41f0
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Sat Aug 22 03:10:26 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Sat Aug 22 03:10:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86009714

dev-qt/qtscript: reintroduce USE=jit for Qt5.

Gentoo-Bug: 556032

Package-Manager: portage-2.2.20.1

 .../qtscript/{qtscript-5.4.2.ebuild = qtscript-5.4.2-r1.ebuild} | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.4.2.ebuild 
b/dev-qt/qtscript/qtscript-5.4.2-r1.ebuild
similarity index 80%
rename from dev-qt/qtscript/qtscript-5.4.2.ebuild
rename to dev-qt/qtscript/qtscript-5.4.2-r1.ebuild
index a0aa0dc..da131f0 100644
--- a/dev-qt/qtscript/qtscript-5.4.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.4.2-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86
 fi
 
-IUSE=scripttools
+IUSE=+jit scripttools
 
 DEPEND=
=dev-qt/qtcore-${PV}:5
@@ -28,3 +28,10 @@ src_prepare() {
 
qt5-build_src_prepare
 }
+
+src_configure() {
+   local myqmakeargs=(
+   $(usex jit '' JAVASCRIPTCORE_JIT=no)
+   )
+   qt5-build_src_configure
+}



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

2015-08-21 Thread Jeroen Roovers
commit: 2152577fdfddfaa04d83a99e6aeb424530d7844e
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 03:35:29 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 03:35:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152577f

net-ftp/lftp: Version bump.

Package-Manager: portage-2.2.20.1

 net-ftp/lftp/Manifest  |  1 +
 net-ftp/lftp/lftp-4.6.4.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest
index 30d8948..1e17350 100644
--- a/net-ftp/lftp/Manifest
+++ b/net-ftp/lftp/Manifest
@@ -1 +1,2 @@
 DIST lftp-4.6.3a.tar.xz 1505164 SHA256 
8c3a12a1f9ec288132b245bdd7d14d88ade1aa5cb1c14bb68c8fab3b68793840 SHA512 
1ecc1e71f73b9713c14cadf1792d56afa41b59e86219743076cf59310db2063335dbc69f58de00c34a1527c3be595959867f964bc7dba2f4989b3625899eac21
 WHIRLPOOL 
a9678e9787317d74349aae1a7bd2db94f11437c522c72f8aac85c7ffb8f8f4efdb00f7d8aeaf27c47e33730e7e11614a1c95b02ca3a3d87b5560b70e74eb0939
+DIST lftp-4.6.4.tar.xz 1508952 SHA256 
1e7cb674c83ace48172263f86847ed04bb6ab2f24116b11a8505f70a15e8805c SHA512 
998050c0e69fc590233df8b400664c1165dfa80d7b3844aa307be33e004c3dd3e049df8f288ad7079257a31dc4adcdb07a57b8f28cd0adf7e3cf94c41d38b9dc
 WHIRLPOOL 
d79849970ff72eda2f5dccd3ce16b619e37661b60152363d96c13d94e4045d24e568b265bb27c8ef809fbfb18c6e31884ae28dba0d0bf6fc252c87ea82ca1396

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



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

2015-08-21 Thread Jeroen Roovers
commit: c3fa466a4701c03ebdbeabb4f9ed44cae854673e
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:41:40 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:41:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fa466a

www-client/opera-developer: Version bump

Package-Manager: portage-2.2.20.1

 www-client/opera-developer/Manifest|  2 +
 .../opera-developer-33.0.1963.0.ebuild | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 42b9ecb..8cde9cc 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -2,3 +2,5 @@ DIST opera-developer_32.0.1926.0_amd64.deb 42322380 SHA256 
b022885ce976e22d163f7
 DIST opera-developer_32.0.1926.0_i386.deb 43688592 SHA256 
80f3def59b9d1a92479377834bcb4f6ed2bde765084c9b02de5b368e8fa0e997 SHA512 
7f697b0c5f0e5d101f5821663c602e769402babf75b5e2934b764b01ddb0fc65b029ff6cd77a44bade3a35be91ba92d6092cea6a7953a580dbf4a9c6f43f61d8
 WHIRLPOOL 
678e00700e745388aee483451c66f805935a23438d86b00d39596c18a84ba8f2a00e45e895c78091e21b3fc950fb9f28e974cd6685c531c6598bcdeef8a9bcc2
 DIST opera-developer_32.0.1933.0_amd64.deb 41876712 SHA256 
36e153c3778ab543ea0b0921534f42dd689aaadd1fe0aac43d5e5fcb832a8a58 SHA512 
b8269841d7c40c62a0ca83d2b0cbbf2099b967f23ac604e51b3a8aec880e9614955ae2b3f64a36d3171f4d48c09295df519a0a580aeec77cb634f61adfa0b7ca
 WHIRLPOOL 
c961f07f3391c944d8b1197e7ae7757c1b20f812877ab45bdbb391dcb1fb94183ae18296580660bd4ba43707006b428d891d7fb0ce14c8fff7ca878566924e2b
 DIST opera-developer_32.0.1933.0_i386.deb 43936830 SHA256 
be60c87212307a06d7628761b9bb16e15c2bc7d711957467b4c55e2f7f868b32 SHA512 
bd6c6c659c89d565e89216a3b5f188a25e0e5ede89cc3673efc5347d6e88376a751820003ac7417a729da643a69b549259cfc6a74e3f1324011e5a865a9c
 WHIRLPOOL 
af169d9669aad3e2f47b6c6b074d74ed7e3e5eba184a56d91a5ea7e833eed3bc902eba365f056aec8127ef5a61185f14f0941af7d0737eb855cd10ecb5f09155
+DIST opera-developer_33.0.1963.0_amd64.deb 42798118 SHA256 
fdbf75ef7cfcb7ba20f6c2901b3c79aa3c6ae1fce6cc38a795462e2fde3a98e1 SHA512 
79c81e124db3f76a34b8867649e7d1899ef1d7d043252442e30630346473c4aa7b0e787bd931a838116694fc1239ffd46a70e4cd67ed5bf3a684e4d962445a63
 WHIRLPOOL 
bafb36e631248f01b2ad85ee8abeb0e0942b7b68e93cda3f29b094659201fe2de1db4ecb965da5097af859fbf972cdfd7e9f6ac0f06689ac849565a3f27d9a81
+DIST opera-developer_33.0.1963.0_i386.deb 44628338 SHA256 
139df998e78b530868de14cf0a8d577ef7c8dddefce032d582097ddf4bb53d49 SHA512 
a6f5d9c93169779624dc7d8136c13a26747c730aed461239d60eb302fc8eea481fd2a01f0b94d6908129b5da436fc43998e58e63e7b9e9842a19694429b1dd59
 WHIRLPOOL 
7be569ce1a4598c22bdff3a26109cd9b27a24ec7c2483ab91b3a016b03b93d158186065c5f76a921716dc08253270b06ced2d853417cf433ef5d5f8c6deccc26

diff --git a/www-client/opera-developer/opera-developer-33.0.1963.0.ebuild 
b/www-client/opera-developer/opera-developer-33.0.1963.0.ebuild
new file mode 100644
index 000..bfeded8
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-33.0.1963.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS=
+   af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
+   hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
+   sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
+
+inherit chromium multilib unpacker
+
+DESCRIPTION=A fast and secure web browser
+HOMEPAGE=http://www.opera.com/;
+LICENSE=OPERA-2014
+SLOT=0
+SRC_URI_BASE=http://get.geo.opera.com/pub/;
+SRC_URI=
+   amd64?  ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )
+   x86?( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb )
+
+KEYWORDS=~amd64 ~x86
+
+RDEPEND=
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   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/libnotify
+   x11-libs/pango[X]
+
+
+QA_PREBUILT=*
+S=${WORKDIR}
+OPERA_HOME=usr/$(get_libdir)/${PN}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv 

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

2015-08-21 Thread Jeroen Roovers
commit: 730d9c4a139b98235c8a1c85676bcffd193eaf4d
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:44:31 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:44:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730d9c4a

www-client/vivaldi: Version bump.

Package-Manager: portage-2.2.20.1

 www-client/vivaldi/Manifest|   6 +-
 www-client/vivaldi/vivaldi-1.0.231.3_p1.ebuild | 102 -
 ...233.3_p1.ebuild = vivaldi-1.0.252.3_p1.ebuild} |   0
 3 files changed, 2 insertions(+), 106 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 9afadc0..fea6b82 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,4 @@
-DIST vivaldi-1.0.231.3_p1-amd64.deb 40667174 SHA256 
f57a2099d2495e09d25bab53b56e71e946497d435fe386988de7f7b8458dac43 SHA512 
51e2a08da25528188f19e701d440bbebe9b5df668dd8f10237e3c9c89324f5416f9df39c1962a3a5d95450a939d4445d75714548e3e3743f4e5dd74db172583a
 WHIRLPOOL 
5588a231b85646acfbfa01a3eda6d865b875a1be958fefc23c512bb26fa007340cd444bbfb7fbbd3ad7397cb7ed6f09fec0cbf953a2932b92344550b4b107c7a
-DIST vivaldi-1.0.231.3_p1-i386.deb 40382314 SHA256 
c760d606aef23a636b162fe6fa929b14c932a3e532cd785f9db857d9e6071d57 SHA512 
2c70102450f65bff75682746f5cac8b924b8f55820d32165db5d0eebfb4c298372a011ef301625224e010a1d2e5916fcd7381bcc28a20ab725701b56d60949e3
 WHIRLPOOL 
88c98124ed6c88c2f4716f93c24f79fa62a41bb368d7c61cbeec6482e166f4250ddf29e3e5669130d2fe54219f03850d2ac72bd6a50dcf4bd4a4162371cd0371
-DIST vivaldi-1.0.233.3_p1-amd64.deb 40707172 SHA256 
8811847b422ec2b8365e00e08453a59077a2d1dc9a6360841836fa45af6b SHA512 
ff5ce964ed5629af77cde6e77394e1efe3460560e757b09069e4b438d25b817954fd826975e9a82a253134296175688452a8f9e246c07272ff28ca5a0c576fac
 WHIRLPOOL 
96dd4a99c42ec102335f64c1d13ea798aabacf860f2b5decef695f8dac657d59317723228a74f032cc2e2eb35634f5f1746242cbaf07e01e67c6d1c1645eaa21
-DIST vivaldi-1.0.233.3_p1-i386.deb 40393848 SHA256 
b179fedfbb67238b7404453ee247081aab610555173c1f5292009921e8e661cf SHA512 
b9856ee8ea362141026da4373464d08c7d57013810fbc411424b39e5d89ebfc7e45dce95f26dad745020ed1ed82aaf21faa2c6592fd7d4ddd035edf17de9aa53
 WHIRLPOOL 
764cea7497d855fd2eff5a6f0d04df4b12cf804156f04bb585376314fddf83b89be2b38003bd4ccaad252797fa9211024709f5836d2cf05f32d48349cd89e306
 DIST vivaldi-1.0.249.12_p1-amd64.deb 40574020 SHA256 
3bb5d316b9d1b37a4b2e48dbffbe4009ae2ea04b7e55da97cde0fabdd9d924fd SHA512 
7fe9926fb06353394d0ec83c8e11947253e07163c6e735ff0ef7b35229203ae84a57bdc3dd61aae5602efca188b8ac7e6b2c23a7c807ab5946c4326752cbd69e
 WHIRLPOOL 
c3270935189438d83fd4efae904adb0928b0702c8f4733b3dc187f5a19c509846310393ae21801760191f1f3f193378916b3376028b43db5fd78f5fb28cd268b
 DIST vivaldi-1.0.249.12_p1-i386.deb 40849236 SHA256 
f9bd5f55225a10db15cd5de7e21a87654bba79218a7db55e1523b1fdafb6a791 SHA512 
1db38e119361e9553dfd3b82568c7f0ef27565507ff95bfd94c662db67b44a7cca8aca1411aea6859142cfbb562baba80c46d909aa6ac7494a37b916d79e04b2
 WHIRLPOOL 
3fc7df277b606f786e658803bc48d054f1444ffe60ec69b77b199d2263b953cfa0d7bfd204f62a2cdb6b34fd7fcec65fcd80a07dc407a14daa87e3db1573bedb
+DIST vivaldi-1.0.252.3_p1-amd64.deb 40639740 SHA256 
a0be44cce93dc6062590cf43d30f75dd7d5fabb9568cae4e7ad615384a8df8bd SHA512 
7e9e529840d95b42fa57e675b843da39591f1dabfeb68c51357b926b9028cfdba0b5d40712b472117a65a25c57f923c647c2f39a46561c8feb4dd54e0f55ca31
 WHIRLPOOL 
fed5e6d65270e9cf207c74d9ea509860cdb9c089f01310bd3e51aa57f1acebe0736e859552e174d42950a712dbc6ca3e2eecd4f1fa148a7811540c0f2267c3c4
+DIST vivaldi-1.0.252.3_p1-i386.deb 40871886 SHA256 
03f6f146a6cea85c8aee9a737689acd514512d627eca962d9c54e28a7cb1d872 SHA512 
9fde8947e40b215d4fa937598ca918ae6e1db28dcae757cac189df316338477e17e522fb4175b49293de8bd9fee37627072d5d7dc05da05c8cf487f312204fa6
 WHIRLPOOL 
bdf073d45796e5d3bb656a2e204a65a5689c0ac4fbccbb2ccde0b35ca822d37e2dcede73334dae26bace2e4ae4460744d2752e7c88264e8599a61864fafa7c6a

diff --git a/www-client/vivaldi/vivaldi-1.0.231.3_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.0.231.3_p1.ebuild
deleted file mode 100644
index 69c1403..000
--- a/www-client/vivaldi/vivaldi-1.0.231.3_p1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS=
-   am ar bg bn ca cs da de el en_GB en_US es_419 es et fa fil fi 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 multilib unpacker toolchain-funcs
-
-DESCRIPTION=A new browser for our friends
-HOMEPAGE=http://vivaldi.com/;
-VIVALDI_BASE_URI=${HOMEPAGE}download/snapshot/${PN}-snapshot_${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 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2015-08-21 Thread Matt Thode
commit: b268cb1d581a21088fc78ed9901714886c4b6bf1
Author: Matthew Thode prometheanfire AT gentoo DOT org
AuthorDate: Sat Aug 22 04:59:08 2015 +
Commit: Matt Thode prometheanfire AT gentoo DOT org
CommitDate: Sat Aug 22 04:59:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b268cb1d

sys-cluster/nova: remove vulnerable versions for bug 558112

Package-Manager: portage-2.2.20.1

 sys-cluster/nova/Manifest|   1 -
 sys-cluster/nova/nova-2015.1.0-r3.ebuild | 200 ---
 2 files changed, 201 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index cd19280..376b4c5 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,2 +1 @@
-DIST nova-2015.1.0.tar.gz 4541653 SHA256 
7279d18cee6f13e19443f7cdc6a296566674d66049ee5c9af6d1c973115f16d7 SHA512 
a315f7bbb73de4f26645ffed42663af377ab5cd55db82eedbcc1411208e276bc5dc68c2ccef07a35943f6643f3862ca44a9b51f8e259322bb176c74485d98cc5
 WHIRLPOOL 
d885527d6479cd1c760b6291732c5a7e01b472f536d4b2a55cd4b829f32e4d4b213d946870b4e52c47a86973c7d97fd89ebaed752256e5286c91222973c68824
 DIST nova-2015.1.1.tar.gz 4544374 SHA256 
d9b480827995727f2ccc06e4b5709e689e8a466006e07157ce92bc9d074e197e SHA512 
7aad21fc59143cd4acab4a97980aafa9b1216789a0206c0d3098f5d96257e40baa77ef45696982648cc82a7f988f40525621da402871eeb398b21699932cea64
 WHIRLPOOL 
08b94f93be1e5821cfaaa835f33af2ddc23e75cea3dc6f1ca82be80317db95abd38dda336cca212cd68111fa65ca8c53c62f684e07acd2c1906e8d4cfc989905

diff --git a/sys-cluster/nova/nova-2015.1.0-r3.ebuild 
b/sys-cluster/nova/nova-2015.1.0-r3.ebuild
deleted file mode 100644
index 510ddaa..000
--- a/sys-cluster/nova/nova-2015.1.0-r3.ebuild
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION=A cloud computing fabric controller (main part of an IaaS system) 
written in Python
-HOMEPAGE=https://launchpad.net/nova;
-SRC_URI=http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;
-
-LICENSE=Apache-2.0
-SLOT=0
-KEYWORDS=amd64 x86
-IUSE=+compute compute-only +kvm +memcached +novncproxy openvswitch +rabbitmq 
sqlite mysql postgres xen iscsi
-REQUIRED_USE=!compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute 
!rabbitmq !memcached !mysql !postgres !sqlite )
-   compute? ( ^^ ( kvm xen ) )
-
-DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-   =dev-python/pbr-0.8[${PYTHON_USEDEP}]
-   dev-python/pbr-1.0[${PYTHON_USEDEP}]
-   app-admin/sudo
-
-# barbicanclient is in here for doc generation
-RDEPEND=
-   compute-only? (
-   =dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-   )
-   sqlite? (
-   =dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
-   )
-   mysql? (
-   dev-python/mysql-python
-   =dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-   )
-   postgres? (
-   dev-python/psycopg:2
-   =dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-   )
-   =dev-python/boto-2.32.1[${PYTHON_USEDEP}]
-   =dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   =dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
-   =dev-python/jinja-2.6[${PYTHON_USEDEP}]
-   =dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
-   dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
-   =dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   =dev-python/routes-1.12.3-r1[${PYTHON_USEDEP}]
-   !~dev-python/routes-2.0[${PYTHON_USEDEP}]
-   =dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-   =dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-   =dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
-   dev-python/paste[${PYTHON_USEDEP}]
-   ~dev-python/sqlalchemy-migrate-0.9.5[${PYTHON_USEDEP}]
-   =dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-   =dev-python/paramiko-1.13.0[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   =dev-python/Babel-1.3[${PYTHON_USEDEP}]
-   =dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   =dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
-   dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
-   =dev-python/python-cinderclient-1.1.0[${PYTHON_USEDEP}]
-   dev-python/python-cinderclient-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/python-neutronclient-2.3.11[${PYTHON_USEDEP}]
-   dev-python/python-neutronclient-2.5.0[${PYTHON_USEDEP}]
- 

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

2015-08-21 Thread Jeroen Roovers
commit: 6338ca47317c7ffd3c390a0a8040d439a2a62156
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:59:51 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 05:01:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6338ca47

net-dns/avahi: Stable for HPPA (bug #554784).

Package-Manager: portage-2.2.20.1

 net-dns/avahi/avahi-0.6.31-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/avahi/avahi-0.6.31-r8.ebuild 
b/net-dns/avahi/avahi-0.6.31-r8.ebuild
index a1bde81..9e8f71f 100644
--- a/net-dns/avahi/avahi-0.6.31-r8.ebuild
+++ b/net-dns/avahi/avahi-0.6.31-r8.ebuild
@@ -18,7 +18,7 @@ SRC_URI=http://avahi.org/download/${P}.tar.gz;
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-linux
 IUSE=autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils
 
 REQUIRED_USE=



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Curses/, dev-perl/Curses/files/

2015-08-21 Thread Jeroen Roovers
commit: 0890a90aea6e33173ad59fa490052f27516f203e
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 05:16:20 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 05:16:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0890a90a

dev-perl/Curses: Fix building against =sys-libs/ncurses-6.0 (bug #557434 by 
Bernard Cafarelli).

Package-Manager: portage-2.2.20.1

 dev-perl/Curses/Curses-1.320.0.ebuild | 12 ++---
 dev-perl/Curses/files/Curses-1.08-p5.8-fixes.diff | 32 ---
 2 files changed, 8 insertions(+), 36 deletions(-)

diff --git a/dev-perl/Curses/Curses-1.320.0.ebuild 
b/dev-perl/Curses/Curses-1.320.0.ebuild
index 9b6ff02..7e85c67 100644
--- a/dev-perl/Curses/Curses-1.320.0.ebuild
+++ b/dev-perl/Curses/Curses-1.320.0.ebuild
@@ -20,16 +20,20 @@ RDEPEND=${DEPEND}
 
 SRC_TEST=do
 
-my_curses_version() {
+my_curses_unicode() {
echo ncurses$(use unicode  echo w)
 }
 
+my_curses_version() {
+   echo ncurses$(use unicode  echo w)$(has_version 'sys-libs/ncurses-6' 
 echo 6 || echo 5)
+}
+
 pkg_setup() {
myconf=${myconf} FORMS PANELS MENUS
mydoc=HISTORY
-   export CURSES_LIBTYPE=$(my_curses_version)
-   export CURSES_LDFLAGS=$($(my_curses_version)5-config --libs)
-   export CURSES_CFLAGS=$( $(my_curses_version)5-config --cflags)
+   export CURSES_LIBTYPE=$(my_curses_unicode)
+   export CURSES_LDFLAGS=$($(my_curses_version)-config --libs)
+   export CURSES_CFLAGS=$( $(my_curses_version)-config --cflags)
 }
 
 src_configure(){

diff --git a/dev-perl/Curses/files/Curses-1.08-p5.8-fixes.diff 
b/dev-perl/Curses/files/Curses-1.08-p5.8-fixes.diff
deleted file mode 100644
index f661f80..000
--- a/dev-perl/Curses/files/Curses-1.08-p5.8-fixes.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Naurp CursesFun.c.old CursesFun.c
 CursesFun.c.old2005-03-05 09:15:20.714006864 -0500
-+++ CursesFun.c2005-03-05 09:16:14.501829872 -0500
-@@ -1276,8 +1276,8 @@ XS(XS_Curses_newterm)
- c_exactargs(newterm, items, 3);
- {
-   char *  type= ST(0) != PL_sv_undef ? (char *)SvPV(ST(0),PL_na) : 
NULL;
--  FILE *  outfd   = IoIFP(sv_2io(ST(1)));
--  FILE *  infd= IoIFP(sv_2io(ST(2)));
-+  FILE *  outfd   = PerlIO_findFILE(IoIFP(sv_2io(ST(1;
-+  FILE *  infd= PerlIO_findFILE(IoIFP(sv_2io(ST(2;
-   SCREEN *ret = newterm(type, outfd, infd);
-   
-   ST(0) = sv_newmortal();
-@@ -3450,7 +3450,7 @@ XS(XS_Curses_putwin)
- c_exactargs(putwin, items, 2);
- {
-   WINDOW *win = c_sv2window(ST(0), 0);
--  FILE *  filep   = IoIFP(sv_2io(ST(1)));
-+  FILE *  filep   = PerlIO_findFILE(IoIFP(sv_2io(ST(1;
-   int ret = putwin(win, filep);
-   
-   ST(0) = sv_newmortal();
-@@ -3469,7 +3469,7 @@ XS(XS_Curses_getwin)
- #ifdef C_GETWIN
- c_exactargs(getwin, items, 1);
- {
--  FILE *  filep   = IoIFP(sv_2io(ST(0)));
-+  FILE *  filep   = PerlIO_findFILE(IoIFP(sv_2io(ST(0;
-   WINDOW *ret = getwin(filep);
-   
-   ST(0) = sv_newmortal();



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver-app/files/, x11-misc/xscreensaver-app/

2015-08-21 Thread Jeroen Roovers
commit: 82e736b5af629afa68f0c490d8d930a31dcf2e94
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:36:01 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:36:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e736b5

Fix building against =x11-libs/libdockapp-0.7.0 (bug #558364 by Toralf Förster).

Package-Manager: portage-2.2.20.1

 .../files/xscreensaver-app-2.3-configure.ac| 21 ++
 .../xscreensaver-app-2.3-r3.ebuild | 46 ++
 2 files changed, 67 insertions(+)

diff --git a/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-configure.ac 
b/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-configure.ac
new file mode 100644
index 000..af8b327
--- /dev/null
+++ b/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-configure.ac
@@ -0,0 +1,21 @@
+AC_INIT(xscreensaver.app.c)
+
+AM_INIT_AUTOMAKE(XScreenSaver.App,2.3)
+
+AC_PROG_CC
+
+AC_PROG_INSTALL
+
+AC_PATH_X
+
+AC_CHECK_LIB(dockapp, DAProcessActionRects, , exit 1)
+
+PKG_CHECK_MODULES(LIBX11, x11,[LIBS=$LIBS $LIBX11_LIBS;CFLAGS=$CFLAGS 
$LIBX11_CFLAGS],[exit 1])
+
+AC_CHECK_HEADER(dockapp.h, have_dockapp_h=yes, [], [])
+
+if test $have_dockapp_hx != yesx; then
+AC_CHECK_HEADER(libdockapp/dockapp.h, [CFLAGS=$CFLAGS 
-I/usr/include/libdockapp], exit 1, [])
+fi
+
+AC_OUTPUT(Makefile)

diff --git a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild 
b/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild
new file mode 100644
index 000..c8ebbb9
--- /dev/null
+++ b/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools toolchain-funcs
+
+MY_PN=${PN/-a/.A}
+MY_PN=${MY_PN/xs/XS}
+MY_PN=${MY_PN/s/S}
+
+DESCRIPTION=XScreenSaver dockapp for the Window Maker window manager
+HOMEPAGE=http://xscreensaverapp.sourceforge.net/;
+SRC_URI=mirror://sourceforge/project/xscreensaverapp/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.gz
+
+SLOT=0
+LICENSE=GPL-2
+KEYWORDS=~amd64 ~x86
+
+CDEPEND=
+   x11-libs/libdockapp
+   x11-libs/libX11
+
+DEPEND=
+   ${CDEPEND}
+   x11-proto/xproto
+   virtual/pkgconfig
+
+RDEPEND=
+   ${CDEPEND}
+   x11-misc/xscreensaver
+
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+src_prepare() {
+   rm configure.in || die
+   cp ${FILESDIR}/${PN}-2.3-configure.ac configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   dobin ${MY_PN}
+   dodoc README NEWS ChangeLog TODO AUTHORS
+}



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

2015-08-21 Thread Jeroen Roovers
commit: 3164ec60014647f3a46467f6af90a3b33b90ccca
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:42:56 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:42:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3164ec60

www-client/opera-developer: Old.

Package-Manager: portage-2.2.20.1

 www-client/opera-developer/Manifest|  2 -
 .../opera-developer-32.0.1926.0.ebuild | 91 --
 2 files changed, 93 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 8cde9cc..302cfbe 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,3 @@
-DIST opera-developer_32.0.1926.0_amd64.deb 42322380 SHA256 
b022885ce976e22d163f785e86ce1b19c707670150a5860f3f502c19026b56b3 SHA512 
5296d21c0ab5bf9e5916e5adc15641a1deb82418ca2340fa32df336a750cbba8dcaa70809374f23058db359cc675bf0161ec8907629e32caff723bd3ea8a994d
 WHIRLPOOL 
3a9acba2ce47aff3f2c123d63e1482091921d48cfaa1bb8e8cfa06dcd6844b192439a5861885a6e929163573df3a2b5167e6a5de62a81fe0d2f5f5b1d182792e
-DIST opera-developer_32.0.1926.0_i386.deb 43688592 SHA256 
80f3def59b9d1a92479377834bcb4f6ed2bde765084c9b02de5b368e8fa0e997 SHA512 
7f697b0c5f0e5d101f5821663c602e769402babf75b5e2934b764b01ddb0fc65b029ff6cd77a44bade3a35be91ba92d6092cea6a7953a580dbf4a9c6f43f61d8
 WHIRLPOOL 
678e00700e745388aee483451c66f805935a23438d86b00d39596c18a84ba8f2a00e45e895c78091e21b3fc950fb9f28e974cd6685c531c6598bcdeef8a9bcc2
 DIST opera-developer_32.0.1933.0_amd64.deb 41876712 SHA256 
36e153c3778ab543ea0b0921534f42dd689aaadd1fe0aac43d5e5fcb832a8a58 SHA512 
b8269841d7c40c62a0ca83d2b0cbbf2099b967f23ac604e51b3a8aec880e9614955ae2b3f64a36d3171f4d48c09295df519a0a580aeec77cb634f61adfa0b7ca
 WHIRLPOOL 
c961f07f3391c944d8b1197e7ae7757c1b20f812877ab45bdbb391dcb1fb94183ae18296580660bd4ba43707006b428d891d7fb0ce14c8fff7ca878566924e2b
 DIST opera-developer_32.0.1933.0_i386.deb 43936830 SHA256 
be60c87212307a06d7628761b9bb16e15c2bc7d711957467b4c55e2f7f868b32 SHA512 
bd6c6c659c89d565e89216a3b5f188a25e0e5ede89cc3673efc5347d6e88376a751820003ac7417a729da643a69b549259cfc6a74e3f1324011e5a865a9c
 WHIRLPOOL 
af169d9669aad3e2f47b6c6b074d74ed7e3e5eba184a56d91a5ea7e833eed3bc902eba365f056aec8127ef5a61185f14f0941af7d0737eb855cd10ecb5f09155
 DIST opera-developer_33.0.1963.0_amd64.deb 42798118 SHA256 
fdbf75ef7cfcb7ba20f6c2901b3c79aa3c6ae1fce6cc38a795462e2fde3a98e1 SHA512 
79c81e124db3f76a34b8867649e7d1899ef1d7d043252442e30630346473c4aa7b0e787bd931a838116694fc1239ffd46a70e4cd67ed5bf3a684e4d962445a63
 WHIRLPOOL 
bafb36e631248f01b2ad85ee8abeb0e0942b7b68e93cda3f29b094659201fe2de1db4ecb965da5097af859fbf972cdfd7e9f6ac0f06689ac849565a3f27d9a81

diff --git a/www-client/opera-developer/opera-developer-32.0.1926.0.ebuild 
b/www-client/opera-developer/opera-developer-32.0.1926.0.ebuild
deleted file mode 100644
index bfeded8..000
--- a/www-client/opera-developer/opera-developer-32.0.1926.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS=
-   af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
-   hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
-   sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
-
-inherit chromium multilib unpacker
-
-DESCRIPTION=A fast and secure web browser
-HOMEPAGE=http://www.opera.com/;
-LICENSE=OPERA-2014
-SLOT=0
-SRC_URI_BASE=http://get.geo.opera.com/pub/;
-SRC_URI=
-   amd64?  ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )
-   x86?( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb )
-
-KEYWORDS=~amd64 ~x86
-
-RDEPEND=
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   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/libnotify
-   x11-libs/pango[X]
-
-
-QA_PREBUILT=*
-S=${WORKDIR}
-OPERA_HOME=usr/$(get_libdir)/${PN}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
- 

[gentoo-commits] repo/gentoo:master commit in: app-dicts/prime-dict/

2015-08-21 Thread Jeroen Roovers
commit: 874be3049ad8086badf2a8513f2196edf1f52a1b
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:55:08 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:55:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874be304

app-dicts/prime-dict: Stable for HPPA (bug #555836).

Package-Manager: portage-2.2.20.1

 app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild 
b/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild
index 4bc4be6..187497b 100644
--- a/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild
+++ b/app-dicts/prime-dict/prime-dict-1.0.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI=http://prime.sourceforge.jp/src/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 each_ruby_configure() {



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

2015-08-21 Thread Jeroen Roovers
commit: ff229027b2cef2d9077659c2ce1ec3b4582fa808
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:50:07 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:50:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff229027

net-misc/openvpn: Stable for HPPA (bug #556874).

Package-Manager: portage-2.2.20.1

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

diff --git a/net-misc/openvpn/openvpn-2.3.7.ebuild 
b/net-misc/openvpn/openvpn-2.3.7.ebuild
index a56c53f..62661c3 100644
--- a/net-misc/openvpn/openvpn-2.3.7.ebuild
+++ b/net-misc/openvpn/openvpn-2.3.7.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=http://openvpn.net/;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=examples down-root iproute2 +lzo pam passwordsave pkcs11 +plugins 
polarssl selinux socks +ssl static systemd userland_BSD
 
 REQUIRED_USE=static? ( !plugins !pkcs11 )



[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/

2015-08-21 Thread Jeroen Roovers
commit: 90d9a09685aed49ed8b25c0614c5d3da6d5a4346
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 04:53:40 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 04:53:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d9a096

app-editors/emacs: Stable for HPPA (bug #556288).

Package-Manager: portage-2.2.20.1

 app-editors/emacs/emacs-24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emacs/emacs-24.5.ebuild 
b/app-editors/emacs/emacs-24.5.ebuild
index 1b891db..1b0ed54 100644
--- a/app-editors/emacs/emacs-24.5.ebuild
+++ b/app-editors/emacs/emacs-24.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI=mirror://gnu/emacs/${P}.tar.xz
 
 LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
 SLOT=24
-KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk 
+gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib 
motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int 
X Xaw3d xft +xpm zlib
 REQUIRED_USE=?? ( aqua X )
 



[gentoo-commits] repo/gentoo:master commit in: net-im/psi/

2015-08-21 Thread Jeroen Roovers
commit: 172939c359244b9d2bf3848f96cb60015eec01da
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 05:04:59 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 05:06:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172939c3

net-im/psi: Stable for HPPA (bug #26).

Package-Manager: portage-2.2.20.1

 net-im/psi/psi-0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild
index 57c82bc..25521bd 100644
--- a/net-im/psi/psi-0.15.ebuild
+++ b/net-im/psi/psi-0.15.ebuild
@@ -18,7 +18,7 @@ done
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd
 IUSE=crypt dbus debug doc jingle spell ssl xscreensaver whiteboarding
 RESTRICT=test
 



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

2015-08-21 Thread Jeroen Roovers
commit: 99f3eaf6e8d67a54b3ecd31ad6cec45a5c7b2e7e
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 05:08:20 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 05:08:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f3eaf6

dev-libs/libnl: Stable for HPPA (bug #558132).

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-libs/libnl/libnl-3.2.26.ebuild 
b/dev-libs/libnl/libnl-3.2.26.ebuild
index e70ea17..e112b40 100644
--- a/dev-libs/libnl/libnl-3.2.26.ebuild
+++ b/dev-libs/libnl/libnl-3.2.26.ebuild
@@ -16,7 +16,7 @@ SRC_URI=
 
 LICENSE=LGPL-2.1 utils? ( GPL-2 )
 SLOT=3
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
 IUSE=static-libs python utils
 
 RDEPEND=python? ( ${PYTHON_DEPS} )



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

2015-08-21 Thread Jeroen Roovers
commit: 0bdfab4f7e05d6f5ce3175be298cd3be1a898cbc
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 05:03:32 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 05:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdfab4f

net-dns/openresolv: Stable for HPPA (bug #556054).

Package-Manager: portage-2.2.20.1

 net-dns/openresolv/openresolv-3.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/openresolv/openresolv-3.7.0.ebuild 
b/net-dns/openresolv/openresolv-3.7.0.ebuild
index 24e6227..744b318 100644
--- a/net-dns/openresolv/openresolv-3.7.0.ebuild
+++ b/net-dns/openresolv/openresolv-3.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI=http://roy.marples.name/downloads/${PN}/${P}.tar.bz2;
 
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=selinux
 
 DEPEND=!net-dns/resolvconf-gentoo



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

2015-08-21 Thread Michał Górny
commit: 7c5cfcfec67e5013b2644451a63365569003a3fb
Author: Yuta Satoh nigoro AT gentoo DOT gr DOT jp
AuthorDate: Fri Aug 21 23:29:12 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Fri Aug 21 23:29:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5cfcfe

sys-apps/ed: add ~amd64-fbsd keyword

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

diff --git a/sys-apps/ed/ed-1.12.ebuild b/sys-apps/ed/ed-1.12.ebuild
index 206311b..28c9ed4 100644
--- a/sys-apps/ed/ed-1.12.ebuild
+++ b/sys-apps/ed/ed-1.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI=http://fossies.org/linux/privat/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND=sys-apps/texinfo



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

2015-08-21 Thread Michał Górny
commit: 65b79183e724680aa01b9edc2d0304b16b250375
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Sat Aug 22 05:03:33 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Sat Aug 22 05:03:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b79183

Merge: sys-apps/ed: add ~amd64-fbsd keyword

Pull-Request: https://github.com/gentoo/gentoo/pull/29

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



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

2015-08-21 Thread Jeroen Roovers
commit: 19feb89e34a40b0987ee0076d55d62e6af57d70b
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sat Aug 22 05:11:24 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sat Aug 22 05:11:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19feb89e

app-admin/denyhosts: Stable for HPPA (bug #556522).

Package-Manager: portage-2.2.20.1

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

diff --git a/app-admin/denyhosts/denyhosts-2.9.ebuild 
b/app-admin/denyhosts/denyhosts-2.9.ebuild
index 4e4c52a..3386970 100644
--- a/app-admin/denyhosts/denyhosts-2.9.ebuild
+++ b/app-admin/denyhosts/denyhosts-2.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
- ${P}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~hppa ~ppc ~sparc x86
+KEYWORDS=alpha amd64 arm hppa ~ppc ~sparc x86
 IUSE=
 
 DEPEND=



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

2015-08-21 Thread Hans de Graaff
commit: f195dba386c7916c1cce48dc4d6f7bad84841be6
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Sat Aug 22 05:40:04 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Aug 22 05:40:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f195dba3

dev-ruby/sass: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/sass/Manifest   |  1 +
 dev-ruby/sass/sass-3.4.17.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest
index f9447ce..0cf8203 100644
--- a/dev-ruby/sass/Manifest
+++ b/dev-ruby/sass/Manifest
@@ -2,3 +2,4 @@ DIST sass-3.2.19.gem 261632 SHA256 
ddcd7d76d98daa8f3ebbaec196972500a6cf6e854f9c3
 DIST sass-3.3.14.gem 315392 SHA256 
95435ddef3aee817ef727e3576852e9cb12f7020027c9f2da8a3835f16ec46c1 SHA512 
816c3aa7869648b51708a6a3bb14598dffdbb6335db7800ddb789c3f325f58822e2f3031f25f036eca2aabdd5ce8da1507ce58a75d0edcda17b7ae7a3484f39a
 WHIRLPOOL 
544f2cfceff59872737dc9c564be5a328212c714bfbe78fb954511e5a70ad43cf80eac556026b13ea3fc48943d331925d8d2e7bc8954614e0a1b63e42648581e
 DIST sass-3.4.15.gem 336896 SHA256 
6b461a469d29ec80b52b1401b5e5d58c48762a8f3e00f3b0b2d37b6791a87a59 SHA512 
9a6db0d6bdcb788b850e47fb61c5b803e156178eecce7b0c7d0edd2a3578405fa6dc88d397051d738b8bf52c70b6457618afbaf14b5b6fb4bf5f43f057229d0b
 WHIRLPOOL 
c3691b0eae97f5b7f4ef1398b99e3702ac32d1894308f9c0ccd2c81a2d30c812e9b775b96d8898ea1941ad11de7f378cf988d38cac6fd8c4e32e678ddedcbaef
 DIST sass-3.4.16.gem 337408 SHA256 
5e0ec434e4a3004ac2c164dcdbb40c38e0aae0c8f38d4e914fc5a4b89dfd0d13 SHA512 
b704e5ceede5312da13027c0e1c226dea01f7cb5e4b57956fca68d5891b77f06e7c690ae6ae5a15876686f6d5b2f748fb3fb4879c28bc24d2ee7ddc8cfa09614
 WHIRLPOOL 
085c819fc1e544a0834ee1a0bbcc4683e594b7dfe2d07a64a299065714e5291a77ec2cc8b19bffb4b4c9a6f68fe65c88724dbb45167f238a8ed4fb648e73e2c8
+DIST sass-3.4.17.gem 339456 SHA256 
2d0fda87240e0133e04f2fd30d0184c0cb13f9b5235fbf3fc4efc038f1b3da58 SHA512 
905633b0dd09dbae396bbf0ee4527b079e37cad7b93215fcf37dd475b8cb18ed18fd40ec5ee1db76155c5890cb8ea495739ad34e3420f5058d784303469cb122
 WHIRLPOOL 
298c8416ad0d29f1ad74412d99f99ee4873804c4a90be5d340b5fb56f2fe07114e139d9100796d8ff25026a95938922e82dd1b08250cf9c91b5b9c972720807c

diff --git a/dev-ruby/sass/sass-3.4.17.ebuild b/dev-ruby/sass/sass-3.4.17.ebuild
new file mode 100644
index 000..2e6adb8
--- /dev/null
+++ b/dev-ruby/sass/sass-3.4.17.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_DOCDIR=doc
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+RUBY_FAKEGEM_EXTRAINSTALL=rails init.rb VERSION VERSION_NAME
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION=An extension of CSS3, adding nested rules, variables, mixins, 
selector inheritance, and more
+HOMEPAGE=http://sass-lang.com/;
+LICENSE=MIT
+
+KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
+SLOT=$(get_version_component_range 1-2)
+IUSE=
+
+ruby_add_bdepend doc? ( =dev-ruby/yard-0.5.3 )
+
+ruby_add_rdepend =dev-ruby/listen-1.3.1:1 !!dev-ruby/haml-3.1 
!!dev-ruby/sass-3.2.19-r1:0 !!dev-ruby/sass-3.3.14-r1:3.3
+
+# tests could use `less` if we had it
+
+all_ruby_prepare() {
+   rm -rf vendor/listen || die
+
+   # Don't require maruku as markdown provider but let yard decide.
+   sed -i -e '/maruku/d' .yardopts || die
+}
+
+each_ruby_test() {
+   RUBOCOP=false ${RUBY} -S rake test || die
+}



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

2015-08-21 Thread Hans de Graaff
commit: 9a28c4858c09da5f76eded62a5fa3216b8b7b67c
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Sat Aug 22 05:43:40 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Aug 22 05:43:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a28c485

dev-ruby/psych: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/psych/Manifest|  1 +
 dev-ruby/psych/psych-2.0.15.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 2fb8ba3..eb204a3 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1 +1,2 @@
 DIST psych-2.0.13.gem 127488 SHA256 
731e44df80f1fbe28b7d753830b138f2100c7cb9ff52137a061c151af474fdb5 SHA512 
d2b54408c3860f7260022d091fbeb8daeec1a206ba5e99c8f2677f68112c24f4bad85c37244b6f6e6efd55e429499f6750b29102aa1c1c79ba1da4963690b9e9
 WHIRLPOOL 
6f6eb86dbcea7b867778ebf19593521e01f75b0f61325704d921bfc9de570f90d6a52c63cada8c5d41b495dc5b31900d757efe820acbd9d32a259048b31221e6
+DIST psych-2.0.15.gem 128000 SHA256 
ac7afd35a2e6ec6eef08a3c7b5e1127be20e6521b4c8346988acd3d46548982f SHA512 
895d726a4ecd0d2d18c350aa9aa8bdfb8da3193211ce275313907dc46d45907731d60b41485e01a1ffb5d49133021d837416376340cc1468358970b2eeba7002
 WHIRLPOOL 
7e055e394cd9cb84d3c433cb80235e82a688a13d7e8d9be79e5b8c0c43cdbe414a14bb36fcd7ffe218b78d2ea0b324b6297837d36cae62fc008ebfeef9ca41b8

diff --git a/dev-ruby/psych/psych-2.0.15.ebuild 
b/dev-ruby/psych/psych-2.0.15.ebuild
new file mode 100644
index 000..79e01d7
--- /dev/null
+++ b/dev-ruby/psych/psych-2.0.15.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.rdoc
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION=A libyaml wrapper for Ruby
+HOMEPAGE=https://github.com/tenderlove/psych;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND+= =dev-libs/libyaml-0.1.6
+
+ruby_add_bdepend test? ( dev-ruby/minitest:5 )
+
+all_ruby_prepare() {
+   sed -i -e '1igem minitest, ~5.0' test/psych/helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:test/${PN}:. -e Dir['test/psych/**/test_*.rb'].each 
{|f| require f} || die
+}



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

2015-08-21 Thread Hans de Graaff
commit: 8412c86fc010d379fc42753f093a888edfd9af94
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Sat Aug 22 05:41:19 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Aug 22 05:41:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8412c86f

dev-ruby/psych: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/psych/Manifest|  2 --
 dev-ruby/psych/psych-2.0.11.ebuild | 40 --
 dev-ruby/psych/psych-2.0.12.ebuild | 40 --
 3 files changed, 82 deletions(-)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 547cfbe..2fb8ba3 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,3 +1 @@
-DIST psych-2.0.11.gem 126976 SHA256 
9a0f04a59098c7a16495f03d88421bf2edf9067f2a37c4026bb82eb069ef465e SHA512 
1162f2294adb1ce5c195b21a6a7e6ff6f5bdaa3690d9a59e6f97eb93f3ea728726f72c4d6dfe462d1c91fe39ca8d70ca570393b71e5389e5f50a2eb7278687b7
 WHIRLPOOL 
3b4d72d7ab6f97c9e05182d9a48be1348c716e0c75f0143c169fa8064c0e5bb09efc218fe191f7fb1957ca918ae970fb46c46817fbec1583ab8a089be4e5e2c3
-DIST psych-2.0.12.gem 127488 SHA256 
879990cb62844898fec506f1aa7012ddb87c55ce8f7bbc89fc607e2ff638aa87 SHA512 
8e6d54b390efba0bcb77f04a16e7724311d83e1e6f1e18f01c9fb6cd87971f823c5c4b9c14232b749c04a446ab00a57fe7baa4712a1d43346ee3d72d351fcbe6
 WHIRLPOOL 
20864a8d1f6512548c33aab8979087ec9596b3a162f22ca64932d2bfa91ddb78e89b35c36462e7c5b1674ac36c1fdd0c210b91ae3ff40108af0e9d4c2ee26996
 DIST psych-2.0.13.gem 127488 SHA256 
731e44df80f1fbe28b7d753830b138f2100c7cb9ff52137a061c151af474fdb5 SHA512 
d2b54408c3860f7260022d091fbeb8daeec1a206ba5e99c8f2677f68112c24f4bad85c37244b6f6e6efd55e429499f6750b29102aa1c1c79ba1da4963690b9e9
 WHIRLPOOL 
6f6eb86dbcea7b867778ebf19593521e01f75b0f61325704d921bfc9de570f90d6a52c63cada8c5d41b495dc5b31900d757efe820acbd9d32a259048b31221e6

diff --git a/dev-ruby/psych/psych-2.0.11.ebuild 
b/dev-ruby/psych/psych-2.0.11.ebuild
deleted file mode 100644
index c33c1e6..000
--- a/dev-ruby/psych/psych-2.0.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
-
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.rdoc
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION=A libyaml wrapper for Ruby
-HOMEPAGE=https://github.com/tenderlove/psych;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-DEPEND+= =dev-libs/libyaml-0.1.6
-
-ruby_add_bdepend test? ( =dev-ruby/minitest-4.0:0 )
-
-all_ruby_prepare() {
-   sed -i -e '1igem minitest, ~4.0' test/psych/helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:test/${PN}:. -e Dir['test/psych/**/test_*.rb'].each 
{|f| require f} || die
-}

diff --git a/dev-ruby/psych/psych-2.0.12.ebuild 
b/dev-ruby/psych/psych-2.0.12.ebuild
deleted file mode 100644
index c33c1e6..000
--- a/dev-ruby/psych/psych-2.0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
-
-RUBY_FAKEGEM_RECIPE_DOC=rdoc
-RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.rdoc
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION=A libyaml wrapper for Ruby
-HOMEPAGE=https://github.com/tenderlove/psych;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-DEPEND+= =dev-libs/libyaml-0.1.6
-
-ruby_add_bdepend test? ( =dev-ruby/minitest-4.0:0 )
-
-all_ruby_prepare() {
-   sed -i -e '1igem minitest, ~4.0' test/psych/helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/${PN}$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:test/${PN}:. -e Dir['test/psych/**/test_*.rb'].each 
{|f| require f} || die
-}



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

2015-08-21 Thread Alexys Jacob
commit: e1b83a4b2bccf847a7aa65b329ec8452dc3fba5f
Author: Ultrabug ultrabug AT gentoo DOT org
AuthorDate: Mon Aug 17 15:01:19 2015 +
Commit: Alexys Jacob ultrabug AT gentoo DOT org
CommitDate: Fri Aug 21 10:30:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b83a4b

x11-misc/py3status: version bump

Package-Manager: portage-2.2.20.1

 x11-misc/py3status/Manifest   | 2 +-
 x11-misc/py3status/{py3status-2.4.ebuild = py3status-2.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index fb2f550..de0cda3 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-2.4.tar.gz 47991 SHA256 
35021e5d9085f6d99de0e406d961cf0f79415ed9eb933181b3cf08b3ebec6826 SHA512 
e2ff8b438e327f494daa94be283907049cd12722aef1a96300bbc21124a11b2c072a893aa7945584bc4bed84e27cc09bba7f17065e65265bcaaa2f3af3b3c944
 WHIRLPOOL 
35978385988e24ccbf62b3b1b167d21bbfbdbe4e6c481980a6fb583e8ef5336105fac2fa321fac832d19c3ada83aa40e3aa865e8701b3c8998c0fd3a569cc047
+DIST py3status-2.5.tar.gz 63213 SHA256 
c379b002a5c77df123149f29230cbb13c7d0414fa86b942444a3183f966276ec SHA512 
3d3ff9fa30c20a3b569bb6d51be2101ca38a0f987700020457b02acb0d65aec0380ae083f894a8df5ab9348a4e88c81a75a7ceadae2f820664135a730312140d
 WHIRLPOOL 
596ff803807dc6ab0b34d1f571c1f7694375401ac3507f33616cbf2371fc9f192e698afe88fbda0292ef8272592ec69e61a92cc7c911d8cf5e3b4277aba84317

diff --git a/x11-misc/py3status/py3status-2.4.ebuild 
b/x11-misc/py3status/py3status-2.5.ebuild
similarity index 100%
rename from x11-misc/py3status/py3status-2.4.ebuild
rename to x11-misc/py3status/py3status-2.5.ebuild



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

2015-08-21 Thread Lars Wendler
commit: 9e1994f8c1ebc7c0079df74a531411b121ba54eb
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Fri Aug 21 10:56:44 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Fri Aug 21 10:56:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1994f8

net-misc/openssh: Bump to version 7.1_p1

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler polynomial-c AT gentoo.org

 net-misc/openssh/Manifest  |   1 +
 net-misc/openssh/openssh-7.1_p1.ebuild | 324 +
 2 files changed, 325 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 131a217..09457f6 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -14,5 +14,6 @@ DIST openssh-6.9p1.tar.gz 1487617 SHA256 
6e074df538f357d440be6cf93dc581a21f22d39
 DIST openssh-7.0p1+x509-8.5.diff.gz 411960 SHA256 
6000557f1ddae06aff8837d440d93342a923fada571fec59fc5dedf388fb5f9e SHA512 
1241419ea32a21b0ef15fb3845344c9b1126ecee94265b074e60af794eacdb39a98983040a61b9f169e0a6d5a0a248e1bbf9d9b3e56df50cb382441a26dddafd
 WHIRLPOOL 
117e8c9bb05ded7fdf261e9aca709540e0a3817bc5b3e70472e8c802063e37ee24feae4c1b3a909177ab163e53c2d614b4f0fc75aad1ca44c0e0584eeff55a81
 DIST openssh-7.0p1-hpnssh14v5.tar.xz 21428 SHA256 
6032c4547c9f83a6f648ac7c39cdad2bd6fd725e5f3ab2411c5b30298aae1451 SHA512 
d4cf4a628c11515bfe8c3a91b4b7039fca28c2f89ad1dde062c4cb433b984b10dec2d37b1f338f18aa7813e60d8608b65ca95b930edc33086710b82780875942
 WHIRLPOOL 
7b686f243c98017453b3da3e98b7524650b4a0a75fda6add80c7c233d468194d1d1333ffa4445c20856d807548aaa356c87a03ca87d8995a4b7ba350c7714d1e
 DIST openssh-7.0p1.tar.gz 1493376 SHA256 
fd5932493a19f4c81153d812ee4e042b49bbd3b759ab3d9344abecc2bc1485e5 SHA512 
d82aa8e85630c3e2102e69da477185e0d30d84211d7d4ee0a1d9822bd234d649fe369bf91ce3d2b5ef0caee687d383cb761b682d3bf24bccbd2ce9a1fe9d9f50
 WHIRLPOOL 
bb8007450ffee580df5a73e3d6ab9b54b7151c46c3b996516e5cb776034be21cbef1281a520279655137e218a757d8092cba3f66e216c6b4c6828876540cb5df
+DIST openssh-7.1p1.tar.gz 1493170 SHA256 
fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428 SHA512 
f1491ca5a0a733eb27ede966590642a412cb7be7178dcb7b9e5844bbdc8383032f4b00435192b95fc0365b6fe74d6c5ac8d6facbe9d51e1532d049e2f784e8f7
 WHIRLPOOL 
a650a93657f930d20dc3fa24ab720857f63f7cd0a82d1906cf1e58145e866129207851d5e587d678655e5731fa73221ab9b6ea0754533100c25fe2acaa442e05
 DIST openssh-lpk-6.7p1-0.3.14.patch.xz 16920 SHA256 
0203e6e44e41d58ec46d1611d7efc985134e662bbee51632c29f43ae809003f0 SHA512 
344ccde4a04aeb1500400f779e64b2d8a5ad2970de3c4c343ca9605758e22d3812ef5453cd3221b18ad74a9762583c62417879107e4e1dda1398a6a65bcd04b2
 WHIRLPOOL 
5b6beeb743d04deea70c8b471a328b5f056fd4651e1370c7882e5d12f54fa2170486dcd6f97aa8c58e80af9a2d4012e2dfbcf53185317976d309783ca8d6cf73
 DIST openssh-lpk-6.8p1-0.3.14.patch.xz 16940 SHA256 
d5f048dc7e9d3fca085c152fc31306f1d8fa793e524c538295915b075ec085b0 SHA512 
2470b6b46f8c7ac985f82d14b788a3eb81a468a1d5013cb7f89257d9dd78b6037e24bf54ac57b757db8ed1df24332d659cf918c11ea73592fd24a69c25a54081
 WHIRLPOOL 
b041ee9e0efdf370686f11df4131ab5e5ffb2f11cc66c386a8223bf563c5b78ab9443f06e4adc2e506e440cdec9dc5b20f5972cd8d691d786d2f903bb49b947b

diff --git a/net-misc/openssh/openssh-7.1_p1.ebuild 
b/net-misc/openssh/openssh-7.1_p1.ebuild
new file mode 100644
index 000..2078e87
--- /dev/null
+++ b/net-misc/openssh/openssh-7.1_p1.ebuild
@@ -0,0 +1,324 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit eutils user flag-o-matic multilib autotools pam systemd versionator
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+HPN_PATCH=${PN}-7.0p1-hpnssh14v5.tar.xz
+LDAP_PATCH=${PN}-lpk-6.8p1-0.3.14.patch.xz
+#X509_VER=8.5 X509_PATCH=${PN}-${PV//_/}+x509-${X509_VER}.diff.gz
+
+DESCRIPTION=Port of OpenBSD's free SSH release
+HOMEPAGE=http://www.openssh.org/;
+SRC_URI=mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   mirror://gentoo/${PN}-6.8_p1-sctp.patch.xz
+   ${HPN_PATCH:+hpn? (
+   mirror://gentoo/${HPN_PATCH}
+   http://dev.gentoo.org/~polynomial-c/${HPN_PATCH}
+   mirror://sourceforge/hpnssh/${HPN_PATCH}
+   )}
+   ${LDAP_PATCH:+ldap? ( mirror://gentoo/${LDAP_PATCH} )}
+   ${X509_PATCH:+X509? ( 
http://roumenpetrov.info/openssh/x509-${X509_VER}/${X509_PATCH} )}
+   
+
+LICENSE=BSD GPL-2
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+# Probably want to drop ssl defaulting to on in a future version.
+IUSE=bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
pam +pie sctp selinux skey ssh1 +ssl static X X509
+REQUIRED_USE=ldns? ( ssl )
+   pie? ( !static )
+   ssh1? ( ssl )
+   static? ( !kerberos !pam )
+   X509? ( !ldap ssl )
+

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

2015-08-21 Thread Patrice Clement
commit: 09418131a55c5a5cad853203e200de6539dc0829
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 12:17:38 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 12:17:38 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=09418131

update .travis.yml

 .travis.yml | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b54875a..0316560 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_script:
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
 - wget 
https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- wget 
https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz; 
-O portage-tree.tar.gz
+- wget https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; -O 
portage-tree.tar.gz
 - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
 - chmod a+rwx spinner.sh
 - echo portage:x:250:250:portage:/var/tmp/portage:/bin/false  
/etc/passwd
@@ -31,12 +31,3 @@ before_script:
 script:
 - ./../spinner.sh ./../portage-${PORTAGE_VER}/bin/repoman full -d
 # You can append own scripts after this line
-notifications:
-  irc:
-channels:
-  - chat.freenode.net#gentoo-java
-template:
-  - %{repository}#%{build_number} (%{branch} - %{commit}): %{message}
-  - %{author} - %{commit_message}
-  - Change view : %{compare_url}
-  - Build details : %{build_url}



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_git_hosting/

2015-08-21 Thread Manuel Rüger
commit: 99ee0daa9b7488cf4e6e61e34f9f1f6797f48049
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Fri Aug 21 10:35:41 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Fri Aug 21 10:35:41 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=99ee0daa

www-apps/redmine_git_hosting: Version bump.

Package-Manager: portage-2.2.20.1

 www-apps/redmine_git_hosting/Manifest   | 2 +-
 ...edmine_git_hosting-1.1.1.ebuild = redmine_git_hosting-1.1.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_git_hosting/Manifest 
b/www-apps/redmine_git_hosting/Manifest
index a1ab28e..7ebdb56 100644
--- a/www-apps/redmine_git_hosting/Manifest
+++ b/www-apps/redmine_git_hosting/Manifest
@@ -1,2 +1,2 @@
 DIST redmine_git_hosting-0.7.10.tar.gz 507430 SHA256 
071156f0d453b7d42c17aa760a05a0dc814bd65eaefe22a0f572566f39c4e6a9 SHA512 
84f0fdaf2fc4fd9891ae388b7234fd61e45abf044289bb1667ef143b883b2a2b7c5b9c17862c7d4a5614872fb1c68fe860f1dc017f281ef2f81d6291789d
 WHIRLPOOL 
c2e2fdd9e2adeb25d3bce9dc7d179d3dc6e1cc20f01338385244d9f27e77b546a6fe4668791bdc18d60640f25ce8f1c6f578923e1ce9143767e19f7418ebc604
-DIST redmine_git_hosting-1.1.1.tar.gz 186166 SHA256 
2879ff74f5e11e324dec388ce94596c9dfbd8baef63b46c65c404efe2d42a25b SHA512 
243d6f4662d8671deb6f8003edbf2fe635662b35a501c2d2e44c870f10146864d589231c618d77181147a27d11ee31561718c97c546f175290950be589f409fe
 WHIRLPOOL 
031dc9c4e15164108d0cff4dc47f88a92529c40f799c20a5e2d175d35f88dbb5405904bba69b68b387d2e30e0327e028a47e96c75d7dedacbaddbff263268897
+DIST redmine_git_hosting-1.1.2.tar.gz 186187 SHA256 
b759b3622c8a3ac9d6641a38a68c819e44659ebff72267c1037ce7df87df05a2 SHA512 
a4fdc817d298b0faa08651a690924bc4aa63fa1b4131d9bf0d9f51d7cf76d35c5b24c43f22512a93e3d8b57d364e05ac791770f738956020fc0823cbacfae339
 WHIRLPOOL 
cf97cf82deb62d4810aad052a6817a4bbb4af967609ac82c3be5f8ba76717d74693228144e39fc5b8fceaefcf1155e01f281b1cb34f06f185137e7154b5d9057

diff --git a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild 
b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.2.ebuild
similarity index 100%
rename from www-apps/redmine_git_hosting/redmine_git_hosting-1.1.1.ebuild
rename to www-apps/redmine_git_hosting/redmine_git_hosting-1.1.2.ebuild



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

2015-08-21 Thread Lars Wendler
commit: 1187ddb35da7ee8c6dcfdb26157895dd15254916
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Fri Aug 21 10:58:31 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Fri Aug 21 10:58:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1187ddb3

profiles/package.mask: Fixed mask reason for =openssh-7.0_p1

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e5646fa..9528cf0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -118,7 +118,7 @@ media-video/bangarang
 
 # Michał Górny mgo...@gentoo.org (12 Aug 2015)
 # (on behalf of QA team)
-# Disables RSA  DSA keys without warning, effectively blocking incoming
+# Disables DSA keys without warning, effectively blocking incoming
 # SSH connections.
 =net-misc/openssh-7.0
 



[gentoo-commits] proj/linux-patches: New tag: 3.18-20

2015-08-21 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Aug 21 14:03:53 2015 +

New tag: 3.18-20




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

2015-08-21 Thread Patrice Clement
commit: 31e515bd94217e87c41af43b15b346961a6b6f66
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 15:38:43 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 15:38:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e515bd

dev-java/cssparser: version bump.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/cssparser/Manifest|  1 +
 dev-java/cssparser/cssparser-0.9.17.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-java/cssparser/Manifest b/dev-java/cssparser/Manifest
index 749cede..4af7701 100644
--- a/dev-java/cssparser/Manifest
+++ b/dev-java/cssparser/Manifest
@@ -1 +1,2 @@
 DIST cssparser-0.9.16-sources.jar 243889 SHA256 
e21b075401a7a17fd3316a392631b77c245f8217d9da90e89fd926436098f151 SHA512 
dac0f322d21c6f2ae65128ab83a6de9eb93f5c152e9e6f42de3e18b9be23d73083f42af50eeaa415da400c297fad34381ddd0f626b7aafa89c97a8b46a0d61b4
 WHIRLPOOL 
0c73080c9bf916eddc694de40da8a8b8ae543cf7863179f33649f3a38c95a7304d6ad98a79d78621225767c430ca1409063209b5012870557027554611648562
+DIST cssparser-0.9.17-sources.jar 244187 SHA256 
5bb68dd6788951487eedeb1ba198a290899e9fe04eab9598ef051e42218aaa88 SHA512 
6506483bb11d0d1a306308d8f458057f410b7e26db2f930e433878dfa97d29a3ece42cb27ce8715d908360e5ff7cacaf9d09323510ba036c7599ec67de970414
 WHIRLPOOL 
46781cb9d1fd939c11d5e2d816c70d3eef0bb7c2c421c9a45ddce5d2433a7e75d9540848743a62b7494ee2cd162ed10e71a9faacabc5bd897107627b011cea9a

diff --git a/dev-java/cssparser/cssparser-0.9.17.ebuild 
b/dev-java/cssparser/cssparser-0.9.17.ebuild
new file mode 100644
index 000..cda7022
--- /dev/null
+++ b/dev-java/cssparser/cssparser-0.9.17.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION=API for parsing CSS 2 in Java
+HOMEPAGE=http://cssparser.sourceforge.net/;
+SRC_URI=mirror://sourceforge/${PN}/${P}-sources.jar
+LICENSE=LGPL-2.1
+SLOT=0
+KEYWORDS=~amd64 ~x86
+
+CDEPEND=dev-java/sac:0
+DEPEND==virtual/jdk-1.6
+   ${CDEPEND}
+RDEPEND==virtual/jre-1.6
+   ${CDEPEND}
+
+JAVA_GENTOO_CLASSPATH=sac



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

2015-08-21 Thread Alexis Ballier
commit: 77a1036e0b799f88c086a4cded844c6704e2eba8
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 12:48:49 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 12:48:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a1036e

media-libs/mlt: use ruby-single.eclass to get proper ruby deps

Package-Manager: portage-2.2.20.1

 media-libs/mlt/mlt-0.9.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild
index e7ec6d2..102a219 100644
--- a/media-libs/mlt/mlt-0.9.8.ebuild
+++ b/media-libs/mlt/mlt-0.9.8.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
-inherit eutils toolchain-funcs multilib python-single-r1
+USE_RUBY=ruby19
+inherit eutils toolchain-funcs multilib python-single-r1 ruby-single
 
 DESCRIPTION=An open source multimedia framework, designed and developed for 
television broadcasting
 HOMEPAGE=http://www.mltframework.org/;
@@ -47,7 +48,7 @@ RDEPEND=
media-libs/libexif )
!media-libs/mlt++
lua? ( =dev-lang/lua-5.1.4-r4 )
-   ruby? ( dev-lang/ruby )
+   ruby? ( ${RUBY_DEPS} )
 #  sox? ( media-sound/sox )
 #  java? ( =virtual/jre-1.5 )
 #  perl? ( dev-lang/perl )



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

2015-08-21 Thread Alexis Ballier
commit: 8c1f6fc465f21fc07e40925bd835695eebf63ae9
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 12:38:19 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 12:38:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1f6fc4

media-libs/mlt: convert to python-single-r1

Package-Manager: portage-2.2.20.1

 media-libs/mlt/mlt-0.9.8.ebuild | 22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild
index 3f52506..e7ec6d2 100644
--- a/media-libs/mlt/mlt-0.9.8.ebuild
+++ b/media-libs/mlt/mlt-0.9.8.ebuild
@@ -3,8 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_DEPEND=python? 2:2.6
-inherit eutils toolchain-funcs multilib python
+PYTHON_COMPAT=( python2_7 )
+inherit eutils toolchain-funcs multilib python-single-r1
 
 DESCRIPTION=An open source multimedia framework, designed and developed for 
television broadcasting
 HOMEPAGE=http://www.mltframework.org/;
@@ -60,7 +60,7 @@ DEPEND=${RDEPEND}
compressed-lumas? ( || ( media-gfx/imagemagick[png]
media-gfx/graphicsmagick[imagemagick,png] ) )
lua? ( ${SWIG_DEPEND} virtual/pkgconfig )
-   python? ( ${SWIG_DEPEND} )
+   python? ( ${SWIG_DEPEND} ${PYTHON_DEPS} )
ruby? ( ${SWIG_DEPEND} )
 #  java? ( ${SWIG_DEPEND} =virtual/jdk-1.5 )
 #  perl? ( ${SWIG_DEPEND} )
@@ -68,8 +68,7 @@ DEPEND=${RDEPEND}
 #  tcl? ( ${SWIG_DEPEND} )
 
 pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
+   python-single-r1_pkg_setup
 }
 
 src_prepare() {
@@ -164,6 +163,7 @@ src_install() {
exeinto $(python_get_sitedir)
doexe _mlt.so
dodoc play.py
+   python_optimize
fi
 
if use ruby; then
@@ -174,15 +174,3 @@ src_install() {
fi
# TODO: java perl php tcl
 }
-
-pkg_postinst() {
-   if use python; then
-   python_mod_optimize mlt.py
-   fi
-}
-
-pkg_postrm() {
-   if use python; then
-   python_mod_cleanup mlt.py
-   fi
-}



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

2015-08-21 Thread Michał Górny
commit: 77f0bc6cb26e11b216db902f6b3f6c83a0208f9c
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Fri Aug 21 14:27:46 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Fri Aug 21 14:29:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f0bc6c

Merge sys-freebsd: Multiple errata fixes

Pull-Request: https://github.com/gentoo/gentoo/pull/23

 sys-freebsd/freebsd-ubin/Manifest| 1 +
 .../{freebsd-ubin-10.2.ebuild = freebsd-ubin-10.2-r1.ebuild}| 5 +
 sys-freebsd/freebsd-usbin/Manifest   | 1 +
 .../{freebsd-usbin-10.2.ebuild = freebsd-usbin-10.2-r1.ebuild}  | 5 +
 4 files changed, 12 insertions(+)



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

2015-08-21 Thread Alexis Ballier
commit: e5d449792f9b4c68bfef57d552872764f624527e
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 12:52:57 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 12:52:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d44979

media-libs/mlt: remove old.

Package-Manager: portage-2.2.20.1

 media-libs/mlt/Manifest|   2 -
 media-libs/mlt/files/mlt-0.7.2-ruby-link.patch |  18 --
 .../mlt/files/mlt-0.8.2-av_codec_is_encoder.patch  |  32 
 media-libs/mlt/mlt-0.8.2.ebuild| 176 
 media-libs/mlt/mlt-0.8.8.ebuild| 181 -
 5 files changed, 409 deletions(-)

diff --git a/media-libs/mlt/Manifest b/media-libs/mlt/Manifest
index 405dcd6..066e75d 100644
--- a/media-libs/mlt/Manifest
+++ b/media-libs/mlt/Manifest
@@ -1,4 +1,2 @@
-DIST mlt-0.8.2.tar.gz 1161293 SHA256 
36c743d2abc68ce737ac526507fc2caf71b3d6a53a2bf31d22e8193a8b899577 SHA512 
ab71018e5a188b95d91b4aceeb4ca0dfc59d0dd981ec3e4fa220b91ce812e2c98ebad1d51998005c6bc98999c7478444c8bfd398d61bd2084ff732a1638ca6aa
 WHIRLPOOL 
4d72efbffd2f7c77041065c948c18ccbb4a65eb7f4ec7209ccde15e142fee84c70324390bc921c0302c30ad7673336c8cf00be8c710154fe31c8a3063987622b
-DIST mlt-0.8.8.tar.gz 1108652 SHA256 
cc0e1cdb97a1cd59811a74553b5d3fbff590eb859c475253e188de1069ff9654 SHA512 
d29d982632dec14e4397db602688816e06f095b1831514a816bc7640d574a04d3d56cc16240ea0a01229887e95c80891b87c5df981063cb2d6a14b50ff67589f
 WHIRLPOOL 
6e5665e5b4c9471d252faea7073cfd21580e31b55941ba51a415783d79bec3d857fcd01f111da25e24551a3f03a728390e17ab9b127e1bd0977bac94c83162a5
 DIST mlt-0.9.0.tar.gz 1167943 SHA256 
f20c6a9c9acaed3da84c601bf9293b2d148168386e5be2bc55651a75f95c1cc9 SHA512 
631ab41ee6e3673c712f784b9c02b567a5e3b982d49eabe032ef20e89be9424cf9ce6d97fe6906f03b0ac082544316ba8524ae041d017aeac009ab9b98d457d9
 WHIRLPOOL 
b39e78837f2f2785721315ac174d106e33bafd2dd55b8883b254a39dc98f664be29ce3e84413d2ba55f881bb42ca10c36a9117de00b1a5efc3dff8577a6a29af
 DIST mlt-0.9.8.tar.gz 1263364 SHA256 
1214d6ad7fd1c3d36f0b1e64fd1c8d8a7ab6290e8452396003e79d58c0d21074 SHA512 
2f3db19cbff8bdd11c53fe835fcc1c32d775ead061b2e225466376be98c622cdd18e67f66becda503a57725ac9a296bc48aae4c3aeed09ba878f61fd1e10
 WHIRLPOOL 
6153236139ea80f8d6727a05129a9dc32097a8c2bf41cb818843fa8d47885744c1534fd7d26817262f60404e4caa12ea67ae9b3f59984874981865ee9148

diff --git a/media-libs/mlt/files/mlt-0.7.2-ruby-link.patch 
b/media-libs/mlt/files/mlt-0.7.2-ruby-link.patch
deleted file mode 100644
index c0427c1..000
--- a/media-libs/mlt/files/mlt-0.7.2-ruby-link.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-The build system tries to link to installed system libraries first, which 
-fails because the ABI has changed...
-
-diff -ruN mlt-0.7.2.orig/src/swig/ruby/build mlt-0.7.2/src/swig/ruby/build
 mlt-0.7.2.orig/src/swig/ruby/build 2011-05-02 07:59:12.0 +0200
-+++ mlt-0.7.2/src/swig/ruby/build  2011-10-30 16:21:01.0 +0100
-@@ -5,8 +5,10 @@
-   exit 0
- end
- system( ln -sf ../mlt.i )
-+system( ln -sf ../../framework/libmlt.so )
-+system( ln -sf ../../mlt++/libmlt++.so )
- system( swig -c++ -ruby -I../../mlt++ -I../.. mlt.i )
- $CFLAGS +=  -I../..
--$LDFLAGS +=  -L../../mlt++ -lmlt++
-+$LIBS +=  -lmlt++ -lmlt -lstdc++
- create_makefile('mlt')
- system( make )

diff --git a/media-libs/mlt/files/mlt-0.8.2-av_codec_is_encoder.patch 
b/media-libs/mlt/files/mlt-0.8.2-av_codec_is_encoder.patch
deleted file mode 100644
index 3d0ba1c..000
--- a/media-libs/mlt/files/mlt-0.8.2-av_codec_is_encoder.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-AVCodec.encode has been renamed recently is ffmpeg, causing mlt to fail to 
build.
-Starting from libavcodec 54.7 we have av_codec_is_encoder available publicly so
-use this instead.
-
-Index: mlt-0.8.2/src/modules/avformat/consumer_avformat.c
-===
 mlt-0.8.2.orig/src/modules/avformat/consumer_avformat.c
-+++ mlt-0.8.2/src/modules/avformat/consumer_avformat.c
-@@ -238,7 +238,11 @@ static int consumer_start( mlt_consumer
-   mlt_properties_set_data( doc, audio_codecs, codecs, 0, NULL, 
NULL );
-   while ( ( codec = av_codec_next( codec ) ) )
- #if LIBAVCODEC_VERSION_INT = ((5416)+(08)+0)
-+#if LIBAVCODEC_VERSION_INT = ((5416)+(78)+0)
-+  if ( av_codec_is_encoder(codec)  codec-type == 
CODEC_TYPE_AUDIO )
-+#else
-   if ( ( codec-encode || codec-encode2 )  codec-type 
== CODEC_TYPE_AUDIO )
-+#endif
- #else
-   if ( codec-encode  codec-type == CODEC_TYPE_AUDIO )
- #endif
-@@ -262,7 +266,11 @@ static int consumer_start( mlt_consumer
-   mlt_properties_set_data( doc, video_codecs, codecs, 0, NULL, 
NULL );
-   while ( ( codec = av_codec_next( codec ) ) )
- #if LIBAVCODEC_VERSION_INT = ((5416)+(08)+0)
-+#if LIBAVCODEC_VERSION_INT = 

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

2015-08-21 Thread Alexis Ballier
commit: 36c01700498b3b61d12f07102e4e8bea16f072a5
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 13:50:44 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 13:51:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c01700

media-video/x264-encoder: bump a new snapshot

Package-Manager: portage-2.2.20.1

 media-video/x264-encoder/Manifest  |  1 +
 .../x264-encoder/x264-encoder-0.0.20150820.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/media-video/x264-encoder/Manifest 
b/media-video/x264-encoder/Manifest
index 3d91188..203faf6 100644
--- a/media-video/x264-encoder/Manifest
+++ b/media-video/x264-encoder/Manifest
@@ -1 +1,2 @@
 DIST x264-snapshot-20140308-2245.tar.bz2 624712 SHA256 
b179cb1e1d4f51418d292011a7494d5b62145571c05c22007f28d8fd89d2ebbe SHA512 
42dc8183aa7af2bd4c360edc0349193cf69a119450880af0c1586e8f27490d7c6784c464b29c9f07ae972aaf661672ab4f2094a46a3d19b6df35be1f9d9a1629
 WHIRLPOOL 
b1ac3341647d9d8d8ff6177f179ee8b5d6a49a38a48791748c24d5cd3c53858758785a0d21d42fbe373ec74465d947b69526a487da15fbca1a1f9aa50064288c
+DIST x264-snapshot-20150820-2245.tar.bz2 718209 SHA256 
0ea86849d1a9b0a5b88fe6e0281359d7f5675c68fb83f6397b3e02896ccd77e3 SHA512 
6b85f96f7cc85e1e938dad06c01b777aaf866796fb1763a02b4b7fa9c44f70bf15fc1bef123f7b24bb2c58b23f7276d4eb2b8f99b2e4fef3c716ed7f66d66e44
 WHIRLPOOL 
daf5a63dbe2cb77a496a3eec1b1687ef6c4a008328064c46bd0e90139d328a6ff4e7dbd17b8dad57c357717c0b665293c86883213b483e85d25a06ec93c81024

diff --git a/media-video/x264-encoder/x264-encoder-0.0.20150820.ebuild 
b/media-video/x264-encoder/x264-encoder-0.0.20150820.ebuild
new file mode 100644
index 000..64e7ddc
--- /dev/null
+++ b/media-video/x264-encoder/x264-encoder-0.0.20150820.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit flag-o-matic multilib toolchain-funcs
+
+DESCRIPTION=A free commandline encoder for X264/AVC streams
+HOMEPAGE=http://www.videolan.org/developers/x264.html;
+if [[ ${PV} ==  ]]; then
+   inherit git-2
+   EGIT_REPO_URI=git://git.videolan.org/x264.git
+   SRC_URI=
+else
+   inherit versionator
+   MY_P=x264-snapshot-$(get_version_component_range 3)-2245
+   
SRC_URI=http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;
+   KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+   S=${WORKDIR}/${MY_P}
+fi
+
+LICENSE=GPL-2
+SLOT=0
+IUSE=10bit avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads
+
+REQUIRED_USE=ffmpegsource? ( ffmpeg )
+
+RDEPEND=ffmpeg? ( virtual/ffmpeg )
+   ~media-libs/x264-${PV}[10bit=,interlaced=,threads=]
+   ffmpegsource? ( media-libs/ffmpegsource )
+   mp4? ( =media-video/gpac-0.4.1_pre20060122 )
+
+ASM_DEP==dev-lang/yasm-1.2.0
+DEPEND=${RDEPEND}
+   amd64? ( ${ASM_DEP} )
+   x86? ( ${ASM_DEP} )
+   x86-fbsd? ( ${ASM_DEP} )
+   virtual/pkgconfig
+
+src_configure() {
+   tc-export CC
+
+   # let upstream pick the optimization level by default
+   use custom-cflags || filter-flags -O?
+
+   ./configure \
+   --prefix=${EPREFIX}/usr \
+   --libdir=${EPREFIX}/usr/$(get_libdir) \
+   --system-libx264 \
+   --host=${CHOST} \
+   --disable-lsmash \
+   $(usex 10bit --bit-depth=10 ) \
+   $(usex avs  --disable-avs) \
+   $(usex ffmpeg  --disable-lavf --disable-swscale) \
+   $(usex ffmpegsource  --disable-ffms) \
+   $(usex interlaced  --disable-interlaced) \
+   $(usex mp4  --disable-gpac) \
+   $(usex threads  --disable-thread) || die
+
+   # this is a nasty workaround for bug #376925 for x264 that also applies
+   # here, needed because as upstream doesn't like us fiddling with their 
CFLAGS
+   if use custom-cflags; then
+   local cflags
+   cflags=$(grep ^CFLAGS= config.mak | sed 's/CFLAGS=//')
+   cflags=${cflags//$(get-flag O)/}
+   cflags=${cflags//-O? /$(get-flag O) }
+   cflags=${cflags//-g /}
+   sed -i s:^CFLAGS=.*:CFLAGS=${cflags//:/\\:}: config.mak
+   fi
+}



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

2015-08-21 Thread Mike Frysinger
commit: 67cd1956c3e54844b38fd96db32cef1da751ee91
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Fri Aug 21 14:21:03 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Fri Aug 21 14:21:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67cd1956

profiles: delete openssh mask #557388

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 003ca4b..9bd6c36 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -125,12 +125,6 @@ kde-misc/nepomukshell
 kde-misc/pgame
 media-video/bangarang
 
-# Michał Górny mgo...@gentoo.org (12 Aug 2015)
-# (on behalf of QA team)
-# Disables DSA keys without warning, effectively blocking incoming
-# SSH connections.
-=net-misc/openssh-7.0
-
 # Patrice Clement monsie...@gentoo.org (11 Aug 2015)
 # Old and doesn't compile with recent JDKs (= 1.8).
 # Masked for removal in 30 days. See bug #557210.



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

2015-08-21 Thread Hans de Graaff
commit: b2e073997cd338dd423d93b89274b228370f1822
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Fri Aug 21 14:42:49 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Aug 21 14:43:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e07399

dev-ruby/file-tail: drop ruby19 since tins no longer supports it

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/file-tail/file-tail-1.1.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.1.0.ebuild
index e2cfe17..a93004f 100644
--- a/dev-ruby/file-tail/file-tail-1.1.0.ebuild
+++ b/dev-ruby/file-tail/file-tail-1.1.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
+USE_RUBY=ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_TEST=none
 



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

2015-08-21 Thread Alexis Ballier
commit: 796b07704be335b0fe8d6566e2a1bee8f2183a69
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 12:13:02 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 12:13:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796b0770

media-video/mkvtoolnix: bump to 8.3.0

Package-Manager: portage-2.2.20.1

 media-video/mkvtoolnix/Manifest|   1 +
 media-video/mkvtoolnix/mkvtoolnix-8.3.0.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest
index aaac312..65a84e0 100644
--- a/media-video/mkvtoolnix/Manifest
+++ b/media-video/mkvtoolnix/Manifest
@@ -1,2 +1,3 @@
 DIST mkvtoolnix-6.6.0.tar.xz 5174424 SHA256 
cb1f965617fe064cf78457d3fbd0685eb31ae5b7e205cf4c8e74b6f27f3399e3 SHA512 
c86f10a0a919e6d28c2587b60663c38713cfa6ca0a5188524b81af2fd60e4ea626a01431d29c6ae5885eae05d71af93d857986c5008aec4963dacc3ead9dc26f
 WHIRLPOOL 
55a15bb2fdb62af85e189c39b1a1391d33eb08b4ba116fc307965be6817a944b21d18c034b9a3da16a6e84e93544dbd59f3c7fe9406ab454e15cf8ee1eb815c3
 DIST mkvtoolnix-8.2.0.tar.xz 5856988 SHA256 
eb6d3d7a0254bb4326dccc9983418801783198cdf4a259f31261dab4e843a5c4 SHA512 
200fad08f6912081d7aabbae9330dc41b90af8d6fdce592090b9fedf2325a91f70d3a85ff40b03b57b0682a075050b6b73307872c1e716e8261849c3fb97968b
 WHIRLPOOL 
1b25cd8913eb02018d62de369171ee1a48d31cbce6684c0c7febd2f88c3286bbf386c825ddeae54ef411dc14cc128c9e833408f9b0ac9cb1d5e525ba34aaa4ae
+DIST mkvtoolnix-8.3.0.tar.xz 5863384 SHA256 
87bd8995d35c310a426ed43e0b27cbfefa0caadcbcca8296787314affc37 SHA512 
fb3ac11480c20ae360fef9081991876ef2d7a717f24ec631bb8482ee7d22f79164aafeaf561dee503f1c0a83fe3ed6db319b420c34d638450aada762e6eb00c0
 WHIRLPOOL 
b3cd3f4785c891c75eac3754136aa0b709ff0e784eea6d0e915478eea6fbdbe7132c56a997a007ba6d690649b6caaae46a8b45ae055aab7ae557486d99aab417

diff --git a/media-video/mkvtoolnix/mkvtoolnix-8.3.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-8.3.0.ebuild
new file mode 100644
index 000..f2bb734
--- /dev/null
+++ b/media-video/mkvtoolnix/mkvtoolnix-8.3.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+WX_GTK_VER=3.0
+inherit eutils multilib toolchain-funcs versionator wxwidgets multiprocessing 
autotools
+
+DESCRIPTION=Tools to create, alter, and inspect Matroska files
+HOMEPAGE=http://www.bunkus.org/videotools/mkvtoolnix;
+SRC_URI=http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+IUSE=curl debug pch qt5 wxwidgets
+
+ruby_atom() {
+   local ruby_slot=${1/ruby/}
+   ruby_slot=${ruby_slot:0:1}.${ruby_slot:1:2}
+   echo dev-lang/ruby:${ruby_slot}
+}
+
+# hacks to avoid using the ruby eclasses since this requires something similar
+# to the python-any-r1 eclass for ruby which currently doesn't exist
+RUBY_IMPLS=( ruby22 ruby21 ruby20 )
+RUBY_BDEPS=$(for ruby_impl in ${RUBY_IMPLS[@]}; do
+   echo ( $(ruby_atom ${ruby_impl}) 
virtual/rubygems[ruby_targets_${ruby_impl}] ); done)
+
+RDEPEND=
+   =dev-libs/boost-1.46.0:=
+   =dev-libs/libebml-1.3.1:=
+   dev-libs/pugixml
+   media-libs/flac
+   =media-libs/libmatroska-1.4.2:=
+   media-libs/libogg
+   media-libs/libvorbis
+   sys-apps/file
+   =sys-devel/gcc-4.6
+   sys-libs/zlib
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
+
+DEPEND=${RDEPEND}
+   || ( ${RUBY_BDEPS} )
+   sys-devel/gettext
+   virtual/pkgconfig
+
+
+pkg_pretend() {
+   # http://bugs.gentoo.org/419257
+   local ver=4.6
+   local msg=You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support.
+   if ! version_is_at_least ${ver} $(gcc-version); then
+   eerror ${msg}
+   die ${msg}
+   fi
+}
+
+src_prepare() {
+   local ruby_impl
+   for ruby_impl in ${RUBY_IMPLS[@]}; do
+   if has_version $(ruby_atom ${ruby_impl}); then
+   export RUBY=${ruby_impl}
+   break
+   fi
+   done
+   [[ -z ${RUBY} ]]  die No available ruby implementations to build 
with
+
+   epatch_user
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+
+   if use qt5 ; then
+   # ac/qt5.m4 finds default Qt version set by qtchooser, bug 
#532600
+   myconf+=(
+   --with-moc=/usr/$(get_libdir)/qt5/bin/moc
+   --with-uic=/usr/$(get_libdir)/qt5/bin/uic
+   --with-rcc=/usr/$(get_libdir)/qt5/bin/rcc
+   --with-mkvtoolnix-gui
+   )
+   fi
+
+   if use 

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

2015-08-21 Thread Alexis Ballier
commit: 5f324a6511dc18f2846c7f0a5a948aa015900b3b
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 12:20:15 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 12:20:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f324a65

media-libs/mlt: fix ruby patch.

Package-Manager: portage-2.2.20.1

 media-libs/mlt/files/mlt-0.9.8-ruby-link.patch | 29 +-
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/media-libs/mlt/files/mlt-0.9.8-ruby-link.patch 
b/media-libs/mlt/files/mlt-0.9.8-ruby-link.patch
old mode 100755
new mode 100644
index 3dd319a..9b2327d
--- a/media-libs/mlt/files/mlt-0.9.8-ruby-link.patch
+++ b/media-libs/mlt/files/mlt-0.9.8-ruby-link.patch
@@ -1,20 +1,19 @@
-The build system tries to link to installed system libraries first, which
+The build system tries to link to installed system libraries first, which 
 fails because the ABI has changed...
 
 swig/ruby/build
-+++ swig/ruby/build
-@@ -0,0 +1,14 @@
-+#!/usr/bin/env ruby
-+require 'mkmf'
-+if ARGV.shift == 'clean'
-+  system( rm -f *.cxx *.so *.o mlt.i ../.ruby Makefile )
-+  exit 0
-+end
-+system( ln -sf ../mlt.i )
+Index: mlt-0.9.8/src/swig/ruby/build
+===
+--- mlt-0.9.8.orig/src/swig/ruby/build
 mlt-0.9.8/src/swig/ruby/build
+@@ -5,8 +5,10 @@ if ARGV.shift == 'clean'
+   exit 0
+ end
+ system( ln -sf ../mlt.i )
 +system( ln -sf ../../framework/libmlt.so )
 +system( ln -sf ../../mlt++/libmlt++.so )
-+system( swig -c++ -ruby -I../../mlt++ -I../.. mlt.i )
-+$CFLAGS +=  -I../..  + (ENV.has_key?('CXXFLAGS')? ENV['CXXFLAGS'] : '')
+ system( swig -c++ -ruby -I../../mlt++ -I../.. mlt.i )
+ $CFLAGS +=  -I../..  + (ENV.has_key?('CXXFLAGS')? ENV['CXXFLAGS'] : '')
+-$LDFLAGS +=  -L../../mlt++ -lmlt++
 +$LIBS +=  -lmlt++ -lmlt -lstdc++
-+create_makefile('mlt')
-+system( make )
+ create_makefile('mlt')
+ system( make )



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

2015-08-21 Thread Mikle Kolyada
commit: a97b73fa1bfe56d79f12e81b134456b4cfe833aa
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Fri Aug 21 12:18:07 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Fri Aug 21 12:18:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97b73fa

dev-vcs/gitolite: amd64 stable wrt bug #556886

Package-Manager: portage-2.2.20.1

 dev-vcs/gitolite/gitolite-3.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/gitolite/gitolite-3.6.3.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.3.ebuild
index 6f0c695..d322a4d 100644
--- a/dev-vcs/gitolite/gitolite-3.6.3.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION=Highly flexible server for git directory version 
tracker
 HOMEPAGE=http://github.com/sitaramc/gitolite;
 if [[ ${PV} != * ]]; then
SRC_URI=https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64 ~arm ~x86
+   KEYWORDS=amd64 ~arm ~x86
 else
SRC_URI=
KEYWORDS=



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

2015-08-21 Thread Alexis Ballier
commit: 24016e0ebcb8706c753c7fba2884db17152bfbf7
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 12:50:57 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 12:50:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24016e0e

media-libs/mlt: add := dep on lua

Package-Manager: portage-2.2.20.1

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

diff --git a/media-libs/mlt/mlt-0.9.8.ebuild b/media-libs/mlt/mlt-0.9.8.ebuild
index 102a219..a65afee 100644
--- a/media-libs/mlt/mlt-0.9.8.ebuild
+++ b/media-libs/mlt/mlt-0.9.8.ebuild
@@ -47,7 +47,7 @@ RDEPEND=
kde? ( kde-base/kdelibs:4
media-libs/libexif )
!media-libs/mlt++
-   lua? ( =dev-lang/lua-5.1.4-r4 )
+   lua? ( =dev-lang/lua-5.1.4-r4:= )
ruby? ( ${RUBY_DEPS} )
 #  sox? ( media-sound/sox )
 #  java? ( =virtual/jre-1.5 )



[gentoo-commits] proj/gentoo-bsd:master commit in: scripts/

2015-08-21 Thread Yuta SATOH
commit: 43bf434fa63c2519ef291163a9ee3144d0fe556d
Author: Yuta SATOH nigoro AT gentoo DOT gr DOT jp
AuthorDate: Fri Aug 21 12:43:22 2015 +
Commit: Yuta SATOH nigoro AT gentoo DOT gr DOT jp
CommitDate: Fri Aug 21 12:43:22 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=43bf434f

automatic_updater.sh: added MAKEOPTS=-j1 and force set gcc to CC,CXX.

 scripts/automatic_updater.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index 258424c..4d620d6 100755
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -94,8 +94,8 @@ update_freebsd_userland(){
fi
 
emerge -C dev-libs/libelf dev-libs/libexecinfo dev-libs/libiconv 
sys-process/fuser-bsd  :
-   emerge --nodeps sys-freebsd/freebsd-libexec
-   USE=build emerge --nodeps sys-freebsd/freebsd-lib
+   CC=gcc CXX=g++ emerge --nodeps sys-freebsd/freebsd-libexec
+   CC=gcc CXX=g++ USE=build MAKEOPTS=-j1 emerge --nodeps 
sys-freebsd/freebsd-lib
if [[ -e /usr/lib/libc++.so ]] ; then
emerge -uN sys-libs/libcxx sys-libs/libcxxrt --exclude 
sys-freebsd/*
fi



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

2015-08-21 Thread Patrice Clement
commit: ae31a81cd6d0cb3e56dc72d242c245d23248f6ef
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 13:12:55 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae31a81c

dev-java/classmate: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/classmate/classmate-0.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/classmate/classmate-0.9.0-r1.ebuild 
b/dev-java/classmate/classmate-0.9.0-r1.ebuild
index 60a636f..b5bf374 100644
--- a/dev-java/classmate/classmate-0.9.0-r1.ebuild
+++ b/dev-java/classmate/classmate-0.9.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI=https://github.com/cowtowncoder/java-classmate/archive/${P}.tar.gz;
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
 IUSE=
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/resin/, www-servers/resin/files/4.0.22/, ...

2015-08-21 Thread Patrice Clement
commit: 350224db5c05c0b0b96a4193a4d7b6d97aff9a7b
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 13:20:32 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350224db

www-servers/resin: Remove vunerable versions. Fixes security bug 431416.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 www-servers/resin/Manifest|   6 -
 www-servers/resin/files/4.0.13/resin.conf |  16 ---
 www-servers/resin/files/4.0.13/resin.init |  37 --
 www-servers/resin/files/4.0.14/resin.conf |  16 ---
 www-servers/resin/files/4.0.14/resin.init |  37 --
 www-servers/resin/files/4.0.15/resin.conf |  16 ---
 www-servers/resin/files/4.0.15/resin.init |  37 --
 www-servers/resin/files/4.0.22/resin.conf |  16 ---
 www-servers/resin/files/4.0.22/resin.init |  37 --
 www-servers/resin/files/4.0.25/resin.conf |  16 ---
 www-servers/resin/files/4.0.25/resin.init |  37 --
 www-servers/resin/files/4.0.26/resin.conf |  16 ---
 www-servers/resin/files/4.0.26/resin.init |  37 --
 www-servers/resin/resin-4.0.22.ebuild | 186 --
 www-servers/resin/resin-4.0.25.ebuild | 186 --
 www-servers/resin/resin-4.0.26.ebuild | 182 -
 16 files changed, 878 deletions(-)

diff --git a/www-servers/resin/Manifest b/www-servers/resin/Manifest
index 741570b..936b7f8 100644
--- a/www-servers/resin/Manifest
+++ b/www-servers/resin/Manifest
@@ -1,7 +1 @@
-DIST resin-4.0.22-src.zip 17540820 SHA256 
5b79a28e82849f97fc6bbf670306e29c19159b061b370f7eabc483f56a54053a
-DIST resin-4.0.25-src.zip 17971688 SHA256 
e30ace9c2c9ececb1769402ea7a6cd2fe8ea73f9f38009da1b4d2ba23ab6972a
-DIST resin-4.0.26-src.zip 17879008 SHA256 
0f7bbea8bd4803d499e1d212a49ac8672500ede80194c4daa12c980ad405e34e SHA512 
aae0304664c67667b9abf304ccc3dbaf073be42fcd1dd6aa380d841a34a2a44f0187fa91abe6bf92bf66f394b4b2d4eda7c4c9a55b5cb8a76436446cca3d5512
 WHIRLPOOL 
a536b28cad14219ce5c8aaa791a859d21539176b6f729072483e6278fa9b45de2bb367d6696225c1bafe0148c86c3bb0e46ec81595222160aa742ffdf9d5674c
 DIST resin-4.0.44-src.zip 40342346 SHA256 
dc2900e03d5a328ad4801df4ea2413f5d96bc1408301fa0f74545b3061c4ddfd SHA512 
bef7cc8e42522396b6041e6b38858f8f2ef92f0a753b7a86e191f62f6060810930765cb834eeb53404e08f8b9b3f2e4c4d3b632cb9b80edf929b4a41bbb3d5f8
 WHIRLPOOL 
bec0fa955dc2c6f1b04b18eb9f68424ba05814f25b690018fdb6fbe9c424730c9f19cfcec3f93f0ff1b6ce2e998d22a435788bcd52370b7c9653ef17a4cc75fa
-DIST resin-gentoo-patches-4.0.22-r1.tar.bz2 2625 SHA256 
4f29cabe826f535d9b2d324d7f70b9983410cd4b8c250a166fa1e74f1ab3d828
-DIST resin-gentoo-patches-4.0.25-r1.tar.bz2 3208 SHA256 
bbdcd0ba71670869171356ff15dd13461aac667e75b6998019864d75876132d2
-DIST resin-gentoo-patches-4.0.26.tar.bz2 3826 SHA256 
adff1fb68e38af68add2e16e3832406a105e14532ee022ad315a955d6d6f4f31 SHA512 
fc23c6b82f55b76c063276169e8b6be40ab697dfa07ab8f8f560db33b9c48993526f07190b137406f952e0d1a548cc45f30b6a9ceb4983e2a9eed5de8f4ab5d3
 WHIRLPOOL 
cf7403adcdd0b98fcab2ace7733af7e9fa57361f9e2b2fb128ee8c3a9d787c5e8437f6749889cea1aacbf1ec9b9725647e6737fe4e3d1a98d69d1965c129c2d2

diff --git a/www-servers/resin/files/4.0.13/resin.conf 
b/www-servers/resin/files/4.0.13/resin.conf
deleted file mode 100644
index a48840b..000
--- a/www-servers/resin/files/4.0.13/resin.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-# JVM Runtime
-# Using the default setting, it will determine your JVM from the system-vm
-# set using java-config.
-# See java-config(1) manual page for assistance in determining this value.
-
-# You can override this value with whatever JDK you want.
-# For a list of valid values for GENTOO_VM see output of
-#   java-config -L
-#GENTOO_VM=sun-jdk-1.5
-
-# Verbose starting and stopping? (yes/no, defaults to no)
-#VERBOSE=yes
-
-# Select which server will be started, this is an advanced feature, please 
refer
-# to Resin documentation.
-SERVER_ID=

diff --git a/www-servers/resin/files/4.0.13/resin.init 
b/www-servers/resin/files/4.0.13/resin.init
deleted file mode 100644
index d36037f..000
--- a/www-servers/resin/files/4.0.13/resin.init
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-   need net
-   use dns logger mysql postgresql
-}
-
-runResin() {
-   JAVA_HOME=$(java-config -O)
-   [ -n ${GENTOO_VM} ]  JAVA_HOME=$(java-config 
--select-vm=${GENTOO_VM} -O)
-   export JAVA_HOME
-
-   local extraArgs=
-   if [ ${VERBOSE} = yes ]; then
-   extraArgs=-verbose
-   fi
-
-   local msg=${1}
-   shift
-
-   local cmdline=${JAVA_HOME}/bin/java -jar 
/usr/share/resin/lib/resin.jar -conf /etc/resin/resin.xml -server 
\${SERVER_ID}\ -resin-home __RESIN_HOME__ -root-directory 

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

2015-08-21 Thread Patrice Clement
commit: 6c298b9efe4d4eda9eab0986a5dd0a221674
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 12:34:40 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c298b9e

dev-java/bctsp: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/bctsp/bctsp-1.45-r1.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-java/bctsp/bctsp-1.45-r1.ebuild 
b/dev-java/bctsp/bctsp-1.45-r1.ebuild
index ad001c7..29652e0 100644
--- a/dev-java/bctsp/bctsp-1.45-r1.ebuild
+++ b/dev-java/bctsp/bctsp-1.45-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,17 +15,16 @@ 
SRC_URI=http://www.bouncycastle.org/download/${MY_P}.tar.gz;
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
-COMMON_DEPEND=
-   dev-java/bcprov:1.45
+CDEPEND=dev-java/bcprov:1.45
dev-java/bcmail:1.45
 
-RDEPEND=${COMMON_DEPEND}
-   =virtual/jre-1.5
+RDEPEND=${CDEPEND}
+   =virtual/jre-1.6
 
-DEPEND=${COMMON_DEPEND}
-   =virtual/jdk-1.5
+DEPEND=${CDEPEND}
+   =virtual/jdk-1.6
app-arch/unzip
 
 S=${WORKDIR}/${MY_P}



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

2015-08-21 Thread Patrice Clement
commit: 7ab5f10a653cb43b0897e9bd2aa67c262a2bf2b3
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 12:39:59 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab5f10a

dev-java/cdi-api: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/cdi-api/cdi-api-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/cdi-api/cdi-api-1.2.ebuild 
b/dev-java/cdi-api/cdi-api-1.2.ebuild
index 27f363b..98291d4 100644
--- a/dev-java/cdi-api/cdi-api-1.2.ebuild
+++ b/dev-java/cdi-api/cdi-api-1.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI=https://repo1.maven.org/maven2/javax/enterprise/${PN}/${PV}/${P}-source
 
 LICENSE=Apache-2.0
 SLOT=1.2
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
 IUSE=
 



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

2015-08-21 Thread Patrice Clement
commit: e32b9910e6cfa1b667dbc98cba24e5b72b271284
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 13:14:06 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32b9910

dev-java/classmate: Remove old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/classmate/classmate-0.9.0.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/dev-java/classmate/classmate-0.9.0.ebuild 
b/dev-java/classmate/classmate-0.9.0.ebuild
deleted file mode 100644
index 8441f7a..000
--- a/dev-java/classmate/classmate-0.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE=doc source test
-
-inherit java-pkg-2 java-pkg-simple vcs-snapshot
-
-DESCRIPTION=Library for introspecting generic type information of types, 
member/static methods, fields
-HOMEPAGE=https://github.com/cowtowncoder/java-classmate/;
-SRC_URI=https://github.com/cowtowncoder/java-classmate/archive/${P}.tar.gz;
-
-LICENSE=Apache-2.0
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-
-RDEPEND==virtual/jre-1.5
-DEPEND==virtual/jdk-1.5
-   test? ( dev-java/junit:4 )
-
-S=${WORKDIR}/${P}
-
-JAVA_SRC_DIR=src/main/java
-
-java_prepare() {
-   rm pom.xml || die
-}
-
-src_test() {
-   testcp=${S}/${PN}.jar:$(java-pkg_getjars junit-4):target/tests
-
-   mkdir target/tests || die
-   ejavac -cp ${testcp} -d target/tests $(find src/test/java -name 
*.java)
-
-   tests=$(find target/tests -name *Test.class -not -name 
BaseTest.class \
-   | sed -e 's/target\/tests\///g' -e s/\.class// -e 
s/\//./g \
-   | grep -vP '\$');
-   ejunit4 -cp ${testcp} ${tests}
-}



[gentoo-commits] proj/linux-patches:3.18 commit in: /

2015-08-21 Thread Mike Pagano
commit: 8fec14cd594bb552643f75756d5c9d13b0a9c0eb
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Aug 21 12:57:03 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Aug 21 12:57:03 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8fec14cd

Linux patch 3.18.20

 _README  |4 +
 1019_linux-3.18.20.patch | 1847 ++
 2 files changed, 1851 insertions(+)

diff --git a/_README b/_README
index 21802d2..78fbad8 100644
--- a/_README
+++ b/_README
@@ -119,6 +119,10 @@ Patch:  1018_linux-3.18.19.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.18.19
 
+Patch:  1019_linux-3.18.20.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.18.20
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1019_linux-3.18.20.patch b/1019_linux-3.18.20.patch
new file mode 100644
index 000..7f76c65
--- /dev/null
+++ b/1019_linux-3.18.20.patch
@@ -0,0 +1,1847 @@
+diff --git a/Documentation/devicetree/bindings/spi/spi_pl022.txt 
b/Documentation/devicetree/bindings/spi/spi_pl022.txt
+index 22ed6797216d..4d1673ca8cf8 100644
+--- a/Documentation/devicetree/bindings/spi/spi_pl022.txt
 b/Documentation/devicetree/bindings/spi/spi_pl022.txt
+@@ -4,9 +4,9 @@ Required properties:
+ - compatible : arm,pl022, arm,primecell
+ - reg : Offset and length of the register set for the device
+ - interrupts : Should contain SPI controller interrupt
++- num-cs : total number of chipselects
+ 
+ Optional properties:
+-- num-cs : total number of chipselects
+ - cs-gpios : should specify GPIOs used for chipselects.
+   The gpios will be referred to as reg = index in the SPI child nodes.
+   If unspecified, a single SPI device without a chip select can be used.
+diff --git a/Makefile b/Makefile
+index eab97c3d462d..3ef589539cca 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 18
+-SUBLEVEL = 19
++SUBLEVEL = 20
+ EXTRAVERSION =
+ NAME = Diseased Newt
+ 
+diff --git a/arch/arm64/mm/hugetlbpage.c b/arch/arm64/mm/hugetlbpage.c
+index 2de9d2e59d96..0eeb4f0930a0 100644
+--- a/arch/arm64/mm/hugetlbpage.c
 b/arch/arm64/mm/hugetlbpage.c
+@@ -40,13 +40,13 @@ int huge_pmd_unshare(struct mm_struct *mm, unsigned long 
*addr, pte_t *ptep)
+ 
+ int pmd_huge(pmd_t pmd)
+ {
+-  return !(pmd_val(pmd)  PMD_TABLE_BIT);
++  return pmd_val(pmd)  !(pmd_val(pmd)  PMD_TABLE_BIT);
+ }
+ 
+ int pud_huge(pud_t pud)
+ {
+ #ifndef __PAGETABLE_PMD_FOLDED
+-  return !(pud_val(pud)  PUD_TABLE_BIT);
++  return pud_val(pud)  !(pud_val(pud)  PUD_TABLE_BIT);
+ #else
+   return 0;
+ #endif
+diff --git a/block/blk-mq.c b/block/blk-mq.c
+index 849479debac3..691959ecb80f 100644
+--- a/block/blk-mq.c
 b/block/blk-mq.c
+@@ -1473,22 +1473,6 @@ static int blk_mq_hctx_cpu_offline(struct blk_mq_hw_ctx 
*hctx, int cpu)
+   return NOTIFY_OK;
+ }
+ 
+-static int blk_mq_hctx_cpu_online(struct blk_mq_hw_ctx *hctx, int cpu)
+-{
+-  struct request_queue *q = hctx-queue;
+-  struct blk_mq_tag_set *set = q-tag_set;
+-
+-  if (set-tags[hctx-queue_num])
+-  return NOTIFY_OK;
+-
+-  set-tags[hctx-queue_num] = blk_mq_init_rq_map(set, hctx-queue_num);
+-  if (!set-tags[hctx-queue_num])
+-  return NOTIFY_STOP;
+-
+-  hctx-tags = set-tags[hctx-queue_num];
+-  return NOTIFY_OK;
+-}
+-
+ static int blk_mq_hctx_notify(void *data, unsigned long action,
+ unsigned int cpu)
+ {
+@@ -1496,8 +1480,11 @@ static int blk_mq_hctx_notify(void *data, unsigned long 
action,
+ 
+   if (action == CPU_DEAD || action == CPU_DEAD_FROZEN)
+   return blk_mq_hctx_cpu_offline(hctx, cpu);
+-  else if (action == CPU_ONLINE || action == CPU_ONLINE_FROZEN)
+-  return blk_mq_hctx_cpu_online(hctx, cpu);
++
++  /*
++   * In case of CPU online, tags may be reallocated
++   * in blk_mq_map_swqueue() after mapping is updated.
++   */
+ 
+   return NOTIFY_OK;
+ }
+@@ -1682,6 +1669,7 @@ static void blk_mq_map_swqueue(struct request_queue *q)
+   unsigned int i;
+   struct blk_mq_hw_ctx *hctx;
+   struct blk_mq_ctx *ctx;
++  struct blk_mq_tag_set *set = q-tag_set;
+ 
+   queue_for_each_hw_ctx(q, hctx, i) {
+   cpumask_clear(hctx-cpumask);
+@@ -1708,16 +1696,20 @@ static void blk_mq_map_swqueue(struct request_queue *q)
+* disable it and free the request entries.
+*/
+   if (!hctx-nr_ctx) {
+-  struct blk_mq_tag_set *set = q-tag_set;
+-
+   if (set-tags[i]) {
+   blk_mq_free_rq_map(set, set-tags[i], i);
+   set-tags[i] = NULL;
+-  hctx-tags = NULL;
+   }
++  

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

2015-08-21 Thread Alexis Ballier
commit: b8e02e60c5eb5d25ea5fa84595d0660e9d645d38
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 13:23:41 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 13:23:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e02e60

media-libs/x264: update soname for subslot, fix cflags patch.

https://bugs.gentoo.org/show_bug.cgi?id=555990

Package-Manager: portage-2.2.20.1

 media-libs/x264/files/x264-cflags.patch | 48 +++--
 media-libs/x264/x264-.ebuild|  3 ++-
 2 files changed, 24 insertions(+), 27 deletions(-)

diff --git a/media-libs/x264/files/x264-cflags.patch 
b/media-libs/x264/files/x264-cflags.patch
index a5f4d79..c3b5137 100644
--- a/media-libs/x264/files/x264-cflags.patch
+++ b/media-libs/x264/files/x264-cflags.patch
@@ -1,47 +1,34 @@
-diff --git a/configure b/configure
-index 0a4cb94..8f7ef75 100755
 a/configure
-+++ b/configure
-@@ -591,11 +591,6 @@ case $host_cpu in
+Index: x264-/configure
+===
+--- x264-.orig/configure
 x264-/configure
+@@ -669,11 +669,6 @@ case $host_cpu in
  if [[ $asm == auto  $CFLAGS != *-march* ]]; then
  CFLAGS=$CFLAGS -march=i686
  fi
 -if [[ $asm == auto  $CFLAGS != *-mfpmath* ]]; then
--CFLAGS=$CFLAGS -mfpmath=sse -msse
+-CFLAGS=$CFLAGS -mfpmath=sse -msse -msse2
 -fi
 -CFLAGS=-m32 $CFLAGS
 -LDFLAGS=-m32 $LDFLAGS
  elif [ $compiler = ICC ]; then
  # icc on linux has various degrees of mod16 stack support
  if [ $SYS = LINUX ]; then
-@@ -627,13 +622,8 @@ case $host_cpu in
- ARCH=X86_64
- AS=yasm
+@@ -706,13 +701,8 @@ case $host_cpu in
+ AS=${AS-yasm}
+ AS_EXT=.asm
  ASFLAGS=$ASFLAGS -DARCH_X86_64=1 -I\$(SRCPATH)/common/x86/
 -[ $compiler = GNU ]  CFLAGS=-m64 $CFLAGS  LDFLAGS=-m64 
$LDFLAGS
  if [ $SYS = MACOSX ]; then
- ASFLAGS=$ASFLAGS -f macho64 -m amd64 -DPIC -DPREFIX
+ ASFLAGS=$ASFLAGS -f macho64 -DPIC -DPREFIX
 -if cc_check '' -arch x86_64; then
 -CFLAGS=$CFLAGS -arch x86_64
 -LDFLAGS=$LDFLAGS -arch x86_64
 -fi
  elif [ $SYS = WINDOWS -o $SYS = CYGWIN ]; then
- ASFLAGS=$ASFLAGS -f win32 -m amd64
+ ASFLAGS=$ASFLAGS -f win64
  # only the GNU toolchain is inconsistent in prefixing function 
names with _
-@@ -641,7 +631,11 @@ case $host_cpu in
- [ $compiler = GNU ]  LDFLAGS=$LDFLAGS -Wl,--nxcompat 
-Wl,--dynamicbase
- [ $compiler = GNU ]  RCFLAGS=--target=pe-x86-64 $RCFLAGS
- else
--ASFLAGS=$ASFLAGS -f elf -m amd64
-+if cpp_check   __ILP32__ ; then
-+ASFLAGS=$ASFLAGS -f elf -m x32
-+else
-+ASFLAGS=$ASFLAGS -f elf -m amd64
-+fi
- fi
- ;;
- powerpc|powerpc64)
-@@ -1006,10 +1000,6 @@ if [ $pic = yes ] ; then
+@@ -1139,20 +1129,10 @@ if [ $pic = yes ] ; then
  [ $SYS = SunOS -a $ARCH = X86 ]  SOFLAGS=$SOFLAGS -mimpure-text
  fi
  
@@ -52,4 +39,13 @@ index 0a4cb94..8f7ef75 100755
  if [ $strip = yes ]; then
  LDFLAGS=$LDFLAGS -s
  fi
-
+ 
+-if [ $debug = yes ]; then
+-CFLAGS=-O1 -g $CFLAGS
+-else
+-CFLAGS=-O3 -ffast-math $CFLAGS
+-fi
+-
+ if cc_check '' -fno-tree-vectorize ; then
+ CFLAGS=$CFLAGS -fno-tree-vectorize
+ fi

diff --git a/media-libs/x264/x264-.ebuild b/media-libs/x264/x264-.ebuild
index e414ba2..4dc5041 100644
--- a/media-libs/x264/x264-.ebuild
+++ b/media-libs/x264/x264-.ebuild
@@ -19,7 +19,7 @@ else
S=${WORKDIR}/${MY_P}
 fi
 
-SONAME=142
+SONAME=148
 SLOT=0/${SONAME}
 
 LICENSE=GPL-2
@@ -51,6 +51,7 @@ multilib_src_configure() {
 
# Upstream uses this, see the cflags patch
use cpu_flags_x86_sse  append-flags -msse -mfpmath=sse
+   append-flags -ffast-math
 
${S}/configure \
--prefix=${EPREFIX}/usr \



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

2015-08-21 Thread Alexis Ballier
commit: 0632e20982d1d1db26a9667aee66ac0d91e1b024
Author: Alexis Ballier aballier AT gentoo DOT org
AuthorDate: Fri Aug 21 13:49:39 2015 +
Commit: Alexis Ballier aballier AT gentoo DOT org
CommitDate: Fri Aug 21 13:51:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0632e209

media-libs/x264: bump a new snapshot

Package-Manager: portage-2.2.20.1

 media-libs/x264/Manifest |  1 +
 media-libs/x264/x264-0.0.20150820.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/media-libs/x264/Manifest b/media-libs/x264/Manifest
index 22b65d8..0dc2a5a 100644
--- a/media-libs/x264/Manifest
+++ b/media-libs/x264/Manifest
@@ -5,3 +5,4 @@ DIST x264-snapshot-20130506-2245.tar.bz2 608013 SHA256 
da7055a457d19b97ff35a2830
 DIST x264-snapshot-20130731-2245.tar.bz2 625052 SHA256 
caa39660f2ddc9dc53033af709452a21479c7b7c715c5f9d744d0d452c2d9e67 SHA512 
2abcab4013dee9ac58779afd89fc558a8286cf33affda037e95a7e10cf00387cee1ad461ac59c5020fd9b72d303170f16d4e4b5593ec21528a33b0f530878d9d
 WHIRLPOOL 
6f7fcc1c05c47a0d31578fbd0268b84ba458a968b087fb7d1050f67739bec140a1c3ded288cd180b5be921b469357ec9cdc363fc1eec82d82bd795557b56
 DIST x264-snapshot-20130912-2245.tar.bz2 628862 SHA256 
87142cf15b7d7052f2e046a4b80adc3176fd6421889ab3bae83afc10d57ec648 SHA512 
3e2223ca465b1ac214a421c512477524309694f321baabcd62b84bc341de34ecf196c8c91a931bbda0d7538dc138b924dc22ed7f242e135e4b53b387638b40c0
 WHIRLPOOL 
b795a91511994761e9cf6e3a279708e4536ebc281b9ca1d18f0bceb93c89c062608d2e5c779a0f924d2dc005f90921223b42b22e409eaaca8a0041aae354213f
 DIST x264-snapshot-20140308-2245.tar.bz2 624712 SHA256 
b179cb1e1d4f51418d292011a7494d5b62145571c05c22007f28d8fd89d2ebbe SHA512 
42dc8183aa7af2bd4c360edc0349193cf69a119450880af0c1586e8f27490d7c6784c464b29c9f07ae972aaf661672ab4f2094a46a3d19b6df35be1f9d9a1629
 WHIRLPOOL 
b1ac3341647d9d8d8ff6177f179ee8b5d6a49a38a48791748c24d5cd3c53858758785a0d21d42fbe373ec74465d947b69526a487da15fbca1a1f9aa50064288c
+DIST x264-snapshot-20150820-2245.tar.bz2 718209 SHA256 
0ea86849d1a9b0a5b88fe6e0281359d7f5675c68fb83f6397b3e02896ccd77e3 SHA512 
6b85f96f7cc85e1e938dad06c01b777aaf866796fb1763a02b4b7fa9c44f70bf15fc1bef123f7b24bb2c58b23f7276d4eb2b8f99b2e4fef3c716ed7f66d66e44
 WHIRLPOOL 
daf5a63dbe2cb77a496a3eec1b1687ef6c4a008328064c46bd0e90139d328a6ff4e7dbd17b8dad57c357717c0b665293c86883213b483e85d25a06ec93c81024

diff --git a/media-libs/x264/x264-0.0.20150820.ebuild 
b/media-libs/x264/x264-0.0.20150820.ebuild
new file mode 100644
index 000..4dc5041
--- /dev/null
+++ b/media-libs/x264/x264-0.0.20150820.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit flag-o-matic multilib toolchain-funcs eutils multilib-minimal
+
+DESCRIPTION=A free library for encoding X264/AVC streams
+HOMEPAGE=http://www.videolan.org/developers/x264.html;
+if [[ ${PV} ==  ]]; then
+   inherit git-2
+   EGIT_REPO_URI=git://git.videolan.org/x264.git
+else
+   inherit versionator
+   MY_P=x264-snapshot-$(get_version_component_range 3)-2245
+   
SRC_URI=http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2;
+   KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+   S=${WORKDIR}/${MY_P}
+fi
+
+SONAME=148
+SLOT=0/${SONAME}
+
+LICENSE=GPL-2
+IUSE=10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads
+
+ASM_DEP==dev-lang/yasm-1.2.0
+DEPEND=abi_x86_32? ( ${ASM_DEP} )
+   abi_x86_64? ( ${ASM_DEP} )
+   opencl? ( dev-lang/perl )
+RDEPEND=opencl? ( =virtual/opencl-0-r3[${MULTILIB_USEDEP}] )
+   abi_x86_32? ( !=app-emulation/emul-linux-x86-medialibs-20130224-r7
+   !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )
+
+DOCS=AUTHORS doc/*.txt
+
+src_prepare() {
+   # Initial support for x32 ABI, bug #420241
+   # Avoid messing too much with CFLAGS.
+   epatch ${FILESDIR}/x264-cflags.patch
+}
+
+multilib_src_configure() {
+   tc-export CC
+   local asm_conf=
+
+   if [[ ${ABI} == x86* ]]  use pic || [[ ${ABI} == x32 ]]; then
+   asm_conf= --disable-asm
+   fi
+
+   # Upstream uses this, see the cflags patch
+   use cpu_flags_x86_sse  append-flags -msse -mfpmath=sse
+   append-flags -ffast-math
+
+   ${S}/configure \
+   --prefix=${EPREFIX}/usr \
+   --libdir=${EPREFIX}/usr/$(get_libdir) \
+   --disable-cli \
+   --disable-avs \
+   --disable-lavf \
+   --disable-swscale \
+   --disable-ffms \
+   --disable-gpac \
+   --enable-pic \
+   --enable-shared \
+   --host=${CHOST} \
+   $(usex 10bit --bit-depth=10 ) \
+   $(usex interlaced  --disable-interlaced) \
+   $(usex 

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

2015-08-21 Thread Hans de Graaff
commit: 2e24993d8d9aafcce47fe0bbeb58c283263d9b5b
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Fri Aug 21 05:24:42 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Aug 21 13:45:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e24993d

dev-ruby/tins: cleanup

Package-Manager: portage-2.2.20.1

 dev-ruby/tins/Manifest  |  2 --
 dev-ruby/tins/tins-1.3.3.ebuild | 29 -
 dev-ruby/tins/tins-1.3.5.ebuild | 30 --
 3 files changed, 61 deletions(-)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 6e09ac8..1c6f209 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -1,6 +1,4 @@
 DIST tins-0.13.1.gem 35328 SHA256 
c53bf237462be8d61cfa2a5f4b48f372d010825b0dc594c952d9857fe4c3ef30 SHA512 
257ba33ec3802355ed74dcbb29aebe05879c541aa032bb2df268ae645f6630cbb7b3f121911389ad78aaf26a5e5f34e87a53033505c0dded78dbd6d8b27982d6
 WHIRLPOOL 
e901e3b6720ab39670ec6fd1f519d2d93eefe1247f72589ff31d8a00796a1b3bd20a23979a50156e3541bd35b287e648ac516d686eec1e57ffc852e112085046
-DIST tins-1.3.3.gem 297472 SHA256 
ca6eec2576aece28b727fc8bf6ef3bcba2f9b74f3b0a2869986d2a5ec2d35692 SHA512 
bcc9eb1ab21634d1ab05ffed0e4e0db4ca2e8b2da618c0ae8540e0a51c335b9cf13bfead21f34f378861f02df91bb29eb4fa9aa2de8d30addea21828ea9e5cfe
 WHIRLPOOL 
48f4dcc327b448424f1200f25a77680da8de6b254dba4d446279b18eb42a77d4145bb0cd60ce11f1d86265e538fa52766fa5d356125e211cb0b7429aff69b29c
-DIST tins-1.3.5.gem 297984 SHA256 
4dab6cb43aa4d1e9b0cde840ec83d066d8a8c3d9e87365e4695cdb52af6b2ef0 SHA512 
ba1c6be4c942a17cd42c589d92b991e2bcfdfb5eb0e4bc9fea913c09342e4d345e07ed7c5cbfbd42136e634be50acc72265911979d8772f0779ab3f4b4a16318
 WHIRLPOOL 
b25a89a086bee299930466b730525fa7055131f3aa264ed6bf281aeff014ccfc8eebffb9b6a764ed52f9e1757a940747a816b6669eaa2e6f11acd2ea99c6083d
 DIST tins-1.5.1.gem 299008 SHA256 
ab289183106c8a487f10baa4c1e3931105d62e781df687436b8a8d2576b07199 SHA512 
55166b6008caacdb7ee587ea9b69a668c04202641e491cfb17cd9d2bbd44a012dae87407237f27a9596340ef0ef6a021656881793c8553676f9144cc9306
 WHIRLPOOL 
3ed9f16e9bf36360cf86dd46014ca8c9deafce102981fc6b3c4434dc7a111cb9261c28c86811d294443c039ef5d1dea5e36892f2cedc506b9834ef080066eeea
 DIST tins-1.5.2.gem 299008 SHA256 
9e671c86cc1e3a7b026ac2fc9ff37bff636cff84b6d6d66a7bc93e4d192e59e8 SHA512 
04b951d14a833b05a8f553cfd4e702f59c0511041b0f6e051ef5e4d8979d67b70886587987d0f8b5990fb191e6f434b25d0971732ad9d85ac293b1b8f390ca66
 WHIRLPOOL 
bf996aa68a76d64f866a3bf279de9373efe1a63549dd88366f99720f376e4d48e4c24f47fab3b9ceec18f121fe69dbc620e3ce25916055e9ae5be58d1ec97c9d
 DIST tins-1.5.4.gem 299008 SHA256 
3ad92211a4169e82bb67dff370224624c9008314f54654ad28fd80b8bc0d68c6 SHA512 
a6ade27b07183eca62a88e8e3fe113c5b5020483a1b0dd9c8b9abf2ab84c7f2f6123b48e80f3e7ccb354ca8dc477184040585e1e37a5273da593a9cd82cb42fb
 WHIRLPOOL 
1b7a7958fe22648a57caf6964410f0b14fb319d501076cd4aa45de6ffac84e1d121fb07ededc711fe9eb4ff684dc13e0164fa834e42eeabf0d2a28cb77c4fc43

diff --git a/dev-ruby/tins/tins-1.3.3.ebuild b/dev-ruby/tins/tins-1.3.3.ebuild
deleted file mode 100644
index 447e2ba..000
--- a/dev-ruby/tins/tins-1.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21 ruby22
-
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README.rdoc
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-
-inherit ruby-fakegem
-
-DESCRIPTION=All the stuff that isn't good enough for a real library
-HOMEPAGE=http://github.com/flori/tins;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
-IUSE=
-
-ruby_add_bdepend test? ( =dev-ruby/test-unit-2.5.1-r1 )
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-}

diff --git a/dev-ruby/tins/tins-1.3.5.ebuild b/dev-ruby/tins/tins-1.3.5.ebuild
deleted file mode 100644
index 8cac211..000
--- a/dev-ruby/tins/tins-1.3.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-# Ruby 1.9 fails tests
-USE_RUBY=ruby20 ruby21 ruby22
-
-RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README.md
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-
-inherit ruby-fakegem
-
-DESCRIPTION=All the stuff that isn't good enough for a real library
-HOMEPAGE=http://github.com/flori/tins;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86
-IUSE=
-
-ruby_add_bdepend test? ( =dev-ruby/test-unit-2.5.1-r1 )
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-}



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

2015-08-21 Thread Jack Morgan
commit: d9cf6d917019353a9373c04d4d69482c464c0a1e
Author: Jack Morgan jmorgan AT gentoo DOT org
AuthorDate: Fri Aug 21 14:09:35 2015 +
Commit: Jack Morgan jmorgan AT gentoo DOT org
CommitDate: Fri Aug 21 14:09:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9cf6d91

net-misc/keychain: keychain-2.8.1 stable on sparc

stable wrt BZ 55408

Package-Manager: portage-2.2.20.1

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

diff --git a/net-misc/keychain/keychain-2.8.1.ebuild 
b/net-misc/keychain/keychain-2.8.1.ebuild
index 2349e53..9faba2f 100644
--- a/net-misc/keychain/keychain-2.8.1.ebuild
+++ b/net-misc/keychain/keychain-2.8.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI=https://github.com/funtoo/keychain/archive/${PV}.tar.gz - ${P}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND=dev-lang/perl



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

2015-08-21 Thread Mike Pagano
commit: 5dbc2d0475e2772fd85ebde1530c046f5a80b1c7
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Aug 21 14:23:09 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Aug 21 14:24:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbc2d04

sys-kernel/gentoo-sources: Remove EOL kernel version.

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  4 ---
 .../gentoo-sources/gentoo-sources-3.19.8.ebuild| 29 --
 2 files changed, 33 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 15e7c63..6e7f7a8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,9 +49,6 @@ DIST genpatches-3.18-18.extras.tar.xz 16188 SHA256 
7467a3104b0864b5e2ca01c3ed691
 DIST genpatches-3.18-19.base.tar.xz 591336 SHA256 
346d9ce9b825e024cb448c768b9e994ef27a4693cd7eb596295f1419dd3cbca9 SHA512 
5d8c4550dc8afc0687d309f586200e908d2e71ce0ec6dfc86bbe26b3437e46927a6041278b97ed2087d8aafefddbb5d6162d9e22fa566c7f9eb1e57017dad6d4
 WHIRLPOOL 
d9f29c9dc5b3995ff59b7e4f93617ad360ecb32c6fe6702daa4826277e98ef35ca3a1fd9817cf011ba43eedc14a54ebed6134f348245fceb56298baee6b73ece
 DIST genpatches-3.18-19.experimental.tar.xz 61628 SHA256 
7a34377e5c43214cc03c00e983a1996e955b3fdfc53be01ac1f84b9578c25287 SHA512 
4ac764f6b11985fd63a4b392791e1a4467867ffe00f464115e8982a199cafc6a45489c704aee2a1ef9afefab93a1b110f8ccec597e6b4bf61e61f5b996d5fd36
 WHIRLPOOL 
f2cbcf0efbe7929b0c1360b53c15bd9d6502916d664eec23aeda56e5c626d49fc2caa833e793a5a4ffed20591ff48e944ecff11c997fb5ef4aaaec066e745236
 DIST genpatches-3.18-19.extras.tar.xz 16176 SHA256 
b1a797dba4a735d95a635bfd40b03e2cb83e0fedb0d50735a3eaa2cfe7898c68 SHA512 
d77e4f337621b8e424f93e4433628f065895e8568f87daee82a46dfba12f7547d50edf71ece0dd9bc6356dfb9af356fc334111923c29aa61218ecf797b5bff2c
 WHIRLPOOL 
ab37e325b7be6a5a1dd9f959f9db3f46cfee3d903721c1ee1c896f66495d46ec908367cecac13a279756ab528c7f3788c90689ba717122874b430f7ec445b0fc
-DIST genpatches-3.19-9.base.tar.xz 257836 SHA256 
94ca8760c25b14e705dbdc4584c78b4ba71655bcb3529c9fed3a24c41e144231 SHA512 
118bd7d89bd7652ae44cd01042f865a846668ac2976f2344e9f72d6dadb4c3fdfda738e7a971656519831cbfdb6cc07a8c9b4513c88be707c3eb707d6e75a8f8
 WHIRLPOOL 
38df4344680cb3d38c384ac6a7ec2dfaf591a3795a1a1150cbf410ec4e4e8affa816c5dc3448b0310dd2b9c12e220aa6b85820fd9c68c8441ad6c2846e73
-DIST genpatches-3.19-9.experimental.tar.xz 61632 SHA256 
c1668cb0ebe2c04a5f9d837cd0b42378ec9c1c53cacc4b02272462bd9e773c88 SHA512 
86738abd9ce9eb007c96388a18710d8005760f5f2c36d12388af6d88cea2b60f81c2debe8d3e0af8f4ac83619a4797aa5a77b73c83adca1cbc6f397005c66561
 WHIRLPOOL 
8c8c5931b69a99106f38309df1367db16f6935357db1ed48a2fbeff5c266ac4801803485446d5a8a292c1c29d851c1b32dcc8ce161c6646227b9f1e75ae7621b
-DIST genpatches-3.19-9.extras.tar.xz 16280 SHA256 
f0b77c7754741f000933a1450c39027c509ca66b44e78add44b100b02e415e5c SHA512 
764e704d43573b80604f090b35b4c5913cc8d8abcb8f94590621df879668fdd0607db1a711a6fb24dd7b2ad709dff1110381e4b8072ad435ef7356639d8baacf
 WHIRLPOOL 
6e8243526c27642cade7d1e9b36c6453c7a5ea63e99abae77ebd866365543930d1ee685b7a447f38e40bc8cfcbe84b01cbc8f5a6e443fe732b8e14ff3487a45d
 DIST genpatches-3.4-89.base.tar.xz 1274612 SHA256 
67f1fc28b1a48e201d011f543aa8cbb2cbf596557cde7e66e68c40310639d327 SHA512 
2e3ff2b26a0a4f7bbabda2b1845660ccfaead481c408af461b3bd8965a9657b99a5aac80fd8735d6eb6b1e0e9e5699bb5f9cb9c45d6845b37abfd17c546ca4bf
 WHIRLPOOL 
78af99b652223aca35ac94e6e9d7d696b17cfd5690183deb9e0eda831925866145ec8ddf6e5e9e9f6e39a215af0e3b25c2165878557737997816106ad6b69eb5
 DIST genpatches-3.4-89.extras.tar.xz 18240 SHA256 
c93ee7aa7b095db85cb12f990a2d344e87f4caaee64cdd8e85336c483459b69d SHA512 
936c2baf1b5015913a1dc2f43353cd8286a5749f5deb382c0cf569d9ca302b9f85c6ba678d77156c5d54c87ba2f3147751fe4622fd6738b2d1b55b0f44c09c34
 WHIRLPOOL 
7a8d218525509e1a1eddba81341cb20ac06a4b4120d2e43a92d0855584e38eb39ce497538931d4972e2406bd48ce77f2613aea3a407b0f884936fa9ff22fa6fc
 DIST genpatches-3.4-90.base.tar.xz 1325696 SHA256 
77764d0afc0e3a9db3b4e3314c86505ed8703834f8364fabf7bc21004d14425b SHA512 
df2583e5a939a2ae9a2fade243b128ad3b1d4f7370407bca15ad1dca2defde271ede16daa8c01f844053af5da7a5cfbb7ea04839fe93a4a21fe87d1d8551374f
 WHIRLPOOL 
17050e7e73b15106fb1831290a685810e65e41a345669e401ab324a3fa27576d02cb17e22b3f8c36961b501b31254cef82d849cac005504b8feb5b4113d9cbc3
@@ -102,7 +99,6 @@ DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7ead
 DIST linux-3.12.tar.xz 76384600 SHA256 
2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 
4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff
 WHIRLPOOL 
a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417
 DIST linux-3.14.tar.xz 78399152 SHA256 

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

2015-08-21 Thread Mike Frysinger
commit: edd69d5d9fe2591aa17f8fd2cdb95f7236aa6369
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Fri Aug 21 16:42:40 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Fri Aug 21 16:43:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd69d5d

media-gfx/sane-backends: add live git version #549484

 .../sane-backends-1.0.25_pre20150628.ebuild| 19 -
 ...re20150628.ebuild = sane-backends-.ebuild} | 24 ++
 2 files changed, 29 insertions(+), 14 deletions(-)

diff --git a/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild 
b/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild
index f56067e..190f4f7 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild
@@ -118,19 +118,28 @@ REQUIRED_USE=
 
 DESCRIPTION=Scanner Access Now Easy - Backends
 HOMEPAGE=http://www.sane-project.org/;
-if [[ ${PV} == *_pre* ]] ; then
+case ${PV} in
+)
+   EGIT_REPO_URI=git://anonscm.debian.org/sane/sane-backends.git
+   inherit git-r3
+   ;;
+*_pre*)
MY_P=${PN}-git${PV#*_pre}
SRC_URI=http://www.sane-project.org/snapshots/${MY_P}.tar.gz
mirror://gentoo/${MY_P}.tar.gz
S=${WORKDIR}/${MY_P}
-else
+   ;;
+*)
MY_P=${P}

SRC_URI=https://alioth.debian.org/frs/download.php/file/3958/${P}.tar.gz;
-fi
+   ;;
+esac
 
 LICENSE=GPL-2 public-domain
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+if [[ ${PV} !=  ]] ; then
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+fi
 
 RDEPEND=
sane_backends_dc210? ( =virtual/jpeg-0-r2[${MULTILIB_USEDEP}] )
@@ -240,7 +249,7 @@ multilib_src_configure() {
fi
 
# relative path must be used for tests to work properly
-   ECONF_SOURCE=../${MY_P} \
+   ECONF_SOURCE=${S} \
SANEI_JPEG=sanei_jpeg.o SANEI_JPEG_LO=sanei_jpeg.lo \
BACKENDS=${BACKENDS} \
econf \

diff --git a/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild 
b/media-gfx/sane-backends/sane-backends-.ebuild
similarity index 94%
copy from media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild
copy to media-gfx/sane-backends/sane-backends-.ebuild
index f56067e..b7c69fc 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild
+++ b/media-gfx/sane-backends/sane-backends-.ebuild
@@ -118,19 +118,28 @@ REQUIRED_USE=
 
 DESCRIPTION=Scanner Access Now Easy - Backends
 HOMEPAGE=http://www.sane-project.org/;
-if [[ ${PV} == *_pre* ]] ; then
+case ${PV} in
+)
+   EGIT_REPO_URI=git://anonscm.debian.org/sane/sane-backends.git
+   inherit git-r3
+   ;;
+*_pre*)
MY_P=${PN}-git${PV#*_pre}
SRC_URI=http://www.sane-project.org/snapshots/${MY_P}.tar.gz
mirror://gentoo/${MY_P}.tar.gz
S=${WORKDIR}/${MY_P}
-else
+   ;;
+*)
MY_P=${P}

SRC_URI=https://alioth.debian.org/frs/download.php/file/3958/${P}.tar.gz;
-fi
+   ;;
+esac
 
 LICENSE=GPL-2 public-domain
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+if [[ ${PV} !=  ]] ; then
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
+fi
 
 RDEPEND=
sane_backends_dc210? ( =virtual/jpeg-0-r2[${MULTILIB_USEDEP}] )
@@ -187,10 +196,7 @@ src_prepare() {
epatch ${FILESDIR}/niash_array_index.patch \
${FILESDIR}/${PN}-1.0.24-automagic_systemd.patch \
${FILESDIR}/${PN}-1.0.24-systemd_pkgconfig.patch \
-   ${FILESDIR}/${PN}-1.0.24-saned_pidfile_location.patch \
-   ${FILESDIR}/${PN}-1.0.24-cross-compile.patch
-   # Fix for make check.
-   sed -i -e 's/sane-backends 1.0.24git/sane-backends 1.0.24/' 
testsuite/tools/data/html*
+   ${FILESDIR}/${PN}-1.0.24-saned_pidfile_location.patch
mv configure.{in,ac} || die
AT_NOELIBTOOLIZE=yes eautoreconf
 }
@@ -240,7 +246,7 @@ multilib_src_configure() {
fi
 
# relative path must be used for tests to work properly
-   ECONF_SOURCE=../${MY_P} \
+   ECONF_SOURCE=${S} \
SANEI_JPEG=sanei_jpeg.o SANEI_JPEG_LO=sanei_jpeg.lo \
BACKENDS=${BACKENDS} \
econf \



[gentoo-commits] dev/maekke:master commit in: scripts/

2015-08-21 Thread Markus Meier
commit: 169af14ceed55e018222f032c7ae85dd1976b76b
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:43:59 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:43:59 2015 +
URL:https://gitweb.gentoo.org/dev/maekke.git/commit/?id=169af14c

fix commit message for stabilization

Signed-off-by: Markus Meier maekke AT gentoo.org

 scripts/keyword.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/keyword.sh b/scripts/keyword.sh
index bc64786..e18f3a5 100755
--- a/scripts/keyword.sh
+++ b/scripts/keyword.sh
@@ -82,7 +82,7 @@ for pkg in ${pkgs} ; do
if [[ ${arches:0:1} == ~ ]] ; then
msg=${cpn}: add ${arches// //}
else
-   msg=${cpn} ${tmparches// //} stable
+   msg=${cpn}: ${tmparches// //} stable
fi
[[ ${bugid} != 0 ]]  msg=${msg}, bug #${bugid}
 



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

2015-08-21 Thread Markus Meier
commit: 70cde8dfffa69d68206178cb591634729e5e80a7
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:43:14 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:43:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cde8df

dev-util/cmake: arm stable, bug #545870

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

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

diff --git a/dev-util/cmake/cmake-3.2.2.ebuild 
b/dev-util/cmake/cmake-3.2.2.ebuild
index a111fa9..bb43695 100644
--- a/dev-util/cmake/cmake-3.2.2.ebuild
+++ b/dev-util/cmake/cmake-3.2.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI=http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar
 
 LICENSE=CMake
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=doc emacs system-jsoncpp ncurses qt4 qt5
 
 RDEPEND=



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

2015-08-21 Thread Mike Gilbert
commit: af641a7bc82e9ad7dd46c2912e4c91c83b38965d
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Fri Aug 21 17:00:28 2015 +
Commit: Mike Gilbert floppym AT gentoo DOT org
CommitDate: Fri Aug 21 17:00:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af641a7b

www-client/google-chrome: automated update

Package-Manager: portage-2.2.20_p134

 www-client/google-chrome/Manifest | 4 ++--
 ...-44.0.2403.155_p1.ebuild = google-chrome-44.0.2403.157_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 633c654..874c2f0 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-stable_44.0.2403.155-1_amd64.deb 47607008 SHA256 
75d995681a30125364f52389f66a73c94d88acee406bb3f3080f0fa28f7a0bd6 SHA512 
5db4ce8db0a10fe6298dc4f08e1b0a00d636c9706ec5e32557875e3585fc2fcbff49575235b4bf91159b976d0299b6e29b7ad37f5abd38de72f31c0fe6084565
 WHIRLPOOL 
5718207fa9e19387eb520926aaedff83ca5d4f7037f61cf044e0dd91d33ff494282221bedb706fe67797c756b8ff56cea2ce31adac3ae01d5a75d52693bcf13a
-DIST google-chrome-stable_44.0.2403.155-1_i386.deb 47266234 SHA256 
0692fca787ade1b70e6fc2b11b618359c342c9a9e8c4a58abf245cb48810c885 SHA512 
5e87754c7542af6f3b189f5c6ea1e584f2cb422ffd6d05645f00d2344304cb0d1b5d4b1f1b257e41f20306093517f65400afd664f89ea792bb530a1168812d0e
 WHIRLPOOL 
d4f4008ef6b51e978e94b35838abcbadb9c7f5f89a2f4ddc0d0df74b19255943dc7eb0e36c1bc4477a49ef383fc038761d095c3b2c98ad47571fae4f8579f363
+DIST google-chrome-stable_44.0.2403.157-1_amd64.deb 48114486 SHA256 
e39bb092d7212e90357271af5212aeba3e8727ff0b94b151fb2bf31b7ac0e109 SHA512 
2cb9e4b85e408c4b1e0512f3b8c0624db1594023e0f8a546234fca9d4cb1522da56a2233861d10fcfd23f1d1945d627aec4faf36b791b0aa2c24ad22fc6b0816
 WHIRLPOOL 
87ca7eb8d5ed92ed57ba06b9f37ef09e336eec1fbf9ae4d5f066373862b08e987dbedea863e3995b95a484dd2cb3633311fe5f2f86dbbc6933571d698c2c
+DIST google-chrome-stable_44.0.2403.157-1_i386.deb 47267142 SHA256 
78bde46ac1fceb08ea1dc848d63a69300df388cc723a4cb3fe50a6240c590e5b SHA512 
9731bda72f7530208885a9ef3cdc0ec1fc4b806d68adc138fa0e3d6187b3e5cbfc1208faec629d2f75dc631c12d98b6be3384efc6909026c8104a27cf47ae80a
 WHIRLPOOL 
94bf3181f26077754f12b708488264b757044fe313be5da73e9798b253a11775db515b905c943bd39f4369fcbc6ede80428846fb56e6aea316757db4f656747f

diff --git a/www-client/google-chrome/google-chrome-44.0.2403.155_p1.ebuild 
b/www-client/google-chrome/google-chrome-44.0.2403.157_p1.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-44.0.2403.155_p1.ebuild
rename to www-client/google-chrome/google-chrome-44.0.2403.157_p1.ebuild



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

2015-08-21 Thread Mike Gilbert
commit: b250959f836e1f52b19776eb99233146bb3afeea
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Fri Aug 21 17:00:19 2015 +
Commit: Mike Gilbert floppym AT gentoo DOT org
CommitDate: Fri Aug 21 17:00:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b250959f

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.2.20_p134

 www-client/google-chrome-beta/Manifest| 4 ++--
 0.2454.37_p1.ebuild = google-chrome-beta-45.0.2454.46_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 87b92f3..0371346 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-beta_45.0.2454.37-1_amd64.deb 48042498 SHA256 
889c06e2226912f3d983ede24f5b5514c40b0f73a39083f13210ae00b7d01050 SHA512 
9059393d33a9bd293b6c87a275eee5e7591ddf73e0a3894182cf7cc315f48d865b08cfbc99576ff6564378452a6e4a68e29e0331840e609d6235c97c37b28cbd
 WHIRLPOOL 
adf2e180f548f938aed444b248c7ebd91192b4269708e7a78fc0322d7e7d13c9f1e2e31c04821719e6376160ebef6d137c1cedd821cd2dd7cf834bae4864d614
-DIST google-chrome-beta_45.0.2454.37-1_i386.deb 47657956 SHA256 
f1b174cb2fd78fa75808f181a78cc6e4f3da1f709cd0a455b060721965ec962c SHA512 
21060e47f290aabfae0733ed0835abc5e56dcac9a0398b590574c1f7550510deb4768d21bd755849c941cdce271086dd18884d55d4173c898a141fdc273e51e4
 WHIRLPOOL 
d90c1a59fb0e6fae6fb81d16e17ef1e2297d414868b5591981c45582585b26773aa19e64a6a408ad68878b173cf905c76b557a75a6770b9b2b8eb17e2ae20158
+DIST google-chrome-beta_45.0.2454.46-1_amd64.deb 48027970 SHA256 
ecf9a99d925ce16cb76af34facd58950857ebda1657c217dac8bfdc5eef4a8d2 SHA512 
4b668455bb6ff44d6bdba1fc920f58b6f1cfbc87ddb2961efc0bdc8bccf391ee31fca4b43884af50a695c367284b181de39103ac4db9f59ad986c70cc3194a76
 WHIRLPOOL 
c6b291e17327529a99ce2ec528063d8d6cd6acc67e775c5661bd7af7825c9ca93228be608e4269449a195c54bc46b58e4b95a64bb13bde4914c995359ea3e768
+DIST google-chrome-beta_45.0.2454.46-1_i386.deb 47433978 SHA256 
1cd99da6c60d87f8b12db0aa0453a6e8489e50786c790bca2ac670f274081c33 SHA512 
8497ef9e5c63fb8783a78669cf12d65fd8a1984fa650ccbd48f9f34ee9fbaf1f70c2b78e3b4fb258bbe73bf5a81836012255dede756d47efcda8b28f4bc4a52a
 WHIRLPOOL 
5cbafcd0b6017210dce74ee9beb068a6e82f46fda666cae48177eeabf6b859d897c7fd45dbd374bdbf7a0d515995389c5304537ba86494f1b3f5afb519d9db5f

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



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

2015-08-21 Thread Patrice Clement
commit: 8354f97841fd729166022a14373e4343d65c341d
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 12:38:02 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8354f978

dev-java/cofoja: Remove old.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/cofoja/Manifest   |  1 -
 dev-java/cofoja/cofoja-1.1_p150.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-java/cofoja/Manifest b/dev-java/cofoja/Manifest
index c06449d..c5a8ee1 100644
--- a/dev-java/cofoja/Manifest
+++ b/dev-java/cofoja/Manifest
@@ -1,2 +1 @@
-DIST cofoja-1.1_p150.tar.bz2 152190 SHA256 
934a858aba9af1830b557c3ac8ad692658df1500c88a89d183b37bb5eb61ec09 SHA512 
095741da4c59d4fd397f0211dd51bf84ba7080eed658d2ec0a2390b599f1bd4a0426488ea858338822c92b757b155881a26d79f596b3df7517e9f39e290b76fa
 WHIRLPOOL 
a9ef9b061c2a152143e66041e49bd0f286b0e4598113b1f41fd9dd8c9ddae050e45341a10242fa3011ea06437062e6a50e750490b4ffb75970726d0f67c27ee9
 DIST v1.2.zip 229127 SHA256 
57732add36b60b6cc194b80bb878fd7616ed5cf2a3c9f1aab814f687b3564f33 SHA512 
d6d73d32adaceaeb4c34600c0761f272d4917d276eb654a3e43ad368bc77eae26e9d5b90cb93f7ae073b6dad81eece129337e3c2d52daf7bb3dbc0577dcc2e7e
 WHIRLPOOL 
a3781e7e07e22b56c78ebc54754f9beae85cc0fa4d6e3396e48b716ca457c36cf7f2f51347dd661cf14cfb10880dd9aced248413e4d2b90d1e8822e985d6dbe7

diff --git a/dev-java/cofoja/cofoja-1.1_p150.ebuild 
b/dev-java/cofoja/cofoja-1.1_p150.ebuild
deleted file mode 100644
index f4d07c3..000
--- a/dev-java/cofoja/cofoja-1.1_p150.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE=source
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION=Contracts for Java
-HOMEPAGE=https://code.google.com/p/cofoja/;
-SRC_URI=http://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2;
-
-LICENSE=LGPL-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-RESTRICT=test
-
-CDEPEND=dev-java/asm:4
-DEPEND==virtual/jdk-1.6
-   ${CDEPEND}
-RDEPEND==virtual/jre-1.6
-   ${CDEPEND}
-
-JAVA_ANT_REWRITE_CLASSPATH=true
-EANT_BUILD_TARGET=dist
-EANT_GENTOO_CLASSPATH=asm-4
-
-java_prepare() {
-   cat  EOF  ${S}/local.properties
-version=${PV}
-snapshot=false
-debug=false
-EOF
-
-   java-pkg_jar-from --into build asm-4 asm.jar
-}
-
-src_install() {
-   java-pkg_newjar ${S}/dist/${P}.jar ${PN}.jar
-   use source  java-pkg_dosrc ${S}/src/com
-}



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

2015-08-21 Thread Patrice Clement
commit: 5f9fec1903d2cd70d1ec64bd4f9ea584405a52ea
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 13:11:50 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9fec19

dev-java/classmate: Remove a buggy test.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/classmate/classmate-0.9.0-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-java/classmate/classmate-0.9.0-r1.ebuild 
b/dev-java/classmate/classmate-0.9.0-r1.ebuild
new file mode 100644
index 000..60a636f
--- /dev/null
+++ b/dev-java/classmate/classmate-0.9.0-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE=doc source test
+
+inherit java-pkg-2 java-pkg-simple vcs-snapshot
+
+DESCRIPTION=Library for introspecting generic type information of types, 
member/static methods, fields
+HOMEPAGE=https://github.com/cowtowncoder/java-classmate/;
+SRC_URI=https://github.com/cowtowncoder/java-classmate/archive/${P}.tar.gz;
+
+LICENSE=Apache-2.0
+SLOT=0
+KEYWORDS=~amd64 ~x86
+
+IUSE=
+
+RDEPEND==virtual/jre-1.6
+DEPEND==virtual/jdk-1.6
+   test? ( dev-java/junit:4 )
+
+S=${WORKDIR}/${P}
+
+JAVA_SRC_DIR=src/main/java
+
+# This one test is buggy.
+JAVA_RM_FILES=(
+   src/test/java/com/fasterxml/classmate/AnnotationsTest.java
+)
+
+java_prepare() {
+   rm pom.xml || die
+}
+
+src_test() {
+   testcp=${S}/${PN}.jar:$(java-pkg_getjars junit-4):target/tests
+
+   mkdir target/tests || die
+   ejavac -cp ${testcp} -d target/tests $(find src/test/java -name 
*.java)
+
+   tests=$(find target/tests -name *Test.class -not -name 
BaseTest.class \
+   | sed -e 's/target\/tests\///g' -e s/\.class// -e 
s/\//./g \
+   | grep -vP '\$');
+   ejunit4 -cp ${testcp} ${tests}
+}



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

2015-08-21 Thread Patrice Clement
commit: 6a79fa0546949291b69dd647abfbc06dedfe58da
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 12:38:25 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 13:22:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a79fa05

dev-java/boiletpip: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 dev-java/boilerpipe/boilerpipe-1.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/boilerpipe/boilerpipe-1.2.0.ebuild 
b/dev-java/boilerpipe/boilerpipe-1.2.0.ebuild
index bba9e7b..9c8b169 100644
--- a/dev-java/boilerpipe/boilerpipe-1.2.0.ebuild
+++ b/dev-java/boilerpipe/boilerpipe-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,12 +14,12 @@ SRC_URI=https://${PN}.googlecode.com/files/${P}-src.tar.gz;
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 x86
 
 IUSE=
 
 CDEPEND=dev-java/xerces:2
-   =dev-java/nekohtml-1.9.10:0
+   dev-java/nekohtml:0
 
 DEPEND==virtual/jdk-1.6
${CDEPEND}



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

2015-08-21 Thread Hans de Graaff
commit: dccaad555bbfe2c2b2394f6903a17d03e5476f4a
Author: Hans de Graaff graaff AT gentoo DOT org
AuthorDate: Fri Aug 21 05:29:35 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Fri Aug 21 13:45:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccaad55

dev-ruby/tins: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/tins/Manifest  |  1 +
 dev-ruby/tins/tins-1.6.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index 1c6f209..dbed114 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -2,3 +2,4 @@ DIST tins-0.13.1.gem 35328 SHA256 
c53bf237462be8d61cfa2a5f4b48f372d010825b0dc594
 DIST tins-1.5.1.gem 299008 SHA256 
ab289183106c8a487f10baa4c1e3931105d62e781df687436b8a8d2576b07199 SHA512 
55166b6008caacdb7ee587ea9b69a668c04202641e491cfb17cd9d2bbd44a012dae87407237f27a9596340ef0ef6a021656881793c8553676f9144cc9306
 WHIRLPOOL 
3ed9f16e9bf36360cf86dd46014ca8c9deafce102981fc6b3c4434dc7a111cb9261c28c86811d294443c039ef5d1dea5e36892f2cedc506b9834ef080066eeea
 DIST tins-1.5.2.gem 299008 SHA256 
9e671c86cc1e3a7b026ac2fc9ff37bff636cff84b6d6d66a7bc93e4d192e59e8 SHA512 
04b951d14a833b05a8f553cfd4e702f59c0511041b0f6e051ef5e4d8979d67b70886587987d0f8b5990fb191e6f434b25d0971732ad9d85ac293b1b8f390ca66
 WHIRLPOOL 
bf996aa68a76d64f866a3bf279de9373efe1a63549dd88366f99720f376e4d48e4c24f47fab3b9ceec18f121fe69dbc620e3ce25916055e9ae5be58d1ec97c9d
 DIST tins-1.5.4.gem 299008 SHA256 
3ad92211a4169e82bb67dff370224624c9008314f54654ad28fd80b8bc0d68c6 SHA512 
a6ade27b07183eca62a88e8e3fe113c5b5020483a1b0dd9c8b9abf2ab84c7f2f6123b48e80f3e7ccb354ca8dc477184040585e1e37a5273da593a9cd82cb42fb
 WHIRLPOOL 
1b7a7958fe22648a57caf6964410f0b14fb319d501076cd4aa45de6ffac84e1d121fb07ededc711fe9eb4ff684dc13e0164fa834e42eeabf0d2a28cb77c4fc43
+DIST tins-1.6.0.gem 299008 SHA256 
1f82e41851f343147e8acda8b02a67e990e38d4755e1e7a8de7cd913fcce0a0b SHA512 
33d576a0960d841f72a3f3c9017f873d0445fd569ded852d614b4a2b32e59ae784a47246b584bc4e0d16d5be4d63c1d7834b32c2bea2129a75dde9b1723ccd01
 WHIRLPOOL 
257e019636565081197c3d353396db2937043886696bb6be294b0930a6e1f7ada1a21fd863d1ac29b649bba3875d7d4b868ded70480a0dec0ba27a6764debac1

diff --git a/dev-ruby/tins/tins-1.6.0.ebuild b/dev-ruby/tins/tins-1.6.0.ebuild
new file mode 100644
index 000..212181c
--- /dev/null
+++ b/dev-ruby/tins/tins-1.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+# Ruby 1.9 fails tests
+USE_RUBY=ruby20 ruby21 ruby22
+
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION=All the stuff that isn't good enough for a real library
+HOMEPAGE=https://github.com/flori/tins;
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
+IUSE=
+
+ruby_add_bdepend test? ( =dev-ruby/test-unit-2.5.1-r1 )
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib tests/*_test.rb
+}



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

2015-08-21 Thread Jack Morgan
commit: 3c78a6a3f7bcbde8d5bca67afadc63779d30fbfc
Author: Jack Morgan jmorgan AT gentoo DOT org
AuthorDate: Fri Aug 21 14:01:22 2015 +
Commit: Jack Morgan jmorgan AT gentoo DOT org
CommitDate: Fri Aug 21 14:01:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c78a6a3

sys-apps/attr: attr-2.4.47-r2 stable on sparc

stable wrt BZ 555746

Package-Manager: portage-2.2.20.1

 sys-apps/attr/attr-2.4.47-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/attr/attr-2.4.47-r2.ebuild 
b/sys-apps/attr/attr-2.4.47-r2.ebuild
index 91ab80d..11a6bda 100644
--- a/sys-apps/attr/attr-2.4.47-r2.ebuild
+++ b/sys-apps/attr/attr-2.4.47-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI=mirror://nongnu/${PN}/${P}.src.tar.gz
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
 IUSE=nls static-libs
 
 DEPEND=nls? ( sys-devel/gettext )



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-ubin/

2015-08-21 Thread Michał Górny
commit: 276129f286fdf8d75c069192c98cb9f390a6b173
Author: Yuta Satoh nigoro AT gentoo DOT gr DOT jp
AuthorDate: Fri Aug 21 11:17:10 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Fri Aug 21 11:17:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276129f2

sys-freebsd/freebsd-ubin: Fix eratta, FreeBSD-EN-15:12.netstat

 sys-freebsd/freebsd-ubin/Manifest| 1 +
 .../{freebsd-ubin-10.2.ebuild = freebsd-ubin-10.2-r1.ebuild}| 5 +
 2 files changed, 6 insertions(+)

diff --git a/sys-freebsd/freebsd-ubin/Manifest 
b/sys-freebsd/freebsd-ubin/Manifest
index 7724aa0..8ab7b38 100644
--- a/sys-freebsd/freebsd-ubin/Manifest
+++ b/sys-freebsd/freebsd-ubin/Manifest
@@ -16,5 +16,6 @@ DIST freebsd-sys-8.2.tar.bz2 25835329 SHA256 
0c6c7b61aae94db2931f985d5899f3bca78
 DIST freebsd-sys-9.1.tar.bz2 32588103 SHA256 
b93a7ac8334ac16cc9f60665048e5ef812c0a6c62f10d0b0a674aec3f56516a8 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d
 WHIRLPOOL 
c8348344dfb14bad64bd3a78ee615ddd29203175b292233254f8ba175e7a3fb7218af6f95f7b4dbf394c0354bafe9d8bb0c21cdf0ceaeb697214964b280469b3
 DIST freebsd-ubin-8.2.tar.bz2 1808012 SHA256 
6b99554f3ad6ee052069b347eb6e6219b71598d7b222acb90a24cbfc805c7b68 SHA512 
48d0103323e820c431aa4f62d3be40cb3b200fb62e3de01f36c88760395bf2ba3367c51f3fa72da4dbccc2812176a051a12ca5cb7e84125c3e0fc78d4cab2c29
 WHIRLPOOL 
ea8f3a29a37b42c2b5bcc0f2c343fa1538522157ef075363c94606a4620a590e9a03f856ce2494e3e727935b62431991d0aa9fde71de699e78b4fe225bdf1c2c
 DIST freebsd-ubin-9.1.tar.bz2 1910472 SHA256 
ff6e586f213534b6ec2e65002c0dee64063d76ddad515c12221b1a80a1815e48 SHA512 
74ae0aceec8597aa66c3f1ab313f0685a3c63d7273c36ae7baf8794275ad9bca241c60c3f6281cccf6d531d250d7611099977d3b1a27279cef3586401b6af05e
 WHIRLPOOL 
c85a3c9cf2bceff2c60ff03556bcc81d3aca22b0bce3c9538990071ac0a907236eee5ae7743ad22c5fd309b047ebf392aaaf2fe177ef5790ea869aff3da7e2fe
+DIST freebsd-ubin-EN-1512-netstat.patch 983 SHA256 
42c31b11f4a5f2ffeb713a1cb35fca40cda83a820d255ce3c43b178ad97bba3d SHA512 
7fc34362682dbaa60d2a0ef54cd6efc290010bd170880211222a7a2a60187948481d149b6f202fb3673d443d57f69bc712b45044e87e2166d6f70e96fbaf783b
 WHIRLPOOL 
8dfbd5a225a243004d42fba4768aaa532db0c0d627bf265b7000405130dcca9916805a8167fe45416b5c8601e23c67936071fb20d0dc1a8c6882db34361817a4
 DIST freebsd-ubin-SA-1514-bsdpatch.patch 5692 SHA256 
46c8f1d59e74660749e68c18ab688e4a36bef08390ecb8ded1910a1ec6616996 SHA512 
eecc880909255eac05c0189fa40839fc9b76359f82de3a71320df417bea7ddb53aa0fcaca3c738755615f439c5d7158bcd6c217041ad6d64965c5fc644da5fa9
 WHIRLPOOL 
50e86baf24331417c207d25a57c339156efba87164a9026098cb76044a5130e454ab41da0980a9917c82cf07e95cf55435d992583ed2504443c8979d5e69a1fd
 DIST freebsd-ubin-SA-1518-bsdpatch.patch 1617 SHA256 
4a0a30ee8369d09f5136edf127933892808d55b739b59cfba381a538d6f01ead SHA512 
d18a6b65d9210cef2e3efa48c1eab5ec757cacf471bfeefb0bc59c6a3fca9b6ec32534a6e34d6f915b0e407d75e26073bc83d2ff9bd9bf24cdf57dbf19f2c657
 WHIRLPOOL 
04afc52ee73667432554482c232f604f96f948a7e1abce9f7b3ecf0d3f581819f50ad57f1eaa5ccf09fbc037ce5712a761a42aa153528d10cc1bef0eabad059a

diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-10.2.ebuild 
b/sys-freebsd/freebsd-ubin/freebsd-ubin-10.2-r1.ebuild
similarity index 97%
rename from sys-freebsd/freebsd-ubin/freebsd-ubin-10.2.ebuild
rename to sys-freebsd/freebsd-ubin/freebsd-ubin-10.2-r1.ebuild
index d700253..e3408e6 100644
--- a/sys-freebsd/freebsd-ubin/freebsd-ubin-10.2.ebuild
+++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-10.2-r1.ebuild
@@ -11,8 +11,13 @@ SLOT=0
 IUSE=ar atm audit bluetooth ipv6 kerberos netware nis ssl usb build zfs
 LICENSE=BSD zfs? ( CDDL )
 
+# Security Advisory and Errata patches.
+UPSTREAM_PATCHES=( EN-15:12/netstat.patch )
+
 if [[ ${PV} != ** ]]; then
KEYWORDS=~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   SRC_URI=${SRC_URI}
+   $(freebsd_upstream_patches)
 fi
 
 EXTRACTONLY=



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-usbin/

2015-08-21 Thread Michał Górny
commit: b20733dd74460b3768a7005b2fa055f720fcec03
Author: Yuta Satoh nigoro AT gentoo DOT gr DOT jp
AuthorDate: Fri Aug 21 11:24:37 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Fri Aug 21 11:24:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20733dd

sys-freebsd/freebsd-usbin: Fix eratta, FreeBSD-EN-15:13.vidcontrol

 sys-freebsd/freebsd-usbin/Manifest   | 1 +
 .../{freebsd-usbin-10.2.ebuild = freebsd-usbin-10.2-r1.ebuild}  | 5 +
 2 files changed, 6 insertions(+)

diff --git a/sys-freebsd/freebsd-usbin/Manifest 
b/sys-freebsd/freebsd-usbin/Manifest
index f3fbbe3..e015080 100644
--- a/sys-freebsd/freebsd-usbin/Manifest
+++ b/sys-freebsd/freebsd-usbin/Manifest
@@ -20,3 +20,4 @@ DIST freebsd-ubin-8.2.tar.bz2 1808012 SHA256 
6b99554f3ad6ee052069b347eb6e6219b71
 DIST freebsd-ubin-9.1.tar.bz2 1910472 SHA256 
ff6e586f213534b6ec2e65002c0dee64063d76ddad515c12221b1a80a1815e48 SHA512 
74ae0aceec8597aa66c3f1ab313f0685a3c63d7273c36ae7baf8794275ad9bca241c60c3f6281cccf6d531d250d7611099977d3b1a27279cef3586401b6af05e
 WHIRLPOOL 
c85a3c9cf2bceff2c60ff03556bcc81d3aca22b0bce3c9538990071ac0a907236eee5ae7743ad22c5fd309b047ebf392aaaf2fe177ef5790ea869aff3da7e2fe
 DIST freebsd-usbin-8.2.tar.bz2 2443024 SHA256 
aa7cabf10f5c3a9daabea32e4de24d04ec312247842981476da666eff5054603 SHA512 
bcb8ff3df54848b9107bbb52e5ced7a91e24bb181f06769b6997221729b8064ec17652eaf7500de3268cbcb63ff5760beb54d15fc78c27b02687b5b1067c74a6
 WHIRLPOOL 
20f5278e2a1dd387a75b44f10507958d6c0e84a2faa1bddbf808c14ab86d8dd14a956192911bbc1880f5f5f7bd05972dcbb4aec85d241f0dcf91bf4246883f0a
 DIST freebsd-usbin-9.1.tar.bz2 2670916 SHA256 
b938c20b8c09aa9a610e13b69b9afeea72f561ab3636a59fba2bdac290f4db75 SHA512 
21c234312f70eb35cd2926519efc1f61592892f5d0940786dbeb959c3c5ec7819a51ae95c6e8a1a06aa01f669350fe0fd3dd7c4ec8a84dd6b90f24cb192356ca
 WHIRLPOOL 
7f6ad2eb5410cc5e685881654a788807848af026b1277a974682755ab7c9db28f576bfd1576441ea10c5f1e9edb7d30a4a23fb8eccd6d69d86ecc9ce4c9adc7e
+DIST freebsd-usbin-EN-1513-vidcontrol.patch 497 SHA256 
7de0a9693d8c014cd4bef842ab94408da1a07317d84ff779f9a3e9e2160d2527 SHA512 
f141b763a85765b34a762aaa267cbaa10b51958a5947ac5d153cbe8a21bf32c4cbc2234687154988d080c668821aa87fa6777d41da243c52de3c6bda67645ac0
 WHIRLPOOL 
b7df3d790a521cf28723a26e231d9d5f801736e5d215ef32c70e2e935b81db7f36b55b79c6bffa35fc9708272ea28f692d8fe26cb565e5a2432e6aa606e9fbae

diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2.ebuild 
b/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r1.ebuild
similarity index 97%
rename from sys-freebsd/freebsd-usbin/freebsd-usbin-10.2.ebuild
rename to sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r1.ebuild
index 42db378..7b5859e 100644
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2.ebuild
+++ b/sys-freebsd/freebsd-usbin/freebsd-usbin-10.2-r1.ebuild
@@ -9,8 +9,13 @@ inherit bsdmk freebsd flag-o-matic eutils
 DESCRIPTION=FreeBSD /usr/sbin tools
 SLOT=0
 
+# Security Advisory and Errata patches.
+UPSTREAM_PATCHES=( EN-15:13/vidcontrol.patch )
+
 if [[ ${PV} != ** ]]; then
KEYWORDS=~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   SRC_URI=${SRC_URI}
+   $(freebsd_upstream_patches)
 fi
 
 EXTRACTONLY=



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

2015-08-21 Thread Mike Pagano
commit: dd68895da8b735014a37f7168016fd2085270dc1
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Aug 21 14:51:37 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Aug 21 14:51:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd68895d

sys-kernel/gentoo-sources: Linux patch 3.18.20. BFQv7r8.

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.18.20.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 6e7f7a8..c2290df 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-3.18-18.extras.tar.xz 16188 SHA256 
7467a3104b0864b5e2ca01c3ed691
 DIST genpatches-3.18-19.base.tar.xz 591336 SHA256 
346d9ce9b825e024cb448c768b9e994ef27a4693cd7eb596295f1419dd3cbca9 SHA512 
5d8c4550dc8afc0687d309f586200e908d2e71ce0ec6dfc86bbe26b3437e46927a6041278b97ed2087d8aafefddbb5d6162d9e22fa566c7f9eb1e57017dad6d4
 WHIRLPOOL 
d9f29c9dc5b3995ff59b7e4f93617ad360ecb32c6fe6702daa4826277e98ef35ca3a1fd9817cf011ba43eedc14a54ebed6134f348245fceb56298baee6b73ece
 DIST genpatches-3.18-19.experimental.tar.xz 61628 SHA256 
7a34377e5c43214cc03c00e983a1996e955b3fdfc53be01ac1f84b9578c25287 SHA512 
4ac764f6b11985fd63a4b392791e1a4467867ffe00f464115e8982a199cafc6a45489c704aee2a1ef9afefab93a1b110f8ccec597e6b4bf61e61f5b996d5fd36
 WHIRLPOOL 
f2cbcf0efbe7929b0c1360b53c15bd9d6502916d664eec23aeda56e5c626d49fc2caa833e793a5a4ffed20591ff48e944ecff11c997fb5ef4aaaec066e745236
 DIST genpatches-3.18-19.extras.tar.xz 16176 SHA256 
b1a797dba4a735d95a635bfd40b03e2cb83e0fedb0d50735a3eaa2cfe7898c68 SHA512 
d77e4f337621b8e424f93e4433628f065895e8568f87daee82a46dfba12f7547d50edf71ece0dd9bc6356dfb9af356fc334111923c29aa61218ecf797b5bff2c
 WHIRLPOOL 
ab37e325b7be6a5a1dd9f959f9db3f46cfee3d903721c1ee1c896f66495d46ec908367cecac13a279756ab528c7f3788c90689ba717122874b430f7ec445b0fc
+DIST genpatches-3.18-20.base.tar.xz 604232 SHA256 
94272b175e3d21f31c2b54cd425461f94e3a51f106e2cfb1c9cbbd80f2ad6b95 SHA512 
3148d43f393833016489cfb2c1e2e65a559251eea083a1ac7d0b4ce0c422a102c433fd7d9d14a58aee968874df95f8170c0941e9d6469033f760737e3f2ec545
 WHIRLPOOL 
88a3020a65c60beedc73e4524a585f282b997f7a945497ffa7668b13db6b5f6a989d60d77855af56e5ce21d659f7d615976610b6688080e169c3726521ebf8bc
+DIST genpatches-3.18-20.experimental.tar.xz 61632 SHA256 
32daadb53fb41765769d4434b576a840e534ce8f27cbee9243a5e192d729d9e0 SHA512 
d312040611fdd6d1c7cba3b05d2935bca20c7bb3b8ef7ef99778e3425b22e511bb559627546bea50dae7dd68ef1fab645140dec5372db5b89355454acd3718ae
 WHIRLPOOL 
89aca68b23cf3fee89db746e9c8ec52a6221d08ac8d30a4803712625268ca4c587d252b3830140efc49ceb7d57dd0b78114710e9a5fe7934ac49cc3944087da2
+DIST genpatches-3.18-20.extras.tar.xz 16176 SHA256 
9bf1da691b63936b577a8e80d0faa531cf11192bcb466672fd9810bd27d6225d SHA512 
39f484c780edd8e6b52c3b431bf24976cde78b9a188836c5df436c752b25cc23ae17796892162da2577ad301a9495843302bcae1ebb8e3f301ff3ec3a0d8e112
 WHIRLPOOL 
44124899803ab18031f5ac7f70ea3dc297980d1d31f9329f8813c94becc104f90e0678b9cda077cabc797fbb6980448391b0ac32e1740ec75dacf1623f44181f
 DIST genpatches-3.4-89.base.tar.xz 1274612 SHA256 
67f1fc28b1a48e201d011f543aa8cbb2cbf596557cde7e66e68c40310639d327 SHA512 
2e3ff2b26a0a4f7bbabda2b1845660ccfaead481c408af461b3bd8965a9657b99a5aac80fd8735d6eb6b1e0e9e5699bb5f9cb9c45d6845b37abfd17c546ca4bf
 WHIRLPOOL 
78af99b652223aca35ac94e6e9d7d696b17cfd5690183deb9e0eda831925866145ec8ddf6e5e9e9f6e39a215af0e3b25c2165878557737997816106ad6b69eb5
 DIST genpatches-3.4-89.extras.tar.xz 18240 SHA256 
c93ee7aa7b095db85cb12f990a2d344e87f4caaee64cdd8e85336c483459b69d SHA512 
936c2baf1b5015913a1dc2f43353cd8286a5749f5deb382c0cf569d9ca302b9f85c6ba678d77156c5d54c87ba2f3147751fe4622fd6738b2d1b55b0f44c09c34
 WHIRLPOOL 
7a8d218525509e1a1eddba81341cb20ac06a4b4120d2e43a92d0855584e38eb39ce497538931d4972e2406bd48ce77f2613aea3a407b0f884936fa9ff22fa6fc
 DIST genpatches-3.4-90.base.tar.xz 1325696 SHA256 
77764d0afc0e3a9db3b4e3314c86505ed8703834f8364fabf7bc21004d14425b SHA512 
df2583e5a939a2ae9a2fade243b128ad3b1d4f7370407bca15ad1dca2defde271ede16daa8c01f844053af5da7a5cfbb7ea04839fe93a4a21fe87d1d8551374f
 WHIRLPOOL 
17050e7e73b15106fb1831290a685810e65e41a345669e401ab324a3fa27576d02cb17e22b3f8c36961b501b31254cef82d849cac005504b8feb5b4113d9cbc3

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.18.20.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.18.20.ebuild
new file mode 100644
index 000..c17456a
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.18.20.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ETYPE=sources
+K_WANT_GENPATCHES=base extras experimental
+K_GENPATCHES_VER=20
+K_DEBLOB_AVAILABLE=1
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/

2015-08-21 Thread Bernard Cafarelli
commit: 603779c488d7028b93dad6e318171098b71edca2
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Fri Aug 21 15:20:59 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Fri Aug 21 15:20:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603779c4

x11-plugins/wmfsm: version bump

Package-Manager: portage-2.2.20.1

 x11-plugins/wmfsm/Manifest  |  1 +
 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 25c88f9..01fc3de 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,2 +1,3 @@
 DIST wmfsm-0.34.tar.gz 105220 SHA256 
8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 
bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08
 WHIRLPOOL 
5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
 DIST wmfsm-0.35.tar.gz 21921 SHA256 
a8c1a8cc4ff6f41503318fd86f00eaf93a2ddc7b5d84b613299a769e52db9463 SHA512 
81f8090f835b1c4cb1f5bf562803bc1ff00c93e59f5f8eaa008c81507b27043999e5cc67f23c14ec785b2e179ff6bdd20e49f6d0f2f8d50556746662bddabbf2
 WHIRLPOOL 
1fad1d8e26b8caf9de232c47507d822750f3646563b42c2017008a126027ea00a83e46209c92fc09580eb223b8166738848a855ebb5e8a6cb9251c244ff8b6a4
+DIST wmfsm-0.36.tar.gz 20456 SHA256 
81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 
d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b
 WHIRLPOOL 
fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
new file mode 100644
index 000..f49a3c0
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+IUSE=
+DESCRIPTION=dockapp for monitoring filesystem usage
+HOMEPAGE=http://windowmaker.org/dockapps/?name=wmfsm;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+
+RDEPEND==x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXt
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+   x11-proto/xproto
+
+src_prepare() {
+   sed -e /^X11LIBS/s/-I$x_includes // -i configure.ac || die sed 
failed
+
+   eautoreconf
+}
+
+src_install() {
+   emake DESTDIR=${D} install
+   dodoc AUTHORS ChangeLog
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmitime/

2015-08-21 Thread Bernard Cafarelli
commit: 3e5b518b3dab1315c272f20092f8035e9b52dd61
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Fri Aug 21 15:23:16 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Fri Aug 21 15:23:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5b518b

x11-plugins/wmitime: version bump

Package-Manager: portage-2.2.20.1

 x11-plugins/wmitime/Manifest   |  1 +
 x11-plugins/wmitime/wmitime-0.5.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/x11-plugins/wmitime/Manifest b/x11-plugins/wmitime/Manifest
index 409c8ea..0ba108e 100644
--- a/x11-plugins/wmitime/Manifest
+++ b/x11-plugins/wmitime/Manifest
@@ -1,2 +1,3 @@
 DIST wmitime-0.3.tar.gz 21442 SHA256 
fcec441bac183ac2fbbbf9d577c2eaaf9b9e0292a6041256e5a4286a76cddc61
 DIST wmitime-0.4.tar.gz 21092 SHA256 
aa4557833d2661d841befc0d3c0f940195af11c7a96802647907f5fe46a69846 SHA512 
ae0d3d5942ec5258e69298874563c9faafbca63f60f6f57f1859bb58094fb6c64255bbf231b00208c58cb103229a9be8ea2ba60259cb5adb33105ea3a9c570ec
 WHIRLPOOL 
4bf88a20512b294f46caa267a081a58dd70f33801ff926e5b44a9c3a9804e77c6a4936f557974e31ed9cd633feabef3c30f0ed1a9fd6be8c59ad554cd37bc66b
+DIST wmitime-0.5.tar.gz 15099 SHA256 
cd71975e2bb7a65d2ff9d54afc4ee6fb82140ddf4edcb77366ee1de6d08fa7e0 SHA512 
ae7d36eaf92e1a5f7481fc92685b87c2ee1092e73ed85450686b0c22e3502cd2ff82787a24bf396bf346d6e3bdb3950306fd237ea750c4ada87f0b56d3b23cab
 WHIRLPOOL 
99e30ef24a15ba779868bace14d73873d2e043d49e0a340c2112abcdffeedd9e3e66d0a641bdd7c5b7647a427b327bda8bf4cf68ae2063d0ed8ca92f4c52db25

diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild 
b/x11-plugins/wmitime/wmitime-0.5.ebuild
new file mode 100644
index 000..cbf2317
--- /dev/null
+++ b/x11-plugins/wmitime/wmitime-0.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION=Overglorified clock dockapp w/time, date, and internet time
+HOMEPAGE=http://windowmaker.org/dockapps/?name=wmitime;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
+IUSE=
+
+RDEPEND==x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+
+src_compile() {
+   emake CC=$(tc-getCC) \
+   CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+src_install() {
+   emake DESTDIR=${D} PREFIX=/usr install
+
+   dodoc BUGS CHANGES README
+}



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

2015-08-21 Thread Richard Farina
commit: f692edd92e0803ce68de4e1197177b38f483bcba
Author: Zero_Chaos zerochaos AT gentoo DOT org
AuthorDate: Fri Aug 21 16:11:36 2015 +
Commit: Richard Farina zerochaos AT gentoo DOT org
CommitDate: Fri Aug 21 16:11:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f692edd9

net-wireless/rfcat: new package

Package-Manager: portage-2.2.20.1

 net-wireless/rfcat/metadata.xml  | 11 +++
 net-wireless/rfcat/rfcat-.ebuild | 25 +
 2 files changed, 36 insertions(+)

diff --git a/net-wireless/rfcat/metadata.xml b/net-wireless/rfcat/metadata.xml
new file mode 100644
index 000..f66711c
--- /dev/null
+++ b/net-wireless/rfcat/metadata.xml
@@ -0,0 +1,11 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+emailzeroch...@gentoo.org/email
+nameRick Farina/name
+descriptionmaintainer/description
+/maintainer
+longdescription lang=en
+/longdescription
+/pkgmetadata

diff --git a/net-wireless/rfcat/rfcat-.ebuild 
b/net-wireless/rfcat/rfcat-.ebuild
new file mode 100644
index 000..e350966
--- /dev/null
+++ b/net-wireless/rfcat/rfcat-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=python2_7
+inherit mercurial distutils-r1
+
+DESCRIPTION=The swiss army knife of subGHz
+HOMEPAGE=https://bitbucket.org/atlas0fd00m/rfcat/;
+#SRC_URI=
+EHG_REPO_URI=https://bitbucket.org/atlas0fd00m/rfcat;
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=
+IUSE=
+
+#DEPEND=dev-embedded/sdcc
+#RDEPEND=${DEPEND}
+
+pkg_postinst() {
+   ewarn Right now, this only installs the rfcat host tools, nothing 
related to firmware
+}



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

2015-08-21 Thread Markus Meier
commit: 450e72c17ba5ee0e4054aa094879d04da662c2d2
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:41:22 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:41:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450e72c1

sys-apps/pciutils arm stable, bug #543834

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

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

diff --git a/sys-apps/pciutils/pciutils-3.3.1.ebuild 
b/sys-apps/pciutils/pciutils-3.3.1.ebuild
index 6fc8899..d03ca8a 100644
--- a/sys-apps/pciutils/pciutils-3.3.1.ebuild
+++ b/sys-apps/pciutils/pciutils-3.3.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux
 IUSE=dns +kmod static-libs +udev zlib
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



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

2015-08-21 Thread Michael Palimaka
commit: 4071277aa7963a3686275f052fab4cb7c7c3133d
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 16:28:14 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 16:28:14 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4071277a

kde-base/kdelibs: raise cmake dependency.

Gentoo-bug: 558236

Package-Manager: portage-2.2.20.1

 kde-base/kdelibs/kdelibs-4..ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/kdelibs/kdelibs-4..ebuild 
b/kde-base/kdelibs/kdelibs-4..ebuild
index 49055b8..e40e74a 100644
--- a/kde-base/kdelibs/kdelibs-4..ebuild
+++ b/kde-base/kdelibs/kdelibs-4..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+CMAKE_MIN_VERSION=3.3.1-r1
 CPPUNIT_REQUIRED=optional
 DECLARATIVE_REQUIRED=always
 OPENGL_REQUIRED=optional



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

2015-08-21 Thread Markus Meier
commit: 5f317b33d5541099e8d5bd6c22a552f6fa990570
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:44:45 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:45:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f317b33

dev-db/mariadb: arm stable, bug #555480

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

 dev-db/mariadb/mariadb-10.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/mariadb-10.0.21.ebuild 
b/dev-db/mariadb/mariadb-10.0.21.ebuild
index 398ff59..7b52394 100644
--- a/dev-db/mariadb/mariadb-10.0.21.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.21.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs mysql-multilib
 IUSE=$IUSE
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



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

2015-08-21 Thread Lars Wendler
commit: 5d1813f8290066a053f5a870409602fec2ad7d87
Author: Lars Wendler polynomial-c AT gentoo DOT org
AuthorDate: Fri Aug 21 16:09:43 2015 +
Commit: Lars Wendler polynomial-c AT gentoo DOT org
CommitDate: Fri Aug 21 16:09:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1813f8

dev-util/cmake: Revbump to fix bug #558236

Removed old 3.3.x versions which still have this problem.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler polynomial-c AT gentoo.org

 dev-util/cmake/Manifest|   2 +-
 .../{cmake-3.3.0.ebuild = cmake-3.3.1-r1.ebuild}  |   6 +-
 dev-util/cmake/cmake-3.3.1.ebuild  | 195 -
 3 files changed, 6 insertions(+), 197 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 2a594b0..ecfc8f9 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -3,5 +3,5 @@ DIST cmake-3.0.2.tar.gz 5490501 SHA256 
6b4ea61eadbbd9bec0ccb383c29d1f4496eacc121
 DIST cmake-3.1.0.tar.gz 5955836 SHA256 
8bdc3fa3f2da81bc10c772a6b64cc9052acc2901d42e1e1b2588b40df224aad9 SHA512 
9e3288c793c01e0ce48af91c618dc7638623010dfb440fb293393d407b7882c181c9a0f4e3b0a14645b556007e69264e94488e832a421b5cfa96338e0808b030
 WHIRLPOOL 
99df3f9052fee303d02ef9f27ee0ce22a1db57c0963dc7177837dea95a114da7b5d2ea8fd7155df1c7c513dbfb469bba2e638fc84fc1f1a9783fa49cd0e1a061
 DIST cmake-3.2.2.tar.gz 6438736 SHA256 
ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78 SHA512 
b7460733ebf81e6c0cade84c26407f474e1b0a7372d19ccadf928a8578a53043fd76c507b45a00762161aaf6938a59df6110a1eb11a7678bfbc984b020e5d68b
 WHIRLPOOL 
7debc5ac607578feee1c322416ac132ad4ba00a40410e03ee5cba52290f2f15904e7d0f2b77da37c9e8caa379b0530339fb2cc87246209f7999f10e44637f2d2
 DIST cmake-3.2.3.tar.gz 6438938 SHA256 
a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297 SHA512 
1fddea23c8e28cd6893879bd3bb349564ece815eaa5c68c3519dd62f0baa05eabbfc38168458ab91594cb0feeefd2ea761b6d292b679f8b9aa33e08a0b9d5b4c
 WHIRLPOOL 
5268cc735cbd523a2027e479ab43499589b8653972a5bed7425c451a9b5ecc5d27c867cd218144a1eb6df2d3126301d7d494cafa7b1ac7455dbb40e66bad30c6
-DIST cmake-3.3.0.tar.gz 6577818 SHA256 
857c2f755fe0794d038d6fa462a173d05b210ac2c07ff82f0af853acef231a34 SHA512 
d364925d8f0ec181dca3f5c3a6ab17daaf3689f9c0b4433e5c6b73b95965afc2d15e6de4bf4b67188a9dd42312278bed6270b0d4e1eb4e52f78b57b5b2c7d8c5
 WHIRLPOOL 
7994ec259751e85b0c80ee0b32b8d17a270919e382a1f69a3e5c07937e584c105cc6891195e8bb817701c6087a9a6333c0d9805200cfdfa0f1f69a2566f60789
+DIST cmake-3.3.1-FindPkgConfig_remove_variable_dereference.patch 1583 SHA256 
22e6672bd9356a98a0eaf667e66d926f52c4e80e53e38cb8e5cd489993e5668f SHA512 
306cf4498cbad9f9c49a63c1870e04f33b5a91032508654a691fe116ec4821da98e9a1e35b6cb186bf9367ebdd9c42ac919e6fc44d2ba6938ad3bc1131b80655
 WHIRLPOOL 
1d30dd99ea6dc085f64c1b02ab0708f0c033e8d98f69ca431016da17eecc29f01489e5e253446bd542a4a9b770bcaee7b7a7bfa71e7520e7900094a9350c7f8f
 DIST cmake-3.3.1.tar.gz 6577869 SHA256 
cd65022c6a0707f1c7112f99e9c981677fdd5518f7ddfa0f778d4cee7113e3d6 SHA512 
bc60dd58f884467d7426f73c8e3e78b7ea0a0089f2577c596f34bcfc6d38dfd5d4034589c82dd9cadf138d619dbc4f0c4519faf0672b4578180de21b33f1
 WHIRLPOOL 
631b925dc8b60f57c573d7c220aaaf4193cb7a5fbd3537e96db6e17bbe537fa89398349763fce867b0e72af591cfcbab9b8cd570a613e7933a31788cfb771f2b

diff --git a/dev-util/cmake/cmake-3.3.0.ebuild 
b/dev-util/cmake/cmake-3.3.1-r1.ebuild
similarity index 94%
rename from dev-util/cmake/cmake-3.3.0.ebuild
rename to dev-util/cmake/cmake-3.3.1-r1.ebuild
index 35fc5cb..54de2c0 100644
--- a/dev-util/cmake/cmake-3.3.0.ebuild
+++ b/dev-util/cmake/cmake-3.3.1-r1.ebuild
@@ -11,7 +11,8 @@ MY_P=${P/_/-}
 
 DESCRIPTION=Cross platform Make
 HOMEPAGE=http://www.cmake.org/;
-SRC_URI=http://www.cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz
+SRC_URI=http://www.cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz
+   
http://www.cmake.org/gitweb?p=cmake.git;a=patch;h=b9ec9392da21a3421e48c6961976060d872faffb
 - ${PN}-3.3.1-FindPkgConfig_remove_variable_dereference.patch
 
 LICENSE=CMake
 SLOT=0
@@ -62,6 +63,9 @@ PATCHES=(
# respect python eclasses
${FILESDIR}/${PN}-2.8.10.2-FindPythonLibs.patch
${FILESDIR}/${PN}-3.1.0-FindPythonInterp.patch
+
+   #upstream fixes (can usually be removed with a version bump)
+   ${DISTDIR}/${PN}-3.3.1-FindPkgConfig_remove_variable_dereference.patch
 )
 
 cmake_src_bootstrap() {

diff --git a/dev-util/cmake/cmake-3.3.1.ebuild 
b/dev-util/cmake/cmake-3.3.1.ebuild
deleted file mode 100644
index 35fc5cb..000
--- a/dev-util/cmake/cmake-3.3.1.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_REMOVE_MODULES=no
-inherit bash-completion-r1 elisp-common toolchain-funcs eutils versionator 
cmake-utils virtualx
-
-MY_P=${P/_/-}
-
-DESCRIPTION=Cross 

[gentoo-commits] data/gentoo-news: New branch: master

2015-08-21 Thread Michał Górny
commit: 
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Fri Aug 21 15:59:28 2015 +

New branch: master




[gentoo-commits] repo/gentoo:master commit in: kde-base/kdelibs/

2015-08-21 Thread Michael Palimaka
commit: 71c11051c2aa7cc78285fa313d4b703c05d71bed
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 16:30:20 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 16:30:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c11051

kde-base/kdelibs: raise cmake dependency.

Gentoo-bug: 558236

Package-Manager: portage-2.2.20.1

 kde-base/kdelibs/kdelibs-4.14.11.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-base/kdelibs/kdelibs-4.14.11.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.11.ebuild
index e9eddd1..959b7cc 100644
--- a/kde-base/kdelibs/kdelibs-4.14.11.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.11.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+CMAKE_MIN_VERSION=3.3.1-r1
 CPPUNIT_REQUIRED=optional
 DECLARATIVE_REQUIRED=always
 OPENGL_REQUIRED=optional



[gentoo-commits] data/api:master commit in: files/packages/

2015-08-21 Thread Patrice Clement
commit: 666814b2c2359d222c76d71e5b1a2783031682d3
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 17:29:55 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 17:29:55 2015 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=666814b2

herds.xml: Add myself to the shell-tools herd. Signed off by jlec.

Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 files/packages/herds.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/files/packages/herds.xml b/files/packages/herds.xml
index 140dd51..404fcb9 100644
--- a/files/packages/herds.xml
+++ b/files/packages/herds.xml
@@ -392,6 +392,7 @@
   /maintainer
   maintainer
 emailmonsie...@gentoo.org/email
+namePatrice Clement/name
   /maintainer
 /herd
 herd
@@ -666,6 +667,10 @@
 emailj...@gentoo.org/email
 nameJustin Lecher/name
   /maintainer
+  maintainer
+emailmonsie...@gentoo.org/email
+namePatrice Clement/name
+  /maintainer
 /herd
 herd
   namex11/name
@@ -2193,6 +2198,10 @@
 emailj...@gentoo.org/email
   /maintainer
   maintainer
+emailmonsie...@gentoo.org/email
+namePatrice Clement/name
+  /maintainer
+  maintainer
 emailhero...@gentoo.org/email
 nameBenda Xu/name
   /maintainer



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

2015-08-21 Thread Patrice Clement
commit: b1aaecf3778c2c42fc8cb321004c157857a89c81
Author: Patrice Clement monsieurp AT gentoo DOT org
AuthorDate: Fri Aug 21 17:18:55 2015 +
Commit: Patrice Clement monsieurp AT gentoo DOT org
CommitDate: Fri Aug 21 17:31:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1aaecf3

net-misc/spiped: stick a blocker on net-mail/qlogtools due to file collisions. 
Fixes bug 548126.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement monsieurp AT gentoo.org

 net-misc/spiped/spiped-1.5.0-r1.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/net-misc/spiped/spiped-1.5.0-r1.ebuild 
b/net-misc/spiped/spiped-1.5.0-r1.ebuild
new file mode 100644
index 000..caf32da
--- /dev/null
+++ b/net-misc/spiped/spiped-1.5.0-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION=secure pipe daemon
+HOMEPAGE=http://www.tarsnap.com/spiped.html;
+SRC_URI=http://www.tarsnap.com/${PN}/${P}.tgz;
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+MY_PN=${PN/d/}
+
+DEPEND=dev-libs/openssl:*
+
+# Blocker added due to #548126
+RDEPEND=${DEPEND}
+   !net-mail/qlogtools
+
+src_install() {
+   dobin ${MY_PN}/${MY_PN}
+   dosbin ${PN}/${PN}
+
+   doman ${MY_PN}/${MY_PN}.1 ${PN}/${PN}.1
+
+   newinitd ${FILESDIR}/${PN}.initd ${PN}
+   newconfd ${FILESDIR}/${PN}.confd ${PN}
+
+   dodir etc/${PN}
+}
+
+pkg_postinst() {
+   elog
+   elog You will need to configure spiped via its
+   elog configuration file located in /etc/conf.d/.
+   elog
+   elog Please have a look at this file prior to starting up spiped!
+   elog
+}



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

2015-08-21 Thread Markus Meier
commit: 73b3877d14bde17b227db5aae5693a7a0444f05f
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:47:51 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:47:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b3877d

dev-python/pycparser: arm stable, bug #556428

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

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

diff --git a/dev-python/pycparser/pycparser-2.14.ebuild 
b/dev-python/pycparser/pycparser-2.14.ebuild
index 7c2fe12..4d08264 100644
--- a/dev-python/pycparser/pycparser-2.14.ebuild
+++ b/dev-python/pycparser/pycparser-2.14.ebuild
@@ -14,7 +14,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
+KEYWORDS=alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
 IUSE=test
 
 RDEPEND=dev-python/ply[${PYTHON_USEDEP}]



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

2015-08-21 Thread Bernard Cafarelli
commit: d5babab41b86f13facdd47e6a6a197963878c445
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Fri Aug 21 15:08:03 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Fri Aug 21 15:12:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5babab4

x11-libs/libdockapp: version bump, add subslot (includes wmgeneral now)

Package-Manager: portage-2.2.20.1

 x11-libs/libdockapp/Manifest|  1 +
 x11-libs/libdockapp/libdockapp-0.7.0.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-libs/libdockapp/Manifest b/x11-libs/libdockapp/Manifest
index 207e986..24f144c 100644
--- a/x11-libs/libdockapp/Manifest
+++ b/x11-libs/libdockapp/Manifest
@@ -1,2 +1,3 @@
 DIST libdockapp-0.6.1.tar.bz2 155920 SHA256 
eacae024ce6f2bdaba50f18bd18a27a9b4a3e290300f92048fdb11ebd273bd9f
 DIST libdockapp-0.6.4.tar.gz 32200 SHA256 
188e95f093a79746450294a6d9a7be74bfa658215a7f617eb1b63a2bb013fae7 SHA512 
8246434de903f113888dd7ef21c27d4bd3991d901b453963c696e5474082f5295de80b00f09d690de8a4a7fbbfa174d1727e138714015ddfbd39b8348e064c6f
 WHIRLPOOL 
2e13efca76d879e9f5d86043e5d9570dad7e212dae6020356644bfa57d26cdb7d421f7a6b671843d396ea26ea18025286c4c6aaf00f59869f93d7211a94cdd7e
+DIST libdockapp-0.7.0.tar.gz 39051 SHA256 
03392b1b393089c696fdf448b489167191df2b7edf61f86d4354a327db8de15a SHA512 
853564de3181a34b38c05d93df0faa4a142f66d82513af17689a6485f56b1f68436a9c85eb23332d9d0acb0069a08e30eedb60bd70896963810669a0d3980247
 WHIRLPOOL 
40ba54fcf62fc80c307f1dc2b912a91b6ac1b0b02ffe10fc6dae5f918e020edd0eb1c902174d4a4bf23721cd055dfb1b825ac49267f93396a9d6d33eba72953c

diff --git a/x11-libs/libdockapp/libdockapp-0.7.0.ebuild 
b/x11-libs/libdockapp/libdockapp-0.7.0.ebuild
new file mode 100644
index 000..0778704
--- /dev/null
+++ b/x11-libs/libdockapp/libdockapp-0.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools font
+
+DESCRIPTION=Window Maker Dock Applet Library
+HOMEPAGE=http://windowmaker.org/dockapps/?name=wmclock;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE=MIT public-domain
+SLOT=0/3
+KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
+# Required for font eclass
+IUSE=+X
+REQUIRED_USE=X
+
+RDEPEND=x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXext
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+   x11-proto/xproto
+
+FONT_S=${S}/fonts
+FONT_SUFFIX=gz
+DOCS=README ChangeLog NEWS AUTHORS
+
+src_prepare()
+{
+   eautoreconf
+}
+
+src_configure()
+{
+   # Font installation handled by font eclass
+   econf --without-font --without-examples
+}
+
+src_install()
+{
+   emake DESTDIR=${D} install
+   font_src_install
+}



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

2015-08-21 Thread Justin Lecher
commit: 5ac3165814d69d029d2929fe2917edb2e31f26d8
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Fri Aug 21 15:34:04 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Aug 21 15:34:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac31658

sys-kernel/aufs-sources: Bump to latest genpatches and linux release

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 sys-kernel/aufs-sources/Manifest   | 10 +++---
 ...{aufs-sources-3.19.8.ebuild = aufs-sources-3.18.20.ebuild} |  4 ++--
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index cbf49d8..7535496 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -1,15 +1,12 @@
 DIST aufs-sources-3.18.1+_p20150622.tar.xz 167804 SHA256 
39fce606f62e4791ae78bbd83a9a727946e61afc2af865b20b0bdcf0e107dd5e SHA512 
8ea52f0ef542b99afe6ecfa462663d19a589538fbb0f827cfec6b1e680be63c7822e5720199a9abb689876a2739ed601a8e36622395bdac0e31072e00bc94c99
 WHIRLPOOL 
3abd335909f0923fd71bbeb4ac250a06a2a0d3ffe741c33b72c977e78b8ae5b3acf2d269469d2c397f5e5d4ac797a993027ada8a53be4fc24cea2c6e71bff89a
 DIST aufs-sources-3.18.1+_p20150629.tar.xz 167804 SHA256 
39fce606f62e4791ae78bbd83a9a727946e61afc2af865b20b0bdcf0e107dd5e SHA512 
8ea52f0ef542b99afe6ecfa462663d19a589538fbb0f827cfec6b1e680be63c7822e5720199a9abb689876a2739ed601a8e36622395bdac0e31072e00bc94c99
 WHIRLPOOL 
3abd335909f0923fd71bbeb4ac250a06a2a0d3ffe741c33b72c977e78b8ae5b3acf2d269469d2c397f5e5d4ac797a993027ada8a53be4fc24cea2c6e71bff89a
-DIST aufs-sources-3.19_p20150511.tar.xz 166900 SHA256 
a8fac031e241e5d2a10962c5b220c8df7fb817cc0d443a6a76e30464cb3cef0e SHA512 
ea37a1b7de623f04681d88346c7e91ea34b0cc8e9a974fbd4621fc933dcb18349764df48687370fe5e9168d5cafa15be58bf8a175822b4a10f032cbab30e63a7
 WHIRLPOOL 
f81b6fa37c9116e9055050f1fecb53ecbf40fa6303bba569f3166b4fbd7f2e63476866e3594cce1d9495b3a02af37b574f2caf75ab80fbb37d3297f3911ba6a5
 DIST aufs-sources-4.0_p20150518.tar.xz 166024 SHA256 
da653585bfd610bbc874b9f51c76777511a9b15eb662917f653af1ef8d255936 SHA512 
b7e7f681b8125c98f6ea28482243edeb16952ac0ba53ebb7992a0988d54066dd288bac732cce7b6f89485407fb69f6bce164f9bdd09f15b446acba1c28c2905b
 WHIRLPOOL 
ed3eeb9658d87714268b0f03bf1de80aedef697f51a80407211b68beed5af8efca77d14de0dbcc9873f30b71fc4b026c6270b6c75ac0fd7e22ec89432867d17a
 DIST aufs-sources-4.0_p20150629.tar.xz 166624 SHA256 
af28e0752a1f9c0edf34519b58ed4aaea9e3538a3041110061d1fa55e25acfca SHA512 
c68c077bf399d188c72f8c2c6ca4ce634fa710b84296275529f1a8a20c3c923ca7d418cd564d66651b5dbc3544bc556f763a5c3687e3fede55e36b13223a2bec
 WHIRLPOOL 
e3590e5da82ae5252c1e318dd775d950a14c3ac0f6235552cef0943f304361299ed33731e7365f6ef586e02e7d23be5dfdc613b40f48a042655b2a110638ca3e
 DIST aufs-sources-4.1_p20150629.tar.xz 166912 SHA256 
b9927b15bfc6be7b72206529402b33ceb32b72fd36c84e28f34fb73218575cd0 SHA512 
6514479c83e04fe22c7d753bc351e77e9d84cc012eb590e0e463f639bd1ac4dd5cecc0f5b6046d7f721a4a90b6f492e015faadc392af2664f4bcfa9a860bec56
 WHIRLPOOL 
e68b9da85b2abc7b6b42777e23d49c93e550e2cdd330a140f4471888e0bab5dafb5cddf2b1263b12a74098ef3d817f3270b92898137948ae76152104db5d8621
 DIST deblob-3.18 127087 SHA256 
c720eabb3911f8dfa4398c4250853df4633018abebc01a509ee4a283c3e00941 SHA512 
6fe33762ba19aad7ff891b7b805cc26f6e2926f5e40c92fa45bc7f31bdeb5c8fc42b97e5d37d71b9422da239c7c54abd25f1fa2fa1e5733c6053abbf4c9e9011
 WHIRLPOOL 
c351a3ae15c59081fca69c1b5d9b9de10f024eb01f1426722a0d6ccb7caa34330be42897cd85cf19b22ff876352b0cec1c19707edc81c4cb01ad9c1df2e3d831
-DIST deblob-3.19 129098 SHA256 
b0e121e80f02676bc023df1470691b94bd0495ae09aa349d1e6edddf7d1b34a2 SHA512 
8f9327d5bb56fbc24f72622d579232003db95695c0cd22b4ce0b4692c9757b639c1253548d943f7cbdde9652cf51814f4b4fdf92055e8ae1c9d75acdc68d9a32
 WHIRLPOOL 
bc3ed9eeec3ab77e2f18ec4a2a536a58b4bf2091a50219220c4d1d21de6956709c97dbb098eba64eacb2fac45f410020f6c37a3f890e6e820d5d8faebc3f3b3c
 DIST deblob-4.0 129952 SHA256 
c3d8e9a9728d5c1fc11b1112f5343b14e46a8cf2880e10399a840bc94b6e2ad3 SHA512 
055205394487dbc0022f9531fb76d0be51ca3ec4e119232cc0972790d1532c680e1367eb36a9f40529f0ab1d76f64240b1e8a07cb02d3605d594c06e3547f1bb
 WHIRLPOOL 
db32b66231e552ac6e3651152eb2b3212ef0863842cd352bd2f1b1080b9ea5543f1f7ed0e7958a9f4b115559233dc1817560e896c789378ea7b68b527b721ca8
 DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
 DIST deblob-check-3.18 654232 SHA256 
30f22602b6ddf2cbccc16ef25fdc4d92755f3972e1c671d7cab8b9d6865eb155 SHA512 

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

2015-08-21 Thread Markus Meier
commit: cdcd53b5d03fb97796a28b5ef44d79a6f212d247
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:40:09 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:40:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcd53b5

dev-libs/jsoncpp arm stable, bug #551320

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

 dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild 
b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
index e6c618b..61d681e 100644
--- a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI=https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz - ${
 
 LICENSE=|| ( public-domain MIT )
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~mips ppc ppc64 sparc x86
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 sparc x86
 IUSE=doc test
 
 DEPEND=



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

2015-08-21 Thread Michael Palimaka
commit: 331bface1378e7634d33132088d7e39b45188a59
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 16:39:33 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 16:44:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331bface

profiles: unmask kde-base/kdelibs-4.14.11

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9bd6c36..b6f5f8d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -39,10 +39,6 @@
 # https://github.com/rsyslog/rsyslog/issues/489
 =dev-libs/liblognorm-1.1.2
 
-# Michael Palimaka kensing...@gentoo.org (20 Aug 2015)
-# Causes build failure in many revdeps
-=kde-base/kdelibs-4.14.11
-
 # Lars Wendler polynomia...@gentoo.org (20 Aug 2015)
 # Masked for testing
 =net-misc/iputils-20150815



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

2015-08-21 Thread Mike Gilbert
commit: 968a153b18dfabaf3c1e8db1a4a022e7c7e47df4
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Fri Aug 21 17:00:07 2015 +
Commit: Mike Gilbert floppym AT gentoo DOT org
CommitDate: Fri Aug 21 17:00:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968a153b

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.20_p134

 www-plugins/chrome-binary-plugins/Manifest| 8 
 ...55_p1.ebuild = chrome-binary-plugins-44.0.2403.157_p1.ebuild} | 0
 ...ta1.ebuild = chrome-binary-plugins-45.0.2454.46_beta1.ebuild} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index a92dfbb..5c0e771 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,6 +1,6 @@
-DIST google-chrome-beta_45.0.2454.37-1_amd64.deb 48042498 SHA256 
889c06e2226912f3d983ede24f5b5514c40b0f73a39083f13210ae00b7d01050 SHA512 
9059393d33a9bd293b6c87a275eee5e7591ddf73e0a3894182cf7cc315f48d865b08cfbc99576ff6564378452a6e4a68e29e0331840e609d6235c97c37b28cbd
 WHIRLPOOL 
adf2e180f548f938aed444b248c7ebd91192b4269708e7a78fc0322d7e7d13c9f1e2e31c04821719e6376160ebef6d137c1cedd821cd2dd7cf834bae4864d614
-DIST google-chrome-beta_45.0.2454.37-1_i386.deb 47657956 SHA256 
f1b174cb2fd78fa75808f181a78cc6e4f3da1f709cd0a455b060721965ec962c SHA512 
21060e47f290aabfae0733ed0835abc5e56dcac9a0398b590574c1f7550510deb4768d21bd755849c941cdce271086dd18884d55d4173c898a141fdc273e51e4
 WHIRLPOOL 
d90c1a59fb0e6fae6fb81d16e17ef1e2297d414868b5591981c45582585b26773aa19e64a6a408ad68878b173cf905c76b557a75a6770b9b2b8eb17e2ae20158
-DIST google-chrome-stable_44.0.2403.155-1_amd64.deb 47607008 SHA256 
75d995681a30125364f52389f66a73c94d88acee406bb3f3080f0fa28f7a0bd6 SHA512 
5db4ce8db0a10fe6298dc4f08e1b0a00d636c9706ec5e32557875e3585fc2fcbff49575235b4bf91159b976d0299b6e29b7ad37f5abd38de72f31c0fe6084565
 WHIRLPOOL 
5718207fa9e19387eb520926aaedff83ca5d4f7037f61cf044e0dd91d33ff494282221bedb706fe67797c756b8ff56cea2ce31adac3ae01d5a75d52693bcf13a
-DIST google-chrome-stable_44.0.2403.155-1_i386.deb 47266234 SHA256 
0692fca787ade1b70e6fc2b11b618359c342c9a9e8c4a58abf245cb48810c885 SHA512 
5e87754c7542af6f3b189f5c6ea1e584f2cb422ffd6d05645f00d2344304cb0d1b5d4b1f1b257e41f20306093517f65400afd664f89ea792bb530a1168812d0e
 WHIRLPOOL 
d4f4008ef6b51e978e94b35838abcbadb9c7f5f89a2f4ddc0d0df74b19255943dc7eb0e36c1bc4477a49ef383fc038761d095c3b2c98ad47571fae4f8579f363
+DIST google-chrome-beta_45.0.2454.46-1_amd64.deb 48027970 SHA256 
ecf9a99d925ce16cb76af34facd58950857ebda1657c217dac8bfdc5eef4a8d2 SHA512 
4b668455bb6ff44d6bdba1fc920f58b6f1cfbc87ddb2961efc0bdc8bccf391ee31fca4b43884af50a695c367284b181de39103ac4db9f59ad986c70cc3194a76
 WHIRLPOOL 
c6b291e17327529a99ce2ec528063d8d6cd6acc67e775c5661bd7af7825c9ca93228be608e4269449a195c54bc46b58e4b95a64bb13bde4914c995359ea3e768
+DIST google-chrome-beta_45.0.2454.46-1_i386.deb 47433978 SHA256 
1cd99da6c60d87f8b12db0aa0453a6e8489e50786c790bca2ac670f274081c33 SHA512 
8497ef9e5c63fb8783a78669cf12d65fd8a1984fa650ccbd48f9f34ee9fbaf1f70c2b78e3b4fb258bbe73bf5a81836012255dede756d47efcda8b28f4bc4a52a
 WHIRLPOOL 
5cbafcd0b6017210dce74ee9beb068a6e82f46fda666cae48177eeabf6b859d897c7fd45dbd374bdbf7a0d515995389c5304537ba86494f1b3f5afb519d9db5f
+DIST google-chrome-stable_44.0.2403.157-1_amd64.deb 48114486 SHA256 
e39bb092d7212e90357271af5212aeba3e8727ff0b94b151fb2bf31b7ac0e109 SHA512 
2cb9e4b85e408c4b1e0512f3b8c0624db1594023e0f8a546234fca9d4cb1522da56a2233861d10fcfd23f1d1945d627aec4faf36b791b0aa2c24ad22fc6b0816
 WHIRLPOOL 
87ca7eb8d5ed92ed57ba06b9f37ef09e336eec1fbf9ae4d5f066373862b08e987dbedea863e3995b95a484dd2cb3633311fe5f2f86dbbc6933571d698c2c
+DIST google-chrome-stable_44.0.2403.157-1_i386.deb 47267142 SHA256 
78bde46ac1fceb08ea1dc848d63a69300df388cc723a4cb3fe50a6240c590e5b SHA512 
9731bda72f7530208885a9ef3cdc0ec1fc4b806d68adc138fa0e3d6187b3e5cbfc1208faec629d2f75dc631c12d98b6be3384efc6909026c8104a27cf47ae80a
 WHIRLPOOL 
94bf3181f26077754f12b708488264b757044fe313be5da73e9798b253a11775db515b905c943bd39f4369fcbc6ede80428846fb56e6aea316757db4f656747f
 DIST google-chrome-unstable_46.0.2486.0-1_amd64.deb 47118124 SHA256 
1e527b2a97bf858d3ee37c4704cb6bd4af429f6f4a0d86ade1c920f22f95c208 SHA512 
ea1a538761a3b99a2824b5f4c496ff0a752d2bfcca25a1a629ed2b8622fe192dd58a6bed9da91d81e17f3211e7cff24676d5e0fe149a3ebcd0a75834f30c4d37
 WHIRLPOOL 
5014fa5d8a8edae5b67d06cff7ba2312a9cac33a4d7e38a319e623f14c4c2437f31f114aecc7afb861820ece0f61444323187684e37b1f24a36ace262816b692
 DIST google-chrome-unstable_46.0.2486.0-1_i386.deb 46739014 SHA256 
49251adca0e7412caea3d07248a9a63a149799603dc99a9adc867b50f6d7aeeb SHA512 
9021868340f66a575a11d26365632d98d4c02d6528f2c45233c5a3f79a4a288cf3cf8188c712581b3a0d513d84bc9365e3fa8de787cd95cd3b7c121e39a693a4
 WHIRLPOOL 

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

2015-08-21 Thread Markus Meier
commit: 8f49a16b51acd75999e4cad586e864dca4e09710
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:42:21 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:42:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f49a16b

sys-apps/smartmontools arm stable, bug #28

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

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

diff --git a/sys-apps/smartmontools/smartmontools-6.4.ebuild 
b/sys-apps/smartmontools/smartmontools-6.4.ebuild
index 27afa16..92e8c86 100644
--- a/sys-apps/smartmontools/smartmontools-6.4.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
inherit subversion autotools
 else
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
-   KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos
+   KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~x64-macos
 fi
 
 DESCRIPTION=Self-Monitoring, Analysis and Reporting Technology System 
(S.M.A.R.T.) monitoring tools



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

2015-08-21 Thread Markus Meier
commit: e853e16e31d49571fcf7791bceba5a27fe21d1f2
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:47:18 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:47:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e853e16e

dev-python/ply: arm stable, bug #556428

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

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

diff --git a/dev-python/ply/ply-3.6-r1.ebuild b/dev-python/ply/ply-3.6-r1.ebuild
index 0e7c470..6d606f6 100644
--- a/dev-python/ply/ply-3.6-r1.ebuild
+++ b/dev-python/ply/ply-3.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI=http://www.dabeaz.com/ply/${P}.tar.gz;
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
+KEYWORDS=alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
 IUSE=examples
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



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

2015-08-21 Thread Markus Meier
commit: 77e875967bb67d53c3a49c820f629db14f82d84b
Author: Markus Meier maekke AT gentoo DOT org
AuthorDate: Fri Aug 21 16:46:45 2015 +
Commit: Markus Meier maekke AT gentoo DOT org
CommitDate: Fri Aug 21 16:46:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e87596

dev-python/cffi: arm stable, bug #556428

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=arm

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

diff --git a/dev-python/cffi/cffi-1.1.2.ebuild 
b/dev-python/cffi/cffi-1.1.2.ebuild
index 2c1c192..102dde7 100644
--- a/dev-python/cffi/cffi-1.1.2.ebuild
+++ b/dev-python/cffi/cffi-1.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
+KEYWORDS=alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
 IUSE=doc
 
 RDEPEND=



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

2015-08-21 Thread Mike Frysinger
commit: 6f3f7e3b40068f6c476d8f236cf9a86830be39a8
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Fri Aug 21 21:16:06 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Fri Aug 21 21:16:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3f7e3b

sys-libs/glibc: fix building w/out perl #552020

 sys-libs/glibc/Manifest  | 2 +-
 sys-libs/glibc/glibc-2.22.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index b184f7f..3285955 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -20,7 +20,7 @@ DIST glibc-2.20-patches-5.tar.bz2 55986 SHA256 
3d3eec9ac9b5d0530f9e05614f4646d64
 DIST glibc-2.20.tar.xz 12283992 SHA256 
f84b6d42aecc288d593c397b0a3d02260a33ee686bce0c634eb9b32798f36ba5 SHA512 
7a8eea8b71d3ccba766c3f304cab61055446d451ef063309476b26dc40d880562dc33b1b68fbedeedb4b55b84c26415b9202311aaa71ef8c141b6849a814d2fa
 WHIRLPOOL 
042f74d75c62a655ae35348c9cd0bed0845ab199e37a76635eb74c04ed927b5eca77723c38d2dc46f12fca62c1004001887b43946a914b079ad22f6a9cc8daaa
 DIST glibc-2.21-patches-4.tar.bz2 32021 SHA256 
2a77ab05ff0df464a0f2deb642d9ac9dc7b42d94b333e1db033ef2a33ba0a8e1 SHA512 
39e128a550617d9b692e9ec12e77466767907e5066f78141af3089d06241282f06cf333fc9f7c932c5d5ecdd5020fdd79bfb33827332cce765cad2bcc06758cc
 WHIRLPOOL 
98cc3324127c91c97e59f705a05b46abcd499c345eab873605d9fc3e456ec103ccb52f97b2aeaf59b4bfa5f47ed81cce32899aed3d7d46d201f3b6657c00c1dc
 DIST glibc-2.21.tar.xz 12322092 SHA256 
aeeb362437965a5d3f40b151094ca79def04a115bd363fdd4a9a0c69482923b8 SHA512 
8cded6693618bec115f678fcbd0b77556f97dfa8337608f66e37224aefa55b38765ba61cb4d58beea37b5934e5ec8e30bad58613707388484906f2a0ce77997d
 WHIRLPOOL 
d07fec32bd92eade065a3b6170932b8bd41d07df4aa69dd5a860ebb9678c22bd1e20bf88b1fc05c3ecc18e709c0a63118e12525dc668e0399d7ef7fe4454702d
-DIST glibc-2.22-patches-5.tar.bz2 33325 SHA256 
9220e32f58ae0c2c4b50305b79d34ebcc4a83349e91a44840bf5184f2a50f766 SHA512 
847481fedae178b9512335817568fe22d15fef1911b25792671d2a5332c2166517cb5469c934b40f9813a9b77f8aaa8c04062509bcd04bcb94edfb495089762c
 WHIRLPOOL 
b5277cf25661b31a7d439912b95fff4d8320ae4079fc0130995ed1a356f0544543b4502a14df63806b3ad4c3260f7cfbb4fe711c06b2f91b9a7a54f875949d40
+DIST glibc-2.22-patches-6.tar.bz2 33840 SHA256 
36375c3ff97ffe0d556078c069a1f8a215e1dfb1f8e6e025c79bc0db54072443 SHA512 
93f6ed71404ade98da40b0b14f454c7d7fceaf2cc999750ccf4ddf76d856c261d50c3f0617266bdc123d91d640409fd1be359eaf40c9a94a0ebc71290ab844d3
 WHIRLPOOL 
fbcb67f2cc0b5f5d7b3a1adfaa6ead3fc2818f7a9573663f81ed4fc5de80b65cd10d374a2be5ff3af53feefdb813c70ba7f0d3eda6353f96878c83949e7f1b7a
 DIST glibc-2.22.tar.xz 12969072 SHA256 
eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 SHA512 
a8719f3a4f8aa5fa8176fdafbea5082c6dfd85bd8c4cdce60571910263ab422b35bb8b55a84d37ccb146442133ba60a84d453ca4a439c8ccd35419bd051b
 WHIRLPOOL 
f7e707b3776fc197a2e7bf5633721925507237b154bbc1f94b9fc303c87e6fc039ff0758da6ee55b4c1a0daaa87c6e594a6c96e7b00a7ba8ae98ee29918709a7
 DIST glibc-ports-2.13.tar.bz2 625945 SHA256 
b11c4501ae929883447f409c31d65e82822b1c5693075a825a3d54612876ee5a SHA512 
39ed578db363dab05e54d5272d3a8a0600493b91985c65a4d043b5a88d617ff46cca2d66d99ae69e92282d8f8a2357e79dcd5b0ae45b505497417d5137866ad6
 WHIRLPOOL 
766309e315f2f7edbe0b431691ea16f9917dd2f1c8d54b707e819b695f26dedac2d60c3a58499ee1b51a218b982e9930e49f79db096e166576c215a6ccac21e5
 DIST glibc-ports-2.14.1.tar.bz2 630641 SHA256 
1c830afb6d4aa166edaa09ec539580377ecbb16ba655d0aad6f5cb5a9a269aa9 SHA512 
4ed18be51e2dec4395bf89701b32e443ba02e4e6b26ee1a72684a1f84ef302d58ed8b58f99e4e0ba3f539da0ade668de5881bb2b86fcd065d741448d9c129bae
 WHIRLPOOL 
463aac8660f7f8d9d6e4ee5728aef2948892a54dc250d0543ffb3c2fb636a816384d5984631ab4420b98a51254d62b4b0ad8381a8006ceb1f632de135155939d

diff --git a/sys-libs/glibc/glibc-2.22.ebuild b/sys-libs/glibc/glibc-2.22.ebuild
index a9b901b..ec72d56 100644
--- a/sys-libs/glibc/glibc-2.22.ebuild
+++ b/sys-libs/glibc/glibc-2.22.ebuild
@@ -27,7 +27,7 @@ case ${PV} in
;;
 esac
 GCC_BOOTSTRAP_VER=4.7.3-r1
-PATCH_VER=5  # Gentoo patchset
+PATCH_VER=6  # Gentoo patchset
 : ${NPTL_KERN_VER:=2.6.32}   # min kernel version nptl 
requires
 
 IUSE=debug gd hardened multilib nscd selinux systemtap profile suid vanilla 
crosscompile_opts_headers-only



[gentoo-commits] gentoo commit in src/patchsets/glibc/2.22: 00_all_0020-manual-skip-build-when-perl-is-unavailable.patch README.history

2015-08-21 Thread Mike Frysinger (vapier)
vapier  15/08/21 21:15:49

  Modified: README.history
  Added:   

00_all_0020-manual-skip-build-when-perl-is-unavailable.patch
  Log:
  fix from upstream for building w/out perl available #552020

Revision  ChangesPath
1.6  src/patchsets/glibc/2.22/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?r1=1.5r2=1.6

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.22/README.history,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README.history  18 Aug 2015 12:59:11 -  1.5
+++ README.history  21 Aug 2015 21:15:49 -  1.6
@@ -1,3 +1,6 @@
+6  21 Aug 2015
+   + 00_all_0020-manual-skip-build-when-perl-is-unavailable.patch
+
 5  18 Aug 2015
+ 00_all_0019-hppa-start.S-rework-references-to-fix-PIE-TEXTRELs-B.patch
 



1.1  
src/patchsets/glibc/2.22/00_all_0020-manual-skip-build-when-perl-is-unavailable.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0020-manual-skip-build-when-perl-is-unavailable.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0020-manual-skip-build-when-perl-is-unavailable.patch?rev=1.1content-type=text/plain

Index: 00_all_0020-manual-skip-build-when-perl-is-unavailable.patch
===
From 0acbb93ebb8cf2a646cc2b685cd13b22d52f1e27 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Wed, 22 Feb 2006 21:12:28 -0500
Subject: [PATCH] manual: skip build when perl is unavailable

Do not try to generate the manual when perl is unavailable.  This
matches the behavior when makeinfo is unavailable.  Otherwise the
install step fails when trying to generate the libm section since
it runs a perl script.

(cherry picked from commit 1695cdae065fa3693e7b18169a100f53444eac69)
---
 manual/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/manual/Makefile b/manual/Makefile
index 5382208..cdb6763 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -172,6 +172,8 @@ include ../Rules
 
 .PHONY: install subdir_install install-data
 install-data subdir_install: install
+# libm-err.texi generation requires perl.
+ifneq ($(PERL),no)
 ifneq ($(strip $(MAKEINFO)),:)
 install: $(inst_infodir)/libc.info
@if $(SHELL) -c '$(INSTALL_INFO) --version' /dev/null 21; then \
@@ -179,6 +181,7 @@ install: $(inst_infodir)/libc.info
 $(INSTALL_INFO) --info-dir=$(inst_infodir) $(inst_infodir)/libc.info;\
else : ; fi
 endif
+endif
 # Catchall implicit rule for other installation targets from the parent.
 install-%: ;
 
-- 
2.4.4







[gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/

2015-08-21 Thread Sebastian Pipping
commit: 5149b8f0bc6e6878d4f0ca654d533a78df733509
Author: Sebastian Pipping sping AT gentoo DOT org
AuthorDate: Fri Aug 21 19:28:37 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Fri Aug 21 19:29:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5149b8f0

app-misc/resolve-march-native: 0.9

 app-misc/resolve-march-native/Manifest|  1 +
 app-misc/resolve-march-native/metadata.xml|  8 
 .../resolve-march-native-0.9.ebuild   | 19 +++
 3 files changed, 28 insertions(+)

diff --git a/app-misc/resolve-march-native/Manifest 
b/app-misc/resolve-march-native/Manifest
new file mode 100644
index 000..cbbc321
--- /dev/null
+++ b/app-misc/resolve-march-native/Manifest
@@ -0,0 +1 @@
+DIST resolve-march-native-0.9.tar.gz 7688 SHA256 
b8e0efd881fca5dfe200e3c9767b1948265ca5e4daf8169332a941f8184c713f SHA512 
2079153a1d7f8f352baa1ad9e120d976bca8cef2a81dde85ba1689a260fb899c8b6d97f9cd79dda41c5b67b9fe76bfdf0fc5bc88ef09d2915a29f3ed33e2
 WHIRLPOOL 
c46f233eb59b284dd5262026ea83974bdb0825e8b797087a89ac7249542a478624da8e9540cf92869dbc41afb62fdb5e3623a1ec4fa5aa18354d770daf4be832

diff --git a/app-misc/resolve-march-native/metadata.xml 
b/app-misc/resolve-march-native/metadata.xml
new file mode 100644
index 000..16bcc9f
--- /dev/null
+++ b/app-misc/resolve-march-native/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailsp...@gentoo.org/email
+   nameSebastian Pipping/name
+   /maintainer
+/pkgmetadata

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
new file mode 100644
index 000..9a2994a
--- /dev/null
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION=Resolve GCC flag -march=native
+HOMEPAGE=https://github.com/hartwork/resolve-march-native;
+SRC_URI=https://github.com/hartwork/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz
+
+LICENSE=GPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+RDEPEND=sys-devel/gcc



[gentoo-commits] proj/devmanual:master commit in: archs/ppc/, keywording/, general-concepts/emerge-and-ebuild/, ...

2015-08-21 Thread Justin Lecher
commit: 5b16122e6786de482bf8a57ae7eebcc8a31d4b17
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Fri Aug 21 20:16:15 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Aug 21 20:16:15 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5b16122e

Gentoo is doing https for everythin now

Signed-off-by: Justin Lecher jlec AT gentoo.org

 README.md|  4 ++--
 appendices/contributing/text.xml |  2 +-
 archs/alpha/text.xml |  8 
 archs/amd64/text.xml |  8 
 archs/ppc/text.xml   |  4 ++--
 devbook.xsl  | 24 
 ebuild-writing/eapi/text.xml |  2 +-
 ebuild-writing/misc-files/changelog/text.xml |  2 +-
 ebuild-writing/misc-files/metadata/text.xml  | 12 ++--
 general-concepts/emerge-and-ebuild/text.xml  |  2 +-
 general-concepts/manifest/text.xml   |  4 ++--
 general-concepts/mirrors/text.xml|  2 +-
 keywording/text.xml  |  2 +-
 text.xml |  2 +-
 14 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/README.md b/README.md
index 0a211a4..e1cc00d 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ devmanual.gentoo.org
 
 Gentoo devmanual source
 
-You can find the compiled version here: http://devmanual.gentoo.org
+You can find the compiled version here: https://devmanual.gentoo.org
 
 This document is licensed under [CC-BY-SA-2.0](License)
 
-See also http://devmanual.gentoo.org/appendices/contributing/index.html
+See also https://devmanual.gentoo.org/appendices/contributing/index.html

diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index c8c20da..440aea3 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -63,7 +63,7 @@ for those who prefer to submit patches using pull requests.
 body
 
 p
-DevBook XML is heavily based on uri 
link=http://www.gentoo.org/doc/en/xml-guide.xml;
+DevBook XML is heavily based on uri 
link=https://www.gentoo.org/doc/en/xml-guide.xml;
 GuideXML/uri and many tags are similar, if not the same. The main differences
 occur in layout which are designed to make a large-scale publication easier
 to produce and manage using a hierarchical tree system. Before starting off you

diff --git a/archs/alpha/text.xml b/archs/alpha/text.xml
index b8662fe..dec4eef 100644
--- a/archs/alpha/text.xml
+++ b/archs/alpha/text.xml
@@ -138,16 +138,16 @@ The Alpha team can be contacted:
 
 ul
   li
-uri link=http://alpha.gentoo.org/;Gentoo Linux Alpha Development 
Project/uri
+uri link=https://alpha.gentoo.org/;Gentoo Linux Alpha Development 
Project/uri
   /li
   li
-uri link=http://www.gentoo.org/doc/en/gentoo-alpha-faq.xml;Gentoo/Alpha 
FAQ/uri
+uri 
link=https://www.gentoo.org/doc/en/gentoo-alpha-faq.xml;Gentoo/Alpha FAQ/uri
   /li
   li
-uri 
link=http://www.gentoo.org/proj/en/base/alpha/doc/alpha-porting-guide.xml;Alpha
 Porting Guide/uri
+uri 
link=https://www.gentoo.org/proj/en/base/alpha/doc/alpha-porting-guide.xml;Alpha
 Porting Guide/uri
   /li
   li
-uri link=http://forums.gentoo.org/viewforum-f-32.html;Gentoo on 
Alternative Architectures Forum/uri
+uri link=https://forums.gentoo.org/viewforum-f-32.html;Gentoo on 
Alternative Architectures Forum/uri
   /li
 /ul
 

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index 8aeff2d..f75e29d 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -142,7 +142,7 @@ As you read above, 32bit applications must be linked 
against 32bit libraries.
 For that, we've put together the most used libraries and stuck them into the
 so-called cemul-linux-x86/c packages, which are located in the
 capp-emulation/c category. The current list of all the 
cemul-linux-x86/c
-packages, can be found uri 
link=http://dev.gentoo.org/~pacho/emul.html;here./uri
+packages, can be found uri 
link=https://dev.gentoo.org/~pacho/emul.html;here./uri
 /p
 
 p
@@ -596,13 +596,13 @@ segmentation faults or strange behaviour. GCC 4.0 refuses 
to compile such code.
 
 ul
   li
-uri link=http://amd64.gentoo.org/;Gentoo/AMD64 Project/uri
+uri link=https://amd64.gentoo.org/;Gentoo/AMD64 Project/uri
   /li
   li
-uri link=http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml;Gentoo/Linux 
AMD64 FAQ/uri
+uri 
link=https://www.gentoo.org/doc/en/gentoo-amd64-faq.xml;Gentoo/Linux AMD64 
FAQ/uri
   /li
   li
-uri link=http://forums.gentoo.org/viewforum-f-46.html;Gentoo on AMD64 
Forum/uri
+uri link=https://forums.gentoo.org/viewforum-f-46.html;Gentoo on AMD64 
Forum/uri
   /li
 /ul
 

diff --git a/archs/ppc/text.xml b/archs/ppc/text.xml
index 6313f81..5ccfeff 100644
--- a/archs/ppc/text.xml
+++ b/archs/ppc/text.xml
@@ -92,10 +92,10 @@ The PowerPC team can be reached by:
 
 ul
   li
-uri 

[gentoo-commits] proj/kde:master commit in: kde-apps/ffmpegthumbs/, kde-apps/kmix/, kde-apps/libkcddb/, ...

2015-08-21 Thread Michael Palimaka
commit: 4d1c1f4918a540414b04bc5d2148a68dc1916327
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 18:17:10 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 18:17:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d1c1f49

kde-apps: kdemultimedia moved to main tree.

 kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild| 33 ---
 kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild| 33 ---
 kde-apps/dragon/dragon-15.04.3.ebuild  | 20 ---
 kde-apps/dragon/dragon-15.08.0.ebuild  | 39 -
 kde-apps/ffmpegthumbs/ffmpegthumbs-15.04.3.ebuild  | 18 --
 kde-apps/ffmpegthumbs/ffmpegthumbs-15.08.0.ebuild  | 18 --
 kde-apps/juk/juk-15.04.3.ebuild| 27 -
 kde-apps/juk/juk-15.08.0.ebuild| 27 -
 .../kdemultimedia-meta-15.04.3.ebuild  | 28 -
 .../kdemultimedia-meta-15.08.0.ebuild  | 28 -
 kde-apps/kdenlive/kdenlive-15.04.3.ebuild  | 63 -
 kde-apps/kdenlive/kdenlive-15.08.0.ebuild  | 66 --
 kde-apps/kmix/kmix-15.04.3.ebuild  | 50 
 kde-apps/kmix/kmix-15.08.0.ebuild  | 53 -
 kde-apps/kscd/kscd-15.04.3.ebuild  | 19 ---
 kde-apps/kscd/kscd-15.08.0.ebuild  | 19 ---
 kde-apps/libkcddb/libkcddb-15.04.3.ebuild  | 41 --
 kde-apps/libkcddb/libkcddb-15.08.0.ebuild  | 41 --
 .../libkcompactdisc/libkcompactdisc-15.04.3.ebuild | 18 --
 .../libkcompactdisc/libkcompactdisc-15.08.0.ebuild | 18 --
 .../mplayerthumbs/mplayerthumbs-15.04.3.ebuild | 23 
 .../mplayerthumbs/mplayerthumbs-15.08.0.ebuild | 23 
 22 files changed, 705 deletions(-)

diff --git a/kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild 
b/kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild
deleted file mode 100644
index 722a464..000
--- a/kde-apps/audiocd-kio/audiocd-kio-15.04.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-inherit kde4-base
-
-DESCRIPTION=KDE kioslaves from the kdemultimedia package
-KEYWORDS=~amd64 ~x86
-IUSE=debug flac vorbis
-
-DEPEND=
-   $(add_kdeapps_dep libkcddb)
-   $(add_kdeapps_dep libkcompactdisc)
-   media-sound/cdparanoia
-   flac? ( =media-libs/flac-1.1.2 )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-
-RDEPEND=${DEPEND}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with flac)
-   $(cmake-utils_use_with vorbis OggVorbis)
-   )
-
-   kde4-base_src_configure
-}

diff --git a/kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild 
b/kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild
deleted file mode 100644
index 722a464..000
--- a/kde-apps/audiocd-kio/audiocd-kio-15.08.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-inherit kde4-base
-
-DESCRIPTION=KDE kioslaves from the kdemultimedia package
-KEYWORDS=~amd64 ~x86
-IUSE=debug flac vorbis
-
-DEPEND=
-   $(add_kdeapps_dep libkcddb)
-   $(add_kdeapps_dep libkcompactdisc)
-   media-sound/cdparanoia
-   flac? ( =media-libs/flac-1.1.2 )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-
-RDEPEND=${DEPEND}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with flac)
-   $(cmake-utils_use_with vorbis OggVorbis)
-   )
-
-   kde4-base_src_configure
-}

diff --git a/kde-apps/dragon/dragon-15.04.3.ebuild 
b/kde-apps/dragon/dragon-15.04.3.ebuild
deleted file mode 100644
index 2801903..000
--- a/kde-apps/dragon/dragon-15.04.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-inherit kde4-base
-
-DESCRIPTION=Dragon Player is a simple video player for KDE 4
-HOMEPAGE=http://www.kde.org/applications/multimedia/dragonplayer;
-KEYWORDS=~amd64 ~x86
-IUSE=debug xine
-
-RDEPEND=
-   media-libs/phonon[qt4]
-
-DEPEND=${RDEPEND}
-   sys-devel/gettext
-

diff --git a/kde-apps/dragon/dragon-15.08.0.ebuild 
b/kde-apps/dragon/dragon-15.08.0.ebuild
deleted file mode 100644
index 889dcbe..000
--- a/kde-apps/dragon/dragon-15.08.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=true
-KDE_PUNT_BOGUS_DEPS=true
-inherit kde5
-
-DESCRIPTION=A 

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

2015-08-21 Thread Andreas Schuerch
commit: 794f61e12834f7ecd22c9c6dceae80518533644b
Author: Andreas Schuerch nativemad AT gentoo DOT org
AuthorDate: Fri Aug 21 18:40:01 2015 +
Commit: Andreas Schuerch nativemad AT gentoo DOT org
CommitDate: Fri Aug 21 18:41:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794f61e1

net-libs/meanwhile: add -fno-tree-vrp to cflags as it wont authorize properly 
otherwise. See Debian Bug #764494

Package-Manager: portage-2.2.20.1

 net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild 
b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
index 5161154..ccb7864 100644
--- a/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
+++ b/net-libs/meanwhile/meanwhile-1.0.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=4
-inherit eutils
+inherit eutils flag-o-matic
 
 DESCRIPTION=Meanwhile (Sametime protocol) library
 HOMEPAGE=http://meanwhile.sourceforge.net/;
@@ -30,6 +30,7 @@ src_prepare(){
 }
 
 src_configure() {
+   append-flags -fno-tree-vrp
local myconf
use doc || myconf=${myconf} --enable-doxygen=no
 



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

2015-08-21 Thread Fabian Groffen
commit: e8d238d3d3948e62344fa19ea23e1646311f72d9
Author: Fabian Groffen grobian AT gentoo DOT org
AuthorDate: Fri Aug 21 19:10:15 2015 +
Commit: Fabian Groffen grobian AT gentoo DOT org
CommitDate: Fri Aug 21 19:10:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d238d3

app-admin/python-updater: add Prefix keywords

Package-Manager: portage-2.2.20-prefix

 app-admin/python-updater/python-updater-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/python-updater/python-updater-0.13.ebuild 
b/app-admin/python-updater/python-updater-0.13.ebuild
index 4aff91f..ff0a15c 100644
--- a/app-admin/python-updater/python-updater-0.13.ebuild
+++ b/app-admin/python-updater/python-updater-0.13.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI=git://anongit.gentoo.org/proj/python-updater.git
 else
SRC_URI=http://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 fi
 
 LICENSE=GPL-2



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/, media-video/kdenlive/, profiles/updates/

2015-08-21 Thread Michael Palimaka
commit: 0b2c54fc440e66f597cc0ca062cf494140e29727
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 17:00:55 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 17:02:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2c54fc

media-video/kdenlive: pkgmove to kde-apps/kdenlive.

Package-Manager: portage-2.2.20.1

 kde-apps/kdenlive/Manifest| 2 ++
 {media-video = kde-apps}/kdenlive/kdenlive-0.9.10.ebuild | 0
 {media-video = kde-apps}/kdenlive/kdenlive-0.9.8.ebuild  | 0
 media-video/kdenlive/Manifest | 2 --
 media-video/kdenlive/metadata.xml | 9 -
 profiles/updates/3Q-2015  | 1 +
 6 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/kde-apps/kdenlive/Manifest b/kde-apps/kdenlive/Manifest
index d0e496d..894b84a 100644
--- a/kde-apps/kdenlive/Manifest
+++ b/kde-apps/kdenlive/Manifest
@@ -1 +1,3 @@
+DIST kdenlive-0.9.10.tar.bz2 4666332 SHA256 
f68fdb39173e69ce422fdd57bbc4ced47711317e538b0101eee6a1bc9cedb763 SHA512 
47314e4a095a74fb6e0d9aec8450d857a3624c0127372c88c94a73ae504f565b77c8197970dc61f9a2478664069e6bf822495b50c92491a4aae5d43c9afc4e2a
 WHIRLPOOL 
fd6c2b23ad2d2dc157decaaa4df072366617bcd9e37cbaa03633a6279695d033c3e2365c82b7f0cf0e064978177052cd5b74481bc51ce1842abaf39bca776063
+DIST kdenlive-0.9.8.tar.bz2 3342895 SHA256 
870d68a19ac6012e09d3eedfd9b63983a79b5bcc9eabd465720466ed3fcd4128 SHA512 
910405e0d1c03d4547cdd3bb2d36da0eeed5b20615c39ccd5740807bbf5e5cfcfa5474341db256812b619e2342827c3e997f15dddfef36bc8637ce0113b7ae0b
 WHIRLPOOL 
3330a0c9b4769411f6bdd03ca2b2405aa348eb13d72d033d77d8685b93f6df6297c9e6a5772c9105488c07b9a56d75261ee42113c522ce46f3c9f1179d4784e1
 DIST kdenlive-15.08.0.tar.xz 3168256 SHA256 
3768ee66dc48bf1a506284e0c39f2e61ca9467a484d50987f3d9c2c1863e4274 SHA512 
94b600e0fed5bac54146d311a317c54aa86830e998abe7bb335a729a024a52e698851b7442d71ca2721f564e23138b48b559f257f6beb56876099ecf36bc1a9d
 WHIRLPOOL 
2e3ab4ee922ba5497058e67e2565620ea68ae484c67cd25380ba5d68c94a118ed6a230484000a40a53bc4f5264718e1ba685cf460bf5d6f15abe584e4241adea

diff --git a/media-video/kdenlive/kdenlive-0.9.10.ebuild 
b/kde-apps/kdenlive/kdenlive-0.9.10.ebuild
similarity index 100%
rename from media-video/kdenlive/kdenlive-0.9.10.ebuild
rename to kde-apps/kdenlive/kdenlive-0.9.10.ebuild

diff --git a/media-video/kdenlive/kdenlive-0.9.8.ebuild 
b/kde-apps/kdenlive/kdenlive-0.9.8.ebuild
similarity index 100%
rename from media-video/kdenlive/kdenlive-0.9.8.ebuild
rename to kde-apps/kdenlive/kdenlive-0.9.8.ebuild

diff --git a/media-video/kdenlive/Manifest b/media-video/kdenlive/Manifest
deleted file mode 100644
index e449e66..000
--- a/media-video/kdenlive/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kdenlive-0.9.10.tar.bz2 4666332 SHA256 
f68fdb39173e69ce422fdd57bbc4ced47711317e538b0101eee6a1bc9cedb763 SHA512 
47314e4a095a74fb6e0d9aec8450d857a3624c0127372c88c94a73ae504f565b77c8197970dc61f9a2478664069e6bf822495b50c92491a4aae5d43c9afc4e2a
 WHIRLPOOL 
fd6c2b23ad2d2dc157decaaa4df072366617bcd9e37cbaa03633a6279695d033c3e2365c82b7f0cf0e064978177052cd5b74481bc51ce1842abaf39bca776063
-DIST kdenlive-0.9.8.tar.bz2 3342895 SHA256 
870d68a19ac6012e09d3eedfd9b63983a79b5bcc9eabd465720466ed3fcd4128 SHA512 
910405e0d1c03d4547cdd3bb2d36da0eeed5b20615c39ccd5740807bbf5e5cfcfa5474341db256812b619e2342827c3e997f15dddfef36bc8637ce0113b7ae0b
 WHIRLPOOL 
3330a0c9b4769411f6bdd03ca2b2405aa348eb13d72d033d77d8685b93f6df6297c9e6a5772c9105488c07b9a56d75261ee42113c522ce46f3c9f1179d4784e1

diff --git a/media-video/kdenlive/metadata.xml 
b/media-video/kdenlive/metadata.xml
deleted file mode 100644
index b94f12c..000
--- a/media-video/kdenlive/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   herdvideo/herd
-   herdkde/herd
-   maintainer
-   emailmedia-vi...@gentoo.org/email
-   /maintainer
-/pkgmetadata

diff --git a/profiles/updates/3Q-2015 b/profiles/updates/3Q-2015
index 31f8665..bf82fc1 100644
--- a/profiles/updates/3Q-2015
+++ b/profiles/updates/3Q-2015
@@ -4,3 +4,4 @@ slotmove dev-util/kdevelop-pg-qt 0 4
 slotmove dev-util/kdevelop-qmake 0 4
 move dev-java/biojava sci-biology/biojava
 move x11-plugins/bitlbee-steam net-im/bitlbee-steam
+move media-video/kdenlive kde-apps/kdenlive



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

2015-08-21 Thread Michael Palimaka
commit: a9a3356e45af271012497d9b8cd855a7bd0bbfdb
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 17:06:27 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 17:06:27 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a9a3356e

kde-apps/kdenlive: remove blocker

media-video/kdenlive was pkgmoved to kde-apps/kdenlive.

Package-Manager: portage-2.2.20.1

 kde-apps/kdenlive/kdenlive-15.08.49..ebuild | 1 -
 kde-apps/kdenlive/kdenlive-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/kdenlive/kdenlive-15.08.49..ebuild 
b/kde-apps/kdenlive/kdenlive-15.08.49..ebuild
index 2463e01..4a4e976 100644
--- a/kde-apps/kdenlive/kdenlive-15.08.49..ebuild
+++ b/kde-apps/kdenlive/kdenlive-15.08.49..ebuild
@@ -51,7 +51,6 @@ RDEPEND=
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
v4l? ( media-libs/libv4l )
-   !media-video/kdenlive
 
 DEPEND=${RDEPEND}
sys-devel/gettext

diff --git a/kde-apps/kdenlive/kdenlive-.ebuild 
b/kde-apps/kdenlive/kdenlive-.ebuild
index 2463e01..4a4e976 100644
--- a/kde-apps/kdenlive/kdenlive-.ebuild
+++ b/kde-apps/kdenlive/kdenlive-.ebuild
@@ -51,7 +51,6 @@ RDEPEND=
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
v4l? ( media-libs/libv4l )
-   !media-video/kdenlive
 
 DEPEND=${RDEPEND}
sys-devel/gettext



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

2015-08-21 Thread Michael Palimaka
commit: 0e3a5581d286f94eada26d248895ad843fdf10bd
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 17:58:18 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 17:58:18 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e3a5581

kde-plasma/plasma-pa: punt bogus deps.

Package-Manager: portage-2.2.20.1

 kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild  | 1 +
 kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild   | 1 +
 kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild | 1 +
 kde-plasma/plasma-pa/plasma-pa-.ebuild| 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild
index c837cd3..d35ed31 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION=Plasma applet for audio volume management using PulseAudio

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
index c837cd3..d35ed31 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION=Plasma applet for audio volume management using PulseAudio

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild
index 55d67a0..24fc665 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION=Plasma applet for audio volume management using PulseAudio

diff --git a/kde-plasma/plasma-pa/plasma-pa-.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-.ebuild
index 55d67a0..24fc665 100644
--- a/kde-plasma/plasma-pa/plasma-pa-.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION=Plasma applet for audio volume management using PulseAudio



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

2015-08-21 Thread Justin Lecher
commit: b10cab24ded76cca2a18b324ef9f21a1c298f476
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Fri Aug 21 18:03:50 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Aug 21 18:03:50 2015 +
URL:https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=b10cab24

Add some answers

Signed-off-by: Justin Lecher jlec AT gentoo.org

 questions | 35 ---
 1 file changed, 32 insertions(+), 3 deletions(-)

diff --git a/questions b/questions
index c4ff8f0..dd89841 100644
--- a/questions
+++ b/questions
@@ -4,24 +4,53 @@ Start Questions:
 
 Quiz Questions:
 - What else do you need to do when you cross-post emails between -announce and 
regular mailing lists?
+  * Reply-To:
 - How many members does the council has? Who is eligible to be a candidate and 
who can vote?
+  * 7
+  * All devs who are official devs with start of voting period
 - What would you do if you were not happy with what comrel decided?
+  * Council can overrule all Comrel decisions
 - What are GLSAs? How do they come into play in day to day developer work?
+  * 
 - What is the difference between einfo and elog?
+  *
 - How would you deal with flaming on our mailing lists?
+  * Make sure you get a feeling how the candidate reacts,
 - When can you remove an eclass?
-- check that they know how to use doinitd and doconfd
+  * same as ebuilds
+  * check for eclass consumers
+  * deprecation warning
+- Check that they know how to use doinitd and doconfd
+  * 
 - Can you move a package between categories?
+  * 
 - How do you change the slot of a package?
+  *
 - How is SLOT=0 different from for example SLOT=2 from Portage point of 
view?
+  *
 - How should ROOT be used in pkg_*?
-- You notice a typo in ChangeLog. Using what command will you commit the fix?
+  *
 - What do you know about PDEPEND? Why do we need them?
+  * circular dependencies
 - Do you know how Gentoo handles packages with similar functionality?
-- What do you know about portage metadata? (no metadata.xml)
+  * virtuals
+  * talk about eselect
+- What do you know about portage metadata? (no metadata.xml)?
+  * location of md5-cache
+  * Where is it generated?
+  * Global scope variabes
 - Explain the difference between die vs assert in ebuilds.
+  * single command vs pipe
+  * die - $?
+  * assert - $PIPESTATUS
 - Why are we trying to avoid having bundled libs?
+  * security
+  * leaking symbols
+  *
 - What are automagic configure option? And why are they bad?
+  * uncontrolled deps
+  * unpredictable buildtime behaviour
+  *
 
 End Questions:
 - What do you think about your performance?



[gentoo-commits] repo/gentoo:master commit in: sci-physics/rivet/

2015-08-21 Thread Jauhien Piatlicki
commit: 871c0ed9b8882a9705a36ef9fd887e768320231c
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Fri Aug 21 18:22:58 2015 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Fri Aug 21 18:22:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871c0ed9

sci-physics/rivet: initial import from the science overlay

Package-Manager: portage-2.2.18

 sci-physics/rivet/Manifest   |  1 +
 sci-physics/rivet/metadata.xml   | 16 ++
 sci-physics/rivet/rivet-2.3.0.ebuild | 60 
 3 files changed, 77 insertions(+)

diff --git a/sci-physics/rivet/Manifest b/sci-physics/rivet/Manifest
new file mode 100644
index 000..6057c85
--- /dev/null
+++ b/sci-physics/rivet/Manifest
@@ -0,0 +1 @@
+DIST Rivet-2.3.0.tar.bz2 2742948 SHA256 
dd07702981d586e4b97b0fa56ae08cd08a631a952322a9b52e7622a46a7741ab SHA512 
b51b77f80d69156dead899312cad838bc03479a072e163df50262e86790503515f8ab8af93723c3cbd33007d9812aa10581b2c960d92bc1fcf5031d27018d239
 WHIRLPOOL 
ce9e5dd34ba9b53de192aee39bcd94565a62a328bd35dcb1ef810cc7b129e9ae6529fc8f970889f7a6970567bdd0f040d15fc5bbb83ec22e38daccb34cbb4fdf

diff --git a/sci-physics/rivet/metadata.xml b/sci-physics/rivet/metadata.xml
new file mode 100644
index 000..306be1a
--- /dev/null
+++ b/sci-physics/rivet/metadata.xml
@@ -0,0 +1,16 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+herdsci-physics/herd
+longdescription
+  The Rivet project (Robust Independent Validation of Experiment and
+  Theory) is a toolkit for validation of Monte Carlo event
+  generators. It provides a large (and ever growing) set of
+  experimental analyses useful for MC generator development,
+  validation, and tuning, as well as a convenient infrastructure for
+  adding your own analyses. Rivet is the most widespread way by which
+  analysis code from the LHC and other high-energy collider
+  experiments is preserved for comparison to and development of future
+  theory models.
+/longdescription
+/pkgmetadata

diff --git a/sci-physics/rivet/rivet-2.3.0.ebuild 
b/sci-physics/rivet/rivet-2.3.0.ebuild
new file mode 100644
index 000..4029c73
--- /dev/null
+++ b/sci-physics/rivet/rivet-2.3.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+AUTOTOOLS_AUTORECONF=1
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 autotools-utils bash-completion-r1
+
+MYP=Rivet-${PV}
+
+DESCRIPTION=Toolkit for validation of Monte Carlo HEP event generators
+HOMEPAGE=http://rivet.hepforge.org/;
+
+SRC_URI=http://www.hepforge.org/archive/${PN}/${MYP}.tar.bz2;
+LICENSE=GPL-2
+
+SLOT=0
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=doc python static-libs
+
+RDEPEND=
+   dev-libs/boost:0=
+   sci-libs/gsl:0=
+   sci-physics/fastjet:0=[plugins]
+   sci-physics/hepmc:0=
+   sci-physics/yoda:0=[python]
+   python? ( ${PYTHON_DEPS} )
+DEPEND=${RDEPEND}
+   doc? ( app-doc/doxygen[latex,dot] )
+   python? ( dev-python/cython[${PYTHON_USEDEP}] )
+
+REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
+
+S=${WORKDIR}/${MYP}
+
+pkg_setup() {
+   use python  python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable python pyext)
+   )
+   autotools-utils_src_configure
+}
+
+src_compile() {
+   autotools-utils_src_compile
+   use doc  doxygen Doxyfile
+}
+
+src_install() {
+   autotools-utils_src_install
+   newbashcomp ${ED}/usr/share/Rivet/rivet-completion rivet
+   use doc  dohtml -r doxy/html/*  dodoc doc/rivet-manual.pdf
+}



[gentoo-commits] proj/recruiters: New branch: master

2015-08-21 Thread Justin Lecher
commit: 
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Fri Aug 21 17:55:31 2015 +

New branch: master




[gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/

2015-08-21 Thread Mike Frysinger
commit: 3a7d30aa3cce4d422b05552522ebcee48632d60a
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Fri Aug 21 17:07:32 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Fri Aug 21 17:07:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7d30aa

sys-libs/lvm2: use slots/subslots w/readline

 sys-fs/lvm2/lvm2-2.02.103.ebuild| 4 ++--
 sys-fs/lvm2/lvm2-2.02.109-r1.ebuild | 4 ++--
 sys-fs/lvm2/lvm2-2.02.109.ebuild| 2 +-
 sys-fs/lvm2/lvm2-2.02.110.ebuild| 4 ++--
 sys-fs/lvm2/lvm2-2.02.116.ebuild| 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-fs/lvm2/lvm2-2.02.103.ebuild b/sys-fs/lvm2/lvm2-2.02.103.ebuild
index c5635d6..c540d91 100644
--- a/sys-fs/lvm2/lvm2-2.02.103.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.103.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 
s390 sh sparc x86 ~amd
 IUSE=readline static static-libs clvm cman +lvm1 lvm2create_initrd selinux 
+udev +thin
 
 DEPEND_COMMON=clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:0= )
udev? ( =virtual/libudev-208:=[static-libs?] )
 # /run is now required for locking during early boot. /var cannot be assumed to
 # be available -- thus, pull in recent enough baselayout for /run.

diff --git a/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild 
b/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild
index a7127d2..de191ac 100644
--- a/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.109-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ REQUIRED_USE=device-mapper-only? ( !clvm !cman !lvm1 
!lvm2create_initrd !thin )
static? ( !udev ) #520450
 
 DEPEND_COMMON=clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:0= )
udev? ( =virtual/libudev-208:=[static-libs?] )
 # /run is now required for locking during early boot. /var cannot be assumed to
 # be available -- thus, pull in recent enough baselayout for /run.

diff --git a/sys-fs/lvm2/lvm2-2.02.109.ebuild b/sys-fs/lvm2/lvm2-2.02.109.ebuild
index 5b311d1..9617c1b 100644
--- a/sys-fs/lvm2/lvm2-2.02.109.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.109.ebuild
@@ -17,7 +17,7 @@ IUSE=readline static static-libs systemd clvm cman lvm1 
lvm2create_initrd selin
 REQUIRED_USE=device-mapper-only? ( !clvm !cman !lvm1 !lvm2create_initrd !thin 
)
 
 DEPEND_COMMON=clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:0= )
udev? ( =virtual/libudev-208:=[static-libs?] )
 # /run is now required for locking during early boot. /var cannot be assumed to
 # be available -- thus, pull in recent enough baselayout for /run.

diff --git a/sys-fs/lvm2/lvm2-2.02.110.ebuild b/sys-fs/lvm2/lvm2-2.02.110.ebuild
index 80fcf16..5d0e2af 100644
--- a/sys-fs/lvm2/lvm2-2.02.110.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ REQUIRED_USE=device-mapper-only? ( !clvm !cman !lvm1 
!lvm2create_initrd !thin )
static? ( !udev ) #520450
 
 DEPEND_COMMON=clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:0= )
udev? ( =virtual/libudev-208:=[static-libs?] )
 # /run is now required for locking during early boot. /var cannot be assumed to
 # be available -- thus, pull in recent enough baselayout for /run.

diff --git a/sys-fs/lvm2/lvm2-2.02.116.ebuild b/sys-fs/lvm2/lvm2-2.02.116.ebuild
index 2ba8ca6..5d0e2af 100644
--- a/sys-fs/lvm2/lvm2-2.02.116.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.116.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE=device-mapper-only? ( !clvm !cman !lvm1 
!lvm2create_initrd !thin )
static? ( !udev ) #520450
 
 DEPEND_COMMON=clvm? ( cman? ( =sys-cluster/cman-3* ) =sys-cluster/libdlm-3* )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:0= )
udev? ( =virtual/libudev-208:=[static-libs?] )
 # /run is now required for locking during early boot. /var cannot be assumed to
 # be available -- thus, pull in recent enough baselayout for /run.



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

2015-08-21 Thread Michael Palimaka
commit: d6680eeafc91f8792fb0cb256a0569cb29f45011
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 17:41:45 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 17:42:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6680eea

dev-util/cmake: restore ppc keyword.

Gentoo-bug: 539126

Package-Manager: portage-2.2.20.1

 dev-util/cmake/cmake-3.2.2.ebuild| 2 +-
 dev-util/cmake/cmake-3.3.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cmake/cmake-3.2.2.ebuild 
b/dev-util/cmake/cmake-3.2.2.ebuild
index bb43695..f3598ad 100644
--- a/dev-util/cmake/cmake-3.2.2.ebuild
+++ b/dev-util/cmake/cmake-3.2.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI=http://www.cmake.org/files/v$(get_version_component_range 1-2)/${P}.tar
 
 LICENSE=CMake
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=doc emacs system-jsoncpp ncurses qt4 qt5
 
 RDEPEND=

diff --git a/dev-util/cmake/cmake-3.3.1-r1.ebuild 
b/dev-util/cmake/cmake-3.3.1-r1.ebuild
index 54de2c0..e7552bf 100644
--- a/dev-util/cmake/cmake-3.3.1-r1.ebuild
+++ b/dev-util/cmake/cmake-3.3.1-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI=http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.
 
 LICENSE=CMake
 SLOT=0
-KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=doc emacs system-jsoncpp ncurses qt4 qt5
 
 RDEPEND=



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

2015-08-21 Thread Michael Palimaka
commit: d132e35011ab0b2dcf14457bcc1e1f913c1716ec
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Aug 21 17:48:45 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Aug 21 17:48:45 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d132e350

kde-plasma/plasma-pa: add missing dependency.

Gentoo-bug: 558336

Package-Manager: portage-2.2.20.1

 kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild  | 1 +
 kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild   | 1 +
 kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild | 1 +
 kde-plasma/plasma-pa/plasma-pa-.ebuild| 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild
index f0413cf..c837cd3 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.3.95.ebuild
@@ -15,6 +15,7 @@ DEPEND=
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
+   $(add_frameworks_dep plasma)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
index f0413cf..c837cd3 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.4.0.ebuild
@@ -15,6 +15,7 @@ DEPEND=
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
+   $(add_frameworks_dep plasma)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild
index 44e2be3..55d67a0 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.4.49..ebuild
@@ -15,6 +15,7 @@ DEPEND=
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
+   $(add_frameworks_dep plasma)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5

diff --git a/kde-plasma/plasma-pa/plasma-pa-.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-.ebuild
index 44e2be3..55d67a0 100644
--- a/kde-plasma/plasma-pa/plasma-pa-.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-.ebuild
@@ -15,6 +15,7 @@ DEPEND=
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(add_frameworks_dep ki18n)
+   $(add_frameworks_dep plasma)
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5



  1   2   >