[gentoo-commits] dev/graaff:master commit in: dev-ruby/rubylibcrack/

2015-07-07 Thread Hans de Graaff
commit: 6003d79b23f03e939cea7065c51135e4653041c4
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Jul  7 06:27:35 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Jul  7 06:27:35 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6003d79b

Cleanup.

Package-Manager: portage-2.2.18

 dev-ruby/rubylibcrack/ChangeLog |  6 +++-
 dev-ruby/rubylibcrack/Manifest  | 12 ---
 dev-ruby/rubylibcrack/rubylibcrack-0.1.1.ebuild | 46 -
 dev-ruby/rubylibcrack/rubylibcrack-0.2.2.ebuild | 27 ---
 4 files changed, 5 insertions(+), 86 deletions(-)

diff --git a/dev-ruby/rubylibcrack/ChangeLog b/dev-ruby/rubylibcrack/ChangeLog
index a656302..38e2e66 100644
--- a/dev-ruby/rubylibcrack/ChangeLog
+++ b/dev-ruby/rubylibcrack/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/rubylibcrack
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header$
 
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -rubylibcrack-0.1.1.ebuild,
+  -rubylibcrack-0.2.2.ebuild:
+  Cleanup.
+
 *rubylibcrack-0.2.4 (05 Oct 2012)
 
   05 Oct 2012; Hans de Graaff gra...@gentoo.org +rubylibcrack-0.2.4.ebuild:

diff --git a/dev-ruby/rubylibcrack/Manifest b/dev-ruby/rubylibcrack/Manifest
index 6a3791d..905fcc5 100644
--- a/dev-ruby/rubylibcrack/Manifest
+++ b/dev-ruby/rubylibcrack/Manifest
@@ -1,13 +1 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
-DIST rubylibcrack-0.1.1.gem 8192 SHA256 
1a33d85a6ce1c4acce7ce7bc3398c105e74bb5becdde079504e52d17feb15e21
-DIST rubylibcrack-0.2.2.gem 7168 SHA256 
204816b847beea6871dd99cff9ace72c1318c79af019d0825c06335dc72dc958 SHA512 
33ad31fe4eefe03159d3e514309b5c7009cc3a1817e9c85158bcc841e5ab0c7f3567a8ad3da3d4bdc7ec04083a188bdaed6001248cf1151b8a522b1620e3108c
 WHIRLPOOL 
7cad65483073385045a28ab27c19af3c15b85d4cd0cc7380f930888be383605554e96fa0f1fb4c42ed457a1ab3871a428f5e06fb37a2edc6bd47d1a921d2a982
 DIST rubylibcrack-0.2.4.gem 7168 SHA256 
48c663ee98b22932e21d0a0038ca3a63c83849ea8c98a7039dd1090e76554cbd SHA512 
e7fb1175857c3d296f85397321a48c26d953b5ef7695a5258124e78f7dc5b5c5dcb868fe4c83285bd9974f5e10c43686515088db60824b4ff48366126438723f
 WHIRLPOOL 
c585218677edf04145c1fa9385c996421efdaa8063640ed99bde79d35c5e04674bcf0916509ef0230988bedb00388ec94615061626e66db845c1e7dc8a1d4d7a
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlBupBMACgkQiIP6VqMIqNeMCgD+O+C6bMnsj3B2C1hC6HTmffom
-ZCi2ywd4ShiKyMzg6hUA/R/+dAHSIz9P6rzKx87lWSHb6wLknytb85BaY+Hl6p2N
-=4Myf
--END PGP SIGNATURE-

diff --git a/dev-ruby/rubylibcrack/rubylibcrack-0.1.1.ebuild 
b/dev-ruby/rubylibcrack/rubylibcrack-0.1.1.ebuild
deleted file mode 100644
index 4f68b0e..000
--- a/dev-ruby/rubylibcrack/rubylibcrack-0.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 
2006/08/28 14:34:06 pclouds Exp $
-
-EAPI=2
-USE_RUBY=ruby18
-
-RUBY_FAKEGEM_TASK_TEST=
-RUBY_FAKEGEM_TASK_DOC=docs
-RUBY_FAKEGEM_DOCDIR=doc
-RUBY_FAKEGEM_EXTRADOC=History.txt README.txt
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Ruby binding to the password strength checker, 
libcrack/cracklib.
-HOMEPAGE=http://rubyforge.org/projects/rubylibcrack/;
-LICENSE=GPL-3
-
-KEYWORDS=~amd64
-SLOT=0
-IUSE=
-
-ruby_add_bdepend test virtual/ruby-test-unit
-
-each_ruby_configure() {
-   pushd ext
-   ${RUBY} extconf.rb || die
-   popd
-}
-
-each_ruby_compile() {
-   pushd ext
-   emake || die
-   popd
-}
-
-each_ruby_test() {
-   ${RUBY} test/test_rubylibcrack.rb
-}
-
-each_ruby_install() {
-   mkdir lib || die
-   mv ext/rubylibcrack.so lib || die
-
-   each_fakegem_install
-}

diff --git a/dev-ruby/rubylibcrack/rubylibcrack-0.2.2.ebuild 
b/dev-ruby/rubylibcrack/rubylibcrack-0.2.2.ebuild
deleted file mode 100644
index 333fa96..000
--- a/dev-ruby/rubylibcrack/rubylibcrack-0.2.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 
2006/08/28 14:34:06 pclouds Exp $
-
-EAPI=2
-USE_RUBY=ruby18
-
-RUBY_FAKEGEM_TASK_TEST=
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Ruby binding to the password strength checker, 
libcrack/cracklib.
-HOMEPAGE=http://rubyforge.org/projects/rubylibcrack/;
-LICENSE=GPL-3
-
-KEYWORDS=~amd64
-SLOT=0
-IUSE=
-
-ruby_add_bdepend test virtual/ruby-test-unit
-ruby_add_rdepend virtual/ruby-ffi
-
-each_ruby_test() {
-   ${RUBY} test/test_rubylibcrack.rb
-}



[gentoo-commits] gentoo-x86 commit in dev-python/trollius: trollius-1.0.4.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:48:51

  Modified: trollius-1.0.4.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/trollius/trollius-1.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/trollius/trollius-1.0.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/trollius/trollius-1.0.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/trollius/trollius-1.0.4.ebuild?r1=1.1r2=1.2

Index: trollius-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/trollius/trollius-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trollius-1.0.4.ebuild   25 Feb 2015 17:49:15 -  1.1
+++ trollius-1.0.4.ebuild   7 Jul 2015 15:48:51 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/trollius/trollius-1.0.4.ebuild,v 
1.1 2015/02/25 17:49:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/trollius/trollius-1.0.4.ebuild,v 
1.2 2015/07/07 15:48:51 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -12,7 +12,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 RDEPEND=virtual/python-futures[${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}



1.3  dev-python/trollius/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/trollius/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/trollius/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/trollius/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/trollius/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   7 Jun 2015 19:39:24 -   1.2
+++ ChangeLog   7 Jul 2015 15:48:51 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/trollius
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/trollius/ChangeLog,v 1.2 
2015/06/07 19:39:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/trollius/ChangeLog,v 1.3 
2015/07/07 15:48:51 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org trollius-1.0.4.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add bitbucket to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-utils: oslo-utils-1.4.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:53:42

  Modified: oslo-utils-1.4.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-utils/oslo-utils-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.4.0.ebuild?r1=1.1r2=1.2

Index: oslo-utils-1.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-utils-1.4.0.ebuild 11 Mar 2015 05:15:55 -  1.1
+++ oslo-utils-1.4.0.ebuild 7 Jul 2015 15:53:42 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.4.0.ebuild,v 1.1 
2015/03/11 05:15:55 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.4.0.ebuild,v 1.2 
2015/07/07 15:53:42 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc test
 
 CDEPEND=



1.12 dev-python/oslo-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-utils/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-utils/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-utils/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   9 Jun 2015 15:47:25 -   1.11
+++ ChangeLog   7 Jul 2015 15:53:42 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/ChangeLog,v 1.11 
2015/06/09 15:47:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/ChangeLog,v 1.12 
2015/07/07 15:53:42 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-utils-1.4.0.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/suds: suds-0.4-r1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:03:54

  Modified: suds-0.4-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/suds/suds-0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds/suds-0.4-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds/suds-0.4-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds/suds-0.4-r1.ebuild?r1=1.3r2=1.4

Index: suds-0.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suds-0.4-r1.ebuild  8 Apr 2015 08:05:22 -   1.3
+++ suds-0.4-r1.ebuild  7 Jul 2015 16:03:53 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.4-r1.ebuild,v 1.3 
2015/04/08 08:05:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.4-r1.ebuild,v 1.4 
2015/07/07 16:03:53 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.13 dev-python/suds/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   8 Apr 2015 08:05:22 -   1.12
+++ ChangeLog   7 Jul 2015 16:03:53 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/suds
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.12 2015/04/08 
08:05:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.13 2015/07/07 
16:03:53 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org suds-0.4-r1.ebuild:
+  amd64 stable wrt bug #554114
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org suds-0.4-r1.ebuild:
   Drop old Python implementations






[gentoo-commits] gentoo-x86 commit in dev-python/cliff: cliff-1.10.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:16:35

  Modified: cliff-1.10.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/cliff/cliff-1.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild?r1=1.2r2=1.3

Index: cliff-1.10.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cliff-1.10.1.ebuild 8 Apr 2015 08:04:52 -   1.2
+++ cliff-1.10.1.ebuild 7 Jul 2015 16:16:35 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild,v 1.2 
2015/04/08 08:04:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.10.1.ebuild,v 1.3 
2015/07/07 16:16:35 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 DEPEND=



1.21 dev-python/cliff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   8 Jun 2015 08:24:44 -   1.20
+++ ChangeLog   7 Jul 2015 16:16:35 -   1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cliff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.20 
2015/06/08 08:24:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.21 
2015/07/07 16:16:35 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org cliff-1.10.1.ebuild:
+  amd64 stable wrt bug #554114
 
 *cliff-1.12.0 (08 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/tempest-lib: tempest-lib-0.4.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:15:51

  Modified: tempest-lib-0.4.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/tempest-lib/tempest-lib-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild?r1=1.1r2=1.2

Index: tempest-lib-0.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tempest-lib-0.4.0.ebuild23 Mar 2015 15:19:12 -  1.1
+++ tempest-lib-0.4.0.ebuild7 Jul 2015 16:15:51 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild,v 1.1 
2015/03/23 15:19:12 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/tempest-lib/tempest-lib-0.4.0.ebuild,v 1.2 
2015/07/07 16:15:51 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 RDEPEND=



1.6  dev-python/tempest-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tempest-lib/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tempest-lib/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jun 2015 16:14:38 -   1.5
+++ ChangeLog   7 Jul 2015 16:15:51 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/tempest-lib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempest-lib/ChangeLog,v 1.5 
2015/06/07 16:14:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempest-lib/ChangeLog,v 1.6 
2015/07/07 16:15:51 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org tempest-lib-0.4.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/repoze-who: repoze-who-2.2.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:41:33

  Modified: repoze-who-2.2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/repoze-who/repoze-who-2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild?r1=1.2r2=1.3

Index: repoze-who-2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- repoze-who-2.2.ebuild   12 Dec 2014 23:23:22 -  1.2
+++ repoze-who-2.2.ebuild   7 Jul 2015 16:41:33 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild,v 1.2 
2014/12/12 23:23:22 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild,v 1.3 
2015/07/07 16:41:33 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE=repoze
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.4  dev-python/repoze-who/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   3 Jun 2015 21:35:40 -   1.3
+++ ChangeLog   7 Jul 2015 16:41:33 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/repoze-who
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v 1.3 
2015/06/03 21:35:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v 1.4 
2015/07/07 16:41:33 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org repoze-who-2.2.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in x11-apps/intel-gpu-tools: intel-gpu-tools-1.11.ebuild ChangeLog intel-gpu-tools-1.3.ebuild intel-gpu-tools-1.2.ebuild

2015-07-07 Thread Manuel Rueger (mrueg)
mrueg   15/07/07 17:47:10

  Modified: ChangeLog
  Added:intel-gpu-tools-1.11.ebuild
  Removed:  intel-gpu-tools-1.3.ebuild
intel-gpu-tools-1.2.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.26 x11-apps/intel-gpu-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   30 May 2015 03:41:38 -  1.25
+++ ChangeLog   7 Jul 2015 17:47:10 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/intel-gpu-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.25 
2015/05/30 03:41:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.26 
2015/07/07 17:47:10 mrueg Exp $
+
+*intel-gpu-tools-1.11 (07 Jul 2015)
+
+  07 Jul 2015; Manuel Rüger mr...@gentoo.org +intel-gpu-tools-1.11.ebuild,
+  -intel-gpu-tools-1.2.ebuild, -intel-gpu-tools-1.3.ebuild:
+  Version bump. Remove old.
 
   30 May 2015; Mike Frysinger vap...@gentoo.org intel-gpu-tools-1.7.ebuild:
   Add clang patch to older version too.



1.1  x11-apps/intel-gpu-tools/intel-gpu-tools-1.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11.ebuild?rev=1.1content-type=text/plain

Index: intel-gpu-tools-1.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.11.ebuild,v 
1.1 2015/07/07 17:47:10 mrueg Exp $

EAPI=5

PYTHON_COMPAT=( python{3_3,3_4} )

inherit python-single-r1 xorg-2

DESCRIPTION=Intel GPU userland tools
KEYWORDS=~amd64 ~x86
IUSE=python test-programs video_cards_nouveau
REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )
RESTRICT=test

DEPEND=dev-libs/glib:2
=x11-libs/cairo-1.12.0
=x11-libs/libdrm-2.4.52[video_cards_intel,video_cards_nouveau?]
=x11-libs/libpciaccess-0.10
python? ( ${PYTHON_DEPS} )
RDEPEND=${DEPEND}

pkg_setup() {
use python  python-single-r1_pkg_setup
}

src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable python dumper)
$(use_enable video_cards_nouveau nouveau)
$(use_enable test-programs tests)
)
xorg-2_src_configure
}

src_install() {
xorg-2_src_install
if use test-programs; then
local testprogram
pushd ${AUTOTOOLS_BUILD_DIR}/tests || die
for testprogram in $(multi-tests.txt) 
$(single-tests.txt); do
if [[ -f ${testprogram} ]]; then
dobin ${testprogram}
fi
done
popd
fi
}

pkg_postinst() {
xorg-2_pkg_postinst
if use test-programs; then
elog Test programs for DRM driver development were installed. 
These are not
elog designed to run outside their source tree, so may or may 
not work as
elog intended.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/retrying: retrying-1.3.2.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:58:23

  Modified: retrying-1.3.2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/retrying/retrying-1.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/retrying/retrying-1.3.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/retrying/retrying-1.3.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/retrying/retrying-1.3.2.ebuild?r1=1.1r2=1.2

Index: retrying-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/retrying/retrying-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- retrying-1.3.2.ebuild   18 Nov 2014 22:04:04 -  1.1
+++ retrying-1.3.2.ebuild   7 Jul 2015 15:58:23 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/retrying/retrying-1.3.2.ebuild,v 
1.1 2014/11/18 22:04:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/retrying/retrying-1.3.2.ebuild,v 
1.2 2015/07/07 15:58:23 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.4  dev-python/retrying/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/retrying/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/retrying/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/retrying/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/retrying/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jun 2015 16:02:53 -   1.3
+++ ChangeLog   7 Jul 2015 15:58:23 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/retrying
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/retrying/ChangeLog,v 1.3 
2015/06/07 16:02:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/retrying/ChangeLog,v 1.4 
2015/07/07 15:58:23 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org retrying-1.3.2.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-4.1.1.ebuild ChangeLog

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 16:07:02

  Modified: ChangeLog
  Added:iproute2-4.1.1.ebuild
  Log:
  Version bump and revise libmnl handling.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.268sys-apps/iproute2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.268view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.268content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.267r2=1.268

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   7 Jul 2015 10:29:38 -   1.267
+++ ChangeLog   7 Jul 2015 16:07:02 -   1.268
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/iproute2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.267 
2015/07/07 10:29:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.268 
2015/07/07 16:07:02 vapier Exp $
+
+*iproute2-4.1.1 (07 Jul 2015)
+
+  07 Jul 2015; Mike Frysinger vap...@gentoo.org +iproute2-4.1.1.ebuild:
+  Version bump and revise libmnl handling.
 
   07 Jul 2015; Mike Frysinger vap...@gentoo.org iproute2-3.19.0.ebuild,
   iproute2-4.0.0-r2.ebuild, iproute2-4.1.0.ebuild, iproute2-.ebuild:



1.1  sys-apps/iproute2/iproute2-4.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-4.1.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-4.1.1.ebuild?rev=1.1content-type=text/plain

Index: iproute2-4.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-4.1.1.ebuild,v 
1.1 2015/07/07 16:07:02 vapier Exp $

EAPI=5

inherit eutils toolchain-funcs flag-o-matic multilib

if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI=git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
inherit git-2
else
SRC_URI=mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
fi

DESCRIPTION=kernel routing and traffic control utilities
HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;

LICENSE=GPL-2
SLOT=0
IUSE=atm berkdb +iptables ipv6 minimal selinux

# We could make libmnl optional, but it's tiny, so eh
RDEPEND=!net-misc/arpd
!minimal? ( net-libs/libmnl )
iptables? ( =net-firewall/iptables-1.4.20:= )
berkdb? ( sys-libs/db:= )
atm? ( net-dialup/linux-atm )
selinux? ( sys-libs/libselinux )
# We require newer linux-headers for ipset support #549948 and some defines 
#553876
DEPEND=${RDEPEND}
app-arch/xz-utils
iptables? ( virtual/pkgconfig )
sys-devel/bison
sys-devel/flex
=sys-kernel/linux-headers-3.16
elibc_glibc? ( =sys-libs/glibc-2.7 )

src_prepare() {
epatch ${FILESDIR}/${PN}-3.1.0-mtu.patch #291907
use ipv6 || epatch ${FILESDIR}/${PN}-3.10.0-no-ipv6.patch #326849

sed -i \
-e '/^CC =/d' \
-e /^LIBDIR/s:=.*:=/$(get_libdir): \
-e s:-O2:${CFLAGS} ${CPPFLAGS}: \
-e /^HOSTCC/s:=.*:= $(tc-getBUILD_CC): \
-e /^WFLAGS/s:-Werror:: \
-e /^DBM_INCLUDE/s:=.*:=${T}: \
Makefile || die

# Use /run instead of /var/run.
sed -i \
-e 's:/var/run:/run:g' \
include/namespace.h \
man/man8/ip-netns.8 || die

# build against system headers
rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h 
include/libiptc
sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die

# don't build arpd if USE=-berkdb #81660
use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile

use minimal  sed -i -e '/^SUBDIRS=/s:=.*:=lib tc ip:' Makefile
}

src_configure() {
tc-export AR CC PKG_CONFIG

# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd ${T} /dev/null
echo 'main(){return setns();};'  test.c
${CC} ${CFLAGS} ${LDFLAGS} test.c /dev/null  setns=y || setns=n
echo 'main(){};'  test.c
${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv /dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' ${S}/Makefile
popd /dev/null

cat -EOF  Config
TC_CONFIG_ATM 

[gentoo-commits] gentoo-x86 commit in dev-python/oslotest: oslotest-1.5.1.ebuild oslotest-1.5.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:11:39

  Modified: oslotest-1.5.1.ebuild oslotest-1.5.0.ebuild
ChangeLog
  Log:
  Mark proper version stable
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslotest/oslotest-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?r1=1.1r2=1.2

Index: oslotest-1.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslotest-1.5.1.ebuild   14 Mar 2015 23:22:35 -  1.1
+++ oslotest-1.5.1.ebuild   7 Jul 2015 16:11:39 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v 
1.1 2015/03/14 23:22:35 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v 
1.2 2015/07/07 16:11:39 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~amd64-linux ~x86 ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 
 CDEPEND=



1.3  dev-python/oslotest/oslotest-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild?r1=1.2r2=1.3

Index: oslotest-1.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oslotest-1.5.0.ebuild   7 Jul 2015 16:07:11 -   1.2
+++ oslotest-1.5.0.ebuild   7 Jul 2015 16:11:39 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v 
1.2 2015/07/07 16:07:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v 
1.3 2015/07/07 16:11:39 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 
 CDEPEND=



1.20 dev-python/oslotest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   7 Jul 2015 16:07:11 -   1.19
+++ ChangeLog   7 Jul 2015 16:11:39 -   1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oslotest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.19 
2015/07/07 16:07:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.20 
2015/07/07 16:11:39 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslotest-1.5.0.ebuild,
+  oslotest-1.5.1.ebuild:
+  Mark proper version stable
 
   07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslotest-1.5.0.ebuild:
   amd64 stable wrt bug #554114






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-policy: oslo-policy-0.3.2.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:12:00

  Modified: oslo-policy-0.3.2.ebuild ChangeLog
  Log:
  Mark proper version stable
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-policy/oslo-policy-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild?r1=1.1r2=1.2

Index: oslo-policy-0.3.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-policy-0.3.2.ebuild30 Apr 2015 17:05:35 -  1.1
+++ oslo-policy-0.3.2.ebuild7 Jul 2015 16:12:00 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild,v 1.1 
2015/04/30 17:05:35 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild,v 1.2 
2015/07/07 16:12:00 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4)
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.3  dev-python/oslo-policy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-policy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Jun 2015 20:37:40 -   1.2
+++ ChangeLog   7 Jul 2015 16:12:00 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-policy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-policy/ChangeLog,v 1.2 
2015/06/03 20:37:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-policy/ChangeLog,v 1.3 
2015/07/07 16:12:00 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-policy-0.3.2.ebuild:
+  Mark proper version stable
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/python-neutronclient: python-neutronclient-2.4.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:18:31

  Modified: python-neutronclient-2.4.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild?r1=1.1r2=1.2

Index: python-neutronclient-2.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-neutronclient-2.4.0.ebuild   30 Apr 2015 20:51:08 -  1.1
+++ python-neutronclient-2.4.0.ebuild   7 Jul 2015 16:18:31 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild,v
 1.1 2015/04/30 20:51:08 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-neutronclient/python-neutronclient-2.4.0.ebuild,v
 1.2 2015/07/07 16:18:31 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 REQUIRED_USE=test? ( doc )
 



1.17 dev-python/python-neutronclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-neutronclient/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-neutronclient/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-neutronclient/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-neutronclient/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   9 Jun 2015 16:50:02 -   1.16
+++ ChangeLog   7 Jul 2015 16:18:31 -   1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-neutronclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-neutronclient/ChangeLog,v 
1.16 2015/06/09 16:50:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-neutronclient/ChangeLog,v 
1.17 2015/07/07 16:18:31 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-neutronclient-2.4.0.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/routes: routes-2.1-r1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:39:05

  Modified: routes-2.1-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/routes/routes-2.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild?r1=1.1r2=1.2

Index: routes-2.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- routes-2.1-r1.ebuild4 Jul 2015 13:08:27 -   1.1
+++ routes-2.1-r1.ebuild7 Jul 2015 16:39:05 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild,v 
1.1 2015/07/04 13:08:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-2.1-r1.ebuild,v 
1.2 2015/07/07 16:39:05 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -16,7 +16,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc test
 
 RDEPEND==dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



1.30 dev-python/routes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/routes/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/routes/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/routes/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   4 Jul 2015 13:08:27 -   1.29
+++ ChangeLog   7 Jul 2015 16:39:05 -   1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/routes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.29 
2015/07/04 13:08:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/ChangeLog,v 1.30 
2015/07/07 16:39:05 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org routes-2.1-r1.ebuild:
+  amd64 stable wrt bug #554114
 
 *routes-2.1-r1 (04 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-serialization: oslo-serialization-1.4.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:55:37

  Modified: oslo-serialization-1.4.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild?r1=1.1r2=1.2

Index: oslo-serialization-1.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-serialization-1.4.0.ebuild 11 Mar 2015 05:17:50 -  1.1
+++ oslo-serialization-1.4.0.ebuild 7 Jul 2015 15:55:37 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild,v
 1.1 2015/03/11 05:17:50 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-serialization/oslo-serialization-1.4.0.ebuild,v
 1.2 2015/07/07 15:55:37 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc test
 
 # Note: not in tree



1.11 dev-python/oslo-serialization/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-serialization/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-serialization/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-serialization/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   29 Jun 2015 16:53:15 -  1.10
+++ ChangeLog   7 Jul 2015 15:55:37 -   1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oslo-serialization
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v 
1.10 2015/06/29 16:53:15 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v 
1.11 2015/07/07 15:55:37 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  oslo-serialization-1.4.0.ebuild:
+  amd64 stable wrt bug #554114
 
 *oslo-serialization-1.0.0-r1 (29 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-vmware: oslo-vmware-0.11.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:04:28

  Modified: oslo-vmware-0.11.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild?r1=1.1r2=1.2

Index: oslo-vmware-0.11.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-vmware-0.11.1.ebuild   30 Apr 2015 18:53:31 -  1.1
+++ oslo-vmware-0.11.1.ebuild   7 Jul 2015 16:04:28 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild,v 1.1 
2015/04/30 18:53:31 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild,v 1.2 
2015/07/07 16:04:28 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.7  dev-python/oslo-vmware/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   8 Jun 2015 11:59:55 -   1.6
+++ ChangeLog   7 Jul 2015 16:04:28 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-vmware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.6 
2015/06/08 11:59:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.7 
2015/07/07 16:04:28 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-vmware-0.11.1.ebuild:
+  amd64 stable wrt bug #554114
 
   08 Jun 2015; Manuel Rüger mr...@gentoo.org -oslo-vmware-0.3.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in dev-python/pycadf: pycadf-0.8.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:35:31

  Modified: pycadf-0.8.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/pycadf/pycadf-0.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycadf/pycadf-0.8.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycadf/pycadf-0.8.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycadf/pycadf-0.8.0.ebuild?r1=1.2r2=1.3

Index: pycadf-0.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycadf/pycadf-0.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pycadf-0.8.0.ebuild 2 Jul 2015 10:17:41 -   1.2
+++ pycadf-0.8.0.ebuild 7 Jul 2015 16:35:31 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycadf/pycadf-0.8.0.ebuild,v 1.2 
2015/07/02 10:17:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycadf/pycadf-0.8.0.ebuild,v 1.3 
2015/07/07 16:35:31 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.8  dev-python/pycadf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycadf/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycadf/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycadf/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycadf/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   2 Jul 2015 10:17:41 -   1.7
+++ ChangeLog   7 Jul 2015 16:35:31 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycadf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycadf/ChangeLog,v 1.7 
2015/07/02 10:17:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycadf/ChangeLog,v 1.8 
2015/07/07 16:35:31 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org pycadf-0.8.0.ebuild:
+  amd64 stable wrt bug #554114
 
 *pycadf-1.0.0 (02 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/osprofiler: osprofiler-0.3.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:43:43

  Modified: osprofiler-0.3.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/osprofiler/osprofiler-0.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?r1=1.3r2=1.4

Index: osprofiler-0.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- osprofiler-0.3.0.ebuild 29 Jan 2015 05:46:14 -  1.3
+++ osprofiler-0.3.0.ebuild 7 Jul 2015 16:43:43 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.3 
2015/01/29 05:46:14 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.4 
2015/07/07 16:43:43 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.6  dev-python/osprofiler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 Jun 2015 15:49:59 -   1.5
+++ ChangeLog   7 Jul 2015 16:43:43 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/osprofiler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.5 
2015/06/09 15:49:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.6 
2015/07/07 16:43:43 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org osprofiler-0.3.0.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in mail-filter/imapfilter: imapfilter-2.5.7.ebuild ChangeLog

2015-07-07 Thread Fabian Groffen (grobian)
grobian 15/07/07 16:58:53

  Modified: imapfilter-2.5.7.ebuild ChangeLog
  Log:
  Extend PREFIX change to work for Prefix by tao in bug #554148
  
  (Portage version: 2.2.14-prefix/cvs/Darwin i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.2  mail-filter/imapfilter/imapfilter-2.5.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild?r1=1.1r2=1.2

Index: imapfilter-2.5.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imapfilter-2.5.7.ebuild 19 Dec 2014 03:36:06 -  1.1
+++ imapfilter-2.5.7.ebuild 7 Jul 2015 16:58:53 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild,v 1.1 
2014/12/19 03:36:06 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/imapfilter/imapfilter-2.5.7.ebuild,v 1.2 
2015/07/07 16:58:53 grobian Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 DOCS=AUTHORS NEWS README samples/*
 
 src_prepare() {
-   sed -i -e /^PREFIX/s:/local:: \
+   sed -i -e /^PREFIX/s:/usr/local:${EPREFIX}/usr: \
-e /^MANDIR/s:man:share/man: \
-e /^CFLAGS/s:CFLAGS =:CFLAGS +=: \
-e /^CFLAGS/s/-O// \



1.64 mail-filter/imapfilter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/imapfilter/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/imapfilter/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   19 Dec 2014 03:36:06 -  1.63
+++ ChangeLog   7 Jul 2015 16:58:53 -   1.64
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/imapfilter
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/imapfilter/ChangeLog,v 1.63 
2014/12/19 03:36:06 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/imapfilter/ChangeLog,v 1.64 
2015/07/07 16:58:53 grobian Exp $
+
+  07 Jul 2015; Fabian Groffen grob...@gentoo.org imapfilter-2.5.7.ebuild:
+  Extend PREFIX change to work for Prefix by tao in bug #554148
 
 *imapfilter-2.5.7 (19 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-i18n: oslo-i18n-1.5.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:54:48

  Modified: oslo-i18n-1.5.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild?r1=1.1r2=1.2

Index: oslo-i18n-1.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-i18n-1.5.0.ebuild  11 Mar 2015 05:49:56 -  1.1
+++ oslo-i18n-1.5.0.ebuild  7 Jul 2015 15:54:48 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild,v 1.1 
2015/03/11 05:49:56 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-i18n/oslo-i18n-1.5.0.ebuild,v 1.2 
2015/07/07 15:54:48 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc test
 
 DEPEND=



1.12 dev-python/oslo-i18n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-i18n/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   9 Jun 2015 15:44:42 -   1.11
+++ ChangeLog   7 Jul 2015 15:54:48 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-i18n
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/ChangeLog,v 1.11 
2015/06/09 15:44:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-i18n/ChangeLog,v 1.12 
2015/07/07 15:54:48 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-i18n-1.5.0.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-java/gnu-crypto: gnu-crypto-2.0.1-r3.ebuild ChangeLog

2015-07-07 Thread Agostino Sarubbo (ago)
ago 15/07/07 15:55:10

  Modified: gnu-crypto-2.0.1-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #521430
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild?r1=1.2r2=1.3

Index: gnu-crypto-2.0.1-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnu-crypto-2.0.1-r3.ebuild  7 Jul 2015 09:41:01 -   1.2
+++ gnu-crypto-2.0.1-r3.ebuild  7 Jul 2015 15:55:10 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild,v 1.2 
2015/07/07 09:41:01 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild,v 1.3 
2015/07/07 15:55:10 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos
 IUSE=
 
 DEPEND==virtual/jdk-1.6



1.32 dev-java/gnu-crypto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-crypto/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   7 Jul 2015 09:41:01 -   1.31
+++ ChangeLog   7 Jul 2015 15:55:10 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/gnu-crypto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-crypto/ChangeLog,v 1.31 
2015/07/07 09:41:01 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-crypto/ChangeLog,v 1.32 
2015/07/07 15:55:10 ago Exp $
+
+  07 Jul 2015; Agostino Sarubbo a...@gentoo.org gnu-crypto-2.0.1-r3.ebuild:
+  Stable for amd64, wrt bug #521430
 
   07 Jul 2015; Patrice Clement monsie...@gentoo.org
   gnu-crypto-2.0.1-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-rootwrap: oslo-rootwrap-1.6.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:02:12

  Modified: oslo-rootwrap-1.6.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild?r1=1.1r2=1.2

Index: oslo-rootwrap-1.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-rootwrap-1.6.0.ebuild  30 Apr 2015 20:15:24 -  1.1
+++ oslo-rootwrap-1.6.0.ebuild  7 Jul 2015 16:02:12 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild,v 
1.1 2015/04/30 20:15:24 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild,v 
1.2 2015/07/07 16:02:12 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.7  dev-python/oslo-rootwrap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Jun 2015 20:38:01 -   1.6
+++ ChangeLog   7 Jul 2015 16:02:12 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-rootwrap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog,v 1.6 
2015/06/03 20:38:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog,v 1.7 
2015/07/07 16:02:12 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-rootwrap-1.6.0.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/python-cinderclient: python-cinderclient-1.1.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:32:37

  Modified: python-cinderclient-1.1.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild?r1=1.1r2=1.2

Index: python-cinderclient-1.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-cinderclient-1.1.1.ebuild18 Nov 2014 21:43:46 -  1.1
+++ python-cinderclient-1.1.1.ebuild7 Jul 2015 16:32:37 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild,v
 1.1 2014/11/18 21:43:46 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.1.1.ebuild,v
 1.2 2015/07/07 16:32:37 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.17 dev-python/python-cinderclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   9 Jun 2015 16:42:23 -   1.16
+++ ChangeLog   7 Jul 2015 16:32:37 -   1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-cinderclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 
1.16 2015/06/09 16:42:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 
1.17 2015/07/07 16:32:37 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-cinderclient-1.1.1.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] proj/linux-patches: New tag: 3.10-89

2015-07-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Tue Jul  7 16:33:12 2015 +

New tag: 3.10-89




[gentoo-commits] gentoo-x86 commit in dev-python/keystonemiddleware: keystonemiddleware-1.5.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:37:01

  Modified: keystonemiddleware-1.5.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild?r1=1.1r2=1.2

Index: keystonemiddleware-1.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keystonemiddleware-1.5.0.ebuild 14 Apr 2015 16:11:45 -  1.1
+++ keystonemiddleware-1.5.0.ebuild 7 Jul 2015 16:37:01 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild,v
 1.1 2015/04/14 16:11:45 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.0.ebuild,v
 1.2 2015/07/07 16:37:01 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc examples test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.6  dev-python/keystonemiddleware/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keystonemiddleware/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keystonemiddleware/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/keystonemiddleware/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   29 Jun 2015 16:47:57 -  1.5
+++ ChangeLog   7 Jul 2015 16:37:01 -   1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/keystonemiddleware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/ChangeLog,v 
1.5 2015/06/29 16:47:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/ChangeLog,v 
1.6 2015/07/07 16:37:01 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  keystonemiddleware-1.5.0.ebuild:
+  amd64 stable wrt bug #554114
 
 *keystonemiddleware-1.5.2 (29 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/websockify: websockify-0.6.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:37:52

  Modified: websockify-0.6.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/websockify/websockify-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild?r1=1.3r2=1.4

Index: websockify-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- websockify-0.6.0.ebuild 18 Apr 2015 12:52:24 -  1.3
+++ websockify-0.6.0.ebuild 7 Jul 2015 16:37:52 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild,v 1.3 
2015/04/18 12:52:24 swegener Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild,v 1.4 
2015/07/07 16:37:52 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=dev-python/numpy[${PYTHON_USEDEP}]



1.10 dev-python/websockify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Jun 2015 16:31:25 -   1.9
+++ ChangeLog   7 Jul 2015 16:37:52 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/websockify
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.9 
2015/06/07 16:31:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.10 
2015/07/07 16:37:52 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org websockify-0.6.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.10.83.ebuild ChangeLog

2015-07-07 Thread Mike Pagano (mpagano)
mpagano 15/07/07 16:42:44

  Modified: ChangeLog
  Added:gentoo-sources-3.10.83.ebuild
  Log:
  Linux patch 3.10.83
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1592   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1592view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1592content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1591r2=1.1592

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1591
retrieving revision 1.1592
diff -u -r1.1591 -r1.1592
--- ChangeLog   7 Jul 2015 16:31:00 -   1.1591
+++ ChangeLog   7 Jul 2015 16:42:44 -   1.1592
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1591 2015/07/07 16:31:00 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1592 2015/07/07 16:42:44 mpagano Exp $
+
+*gentoo-sources-3.10.83 (07 Jul 2015)
+
+  07 Jul 2015; Mike Pagano mpag...@gentoo.org +gentoo-sources-3.10.83.ebuild:
+  Linux patch 3.10.83
 
 *gentoo-sources-3.14.47 (07 Jul 2015)
 



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.10.83.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.83.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.83.ebuild?rev=1.1content-type=text/plain

Index: gentoo-sources-3.10.83.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.83.ebuild,v
 1.1 2015/07/07 16:42:44 mpagano Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=89
K_DEBLOB_AVAILABLE=1
inherit kernel-2
detect_version
detect_arch

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
IUSE=deblob experimental

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}

}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in dev-python/rtslib-fb: rtslib-fb-2.1.47.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:43:06

  Modified: rtslib-fb-2.1.47.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild?r1=1.1r2=1.2

Index: rtslib-fb-2.1.47.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtslib-fb-2.1.47.ebuild 28 Apr 2014 02:47:59 -  1.1
+++ rtslib-fb-2.1.47.ebuild 7 Jul 2015 16:43:06 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild,v 1.1 
2014/04/28 02:47:59 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/rtslib-fb/rtslib-fb-2.1.47.ebuild,v 1.2 
2015/07/07 16:43:06 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.4  dev-python/rtslib-fb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtslib-fb/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtslib-fb/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rtslib-fb/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rtslib-fb/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jun 2015 16:03:55 -   1.3
+++ ChangeLog   7 Jul 2015 16:43:06 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rtslib-fb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rtslib-fb/ChangeLog,v 1.3 
2015/06/07 16:03:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rtslib-fb/ChangeLog,v 1.4 
2015/07/07 16:43:06 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org rtslib-fb-2.1.47.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in x11-apps/xmodmap/files: xmodmap-1.0.7-_GNU_SOURCE.patch

2015-07-07 Thread Manuel Rueger (mrueg)
mrueg   15/07/07 17:57:33

  Removed:  xmodmap-1.0.7-_GNU_SOURCE.patch
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )



[gentoo-commits] gentoo-x86 commit in x11-apps/xmodmap: xmodmap-1.0.9.ebuild ChangeLog xmodmap-1.0.7.ebuild

2015-07-07 Thread Manuel Rueger (mrueg)
mrueg   15/07/07 17:57:33

  Modified: ChangeLog
  Added:xmodmap-1.0.9.ebuild
  Removed:  xmodmap-1.0.7.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.87 x11-apps/xmodmap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmodmap/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmodmap/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmodmap/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   8 Oct 2013 05:04:20 -   1.86
+++ ChangeLog   7 Jul 2015 17:57:33 -   1.87
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xmodmap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.86 
2013/10/08 05:04:20 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/ChangeLog,v 1.87 
2015/07/07 17:57:33 mrueg Exp $
+
+*xmodmap-1.0.9 (07 Jul 2015)
+
+  07 Jul 2015; Manuel Rüger mr...@gentoo.org +xmodmap-1.0.9.ebuild,
+  -files/xmodmap-1.0.7-_GNU_SOURCE.patch, -xmodmap-1.0.7.ebuild:
+  Version bump. Remove old.
 
   08 Oct 2013; Agostino Sarubbo a...@gentoo.org xmodmap-1.0.8.ebuild:
   Stable for x86, wrt bug #475480



1.1  x11-apps/xmodmap/xmodmap-1.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.9.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.9.ebuild?rev=1.1content-type=text/plain

Index: xmodmap-1.0.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.9.ebuild,v 1.1 
2015/07/07 17:57:33 mrueg Exp $

EAPI=5

inherit xorg-2

DESCRIPTION=utility for modifying keymaps and pointer button mappings in X

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris
IUSE=

RDEPEND=x11-libs/libX11
DEPEND=${RDEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/aioeventlet: aioeventlet-0.4.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:49:44

  Modified: aioeventlet-0.4.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/aioeventlet/aioeventlet-0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aioeventlet/aioeventlet-0.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aioeventlet/aioeventlet-0.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aioeventlet/aioeventlet-0.4.ebuild?r1=1.2r2=1.3

Index: aioeventlet-0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/aioeventlet/aioeventlet-0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aioeventlet-0.4.ebuild  4 May 2015 15:02:32 -   1.2
+++ aioeventlet-0.4.ebuild  7 Jul 2015 15:49:43 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/aioeventlet/aioeventlet-0.4.ebuild,v 1.2 
2015/05/04 15:02:32 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/aioeventlet/aioeventlet-0.4.ebuild,v 1.3 
2015/07/07 15:49:43 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND=



1.5  dev-python/aioeventlet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aioeventlet/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aioeventlet/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/aioeventlet/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/aioeventlet/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 19:15:57 -   1.4
+++ ChangeLog   7 Jul 2015 15:49:43 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/aioeventlet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/aioeventlet/ChangeLog,v 1.4 
2015/06/07 19:15:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/aioeventlet/ChangeLog,v 1.5 
2015/07/07 15:49:43 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org aioeventlet-0.4.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add bitbucket to remote-id in metadata.xml






[gentoo-commits] proj/linux-patches: New tag: 3.14-53

2015-07-07 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Tue Jul  7 15:57:24 2015 +

New tag: 3.14-53




[gentoo-commits] gentoo-x86 commit in dev-python/posix_ipc: posix_ipc-0.9.8.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:57:35

  Modified: posix_ipc-0.9.8.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/posix_ipc/posix_ipc-0.9.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild?r1=1.3r2=1.4

Index: posix_ipc-0.9.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- posix_ipc-0.9.8.ebuild  4 May 2015 15:18:47 -   1.3
+++ posix_ipc-0.9.8.ebuild  7 Jul 2015 15:57:35 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v 1.3 
2015/05/04 15:18:47 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v 1.4 
2015/07/07 15:57:35 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.5  dev-python/posix_ipc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/posix_ipc/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Jun 2015 20:48:53 -   1.4
+++ ChangeLog   7 Jul 2015 15:57:35 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/posix_ipc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.4 
2015/06/03 20:48:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.5 
2015/07/07 15:57:35 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org posix_ipc-0.9.8.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-1.3.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:17:48

  Modified: python-keystoneclient-1.3.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild?r1=1.1r2=1.2

Index: python-keystoneclient-1.3.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-keystoneclient-1.3.1.ebuild  28 Apr 2015 16:28:47 -  1.1
+++ python-keystoneclient-1.3.1.ebuild  7 Jul 2015 16:17:48 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild,v
 1.1 2015/04/28 16:28:47 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.3.1.ebuild,v
 1.2 2015/07/07 16:17:48 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~amd64-linux ~x86 ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc examples test
 
 # Note: blacklist version not in portage:



1.61 dev-python/python-keystoneclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.61view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.61content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.60r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   30 Jun 2015 18:34:52 -  1.60
+++ ChangeLog   7 Jul 2015 16:17:48 -   1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-keystoneclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.60 
2015/06/30 18:34:52 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.61 
2015/07/07 16:17:48 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-keystoneclient-1.3.1.ebuild:
+  amd64 stable wrt bug #554114
 
 *python-keystoneclient-1.3.2 (30 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/rfc3986: rfc3986-0.2.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:36:08

  Modified: rfc3986-0.2.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/rfc3986/rfc3986-0.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rfc3986/rfc3986-0.2.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rfc3986/rfc3986-0.2.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rfc3986/rfc3986-0.2.0.ebuild?r1=1.1r2=1.2

Index: rfc3986-0.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rfc3986/rfc3986-0.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rfc3986-0.2.0.ebuild19 Nov 2014 00:09:15 -  1.1
+++ rfc3986-0.2.0.ebuild7 Jul 2015 16:36:08 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rfc3986/rfc3986-0.2.0.ebuild,v 
1.1 2014/11/19 00:09:15 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rfc3986/rfc3986-0.2.0.ebuild,v 
1.2 2015/07/07 16:36:08 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.3  dev-python/rfc3986/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rfc3986/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rfc3986/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rfc3986/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rfc3986/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Jun 2015 21:37:49 -   1.2
+++ ChangeLog   7 Jul 2015 16:36:08 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rfc3986
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rfc3986/ChangeLog,v 1.2 
2015/06/03 21:37:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rfc3986/ChangeLog,v 1.3 
2015/07/07 16:36:08 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org rfc3986-0.2.0.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/semantic_version: semantic_version-2.4.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:39:44

  Modified: semantic_version-2.4.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/semantic_version/semantic_version-2.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild?r1=1.1r2=1.2

Index: semantic_version-2.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- semantic_version-2.4.1.ebuild   30 Apr 2015 18:58:56 -  1.1
+++ semantic_version-2.4.1.ebuild   7 Jul 2015 16:39:44 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild,v
 1.1 2015/04/30 18:58:56 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild,v
 1.2 2015/07/07 16:39:44 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.3  dev-python/semantic_version/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/semantic_version/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   3 Jun 2015 21:43:00 -   1.2
+++ ChangeLog   7 Jul 2015 16:39:44 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/semantic_version
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/semantic_version/ChangeLog,v 1.2 
2015/06/03 21:43:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/semantic_version/ChangeLog,v 1.3 
2015/07/07 16:39:44 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
semantic_version-2.4.1.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/taskflow: taskflow-0.7.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:40:22

  Modified: taskflow-0.7.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/taskflow/taskflow-0.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild?r1=1.2r2=1.3

Index: taskflow-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taskflow-0.7.1.ebuild   30 Apr 2015 18:48:12 -  1.2
+++ taskflow-0.7.1.ebuild   7 Jul 2015 16:40:21 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild,v 
1.2 2015/04/30 18:48:12 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild,v 
1.3 2015/07/07 16:40:21 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.10 dev-python/taskflow/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/taskflow/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/taskflow/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/taskflow/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/taskflow/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Jun 2015 16:13:59 -   1.9
+++ ChangeLog   7 Jul 2015 16:40:21 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/taskflow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/ChangeLog,v 1.9 
2015/06/07 16:13:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/ChangeLog,v 1.10 
2015/07/07 16:40:21 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org taskflow-0.7.1.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-messaging: oslo-messaging-1.8.2.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:52:53

  Modified: oslo-messaging-1.8.2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild?r1=1.1r2=1.2

Index: oslo-messaging-1.8.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-messaging-1.8.2.ebuild 28 Apr 2015 16:37:58 -  1.1
+++ oslo-messaging-1.8.2.ebuild 7 Jul 2015 15:52:53 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild,v 
1.1 2015/04/28 16:37:58 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-messaging/oslo-messaging-1.8.2.ebuild,v 
1.2 2015/07/07 15:52:53 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.15 dev-python/oslo-messaging/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-messaging/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-messaging/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-messaging/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-messaging/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   2 Jul 2015 08:44:32 -   1.14
+++ ChangeLog   7 Jul 2015 15:52:53 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-messaging
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-messaging/ChangeLog,v 1.14 
2015/07/02 08:44:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-messaging/ChangeLog,v 1.15 
2015/07/07 15:52:53 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-messaging-1.8.2.ebuild:
+  amd64 stable wrt bug #554114
 
   02 Jul 2015; Ian Delaney idel...@gentoo.org -oslo-messaging-1.3.0.ebuild,
   -oslo-messaging-1.4.1.ebuild, oslo-messaging-1.10.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-log: oslo-log-1.0.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:01:07

  Modified: oslo-log-1.0.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslo-log/oslo-log-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-log/oslo-log-1.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-log/oslo-log-1.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-log/oslo-log-1.0.0.ebuild?r1=1.1r2=1.2

Index: oslo-log-1.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-log/oslo-log-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-log-1.0.0.ebuild   23 Mar 2015 15:17:58 -  1.1
+++ oslo-log-1.0.0.ebuild   7 Jul 2015 16:01:07 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-log/oslo-log-1.0.0.ebuild,v 
1.1 2015/03/23 15:17:58 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-log/oslo-log-1.0.0.ebuild,v 
1.2 2015/07/07 16:01:07 zlogene Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 RDEPEND=



1.7  dev-python/oslo-log/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-log/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-log/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-log/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-log/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   7 Jun 2015 14:36:15 -   1.6
+++ ChangeLog   7 Jul 2015 16:01:07 -   1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-log
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-log/ChangeLog,v 1.6 
2015/06/07 14:36:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-log/ChangeLog,v 1.7 
2015/07/07 16:01:07 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-log-1.0.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/requests-mock: requests-mock-0.6.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:14:50

  Modified: requests-mock-0.6.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/requests-mock/requests-mock-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-mock/requests-mock-0.6.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-mock/requests-mock-0.6.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-mock/requests-mock-0.6.0.ebuild?r1=1.1r2=1.2

Index: requests-mock-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/requests-mock/requests-mock-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- requests-mock-0.6.0.ebuild  1 Apr 2015 19:04:20 -   1.1
+++ requests-mock-0.6.0.ebuild  7 Jul 2015 16:14:50 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/requests-mock/requests-mock-0.6.0.ebuild,v 
1.1 2015/04/01 19:04:20 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/requests-mock/requests-mock-0.6.0.ebuild,v 
1.2 2015/07/07 16:14:50 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=



1.8  dev-python/requests-mock/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-mock/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-mock/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-mock/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-mock/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   7 Jun 2015 16:01:17 -   1.7
+++ ChangeLog   7 Jul 2015 16:14:50 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests-mock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-mock/ChangeLog,v 1.7 
2015/06/07 16:01:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-mock/ChangeLog,v 1.8 
2015/07/07 16:14:50 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org requests-mock-0.6.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/python-swiftclient: python-swiftclient-2.2.0-r1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:34:50

  Modified: python-swiftclient-2.2.0-r1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  
dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild?r1=1.2r2=1.3

Index: python-swiftclient-2.2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-swiftclient-2.2.0-r1.ebuild  12 May 2015 16:32:40 -  1.2
+++ python-swiftclient-2.2.0-r1.ebuild  7 Jul 2015 16:34:50 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v
 1.2 2015/05/12 16:32:40 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-2.2.0-r1.ebuild,v
 1.3 2015/07/07 16:34:50 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.21 dev-python/python-swiftclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   9 Jun 2015 16:52:35 -   1.20
+++ ChangeLog   7 Jul 2015 16:34:50 -   1.21
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-swiftclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 
1.20 2015/06/09 16:52:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 
1.21 2015/07/07 16:34:50 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-swiftclient-2.2.0-r1.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-concurrency: oslo-concurrency-1.8.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 15:58:49

  Modified: oslo-concurrency-1.8.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?r1=1.3r2=1.4

Index: oslo-concurrency-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oslo-concurrency-1.8.0.ebuild   30 Apr 2015 20:28:16 -  1.3
+++ oslo-concurrency-1.8.0.ebuild   7 Jul 2015 15:58:49 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.3 2015/04/30 20:28:16 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.4 2015/07/07 15:58:49 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.5  dev-python/oslo-concurrency/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Jun 2015 20:33:31 -   1.4
+++ ChangeLog   7 Jul 2015 15:58:49 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-concurrency
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.4 
2015/06/03 20:33:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.5 
2015/07/07 15:58:49 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
oslo-concurrency-1.8.0.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/oslotest: oslotest-1.5.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:07:11

  Modified: oslotest-1.5.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/oslotest/oslotest-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild?r1=1.1r2=1.2

Index: oslotest-1.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslotest-1.5.0.ebuild   28 Feb 2015 21:22:18 -  1.1
+++ oslotest-1.5.0.ebuild   7 Jul 2015 16:07:11 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v 
1.1 2015/02/28 21:22:18 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.0.ebuild,v 
1.2 2015/07/07 16:07:11 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~amd64-linux ~x86 ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 
 CDEPEND=



1.19 dev-python/oslotest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   9 Jun 2015 15:48:45 -   1.18
+++ ChangeLog   7 Jul 2015 16:07:11 -   1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslotest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.18 
2015/06/09 15:48:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.19 
2015/07/07 16:07:11 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslotest-1.5.0.ebuild:
+  amd64 stable wrt bug #554114
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/python-barbicanclient: python-barbicanclient-3.0.3.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:34:08

  Modified: python-barbicanclient-3.0.3.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild?r1=1.1r2=1.2

Index: python-barbicanclient-3.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-barbicanclient-3.0.3.ebuild  2 Apr 2015 20:01:06 -   1.1
+++ python-barbicanclient-3.0.3.ebuild  7 Jul 2015 16:34:08 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild,v
 1.1 2015/04/02 20:01:06 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-barbicanclient/python-barbicanclient-3.0.3.ebuild,v
 1.2 2015/07/07 16:34:08 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.5  dev-python/python-barbicanclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-barbicanclient/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-barbicanclient/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-barbicanclient/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-barbicanclient/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 15:38:09 -   1.4
+++ ChangeLog   7 Jul 2015 16:34:08 -   1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-barbicanclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-barbicanclient/ChangeLog,v 1.4 
2015/06/07 15:38:09 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-barbicanclient/ChangeLog,v 1.5 
2015/07/07 16:34:08 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-barbicanclient-3.0.3.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/python-novaclient: python-novaclient-2.23.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:33:26

  Modified: python-novaclient-2.23.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/python-novaclient/python-novaclient-2.23.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild?r1=1.1r2=1.2

Index: python-novaclient-2.23.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-novaclient-2.23.0.ebuild 30 Apr 2015 20:27:08 -  1.1
+++ python-novaclient-2.23.0.ebuild 7 Jul 2015 16:33:26 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild,v
 1.1 2015/04/30 20:27:08 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild,v
 1.2 2015/07/07 16:33:26 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.30 dev-python/python-novaclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   7 Jun 2015 15:44:43 -   1.29
+++ ChangeLog   7 Jul 2015 16:33:26 -   1.30
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-novaclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 
1.29 2015/06/07 15:44:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 
1.30 2015/07/07 16:33:26 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-novaclient-2.23.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-java/gnu-crypto: gnu-crypto-2.0.1-r3.ebuild ChangeLog

2015-07-07 Thread Agostino Sarubbo (ago)
ago 15/07/07 15:55:22

  Modified: gnu-crypto-2.0.1-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #521430
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild?r1=1.3r2=1.4

Index: gnu-crypto-2.0.1-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnu-crypto-2.0.1-r3.ebuild  7 Jul 2015 15:55:10 -   1.3
+++ gnu-crypto-2.0.1-r3.ebuild  7 Jul 2015 15:55:22 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild,v 1.3 
2015/07/07 15:55:10 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild,v 1.4 
2015/07/07 15:55:22 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=
 
 DEPEND==virtual/jdk-1.6



1.33 dev-java/gnu-crypto/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-crypto/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-crypto/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   7 Jul 2015 15:55:10 -   1.32
+++ ChangeLog   7 Jul 2015 15:55:22 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/gnu-crypto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-crypto/ChangeLog,v 1.32 
2015/07/07 15:55:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-crypto/ChangeLog,v 1.33 
2015/07/07 15:55:22 ago Exp $
+
+  07 Jul 2015; Agostino Sarubbo a...@gentoo.org gnu-crypto-2.0.1-r3.ebuild:
+  Stable for x86, wrt bug #521430
 
   07 Jul 2015; Agostino Sarubbo a...@gentoo.org gnu-crypto-2.0.1-r3.ebuild:
   Stable for amd64, wrt bug #521430






[gentoo-commits] gentoo-x86 commit in dev-python/python-glanceclient: python-glanceclient-0.17.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:31:49

  Modified: python-glanceclient-0.17.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  
dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild?r1=1.1r2=1.2

Index: python-glanceclient-0.17.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-glanceclient-0.17.1.ebuild   22 Apr 2015 21:19:50 -  1.1
+++ python-glanceclient-0.17.1.ebuild   7 Jul 2015 16:31:49 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild,v
 1.1 2015/04/22 21:19:50 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.17.1.ebuild,v
 1.2 2015/07/07 16:31:49 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc test
 REQUIRED_USE=test? ( doc )
 



1.20 dev-python/python-glanceclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-glanceclient/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   11 Jun 2015 17:11:42 -  1.19
+++ ChangeLog   7 Jul 2015 16:31:49 -   1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-glanceclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 
1.19 2015/06/11 17:11:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 
1.20 2015/07/07 16:31:49 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org
+  python-glanceclient-0.17.1.ebuild:
+  amd64 stable wrt bug #554114
 
 *python-glanceclient-0.19.0 (11 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.14.47.ebuild ChangeLog

2015-07-07 Thread Mike Pagano (mpagano)
mpagano 15/07/07 16:31:00

  Modified: ChangeLog
  Added:gentoo-sources-3.14.47.ebuild
  Log:
  Linux patch 3.14.47
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1591   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1591view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1591content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1590r2=1.1591

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1590
retrieving revision 1.1591
diff -u -r1.1590 -r1.1591
--- ChangeLog   2 Jul 2015 12:09:08 -   1.1590
+++ ChangeLog   7 Jul 2015 16:31:00 -   1.1591
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1590 2015/07/02 12:09:08 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1591 2015/07/07 16:31:00 mpagano Exp $
+
+*gentoo-sources-3.14.47 (07 Jul 2015)
+
+  07 Jul 2015; Mike Pagano mpag...@gentoo.org +gentoo-sources-3.14.47.ebuild:
+  Linux patch 3.14.47
 
   02 Jul 2015; Mike Pagano mpag...@gentoo.org -gentoo-sources-3.10.77.ebuild,
   -gentoo-sources-3.10.79.ebuild, -gentoo-sources-3.10.80.ebuild,



1.1  sys-kernel/gentoo-sources/gentoo-sources-3.14.47.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.47.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.47.ebuild?rev=1.1content-type=text/plain

Index: gentoo-sources-3.14.47.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.14.47.ebuild,v
 1.1 2015/07/07 16:31:00 mpagano Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=53
K_DEBLOB_AVAILABLE=1
inherit kernel-2
detect_version
detect_arch

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches;
IUSE=deblob experimental

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree
SRC_URI=${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
}

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] gentoo-x86 commit in dev-python/warlock: warlock-1.1.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:31:27

  Modified: warlock-1.1.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  dev-python/warlock/warlock-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild?r1=1.1r2=1.2

Index: warlock-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- warlock-1.1.0.ebuild5 Apr 2015 02:20:28 -   1.1
+++ warlock-1.1.0.ebuild7 Jul 2015 16:31:27 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild,v 
1.1 2015/04/05 02:20:28 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild,v 
1.2 2015/07/07 16:31:27 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.13 dev-python/warlock/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/warlock/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/warlock/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/warlock/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   7 Jun 2015 16:29:11 -   1.12
+++ ChangeLog   7 Jul 2015 16:31:27 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/warlock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v 1.12 
2015/06/07 16:29:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v 1.13 
2015/07/07 16:31:27 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org warlock-1.1.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/pysaml2: pysaml2-2.1.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:41:53

  Modified: pysaml2-2.1.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/pysaml2/pysaml2-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild?r1=1.2r2=1.3

Index: pysaml2-2.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pysaml2-2.1.0.ebuild12 Dec 2014 23:23:20 -  1.2
+++ pysaml2-2.1.0.ebuild7 Jul 2015 16:41:53 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild,v 
1.2 2014/12/12 23:23:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild,v 
1.3 2015/07/07 16:41:53 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.5  dev-python/pysaml2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 15:34:44 -   1.4
+++ ChangeLog   7 Jul 2015 16:41:53 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysaml2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v 1.4 
2015/06/07 15:34:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v 1.5 
2015/07/07 16:41:53 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org pysaml2-2.1.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/ordereddict: ordereddict-1.1.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:44:15

  Modified: ordereddict-1.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/ordereddict/ordereddict-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ordereddict/ordereddict-1.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ordereddict/ordereddict-1.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ordereddict/ordereddict-1.1.ebuild?r1=1.3r2=1.4

Index: ordereddict-1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/ordereddict/ordereddict-1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ordereddict-1.1.ebuild  18 Nov 2014 21:54:29 -  1.3
+++ ordereddict-1.1.ebuild  7 Jul 2015 16:44:15 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ordereddict/ordereddict-1.1.ebuild,v 1.3 
2014/11/18 21:54:29 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/ordereddict/ordereddict-1.1.ebuild,v 1.4 
2015/07/07 16:44:15 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.5  dev-python/ordereddict/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ordereddict/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ordereddict/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ordereddict/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ordereddict/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   3 Jun 2015 20:32:32 -   1.4
+++ ChangeLog   7 Jul 2015 16:44:15 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ordereddict
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ordereddict/ChangeLog,v 1.4 
2015/06/03 20:32:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ordereddict/ChangeLog,v 1.5 
2015/07/07 16:44:15 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org ordereddict-1.1.ebuild:
+  amd64 stable wrt bug #554114
 
   03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/WSME: WSME-0.6.2.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:45:31

  Modified: WSME-0.6.2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-python/WSME/WSME-0.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild?r1=1.4r2=1.5

Index: WSME-0.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WSME-0.6.2.ebuild   28 Nov 2014 09:58:30 -  1.4
+++ WSME-0.6.2.ebuild   7 Jul 2015 16:45:31 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.4 
2014/11/28 09:58:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.5 
2015/07/07 16:45:31 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=



1.6  dev-python/WSME/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/WSME/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 Jun 2015 09:59:00 -   1.5
+++ ChangeLog   7 Jul 2015 16:45:31 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/WSME
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.5 2015/06/04 
09:59:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.6 2015/07/07 
16:45:31 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org WSME-0.6.2.ebuild:
+  amd64 stable wrt bug #554114
 
   04 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-python/dogpile-cache: dogpile-cache-0.5.4.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:44:58

  Modified: dogpile-cache-0.5.4.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.4  dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild?r1=1.3r2=1.4

Index: dogpile-cache-0.5.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dogpile-cache-0.5.4.ebuild  23 Jun 2015 04:11:27 -  1.3
+++ dogpile-cache-0.5.4.ebuild  7 Jul 2015 16:44:58 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild,v 
1.3 2015/06/23 04:11:27 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild,v 
1.4 2015/07/07 16:44:58 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 RDEPEND==dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]



1.12 dev-python/dogpile-cache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Jun 2015 04:11:27 -  1.11
+++ ChangeLog   7 Jul 2015 16:44:58 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/dogpile-cache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.11 
2015/06/23 04:11:27 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.12 
2015/07/07 16:44:58 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org dogpile-cache-0.5.4.ebuild:
+  amd64 stable wrt bug #554114
 
   23 Jun 2015; Matthew Thode prometheanf...@gentoo.org
   dogpile-cache-0.5.1.ebuild, dogpile-cache-0.5.2.ebuild,






[gentoo-commits] dev/graaff:master commit in: dev-ruby/rubylibcrack/

2015-07-07 Thread Hans de Graaff
commit: 60aef331d56e5f9328c89afac655633aeba5ce30
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue Jul  7 06:28:31 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue Jul  7 06:28:31 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=60aef331

Not using this. Does not seem to be maintained anymore.

 dev-ruby/rubylibcrack/ChangeLog | 25 
 dev-ruby/rubylibcrack/Manifest  |  1 -
 dev-ruby/rubylibcrack/metadata.xml  |  5 -
 dev-ruby/rubylibcrack/rubylibcrack-0.2.4.ebuild | 26 -
 4 files changed, 57 deletions(-)

diff --git a/dev-ruby/rubylibcrack/ChangeLog b/dev-ruby/rubylibcrack/ChangeLog
deleted file mode 100644
index 38e2e66..000
--- a/dev-ruby/rubylibcrack/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for dev-ruby/rubylibcrack
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header$
-
-  07 Jul 2015; Hans de Graaff gra...@gentoo.org -rubylibcrack-0.1.1.ebuild,
-  -rubylibcrack-0.2.2.ebuild:
-  Cleanup.
-
-*rubylibcrack-0.2.4 (05 Oct 2012)
-
-  05 Oct 2012; Hans de Graaff gra...@gentoo.org +rubylibcrack-0.2.4.ebuild:
-  Version bump.
-
-*rubylibcrack-0.2.2 (25 Jan 2011)
-
-  25 Jan 2011; Hans de Graaff gra...@gentoo.org
-  +rubylibcrack-0.2.2.ebuild:
-  Version bump.
-
-*rubylibcrack-0.1.1 (14 Apr 2010)
-
-  14 Apr 2010; Hans de Graaff gra...@gentoo.org
-  +rubylibcrack-0.1.1.ebuild, +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/rubylibcrack/Manifest b/dev-ruby/rubylibcrack/Manifest
deleted file mode 100644
index 905fcc5..000
--- a/dev-ruby/rubylibcrack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rubylibcrack-0.2.4.gem 7168 SHA256 
48c663ee98b22932e21d0a0038ca3a63c83849ea8c98a7039dd1090e76554cbd SHA512 
e7fb1175857c3d296f85397321a48c26d953b5ef7695a5258124e78f7dc5b5c5dcb868fe4c83285bd9974f5e10c43686515088db60824b4ff48366126438723f
 WHIRLPOOL 
c585218677edf04145c1fa9385c996421efdaa8063640ed99bde79d35c5e04674bcf0916509ef0230988bedb00388ec94615061626e66db845c1e7dc8a1d4d7a

diff --git a/dev-ruby/rubylibcrack/metadata.xml 
b/dev-ruby/rubylibcrack/metadata.xml
deleted file mode 100644
index 0040b11..000
--- a/dev-ruby/rubylibcrack/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-   herdruby/herd
-/pkgmetadata

diff --git a/dev-ruby/rubylibcrack/rubylibcrack-0.2.4.ebuild 
b/dev-ruby/rubylibcrack/rubylibcrack-0.2.4.ebuild
deleted file mode 100644
index 158b5ea..000
--- a/dev-ruby/rubylibcrack/rubylibcrack-0.2.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY=ruby18 ruby19
-
-RUBY_FAKEGEM_TASK_TEST=
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README
-
-inherit ruby-fakegem
-
-DESCRIPTION=A Ruby binding to the password strength checker, 
libcrack/cracklib.
-HOMEPAGE=http://rubyforge.org/projects/rubylibcrack/;
-LICENSE=GPL-3
-
-KEYWORDS=~amd64
-SLOT=0
-IUSE=
-
-ruby_add_rdepend virtual/ruby-ffi
-
-each_ruby_test() {
-   ${RUBY} -I. test/test_rubylibcrack.rb
-}



[gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-4.2.1.ebuild rails-4.1.10.ebuild rails-3.2.21.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:24:16

  Modified: ChangeLog
  Removed:  rails-4.2.1.ebuild rails-4.1.10.ebuild
rails-3.2.21.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.319dev-ruby/rails/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.319view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.319content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.318r2=1.319

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- ChangeLog   26 Jun 2015 08:34:10 -  1.318
+++ ChangeLog   7 Jul 2015 07:24:16 -   1.319
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.318 2015/06/26 
08:34:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.319 2015/07/07 
07:24:16 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -rails-3.2.21.ebuild,
+  -rails-4.1.10.ebuild, -rails-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *rails-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-3.2.21.ebuild activerecord-4.2.1.ebuild activerecord-4.1.10.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:23:39

  Modified: ChangeLog
  Removed:  activerecord-3.2.21.ebuild
activerecord-4.2.1.ebuild
activerecord-4.1.10.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.299dev-ruby/activerecord/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.299view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.299content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.298r2=1.299

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- ChangeLog   26 Jun 2015 08:33:32 -  1.298
+++ ChangeLog   7 Jul 2015 07:23:39 -   1.299
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.298 
2015/06/26 08:33:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.299 
2015/07/07 07:23:39 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -activerecord-3.2.21.ebuild,
+  -activerecord-4.1.10.ebuild, -activerecord-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *activerecord-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-auth/pam_passwdqc: pam_passwdqc-1.3.0.ebuild ChangeLog

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

  Modified: ChangeLog
  Added:pam_passwdqc-1.3.0.ebuild
  Log:
  Version bump to migrate to transparently migrate users to new package name 
#491836 by Florian Steinel.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.31 sys-auth/pam_passwdqc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   2 Jan 2013 23:29:08 -   1.30
+++ ChangeLog   7 Jul 2015 08:17:49 -   1.31
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/pam_passwdqc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.30 
2013/01/02 23:29:08 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.31 
2015/07/07 08:17:49 vapier Exp $
+
+*pam_passwdqc-1.3.0 (07 Jul 2015)
+
+  07 Jul 2015; Mike Frysinger vap...@gentoo.org +pam_passwdqc-1.3.0.ebuild:
+  Version bump to migrate to transparently migrate users to new package name
+  #491836 by Florian Steinel.
 
   02 Jan 2013; Ulrich Müller u...@gentoo.org pam_passwdqc-1.0.4.ebuild,
   pam_passwdqc-1.0.5.ebuild:
@@ -141,4 +147,3 @@
   17 Sep 2003; Hallgrimur H. Gunnarsson h...@gentoo.org
   pam_passwdqc-0.7.4.ebuild:
   New package -- see bug #28413
-



1.1  sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild?rev=1.1content-type=text/plain

Index: pam_passwdqc-1.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild,v 1.1 
2015/07/07 08:17:49 vapier Exp $

EAPI=5

DESCRIPTION=Stub ebuild to help migrate to newer package name
HOMEPAGE=http://www.openwall.com/passwdqc/;

LICENSE=Openwall BSD public-domain
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux

DEPEND=sys-auth/passwdqc[pam]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-ruby/slop: ChangeLog slop-4.2.0.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 06:37:43

  Modified: ChangeLog
  Added:slop-4.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.38 dev-ruby/slop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   7 Jun 2015 19:50:17 -   1.37
+++ ChangeLog   7 Jul 2015 06:37:43 -   1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/slop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.37 2015/06/07 
19:50:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.38 2015/07/07 
06:37:43 graaff Exp $
+
+*slop-4.2.0 (07 Jul 2015)
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org +slop-4.2.0.ebuild:
+  Version bump.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ruby/slop/slop-4.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-4.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-4.2.0.ebuild?rev=1.1content-type=text/plain

Index: slop-4.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-4.2.0.ebuild,v 1.1 
2015/07/07 06:37:43 graaff Exp $

EAPI=5
USE_RUBY=ruby20 ruby21 ruby22

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem

DESCRIPTION=A simple option parser with an easy to remember syntax and 
friendly API
HOMEPAGE=https://github.com/injekt/slop;
SRC_URI=https://github.com/injekt/${PN}/archive/v${PV}.tar.gz - ${P}.tgz

LICENSE=MIT
SLOT=4
KEYWORDS=~amd64 ~ppc64 ~x86

IUSE=

ruby_add_bdepend test? ( dev-ruby/minitest )

all_ruby_prepare() {
sed -i -e '/git ls-files/d' slop.gemspec || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: ChangeLog actionmailer-3.2.21.ebuild actionmailer-4.1.10.ebuild actionmailer-4.2.1.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:23:10

  Modified: ChangeLog
  Removed:  actionmailer-3.2.21.ebuild
actionmailer-4.1.10.ebuild
actionmailer-4.2.1.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.292dev-ruby/actionmailer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.292view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.292content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.291r2=1.292

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   26 Jun 2015 08:33:09 -  1.291
+++ ChangeLog   7 Jul 2015 07:23:10 -   1.292
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.291 
2015/06/26 08:33:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.292 
2015/07/07 07:23:10 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -actionmailer-3.2.21.ebuild,
+  -actionmailer-4.1.10.ebuild, -actionmailer-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *actionmailer-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-4.2.1.ebuild actionpack-4.1.10.ebuild actionpack-3.2.21.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:22:51

  Modified: ChangeLog
  Removed:  actionpack-4.2.1.ebuild actionpack-4.1.10.ebuild
actionpack-3.2.21.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.311dev-ruby/actionpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.311view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.311content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.310r2=1.311

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog   26 Jun 2015 08:32:50 -  1.310
+++ ChangeLog   7 Jul 2015 07:22:51 -   1.311
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.310 
2015/06/26 08:32:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.311 
2015/07/07 07:22:51 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -actionpack-3.2.21.ebuild,
+  -actionpack-4.1.10.ebuild, -actionpack-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *actionpack-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2.20.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 07:42:45

  Modified: portage-2.2.20.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554104
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.2  sys-apps/portage/portage-2.2.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild?r1=1.1r2=1.2

Index: portage-2.2.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portage-2.2.20.ebuild   18 May 2015 23:19:00 -  1.1
+++ portage-2.2.20.ebuild   7 Jul 2015 07:42:45 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v 
1.1 2015/05/18 23:19:00 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.20.ebuild,v 
1.2 2015/07/07 07:42:45 zlogene Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE=GPL-2
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 SLOT=0
 IUSE=build doc epydoc +ipc linguas_ru selinux xattr
 



1.1448   sys-apps/portage/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1448view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.1448content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.1447r2=1.1448

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
retrieving revision 1.1447
retrieving revision 1.1448
diff -u -r1.1447 -r1.1448
--- ChangeLog   18 May 2015 23:19:00 -  1.1447
+++ ChangeLog   7 Jul 2015 07:42:45 -   1.1448
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/portage
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1447 
2015/05/18 23:19:00 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.1448 
2015/07/07 07:42:45 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org portage-2.2.20.ebuild:
+  amd64 stable wrt bug #554104
 
 *portage-2.2.20 (18 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-4.0.13.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:17:01

  Modified: ChangeLog
  Removed:  activesupport-4.0.13.ebuild
  Log:
  Cleanup vulnerable version.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.289dev-ruby/activesupport/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.289view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.289content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.288r2=1.289

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog   26 Jun 2015 08:31:22 -  1.288
+++ ChangeLog   7 Jul 2015 07:17:01 -   1.289
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.288 
2015/06/26 08:31:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.289 
2015/07/07 07:17:01 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -activesupport-4.0.13.ebuild:
+  Cleanup vulnerable version.
 
 *activesupport-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc/files: - New directory

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:11:25

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-auth/passwdqc/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-auth/pam_ssh/files: pam_ssh-2.1-dot-ssh-check.patch

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:44:52

  Added:pam_ssh-2.1-dot-ssh-check.patch
  Log:
  Version bump #503424 by David Heidelberg.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/files/pam_ssh-2.1-dot-ssh-check.patch?rev=1.1content-type=text/plain

Index: pam_ssh-2.1-dot-ssh-check.patch
===
https://bugs.gentoo.org/503424#c5
http://sourceforge.net/p/pam-ssh/bugs/16/

--- a/pam_ssh.c
+++ b/pam_ssh.c
@@ -867,6 +867,7 @@
int attempt;  /* No. of attempt to contact agent */
const char *user;   /* username */
struct options options; /* PAM options */
+   struct stat sb; /* to check for existing .ssh */
 
 #if HAVE_PAM_STRUCT_OPTIONS || !HAVE_PAM_STD_OPTION
memset(options, 0, sizeof options);
@@ -916,7 +917,7 @@
openpam_restore_cred(pamh);
return PAM_SERVICE_ERR;
}
-   if ((access(dotdir,F_OK)) == -1) {
+   if (stat(dotdir, sb) == -1) {
pam_ssh_log(LOG_DEBUG, inexistent configuration directory);
free(dotdir);
openpam_restore_cred(pamh);






[gentoo-commits] gentoo-x86 commit in sys-auth/pam_ssh: pam_ssh-2.1.ebuild ChangeLog

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:44:52

  Modified: ChangeLog
  Added:pam_ssh-2.1.ebuild
  Log:
  Version bump #503424 by David Heidelberg.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.57 sys-auth/pam_ssh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   23 Dec 2013 09:14:48 -  1.56
+++ ChangeLog   7 Jul 2015 08:44:52 -   1.57
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/pam_ssh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.56 
2013/12/23 09:14:48 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/ChangeLog,v 1.57 
2015/07/07 08:44:52 vapier Exp $
+
+*pam_ssh-2.1 (07 Jul 2015)
+
+  07 Jul 2015; Mike Frysinger vap...@gentoo.org
+  +files/pam_ssh-2.1-dot-ssh-check.patch, +pam_ssh-2.1.ebuild:
+  Version bump #503424 by David Heidelberg.
 
   23 Dec 2013; Mike Frysinger vap...@gentoo.org pam_ssh-1.98.ebuild:
   Mark alpha/ia64 stable #459960.



1.1  sys-auth/pam_ssh/pam_ssh-2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild?rev=1.1content-type=text/plain

Index: pam_ssh-2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-2.1.ebuild,v 1.1 
2015/07/07 08:44:52 vapier Exp $

EAPI=5

inherit pam eutils flag-o-matic readme.gentoo

DESCRIPTION=Uses ssh-agent to provide single sign-on
HOMEPAGE=http://pam-ssh.sourceforge.net/;
SRC_URI=mirror://sourceforge/pam-ssh/${P}.tar.xz

LICENSE=BSD-2 BSD ISC
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
IUSE=

# Only supports OpenSSH via `ssh-agent` #282993
DEPEND=virtual/pam
dev-libs/openssl:0=
RDEPEND=${DEPEND}
net-misc/openssh

DOC_CONTENTS=
You can enable pam_ssh for system authentication by enabling
the pam_ssh USE flag on sys-auth/pambase.


src_prepare() {
epatch ${FILESDIR}/${P}-dot-ssh-check.patch #503424#c5
}

src_configure() {
# hide all the otherwise-exported symbols that may clash with
# other software loading the PAM modules (see bug #274924 as an
# example).
append-ldflags -Wl,--version-script=${FILESDIR}/pam_symbols.ver

# Set the cache var so the configure script doesn't go probing hardcoded
# file system paths and picking up the wrong thing.
export ac_cv_openssldir=''

# Avoid cross-compiling funkiness and requiring openssh at build time.
export PATH_SSH_AGENT=${EPREFIX}/usr/bin/ssh-agent

econf \
--with-pam-dir=$(getpam_mod_dir)
}

src_install() {
default
prune_libtool_files --modules
readme.gentoo_create_doc
}






[gentoo-commits] gentoo-x86 commit in net-print/cups: cups-2.0.3.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 08:07:49

  Modified: cups-2.0.3.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #551846
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  net-print/cups/cups-2.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-2.0.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-2.0.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-2.0.3.ebuild?r1=1.2r2=1.3

Index: cups-2.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cups-2.0.3.ebuild   7 Jul 2015 04:48:19 -   1.2
+++ cups-2.0.3.ebuild   7 Jul 2015 08:07:49 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.3.ebuild,v 1.2 
2015/07/07 04:48:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-2.0.3.ebuild,v 1.3 
2015/07/07 08:07:49 zlogene Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
fi
 else
SRC_URI=http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2;
-   KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint
+   KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint
 fi
 
 DESCRIPTION=The Common Unix Printing System



1.681net-print/cups/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.681view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.681content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?r1=1.680r2=1.681

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -r1.680 -r1.681
--- ChangeLog   7 Jul 2015 04:48:19 -   1.680
+++ ChangeLog   7 Jul 2015 08:07:49 -   1.681
@@ -1,6 +1,9 @@
 # ChangeLog for net-print/cups
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.680 2015/07/07 
04:48:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.681 2015/07/07 
08:07:49 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org cups-2.0.3.ebuild:
+  amd64 stable wrt bug #551846
 
   07 Jul 2015; Jeroen Roovers j...@gentoo.org cups-2.0.3.ebuild:
   Stable for HPPA PPC64 (bug #551846).






[gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc: - New directory

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:11:24

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-auth/passwdqc added to the repository



[gentoo-commits] gentoo-x86 commit in app-admin/puppet: ChangeLog puppet-3.8.1.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 08:30:55

  Modified: ChangeLog
  Added:puppet-3.8.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.223app-admin/puppet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/ChangeLog?rev=1.223view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/ChangeLog?rev=1.223content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/ChangeLog?r1=1.222r2=1.223

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   18 Jun 2015 20:39:33 -  1.222
+++ ChangeLog   7 Jul 2015 08:30:55 -   1.223
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/puppet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.222 
2015/06/18 20:39:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.223 
2015/07/07 08:30:55 graaff Exp $
+
+*puppet-3.8.1 (07 Jul 2015)
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org +puppet-3.8.1.ebuild:
+  Version bump.
 
   18 Jun 2015; Matthew Thode prometheanf...@gentoo.org files/puppet.init-4.x,
   files/puppetmaster.init-4.x:



1.1  app-admin/puppet/puppet-3.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/puppet-3.8.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/puppet-3.8.1.ebuild?rev=1.1content-type=text/plain

Index: puppet-3.8.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.8.1.ebuild,v 1.1 
2015/07/07 08:30:55 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

inherit elisp-common xemacs-elisp-common eutils user ruby-fakegem versionator

DESCRIPTION=A system automation and configuration management software
HOMEPAGE=http://puppetlabs.com/;
SRC_URI=http://downloads.puppetlabs.com/puppet/${P}.tar.gz;

LICENSE=Apache-2.0 GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86
IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 
vim-syntax xemacs

ruby_add_rdepend 
dev-ruby/hiera
=dev-ruby/rgen-0.7.0
=dev-ruby/facter-1.6.2 dev-ruby/facter-3
dev-ruby/json
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
ldap? ( dev-ruby/ruby-ldap )
shadow? ( dev-ruby/ruby-shadow )
sqlite3? ( dev-ruby/sqlite3 )
virtual/ruby-ssl

ruby_add_bdepend test? ( dev-ruby/mocha )

DEPEND=${DEPEND}
ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] )
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )
RDEPEND=${RDEPEND}
ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] )
rrdtool? ( =net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
sec-policy/selinux-puppet
)
vim-syntax? ( =app-vim/puppet-syntax-3.0.1 )
=app-portage/eix-0.18.0

SITEFILE=50${PN}-mode-gentoo.el

pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /var/lib/puppet puppet
}

all_ruby_prepare() {
# Avoid spec that require unpackaged json-schema.
rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die

# Avoid Rails specs to avoid this dependency and because they
# currently fail against Rails 4.1.
find spec -type f -name '*rails*' -o -name '*active_record*' | xargs rm 
|| die
rm -r spec/unit/rails || die
rm spec/unit/parser/collector_spec.rb || die

# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb 
spec/integration/parser/future_compiler_spec.rb || die

# Avoid failing spec that need further investigation.
rm spec/unit/module_tool/metadata_spec.rb || die
}

all_ruby_compile() {
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el
fi

if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs
cp ext/emacs/* ext/xemacs/
xemacs-elisp-compile ext/xemacs/puppet-mode.el
fi
}

each_ruby_install() {
each_fakegem_install
#${RUBY} install.rb --destdir=${D} 

[gentoo-commits] gentoo-x86 commit in dev-ruby/actionview: ChangeLog actionview-4.2.1.ebuild actionview-4.1.10.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:22:24

  Modified: ChangeLog
  Removed:  actionview-4.2.1.ebuild actionview-4.1.10.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.27 dev-ruby/actionview/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionview/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionview/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionview/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 Jun 2015 08:32:27 -  1.26
+++ ChangeLog   7 Jul 2015 07:22:23 -   1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionview
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.26 
2015/06/26 08:32:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.27 
2015/07/07 07:22:23 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -actionview-4.1.10.ebuild,
+  -actionview-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *actionview-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc: passwdqc-1.3.0.ebuild metadata.xml ChangeLog

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:14:55

  Added:passwdqc-1.3.0.ebuild metadata.xml ChangeLog
  Log:
  Version bump based on last pam_passwdqc package #491836 by Florian Steinel.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-auth/passwdqc/passwdqc-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/passwdqc-1.3.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/passwdqc-1.3.0.ebuild?rev=1.1content-type=text/plain

Index: passwdqc-1.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/passwdqc-1.3.0.ebuild,v 
1.1 2015/07/07 08:14:55 vapier Exp $

EAPI=5

inherit pam eutils toolchain-funcs multilib

DESCRIPTION=Password strength checking library (and PAM module)
HOMEPAGE=http://www.openwall.com/passwdqc/;
SRC_URI=http://www.openwall.com/${PN}/${P}.tar.gz;

LICENSE=Openwall BSD public-domain
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux
IUSE=pam utils

RDEPEND=
pam? (
virtual/pam
!sys-auth/pam_passwdqc-1.3.0
)
DEPEND=${RDEPEND}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.3.0-build.patch
sed -i \
-e 's:`uname -s`:Linux:' \
Makefile || die
}

_emake() {
emake \
LIBDIR=$(get_libdir) \
CFLAGS=${CFLAGS} ${CPPFLAGS} \
LDFLAGS=${LDFLAGS} \
CC=$(tc-getCC) \
LD=$(tc-getCC) \
$@
}

src_compile() {
# The use of wrapped targets defeats the Makefile dep tracking.
# Build all the targets explicitly after the library.
_emake lib
if use pam || use utils ; then
_emake $(usev pam) $(usev utils)
fi
}

src_install() {
_emake \
DESTDIR=${ED} \
install_lib $(usex pam install_pam '') $(usex utils 
install_utils '')
dodoc README PLATFORMS INTERNALS
}

pkg_postinst() {
if use pam ; then
elog To activate pam_passwdqc use pam_passwdqc.so instead
elog of pam_cracklib.so in /etc/pam.d/system-auth.
elog Also, if you want to change the parameters, read up
elog on the pam_passwdqc(8) man page.
fi
}



1.1  sys-auth/passwdqc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpam/herd
maintainer
emailpam-b...@gentoo.org/email
/maintainer
use
flag name='utils'Install pwqcheck and pwqgen helper utilities/flag
/use
longdescription
Password strength checking for PAM aware password changing programs. 
This is an alternative to the default cracklib.
/longdescription
longdescription lang=ja
パスワード変更プログラムに反応する PAM のパスワード強度検査機能です。これはデフォルトの cracklib の代替です。
/longdescription
/pkgmetadata



1.1  sys-auth/passwdqc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sys-auth/passwdqc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v 1.1 2015/07/07 
08:14:55 vapier Exp $

*passwdqc-1.3.0 (07 Jul 2015)

  07 Jul 2015; Mike Frysinger vap...@gentoo.org
  +files/passwdqc-1.3.0-build.patch, +metadata.xml, +passwdqc-1.3.0.ebuild:
  Version bump based on last pam_passwdqc package #491836 by Florian Steinel.






[gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc/files: passwdqc-1.3.0-build.patch

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:14:55

  Added:passwdqc-1.3.0-build.patch
  Log:
  Version bump based on last pam_passwdqc package #491836 by Florian Steinel.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?rev=1.1content-type=text/plain

Index: passwdqc-1.3.0-build.patch
===
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,11 @@
 BINMODE = 755
 CONFDIR = /etc
 CONFMODE = 644
-SHARED_LIBDIR = /lib
+LIBDIR = lib
+SHARED_LIBDIR = /$(LIBDIR)
 SHARED_LIBDIR_SUN = /usr/lib
 SHARED_LIBDIR_REL = ../..$(SHARED_LIBDIR)
-DEVEL_LIBDIR = /usr/lib
+DEVEL_LIBDIR = /usr/$(LIBDIR)
 SECUREDIR = /lib/security
 SECUREDIR_SUN = /usr/lib/security
 SECUREDIR_DARWIN = /usr/lib/pam
@@ -48,7 +49,7 @@
 INSTALL_SUN = /usr/ucb/install -c
 CFLAGS = -Wall -W -O2
 CFLAGS_lib = $(CFLAGS) -fPIC
-CFLAGS_bin = $(CFLAGS) -fomit-frame-pointer
+CFLAGS_bin = $(CFLAGS)
 
 LDFLAGS =
 LDFLAGS_shared = --shared
@@ -93,7 +94,7 @@
 
 default: all
 
-all pam utils install install_lib install_pam install_utils uninstall remove 
remove_lib remove_pam remove_utils:
+all lib pam utils install install_lib install_pam install_utils uninstall 
remove remove_lib remove_pam remove_utils:
case `uname -s` in \
Linux)  $(MAKE) CFLAGS_lib=$(CFLAGS_lib) -DHAVE_SHADOW \
LDFLAGS_lib=$(LDFLAGS_lib_LINUX) \
@@ -126,18 +127,20 @@
 
 all_wrapped: pam_wrapped utils_wrapped
 
+lib_wrapped: $(SHARED_LIB) $(DEVEL_LIB)
+
 pam_wrapped: $(SHARED_PAM)
 
 utils_wrapped: $(BINS)
 
 $(SHARED_LIB): $(OBJS_LIB) $(MAP_LIB)
-   $(LD_lib) $(LDFLAGS_lib) $(OBJS_LIB) $(LDLIBS_lib) -o $(SHARED_LIB)
+   $(LD_lib) $(LDFLAGS) $(LDFLAGS_lib) $(OBJS_LIB) $(LDLIBS_lib) -o 
$(SHARED_LIB)
 
 $(DEVEL_LIB): $(SHARED_LIB)
$(LN_s) $(SHARED_LIB) $(DEVEL_LIB)
 
 $(SHARED_PAM): $(OBJS_PAM) $(MAP_PAM) $(DEVEL_LIB)
-   $(LD_lib) $(LDFLAGS_pam) $(OBJS_PAM) $(LDLIBS_pam) -L. -lpasswdqc -o 
$(SHARED_PAM)
+   $(LD_lib) $(LDFLAGS) $(LDFLAGS_pam) $(OBJS_PAM) $(LDLIBS_pam) -L. 
-lpasswdqc -o $(SHARED_PAM)
 
 pwqgen: $(OBJS_GEN) $(DEVEL_LIB)
$(LD) $(LDFLAGS) $(OBJS_GEN) -L. -lpasswdqc -o $@






[gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc/files: passwdqc-1.3.0-build.patch

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:28:13

  Modified: passwdqc-1.3.0-build.patch
  Log:
  Install pam module into multilib dir.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch?r1=1.1r2=1.2

Index: passwdqc-1.3.0-build.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/passwdqc/files/passwdqc-1.3.0-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- passwdqc-1.3.0-build.patch  7 Jul 2015 08:14:55 -   1.1
+++ passwdqc-1.3.0-build.patch  7 Jul 2015 08:28:13 -   1.2
@@ -11,7 +11,8 @@
  SHARED_LIBDIR_REL = ../..$(SHARED_LIBDIR)
 -DEVEL_LIBDIR = /usr/lib
 +DEVEL_LIBDIR = /usr/$(LIBDIR)
- SECUREDIR = /lib/security
+-SECUREDIR = /lib/security
++SECUREDIR = /$(LIBDIR)/security
  SECUREDIR_SUN = /usr/lib/security
  SECUREDIR_DARWIN = /usr/lib/pam
 @@ -48,7 +49,7 @@






[gentoo-commits] gentoo-x86 commit in sys-auth/passwdqc: ChangeLog

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 08:28:13

  Modified: ChangeLog
  Log:
  Install pam module into multilib dir.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-auth/passwdqc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/passwdqc/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   7 Jul 2015 08:14:55 -   1.1
+++ ChangeLog   7 Jul 2015 08:28:13 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/passwdqc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v 1.1 
2015/07/07 08:14:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/passwdqc/ChangeLog,v 1.2 
2015/07/07 08:28:13 vapier Exp $
+
+  07 Jul 2015; Mike Frysinger vap...@gentoo.org
+  files/passwdqc-1.3.0-build.patch:
+  Install pam module into multilib dir.
 
 *passwdqc-1.3.0 (07 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-firmware/sgabios/files: sgabios-0.1_pre8-build-cc.patch

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 07:20:06

  Added:sgabios-0.1_pre8-build-cc.patch
  Log:
  Use BUILD_CC when compiling the csum8 build-only tool #552280 by José 
Pekkarinen.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-firmware/sgabios/files/sgabios-0.1_pre8-build-cc.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/files/sgabios-0.1_pre8-build-cc.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/files/sgabios-0.1_pre8-build-cc.patch?rev=1.1content-type=text/plain

Index: sgabios-0.1_pre8-build-cc.patch
===
https://bugs.gentoo.org/552280

--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@
 BUILD_USER = \$(shell whoami)\
 
 CFLAGS := -Wall -Os -m32 -nostdlib
+BUILD_CFLAGS := -Wall -O2
+BUILD_CC ?= $(CC)
+BUILD_LD ?= $(BUILD_CC)
 
 ASFLAGS := $(CFLAGS)
 ASFLAGS += -DBUILD_DATE=$(BUILD_DATE)
@@ -55,7 +56,7 @@
$(LD) $(LDFLAGS) $(OBJS) -o $@
 
 csum8: csum8.c
-   $(CC) -Wall -O2 -o $@ $
+   $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) -o $@ $
 
 sgabios.o: buildinfo
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-4.1.10.ebuild activemodel-3.2.21.ebuild activemodel-4.2.1.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:21:26

  Modified: ChangeLog
  Removed:  activemodel-4.1.10.ebuild activemodel-3.2.21.ebuild
activemodel-4.2.1.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.110dev-ruby/activemodel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   26 Jun 2015 08:31:57 -  1.109
+++ ChangeLog   7 Jul 2015 07:21:26 -   1.110
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.109 
2015/06/26 08:31:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.110 
2015/07/07 07:21:26 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -activemodel-3.2.21.ebuild,
+  -activemodel-4.1.10.ebuild, -activemodel-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *activemodel-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-4.2.1.ebuild activesupport-3.2.21.ebuild activesupport-4.1.10.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:20:54

  Modified: ChangeLog
  Removed:  activesupport-4.2.1.ebuild
activesupport-3.2.21.ebuild
activesupport-4.1.10.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.290dev-ruby/activesupport/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.290view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.290content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.289r2=1.290

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   7 Jul 2015 07:17:01 -   1.289
+++ ChangeLog   7 Jul 2015 07:20:54 -   1.290
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.289 
2015/07/07 07:17:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.290 
2015/07/07 07:20:54 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -activesupport-3.2.21.ebuild,
+  -activesupport-4.1.10.ebuild, -activesupport-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
   07 Jul 2015; Hans de Graaff gra...@gentoo.org -activesupport-4.0.13.ebuild:
   Cleanup vulnerable version.






[gentoo-commits] gentoo-x86 commit in dev-ruby/activejob: ChangeLog activejob-4.2.1.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:22:01

  Modified: ChangeLog
  Removed:  activejob-4.2.1.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/activejob/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activejob/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activejob/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activejob/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activejob/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   26 Jun 2015 08:32:10 -  1.8
+++ ChangeLog   7 Jul 2015 07:22:01 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activejob
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activejob/ChangeLog,v 1.8 
2015/06/26 08:32:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activejob/ChangeLog,v 1.9 
2015/07/07 07:22:01 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org -activejob-4.2.1.ebuild:
+  Cleanup vulnerable versions.
 
 *activejob-4.2.3 (26 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-firmware/sgabios: sgabios-0.1_pre8.ebuild ChangeLog

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 07:20:06

  Modified: sgabios-0.1_pre8.ebuild ChangeLog
  Log:
  Use BUILD_CC when compiling the csum8 build-only tool #552280 by José 
Pekkarinen.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  sys-firmware/sgabios/sgabios-0.1_pre8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild?r1=1.6r2=1.7

Index: sgabios-0.1_pre8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sgabios-0.1_pre8.ebuild 16 Mar 2015 21:17:16 -  1.6
+++ sgabios-0.1_pre8.ebuild 7 Jul 2015 07:20:06 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v 1.6 
2015/03/16 21:17:16 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/sgabios/sgabios-0.1_pre8.ebuild,v 1.7 
2015/07/07 07:20:06 vapier Exp $
 
 EAPI=4
 
@@ -19,13 +19,19 @@
 
 src_prepare() {
epatch ${FILESDIR}/${P}-makefile.patch
+   epatch ${FILESDIR}/${P}-build-cc.patch #552280
epatch_user
 }
 
 src_compile() {
if use amd64 || use x86 ; then
tc-ld-disable-gold
+   tc-export_build_env BUILD_CC
emake \
+   BUILD_CC=${BUILD_CC} \
+   BUILD_CFLAGS=${BUILD_CFLAGS} \
+   BUILD_LDFLAGS=${BUILD_LDFLAGS} \
+   BUILD_CPPFLAGS=${BUILD_CPPFLAGS} \
CC=$(tc-getCC) \
LD=$(tc-getLD) \
AR=$(tc-getAR) \



1.7  sys-firmware/sgabios/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/sgabios/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   16 Mar 2015 21:17:16 -  1.6
+++ ChangeLog   7 Jul 2015 07:20:06 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sys-firmware/sgabios
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v 1.6 
2015/03/16 21:17:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/sgabios/ChangeLog,v 1.7 
2015/07/07 07:20:06 vapier Exp $
+
+  07 Jul 2015; Mike Frysinger vap...@gentoo.org
+  +files/sgabios-0.1_pre8-build-cc.patch, sgabios-0.1_pre8.ebuild:
+  Use BUILD_CC when compiling the csum8 build-only tool #552280 by José
+  Pekkarinen.
 
   16 Mar 2015; Mike Frysinger vap...@gentoo.org sgabios-0.1_pre8.ebuild:
   Use new toolchain helpers for selecting the bfd linker.






[gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.2.21.ebuild

2015-07-07 Thread Hans de Graaff (graaff)
graaff  15/07/07 07:21:45

  Modified: ChangeLog
  Removed:  activeresource-3.2.21.ebuild
  Log:
  Cleanup vulnerable versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.185dev-ruby/activeresource/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.185view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.185content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.184r2=1.185

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   16 Jun 2015 21:11:33 -  1.184
+++ ChangeLog   7 Jul 2015 07:21:45 -   1.185
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.184 
2015/06/16 21:11:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.185 
2015/07/07 07:21:45 graaff Exp $
+
+  07 Jul 2015; Hans de Graaff gra...@gentoo.org
+  -activeresource-3.2.21.ebuild:
+  Cleanup vulnerable versions.
 
 *activeresource-3.2.22 (16 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/pam: pam-1.2.1.ebuild ChangeLog

2015-07-07 Thread Mike Frysinger (vapier)
vapier  15/07/07 07:38:18

  Modified: ChangeLog
  Added:pam-1.2.1.ebuild
  Log:
  Version bump #553302 by Agostino Sarubbo.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.353sys-libs/pam/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.353view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?rev=1.353content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/ChangeLog?r1=1.352r2=1.353

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -r1.352 -r1.353
--- ChangeLog   21 May 2015 03:21:17 -  1.352
+++ ChangeLog   7 Jul 2015 07:38:18 -   1.353
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/pam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.352 2015/05/21 
03:21:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.353 2015/07/07 
07:38:18 vapier Exp $
+
+*pam-1.2.1 (07 Jul 2015)
+
+  07 Jul 2015; Mike Frysinger vap...@gentoo.org +pam-1.2.1.ebuild:
+  Version bump #553302 by Agostino Sarubbo.
 
   21 May 2015; Mike Frysinger vap...@gentoo.org pam-1.2.0.ebuild:
   Unset $BROWSER to avoid random xml build failures #549684 by Juergen Rose.



1.1  sys-libs/pam/pam-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/pam/pam-1.2.1.ebuild?rev=1.1content-type=text/plain

Index: pam-1.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-1.2.1.ebuild,v 1.1 
2015/07/07 07:38:18 vapier Exp $

EAPI=5

inherit libtool multilib multilib-minimal eutils pam toolchain-funcs 
flag-o-matic db-use

MY_PN=Linux-PAM
MY_P=${MY_PN}-${PV}

DESCRIPTION=Linux-PAM (Pluggable Authentication Modules)
HOMEPAGE=http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/;
SRC_URI=http://www.linux-pam.org/library/${MY_P}.tar.bz2
http://www.linux-pam.org/documentation/${MY_PN}-1.2.0-docs.tar.bz2;

LICENSE=|| ( BSD GPL-2 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
IUSE=audit berkdb cracklib debug nis nls +pie selinux test vim-syntax

RDEPEND=nls? ( =virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
cracklib? ( =sys-libs/cracklib-2.9.1-r1[${MULTILIB_USEDEP}] )
audit? ( =sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
selinux? ( =sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
berkdb? ( =sys-libs/db-4.8.30-r1[${MULTILIB_USEDEP}] )
nis? ( =net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )
DEPEND=${RDEPEND}
=sys-devel/libtool-2
=sys-devel/flex-2.5.39-r1[${MULTILIB_USEDEP}]
nls? ( sys-devel/gettext )
=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
PDEPEND=sys-auth/pambase
vim-syntax? ( app-vim/pam-syntax )
RDEPEND=${RDEPEND}
!sys-apps/openrc-0.11.8
!sys-auth/openpam
!sys-auth/pam_userdb
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r7
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

S=${WORKDIR}/${MY_P}

check_old_modules() {
local retval=0

if sed -e 's:#.*::' ${EROOT}/etc/pam.d/* 2/dev/null | fgrep -q 
pam_stack.so; then
eerror 
eerror Your current setup is using the pam_stack module.
eerror This module is deprecated and no longer supported, and 
since version
eerror 0.99 is no longer installed, nor provided by any other 
package.
eerror The package will be built (to allow binary package 
builds), but will
eerror not be installed.
eerror Please replace pam_stack usage with proper include 
directive usage,
eerror following the PAM Upgrade guide at the following URL
eerror   
http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml;
eerror 

retval=1
fi

if sed -e 's:#.*::' ${EROOT}/etc/pam.d/* 2/dev/null | egrep -q 
'pam_(pwdb|console)'; then
eerror 
eerror Your current setup is using one or more of the 
following modules,
eerror that are not built or supported anymore:
eerror pam_pwdb, pam_console
eerror If you are in real need for these modules, please 
contact 

[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-vmmouse: xf86-input-vmmouse-13.1.0.ebuild xf86-input-vmmouse-13.0.0.ebuild xf86-input-vmmouse-12.9.0.ebuild

2015-07-07 Thread Manuel Rueger (mrueg)
mrueg   15/07/07 18:02:43

  Added:xf86-input-vmmouse-13.1.0.ebuild
  Removed:  xf86-input-vmmouse-13.0.0.ebuild
xf86-input-vmmouse-12.9.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.1  
x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild?rev=1.1content-type=text/plain

Index: xf86-input-vmmouse-13.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.1.0.ebuild,v
 1.1 2015/07/07 18:02:43 mrueg Exp $

EAPI=5

inherit xorg-2

DESCRIPTION=VMWare mouse input driver
IUSE=
KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~x86-fbsd

RDEPEND=
DEPEND=${RDEPEND}
x11-proto/randrproto

pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
--with-hal-bin-dir=/punt
--with-hal-callouts-dir=/punt
--with-hal-fdi-dir=/punt
)

xorg-2_pkg_setup
}

src_install() {
xorg-2_src_install
rm -rf ${ED}/punt
}






[gentoo-commits] proj/mysql:split-client commit in: eclass/

2015-07-07 Thread Brian Evans
commit: 528a139df5fa9efee9257661de7bffec8c121822
Author: Brian Evans grknight AT gentoo DOT org
AuthorDate: Tue Jul  7 19:25:26 2015 +
Commit: Brian Evans grknight AT gentoo DOT org
CommitDate: Tue Jul  7 19:25:26 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=528a139d

Revert Always build the command line tools

This reverts commit ea6e35d0e7f38d5023bbd3e3282502ea7f620697.

 eclass/mysql-cmake.eclass| 12 +++-
 eclass/mysql-multilib.eclass | 17 +++--
 2 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index 0d0a1be..55babbc 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -428,11 +428,13 @@ mysql-cmake_src_install() {
 
cmake-utils_src_install
 
-   # Convenience links
-   einfo Making Convenience links for mysqlcheck multi-call binary
-   dosym /usr/bin/mysqlcheck /usr/bin/mysqlanalyze
-   dosym /usr/bin/mysqlcheck /usr/bin/mysqlrepair
-   dosym /usr/bin/mysqlcheck /usr/bin/mysqloptimize
+   if ! in_iuse tools || use_if_iuse tools ; then
+   # Convenience links
+   einfo Making Convenience links for mysqlcheck multi-call 
binary
+   dosym /usr/bin/mysqlcheck /usr/bin/mysqlanalyze
+   dosym /usr/bin/mysqlcheck /usr/bin/mysqlrepair
+   dosym /usr/bin/mysqlcheck /usr/bin/mysqloptimize
+   fi
 
if [[ -z ${HAS_TOOLS_PATCH} ]] ; then
# Create a mariadb_config symlink

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index bfee72c..3e90096 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -237,8 +237,8 @@ if [[ ${PN} == percona-server ]]; then
 fi
 
 if [[ ${HAS_TOOLS_PATCH} ]] ; then
-   IUSE=${IUSE} client-libs +server
-   REQUIRED_USE=${REQUIRED_USE} !server? ( !extraengine !embedded ) || ( 
client-libs server )
+   IUSE=${IUSE} client-libs +server +tools
+   REQUIRED_USE=${REQUIRED_USE} !server? ( !extraengine !embedded ) 
server? ( tools ) || ( client-libs server tools )
 else
IUSE=${IUSE} minimal
REQUIRED_USE=${REQUIRED_USE} minimal? ( !extraengine !embedded )
@@ -256,11 +256,11 @@ REQUIRED_USE=
 # These are used for both runtime and compiletime
 # MULTILIB_USEDEP only set for libraries used by the client library
 DEPEND=
+   ssl? ( =dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] )
kernel_linux? (
sys-process/procps:0=
dev-libs/libaio:0=
)
-   sys-libs/ncurses
=sys-apps/sed-4
=sys-apps/texinfo-4.7-r1
!dev-db/mariadb-native-client[mysqlcompat]
@@ -279,11 +279,13 @@ if [[ ${HAS_TOOLS_PATCH} ]] ; then
ssl? ( =dev-libs/openssl-1.0.0:0=[static-libs?] )
=sys-libs/zlib-1.2.3:0=[static-libs?]
)
+   tools? ( sys-libs/ncurses ) embedded? ( sys-libs/ncurses )

 else
DEPEND+=
ssl? ( 
=dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] )
=sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?]
+   sys-libs/ncurses[${MULTILIB_USEDEP}]

 fi
 
@@ -309,7 +311,7 @@ fi
 if [[ ${PN} == mariadb || ${PN} == mariadb-galera ]] ; then
# Readline is only used for the command-line and embedded example
if [[ ${HAS_TOOLS_PATCH} ]] ; then
-   DEPEND=${DEPEND} !bindist? ( =sys-libs/readline-4.1:0= )
+   DEPEND=${DEPEND} !bindist? ( tools? ( 
=sys-libs/readline-4.1:0= ) embedded? ( =sys-libs/readline-4.1:0= )  )
else
DEPEND=${DEPEND} !bindist? ( 
=sys-libs/readline-4.1:0=[${MULTILIB_USEDEP}] )
fi
@@ -630,9 +632,12 @@ multilib_src_configure() {
 
if in_iuse client-libs ; then
mycmakeargs+=( -DWITHOUT_CLIENTLIBS=$(usex client-libs 0 1) )
+   fi
 
-   # Always build tools on native, but skip when possible on 
non-native to eliminate multilib dependencies
-   if ! multilib_is_native_abi ; then
+   if in_iuse tools ; then
+   if multilib_is_native_abi ; then
+   mycmakeargs+=( -DWITHOUT_TOOLS=$(usex tools 0 1) )
+   else
mycmakeargs+=( -DWITHOUT_TOOLS=1 )
fi
fi



[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-glib2: ruby-glib2-2.2.3-r1.ebuild ChangeLog

2015-07-07 Thread Pacho Ramos (pacho)
pacho   15/07/07 18:29:31

  Modified: ruby-glib2-2.2.3-r1.ebuild ChangeLog
  Log:
  Fix building with glib-2.44 (#554126 by Franz Fellner)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild?r1=1.1r2=1.2

Index: ruby-glib2-2.2.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-glib2-2.2.3-r1.ebuild  5 Jul 2015 10:13:04 -   1.1
+++ ruby-glib2-2.2.3-r1.ebuild  7 Jul 2015 18:29:31 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild,v 1.1 
2015/07/05 10:13:04 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3-r1.ebuild,v 1.2 
2015/07/07 18:29:31 pacho Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -16,6 +16,8 @@
 ruby_add_bdepend dev-ruby/pkg-config
test? ( =dev-ruby/test-unit-2 )
 
+RUBY_PATCHES=${FILESDIR}/${P}-glib-2.44.patch #554126
+
 all_ruby_prepare() {
# Our sandbox always provides LD_PRELOAD in the environment.
sed -i -e 's/unless ENV.empty?/unless (ENV.keys - 
[LD_PRELOAD]).empty?/' test/test_spawn.rb || die



1.120dev-ruby/ruby-glib2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.120view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.120content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?r1=1.119r2=1.120

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog   5 Jul 2015 10:15:15 -   1.119
+++ ChangeLog   7 Jul 2015 18:29:31 -   1.120
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-glib2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.119 
2015/07/05 10:15:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.120 
2015/07/07 18:29:31 pacho Exp $
+
+  07 Jul 2015; Pacho Ramos pa...@gentoo.org
+  +files/ruby-glib2-2.2.3-glib-2.44.patch, ruby-glib2-2.2.3-r1.ebuild:
+  Fix building with glib-2.44 (#554126 by Franz Fellner)
 
   05 Jul 2015; Manuel Rüger mr...@gentoo.org -ruby-glib2-1.2.6.ebuild,
   -ruby-glib2-2.0.2.ebuild, -ruby-glib2-2.1.0.ebuild, -ruby-glib2-2.2.0.ebuild,






[gentoo-commits] proj/grs:stages-amd64-hardened commit in: scripts/

2015-07-07 Thread Anthony G. Basile
commit: 6ba837fd87ba520b92a11b1e7aca01e057134c72
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Tue Jul  7 18:32:20 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Tue Jul  7 18:32:20 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=6ba837fd

scripts/cycle.1.py: need to import portage.

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

diff --git a/scripts/cycle.1.py b/scripts/cycle.1.py
index 2534c25..6e3211a 100644
--- a/scripts/cycle.1.py
+++ b/scripts/cycle.1.py
@@ -3,7 +3,7 @@
 import os
 import re
 
-from portage import settings
+import portage
 from grs.Execute import Execute
 
 def scan_profile_stack(pfile):
@@ -30,7 +30,7 @@ def get_blist():
 return ' '.join(blist)
 
 
-use_flags = '-* bindist build %s' % settings['BOOTSTRAP_USE']
+use_flags = '-* bindist build %s' % portage.settings['BOOTSTRAP_USE']
 subchroot = '/tmp/stage1root'
 cpu_flags = 'mmx sse sse2'
 emerge_env = { 'USE' : use_flags, 'ROOT' : subchroot, 'CPU_FLAGS_X86' : 
cpu_flags }



[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-glib2/files: ruby-glib2-2.2.3-glib-2.44.patch

2015-07-07 Thread Pacho Ramos (pacho)
pacho   15/07/07 18:29:31

  Added:ruby-glib2-2.2.3-glib-2.44.patch
  Log:
  Fix building with glib-2.44 (#554126 by Franz Fellner)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  dev-ruby/ruby-glib2/files/ruby-glib2-2.2.3-glib-2.44.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/files/ruby-glib2-2.2.3-glib-2.44.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/files/ruby-glib2-2.2.3-glib-2.44.patch?rev=1.1content-type=text/plain

Index: ruby-glib2-2.2.3-glib-2.44.patch
===
From b2ebc03e04bfac0f60afd1a849958672cb8fe08b Mon Sep 17 00:00:00 2001
From: Kouhei Sutou k...@clear-code.com
Date: Sat, 4 Apr 2015 15:00:14 +0900
Subject: [PATCH] glib2: support GLib 2.44

gwin32.h includes an enum type that is available on Windows.

GitHub: fix #361

Reported by Benjamin Maisano. Thanks!!!
---
 glib2/ext/glib2/extconf.rb | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
index d88d971..1c5cd8d 100644
--- a/glib2/ext/glib2/extconf.rb
+++ b/glib2/ext/glib2/extconf.rb
@@ -56,10 +56,18 @@
 
 enum_types_prefix = glib-enum-types
 include_paths = PKGConfig.cflags_only_I(glib-2.0)
+ignore_headers = [
+  giochannel.h,
+  gmain.h,
+  gscanner.h,
+]
+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
+  ignore_headers  gwin32.h
+end
 headers = include_paths.split.inject([]) do |result, path|
   result + Dir.glob(File.join(path.sub(/^-I/, ), glib, *.h))
 end.reject do |file|
-  /g(iochannel|main|scanner)\.h/ =~ file
+  ignore_headers.include?(File.basename(file))
 end
 include_paths = PKGConfig.cflags_only_I(gobject-2.0)
 headers = include_paths.split.inject(headers) do |result, path|






[gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: claws-mail-3.11.1-r1.ebuild ChangeLog

2015-07-07 Thread Pacho Ramos (pacho)
pacho   15/07/07 18:44:09

  Modified: claws-mail-3.11.1-r1.ebuild ChangeLog
  Log:
  Subslot dep on perl is needed (#553326 by Bernard Cafarelli)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.3  mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild?r1=1.2r2=1.3

Index: claws-mail-3.11.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-3.11.1-r1.ebuild 8 Apr 2015 18:14:00 -   1.2
+++ claws-mail-3.11.1-r1.ebuild 7 Jul 2015 18:44:09 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild,v 
1.2 2015/04/08 18:14:00 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild,v 
1.3 2015/07/07 18:44:09 pacho Exp $
 
 EAPI=5
 
@@ -91,7 +91,7 @@
pdf? ( app-text/ghostscript-gpl )
clamav? ( app-antivirus/clamav )
networkmanager? ( net-misc/networkmanager )
-   perl? ( dev-lang/perl )
+   perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS}
=dev-python/pygtk-2.10.3 )
rss? ( net-misc/curl



1.249mail-client/claws-mail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.249view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.249content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.248r2=1.249

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   8 Apr 2015 18:14:00 -   1.248
+++ ChangeLog   7 Jul 2015 18:44:09 -   1.249
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/claws-mail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.248 
2015/04/08 18:14:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.249 
2015/07/07 18:44:09 pacho Exp $
+
+  07 Jul 2015; Pacho Ramos pa...@gentoo.org claws-mail-3.11.1-r1.ebuild:
+  Subslot dep on perl is needed (#553326 by Bernard Cafarelli)
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org claws-mail-3.10.1.ebuild,
   claws-mail-3.11.1-r1.ebuild, claws-mail-3.9.1-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm/files: gtkmm-2.24.4-newer-glibmm.patch gtkmm-2.24.4-missing-includes.patch gtkmm-2.24.4-papersize.patch

2015-07-07 Thread Pacho Ramos (pacho)
pacho   15/07/07 19:02:09

  Added:gtkmm-2.24.4-newer-glibmm.patch
gtkmm-2.24.4-missing-includes.patch
gtkmm-2.24.4-papersize.patch
  Log:
  Apply some upstream fixes to old slot
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  dev-cpp/gtkmm/files/gtkmm-2.24.4-newer-glibmm.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/files/gtkmm-2.24.4-newer-glibmm.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/files/gtkmm-2.24.4-newer-glibmm.patch?rev=1.1content-type=text/plain

Index: gtkmm-2.24.4-newer-glibmm.patch
===
From 9d52f886ffe556f9615f98a280d3a036a9ecf28e Mon Sep 17 00:00:00 2001
From: Kjell Ahlstedt kjell.ahlst...@bredband.net
Date: Sun, 5 Jul 2015 15:41:11 +0200
Subject:More fixes to suit newish glibmm.

* gtk/src/entrycompletion.hg: Add a missing double quote in
_WRAP_PROPERTY(text_column, int), to avoid a warning from gmmproc 
2.41.0
or newer.
* gtk/src/printunixdialog.hg: get_selected_printer(): Ref-counting 
correction.
Fix a .-, typo to make the refreturn option actually be used. Necessary
with gmmproc 2.29.13 or newer. Discussed in bug #657751, comment 5.

diff --git a/ChangeLog b/ChangeLog
index 1d6d4d0..c61ffa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-07-05  Kjell Ahlstedt  kjell.ahlst...@bredband.net
+
+   More fixes to suit newish glibmm.
+
+   * gtk/src/entrycompletion.hg: Add a missing double quote in
+   _WRAP_PROPERTY(text_column, int), to avoid a warning from gmmproc 
2.41.0
+   or newer.
+   * gtk/src/printunixdialog.hg: get_selected_printer(): Ref-counting 
correction.
+   Fix a .-, typo to make the refreturn option actually be used. Necessary
+   with gmmproc 2.29.13 or newer. Discussed in bug #657751, comment 5.
+
 2015-07-02  Kjell Ahlstedt  kjell.ahlst...@bredband.net
 
Add #includes needed with glibmm newer than 2.31.0.
diff --git a/gtk/src/entrycompletion.hg b/gtk/src/entrycompletion.hg
index 3a32e4f..70c5cc7 100644
--- a/gtk/src/entrycompletion.hg
+++ b/gtk/src/entrycompletion.hg
@@ -218,7 +218,7 @@ dnl
 
   _WRAP_PROPERTY(model, Glib::RefPtrGtk::TreeModel)
   _WRAP_PROPERTY(minimum_key_length, int)
-  _WRAP_PROPERTY(text_column, int)
+  _WRAP_PROPERTY(text_column, int)
   _WRAP_PROPERTY(inline_completion, bool)
   _WRAP_PROPERTY(popup_completion, bool)
   _WRAP_PROPERTY(popup_set_width, bool)
diff --git a/gtk/src/printunixdialog.hg b/gtk/src/printunixdialog.hg
index 87de89f..c05e5c3 100644
--- a/gtk/src/printunixdialog.hg
+++ b/gtk/src/printunixdialog.hg
@@ -71,7 +71,7 @@ public:
   #m4 _CONVERSION(`GtkPrinter*',`Glib::RefPtrconst Printer',`Glib::wrap($3)')
 
   _WRAP_METHOD(Glib::RefPtrPrinter get_selected_printer(), 
gtk_print_unix_dialog_get_selected_printer, refreturn)
-  _WRAP_METHOD(Glib::RefPtrconst Printer get_selected_printer() const, 
gtk_print_unix_dialog_get_selected_printer, refreturn. constversion)
+  _WRAP_METHOD(Glib::RefPtrconst Printer get_selected_printer() const, 
gtk_print_unix_dialog_get_selected_printer, refreturn, constversion)
 
   void add_custom_tab(const Widget child, const Glib::ustring tab_label);
   _WRAP_METHOD(void add_custom_tab(const Widget child, const Widget 
tab_label), gtk_print_unix_dialog_add_custom_tab)
-- 
cgit v0.10.2




1.1  dev-cpp/gtkmm/files/gtkmm-2.24.4-missing-includes.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/files/gtkmm-2.24.4-missing-includes.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/files/gtkmm-2.24.4-missing-includes.patch?rev=1.1content-type=text/plain

Index: gtkmm-2.24.4-missing-includes.patch
===
From 185abd365c2898ad77dbb33a099341fa28e5a496 Mon Sep 17 00:00:00 2001
From: Kjell Ahlstedt kjell.ahlst...@bredband.net
Date: Thu, 2 Jul 2015 19:53:16 +0200
Subject:Add #includes needed with glibmm newer than 2.31.0.

* gdk/src/color.hg:
* gdk/src/pixbufanimationiter.hg:
* gdk/src/pixbufformat.hg:
* gdk/src/rectangle.hg:
* gdk/src/rgbcmap.hg:
* gdk/src/types.hg:
* gtk/src/enums.hg:
* gtk/src/main.hg:
* gtk/src/papersize.hg:
* gtk/src/textattributes.hg:
* gtk/src/treemodel.hg: Add individual includes now that gmmproc does 
not
add #include glibmm.h at the top of every generated header.
* gtk/gtkmm/border.h: Add #include gtk/gtk.h to make
glibmm/tools/test_scripts/testheaders.sh happy.

diff --git a/ChangeLog b/ChangeLog
index 73e1eac..1d6d4d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2015-07-02  Kjell Ahlstedt  

[gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm: gtkmm-2.24.4-r2.ebuild ChangeLog

2015-07-07 Thread Pacho Ramos (pacho)
pacho   15/07/07 19:02:09

  Modified: ChangeLog
  Added:gtkmm-2.24.4-r2.ebuild
  Log:
  Apply some upstream fixes to old slot
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.300dev-cpp/gtkmm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.300view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?rev=1.300content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/ChangeLog?r1=1.299r2=1.300

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog   9 Jun 2015 15:04:27 -   1.299
+++ ChangeLog   7 Jul 2015 19:02:09 -   1.300
@@ -1,6 +1,14 @@
 # ChangeLog for dev-cpp/gtkmm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.299 2015/06/09 
15:04:27 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.300 2015/07/07 
19:02:09 pacho Exp $
+
+*gtkmm-2.24.4-r2 (07 Jul 2015)
+
+  07 Jul 2015; Pacho Ramos pa...@gentoo.org
+  +files/gtkmm-2.24.4-missing-includes.patch,
+  +files/gtkmm-2.24.4-newer-glibmm.patch, +files/gtkmm-2.24.4-papersize.patch,
+  +gtkmm-2.24.4-r2.ebuild:
+  Apply some upstream fixes to old slot
 
 *gtkmm-3.16.0 (09 Jun 2015)
 



1.1  dev-cpp/gtkmm/gtkmm-2.24.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.24.4-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.24.4-r2.ebuild?rev=1.1content-type=text/plain

Index: gtkmm-2.24.4-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.24.4-r2.ebuild,v 1.1 
2015/07/07 19:02:09 pacho Exp $

EAPI=5
GCONF_DEBUG=no

inherit eutils gnome2 multilib-minimal

DESCRIPTION=C++ interface for GTK+
HOMEPAGE=http://www.gtkmm.org;

LICENSE=LGPL-2.1+
SLOT=2.4
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
IUSE=doc examples test

COMMON_DEPEND=
=dev-cpp/glibmm-2.34.1:2[${MULTILIB_USEDEP}]
=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}]
=dev-cpp/atkmm-2.22.7[${MULTILIB_USEDEP}]
=dev-cpp/cairomm-1.10.0-r1[${MULTILIB_USEDEP}]
=dev-cpp/pangomm-2.34.0:1.4[${MULTILIB_USEDEP}]
=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]

RDEPEND=${COMMON_DEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtkmmlibs-20140508
!app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )

DEPEND=${COMMON_DEPEND}
virtual/pkgconfig
doc? (
media-gfx/graphviz
dev-libs/libxslt
app-doc/doxygen )


src_prepare() {
# Apply fixes from 2.24 branch
epatch ${FILESDIR}/${P}-papersize.patch
epatch ${FILESDIR}/${P}-missing-includes.patch
epatch ${FILESDIR}/${P}-newer-glibmm.patch

if ! use test; then
# don't waste time building tests
sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
|| die sed 1 failed
fi

if ! use examples; then
# don't waste time building tests
sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
|| die sed 2 failed
fi

gnome2_src_prepare
}

multilib_src_configure() {
ECONF_SOURCE=${S} gnome2_src_configure \
--enable-api-atkmm \
$(multilib_native_use_enable doc documentation)
}

multilib_src_install() {
gnome2_src_install
}

multilib_src_install_all() {
DOCS=AUTHORS ChangeLog PORTING NEWS README
einstalldocs
}






[gentoo-commits] proj/portage:master commit in: bin/

2015-07-07 Thread Brian Dolbec
commit: 0dc7b2a3923508896cf217f325b8339d73353553
Author: Michael Haubenwallner haubi AT gentoo DOT org
AuthorDate: Tue Jul  7 12:12:33 2015 +
Commit: Brian Dolbec dolsen AT gentoo DOT org
CommitDate: Tue Jul  7 18:09:51 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0dc7b2a3

unpack: avoid useless chmods to improve speed

X-Gentoo-Bug: 554084
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=554084

Signed-off-by: Brian Dolbec dolsen AT gentoo.org

 bin/phase-helpers.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index efd2cfa..b446060 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -531,8 +531,8 @@ unpack() {
done
# Do not chmod '.' since it's probably ${WORKDIR} and 
PORTAGE_WORKDIR_MODE
# should be preserved.
-   find . -mindepth 1 -maxdepth 1 ! -type l -print0 | \
-   ${XARGS} -0 chmod -fR a+rX,u+w,g-w,o-w
+   find . -mindepth 1 '!' -type l '!' -perm /a+rX,u+w,g-w,o-w \
+   -exec chmod -f a+rX,u+w,g-w,o-w '{}' +
 }
 
 econf() {



[gentoo-commits] gentoo-x86 commit in app-admin/fleet: fleet-0.11.0-r1.ebuild ChangeLog

2015-07-07 Thread William Hubbs (williamh)
williamh15/07/07 18:39:19

  Modified: ChangeLog
  Added:fleet-0.11.0-r1.ebuild
  Log:
  rev bump to encorporate the changes from the live ebuild, approved by alunduil
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.25 app-admin/fleet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   7 Jul 2015 18:14:09 -   1.24
+++ ChangeLog   7 Jul 2015 18:39:19 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/fleet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.24 2015/07/07 
18:14:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.25 2015/07/07 
18:39:19 williamh Exp $
+
+*fleet-0.11.0-r1 (07 Jul 2015)
+
+  07 Jul 2015; William Hubbs willi...@gentoo.org +fleet-0.11.0-r1.ebuild:
+  rev bump to encorporate the changes from the live ebuild, approved by 
alunduil
 
   07 Jul 2015; William Hubbs willi...@gentoo.org fleet-.ebuild:
   with approval of alunduil: add slot dependency on dev-lang/Go and drop 
keepdir



1.1  app-admin/fleet/fleet-0.11.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-0.11.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-0.11.0-r1.ebuild?rev=1.1content-type=text/plain

Index: fleet-0.11.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-0.11.0-r1.ebuild,v 1.1 
2015/07/07 18:39:19 williamh Exp $

EAPI=5

inherit systemd vcs-snapshot

DESCRIPTION=A Distributed init System
HOMEPAGE=https://github.com/coreos/fleet;
SRC_URI=https://github.com/coreos/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64
IUSE=doc examples test

DEPEND=
=dev-lang/go-1.3:=
test? ( dev-go/go-tools )

RDEPEND=

src_compile() {
./build || die 'Build failed'
}

src_test() {
./test || die 'Tests failed'
}

src_install() {
dobin ${S}/bin/fleetd
dobin ${S}/bin/fleetctl

systemd_dounit ${FILESDIR}/fleet.service
systemd_dounit ${FILESDIR}/fleet.socket

dodoc README.md
use doc  dodoc -r Documentation
use examples  dodoc -r examples

insinto /etc/${PN}
newins ${PN}.conf.sample ${PN}.conf
}

pkg_postinst() {
ewarn Please read this if you are upgrading from a version 0.10.0-r1.
ewarn 
ewarn Starting with fleet 0.10 the fleetctl utility has
ewarn '--endpoint=unix:///var/run/fleet.sock' as default argument, 
which is
ewarn why we have introduced the fleet.socket unit and renamed the 
service
ewarn from fleetd.service to fleet.service. If you run fleet on system
ewarn startup, please re-enable it via 'systemctl enable fleet'.
}






[gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: claws-mail-3.11.1-r1.ebuild ChangeLog

2015-07-07 Thread Pacho Ramos (pacho)
pacho   15/07/07 18:44:52

  Modified: claws-mail-3.11.1-r1.ebuild ChangeLog
  Log:
  And fix glib depend too
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild?r1=1.3r2=1.4

Index: claws-mail-3.11.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-3.11.1-r1.ebuild 7 Jul 2015 18:44:09 -   1.3
+++ claws-mail-3.11.1-r1.ebuild 7 Jul 2015 18:44:52 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild,v 
1.3 2015/07/07 18:44:09 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild,v 
1.4 2015/07/07 18:44:52 pacho Exp $
 
 EAPI=5
 
@@ -71,7 +71,7 @@
libnotify? ( x11-libs/libnotify )
libcanberra? (  media-libs/libcanberra[gtk] )
libindicate? ( dev-libs/libindicate:3[gtk] )
-   dev-libs/glib
+   dev-libs/glib:2
)
smime? ( =app-crypt/gpgme-0.4.5 )
calendar? ( =net-misc/curl-7.9.7 )



1.250mail-client/claws-mail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.250view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.250content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.249r2=1.250

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog   7 Jul 2015 18:44:09 -   1.249
+++ ChangeLog   7 Jul 2015 18:44:52 -   1.250
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/claws-mail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.249 
2015/07/07 18:44:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.250 
2015/07/07 18:44:52 pacho Exp $
+
+  07 Jul 2015; Pacho Ramos pa...@gentoo.org claws-mail-3.11.1-r1.ebuild:
+  And fix glib depend too
 
   07 Jul 2015; Pacho Ramos pa...@gentoo.org claws-mail-3.11.1-r1.ebuild:
   Subslot dep on perl is needed (#553326 by Bernard Cafarelli)






[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-38.1.0.ebuild firefox-39.0.ebuild firefox-31.8.0.ebuild metadata.xml ChangeLog firefox-24.3.0.ebuild firefox-38.0.5.ebuild firefox-31.

2015-07-07 Thread Ian Stakenvicius (axs)
axs 15/07/07 17:59:46

  Modified: metadata.xml ChangeLog
  Added:firefox-38.1.0.ebuild firefox-39.0.ebuild
firefox-31.8.0.ebuild
  Removed:  firefox-24.3.0.ebuild firefox-38.0.5.ebuild
firefox-31.6.0.ebuild
  Log:
  version bumps, removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
009C547C2B6559ED!)

Revision  ChangesPath
1.20 www-client/firefox/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/metadata.xml?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/metadata.xml?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/metadata.xml?r1=1.19r2=1.20

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/metadata.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- metadata.xml13 Jun 2015 15:48:16 -  1.19
+++ metadata.xml7 Jul 2015 17:59:46 -   1.20
@@ -9,6 +9,7 @@
optimizations (-Os, -O0, -O1, -O2, -O3)/flag
flag name=gmp-autoupdateAllow Gecko Media Plugins (binary blobs) to 
be automatically
downloaded and kept up-to-date in user profiles/flag
+   flag name=gstreamer-0Use gstreamer:0.10 instead of gstreamer:1 for 
media support/flag
flag name=jemalloc3Enable or disable jemalloc3 (forced-on when 
supported prior to 38.0)/flag
flag name=minimalPrevent sdk and headers from being installed/flag
flag name=pgoAdd support for profile-guided optimization using 
gcc-4.5,



1.425www-client/firefox/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.425view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.425content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.424r2=1.425

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- ChangeLog   24 Jun 2015 09:00:27 -  1.424
+++ ChangeLog   7 Jul 2015 17:59:46 -   1.425
@@ -1,6 +1,15 @@
 # ChangeLog for www-client/firefox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.424 
2015/06/24 09:00:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.425 
2015/07/07 17:59:46 axs Exp $
+
+*firefox-39.0 (07 Jul 2015)
+*firefox-31.8.0 (07 Jul 2015)
+*firefox-38.1.0 (07 Jul 2015)
+
+  07 Jul 2015; Ian Stakenvicius (_AxS_) a...@gentoo.org 
+firefox-31.8.0.ebuild,
+  +firefox-38.1.0.ebuild, +firefox-39.0.ebuild, -firefox-24.3.0.ebuild,
+  -firefox-31.6.0.ebuild, -firefox-38.0.5.ebuild, metadata.xml:
+  version bumps, removed old
 
   24 Jun 2015; Agostino Sarubbo a...@gentoo.org firefox-31.7.0.ebuild:
   Stable for ppc, wrt bug #549356



1.1  www-client/firefox/firefox-38.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild?rev=1.1content-type=text/plain

Index: firefox-38.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-38.1.0.ebuild,v 
1.1 2015/07/07 17:59:46 axs Exp $

EAPI=5
VIRTUALX_REQUIRED=pgo
WANT_AUTOCONF=2.1
MOZ_ESR=1

# This list can be updated with scripts/get_langs.sh from the mozilla overlay
# No official support as of fetch time
# csb
MOZ_LANGS=( af ar as ast be bg bn-BD bn-IN br bs ca cs cy da de el en
en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd
gl gu-IN he hi-IN hr hu hy-AM id is it ja kk km kn ko lt lv mai mk ml mr
nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
th tr uk vi xh zh-CN zh-TW )

# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
MOZ_PV=${PV/_alpha/a} # Handle alpha for SRC_URI
MOZ_PV=${MOZ_PV/_beta/b} # Handle beta for SRC_URI
MOZ_PV=${MOZ_PV/_rc/rc} # Handle rc for SRC_URI

if [[ ${MOZ_ESR} == 1 ]]; then
# ESR releases have slightly version numbers
MOZ_PV=${MOZ_PV}esr
fi

# Patch version
PATCH=${PN}-38.0-patches-0.3
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.

[gentoo-commits] gentoo-x86 commit in app-admin/fleet: fleet-9999.ebuild ChangeLog

2015-07-07 Thread William Hubbs (williamh)
williamh15/07/07 18:14:09

  Modified: fleet-.ebuild ChangeLog
  Log:
  with approval of alunduil: add slot dependency on dev-lang/Go and drop 
keepdir call
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.8  app-admin/fleet/fleet-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-.ebuild?r1=1.7r2=1.8

Index: fleet-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fleet-.ebuild   27 May 2015 05:19:21 -  1.7
+++ fleet-.ebuild   7 Jul 2015 18:14:09 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-.ebuild,v 1.7 
2015/05/27 05:19:21 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-.ebuild,v 1.8 
2015/07/07 18:14:09 williamh Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 KEYWORDS=
 IUSE=doc examples test
 
-DEPEND==dev-lang/go-1.3
+DEPEND==dev-lang/go-1.3:=
test? ( dev-go/go-tools )
 RDEPEND=
 
@@ -40,7 +40,6 @@
use doc  dodoc -r Documentation
use examples  dodoc -r examples
 
-   keepdir /etc/${PN}
insinto /etc/${PN}
newins ${PN}.conf.sample ${PN}.conf
 }



1.24 app-admin/fleet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   4 Jul 2015 20:22:18 -   1.23
+++ ChangeLog   7 Jul 2015 18:14:09 -   1.24
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/fleet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.23 2015/07/04 
20:22:18 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.24 2015/07/07 
18:14:09 williamh Exp $
+
+  07 Jul 2015; William Hubbs willi...@gentoo.org fleet-.ebuild:
+  with approval of alunduil: add slot dependency on dev-lang/Go and drop 
keepdir
+  call
 
   04 Jul 2015; Alex Brandt alund...@gentoo.org -fleet-0.10.0-r1.ebuild:
   remove version 0.10.0-r1






[gentoo-commits] proj/portage:master commit in: pym/_emerge/

2015-07-07 Thread Zac Medico
commit: 551837f0de95cf8e3e741e76094b31cfc0d68bd5
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Tue Jul  7 07:20:55 2015 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Tue Jul  7 18:36:17 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=551837f0

AbstractEbuildProcess: use mkdtemp to avoid cgroup interference (bug 554108)

This fixes parallel builds of the same package, so they don't try
to kill eachothers processes.

Fixes: b01a1b90d8c5 (Add FEATURES=cgroup to isolate phase processes.)
X-Gentoo-Bug: 554108
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=554108
Acked-by: Brian Dolbec dolsen AT gentoo.org

 pym/_emerge/AbstractEbuildProcess.py | 21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/pym/_emerge/AbstractEbuildProcess.py 
b/pym/_emerge/AbstractEbuildProcess.py
index 31127f4..68d96e4 100644
--- a/pym/_emerge/AbstractEbuildProcess.py
+++ b/pym/_emerge/AbstractEbuildProcess.py
@@ -1,10 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+import errno
 import io
 import platform
 import stat
 import subprocess
+import tempfile
 import textwrap
 from _emerge.SpawnProcess import SpawnProcess
 from _emerge.EbuildBuildDir import EbuildBuildDir
@@ -14,7 +16,7 @@ from portage.elog import messages as elog_messages
 from portage.localization import _
 from portage.package.ebuild._ipc.ExitCommand import ExitCommand
 from portage.package.ebuild._ipc.QueryCommand import QueryCommand
-from portage import os
+from portage import shutil, os
 from portage.util._pty import _create_pty_or_pipe
 from portage.util import apply_secpass_permissions
 
@@ -69,9 +71,7 @@ class AbstractEbuildProcess(SpawnProcess):
and self.phase not in 
self._phases_without_cgroup):
cgroup_root = '/sys/fs/cgroup'
cgroup_portage = os.path.join(cgroup_root, 'portage')
-   cgroup_path = os.path.join(cgroup_portage,
-   '%s:%s' % (self.settings[CATEGORY],
-   self.settings[PF]))
+
try:
# cgroup tmpfs
if not os.path.ismount(cgroup_root):
@@ -90,9 +90,9 @@ class AbstractEbuildProcess(SpawnProcess):
'-o', 
'rw,nosuid,nodev,noexec,none,name=portage',
'tmpfs', cgroup_portage])
 
-   # the ebuild cgroup
-   if not os.path.isdir(cgroup_path):
-   os.mkdir(cgroup_path)
+   cgroup_path = 
tempfile.mkdtemp(dir=cgroup_portage,
+   prefix='%s:%s.' % 
(self.settings[CATEGORY],
+   self.settings[PF]))
except (subprocess.CalledProcessError, OSError):
pass
else:
@@ -313,6 +313,13 @@ class AbstractEbuildProcess(SpawnProcess):
def _set_returncode(self, wait_retval):
SpawnProcess._set_returncode(self, wait_retval)
 
+   if self.cgroup is not None:
+   try:
+   shutil.rmtree(self.cgroup)
+   except EnvironmentError as e:
+   if e.errno != errno.ENOENT:
+   raise
+
if self._exit_timeout_id is not None:
self.scheduler.source_remove(self._exit_timeout_id)
self._exit_timeout_id = None



[gentoo-commits] proj/mysql:split-client commit in: eclass/

2015-07-07 Thread Brian Evans
commit: 6c177253fc4536b0eafee6310799c1c4b11aa287
Author: Brian Evans grknight AT gentoo DOT org
AuthorDate: Tue Jul  7 19:15:05 2015 +
Commit: Brian Evans grknight AT gentoo DOT org
CommitDate: Tue Jul  7 19:15:05 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=6c177253

Refine dependencies and skip multilib when -client-libs

 eclass/mysql-multilib.eclass | 59 +---
 1 file changed, 50 insertions(+), 9 deletions(-)

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 2a37bcc..bfee72c 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -256,7 +256,6 @@ REQUIRED_USE=
 # These are used for both runtime and compiletime
 # MULTILIB_USEDEP only set for libraries used by the client library
 DEPEND=
-   ssl? ( =dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] )
kernel_linux? (
sys-process/procps:0=
dev-libs/libaio:0=
@@ -264,13 +263,30 @@ DEPEND=
sys-libs/ncurses
=sys-apps/sed-4
=sys-apps/texinfo-4.7-r1
-   =sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?]
!dev-db/mariadb-native-client[mysqlcompat]
-   jemalloc? ( dev-libs/jemalloc:0=[${MULTILIB_USEDEP}] )
+   jemalloc? ( dev-libs/jemalloc:0= )
tcmalloc? ( dev-util/google-perftools:0= )
systemtap? ( =dev-util/systemtap-1.3:0= )
 
 
+if [[ ${HAS_TOOLS_PATCH} ]] ; then
+   DEPEND+=
+   client-libs? (
+   ssl? ( 
=dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] )
+   
=sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?]
+   )
+   !client-libs? (
+   ssl? ( =dev-libs/openssl-1.0.0:0=[static-libs?] )
+   =sys-libs/zlib-1.2.3:0=[static-libs?]
+   )
+   
+else
+   DEPEND+=
+   ssl? ( 
=dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] )
+   =sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?]
+   
+fi
+
 ### Begin readline/libedit
 ### If the world was perfect, we would use external libedit on both to have a 
similar experience
 ### However libedit does not seem to support UTF-8 keyboard input
@@ -326,7 +342,7 @@ if [[ ${PN} == mariadb || ${PN} == mariadb-galera ]] ; 
then

fi
mysql_version_is_at_least 10.0.7  DEPEND=${DEPEND} oqgraph? ( 
dev-libs/judy:0= )
-   mysql_version_is_at_least 10.0.9  DEPEND=${DEPEND} 
=dev-libs/libpcre-8.35:3=[${MULTILIB_USEDEP}]
+   mysql_version_is_at_least 10.0.9  DEPEND=${DEPEND} 
=dev-libs/libpcre-8.35:3=
 
mysql_version_is_at_least 10.1.1  DEPEND=${DEPEND}
innodb-lz4? ( app-arch/lz4 )
@@ -562,6 +578,13 @@ multilib_src_configure() {
 
CMAKE_BUILD_TYPE=RelWithDebInfo
 
+   if ! multilib_is_native_abi  in_iuse client-libs ; then
+   if ! use client-libs ; then
+   ewarn Skipping multilib build due to client-libs USE 
disabled
+   return 0
+   fi
+   fi
+
# debug hack wrt #497532
mycmakeargs=(
-DCMAKE_C_FLAGS_RELWITHDEBINFO=$(usex debug  -DNDEBUG)
@@ -608,9 +631,8 @@ multilib_src_configure() {
if in_iuse client-libs ; then
mycmakeargs+=( -DWITHOUT_CLIENTLIBS=$(usex client-libs 0 1) )
 
-   if multilib_is_native_abi ; then
-   mycmakeargs+=( -DWITHOUT_TOOLS=0 )
-   else
+   # Always build tools on native, but skip when possible on 
non-native to eliminate multilib dependencies
+   if ! multilib_is_native_abi ; then
mycmakeargs+=( -DWITHOUT_TOOLS=1 )
fi
fi
@@ -633,7 +655,7 @@ multilib_src_configure() {
### TODO: make this system but issues with UTF-8 prevent it
mycmakeargs+=( -DWITH_EDITLINE=bundled )
 
-   if [[ ${PN} == mariadb || ${PN} == mariadb-galera ]] ; then
+   if [[ ${PN} == mariadb || ${PN} == mariadb-galera ]]  
multilib_is_native_abi ; then
mycmakeargs+=(
-DWITH_JEMALLOC=$(usex jemalloc system)
)
@@ -666,6 +688,13 @@ mysql-multilib_src_compile() {
 }
 
 multilib_src_compile() {
+   if ! multilib_is_native_abi  in_iuse client-libs ; then
+   if ! use client-libs ; then
+   ewarn Skipping multilib build due to client-libs USE 
disabled
+   return 0
+   fi
+   fi
+
cmake-utils_src_compile ${_cmake_args[@]}
 }
 
@@ -678,12 +707,24 @@ mysql-multilib_src_install() {
# wrap the config script
MULTILIB_CHOST_TOOLS=( /usr/bin/mysql_config )
fi
-   multilib-minimal_src_install
+
+   if in_iuse client-libs  ! use client-libs ; then
+   multilib_foreach_abi 

[gentoo-commits] gentoo-x86 commit in sys-apps/usb_modeswitch: usb_modeswitch-2.2.3_p20150627.ebuild ChangeLog

2015-07-07 Thread Manuel Rueger (mrueg)
mrueg   15/07/07 19:28:36

  Modified: ChangeLog
  Added:usb_modeswitch-2.2.3_p20150627.ebuild
  Log:
  Version bump. Fixes bug #554120.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.61 sys-apps/usb_modeswitch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog?rev=1.61view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog?rev=1.61content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog?r1=1.60r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   27 May 2015 13:48:25 -  1.60
+++ ChangeLog   7 Jul 2015 19:28:36 -   1.61
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/usb_modeswitch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.60 
2015/05/27 13:48:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.61 
2015/07/07 19:28:36 mrueg Exp $
+
+*usb_modeswitch-2.2.3_p20150627 (07 Jul 2015)
+
+  07 Jul 2015; Manuel Rüger mr...@gentoo.org
+  +usb_modeswitch-2.2.3_p20150627.ebuild:
+  Version bump. Fixes bug #554120.
 
   27 May 2015; Mikle Kolyada zlog...@gentoo.org
   usb_modeswitch-2.2.0_p20140529.ebuild:



1.1  
sys-apps/usb_modeswitch/usb_modeswitch-2.2.3_p20150627.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-2.2.3_p20150627.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-2.2.3_p20150627.ebuild?rev=1.1content-type=text/plain

Index: usb_modeswitch-2.2.3_p20150627.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-2.2.3_p20150627.ebuild,v
 1.1 2015/07/07 19:28:36 mrueg Exp $

EAPI=5
inherit eutils linux-info toolchain-funcs udev systemd

MY_PN=${PN/_/-}
MY_P=${MY_PN}-${PV/_p*}
DATA_VER=${PV/*_p}

DESCRIPTION=USB_ModeSwitch is a tool for controlling 'flip flop' (multiple 
devices) USB gear like UMTS sticks
HOMEPAGE=http://www.draisberghof.de/usb_modeswitch/ 
http://www.draisberghof.de/usb_modeswitch/device_reference.txt;
SRC_URI=http://www.draisberghof.de/${PN}/${MY_P}.tar.bz2
http://www.draisberghof.de/${PN}/${MY_PN}-data-${DATA_VER}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=jimtcl

COMMON_DEPEND=virtual/udev
virtual/libusb:1
RDEPEND=${COMMON_DEPEND}
jimtcl? ( dev-lang/jimtcl )
!jimtcl? ( dev-lang/tcl:0 ) # usb_modeswitch script is tcl
DEPEND=${COMMON_DEPEND}
virtual/pkgconfig

S=${WORKDIR}/${MY_P}

CONFIG_CHECK=~USB_SERIAL

src_prepare() {
sed -i -e '/install.*BIN/s:-s::' Makefile || die
}

src_compile() {
emake CC=$(tc-getCC)
}

src_install() {
emake \
DESTDIR=${D} \
SYSDIR=${D}/$(systemd_get_unitdir) \
UDEVDIR=${D}/$(get_udevdir) \
$(usex jimtcl install-shared install)

# Even if we set SYSDIR above, the Makefile is causing automagic 
detection of `systemctl` binary,
# which is why we need to force the .service file to be installed:
systemd_dounit ${PN}@.service

dodoc ChangeLog README

pushd ../${MY_PN}-data-${DATA_VER} /dev/null
emake \
DESTDIR=${D} \
RULESDIR=${D}/$(get_udevdir)/rules.d \
files-install db-install
docinto data
dodoc ChangeLog README
popd /dev/null
}






[gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-1.7.0-r1.ebuild ChangeLog

2015-07-07 Thread William Hubbs (williamh)
williamh15/07/07 20:19:11

  Modified: ChangeLog
  Added:docker-1.7.0-r1.ebuild
  Log:
  add slot dependency on dev-lang/go, approved by all maintainers
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.54 app-emulation/docker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   5 Jul 2015 09:52:08 -   1.53
+++ ChangeLog   7 Jul 2015 20:19:11 -   1.54
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.53 
2015/07/05 09:52:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.54 
2015/07/07 20:19:11 williamh Exp $
+
+*docker-1.7.0-r1 (07 Jul 2015)
+
+  07 Jul 2015; William Hubbs willi...@gentoo.org +docker-1.7.0-r1.ebuild:
+  add slot dependency on dev-lang/go, approved by all maintainers
 
   05 Jul 2015; Manuel Rüger mr...@gentoo.org docker-1.6.2.ebuild,
   docker-1.7.0.ebuild:



1.1  app-emulation/docker/docker-1.7.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.0-r1.ebuild?rev=1.1content-type=text/plain

Index: docker-1.7.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.0-r1.ebuild,v 1.1 
2015/07/07 20:19:11 williamh Exp $

EAPI=5

DESCRIPTION=Docker complements kernel namespacing with a high-level API which 
operates at the process level
HOMEPAGE=https://www.docker.com;

GITHUB_URI=github.com/docker/docker

if [[ ${PV} == * ]]; then
SRC_URI=
EGIT_REPO_URI=git://${GITHUB_URI}.git
inherit git-2
else
MY_PV=${PV/_/-}
MY_P=${PN}-${MY_PV}
SRC_URI=https://${GITHUB_URI}/archive/v${MY_PV}.tar.gz - 
${MY_P}.tar.gz
S=${WORKDIR}/${MY_P}
DOCKER_GITCOMMIT=0baf609
KEYWORDS=~amd64
[ $DOCKER_GITCOMMIT ] || die DOCKER_GITCOMMIT must be added manually 
for each bump!
fi

inherit bash-completion-r1 linux-info multilib systemd udev user

LICENSE=Apache-2.0
SLOT=0
IUSE=apparmor aufs btrfs +contrib +device-mapper doc experimental lxc overlay 
vim-syntax

# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
CDEPEND=
=dev-db/sqlite-3.7.9:3
device-mapper? (
=sys-fs/lvm2-2.02.89[thin]
)


DEPEND=
${CDEPEND}
=dev-lang/go-1.4:=
btrfs? (
=sys-fs/btrfs-progs-3.8
)


# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
RDEPEND=
${CDEPEND}

!app-emulation/docker-bin
=net-firewall/iptables-1.4
sys-process/procps
=dev-vcs/git-1.7
=app-arch/xz-utils-4.9

lxc? (
=app-emulation/lxc-1.0.7
)
aufs? (
|| (
sys-fs/aufs3
sys-fs/aufs4
sys-kernel/aufs-sources
)
)

apparmor? (
sys-libs/libapparmor[static-libs]
)


RESTRICT=installsources strip

# see contrib/check-config.sh from upstream's sources
CONFIG_CHECK=
NAMESPACES NET_NS PID_NS IPC_NS UTS_NS
DEVPTS_MULTIPLE_INSTANCES
CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED CPUSETS
MACVLAN VETH BRIDGE
NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE
NETFILTER_XT_MATCH_ADDRTYPE NETFILTER_XT_MATCH_CONNTRACK
NF_NAT NF_NAT_NEEDED

POSIX_MQUEUE

~MEMCG_SWAP ~MEMCG_SWAP_ENABLED
~RESOURCE_COUNTERS
~CGROUP_PERF
~CFS_BANDWIDTH


ERROR_MEMCG_SWAP=CONFIG_MEMCG_SWAP: is required if you wish to limit swap 
usage of containers
ERROR_RESOURCE_COUNTERS=CONFIG_RESOURCE_COUNTERS: is optional for container 
statistics gathering
ERROR_CGROUP_PERF=CONFIG_CGROUP_PERF: is optional for container statistics 
gathering

[gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: ChangeLog mercurial-3.4.2.ebuild mercurial-3.4.ebuild

2015-07-07 Thread Lars Wendler (polynomial-c)
polynomial-c15/07/07 15:46:11

  Modified: ChangeLog
  Added:mercurial-3.4.2.ebuild
  Removed:  mercurial-3.4.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.188dev-vcs/mercurial/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.188view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.188content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.187r2=1.188

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   4 Jun 2015 14:51:47 -   1.187
+++ ChangeLog   7 Jul 2015 15:46:11 -   1.188
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/mercurial
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.187 
2015/06/04 14:51:47 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.188 
2015/07/07 15:46:11 polynomial-c Exp $
+
+*mercurial-3.4.2 (07 Jul 2015)
+
+  07 Jul 2015; Lars Wendler polynomia...@gentoo.org -mercurial-3.4.ebuild,
+  +mercurial-3.4.2.ebuild:
+  Version bump. Removed old.
 
 *mercurial-3.4.1 (04 Jun 2015)
 



1.1  dev-vcs/mercurial/mercurial-3.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.4.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/mercurial-3.4.2.ebuild?rev=1.1content-type=text/plain

Index: mercurial-3.4.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.4.2.ebuild,v 
1.1 2015/07/07 15:46:11 polynomial-c Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=threads

inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic

DESCRIPTION=Scalable distributed SCM
HOMEPAGE=http://mercurial.selenic.com/;
SRC_URI=http://mercurial.selenic.com/release/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=bugzilla emacs gpg test tk

RDEPEND=bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
gpg? ( app-crypt/gnupg )
tk? ( dev-lang/tk )
app-misc/ca-certificates
DEPEND=emacs? ( virtual/emacs )
test? ( app-arch/unzip
dev-python/pygments[${PYTHON_USEDEP}] )

SITEFILE=70${PN}-gentoo.el

PATCHES=( ${FILESDIR}/${PN}-3.0.1-po_fixes.patch )

python_prepare_all() {
# fix up logic that won't work in Gentoo Prefix (also won't outside in
# certain cases), bug #362891
sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die

distutils-r1_python_prepare_all
}

python_configure_all() {
strip-flags -ftracer -ftree-vectorize
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing

${PYTHON} setup.py build_mo || die
}

python_compile_all() {
rm -r contrib/{win32,macosx} || die
if use emacs; then
cd contrib || die
elisp-compile mercurial.el || die elisp-compile failed!
fi
}

python_install_all() {
distutils-r1_python_install_all

newbashcomp contrib/bash_completion hg

insinto /usr/share/zsh/site-functions
newins contrib/zsh_completion _hg

rm -f doc/*.?.txt
dodoc CONTRIBUTORS
cp hgweb*.cgi ${ED}/usr/share/doc/${PF}/ || die

dobin hgeditor
dobin contrib/hgk
python_foreach_impl python_doscript contrib/hg-ssh

if use emacs; then
elisp-install ${PN} contrib/mercurial.el* || die elisp-install 
failed!
elisp-site-file-install ${FILESDIR}/${SITEFILE}
fi

local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix 
buildrpm plan9
  *.el mercurial.spec)
for f in ${RM_CONTRIB[@]}; do
rm -r contrib/$f || die
done

dodoc -r contrib
docompress -x /usr/share/doc/${PF}/contrib
doman doc/*.?

cat  ${T}/80mercurial -EOF
HG=${EPREFIX}/usr/bin/hg
EOF
doenvd ${T}/80mercurial

insinto /etc/mercurial/hgrc.d
doins ${FILESDIR}/cacerts.rc
}

src_test() {
pushd tests /dev/null || die
   

[gentoo-commits] gentoo-x86 commit in dev-python/oslo-sphinx: oslo-sphinx-2.5.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:09:35

  Modified: oslo-sphinx-2.5.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.5  dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild?r1=1.4r2=1.5

Index: oslo-sphinx-2.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oslo-sphinx-2.5.0.ebuild27 Jun 2015 12:34:25 -  1.4
+++ oslo-sphinx-2.5.0.ebuild7 Jul 2015 16:09:35 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild,v 1.4 
2015/06/27 12:34:25 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild,v 1.5 
2015/07/07 16:09:35 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~ppc64 ~x86
+KEYWORDS=amd64 ~arm ~hppa ~ppc64 ~x86
 IUSE=
 
 # NOTE: dev-python/hacking is unecessary as there are no tests



1.17 dev-python/oslo-sphinx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   27 Jun 2015 12:34:25 -  1.16
+++ ChangeLog   7 Jul 2015 16:09:35 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oslo-sphinx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v 1.16 
2015/06/27 12:34:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v 1.17 
2015/07/07 16:09:35 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-sphinx-2.5.0.ebuild:
+  amd64 stable wrt bug #554114
 
   27 Jun 2015; Markus Meier mae...@gentoo.org oslo-sphinx-2.5.0.ebuild:
   add ~arm, bug #549232






[gentoo-commits] gentoo-x86 commit in dev-python/stevedore: stevedore-1.3.0.ebuild ChangeLog

2015-07-07 Thread Mikle Kolyada (zlogene)
zlogene 15/07/07 16:38:28

  Modified: stevedore-1.3.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #554114
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  ChangesPath
1.3  dev-python/stevedore/stevedore-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-1.3.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-1.3.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-1.3.0.ebuild?r1=1.2r2=1.3

Index: stevedore-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stevedore-1.3.0.ebuild  4 Apr 2015 01:54:21 -   1.2
+++ stevedore-1.3.0.ebuild  7 Jul 2015 16:38:28 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-1.3.0.ebuild,v 1.2 
2015/04/04 01:54:21 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-1.3.0.ebuild,v 1.3 
2015/07/07 16:38:28 zlogene Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc test
 
 DEPEND=



1.34 dev-python/stevedore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   7 Jun 2015 16:12:55 -   1.33
+++ ChangeLog   7 Jul 2015 16:38:28 -   1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/stevedore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.33 
2015/06/07 16:12:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.34 
2015/07/07 16:38:28 zlogene Exp $
+
+  07 Jul 2015; Mikle Kolyada zlog...@gentoo.org stevedore-1.3.0.ebuild:
+  amd64 stable wrt bug #554114
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






  1   2   3   >