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

2015-02-11 Thread Michał Górny
commit: 8482a88e8dfa3acf67d9bf4df4d3588ed993bb96
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 10 11:38:07 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 11 07:58:27 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8482a88e

repoman: mark errors with explicit '[fatal']

Mark fatal check results with explicit '[fatal]' marker to ease grepping
and provide the additional information on non-colorful terminals
as well.

---
 pym/repoman/utilities.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py
index 415825e..a2535f0 100644
--- a/pym/repoman/utilities.py
+++ b/pym/repoman/utilities.py
@@ -310,11 +310,16 @@ def format_qa_output(formatter, stats, fails, dofull, 
dofail, options, qawarning
# we only want key value pairs where value > 0 
for category, number in \
filter(lambda myitem: myitem[1] > 0, sorted(stats.items())):
-   formatter.add_literal_data("  " + category.ljust(30))
+   formatter.add_literal_data("  " + category)
+   spacing_width = 30 - len(category)
if category in qawarnings:
formatter.push_style("WARN")
else:
formatter.push_style("BAD")
+   formatter.add_literal_data(" [fatal]")
+   spacing_width -= 8
+
+   formatter.add_literal_data(" " * spacing_width)
formatter.add_literal_data("%s" % number)
formatter.pop_style()
formatter.add_line_break()



[gentoo-commits] gentoo-x86 commit in virtual/jdk: ChangeLog jdk-1.5.0-r1.ebuild

2015-02-11 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/11 08:49:39

  Modified: ChangeLog
  Removed:  jdk-1.5.0-r1.ebuild
  Log:
  virtual/jdk: removed slot 1.5 per bug #292001
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.63 virtual/jdk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   30 May 2014 11:20:17 -  1.62
+++ ChangeLog   11 Feb 2015 08:49:39 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.62 2014/05/30 
11:20:17 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.63 2015/02/11 
08:49:39 fordfrog Exp $
+
+  11 Feb 2015; Miroslav Šulc  -jdk-1.5.0-r1.ebuild:
+  removed slot 1.5 per bug #292001
 
   30 May 2014; Tom Wijsman  jdk-1.5.0-r1.ebuild,
   jdk-1.6.0-r2.ebuild, jdk-1.7.0.ebuild, jdk-1.8.0.ebuild:






[gentoo-commits] gentoo-x86 commit in virtual/jre: ChangeLog jre-1.5.0-r2.ebuild

2015-02-11 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/11 08:51:06

  Modified: ChangeLog
  Removed:  jre-1.5.0-r2.ebuild
  Log:
  virtual/jre: removed slot 1.5 per bug #292001
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.50 virtual/jre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   30 May 2014 11:20:59 -  1.49
+++ ChangeLog   11 Feb 2015 08:51:06 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jre
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.49 2014/05/30 
11:20:59 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.50 2015/02/11 
08:51:06 fordfrog Exp $
+
+  11 Feb 2015; Miroslav Šulc  -jre-1.5.0-r2.ebuild:
+  removed slot 1.5 per bug #292001
 
   30 May 2014; Tom Wijsman  jre-1.5.0-r2.ebuild,
   jre-1.6.0-r1.ebuild, jre-1.7.0.ebuild, jre-1.8.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/apple-jdk-bin: ChangeLog apple-jdk-bin-1.4.2.ebuild apple-jdk-bin-1.5.0.ebuild

2015-02-11 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/11 08:56:52

  Modified: ChangeLog
  Removed:  apple-jdk-bin-1.4.2.ebuild
apple-jdk-bin-1.5.0.ebuild
  Log:
  dev-java/apple-jdk-bin: removed obsolete ebuilds
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.5  dev-java/apple-jdk-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/apple-jdk-bin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   27 Nov 2012 07:54:39 -  1.4
+++ ChangeLog   11 Feb 2015 08:56:52 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/apple-jdk-bin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/apple-jdk-bin/ChangeLog,v 1.4 
2012/11/27 07:54:39 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/apple-jdk-bin/ChangeLog,v 1.5 
2015/02/11 08:56:52 fordfrog Exp $
+
+  11 Feb 2015; Miroslav Šulc 
+  -apple-jdk-bin-1.4.2.ebuild, -apple-jdk-bin-1.5.0.ebuild:
+  removed obsolete ebuilds
 
   27 Nov 2012; Fabian Groffen  apple-jdk-bin-1.4.2.ebuild,
   apple-jdk-bin-1.5.0.ebuild, apple-jdk-bin-1.6.0.ebuild:






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

2015-02-11 Thread Sven Eden
commit: 7816796df99454603bd978dc1ea15d7a5b6abd9a
Author: Sven Eden  havi  de>
AuthorDate: Wed Feb 11 09:03:22 2015 +
Commit: Sven Eden  gmx  de>
CommitDate: Wed Feb 11 09:03:22 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=7816796d

Portage.pm: Fixed a possible "Use of uninitialized value" if a read file is 
empty. (Bug #539682)

---
 Portage.pm | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/Portage.pm b/Portage.pm
index 534de52..d90be5e 100644
--- a/Portage.pm
+++ b/Portage.pm
@@ -418,7 +418,8 @@ sub _determine_profiles
@_profiles = -l $mp_path ? _norm_path('/etc', $mp) : $mp;
for (my $i = -1; $i >= -@_profiles; $i--) {
for(_noncomments("${_profiles[$i]}/parent")) {
-   splice(@_profiles, $i, 0, _norm_path(${_profiles[$i]}, 
$_));
+   length($_)
+   and splice(@_profiles, $i, 0, 
_norm_path(${_profiles[$i]}, $_));
}
}
return;
@@ -723,9 +724,10 @@ sub _noncomments {
local $/;
if(open my $file, '<', $fname) {
binmode( $file, ":encoding(UTF-8)" );
-   @result = split /(?:[^\S\n]*(?:#.*)?\n)+/, <$file>."\n";
-   shift @result if @result>0 && $result[0] eq '';
+   my $content = <$file> || "";
close $file;
+   @result = split /(?:[^\S\n]*(?:#.*)?\n)+/, "$content\n";
+   shift @result while ( (@result > 0) && 
!length($result[0]) );
}
}
 
@@ -766,7 +768,8 @@ sub _read_archs {
for my $dir(@_profiles) {
next unless (-r "$dir/arch.list");
for my $arch (_noncomments("$dir/arch.list")) {
-   defined($_use_temp->{$arch})
+   length($arch)
+   and defined($_use_temp->{$arch})
and delete($_use_temp->{$arch});
}
}



[gentoo-commits] gentoo-x86 commit in app-mobilephone/lightblue: lightblue-0.4-r1.ebuild ChangeLog

2015-02-11 Thread Patrick Lauer (patrick)
patrick 15/02/11 09:21:53

  Modified: lightblue-0.4-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.16/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-mobilephone/lightblue/lightblue-0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild?r1=1.1&r2=1.2

Index: lightblue-0.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lightblue-0.4-r1.ebuild 11 Feb 2015 06:22:17 -  1.1
+++ lightblue-0.4-r1.ebuild 11 Feb 2015 09:21: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/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild,v 1.1 
2015/02/11 06:22:17 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4-r1.ebuild,v 1.2 
2015/02/11 09:21:53 patrick Exp $
 
 EAPI=5
 
@@ -23,4 +23,3 @@
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
 }
-



1.7  app-mobilephone/lightblue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/lightblue/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   11 Feb 2015 06:22:17 -  1.6
+++ ChangeLog   11 Feb 2015 09:21:53 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/lightblue
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v 1.6 
2015/02/11 06:22:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v 1.7 
2015/02/11 09:21:53 patrick Exp $
+
+  11 Feb 2015; Patrick Lauer  lightblue-0.4-r1.ebuild:
+  Whitespace
 
 *lightblue-0.4-r1 (11 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-util/complexity: ChangeLog complexity-1.1.ebuild

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 09:22:02

  Modified: ChangeLog
  Removed:  complexity-1.1.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.11 dev-util/complexity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   21 Dec 2014 11:41:25 -  1.10
+++ ChangeLog   11 Feb 2015 09:22:02 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/complexity
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.10 
2014/12/21 11:41:25 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.11 
2015/02/11 09:22:02 jer Exp $
+
+  11 Feb 2015; Jeroen Roovers  -complexity-1.1.ebuild:
+  Old.
 
 *complexity-1.2 (21 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-mobilephone/wammu: ChangeLog wammu-0.36-r1.ebuild wammu-0.36.ebuild

2015-02-11 Thread Ian Delaney (idella4)
idella4 15/02/11 09:29:08

  Modified: ChangeLog
  Added:wammu-0.36-r1.ebuild
  Removed:  wammu-0.36.ebuild
  Log:
  revbump, conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.55 app-mobilephone/wammu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/wammu/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/wammu/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   22 Apr 2014 17:04:15 -  1.54
+++ ChangeLog   11 Feb 2015 09:29:08 -  1.55
@@ -1,6 +1,12 @@
 # ChangeLog for app-mobilephone/wammu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.54 
2014/04/22 17:04:15 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/ChangeLog,v 1.55 
2015/02/11 09:29:08 idella4 Exp $
+
+*wammu-0.36-r1 (11 Feb 2015)
+
+  11 Feb 2015; Ian Delaney  +wammu-0.36-r1.ebuild,
+  -wammu-0.36.ebuild:
+  revbump, conversion -> distutils-r1, rm old
 
   22 Apr 2014; Michael Palimaka  -wammu-0.30.1.ebuild,
   -wammu-0.34.ebuild:



1.1  app-mobilephone/wammu/wammu-0.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/wammu/wammu-0.36-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/wammu/wammu-0.36-r1.ebuild?rev=1.1&content-type=text/plain

Index: wammu-0.36-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/wammu/wammu-0.36-r1.ebuild,v 
1.1 2015/02/11 09:29:08 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Front-end for gammu to access mobile phones easily"
HOMEPAGE="http://www.wammu.eu/";
SRC_URI="http://dl.cihar.com/wammu/v0/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bluetooth gnome"

RDEPEND=">=app-mobilephone/gammu-1.25.0[python]
>=dev-python/wxpython-2.8[${PYTHON_USEDEP}]
bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}]
gnome? ( net-wireless/gnome-bluetooth )
)"
DEPEND="${RDEPEND}"

# Supported languages and translated documentation
# Be sure all languages are prefixed with a single space!
MY_AVAILABLE_LINGUAS=" af bg ca cs da de el es et fi fr gl he hu id it ko nl pl 
pt_BR ru sk sv zh_CN zh_TW"
IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"

# Required to source locale content out of the box
DISTUTILS_IN_SOURCE_BUILD=1

src_prepare() {
local lang support_linguas=no
for lang in ${MY_AVAILABLE_LINGUAS} ; do
if use linguas_${lang} ; then
support_linguas=yes
break
fi
done
# install all languages when all selected LINGUAS aren't supported
if [ "${support_linguas}" = "yes" ]; then
for lang in ${MY_AVAILABLE_LINGUAS} ; do
if ! use linguas_${lang} ; then
rm -r locale/${lang} || die
fi
done
fi

distutils-r1_src_prepare
}

src_compile() {
# SKIPWXCHECK: else 'import wx' results in
# Xlib: connection to ":0.0" refused by server
SKIPWXCHECK=yes distutils-r1_src_compile
}

src_install() {
local DOCS="AUTHORS FAQ"
SKIPWXCHECK=yes distutils-r1_src_install
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman: layman-2.3.0.ebuild ChangeLog

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 09:13:11

  Modified: layman-2.3.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #539366).
  
  (Portage version: 2.2.16/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  app-portage/layman/layman-2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild?r1=1.2&r2=1.3

Index: layman-2.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layman-2.3.0.ebuild 10 Feb 2015 04:53:54 -  1.2
+++ layman-2.3.0.ebuild 11 Feb 2015 09:13:11 -  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/app-portage/layman/layman-2.3.0.ebuild,v 
1.2 2015/02/10 04:53:54 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v 
1.3 2015/02/11 09:13:11 jer Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion 
sync-plugin-portage test"
 
 DEPEND="test? ( dev-vcs/subversion )



1.227app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.227&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.227&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.226&r2=1.227

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   10 Feb 2015 04:53:54 -  1.226
+++ ChangeLog   11 Feb 2015 09:13:11 -  1.227
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.226 
2015/02/10 04:53:54 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.227 
2015/02/11 09:13:11 jer Exp $
+
+  11 Feb 2015; Jeroen Roovers  layman-2.3.0.ebuild:
+  Marked ~hppa (bug #539366).
 
   10 Feb 2015; Brian Dolbec  layman-2.3.0.ebuild:
   Add ssl-fetch to DEPEND due to needing to import setup.py in the prepare






[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.14.33.ebuild ChangeLog vanilla-sources-3.18.7.ebuild vanilla-sources-3.10.69.ebuild vanilla-sources-3.18.6.ebuild va

2015-02-11 Thread Mike Pagano (mpagano)
mpagano 15/02/11 09:38:58

  Modified: ChangeLog
  Added:vanilla-sources-3.14.33.ebuild
vanilla-sources-3.18.7.ebuild
vanilla-sources-3.10.69.ebuild
  Removed:  vanilla-sources-3.18.6.ebuild
vanilla-sources-3.10.68.ebuild
vanilla-sources-3.14.32.ebuild
  Log:
  Linux patches 3.18.7, 3.14.33 and 3.10.69.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1353   sys-kernel/vanilla-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1352
retrieving revision 1.1353
diff -u -r1.1352 -r1.1353
--- ChangeLog   9 Feb 2015 09:46:08 -   1.1352
+++ ChangeLog   11 Feb 2015 09:38:57 -  1.1353
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1352 2015/02/09 09:46:08 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1353 2015/02/11 09:38:57 mpagano Exp $
+
+*vanilla-sources-3.18.7 (11 Feb 2015)
+*vanilla-sources-3.14.33 (11 Feb 2015)
+*vanilla-sources-3.10.69 (11 Feb 2015)
+
+  11 Feb 2015; Mike Pagano 
+  -vanilla-sources-3.10.68.ebuild, +vanilla-sources-3.10.69.ebuild,
+  -vanilla-sources-3.14.32.ebuild, +vanilla-sources-3.14.33.ebuild,
+  -vanilla-sources-3.18.6.ebuild, +vanilla-sources-3.18.7.ebuild:
+  Linux patches 3.18.7, 3.14.33 and 3.10.69.
 
 *vanilla-sources-3.19.0 (09 Feb 2015)
 



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.14.33.ebuild

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

Index: vanilla-sources-3.14.33.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.14.33.ebuild,v
 1.1 2015/02/11 09:38:57 mpagano Exp $

EAPI="5"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="0"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE="deblob"



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.18.7.ebuild

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

Index: vanilla-sources-3.18.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.18.7.ebuild,v
 1.1 2015/02/11 09:38:58 mpagano Exp $

EAPI="5"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="0"
ETYPE="sources"
inherit kernel-2
detect_version

DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="http://www.kernel.org";
SRC_URI="${KERNEL_URI}"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
IUSE="deblob"



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.10.69.ebuild

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

Index: vanilla-sources-3.10.69.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.10.69.ebuild,v
 1.1 2015/02/11 09:38:58 mpagano Exp $

EAPI="5"
K_NO

[gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.14.2.ebuild ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 09:40:22

  Modified: totem-3.14.2.ebuild ChangeLog
  Log:
  Newer grilo is needed (#539686 by Émeric Maschino)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  media-video/totem/totem-3.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.14.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.14.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.14.2.ebuild?r1=1.1&r2=1.2

Index: totem-3.14.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.14.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- totem-3.14.2.ebuild 3 Feb 2015 14:22:32 -   1.1
+++ totem-3.14.2.ebuild 11 Feb 2015 09:40:22 -  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/media-video/totem/totem-3.14.2.ebuild,v 1.1 
2015/02/03 14:22:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.14.2.ebuild,v 1.2 
2015/02/11 09:40:22 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="yes"
@@ -43,7 +43,7 @@
>=media-libs/clutter-gtk-1.5.5:1.0
x11-libs/mx:1.0
 
-   >=media-libs/grilo-0.2.10:0.2[playlist]
+   >=media-libs/grilo-0.2.11:0.2[playlist]
media-plugins/grilo-plugins:0.2
>=media-libs/gstreamer-1.3.1:1.0
>=media-libs/gst-plugins-base-1.4.2:1.0[X,introspection?,pango]



1.387media-video/totem/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.387&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.387&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.386&r2=1.387

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -r1.386 -r1.387
--- ChangeLog   3 Feb 2015 14:22:32 -   1.386
+++ ChangeLog   11 Feb 2015 09:40:22 -  1.387
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/totem
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.386 
2015/02/03 14:22:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.387 
2015/02/11 09:40:22 pacho Exp $
+
+  11 Feb 2015; Pacho Ramos  totem-3.14.2.ebuild:
+  Newer grilo is needed (#539686 by Émeric Maschino)
 
 *totem-3.14.2 (03 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/sun-jre-bin: ChangeLog sun-jre-bin-1.6.0.43.ebuild

2015-02-11 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/11 09:46:15

  Modified: ChangeLog
  Removed:  sun-jre-bin-1.6.0.43.ebuild
  Log:
  dev-java/sun-jre-bin: removed obsolete ebuild
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.243dev-java/sun-jre-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?rev=1.243&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?rev=1.243&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jre-bin/ChangeLog?r1=1.242&r2=1.243

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog   16 May 2014 19:06:15 -  1.242
+++ ChangeLog   11 Feb 2015 09:46:15 -  1.243
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/sun-jre-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.242 
2014/05/16 19:06:15 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.243 
2015/02/11 09:46:15 fordfrog Exp $
+
+  11 Feb 2015; Miroslav Šulc 
+  -sun-jre-bin-1.6.0.43.ebuild:
+  removed obsolete ebuild
 
   16 May 2014; Sven Vermeulen  sun-jre-bin-1.6.0.43.ebuild,
   sun-jre-bin-1.6.0.45.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/sun-jdk: ChangeLog sun-jdk-1.6.0.43.ebuild

2015-02-11 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/11 09:47:03

  Modified: ChangeLog
  Removed:  sun-jdk-1.6.0.43.ebuild
  Log:
  dev-java/sun-jdk: removed obsolete ebuild
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.360dev-java/sun-jdk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jdk/ChangeLog?rev=1.360&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jdk/ChangeLog?rev=1.360&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-jdk/ChangeLog?r1=1.359&r2=1.360

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- ChangeLog   16 May 2014 19:03:59 -  1.359
+++ ChangeLog   11 Feb 2015 09:47:03 -  1.360
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/sun-jdk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/ChangeLog,v 1.359 
2014/05/16 19:03:59 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/ChangeLog,v 1.360 
2015/02/11 09:47:03 fordfrog Exp $
+
+  11 Feb 2015; Miroslav Šulc  -sun-jdk-1.6.0.43.ebuild:
+  removed obsolete ebuild
 
   16 May 2014; Sven Vermeulen  sun-jdk-1.6.0.43.ebuild,
   sun-jdk-1.6.0.45.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/dbus: dbus-1.8.16.ebuild ChangeLog

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 09:27:48

  Modified: dbus-1.8.16.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #539482).
  
  (Portage version: 2.2.16/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  sys-apps/dbus/dbus-1.8.16.ebuild

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

Index: dbus-1.8.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbus-1.8.16.ebuild  10 Feb 2015 21:52:09 -  1.1
+++ dbus-1.8.16.ebuild  11 Feb 2015 09:27: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/sys-apps/dbus/dbus-1.8.16.ebuild,v 1.1 
2015/02/10 21:52:09 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.8.16.ebuild,v 1.2 
2015/02/11 09:27:48 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="debug doc selinux static-libs systemd test X"
 
 CDEPEND=">=dev-libs/expat-2



1.465sys-apps/dbus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?rev=1.465&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?rev=1.465&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dbus/ChangeLog?r1=1.464&r2=1.465

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- ChangeLog   10 Feb 2015 21:52:09 -  1.464
+++ ChangeLog   11 Feb 2015 09:27:48 -  1.465
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/dbus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.464 2015/02/10 
21:52:09 k_f Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.465 2015/02/11 
09:27:48 jer Exp $
+
+  11 Feb 2015; Jeroen Roovers  dbus-1.8.16.ebuild:
+  Stable for HPPA (bug #539482).
 
 *dbus-1.8.16 (10 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-02-11 Thread Michal Gorny (mgorny)
mgorny  15/02/11 09:50:54

  Modified: ChangeLog package.mask
  Log:
  Mask new portage versions because of bug #539746.

Revision  ChangesPath
1.9777   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9777&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9777&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9776&r2=1.9777

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9776
retrieving revision 1.9777
diff -u -r1.9776 -r1.9777
--- ChangeLog   10 Feb 2015 17:15:32 -  1.9776
+++ ChangeLog   11 Feb 2015 09:50:53 -  1.9777
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9776 2015/02/10 
17:15:32 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9777 2015/02/11 
09:50:53 mgorny Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Feb 2015; Michał Górny  package.mask:
+  Mask new portage versions because of bug #539746.
+
   10 Feb 2015; Ben de Groot  package.mask:
   remove temp lxqt mask
 



1.16346  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16346&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16346&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16345&r2=1.16346

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16345
retrieving revision 1.16346
diff -u -r1.16345 -r1.16346
--- package.mask10 Feb 2015 17:15:32 -  1.16345
+++ package.mask11 Feb 2015 09:50:53 -  1.16346
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16345 2015/02/10 
17:15:32 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16346 2015/02/11 
09:50:53 mgorny Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (11 Feb 2015)
+# Potentially destructive to @world, bug #539746.
+>=sys-apps/portage-2.2.16
+
 # Patrick Lauer 

[gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-weather: gnome-weather-3.14.1.ebuild ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 09:57:49

  Modified: gnome-weather-3.14.1.ebuild ChangeLog
  Log:
  x86 keyword, bug #537036
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild?r1=1.1&r2=1.2

Index: gnome-weather-3.14.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-weather-3.14.1.ebuild 22 Dec 2014 23:31:43 -  1.1
+++ gnome-weather-3.14.1.ebuild 11 Feb 2015 09:57:49 -  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/gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild,v 
1.1 2014/12/22 23:31:43 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/gnome-weather-3.14.1.ebuild,v 
1.2 2015/02/11 09:57:49 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.15 gnome-extra/gnome-weather/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-weather/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   22 Dec 2014 23:31:43 -  1.14
+++ ChangeLog   11 Feb 2015 09:57:49 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/gnome-weather
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v 1.14 
2014/12/22 23:31:43 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-weather/ChangeLog,v 1.15 
2015/02/11 09:57:49 pacho Exp $
+
+  11 Feb 2015; Pacho Ramos  gnome-weather-3.14.1.ebuild:
+  x86 keyword, bug #537036
 
 *gnome-weather-3.14.1 (22 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/gnome-photos: gnome-photos-3.14.2.ebuild ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 09:58:43

  Modified: gnome-photos-3.14.2.ebuild ChangeLog
  Log:
  x86 keyword, bug #537036
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild?r1=1.1&r2=1.2

Index: gnome-photos-3.14.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-photos-3.14.2.ebuild  23 Dec 2014 22:03:58 -  1.1
+++ gnome-photos-3.14.2.ebuild  11 Feb 2015 09:58:43 -  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/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild,v 1.1 
2014/12/23 22:03:58 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild,v 1.2 
2015/02/11 09:58:43 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="



1.14 media-gfx/gnome-photos/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   23 Dec 2014 22:03:58 -  1.13
+++ ChangeLog   11 Feb 2015 09:58:43 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gnome-photos
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.13 
2014/12/23 22:03:58 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.14 
2015/02/11 09:58:43 pacho Exp $
+
+  11 Feb 2015; Pacho Ramos  gnome-photos-3.14.2.ebuild:
+  x86 keyword, bug #537036
 
 *gnome-photos-3.14.2 (23 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-extra-apps: gnome-extra-apps-3.14.0-r1.ebuild ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:01:46

  Modified: ChangeLog
  Added:gnome-extra-apps-3.14.0-r1.ebuild
  Log:
  Pull in gnome-photos and gnome-weather (#536964)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.40 gnome-base/gnome-extra-apps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   27 Jan 2015 10:10:41 -  1.39
+++ ChangeLog   11 Feb 2015 10:01:46 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/gnome-extra-apps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v 
1.39 2015/01/27 10:10:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/ChangeLog,v 
1.40 2015/02/11 10:01:46 pacho Exp $
+
+*gnome-extra-apps-3.14.0-r1 (11 Feb 2015)
+
+  11 Feb 2015; Pacho Ramos 
+  +gnome-extra-apps-3.14.0-r1.ebuild:
+  Pull in gnome-photos and gnome-weather (#536964)
 
   27 Jan 2015; Pacho Ramos  gnome-extra-apps-3.14.0.ebuild:
   x86 keyword, bug #537036



1.1  
gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-extra-apps-3.14.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-extra-apps/gnome-extra-apps-3.14.0-r1.ebuild,v
 1.1 2015/02/11 10:01:46 pacho Exp $

EAPI="5"

DESCRIPTION="Sub-meta package for the applications of GNOME 3"
HOMEPAGE="http://www.gnome.org/";
LICENSE="metapackage"
SLOT="3.0"
IUSE="+games +shotwell +tracker"

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~x86"

# Note to developers:
# This is a wrapper for the extra apps integrated with GNOME 3
# New package
RDEPEND="
>=gnome-base/gnome-core-libs-${PV}

>=app-admin/gnome-system-log-3.9.90
>=app-arch/file-roller-${PV}
>=app-dicts/gnome-dictionary-${PV}
>=gnome-extra/gconf-editor-3
>=gnome-extra/gnome-calculator-${PV}
>=gnome-extra/gnome-power-manager-${PV}
>=gnome-extra/gnome-search-tool-3.6
>=gnome-extra/gnome-system-monitor-${PV}
>=gnome-extra/gnome-tweak-tool-${PV}
>=gnome-extra/gnome-weather-${PV}
>=gnome-extra/gnome-user-share-${PV}
>=gnome-extra/gucharmap-${PV}:2.90
>=gnome-extra/nautilus-sendto-3.8.2
>=gnome-extra/sushi-3.12.0
>=mail-client/evolution-3.12.9
>=media-gfx/gnome-font-viewer-${PV}
>=media-gfx/gnome-photos-${PV}
>=media-gfx/gnome-screenshot-${PV}
>=media-sound/sound-juicer-${PV}
>=media-video/cheese-${PV}
>=net-analyzer/gnome-nettool-3.8
>=net-misc/vinagre-${PV}
>=net-misc/vino-${PV}
>=sys-apps/baobab-${PV}
>=sys-apps/gnome-disk-utility-${PV}
>=www-client/epiphany-${PV}

games? (
>=games-arcade/gnome-nibbles-${PV}
>=games-arcade/gnome-robots-${PV}
>=games-board/aisleriot-3.2.3.2
>=games-board/four-in-a-row-${PV}
>=games-board/gnome-chess-${PV}
>=games-board/gnome-mahjongg-${PV}
>=games-board/gnome-mines-${PV}
>=games-board/iagno-${PV}
>=games-board/tali-${PV}
>=games-puzzle/five-or-more-${PV}
>=games-puzzle/gnome-klotski-${PV}
>=games-puzzle/gnome-sudoku-${PV}
>=games-puzzle/gnome-tetravex-${PV}
>=games-puzzle/lightsoff-${PV}
>=games-puzzle/quadrapassel-${PV}
>=games-puzzle/swell-foop-${PV} )
shotwell? ( >=media-gfx/shotwell-0.20 )
tracker? (
>=app-misc/tracker-1.2
>=gnome-extra/gnome-documents-${PV} )
"
DEPEND=""
S=${WORKDIR}






[gentoo-commits] gentoo-x86 commit in profiles/arch/arm: package.use.mask

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:05:36

  Modified: package.use.mask
  Log:
  Mask gnome-base/gnome[extras] on arches with missing keywords (#537036)

Revision  ChangesPath
1.244profiles/arch/arm/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.244&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.244&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?r1=1.243&r2=1.244

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- package.use.mask9 Feb 2015 10:38:52 -   1.243
+++ package.use.mask11 Feb 2015 10:05:36 -  1.244
@@ -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/profiles/arch/arm/package.use.mask,v 1.243 
2015/02/09 10:38:52 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.244 
2015/02/11 10:05:36 pacho Exp $
 
 # Jason A. Donenfeld  (09 Feb 2015)
 # Google does not distribute the widevine plugin for ARM. It must be extracted 
from a Chromebook,
@@ -154,7 +154,7 @@
 
 # Pacho Ramos  (31 Oct 2013)
 # Missing keywords, bug #478254
-gnome-base/gnome classic
+gnome-base/gnome classic extras
 
 # Benda Xu  (31 Oct 2013)
 # Missing keywords from dev-ml/lablgtk, bug #487722






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: package.use.mask

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:05:36

  Modified: package.use.mask
  Log:
  Mask gnome-base/gnome[extras] on arches with missing keywords (#537036)

Revision  ChangesPath
1.232profiles/arch/powerpc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.232&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.232&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?r1=1.231&r2=1.232

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- package.use.mask10 Feb 2015 02:45:07 -  1.231
+++ package.use.mask11 Feb 2015 10:05:36 -  1.232
@@ -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/profiles/arch/powerpc/package.use.mask,v 
1.231 2015/02/10 02:45:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.232 2015/02/11 10:05:36 pacho Exp $
 
 # Patrick Lauer  (10 Feb 2015)
 # Missing keywords for media-libs/x265
@@ -121,7 +121,7 @@
 
 # Pacho Ramos  (31 Oct 2013)
 # Missing keywords, bug #478254
-gnome-base/gnome classic
+gnome-base/gnome classic extras
 
 # Mark Wright  (26 Oct 2013)
 # template-haskell not yet available
@@ -343,7 +343,3 @@
 # Masked Parallel LCD devices for bug #180683
 # app-misc/lcd4linux
 app-misc/lcd4linux lcd_devices_hd44780
-
-# Tobias Scherbaum  (1 Feb 2008)
-# Mask mono flag for gnome as tomboy is segfaulting.
-gnome-base/gnome mono






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:05:36

  Modified: ChangeLog
  Log:
  Mask gnome-base/gnome[extras] on arches with missing keywords (#537036)

Revision  ChangesPath
1.9778   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9778&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9778&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9777&r2=1.9778

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9777
retrieving revision 1.9778
diff -u -r1.9777 -r1.9778
--- ChangeLog   11 Feb 2015 09:50:53 -  1.9777
+++ ChangeLog   11 Feb 2015 10:05:36 -  1.9778
@@ -1,11 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9777 2015/02/11 
09:50:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9778 2015/02/11 
10:05:36 pacho Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Feb 2015; Pacho Ramos  arch/arm/package.use.mask,
+  arch/ia64/package.use.mask, arch/powerpc/package.use.mask,
+  arch/sparc/package.use.mask:
+  Mask gnome-base/gnome[extras] on arches with missing keywords (#537036)
+
   11 Feb 2015; Michał Górny  package.mask:
   Mask new portage versions because of bug #539746.
 






[gentoo-commits] gentoo-x86 commit in profiles/arch/ia64: package.use.mask

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:05:36

  Modified: package.use.mask
  Log:
  Mask gnome-base/gnome[extras] on arches with missing keywords (#537036)

Revision  ChangesPath
1.161profiles/arch/ia64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.161&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.161&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?r1=1.160&r2=1.161

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- package.use.mask10 Feb 2015 02:44:40 -  1.160
+++ package.use.mask11 Feb 2015 10:05:36 -  1.161
@@ -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/profiles/arch/ia64/package.use.mask,v 1.160 
2015/02/10 02:44:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.161 
2015/02/11 10:05:36 pacho Exp $
 
 # Patrick Lauer  (10 Feb 2015)
 # Missing keywords for media-libs/x265
@@ -77,7 +77,7 @@
 
 # Pacho Ramos  (19 Jan 2014)  
 # Missing keywords, bug #478254
-gnome-base/gnome classic
+gnome-base/gnome classic extras
 
 # Pacho Ramos  (11 Jan 2014)
 sys-kernel/dracut -dracut_modules_systemd






[gentoo-commits] gentoo-x86 commit in profiles/arch/sparc: package.use.mask

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:05:36

  Modified: package.use.mask
  Log:
  Mask gnome-base/gnome[extras] on arches with missing keywords (#537036)

Revision  ChangesPath
1.186profiles/arch/sparc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.186&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.186&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?r1=1.185&r2=1.186

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- package.use.mask10 Feb 2015 02:45:34 -  1.185
+++ package.use.mask11 Feb 2015 10:05:36 -  1.186
@@ -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/profiles/arch/sparc/package.use.mask,v 
1.185 2015/02/10 02:45:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.186 2015/02/11 10:05:36 pacho Exp $
 
 # Patrick Lauer  (10 Feb 2015)
 # Missing keywords for media-libs/x265
@@ -78,7 +78,7 @@
 
 # Pacho Ramos  (19 Jan 2014)  
 # Missing keywords, bug #478254
-gnome-base/gnome classic
+gnome-base/gnome classic extras
 
 # Pacho Ramos  (19 Jan 2014)  
 sys-kernel/dracut -dracut_modules_systemd 






[gentoo-commits] gentoo-x86 commit in gnome-base/gnome: gnome-3.14.0.ebuild ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 10:07:17

  Modified: gnome-3.14.0.ebuild ChangeLog
  Log:
  Rekeyword
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  gnome-base/gnome/gnome-3.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild?r1=1.3&r2=1.4

Index: gnome-3.14.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-3.14.0.ebuild 11 Jan 2015 10:54:19 -  1.3
+++ gnome-3.14.0.ebuild 11 Feb 2015 10:07:17 -  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/gnome-base/gnome/gnome-3.14.0.ebuild,v 1.3 
2015/01/11 10:54:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.14.0.ebuild,v 1.4 
2015/02/11 10:07:17 pacho Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="accessibility +bluetooth +classic +cdr cups +extras"
 



1.484gnome-base/gnome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?rev=1.484&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?rev=1.484&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome/ChangeLog?r1=1.483&r2=1.484

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -r1.483 -r1.484
--- ChangeLog   11 Jan 2015 10:54:19 -  1.483
+++ ChangeLog   11 Feb 2015 10:07:17 -  1.484
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gnome
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.483 
2015/01/11 10:54:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.484 
2015/02/11 10:07:17 pacho Exp $
+
+  11 Feb 2015; Pacho Ramos  gnome-3.14.0.ebuild:
+  Rekeyword
 
   11 Jan 2015; Gilles Dartiguelongue  gnome-3.14.0.ebuild:
   Re-add ~arm keyword since keywording of dependencies allow it.






[gentoo-commits] gentoo-x86 commit in net-wireless/wpa_supplicant: wpa_supplicant-2.3-r2.ebuild ChangeLog

2015-02-11 Thread Bjarke Istrup Pedersen (gurligebis)
gurligebis15/02/11 10:11:17

  Modified: wpa_supplicant-2.3-r2.ebuild ChangeLog
  Log:
  Fixing config generation with broken sed command, fixing bug #539598
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
15AE484C)

Revision  ChangesPath
1.3  net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild

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

Index: wpa_supplicant-2.3-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wpa_supplicant-2.3-r2.ebuild9 Feb 2015 16:10:13 -   1.2
+++ wpa_supplicant-2.3-r2.ebuild11 Feb 2015 10:11:17 -  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-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild,v
 1.2 2015/02/09 16:10:13 zerochaos Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.3-r2.ebuild,v
 1.3 2015/02/11 10:11:17 gurligebis Exp $
 
 EAPI=5
 
@@ -53,7 +53,7 @@
 
if [ ! $setting = n ]; then
#first remove any leading "# " if $2 is not n
-   sed -i "/^# *$CONFIG_PARAM/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
+   sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
#set item = $setting (defaulting to y)
sed -i "/^$CONFIG_PARAM/s/=.*/=$setting/" .config || 
echo "Kconfig_style_config error setting $CONFIG_PARAM=$setting"
else



1.224net-wireless/wpa_supplicant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?rev=1.224&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?rev=1.224&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   9 Feb 2015 16:10:13 -   1.223
+++ ChangeLog   11 Feb 2015 10:11:17 -  1.224
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/wpa_supplicant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 
1.223 2015/02/09 16:10:13 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 
1.224 2015/02/11 10:11:17 gurligebis Exp $
+
+  11 Feb 2015;  wpa_supplicant-2.3-r2.ebuild:
+  Fixing config generation with broken sed command, fixing bug #539598
 
   09 Feb 2015; Rick Farina  
-wpa_supplicant-2.3-r1.ebuild,
   wpa_supplicant-2.3-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in net-libs/cppzmq: ChangeLog cppzmq-0_pre130717.ebuild

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 10:19:47

  Modified: ChangeLog
  Removed:  cppzmq-0_pre130717.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  net-libs/cppzmq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cppzmq/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cppzmq/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cppzmq/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/cppzmq/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Aug 2014 18:34:00 -  1.4
+++ ChangeLog   11 Feb 2015 10:19:47 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/cppzmq
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/cppzmq/ChangeLog,v 1.4 2014/08/30 
18:34:00 zerochaos Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/cppzmq/ChangeLog,v 1.5 2015/02/11 
10:19:47 jlec Exp $
+
+  11 Feb 2015; Justin Lecher  -cppzmq-0_pre130717.ebuild:
+  Drop old
 
   30 Aug 2014; Rick Farina  cppzmq-0_pre130717-r1.ebuild,
   cppzmq-0_pre130717.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-base/xorg-server: xorg-server-1.16.4.ebuild xorg-server-1.15.2-r2.ebuild xorg-server-1.17.1.ebuild xorg-server-1.16.4-r1.ebuild xorg-server-1.12.4-r4.ebuild C

2015-02-11 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/11 10:20:17

  Modified: ChangeLog
  Added:xorg-server-1.16.4.ebuild
xorg-server-1.15.2-r2.ebuild
xorg-server-1.17.1.ebuild
xorg-server-1.16.4-r1.ebuild
xorg-server-1.12.4-r4.ebuild
  Log:
  Add patches/new versions for security bug #539692.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.822x11-base/xorg-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?rev=1.822&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?rev=1.822&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/ChangeLog?r1=1.821&r2=1.822

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -r1.821 -r1.822
--- ChangeLog   10 Feb 2015 13:43:53 -  1.821
+++ ChangeLog   11 Feb 2015 10:20:17 -  1.822
@@ -1,6 +1,19 @@
 # ChangeLog for x11-base/xorg-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.821 
2015/02/10 13:43:53 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.822 
2015/02/11 10:20:17 chithanh Exp $
+
+*xorg-server-1.15.2-r2 (11 Feb 2015)
+*xorg-server-1.16.4-r1 (11 Feb 2015)
+*xorg-server-1.17.1 (11 Feb 2015)
+*xorg-server-1.16.4 (11 Feb 2015)
+*xorg-server-1.12.4-r4 (11 Feb 2015)
+
+  11 Feb 2015; Chí-Thanh Christopher Nguyễn 
+  +files/xorg-server-1.17-cve-2015-0255-0.patch,
+  +files/xorg-server-1.17-cve-2015-0255-1.patch, +xorg-server-1.12.4-r4.ebuild,
+  +xorg-server-1.15.2-r2.ebuild, +xorg-server-1.16.4-r1.ebuild,
+  +xorg-server-1.16.4.ebuild, +xorg-server-1.17.1.ebuild:
+  Add patches/new versions for security bug #539692.
 
   10 Feb 2015; Chí-Thanh Christopher Nguyễn 
   -files/xdm.initd-10, -files/xorg-cve-2011-4028+4029.patch,



1.1  x11-base/xorg-server/xorg-server-1.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.16.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/xorg-server-1.16.4.ebuild?rev=1.1&content-type=text/plain

Index: xorg-server-1.16.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.16.4.ebuild,v 1.1 
2015/02/11 10:20:17 chithanh Exp $

EAPI=5

XORG_DOC=doc
inherit xorg-2 multilib versionator flag-o-matic
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"

DESCRIPTION="X.Org X servers"
SLOT="0/1.16.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"

IUSE_SERVERS="dmx kdrive xnest xorg xvfb"
IUSE="${IUSE_SERVERS} glamor ipv6 minimal nptl selinux +suid systemd tslib 
+udev unwind wayland"

CDEPEND=">=app-admin/eselect-opengl-1.0.8
!>=app-admin/eselect-opengl-1.3.0
dev-libs/openssl
media-libs/freetype
>=x11-apps/iceauth-1.0.2
>=x11-apps/rgb-1.0.3
>=x11-apps/xauth-1.0.3
x11-apps/xkbcomp
>=x11-libs/libdrm-2.4.20
>=x11-libs/libpciaccess-0.12.901
>=x11-libs/libXau-1.0.4
>=x11-libs/libXdmcp-1.0.2
>=x11-libs/libXfont-1.4.2
>=x11-libs/libxkbfile-1.0.4
>=x11-libs/libxshmfence-1.1
>=x11-libs/pixman-0.27.2
>=x11-libs/xtrans-1.3.3
>=x11-misc/xbitmaps-1.0.1
>=x11-misc/xkeyboard-config-2.4.1-r3
dmx? (
x11-libs/libXt
>=x11-libs/libdmx-1.0.99.1
>=x11-libs/libX11-1.1.5
>=x11-libs/libXaw-1.0.4
>=x11-libs/libXext-1.0.99.4
>=x11-libs/libXfixes-5.0
>=x11-libs/libXi-1.2.99.1
>=x11-libs/libXmu-1.0.3
x11-libs/libXrender
>=x11-libs/libXres-1.0.3
>=x11-libs/libXtst-1.0.99.2
)
glamor? (
media-libs/libepoxy
media-libs/mesa[egl,gbm]
!x11-libs/glamor
)
kdrive? (
>=x11-libs/libXext-1.0.5
x11-libs/libXv
)
!minimal? (
>=x11-libs/libX11-1.1.5
>=x11-libs/libXext-1.0.5
>=media-libs/mesa-9.2.0[nptl=]
)
tslib? ( >=x11-libs/tslib-1.0 )
udev? ( >=virtual/udev-150 )
unwind? ( sys-libs/libunwind )
w

[gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: xorg-server-1.17-cve-2015-0255-1.patch xorg-server-1.17-cve-2015-0255-0.patch

2015-02-11 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/11 10:20:17

  Added:xorg-server-1.17-cve-2015-0255-1.patch
xorg-server-1.17-cve-2015-0255-0.patch
  Log:
  Add patches/new versions for security bug #539692.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.1  
x11-base/xorg-server/files/xorg-server-1.17-cve-2015-0255-1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/files/xorg-server-1.17-cve-2015-0255-1.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/files/xorg-server-1.17-cve-2015-0255-1.patch?rev=1.1&content-type=text/plain

Index: xorg-server-1.17-cve-2015-0255-1.patch
===
>From 20079c36cf7d377938ca5478447d8b9045cb7d43 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan 
Date: Fri, 16 Jan 2015 08:44:45 +0100
Subject: xkb: Check strings length against request size

Ensure that the given strings length in an XkbSetGeometry request remain
within the limits of the size of the request.

Signed-off-by: Olivier Fourdan 
Reviewed-by: Peter Hutterer 
Signed-off-by: Peter Hutterer 

diff --git a/xkb/xkb.c b/xkb/xkb.c
index b9a3ac4..f3988f9 100644
--- a/xkb/xkb.c
+++ b/xkb/xkb.c
@@ -4957,25 +4957,29 @@ ProcXkbGetGeometry(ClientPtr client)
 
 /******/
 
-static char *
-_GetCountedString(char **wire_inout, Bool swap)
+static Status
+_GetCountedString(char **wire_inout, ClientPtr client, char **str)
 {
-char *wire, *str;
+char *wire, *next;
 CARD16 len;
 
 wire = *wire_inout;
 len = *(CARD16 *) wire;
-if (swap) {
+if (client->swapped) {
 swaps(&len);
 }
-str = malloc(len + 1);
-if (str) {
-memcpy(str, &wire[2], len);
-str[len] = '\0';
-}
-wire += XkbPaddedSize(len + 2);
-*wire_inout = wire;
-return str;
+next = wire + XkbPaddedSize(len + 2);
+/* Check we're still within the size of the request */
+if (client->req_len <
+bytes_to_int32(next - (char *) client->requestBuffer))
+return BadValue;
+*str = malloc(len + 1);
+if (!*str)
+return BadAlloc;
+memcpy(*str, &wire[2], len);
+*(*str + len) = '\0';
+*wire_inout = next;
+return Success;
 }
 
 static Status
@@ -4987,6 +4991,7 @@ _CheckSetDoodad(char **wire_inout,
 xkbAnyDoodadWireDesc any;
 xkbTextDoodadWireDesc text;
 XkbDoodadPtr doodad;
+Status status;
 
 dWire = (xkbDoodadWireDesc *) (*wire_inout);
 any = dWire->any;
@@ -5036,8 +5041,14 @@ _CheckSetDoodad(char **wire_inout,
 doodad->text.width = text.width;
 doodad->text.height = text.height;
 doodad->text.color_ndx = dWire->text.colorNdx;
-doodad->text.text = _GetCountedString(&wire, client->swapped);
-doodad->text.font = _GetCountedString(&wire, client->swapped);
+status = _GetCountedString(&wire, client, &doodad->text.text);
+if (status != Success)
+return status;
+status = _GetCountedString(&wire, client, &doodad->text.font);
+if (status != Success) {
+free (doodad->text.text);
+return status;
+}
 break;
 case XkbIndicatorDoodad:
 if (dWire->indicator.onColorNdx >= geom->num_colors) {
@@ -5072,7 +5083,9 @@ _CheckSetDoodad(char **wire_inout,
 }
 doodad->logo.color_ndx = dWire->logo.colorNdx;
 doodad->logo.shape_ndx = dWire->logo.shapeNdx;
-doodad->logo.logo_name = _GetCountedString(&wire, client->swapped);
+status = _GetCountedString(&wire, client, &doodad->logo.logo_name);
+if (status != Success)
+return status;
 break;
 default:
 client->errorValue = _XkbErrCode2(0x4F, dWire->any.type);
@@ -5304,18 +5317,20 @@ _CheckSetGeom(XkbGeometryPtr geom, xkbSetGeometryReq * 
req, ClientPtr client)
 char *wire;
 
 wire = (char *) &req[1];
-geom->label_font = _GetCountedString(&wire, client->swapped);
+status = _GetCountedString(&wire, client, &geom->label_font);
+if (status != Success)
+return status;
 
 for (i = 0; i < req->nProperties; i++) {
 char *name, *val;
 
-name = _GetCountedString(&wire, client->swapped);
-if (!name)
-return BadAlloc;
-val = _GetCountedString(&wire, client->swapped);
-if (!val) {
+status = _GetCountedString(&wire, client, &name);
+if (status != Success)
+return status;
+status = _GetCountedString(&wire, client, &val);
+if (status != Success) {
 free(name);
-return BadAlloc;
+return status;
 }
 if (XkbAddGeomProperty(geom, name, val) == NULL) {
 free(name);
@@ -5349,9 +5364,9 @@ _CheckSetGeom(XkbGeometryPtr geom, xk

[gentoo-commits] gentoo-x86 commit in net-libs/zeromq: metadata.xml zeromq-4.0.5.ebuild ChangeLog zeromq-4.0.1-r1.ebuild zeromq-4.0.4-r1.ebuild zeromq-4.0.1.ebuild zeromq-3.2.4-r1.ebuild

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 10:26:47

  Modified: metadata.xml ChangeLog
  Added:zeromq-4.0.5.ebuild
  Removed:  zeromq-4.0.1-r1.ebuild zeromq-4.0.4-r1.ebuild
zeromq-4.0.1.ebuild zeromq-3.2.4-r1.ebuild
  Log:
  Version Bump, #539440; drop old, fixes two security problems, #523850; Add 
SLOT operators, #511526; improve USE description, #507948
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.10 net-libs/zeromq/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/metadata.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/metadata.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/metadata.xml?r1=1.9&r2=1.10

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/zeromq/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml26 Oct 2013 10:54:25 -  1.9
+++ metadata.xml11 Feb 2015 10:26:47 -  1.10
@@ -26,8 +26,8 @@

   
 
-   0MQ is build with 'Pragmatic General Multicast' (RFC 
3208) support
-   using the excellent OpenPGM implementation.
+Build PGM (Pragmatic General Multicast)extention, a protocol for reliable 
+multicast transport of data over IP networks.

   
 



1.64 net-libs/zeromq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   9 Feb 2015 13:02:40 -   1.63
+++ ChangeLog   11 Feb 2015 10:26:47 -  1.64
@@ -1,6 +1,14 @@
 # ChangeLog for net-libs/zeromq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.63 2015/02/09 
13:02:40 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.64 2015/02/11 
10:26:47 jlec Exp $
+
+*zeromq-4.0.5 (11 Feb 2015)
+
+  11 Feb 2015; Justin Lecher  +zeromq-4.0.5.ebuild,
+  -zeromq-3.2.4-r1.ebuild, -zeromq-4.0.1-r1.ebuild, -zeromq-4.0.1.ebuild,
+  -zeromq-4.0.4-r1.ebuild, metadata.xml:
+  Version Bump, #539440; drop old, fixes two security problems, #523850; Add
+  SLOT operators, #511526; improve USE description, #507948
 
   09 Feb 2015; Anthony G. Basile  zeromq-4.0.1-r1.ebuild,
   zeromq-4.0.4-r1.ebuild:



1.1  net-libs/zeromq/zeromq-4.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/zeromq-4.0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/zeromq-4.0.5.ebuild?rev=1.1&content-type=text/plain

Index: zeromq-4.0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-4.0.5.ebuild,v 1.1 
2015/02/11 10:26:47 jlec Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils

DESCRIPTION="A brokerless kernel"
HOMEPAGE="http://www.zeromq.org/";
SRC_URI="http://download.zeromq.org/${P}.tar.gz";

LICENSE="LGPL-3"
SLOT="0/4.0.0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
IUSE="pgm static-libs test"

RDEPEND="
dev-libs/libsodium:=
pgm? ( =net-libs/openpgm-5.2.122 )"
DEPEND="${RDEPEND}
sys-apps/util-linux
pgm? ( virtual/pkgconfig )"

src_prepare() {
einfo "Removing bundled OpenPGM library"
rm -fr "${S}"/foreign/openpgm/libpgm* || die
sed \
-e '/libzmq_werror=/s:yes:no:g' \
-i configure.ac || die
autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=()
use pgm && myeconfargs+=( --with-system-pgm ) || myeconfargs+=( 
--without-pgm )
autotools-utils_src_configure
}

src_test() {
autotools-utils_src_test -j1
}

src_install() {
autotools-utils_src_install

doman doc/*.[1-9]
}






[gentoo-commits] gentoo-x86 commit in net-libs/czmq: czmq-2.2.0-r2.ebuild ChangeLog czmq-2.1.0.ebuild czmq-1.4.1.ebuild czmq-2.2.0-r1.ebuild czmq-2.0.3.ebuild

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 10:42:44

  Modified: czmq-2.2.0-r2.ebuild ChangeLog
  Removed:  czmq-2.1.0.ebuild czmq-1.4.1.ebuild
czmq-2.2.0-r1.ebuild czmq-2.0.3.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  net-libs/czmq/czmq-2.2.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild?r1=1.1&r2=1.2

Index: czmq-2.2.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- czmq-2.2.0-r2.ebuild15 Sep 2014 19:09:20 -  1.1
+++ czmq-2.2.0-r2.ebuild11 Feb 2015 10:42:44 -  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/net-libs/czmq/czmq-2.2.0-r2.ebuild,v 1.1 
2014/09/15 19:09:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild,v 1.2 
2015/02/11 10:42:44 jlec Exp $
 
 EAPI=5
 
@@ -41,5 +41,5 @@
 }
 
 pkg_postinst() {
-   elog "Due to file collisions we move the makecert tool to 
makecert-${PN}"
+   elog "Due to file collisions we moved the makecert tool to 
makecert-${PN}."
 }



1.18 net-libs/czmq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   15 Sep 2014 19:09:20 -  1.17
+++ ChangeLog   11 Feb 2015 10:42:44 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/czmq
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v 1.17 2014/09/15 
19:09:20 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v 1.18 2015/02/11 
10:42:44 jlec Exp $
+
+  11 Feb 2015; Justin Lecher  -czmq-1.4.1.ebuild,
+  -czmq-2.0.3.ebuild, -czmq-2.1.0.ebuild, -czmq-2.2.0-r1.ebuild,
+  czmq-2.2.0-r2.ebuild:
+  Drop old
 
 *czmq-2.2.0-r2 (15 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: metadata.xml pyzmq-14.5.0.ebuild ChangeLog pyzmq-2.2.0.1-r1.ebuild

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 10:50:51

  Modified: metadata.xml pyzmq-14.5.0.ebuild ChangeLog
  Removed:  pyzmq-2.2.0.1-r1.ebuild
  Log:
  Drop old, fix dependency on zeromq, #539442
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.5  dev-python/pyzmq/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml8 May 2013 18:14:17 -   1.4
+++ metadata.xml11 Feb 2015 10:50:51 -  1.5
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   python
-   
-   Enable gevent compatibility with 
zeromq
-   
-   
-   pyzmq
-   
+  python
+  
+Enable gevent compatibility with zeromq
+  
+  
+pyzmq
+  
 



1.2  dev-python/pyzmq/pyzmq-14.5.0.ebuild

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

Index: pyzmq-14.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyzmq-14.5.0.ebuild 8 Feb 2015 14:45:04 -   1.1
+++ pyzmq-14.5.0.ebuild 11 Feb 2015 10:50:51 -  1.2
@@ -1,24 +1,28 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.5.0.ebuild,v 1.1 
2015/02/08 14:45:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.5.0.ebuild,v 1.2 
2015/02/11 10:50:51 jlec Exp $
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1 toolchain-funcs
 
-DESCRIPTION="PyZMQ is a lightweight and super-fast messaging library built on 
top of the ZeroMQ library"
+DESCRIPTION="lightweight and super-fast messaging library built on top of the 
ZeroMQ library"
 HOMEPAGE="http://www.zeromq.org/bindings:python 
http://pypi.python.org/pypi/pyzmq";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-
 IUSE="doc examples green test"
 
+# Ensures installation of gevent for test phase
+REQUIRED_USE="test? ( green )"
+
 PY2_USEDEP=$(python_gen_usedep python2_7)
-RDEPEND=">=net-libs/zeromq-2.1.9
+RDEPEND="
+   >=net-libs/zeromq-4.0.5
dev-python/py[${PYTHON_USEDEP}]
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
@@ -30,9 +34,6 @@
dev-python/numpydoc[${PYTHON_USEDEP}]
)"
 
-# Ensures installation of gevent for test phase
-REQUIRED_USE="test? ( green )"
-
 python_configure_all() {
tc-export CC
 }



1.65 dev-python/pyzmq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   8 Feb 2015 14:45:04 -   1.64
+++ ChangeLog   11 Feb 2015 10:50:51 -  1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyzmq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.64 
2015/02/08 14:45:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.65 
2015/02/11 10:50:51 jlec Exp $
+
+  11 Feb 2015; Justin Lecher  -pyzmq-2.2.0.1-r1.ebuild,
+  metadata.xml, pyzmq-14.5.0.ebuild:
+  Drop old, fix dependency on zeromq, #539442
 
 *pyzmq-14.5.0 (08 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/eselect-opengl: eselect-opengl-1.2.7.ebuild eselect-opengl-1.3.1-r2.ebuild ChangeLog

2015-02-11 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/11 10:55:10

  Modified: eselect-opengl-1.2.7.ebuild
eselect-opengl-1.3.1-r2.ebuild ChangeLog
  Log:
  Update list of blockers for new mesa release.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.17 app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild?r1=1.16&r2=1.17

Index: eselect-opengl-1.2.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- eselect-opengl-1.2.7.ebuild 10 Dec 2014 03:32:04 -  1.16
+++ eselect-opengl-1.2.7.ebuild 11 Feb 2015 10:55:10 -  1.17
@@ -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/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild,v 
1.16 2014/12/10 03:32:04 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.2.7.ebuild,v 
1.17 2015/02/11 10:55:10 chithanh Exp $
 
 EAPI=4
 
@@ -30,7 +30,8 @@
 !=media-libs/mesa-10.3.5-r1
+!=media-libs/mesa-10.3.5-r1
+!>=media-libs/mesa-10.3.7-r2
 !>=x11-proto/glproto-1.4.17-r1
 !=x11-base/xorg-server-1.16.2-r1"
 



1.3  app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild?r1=1.2&r2=1.3

Index: eselect-opengl-1.3.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eselect-opengl-1.3.1-r2.ebuild  22 Jan 2015 06:44:52 -  1.2
+++ eselect-opengl-1.3.1-r2.ebuild  11 Feb 2015 10: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/app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild,v
 1.2 2015/01/22 06:44:52 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.3.1-r2.ebuild,v
 1.3 2015/02/11 10:55:10 chithanh Exp $
 
 EAPI=5
 
@@ -28,6 +28,7 @@
 RDEPEND=">=app-admin/eselect-1.2.4
 !http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/ChangeLog?rev=1.139&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/ChangeLog?rev=1.139&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-opengl/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   22 Jan 2015 06:44:52 -  1.138
+++ ChangeLog   11 Feb 2015 10:55:10 -  1.139
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/eselect-opengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.138 
2015/01/22 06:44:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/ChangeLog,v 1.139 
2015/02/11 10:55:10 chithanh Exp $
+
+  11 Feb 2015; Chí-Thanh Christopher Nguyễn 
+  eselect-opengl-1.2.7.ebuild, eselect-opengl-1.3.1-r2.ebuild:
+  Update list of blockers for new mesa release.
 
   22 Jan 2015; Michał Górny  eselect-opengl-1.3.1-r2.ebuild:
   Avoid error messages when /usr/lib*/opengl does not exist, bug #537224.






[gentoo-commits] gentoo-x86 commit in kde-misc/plasma-network-status: metadata.xml ChangeLog

2015-02-11 Thread Michael Palimaka (kensington)
kensington15/02/11 12:46:09

  Modified: metadata.xml ChangeLog
  Log:
  Remove proxy-maintainers herd.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  kde-misc/plasma-network-status/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-network-status/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-network-status/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-network-status/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-network-status/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml10 Feb 2015 12:29:14 -  1.4
+++ metadata.xml11 Feb 2015 12:46:09 -  1.5
@@ -2,5 +2,4 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
kde
-   proxy-maintainers
 



1.8  kde-misc/plasma-network-status/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-network-status/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-network-status/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-network-status/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasma-network-status/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Feb 2015 12:29:14 -  1.7
+++ ChangeLog   11 Feb 2015 12:46:09 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/plasma-network-status
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-network-status/ChangeLog,v 
1.7 2015/02/10 12:29:14 dastergon Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-network-status/ChangeLog,v 
1.8 2015/02/11 12:46:09 kensington Exp $
+
+  11 Feb 2015; Michael Palimaka  metadata.xml:
+  Remove proxy-maintainers herd.
 
   10 Feb 2015; Pavlos Ratis  metadata.xml:
   Drop myself from metadata






[gentoo-commits] gentoo-x86 commit in kde-misc/about-distro: about-distro-2.0.1.ebuild ChangeLog

2015-02-11 Thread Michael Palimaka (kensington)
kensington15/02/11 12:47:43

  Modified: ChangeLog
  Added:about-distro-2.0.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.5  kde-misc/about-distro/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/about-distro/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/about-distro/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/about-distro/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/about-distro/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   22 Dec 2014 14:27:52 -  1.4
+++ ChangeLog   11 Feb 2015 12:47:43 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for kde-misc/about-distro
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/about-distro/ChangeLog,v 1.4 
2014/12/22 14:27:52 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/about-distro/ChangeLog,v 1.5 
2015/02/11 12:47:43 kensington Exp $
+
+*about-distro-2.0.1 (11 Feb 2015)
+
+  11 Feb 2015; Michael Palimaka 
+  +about-distro-2.0.1.ebuild:
+  Version bump.
 
 *about-distro-2.0.0 (22 Dec 2014)
 



1.1  kde-misc/about-distro/about-distro-2.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/about-distro/about-distro-2.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/about-distro/about-distro-2.0.1.ebuild?rev=1.1&content-type=text/plain

Index: about-distro-2.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/about-distro/about-distro-2.0.1.ebuild,v 1.1 
2015/02/11 12:47:43 kensington Exp $

EAPI=5

EGIT_BRANCH="frameworks"
inherit kde5

DESCRIPTION="KCM displaying distribution and system information"
HOMEPAGE="https://projects.kde.org/projects/playground/base/about-distro";
SRC_URI="http://www.gentoo.org/images/glogo-small.png";

if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI+=" mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
else
EGIT_REPO_URI="git://anongit.kde.org/${PN}"
KEYWORDS=""
fi

LICENSE="GPL-3"

DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep solid)
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
RDEPEND="${DEPEND}
!kde-misc/about-distro:4
"

src_install() {
kde5_src_install

insinto /etc/xdg
doins "${FILESDIR}"/kcm-about-distrorc

insinto /usr/share/${PN}
doins "${DISTDIR}"/glogo-small.png
}






[gentoo-commits] gentoo-x86 commit in profiles/arch/ia64: ChangeLog package.use.mask

2015-02-11 Thread Alexis Ballier (aballier)
aballier15/02/11 13:41:00

  Modified: ChangeLog package.use.mask
  Log:
  Mask ffmpeg useflags with unkeyworded deps, bug #510340

Revision  ChangesPath
1.224profiles/arch/ia64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.224&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.224&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog   10 Feb 2015 02:44:40 -  1.223
+++ ChangeLog   11 Feb 2015 13:41:00 -  1.224
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/ia64 profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.223 
2015/02/10 02:44:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.224 
2015/02/11 13:41:00 aballier Exp $
+
+  11 Feb 2015; Alexis Ballier  package.use.mask:
+  Mask ffmpeg useflags with unkeyworded deps, bug #510340
 
   10 Feb 2015; Patrick Lauer  package.use.mask:
   Mask media-libs/libav[x265] until keywords catch up



1.162profiles/arch/ia64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.162&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.162&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?r1=1.161&r2=1.162

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- package.use.mask11 Feb 2015 10:05:36 -  1.161
+++ package.use.mask11 Feb 2015 13:41:00 -  1.162
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.161 
2015/02/11 10:05:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.162 
2015/02/11 13:41:00 aballier Exp $
+
+# Alexis Ballier  (11 Feb 2015)
+# Missing ffmpeg deps, bug #510340
+media-video/ffmpeg x265 gme ssh
 
 # Patrick Lauer  (10 Feb 2015)
 # Missing keywords for media-libs/x265






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog package.use.mask

2015-02-11 Thread Alexis Ballier (aballier)
aballier15/02/11 13:42:55

  Modified: ChangeLog package.use.mask
  Log:
  Mask ffmpeg useflags with unkeyworded deps, bug #510340

Revision  ChangesPath
1.313profiles/arch/powerpc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.313&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.313&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.312&r2=1.313

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog   10 Feb 2015 02:45:07 -  1.312
+++ ChangeLog   11 Feb 2015 13:42:55 -  1.313
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.312 
2015/02/10 02:45:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.313 
2015/02/11 13:42:55 aballier Exp $
+
+  11 Feb 2015; Alexis Ballier  package.use.mask:
+  Mask ffmpeg useflags with unkeyworded deps, bug #510340
 
   10 Feb 2015; Patrick Lauer  package.use.mask:
   Mask media-libs/libav[x265] until keywords catch up



1.233profiles/arch/powerpc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.233&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.233&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?r1=1.232&r2=1.233

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- package.use.mask11 Feb 2015 10:05:36 -  1.232
+++ package.use.mask11 Feb 2015 13:42:55 -  1.233
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.232 2015/02/11 10:05:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.233 2015/02/11 13:42:55 aballier Exp $
+
+# Alexis Ballier  (11 Feb 2015)
+# Missing ffmpeg deps, bug #510340
+media-video/ffmpeg x265
 
 # Patrick Lauer  (10 Feb 2015)
 # Missing keywords for media-libs/x265






[gentoo-commits] gentoo-x86 commit in profiles/arch/sparc: ChangeLog package.use.mask

2015-02-11 Thread Alexis Ballier (aballier)
aballier15/02/11 13:44:01

  Modified: ChangeLog package.use.mask
  Log:
  Mask ffmpeg useflags with unkeyworded deps, bug #510340

Revision  ChangesPath
1.245profiles/arch/sparc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.245&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.245&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?r1=1.244&r2=1.245

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog   10 Feb 2015 02:45:34 -  1.244
+++ ChangeLog   11 Feb 2015 13:44:01 -  1.245
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/sparc profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.244 
2015/02/10 02:45:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.245 
2015/02/11 13:44:01 aballier Exp $
+
+  11 Feb 2015; Alexis Ballier  package.use.mask:
+  Mask ffmpeg useflags with unkeyworded deps, bug #510340
 
   10 Feb 2015; Patrick Lauer  package.use.mask:
   Mask media-libs/libav[x265] until keywords catch up



1.187profiles/arch/sparc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.187&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.187&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?r1=1.186&r2=1.187

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- package.use.mask11 Feb 2015 10:05:36 -  1.186
+++ package.use.mask11 Feb 2015 13:44:01 -  1.187
@@ -1,6 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.186 2015/02/11 10:05:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.187 2015/02/11 13:44:01 aballier Exp $
+
+# Alexis Ballier  (11 Feb 2015)
+# Missing ffmpeg deps, bug #510340
+media-video/ffmpeg x265
 
 # Patrick Lauer  (10 Feb 2015)
 # Missing keywords for media-libs/x265






[gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-2.2.12.ebuild ChangeLog

2015-02-11 Thread Alexis Ballier (aballier)
aballier15/02/11 13:45:17

  Modified: ffmpeg-2.2.12.ebuild ChangeLog
  Log:
  forward port keywords after masking optional useflags, bug #510340
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.3  media-video/ffmpeg/ffmpeg-2.2.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild?r1=1.2&r2=1.3

Index: ffmpeg-2.2.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpeg-2.2.12.ebuild30 Jan 2015 16:40:48 -  1.2
+++ ffmpeg-2.2.12.ebuild11 Feb 2015 13:45:17 -  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/media-video/ffmpeg/ffmpeg-2.2.12.ebuild,v 
1.2 2015/01/30 16:40:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild,v 
1.3 2015/02/11 13:45:17 aballier Exp $
 
 EAPI="5"
 
@@ -37,7 +37,7 @@
 LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )"
 SLOT="0/${FFMPEG_SUBSLOT}"
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 IUSE="
aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt



1.826media-video/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.826&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.826&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.825&r2=1.826

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.825
retrieving revision 1.826
diff -u -r1.825 -r1.826
--- ChangeLog   31 Jan 2015 23:54:51 -  1.825
+++ ChangeLog   11 Feb 2015 13:45:17 -  1.826
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.825 
2015/01/31 23:54:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.826 
2015/02/11 13:45:17 aballier Exp $
+
+  11 Feb 2015; Alexis Ballier  ffmpeg-2.2.12.ebuild:
+  forward port keywords after masking optional useflags, bug #510340
 
   31 Jan 2015; Patrick Lauer  metadata.xml:
   Remove unneded useflag description from metadata.xml






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-02-11 Thread Alexis Ballier (aballier)
aballier15/02/11 13:46:27

  Modified: ChangeLog package.mask
  Log:
  unmask latest gst-libav

Revision  ChangesPath
1.9779   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9779&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9779&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9778&r2=1.9779

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9778
retrieving revision 1.9779
diff -u -r1.9778 -r1.9779
--- ChangeLog   11 Feb 2015 10:05:36 -  1.9778
+++ ChangeLog   11 Feb 2015 13:46:26 -  1.9779
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9778 2015/02/11 
10:05:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9779 2015/02/11 
13:46:26 aballier Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  11 Feb 2015; Alexis Ballier  package.mask:
+  unmask latest gst-libav
+
   11 Feb 2015; Pacho Ramos  arch/arm/package.use.mask,
   arch/ia64/package.use.mask, arch/powerpc/package.use.mask,
   arch/sparc/package.use.mask:



1.16347  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16347&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16347&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16346&r2=1.16347

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16346
retrieving revision 1.16347
diff -u -r1.16346 -r1.16347
--- package.mask11 Feb 2015 09:50:53 -  1.16346
+++ package.mask11 Feb 2015 13:46:26 -  1.16347
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16346 2015/02/11 
09:50:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16347 2015/02/11 
13:46:26 aballier Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -37,7 +37,6 @@
 # Patrick Lauer =media-plugins/gst-plugins-libav-1.4
 =media-video/handbrake-0.10.0-r1
 
 # Manuel Rüger  (10 Feb 2015)






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-02-11 Thread Alexis Ballier (aballier)
aballier15/02/11 13:48:36

  Modified: ChangeLog package.mask
  Log:
  unmask latest ffmpeg

Revision  ChangesPath
1.9780   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9780&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9780&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9779&r2=1.9780

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9779
retrieving revision 1.9780
diff -u -r1.9779 -r1.9780
--- ChangeLog   11 Feb 2015 13:46:26 -  1.9779
+++ ChangeLog   11 Feb 2015 13:48:35 -  1.9780
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9779 2015/02/11 
13:46:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9780 2015/02/11 
13:48:35 aballier Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   11 Feb 2015; Alexis Ballier  package.mask:
+  unmask latest ffmpeg
+
+  11 Feb 2015; Alexis Ballier  package.mask:
   unmask latest gst-libav
 
   11 Feb 2015; Pacho Ramos  arch/arm/package.use.mask,



1.16348  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16348&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16348&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16347&r2=1.16348

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16347
retrieving revision 1.16348
diff -u -r1.16347 -r1.16348
--- package.mask11 Feb 2015 13:46:26 -  1.16347
+++ package.mask11 Feb 2015 13:48:35 -  1.16348
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16347 2015/02/11 
13:46:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16348 2015/02/11 
13:48:35 aballier Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -344,10 +344,6 @@
 # FAIL:07:02:35 (00:00:00) db_verify_preop: expected 0, got 1
 =sys-libs/db-6.1*
 
-# Alexis Ballier  (4 Aug 2014)
-# =media-video/ffmpeg-2.3
-
 # Yixun Lan  (17 Jul 2014)
 # Masked for proper testing. (Major updates in the code).
 =net-misc/tinc-1.1_pre*






[gentoo-commits] proj/vdr/devel:master commit in: media-video/vdr/, media-video/vdr/files/

2015-02-11 Thread Joerg Bornkessel
commit: bd12d1945f40c21d09c4d3cf033898c738ece22b
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 11 14:14:11 2015 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Wed Feb 11 14:14:11 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/vdr/devel.git;a=commit;h=bd12d194

bump

Package-Manager: portage-2.2.15
Manifest-Sign-Key: 34C2808A

---
 media-video/vdr/ChangeLog  |  6 ++
 media-video/vdr/Manifest   | 14 +++--
 media-video/vdr/files/vdr-2.1.10_gentoo.patch  | 70 ++
 .../vdr/{vdr-2.1.9.ebuild => vdr-2.1.10.ebuild}| 51 +---
 media-video/vdr/vdr-2.1.9.ebuild   |  2 +-
 5 files changed, 114 insertions(+), 29 deletions(-)

diff --git a/media-video/vdr/ChangeLog b/media-video/vdr/ChangeLog
index 6c8deee..4c73ed1 100644
--- a/media-video/vdr/ChangeLog
+++ b/media-video/vdr/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*vdr-2.1.10 (11 Feb 2015)
+
+  11 Feb 2015; Joerg Bornkessel  vdr-2.1.9.ebuild,
+  +vdr-2.1.10.ebuild, +files/vdr-2.1.10_gentoo.patch:
+  bump
+
 *vdr-2.1.9 (08 Feb 2015)
 
   08 Feb 2015; Joerg Bornkessel  +vdr-2.1.9.ebuild,

diff --git a/media-video/vdr/Manifest b/media-video/vdr/Manifest
index 8dadc93..cc916c5 100644
--- a/media-video/vdr/Manifest
+++ b/media-video/vdr/Manifest
@@ -7,6 +7,7 @@ AUX 03_vdr-2.1.8-scheduleswitch.diff 566 SHA256 
a913e3177624199c1921b98067b3ffec
 AUX 04_vdr-2.1.8-scheduleswitchblue.diff 4972 SHA256 
5df3d8b8e8637d9280ba04eb2d94fdb974fcf66a82960012ae519bb7b02ff548 SHA512 
7ac0c985ed86668486183eac9c569cae3d0e49062c1f7470fe84832e67732eacca84d8e28e03661c4a194d7ad8b5d538b55d04187471520dcb2fa8238130f556
 WHIRLPOOL 
13fbad5ddf9348441f7d1803c55a07e709e2fe7a3f7c2ad5ad94207dfb730c1f10abfa42b4845919559807fbbb1182473e7e0e766a1035df1735e562ab9f46e1
 AUX 06_vdr-2.1.8-skipeditedresume.diff 702 SHA256 
03b701ca2737e63df1cf1e5e1f2331e282ab5c26a4741951ddd07700e7b8488c SHA512 
0a0393c599235147df2ec82c41570c0cae9316bc344cc3b00c1a1110fb7d9ffd2f67774b5882f0f9bc9f2b4ce5b98f0b109c52cb3fe2fab5df92bc5bd02277a3
 WHIRLPOOL 
af8772fd694c10c9edc840b4b351a2c2d24be54f1f954888a49841cb02997e16efd54ca8cd6b918697a4f987c5ef7b6a11d1a03a079db12c9c42bbda9515ae60
 AUX channel_alternative.conf 332 SHA256 
30fb0a5147c01429c2813505cc69658cf1bfa1b70537bce07365017f653be5ce SHA512 
738de5d5d99b54a516f41683834509b477590732db4e00b13b2f26e22c7349cb8517965a21251c08d29b0f368b2bb3fa64a1de71da09ffbedc5a401314a0eb5d
 WHIRLPOOL 
96ead1c37c9e88e6593536a2182b813d3ae86c8e55e79a4cc5ff2d29ec0694405d26c82cb2295bb3f1e7e61c0ec93a646acc518e35ed6eff4d66c9219cc35677
+AUX vdr-2.1.10_gentoo.patch 2322 SHA256 
8088a4f314e0b8d908f82cfe2a7392a18db679a7324bfa92dce49431c50313ec SHA512 
c6953a7fb77717fdaa8ca05550496e25f4bc60d91c13ed0fb23d27e1a1ec433ec2d5cfb019717cf09eb7b67c9ebb91664b1b731dc28bc4f25e815871f6de0bc7
 WHIRLPOOL 
88d4e8407b085604525d9bae1f34a957ae5f168ac657a99c45dcba5f08185351ccb03736cfc464960d3f2157ac6357ffbf8b602dd1da49ee94efb403f71731d8
 AUX vdr-2.1.1_gentoo.patch 2488 SHA256 
25275f22d8d183c089accd9463862aa772d2c13ae18c4f5769916c06b4b5918e SHA512 
a36d8be52e7815165327e7322ce5f5537243a3cedc7b5e695ecddce567e8536cb44724540e5079fcda90f58a95f6fb26de4d1cc2842ce8d5460e4010623042f0
 WHIRLPOOL 
0885af205152ff2228bde0799a05c02efdb7fc712d740a640eecaff6296c7df1285883460e1dd452f0dbc6b4621ddcb0a7c89a21cc241a935f7b7526d2f852f5
 AUX vdr-2.1.6_gentoo.patch 2255 SHA256 
75ec762630d2e9099843151fd0b6e04c5b114faea2052392144d64c648cf5482 SHA512 
0711128380cec9a6ec2e8212226a4a20896888467f323bc006bd1c4cbf1b8e1ce488c2f7227e0903847888e7e37159aecf6d82fdc1b50009a1c869d3da5134c0
 WHIRLPOOL 
e984c7fb87fa3d7eedc203e3b5ac4d2cc9b528dc3a70d8a15582c6dee58589af6d8179fa542f3f45d2e9c6d9889b90e691b77b6d3398f4b6b200635bdc2c404e
 AUX vdr-2.1.7_C++11.patch 4553 SHA256 
3ff8f4762009a932cf63c4239e21f4cca2445cce160b578e5c5c5979b3fefc54 SHA512 
41376c3a4bc4754401e2ce140aea5ce1a1b5ad4388c95446b8e1c8e7ab8acd21c35f24d961b4c16b4cc2500d73345cb73a8b4fa2c13dc90cb781dcac625195ec
 WHIRLPOOL 
3b21733e5b065fc2d4188dfa872557cd4558265f3eaea3411d5a402c1cad14ed86379623e25ab908a4c43e165d4ac171bb1788b71b9b6644fd6510a928150f68
@@ -14,6 +15,7 @@ AUX vdr-2.1.7_gentoo.patch 2322 SHA256 
8088a4f314e0b8d908f82cfe2a7392a18db679a73
 AUX vdr-2.1.8_gentoo.patch 2322 SHA256 
8088a4f314e0b8d908f82cfe2a7392a18db679a7324bfa92dce49431c50313ec SHA512 
c6953a7fb77717fdaa8ca05550496e25f4bc60d91c13ed0fb23d27e1a1ec433ec2d5cfb019717cf09eb7b67c9ebb91664b1b731dc28bc4f25e815871f6de0bc7
 WHIRLPOOL 
88d4e8407b085604525d9bae1f34a957ae5f168ac657a99c45dcba5f08185351ccb03736cfc464960d3f2157ac6357ffbf8b602dd1da49ee94efb403f71731d8
 AUX vdr-2.1.9_gentoo.patch 2322 SHA256 
8088a4f314e0b8d908f82cfe2a7392a18db679a7324bfa92dce49431c50313ec SHA512 
c6953a7fb77717fdaa8ca05550496e25f4bc60d91c13ed0fb23d27e1a1ec433ec2d5cfb019717cf09eb7b67c9ebb91664b1b731dc28bc4f25e815871f6de0bc7
 WHIRLPOOL 
88d4e8407b085604525d9b

[gentoo-commits] gentoo-x86 commit in media-video/smplayer: smplayer-14.9.0.6690-r1.ebuild ChangeLog

2015-02-11 Thread Ben de Groot (yngwin)
yngwin  15/02/11 14:23:59

  Modified: ChangeLog
  Added:smplayer-14.9.0.6690-r1.ebuild
  Log:
  Add helper function to find lrelease. Add linguist-tools:5 dep.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.156media-video/smplayer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.156&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?rev=1.156&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   4 Feb 2015 13:45:13 -   1.155
+++ ChangeLog   11 Feb 2015 14:23:59 -  1.156
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.155 
2015/02/04 13:45:13 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.156 
2015/02/11 14:23:59 yngwin Exp $
+
+*smplayer-14.9.0.6690-r1 (11 Feb 2015)
+
+  11 Feb 2015; Ben de Groot  
+smplayer-14.9.0.6690-r1.ebuild:
+  Add helper function to find lrelease. Add linguist-tools:5 dep.
 
   04 Feb 2015; Ben de Groot  smplayer-14.9.0.6690.ebuild:
   Drop keywords on arches that do not have mpv-0.7.3 keyworded (bug #538804)



1.1  media-video/smplayer/smplayer-14.9.0.6690-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6690-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6690-r1.ebuild?rev=1.1&content-type=text/plain

Index: smplayer-14.9.0.6690-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0.6690-r1.ebuild,v 
1.1 2015/02/11 14:23:59 yngwin Exp $

EAPI=5
PLOCALES="ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr 
hu it ja
ka ko ku lt mk ms_MY nl pl pt pt_BR ro_RO ru_RU sk sl_SI sq_AL sr sv th tr 
uk_UA vi_VN
zh_CN zh_TW"
PLOCALE_BACKUP="en_US"

inherit eutils l10n qmake-utils

SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
HOMEPAGE="http://smplayer.sourceforge.net/";
LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~amd64-linux"
IUSE="autoshutdown bidi debug qt4 qt5 streaming"
REQUIRED_USE="^^ ( qt4 qt5 )"

DEPEND="qt4? ( dev-qt/qtcore:4
dev-qt/qtgui:4
autoshutdown? ( dev-qt/qtdbus:4 ) )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtscript:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
autoshutdown? ( dev-qt/qtdbus:5 ) )"
RDEPEND="${DEPEND}
|| ( >=media-video/mpv-0.6.2[libass,X]
media-video/mplayer[bidi?,libass,png,X] )
streaming? ( >=media-video/mpv-0.6.2[libass,X]
>=net-misc/youtube-dl-2014.11.26 )"

src_prepare() {
use bidi || epatch "${FILESDIR}"/${P}-zero-bidi.patch

# Upstream Makefile sucks
sed -i -e "/^PREFIX=/s:${EPREFIX}/usr/local:${EPREFIX}/usr:" \
-e "/^DOC_PATH=/s:packages/smplayer:${PF}:" \
-e '/\.\/get_svn_revision\.sh/,+2c\
cd src && $(DEFS) $(MAKE)' \
"${S}"/Makefile || die "sed failed"

# Toggle autoshutdown option which pulls in dbus, bug #524392
if ! use autoshutdown ; then
sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#DEFINES += 
AUTO_SHUTDOWN_PC:' \
-i "${S}"/src/smplayer.pro || die "sed failed"
fi

# Turn debug message flooding off
if ! use debug ; then
sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \
"${S}"/src/smplayer.pro || die "sed failed"
fi

# Turn off online update checker, bug #479902
sed -e 's:DEFINES += UPDATE_CHECKER:#DEFINES += UPDATE_CHECKER:' \
-e 's:DEFINES += CHECK_UPGRADED:#DEFINES += CHECK_UPGRADED:' \
-i "${S}"/src/smplayer.pro || die "sed failed"

# l10n_find_plocales_changes "${S}/src/translations" "${PN}_" '.ts'
}

src_configure() {
cd "${S}"/src
echo "#define SVN_REVISION \"${PV} (Gentoo)\"" > svn_revision.h
use qt4 && eqmake4
use qt5 && eqmake5
}


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

2015-02-11 Thread Mike Pagano
commit: 12b7e98443115d5b6de4d34d90afc490d3a4fecf
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Feb 11 14:35:42 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 11 14:35:42 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=12b7e984

Linux patch 3.18.7

---
 _README |4 +
 1006_linux-3.18.7.patch | 1358 +++
 2 files changed, 1362 insertions(+)

diff --git a/_README b/_README
index 626b2f5..d897d2e 100644
--- a/_README
+++ b/_README
@@ -67,6 +67,10 @@ Patch:  1005_linux-3.18.6.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.18.6
 
+Patch:  1006_linux-3.18.7.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.18.7
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1006_linux-3.18.7.patch b/1006_linux-3.18.7.patch
new file mode 100644
index 000..d5ed161
--- /dev/null
+++ b/1006_linux-3.18.7.patch
@@ -0,0 +1,1358 @@
+diff --git a/Makefile b/Makefile
+index d2bff2d5ae25..0efae2279fbe 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 18
+-SUBLEVEL = 6
++SUBLEVEL = 7
+ EXTRAVERSION =
+ NAME = Diseased Newt
+ 
+diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
+index e0278ecbc816..98960b7bc518 100644
+--- a/arch/arm/boot/dts/exynos4.dtsi
 b/arch/arm/boot/dts/exynos4.dtsi
+@@ -368,7 +368,7 @@
+   };
+ 
+   i2s1: i2s@1396 {
+-  compatible = "samsung,s5pv210-i2s";
++  compatible = "samsung,s3c6410-i2s";
+   reg = <0x1396 0x100>;
+   clocks = <&clock CLK_I2S1>;
+   clock-names = "iis";
+@@ -378,7 +378,7 @@
+   };
+ 
+   i2s2: i2s@1397 {
+-  compatible = "samsung,s5pv210-i2s";
++  compatible = "samsung,s3c6410-i2s";
+   reg = <0x1397 0x100>;
+   clocks = <&clock CLK_I2S2>;
+   clock-names = "iis";
+diff --git a/arch/arm/mm/context.c b/arch/arm/mm/context.c
+index 6eb97b3a7481..4370933f16cd 100644
+--- a/arch/arm/mm/context.c
 b/arch/arm/mm/context.c
+@@ -144,21 +144,17 @@ static void flush_context(unsigned int cpu)
+   /* Update the list of reserved ASIDs and the ASID bitmap. */
+   bitmap_clear(asid_map, 0, NUM_USER_ASIDS);
+   for_each_possible_cpu(i) {
+-  if (i == cpu) {
+-  asid = 0;
+-  } else {
+-  asid = atomic64_xchg(&per_cpu(active_asids, i), 0);
+-  /*
+-   * If this CPU has already been through a
+-   * rollover, but hasn't run another task in
+-   * the meantime, we must preserve its reserved
+-   * ASID, as this is the only trace we have of
+-   * the process it is still running.
+-   */
+-  if (asid == 0)
+-  asid = per_cpu(reserved_asids, i);
+-  __set_bit(asid & ~ASID_MASK, asid_map);
+-  }
++  asid = atomic64_xchg(&per_cpu(active_asids, i), 0);
++  /*
++   * If this CPU has already been through a
++   * rollover, but hasn't run another task in
++   * the meantime, we must preserve its reserved
++   * ASID, as this is the only trace we have of
++   * the process it is still running.
++   */
++  if (asid == 0)
++  asid = per_cpu(reserved_asids, i);
++  __set_bit(asid & ~ASID_MASK, asid_map);
+   per_cpu(reserved_asids, i) = asid;
+   }
+ 
+diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
+index 64c4f0800ee3..38eead12f35b 100644
+--- a/arch/arm64/kernel/setup.c
 b/arch/arm64/kernel/setup.c
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -79,7 +80,6 @@ unsigned int compat_elf_hwcap2 __read_mostly;
+ #endif
+ 
+ static const char *cpu_name;
+-static const char *machine_name;
+ phys_addr_t __fdt_pointer __initdata;
+ 
+ /*
+@@ -311,8 +311,6 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys)
+   while (true)
+   cpu_relax();
+   }
+-
+-  machine_name = of_flat_dt_get_machine_name();
+ }
+ 
+ /*
+@@ -449,14 +447,50 @@ static const char *hwcap_str[] = {
+   NULL
+ };
+ 
++#ifdef CONFIG_COMPAT
++static const char *compat_hwcap_str[] = {
++  "swp",
++  "half",
++  "thumb",
++  "26bit",
++  "fastmult",
++  "fpa",
++  "vfp",
++  "edsp",
++  "java",
++  "iwmmxt",
++  "crunch",
++  "thumbee",
++  "neon",
++  "vfpv3",
++  "vfpv3d16",
++  "tls",
++  "vfpv4",
++  "idiva",
++  "idivt",
++  

[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild gst-plugins-ffmpeg-0.10.13_p

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 14:45:46

  Modified: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
ChangeLog
  Removed:  gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild
gst-plugins-ffmpeg-0.10.13_p201211.ebuild
  Log:
  Not compatible with libav >= 10 , drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  
media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?r1=1.1&r2=1.2

Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild7 Feb 2015 20:15:26 
-   1.1
+++ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild11 Feb 2015 14:45:46 
-  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/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
 1.1 2015/02/07 20:15:26 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v
 1.2 2015/02/11 14:45:46 pacho Exp $
 
 EAPI=5
 
@@ -25,19 +25,21 @@
 
 S=${WORKDIR}/${MY_P}
 
-RDEPEND=">=media-libs/gstreamer-0.10.36-r2:0.10[${MULTILIB_USEDEP}]
+RDEPEND="
+   >=media-libs/gstreamer-0.10.36-r2:0.10[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-base-0.10.36:0.10[${MULTILIB_USEDEP}]
 
!libav? ( >=media-video/ffmpeg-1.2.6-r1:0=[${MULTILIB_USEDEP}] )
-   libav? ( >=media-video/libav-9.12:0=[${MULTILIB_USEDEP}]
+   libav? (
+   >=media-video/libav-9.12:0=[${MULTILIB_USEDEP}]
+   =media-libs/libpostproc-10.20140517-r1:0=[${MULTILIB_USEDEP}] )
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )"
+   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+   abi_x86_32? ( !app-emulation/emul-linux-x86-gstplugins[-abi_x86_32(-)] )
+"
 DEPEND="${RDEPEND}
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
-RDEPEND="${RDEPEND}
-   abi_x86_32? (
-   !app-emulation/emul-linux-x86-gstplugins[-abi_x86_32(-)]
-   )"
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
 
 src_prepare() {
sed -e 's/sleep 15//' -i configure.ac configure || die
@@ -73,11 +75,3 @@
einstalldocs
prune_libtool_files --modules
 }
-
-pkg_postinst() {
-   if ! use libav; then
-   elog "Please note that upstream uses media-video/libav"
-   elog "rather than media-video/ffmpeg. If you encounter any"
-   elog "issues try to move from ffmpeg to libav."
-   fi
-}



1.191media-plugins/gst-plugins-ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.191&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.191&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   7 Feb 2015 20:15:26 -   1.190
+++ ChangeLog   11 Feb 2015 14:45:46 -  1.191
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.190 
2015/02/07 20:15:26 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.191 
2015/02/11 14:45:46 pacho Exp $
+
+  11 Feb 2015; Pacho Ramos 
+  -gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild,
+  -gst-plugins-ffmpeg-0.10.13_p201211.ebuild,
+  gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
+  Not compatible with libav >= 10 , drop old
 
 *gst-plugins-ffmpeg-0.10.13_p201211-r3 (07 Feb 2015)
 






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

2015-02-11 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 11 14:46:12 2015 +

New tag: 3.18-9




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

2015-02-11 Thread Mike Pagano (mpagano)
mpagano 15/02/11 14:52:57

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1495
retrieving revision 1.1496
diff -u -r1.1495 -r1.1496
--- ChangeLog   9 Feb 2015 23:07:49 -   1.1495
+++ ChangeLog   11 Feb 2015 14:52:57 -  1.1496
@@ -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.1495 2015/02/09 23:07:49 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1496 2015/02/11 14:52:57 mpagano Exp $
+
+*gentoo-sources-3.18.7 (11 Feb 2015)
+
+  11 Feb 2015; Mike Pagano  +gentoo-sources-3.18.7.ebuild:
+  Linux patch 3.18.7
 
 *gentoo-sources-3.12.37 (09 Feb 2015)
 



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

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

Index: gentoo-sources-3.18.7.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.18.7.ebuild,v
 1.1 2015/02/11 14:52:57 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="9"
K_DEBLOB_AVAILABLE="0"
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] proj/qt:master commit in: eclass/

2015-02-11 Thread Ben de Groot
commit: a8a171061e8347da2a1bfe3dac8916f6d52e927e
Author: Ben de Groot  gentoo  org>
AuthorDate: Wed Feb 11 15:11:35 2015 +
Commit: Ben de Groot  gentoo  org>
CommitDate: Wed Feb 11 15:11:35 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a8a17106

qmake-utils.eclass: add get_bindir helper functions

---
 eclass/qmake-utils.eclass | 27 +--
 1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index 623a629..cc11970 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -51,6 +51,25 @@ qmake-utils_find_pro_file() {
esac
 }
 
+# @FUNCTION qt4_get_bindir
+# @DESCRIPTION:
+# Get the correct location of Qt4's installed binaries.
+qt4_get_bindir() {
+   local qtbindir=${EPREFIX}/usr/$(get_libdir)/qt4/bin
+   if [[ -x ${qtbindir} ]]; then
+   echo ${qtbindir}
+   else
+   echo ${EPREFIX}/usr/bin
+   fi
+}
+
+# @FUNCTION qt5_get_bindir
+# @DESCRIPTION:
+# Get the correct location of Qt5's installed binaries.
+qt5_get_bindir() {
+   echo ${EPREFIX}/usr/$(get_libdir)/qt5/bin
+}
+
 # @VARIABLE: EQMAKE4_EXCLUDE
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -158,11 +177,7 @@ eqmake4() {
 
[[ -n ${EQMAKE4_EXCLUDE} ]] && eshopts_pop
 
-   # determine qmake binary location
-   local qmake_path=${EPREFIX}/usr/$(get_libdir)/qt4/bin/qmake
-   [[ ! -x ${qmake_path} ]] && qmake_path=${EPREFIX}/usr/bin/qmake
-
-   "${qmake_path}" \
+   "$(qt4_get_bindir)"/qmake \
-makefile \
QMAKE_AR="$(tc-getAR) cqs" \
QMAKE_CC="$(tc-getCC)" \
@@ -213,7 +228,7 @@ eqmake5() {
 
ebegin "Running qmake"
 
-   "${EPREFIX}"/usr/$(get_libdir)/qt5/bin/qmake \
+   "$(qt5_get_bindir)"/qmake \
-makefile \
QMAKE_AR="$(tc-getAR) cqs" \
QMAKE_CC="$(tc-getCC)" \



[gentoo-commits] proj/vdr/devel:master commit in: media-plugins/vdr-softhddevice/

2015-02-11 Thread Joerg Bornkessel
commit: f7386ccc4c82c827ee8015cdf92dcce64f07e6ac
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Feb 11 15:15:33 2015 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Wed Feb 11 15:15:33 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/vdr/devel.git;a=commit;h=f7386ccc

compilefix vdr-2.1.10

Package-Manager: portage-2.2.15
Manifest-Sign-Key: 34C2808A

---
 media-plugins/vdr-softhddevice/ChangeLog   |  4 
 media-plugins/vdr-softhddevice/Manifest| 10 +-
 .../vdr-softhddevice/vdr-softhddevice-0.6.0_p20140923.ebuild   | 10 +-
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/media-plugins/vdr-softhddevice/ChangeLog 
b/media-plugins/vdr-softhddevice/ChangeLog
index 0a96caa..78511bb 100644
--- a/media-plugins/vdr-softhddevice/ChangeLog
+++ b/media-plugins/vdr-softhddevice/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Feb 2015; Joerg Bornkessel 
+  vdr-softhddevice-0.6.0_p20140923.ebuild:
+  compilefix vdr-2.1.10
+
   15 Jan 2015; Joerg Bornkessel 
   vdr-softhddevice-0.6.0_p20140923.ebuild, vdr-softhddevice-.ebuild:
   fixed build param for media-libs/libav

diff --git a/media-plugins/vdr-softhddevice/Manifest 
b/media-plugins/vdr-softhddevice/Manifest
index 9b978a1..d021af7 100644
--- a/media-plugins/vdr-softhddevice/Manifest
+++ b/media-plugins/vdr-softhddevice/Manifest
@@ -14,15 +14,15 @@ DIST vdr-plugin-softhddevice-a3c0052c.tar.bz2 139540 SHA256 
a6b51fc1956c5f6a3e7d
 DIST vdr-softhddevice-0.6.0.tgz 179360 SHA256 
357c80c850d4289c5080a6264f91cc71a333ca118c5999de8911a0284247eeea SHA512 
f2d99d3c5e96364603545118c618a66544af910f821e982c64441972e322ca6bc0a341222b0342a950094cf1e4a2368630fc89f3d0dd37c2878187c8cd0edde8
 WHIRLPOOL 
8f23d1fe844fcf3112b53b5445a15f4607ce55c5ad897181284041689400298da80e658d87b3252ad47af1403259851f41420b595ba7c4f844f8aea84e86ebeb
 EBUILD vdr-softhddevice-0.6.0.ebuild 1343 SHA256 
8758429bdaa1d5cc66f9b1af0e7030e31169fa1a6b5f30f64b756e07b4596a1e SHA512 
9486686e4a742be54e83a9c0b1ecd5182f56b1ec4c2a2ef2ffaf117406fdeb22b9cc7aab7cff87279049b12565d806044745387d310ea00c0a928c0c2b8a8838
 WHIRLPOOL 
147ff88039743d0bd27e539db887c888bf08719fad25ebf708a94a4c49341570987e2ebda7f9a4332a4a3458177117f5aaae32126e59c1e40dc4f9be679b48c4
 EBUILD vdr-softhddevice-0.6.0_p20140108.ebuild 1807 SHA256 
07cefc8bf948e34d3a96d382908789290150e91790a28cf3b6a76e9f17d0bc89 SHA512 
20897886fef274b36d17b4173cdb3d4d219a7ebebd2853d12eb82781786c02db225d8c1dbfab010c5207e29f97431d6d93229e210f9a0644c882812b2b288645
 WHIRLPOOL 
70d1ded6c7bb344c7780fdbe1fb368bd82f44eea7ac2b2c7609a35d36308a417674429e7d06d376ec3ccc774de39a303f24b4e436b7815b159446807d6a5
-EBUILD vdr-softhddevice-0.6.0_p20140923.ebuild 1861 SHA256 
21eacfd86311e528f5f41297763f786a736c8809eb07e858fd9123c74b6bc192 SHA512 
5cf2584cd9bea15688bd8d3fb4ca58fcb5dfd1b0c68efcfc072be04d4fec1843040b4489d27bddb028f6e0a231c3d51a0e5795d6b3ad79f3d53831887b14e7d7
 WHIRLPOOL 
1821454dc9a86f82c8b3f7b746dd637279fb586de633d2bfef2aac28068f427f674b2429c2e265deff2fd8d0e9f8dff67982f9415356fcc177ee7469d6b7b088
+EBUILD vdr-softhddevice-0.6.0_p20140923.ebuild 2000 SHA256 
b8074f0d5365b910d4941bc7bead67ad10e72879a1c398fa4e80bd8ee102c31e SHA512 
29e892ece0d1ffcc0c33ccf679e478eb11f2473b981d3889d75c7f202a747adfd244c09471c26c058cc966d4816fb17adc11feccde1a52d273a7c36a2c03ecc7
 WHIRLPOOL 
670f78724614b3bb23b7a5a629b783544457bcae081e03d2bde1ef8e1841ee1f067f0a5f73ef18a8361ff9ba2acf466bf6c9a32d7caf33373e24e3ce2c2dddce
 EBUILD vdr-softhddevice-.ebuild 1715 SHA256 
c43b7708cd699bb8469bd4014bfaac3cb4ac182e6fa271767d4fb1b20e03d848 SHA512 
79f21859974d26a5dac199d12989c12b68591eeb1d490d673b44564806c9593d7bd10bac4cad2807cf7578484ea5523a596b3bb51d79bbafc7882aa1dcb7f60f
 WHIRLPOOL 
392e2f04ca46fbd193fc14f3279b3948160b0c2adc01d4cb9510e7021f604313acee9b2b5c9f1578f6a8013e9cd50b1e80a7e188a65dceeaab37c9a260507b9c
-MISC ChangeLog 2774 SHA256 
22c0dd2be8820416f9ef54afde93b71d4e20d3e373e8a23edc257ee681e7f749 SHA512 
16e853da5f6b37aa3510b30e6ecf22539e40a82627b079c263774ed4e88b42ce40889a5504ad188bfc3e4fab9a63ad089d8eeb1856df7b7d399689d10842
 WHIRLPOOL 
64de4e112626c008dc9792a656552ab6d77aeb1059bb347c50fb9403db7fc6e2b384ce84cf460af56edb3b7d271b47e98d627c90a26d3e0511f1ea59c0247135
+MISC ChangeLog 2897 SHA256 
2d63ea6a6a2b28444f9d29ddb567a5a6b0356d5de4a000d155bd93a4c918ed07 SHA512 
cfb5cf8bf4537b1934d572ac0311a05f3aca45b13e9478e6a370ac17d5a05cdbf095fa902393e10f427b8d9f5f7c4ad813c484b6f1d5f9f5ddefcca08d33d25c
 WHIRLPOOL 
2a372938a9e75e84287f6a18017345d9b6a31b1ad164c6f91b7705480a3d03bc745baefc58c6e75da5f86e7b477833eed21b6c05a5ae5e17b5f652b57782b4c0
 MISC metadata.xml 588 SHA256 
7412202ca0a7e2c1984715a40e3e0b09828205cc32a1fb98eb7c0831469b7580 SHA512 
18dc19d2261a6fce90841fbafa15130638e4e20979127a5a9346cd05d17dc5771c76f11c5fa12e4876e6f8a010e01a24883d680f22210fb59da9c7cd6bf769fb
 WHIRLPOOL 
9abc9b6389faea0c0690ea06448c4

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

2015-02-11 Thread Mike Pagano
commit: b14bb3b1ea333a10c6c9b3f7a587566df6991f06
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Feb 11 15:16:28 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 11 15:16:28 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=b14bb3b1

Linux patch 3.14.33

---
 _README  |   4 +
 1032_linux-3.14.33.patch | 942 +++
 2 files changed, 946 insertions(+)

diff --git a/_README b/_README
index 04f7bef..dcaab33 100644
--- a/_README
+++ b/_README
@@ -170,6 +170,10 @@ Patch:  1031_linux-3.14.32.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.32
 
+Patch:  1032_linux-3.14.33.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.33
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1032_linux-3.14.33.patch b/1032_linux-3.14.33.patch
new file mode 100644
index 000..6d2d1f2
--- /dev/null
+++ b/1032_linux-3.14.33.patch
@@ -0,0 +1,942 @@
+diff --git a/Makefile b/Makefile
+index 00fffa3f2310..b0963ca2895d 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 32
++SUBLEVEL = 33
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arm/mm/context.c b/arch/arm/mm/context.c
+index 6eb97b3a7481..4370933f16cd 100644
+--- a/arch/arm/mm/context.c
 b/arch/arm/mm/context.c
+@@ -144,21 +144,17 @@ static void flush_context(unsigned int cpu)
+   /* Update the list of reserved ASIDs and the ASID bitmap. */
+   bitmap_clear(asid_map, 0, NUM_USER_ASIDS);
+   for_each_possible_cpu(i) {
+-  if (i == cpu) {
+-  asid = 0;
+-  } else {
+-  asid = atomic64_xchg(&per_cpu(active_asids, i), 0);
+-  /*
+-   * If this CPU has already been through a
+-   * rollover, but hasn't run another task in
+-   * the meantime, we must preserve its reserved
+-   * ASID, as this is the only trace we have of
+-   * the process it is still running.
+-   */
+-  if (asid == 0)
+-  asid = per_cpu(reserved_asids, i);
+-  __set_bit(asid & ~ASID_MASK, asid_map);
+-  }
++  asid = atomic64_xchg(&per_cpu(active_asids, i), 0);
++  /*
++   * If this CPU has already been through a
++   * rollover, but hasn't run another task in
++   * the meantime, we must preserve its reserved
++   * ASID, as this is the only trace we have of
++   * the process it is still running.
++   */
++  if (asid == 0)
++  asid = per_cpu(reserved_asids, i);
++  __set_bit(asid & ~ASID_MASK, asid_map);
+   per_cpu(reserved_asids, i) = asid;
+   }
+ 
+diff --git a/arch/arm64/include/asm/cputype.h 
b/arch/arm64/include/asm/cputype.h
+index c404fb0df3a6..64bc6c6efc6f 100644
+--- a/arch/arm64/include/asm/cputype.h
 b/arch/arm64/include/asm/cputype.h
+@@ -77,6 +77,8 @@ static inline u32 __attribute_const__ 
read_cpuid_cachetype(void)
+   return read_cpuid(CTR_EL0);
+ }
+ 
++void cpuinfo_store_cpu(void);
++
+ #endif /* __ASSEMBLY__ */
+ 
+ #endif
+diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
+index 071c3822442b..1e01d80a1165 100644
+--- a/arch/arm64/kernel/setup.c
 b/arch/arm64/kernel/setup.c
+@@ -41,6 +41,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -73,7 +74,6 @@ unsigned int compat_elf_hwcap __read_mostly = 
COMPAT_ELF_HWCAP_DEFAULT;
+ #endif
+ 
+ static const char *cpu_name;
+-static const char *machine_name;
+ phys_addr_t __fdt_pointer __initdata;
+ 
+ /*
+@@ -193,6 +193,19 @@ static void __init smp_build_mpidr_hash(void)
+ }
+ #endif
+ 
++struct cpuinfo_arm64 {
++  struct cpu  cpu;
++  u32 reg_midr;
++};
++
++static DEFINE_PER_CPU(struct cpuinfo_arm64, cpu_data);
++
++void cpuinfo_store_cpu(void)
++{
++  struct cpuinfo_arm64 *info = this_cpu_ptr(&cpu_data);
++  info->reg_midr = read_cpuid_id();
++}
++
+ static void __init setup_processor(void)
+ {
+   struct cpu_info *cpu_info;
+@@ -213,6 +226,8 @@ static void __init setup_processor(void)
+   sprintf(init_utsname()->machine, ELF_PLATFORM);
+   elf_hwcap = 0;
+ 
++  cpuinfo_store_cpu();
++
+   /*
+* ID_AA64ISAR0_EL1 contains 4-bit wide signed feature blocks.
+* The blocks we test below represent incremental functionality
+@@ -257,8 +272,6 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys)
+   while (true)
+   cpu_relax();
+   }
+-
+-  machine_name = of_flat_dt_get_machine_name();
+ }
+ 
+ /*
+@@

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

2015-02-11 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 11 15:17:09 2015 +

New tag: 3.14-38




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

2015-02-11 Thread Mike Pagano (mpagano)
mpagano 15/02/11 15:20:35

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1496
retrieving revision 1.1497
diff -u -r1.1496 -r1.1497
--- ChangeLog   11 Feb 2015 14:52:57 -  1.1496
+++ ChangeLog   11 Feb 2015 15:20:35 -  1.1497
@@ -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.1496 2015/02/11 14:52:57 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1497 2015/02/11 15:20:35 mpagano Exp $
+
+*gentoo-sources-3.14.33 (11 Feb 2015)
+
+  11 Feb 2015; Mike Pagano  +gentoo-sources-3.14.33.ebuild:
+  Linux patch 3.14.33
 
 *gentoo-sources-3.18.7 (11 Feb 2015)
 



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

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

Index: gentoo-sources-3.14.33.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.33.ebuild,v
 1.1 2015/02/11 15:20:35 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="38"
K_DEBLOB_AVAILABLE="0"
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 net-wireless/yatebts: yatebts-9999.ebuild yatebts-4.0.0.ebuild ChangeLog

2015-02-11 Thread Richard Farina (zerochaos)
zerochaos15/02/11 15:31:51

  Modified: yatebts-.ebuild yatebts-4.0.0.ebuild ChangeLog
  Log:
  marking bladerf support as default as it is the only hardware upstream 
officially supports
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.6  net-wireless/yatebts/yatebts-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-.ebuild?r1=1.5&r2=1.6

Index: yatebts-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/yatebts/yatebts-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yatebts-.ebuild 10 Feb 2015 16:20:12 -  1.5
+++ yatebts-.ebuild 11 Feb 2015 15:31:51 -  1.6
@@ -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-wireless/yatebts/yatebts-.ebuild,v 
1.5 2015/02/10 16:20:12 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/yatebts/yatebts-.ebuild,v 
1.6 2015/02/11 15:31:51 zerochaos Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="rad1 usrp1 uhd bladerf cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
+IUSE="rad1 usrp1 uhd +bladerf cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
 
 RDEPEND="
>=net-voip/yate-5.4.0[gsm]



1.5  net-wireless/yatebts/yatebts-4.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0.ebuild?r1=1.4&r2=1.5

Index: yatebts-4.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yatebts-4.0.0.ebuild10 Feb 2015 16:20:12 -  1.4
+++ yatebts-4.0.0.ebuild11 Feb 2015 15:31:51 -  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/net-wireless/yatebts/yatebts-4.0.0.ebuild,v 
1.4 2015/02/10 16:20:12 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0.ebuild,v 
1.5 2015/02/11 15:31:51 zerochaos Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="rad1 usrp1 uhd bladerf cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
+IUSE="rad1 usrp1 uhd +bladerf cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
 
 RDEPEND="
>=net-voip/yate-5.4.0[gsm]



1.6  net-wireless/yatebts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/yatebts/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Feb 2015 16:20:12 -  1.5
+++ ChangeLog   11 Feb 2015 15:31:51 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for net-wireless/yatebts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/yatebts/ChangeLog,v 1.5 
2015/02/10 16:20:12 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/yatebts/ChangeLog,v 1.6 
2015/02/11 15:31:51 zerochaos Exp $
+
+  11 Feb 2015; Rick Farina  yatebts-4.0.0.ebuild,
+  yatebts-.ebuild:
+  marking bladerf support as default as it is the only hardware upstream
+  officially supports
 
   10 Feb 2015; Rick Farina  yatebts-4.0.0.ebuild,
   yatebts-.ebuild:






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

2015-02-11 Thread Mike Pagano
commit: 52f94c2bc556c879ebcf3aedcac90c48cf164cf9
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Feb 11 15:22:14 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 11 15:22:14 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=52f94c2b

Linux patch 3.10.69

---
 _README  |   4 +
 1068_linux-3.10.69.patch | 876 +++
 2 files changed, 880 insertions(+)

diff --git a/_README b/_README
index 0cdf9c0..de5e6ac 100644
--- a/_README
+++ b/_README
@@ -314,6 +314,10 @@ Patch:  1067_linux-3.10.68.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.68
 
+Patch:  1068_linux-3.10.69.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.69
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1068_linux-3.10.69.patch b/1068_linux-3.10.69.patch
new file mode 100644
index 000..a20a5fd
--- /dev/null
+++ b/1068_linux-3.10.69.patch
@@ -0,0 +1,876 @@
+diff --git a/Makefile b/Makefile
+index dd67be657716..81ede20061cf 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 10
+-SUBLEVEL = 68
++SUBLEVEL = 69
+ EXTRAVERSION =
+ NAME = TOSSUG Baby Fish
+ 
+diff --git a/arch/arm64/include/asm/cputype.h 
b/arch/arm64/include/asm/cputype.h
+index cf2749488cd4..be9b5ca9a6c0 100644
+--- a/arch/arm64/include/asm/cputype.h
 b/arch/arm64/include/asm/cputype.h
+@@ -74,6 +74,8 @@ static inline u32 __attribute_const__ 
read_cpuid_cachetype(void)
+   return read_cpuid(ID_CTR_EL0);
+ }
+ 
++void cpuinfo_store_cpu(void);
++
+ #endif /* __ASSEMBLY__ */
+ 
+ #endif
+diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
+index add6ea616843..7cc551d1b0e1 100644
+--- a/arch/arm64/kernel/setup.c
 b/arch/arm64/kernel/setup.c
+@@ -41,6 +41,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -97,6 +98,19 @@ void __init early_print(const char *str, ...)
+   printk("%s", buf);
+ }
+ 
++struct cpuinfo_arm64 {
++  struct cpu  cpu;
++  u32 reg_midr;
++};
++
++static DEFINE_PER_CPU(struct cpuinfo_arm64, cpu_data);
++
++void cpuinfo_store_cpu(void)
++{
++  struct cpuinfo_arm64 *info = this_cpu_ptr(&cpu_data);
++  info->reg_midr = read_cpuid_id();
++}
++
+ static void __init setup_processor(void)
+ {
+   struct cpu_info *cpu_info;
+@@ -127,6 +141,8 @@ static void __init setup_machine_fdt(phys_addr_t dt_phys)
+   struct boot_param_header *devtree;
+   unsigned long dt_root;
+ 
++  cpuinfo_store_cpu();
++
+   /* Check we have a non-NULL DT pointer */
+   if (!dt_phys) {
+   early_print("\n"
+@@ -290,14 +306,12 @@ static int __init arm64_device_init(void)
+ }
+ arch_initcall(arm64_device_init);
+ 
+-static DEFINE_PER_CPU(struct cpu, cpu_data);
+-
+ static int __init topology_init(void)
+ {
+   int i;
+ 
+   for_each_possible_cpu(i) {
+-  struct cpu *cpu = &per_cpu(cpu_data, i);
++  struct cpu *cpu = &per_cpu(cpu_data.cpu, i);
+   cpu->hotpluggable = 1;
+   register_cpu(cpu, i);
+   }
+@@ -312,14 +326,41 @@ static const char *hwcap_str[] = {
+   NULL
+ };
+ 
++#ifdef CONFIG_COMPAT
++static const char *compat_hwcap_str[] = {
++  "swp",
++  "half",
++  "thumb",
++  "26bit",
++  "fastmult",
++  "fpa",
++  "vfp",
++  "edsp",
++  "java",
++  "iwmmxt",
++  "crunch",
++  "thumbee",
++  "neon",
++  "vfpv3",
++  "vfpv3d16",
++  "tls",
++  "vfpv4",
++  "idiva",
++  "idivt",
++  "vfpd32",
++  "lpae",
++  "evtstrm"
++};
++#endif /* CONFIG_COMPAT */
++
+ static int c_show(struct seq_file *m, void *v)
+ {
+-  int i;
+-
+-  seq_printf(m, "Processor\t: %s rev %d (%s)\n",
+- cpu_name, read_cpuid_id() & 15, ELF_PLATFORM);
++  int i, j;
+ 
+   for_each_online_cpu(i) {
++  struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i);
++  u32 midr = cpuinfo->reg_midr;
++
+   /*
+* glibc reads /proc/cpuinfo to determine the number of
+* online processors, looking for lines beginning with
+@@ -328,27 +369,36 @@ static int c_show(struct seq_file *m, void *v)
+ #ifdef CONFIG_SMP
+   seq_printf(m, "processor\t: %d\n", i);
+ #endif
+-  seq_printf(m, "BogoMIPS\t: %lu.%02lu\n\n",
++  seq_printf(m, "BogoMIPS\t: %lu.%02lu\n",
+  loops_per_jiffy / (50UL/HZ),
+  loops_per_jiffy / (5000UL/HZ) % 100);
+-  }
+-
+-  /* dump out the processor features */
+-  seq_puts(m, "Features\t: ");
+-
+-  for (i = 0; hwcap_str[i]; i++)
+-  if (elf_hwcap & (1 << i))
+-  seq_printf(m, "%s ", hwcap_str[i]);
+ 
+-  seq_print

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

2015-02-11 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Feb 11 15:36:42 2015 +

New tag: 3.10-77




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

2015-02-11 Thread Mike Pagano (mpagano)
mpagano 15/02/11 15:42:42

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1497
retrieving revision 1.1498
diff -u -r1.1497 -r1.1498
--- ChangeLog   11 Feb 2015 15:20:35 -  1.1497
+++ ChangeLog   11 Feb 2015 15:42:42 -  1.1498
@@ -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.1497 2015/02/11 15:20:35 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1498 2015/02/11 15:42:42 mpagano Exp $
+
+*gentoo-sources-3.10.69 (11 Feb 2015)
+
+  11 Feb 2015; Mike Pagano  +gentoo-sources-3.10.69.ebuild:
+  Linux patch 3.10.69
 
 *gentoo-sources-3.14.33 (11 Feb 2015)
 



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

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

Index: gentoo-sources-3.10.69.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.69.ebuild,v
 1.1 2015/02/11 15:42:42 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="76"
K_DEBLOB_AVAILABLE="0"
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 media-plugins/vdr-dvbhddevice: vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild ChangeLog

2015-02-11 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/02/11 15:43:26

  Modified: ChangeLog
  Added:vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
  Log:
  compilefix >=vdr-2.1.10
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.6  media-plugins/vdr-dvbhddevice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Jan 2015 00:14:06 -   1.5
+++ ChangeLog   11 Feb 2015 15:43:26 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-dvbhddevice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 
1.5 2015/01/03 00:14:06 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 
1.6 2015/02/11 15:43:26 hd_brummy Exp $
+
+*vdr-dvbhddevice-2.1.3_p20140115-r1 (11 Feb 2015)
+
+  11 Feb 2015; Joerg Bornkessel 
+  +vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild:
+  compilefix >=vdr-2.1.10
 
   03 Jan 2015; Joerg Bornkessel 
   vdr-dvbhddevice-2.1.3_p20140115.ebuild:



1.1  
media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild?rev=1.1&content-type=text/plain

Index: vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild,v
 1.1 2015/02/11 15:43:26 hd_brummy Exp $

EAPI=5

inherit vdr-plugin-2

HG_REVISION="60c58ae453d0"
HG_REVISION_DATE="20140115"

DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
S2-6400 DVB Card"
HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice";
SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
-> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz"

KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""

DEPEND=">=media-video/vdr-1.7.39"
RDEPEND="${DEPEND}"

S="${WORKDIR}/dvbhddevice-${HG_REVISION}"

src_prepare() {
vdr-plugin-2_src_prepare

fix_vdr_libsi_include dvbhdffdevice.c

if has_version ">=media-video/vdr-2.1.10"; then
sed -e "s:pm = RenderPixmaps():pm = dynamic_cast(RenderPixmaps()):"\
-e "s:delete pm;:DestroyPixmap(pm);:"\
-i hdffosd.c
fi
}

src_install() {
vdr-plugin-2_src_install

doheader dvbhdffdevice.h hdffcmd.h

insinto /usr/include/libhdffcmd
doins libhdffcmd/*.h
}






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

2015-02-11 Thread Mike Pagano (mpagano)
mpagano 15/02/11 15:49:36

  Modified: ChangeLog gentoo-sources-3.10.69.ebuild
  Log:
  Fix genpatches version for 3.10.69
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1498
retrieving revision 1.1499
diff -u -r1.1498 -r1.1499
--- ChangeLog   11 Feb 2015 15:42:42 -  1.1498
+++ ChangeLog   11 Feb 2015 15:49:36 -  1.1499
@@ -1,6 +1,9 @@
 # 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.1498 2015/02/11 15:42:42 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1499 2015/02/11 15:49:36 mpagano Exp $
+
+  11 Feb 2015; Mike Pagano  gentoo-sources-3.10.69.ebuild:
+  Fix genpatches version for 3.10.69
 
 *gentoo-sources-3.10.69 (11 Feb 2015)
 



1.2  sys-kernel/gentoo-sources/gentoo-sources-3.10.69.ebuild

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

Index: gentoo-sources-3.10.69.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.69.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.10.69.ebuild   11 Feb 2015 15:42:42 -  1.1
+++ gentoo-sources-3.10.69.ebuild   11 Feb 2015 15:49:36 -  1.2
@@ -1,11 +1,11 @@
 # 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.69.ebuild,v
 1.1 2015/02/11 15:42:42 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.10.69.ebuild,v
 1.2 2015/02/11 15:49:36 mpagano Exp $
 
 EAPI="5"
 ETYPE="sources"
 K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="76"
+K_GENPATCHES_VER="77"
 K_DEBLOB_AVAILABLE="0"
 inherit kernel-2
 detect_version






[gentoo-commits] gentoo-x86 commit in sci-chemistry/xdsi: xdsi-0.92-r1.ebuild ChangeLog

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 15:56:56

  Modified: xdsi-0.92-r1.ebuild ChangeLog
  Log:
  Add RESTRICT="mirror bindist", #470790
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  sci-chemistry/xdsi/xdsi-0.92-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild?r1=1.3&r2=1.4

Index: xdsi-0.92-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdsi-0.92-r1.ebuild 20 May 2013 17:09:13 -  1.3
+++ xdsi-0.92-r1.ebuild 11 Feb 2015 15:56:56 -  1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild,v 
1.3 2013/05/20 17:09:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/xdsi-0.92-r1.ebuild,v 
1.4 2015/02/11 15:56:56 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils
 
@@ -28,6 +28,8 @@
 # sci-chemistry/xdsstat-bin
 DEPEND=""
 
+RESTRICT="mirror bindist"
+
 S="${WORKDIR}"
 
 src_prepare() {



1.8  sci-chemistry/xdsi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsi/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsi/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsi/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Jun 2013 04:25:13 -  1.7
+++ ChangeLog   11 Feb 2015 15:56:56 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/xdsi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/ChangeLog,v 1.7 
2013/06/19 04:25:13 bicatali Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsi/ChangeLog,v 1.8 
2015/02/11 15:56:56 jlec Exp $
+
+  11 Feb 2015; Justin Lecher  xdsi-0.92-r1.ebuild:
+  Add RESTRICT="mirror bindist", #470790
 
   19 Jun 2013; Sébastien Fabbro  metadata.xml:
   Changed herd to sci-chemistry






[gentoo-commits] gentoo-x86 commit in net-wireless/bluez: bluez-5.27.ebuild ChangeLog

2015-02-11 Thread Mike Frysinger (vapier)
vapier  15/02/11 16:10:08

  Modified: bluez-5.27.ebuild ChangeLog
  Log:
  Add mips love.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-wireless/bluez/bluez-5.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.27.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.27.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.27.ebuild?r1=1.1&r2=1.2

Index: bluez-5.27.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluez-5.27.ebuild   28 Dec 2014 19:46:03 -  1.1
+++ bluez-5.27.ebuild   11 Feb 2015 16:10: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/net-wireless/bluez/bluez-5.27.ebuild,v 1.1 
2014/12/28 19:46:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.27.ebuild,v 1.2 
2015/02/11 16:10:08 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="cups debug +obex +readline selinux systemd test +udev"
 REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 



1.234net-wireless/bluez/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.234&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.234&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   28 Dec 2014 19:46:03 -  1.233
+++ ChangeLog   11 Feb 2015 16:10:08 -  1.234
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluez
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.233 
2014/12/28 19:46:03 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.234 
2015/02/11 16:10:08 vapier Exp $
+
+  11 Feb 2015; Mike Frysinger  bluez-5.27.ebuild:
+  Add mips love.
 
 *bluez-5.27 (28 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in profiles/arch/mips: ChangeLog use.mask

2015-02-11 Thread Mike Frysinger (vapier)
vapier  15/02/11 16:09:47

  Modified: ChangeLog use.mask
  Log:
  Stop masking USE=bluetooth since it works on mips.

Revision  ChangesPath
1.157profiles/arch/mips/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.157&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.157&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   1 Feb 2015 15:02:59 -   1.156
+++ ChangeLog   11 Feb 2015 16:09:47 -  1.157
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/MIPS profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.156 
2015/02/01 15:02:59 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.157 
2015/02/11 16:09:47 vapier Exp $
+
+  11 Feb 2015; Mike Frysinger  use.mask:
+  Stop masking USE=bluetooth since it works on mips.
 
   01 Feb 2015; Michael Palimaka  package.mask:
   Fix invalid atom.



1.82 profiles/arch/mips/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?r1=1.81&r2=1.82

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- use.mask1 Feb 2015 14:20:53 -   1.81
+++ use.mask11 Feb 2015 16:09:47 -  1.82
@@ -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/profiles/arch/mips/use.mask,v 1.81 
2015/02/01 14:20:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.82 
2015/02/11 16:09:47 vapier Exp $
 
 # Unmask the flag which corresponds to ARCH.
 -mips
@@ -326,10 +326,6 @@
 rpm
 
 # Matt Turner  (13 Dec 2010)
-# We don't care much about bluetooth
-bluetooth
-
-# Matt Turner  (13 Dec 2010)
 # We don't have net-libs/libsmi keyworded
 smi
 






[gentoo-commits] gentoo-x86 commit in dev-python/common: common-0.1.1.ebuild ChangeLog

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 16:13:43

  Modified: common-0.1.1.ebuild ChangeLog
  Log:
  Add RESTRICT="mirror bindist", #539776
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-python/common/common-0.1.1.ebuild

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

Index: common-0.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/common/common-0.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common-0.1.1.ebuild 10 Aug 2014 21:09:07 -  1.2
+++ common-0.1.1.ebuild 11 Feb 2015 16:13:43 -  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/common/common-0.1.1.ebuild,v 1.2 
2014/08/10 21:09:07 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/common/common-0.1.1.ebuild,v 1.3 
2015/02/11 16:13:43 jlec Exp $
 
 EAPI=5
 
@@ -16,3 +16,5 @@
 LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+RESTRICT="mirror bindist"



1.3  dev-python/common/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   10 Aug 2014 21:09:07 -  1.2
+++ ChangeLog   11 Feb 2015 16:13:43 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/common
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.2 
2014/08/10 21:09:07 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.3 
2015/02/11 16:13:43 jlec Exp $
+
+  11 Feb 2015; Justin Lecher  common-0.1.1.ebuild:
+  Add RESTRICT="mirror bindist", #539776
 
   10 Aug 2014; Sergei Trofimovich  common-0.1.1.ebuild:
   QA: drop trailing '.' from DESCRIPTION






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

2015-02-11 Thread Brian Dolbec
commit: 2c7a6e862589c8f426a69c910a84991d4b8d3d5b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Feb 11 16:13:34 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 11 16:16:49 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2c7a6e86

Revert "WorldSelectedSet._load: load all nested atoms/sets"

This reverts commit a4784ffb9406e69811aaf21818459aff00fadb6b.
This commit destroys the world file when you emerge multiple pkgs.
It saves only the last file merged.
Bug 539746.

---
 pym/portage/_sets/files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/_sets/files.py b/pym/portage/_sets/files.py
index 9d25280..6bf05d4 100644
--- a/pym/portage/_sets/files.py
+++ b/pym/portage/_sets/files.py
@@ -223,7 +223,7 @@ class WorldSelectedSet(EditablePackageSet):
def load(self):
self._pkgset.load()
self._setset.load()
-   self._setAtoms(chain(self._pkgset, self._setset))
+   self._setAtoms(self._pkgset._atoms | self._pkgset._nonatoms)
 
def lock(self):
self._pkgset.lock()



[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: ChangeLog mariadb-10.0.16.ebuild

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 16:32:49

  Modified: ChangeLog mariadb-10.0.16.ebuild
  Log:
  Stable for HPPA (bug #537262).
  
  (Portage version: 2.2.16/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.86 dev-db/mariadb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.86&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.86&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   10 Feb 2015 09:58:59 -  1.85
+++ ChangeLog   11 Feb 2015 16:32:49 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.85 2015/02/10 
09:58:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.86 2015/02/11 
16:32:49 jer Exp $
+
+  11 Feb 2015; Jeroen Roovers  mariadb-10.0.16.ebuild:
+  Stable for HPPA (bug #537262).
 
   10 Feb 2015; Agostino Sarubbo  mariadb-10.0.16.ebuild:
   Stable for x86, wrt bug #537262



1.5  dev-db/mariadb/mariadb-10.0.16.ebuild

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

Index: mariadb-10.0.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mariadb-10.0.16.ebuild  10 Feb 2015 09:58:59 -  1.4
+++ mariadb-10.0.16.ebuild  11 Feb 2015 16:32:49 -  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-db/mariadb/mariadb-10.0.16.ebuild,v 1.4 
2015/02/10 09:58:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.5 
2015/02/11 16:32:49 jer Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20141215-0144Z"
@@ -10,7 +10,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''






[gentoo-commits] gentoo-x86 commit in dev-libs/libical: libical-1.0.1.ebuild ChangeLog

2015-02-11 Thread Mike Frysinger (vapier)
vapier  15/02/11 16:42:24

  Modified: libical-1.0.1.ebuild ChangeLog
  Log:
  Add mips love.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  dev-libs/libical/libical-1.0.1.ebuild

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

Index: libical-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libical-1.0.1.ebuild26 Oct 2014 12:54:47 -  1.2
+++ libical-1.0.1.ebuild11 Feb 2015 16:42:24 -  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-libs/libical/libical-1.0.1.ebuild,v 1.2 
2014/10/26 12:54:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.3 
2015/02/11 16:42:24 vapier Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -12,7 +12,7 @@
 # FIGURE OUT: Why ebuild for 1.0 was marked || ( MPL-1.1 LGPL-2 ) against what 
COPYING file says?
 LICENSE="|| ( MPL-1.0 LGPL-2.1 )"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc examples introspection static-libs"
 
 RDEPEND="introspection? ( dev-libs/gobject-introspection )"



1.89 dev-libs/libical/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   26 Oct 2014 12:54:47 -  1.88
+++ ChangeLog   11 Feb 2015 16:42:24 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libical
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.88 
2014/10/26 12:54:47 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.89 
2015/02/11 16:42:24 vapier Exp $
+
+  11 Feb 2015; Mike Frysinger  libical-1.0.1.ebuild:
+  Add mips love.
 
   26 Oct 2014; Samuli Suominen  libical-1.0.1.ebuild:
   Move DOCS= above functions in the ebuild. Drop refs. to citadel and aurore






[gentoo-commits] gentoo-x86 commit in net-analyzer/snortalog: ChangeLog snortalog-2.4.3-r1.ebuild snortalog-2.4.3.ebuild

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 16:51:48

  Modified: ChangeLog
  Added:snortalog-2.4.3-r1.ebuild
  Removed:  snortalog-2.4.3.ebuild
  Log:
  Fix CRLFs (bug #539764 by OKUMURA N. Shin-ya).
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.27 net-analyzer/snortalog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/snortalog/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/snortalog/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/snortalog/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   17 Jul 2014 13:24:15 -  1.26
+++ ChangeLog   11 Feb 2015 16:51:48 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/snortalog
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/ChangeLog,v 1.26 
2014/07/17 13:24:15 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/ChangeLog,v 1.27 
2015/02/11 16:51:48 jer Exp $
+
+*snortalog-2.4.3-r1 (11 Feb 2015)
+
+  11 Feb 2015; Jeroen Roovers  -snortalog-2.4.3.ebuild,
+  +snortalog-2.4.3-r1.ebuild:
+  Fix CRLFs (bug #539764 by OKUMURA N. Shin-ya).
 
 *snortalog-2.4.3 (17 Jul 2014)
 



1.1  net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: snortalog-2.4.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild,v 1.1 
2015/02/11 16:51:48 jer Exp $

EAPI=5
inherit eutils

MY_P="${PN}_v${PV}"

DESCRIPTION="a powerful perl script that summarizes snort logs"
HOMEPAGE="http://jeremy.chartier.free.fr/snortalog/";
SRC_URI="${HOMEPAGE}downloads/${PN}/${MY_P}.tar"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="tk"

RDEPEND="
dev-lang/perl
dev-perl/HTML-HTMLDoc
virtual/perl-DB_File
virtual/perl-Getopt-Long
tk? ( dev-perl/perl-tk dev-perl/GDGraph )
"

S=${WORKDIR}

src_prepare() {
edos2unix $(find conf/ modules/ -type f) ${PN}.* CHANGES

# fix paths, erroneous can access message
sed -i \
-e "s:\(modules/\):/usr/lib/snortalog/${PV}/\1:g" \
-e 's:\($domains_file = 
"\)conf/\(domains\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:\($rules_file = 
"\)conf/\(rules\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:\($picts_dir ="\)picts\(".*\):\1/etc/snortalog/picts\2:' \
-e 's:\($hw_file = 
"\)conf/\(hw\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:\($lang_file 
="\)conf/\(lang\)\(".*\):\1/etc/snortalog/\2\3:' \
-e 's:Can access:Cannot access:' \
snortalog.pl || die
}

src_install () {
dobin snortalog.pl

insinto /etc/snortalog
doins conf/{domains,hw,lang,rules}

insinto /etc/snortalog/picts
doins picts/*

insinto /usr/lib/snortalog/${PV}/modules
doins -r modules/*

dodoc CHANGES doc/snortalog_v2.2.1.pdf
}






[gentoo-commits] gentoo-x86 commit in app-admin/eselect-vdr: eselect-vdr-0.0.3.ebuild ChangeLog eselect-vdr-0.0.2.ebuild eselect-vdr-0.0.2-r1.ebuild

2015-02-11 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/02/11 16:56:56

  Modified: eselect-vdr-0.0.3.ebuild ChangeLog
  Removed:  eselect-vdr-0.0.2.ebuild
eselect-vdr-0.0.2-r1.ebuild
  Log:
  cleanup old; eapi=5
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.4  app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild?r1=1.3&r2=1.4

Index: eselect-vdr-0.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eselect-vdr-0.0.3.ebuild20 Oct 2011 21:04:55 -  1.3
+++ eselect-vdr-0.0.3.ebuild11 Feb 2015 16:56:56 -  1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild,v 1.3 
2011/10/20 21:04:55 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.3.ebuild,v 1.4 
2015/02/11 16:56:56 hd_brummy Exp $
+
+EAPI=5
 
 DESCRIPTION="Manages the VDR plugins"
 HOMEPAGE="http://www.gentoo.org/";



1.11 app-admin/eselect-vdr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vdr/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vdr/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-vdr/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-vdr/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   20 Oct 2011 21:04:55 -  1.10
+++ ChangeLog   11 Feb 2015 16:56:56 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/eselect-vdr
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vdr/ChangeLog,v 1.10 
2011/10/20 21:04:55 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vdr/ChangeLog,v 1.11 
2015/02/11 16:56:56 hd_brummy Exp $
+
+  11 Feb 2015; Joerg Bornkessel 
+  -eselect-vdr-0.0.2.ebuild, -eselect-vdr-0.0.2-r1.ebuild,
+  eselect-vdr-0.0.3.ebuild:
+  cleanup old; eapi=5
 
   20 Oct 2011; Joerg Bornkessel 
   eselect-vdr-0.0.3.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/kexec-tools: kexec-tools-2.0.9.ebuild ChangeLog kexec-tools-2.0.4-r3.ebuild kexec-tools-2.0.7.ebuild kexec-tools-2.0.4-r1.ebuild

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 16:56:21

  Modified: ChangeLog
  Added:kexec-tools-2.0.9.ebuild
  Removed:  kexec-tools-2.0.4-r3.ebuild
kexec-tools-2.0.7.ebuild
kexec-tools-2.0.4-r1.ebuild
  Log:
  Vesion BUmp; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.64 sys-apps/kexec-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   26 Oct 2014 15:52:21 -  1.63
+++ ChangeLog   11 Feb 2015 16:56:21 -  1.64
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/kexec-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.63 
2014/10/26 15:52:21 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.64 
2015/02/11 16:56:21 jlec Exp $
+
+*kexec-tools-2.0.9 (11 Feb 2015)
+
+  11 Feb 2015; Justin Lecher  +kexec-tools-2.0.9.ebuild,
+  -kexec-tools-2.0.4-r1.ebuild, -kexec-tools-2.0.4-r3.ebuild,
+  -kexec-tools-2.0.7.ebuild:
+  Vesion BUmp; drop old
 
 *kexec-tools-2.0.8 (26 Oct 2014)
 



1.1  sys-apps/kexec-tools/kexec-tools-2.0.9.ebuild

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

Index: kexec-tools-2.0.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.9.ebuild,v 1.1 
2015/02/11 16:56:21 jlec Exp $

EAPI=5

inherit autotools-utils flag-o-matic linux-info systemd

DESCRIPTION="Load another kernel from the currently executing Linux kernel"
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/";
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="booke lzma xen zlib"

REQUIRED_USE="lzma? ( zlib )"

DEPEND="
lzma? ( app-arch/xz-utils )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"

CONFIG_CHECK="~KEXEC"

PATCHES=(
"${FILESDIR}"/${PN}-2.0.4-disable-kexec-test.patch
"${FILESDIR}"/${PN}-2.0.4-out-of-source.patch
)

pkg_setup() {
# GNU Make's $(COMPILE.S) passes ASFLAGS to $(CCAS), CCAS=$(CC)
export ASFLAGS="${CCASFLAGS}"
# to disable the -fPIE -pie in the hardened compiler
if gcc-specs-pie ; then
filter-flags -fPIE
append-ldflags -nopie
fi
}

src_configure() {
local myeconfargs=(
$(use_with booke)
$(use_with lzma)
$(use_with xen)
$(use_with zlib)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

dodoc "${FILESDIR}"/README.Gentoo

newinitd "${FILESDIR}"/kexec.init-2.0.4-r2 kexec
newconfd "${FILESDIR}"/kexec.conf-2.0.4 kexec

insinto /etc
doins "${FILESDIR}"/kexec.conf

insinto /etc/kernel/postinst.d
doins "${FILESDIR}"/90_kexec

systemd_dounit "${FILESDIR}"/kexec.service
}

pkg_postinst() {
if systemd_is_booted || has_version sys-apps/systemd; then
elog "For systemd support the new config file is"
elog "   /etc/kexec.conf"
elog "Please adopt it to your needs as there is no autoconfig 
anymore"
fi
}






[gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-promol: pymol-plugins-promol-3.0.2-r1.ebuild ChangeLog pymol-plugins-promol-3.0.2.ebuild

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 17:00:22

  Modified: pymol-plugins-promol-3.0.2-r1.ebuild ChangeLog
  Removed:  pymol-plugins-promol-3.0.2.ebuild
  Log:
  Drop old, restrict bindist, #539786
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  
sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild?r1=1.3&r2=1.4

Index: pymol-plugins-promol-3.0.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pymol-plugins-promol-3.0.2-r1.ebuild29 May 2013 16:26:26 -  
1.3
+++ pymol-plugins-promol-3.0.2-r1.ebuild11 Feb 2015 17:00:22 -  
1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v
 1.3 2013/05/29 16:26:26 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v
 1.4 2015/02/11 17:00:22 jlec Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE="all-rights-reserved"
 IUSE=""
 
-RESTRCIT="mirror"
+RESTRCIT="mirror bindist"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



1.8  sci-chemistry/pymol-plugins-promol/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   29 May 2013 16:26:26 -  1.7
+++ ChangeLog   11 Feb 2015 17:00:22 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/pymol-plugins-promol
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.7 
2013/05/29 16:26:26 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/ChangeLog,v 1.8 
2015/02/11 17:00:22 jlec Exp $
+
+  11 Feb 2015; Justin Lecher 
+  -pymol-plugins-promol-3.0.2.ebuild, pymol-plugins-promol-3.0.2-r1.ebuild:
+  Drop old, restrict bindist, #539786
 
   29 May 2013; Justin Lecher 
   pymol-plugins-promol-3.0.2-r1.ebuild:
@@ -29,4 +33,3 @@
   20 Feb 2010; Justin Lecher 
   +pymol-plugins-promol-3.0.2.ebuild, +metadata.xml:
   ProMol plugin for pymol, grep from #209970
-






[gentoo-commits] gentoo-x86 commit in sci-chemistry/propka: propka-3.1_p140511.ebuild ChangeLog

2015-02-11 Thread Justin Lecher (jlec)
jlec15/02/11 17:03:13

  Modified: propka-3.1_p140511.ebuild ChangeLog
  Log:
  Add RESTRICT="mirror bindist", #539784
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.4  sci-chemistry/propka/propka-3.1_p140511.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?r1=1.3&r2=1.4

Index: propka-3.1_p140511.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- propka-3.1_p140511.ebuild   30 Jun 2014 04:42:45 -  1.3
+++ propka-3.1_p140511.ebuild   11 Feb 2015 17:03:13 -  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/sci-chemistry/propka/propka-3.1_p140511.ebuild,v 1.3 
2014/06/30 04:42:45 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild,v 1.4 
2015/02/11 17:03:13 jlec Exp $
 
 EAPI=5
 
@@ -19,6 +19,8 @@
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
+RESTRICT="mirror bindist"
+
 python_prepare_all() {
sed -e "/exclude/s:scripts:\', \'Tests:g" \
-i setup.py || die



1.4  sci-chemistry/propka/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   30 Jun 2014 04:42:45 -  1.3
+++ ChangeLog   11 Feb 2015 17:03:13 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/propka
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v 1.3 
2014/06/30 04:42:45 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v 1.4 
2015/02/11 17:03:13 jlec Exp $
+
+  11 Feb 2015; Justin Lecher  propka-3.1_p140511.ebuild:
+  Add RESTRICT="mirror bindist", #539784
 
   30 Jun 2014; Mike Gilbert  propka-3.1_p140511.ebuild:
   Depend on setuptools.






[gentoo-commits] gentoo-x86 commit in www-client/opera: opera-27.0.1689.69.ebuild ChangeLog opera-27.0.1689.54.ebuild

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 17:08:03

  Modified: ChangeLog
  Added:opera-27.0.1689.69.ebuild
  Removed:  opera-27.0.1689.54.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.825www-client/opera/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera/ChangeLog?rev=1.825&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera/ChangeLog?rev=1.825&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera/ChangeLog?r1=1.824&r2=1.825

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
retrieving revision 1.824
retrieving revision 1.825
diff -u -r1.824 -r1.825
--- ChangeLog   8 Feb 2015 08:18:45 -   1.824
+++ ChangeLog   11 Feb 2015 17:08:03 -  1.825
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.824 
2015/02/08 08:18:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.825 
2015/02/11 17:08:03 jer Exp $
+
+*opera-27.0.1689.69 (11 Feb 2015)
+
+  11 Feb 2015; Jeroen Roovers  -opera-27.0.1689.54.ebuild,
+  +opera-27.0.1689.69.ebuild:
+  Version bump.
 
 *opera-27.0.1689.66 (08 Feb 2015)
 



1.1  www-client/opera/opera-27.0.1689.69.ebuild

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

Index: opera-27.0.1689.69.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-27.0.1689.69.ebuild,v 
1.1 2015/02/11 17:08:03 jer Exp $

EAPI=5
CHROMIUM_LANGS="
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
"
inherit chromium multilib unpacker

DESCRIPTION="A fast and secure web browser"
HOMEPAGE="http://www.opera.com/";
LICENSE="OPERA-2014"
SLOT="0"
SRC_URI_BASE="http://get.geo.opera.com/pub/";
SRC_URI="
amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
"
KEYWORDS="~amd64"

RDEPEND="
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
>=dev-libs/openssl-1.0.1:0
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
virtual/libudev
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango[X]
"

QA_PREBUILT="*"
S=${WORKDIR}
OPERA_HOME="usr/$(get_libdir)/${PN}"

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
rm -r usr/lib || die

rm usr/bin/${PN} || die

rm usr/share/doc/${PN}-stable/copyright || die
mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die

pushd "${OPERA_HOME}/localization" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die

sed -i \
-e 's|^TargetEnvironment|X-&|g' \
usr/share/applications/${PN}.desktop || die
}

src_install() {
mv * "${D}" || die
dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
dodir /usr/$(get_libdir)/${PN}/lib
dosym /usr/$(get_libdir)/libudev.so 
/usr/$(get_libdir)/${PN}/lib/libudev.so.0
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.21.ebuild

2015-02-11 Thread Jeroen Roovers (jer)
jer 15/02/11 17:13:27

  Modified: ChangeLog rxvt-unicode-9.21.ebuild
  Log:
  Stable for HPPA (bug #539650).
  
  (Portage version: 2.2.16/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.269x11-terms/rxvt-unicode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.269&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.269&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.268&r2=1.269

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   14 Jan 2015 14:49:39 -  1.268
+++ ChangeLog   11 Feb 2015 17:13:27 -  1.269
@@ -1,6 +1,9 @@
 # ChangeLog for x11-terms/rxvt-unicode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.268 
2015/01/14 14:49:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.269 
2015/02/11 17:13:27 jer Exp $
+
+  11 Feb 2015; Jeroen Roovers  rxvt-unicode-9.21.ebuild:
+  Stable for HPPA (bug #539650).
 
   14 Jan 2015; Jeroen Roovers  rxvt-unicode-9.21.ebuild:
   Update LICENSE.



1.3  x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild?r1=1.2&r2=1.3

Index: rxvt-unicode-9.21.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rxvt-unicode-9.21.ebuild14 Jan 2015 14:49:39 -  1.2
+++ rxvt-unicode-9.21.ebuild11 Feb 2015 17:13:27 -  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/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild,v 1.2 
2015/01/14 14:49:39 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild,v 1.3 
2015/02/11 17:13:27 jer Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="
256-color alt-font-width blink buffer-on-clear +focused-urgency
fading-colors +font-styles iso14755 +mousewheel +perl pixbuf 
secondary-wheel






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml

2015-02-11 Thread Markos Chandras (hwoarang)
hwoarang15/02/11 17:28:02

  Modified: maintainer-needed.xml
  Log:
  Automated update of maintainer-needed package list

Revision  ChangesPath
1.479xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.479&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.479&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.478&r2=1.479

Index: maintainer-needed.xml
===
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -r1.478 -r1.479
--- maintainer-needed.xml   8 Feb 2015 18:47:14 -   1.478
+++ maintainer-needed.xml   11 Feb 2015 17:28:02 -  1.479
@@ -1,6 +1,6 @@
 
 
-
+
 
 
 
@@ -23,7 +23,7 @@
   
 
   1.2
-  2015-02-08
+  2015-02-11
   
   Maintainer-Needed packages
   
@@ -38,7 +38,7 @@
 
 Package List
 
-The following 1200 packages are marked as maintainer-needed
+The following 1204 packages are marked as maintainer-needed
 
 
 Package NameDescriptionBugs
@@ -84,6 +84,9 @@
 http://packages.gentoo.org/package/app-admin/clustershell";>app-admin/clustershell
 Python framework for efficient cluster administration
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/clustershell";>Open
 Bugs
+http://packages.gentoo.org/package/app-admin/cronolog";>app-admin/cronolog
+Cronolog apache logfile rotator
+https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/cronolog";>Open 
Bugs
 http://packages.gentoo.org/package/app-admin/durep";>app-admin/durep
 A perl script designed for monitoring disk usage in a more visual way than 
du
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-admin/durep";>Open 
Bugs
@@ -1029,6 +1032,9 @@
 http://packages.gentoo.org/package/app-misc/plod";>app-misc/plod
 PLOD is a tool designed to help administrators (and others) keep track of 
their daily activities.
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-misc/plod";>Open 
Bugs
+http://packages.gentoo.org/package/app-misc/recoll";>app-misc/recoll
+A personal full text search package
+https://bugs.gentoo.org/buglist.cgi?quicksearch=app-misc/recoll";>Open 
Bugs
 http://packages.gentoo.org/package/app-misc/regex-markup";>app-misc/regex-markup
 A tool to color syslog files as well
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-misc/regex-markup";>Open
 Bugs
@@ -1206,6 +1212,9 @@
 http://packages.gentoo.org/package/app-shells/psh";>app-shells/psh
 Combines the interactive nature of a Unix shell with the power of Perl
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-shells/psh";>Open 
Bugs
+http://packages.gentoo.org/package/app-shells/sash";>app-shells/sash
+A small (static) UNIX Shell
+https://bugs.gentoo.org/buglist.cgi?quicksearch=app-shells/sash";>Open 
Bugs
 http://packages.gentoo.org/package/app-shells/soapbox";>app-shells/soapbox
 A preload (sandbox) library to restrict filesystem writes
 https://bugs.gentoo.org/buglist.cgi?quicksearch=app-shells/soapbox";>Open 
Bugs
@@ -2481,6 +2490,9 @@
 http://packages.gentoo.org/package/net-libs/ptlib";>net-libs/ptlib
 Network focused portable C++ class library providing high level 
functions
 https://bugs.gentoo.org/buglist.cgi?quicksearch=net-libs/ptlib";>Open 
Bugs
+http://packages.gentoo.org/package/net-libs/udns";>net-libs/udns
+Async-capable DNS stub resolver library
+https://bugs.gentoo.org/buglist.cgi?quicksearch=net-libs/udns";>Open 
Bugs
 http://packages.gentoo.org/package/net-mail/checkpw";>net-mail/checkpw
 an implementation of the checkpassword interface that checks a 
password
 https://bugs.gentoo.org/buglist.cgi?quicksearch=net-mail/checkpw";>Open 
Bugs
@@ -3217,7 +3229,7 @@
 Apache module executing CGI-Requests depending on the load of the 
server
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_loadavg";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_log_rotate";>www-apache/mod_log_rotate
-mod_log_rotate adds log rotation support to mod_log_config based on 
strftime(3)
+Log rotation support for mod_log_config based on strftime(3)
 https://bugs.gentoo.org/buglist.cgi?quicksearch=www-apache/mod_log_rotate";>Open
 Bugs
 http://packages.gentoo.org/package/www-apache/mod_log_sql";>www-apache/mod_log_sql
 An Apache module for logging to an SQL (MySQL) database






[gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: man-pages-3.78.ebuild ChangeLog

2015-02-11 Thread Mike Frysinger (vapier)
vapier  15/02/11 17:30:22

  Modified: man-pages-3.78.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-apps/man-pages/man-pages-3.78.ebuild

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

Index: man-pages-3.78.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.78.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- man-pages-3.78.ebuild   23 Jan 2015 09:39:08 -  1.1
+++ man-pages-3.78.ebuild   11 Feb 2015 17:30:22 -  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/man-pages/man-pages-3.78.ebuild,v 
1.1 2015/01/23 09:39:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.78.ebuild,v 
1.2 2015/02/11 17:30:22 vapier Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="man-pages GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
 IUSE="nls ${IUSE_LINGUAS// / linguas_}"
 RESTRICT="binchecks"



1.237sys-apps/man-pages/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.237&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.237&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.236&r2=1.237

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog   2 Feb 2015 17:36:32 -   1.236
+++ ChangeLog   11 Feb 2015 17:30:22 -  1.237
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.236 
2015/02/02 17:36:32 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.237 
2015/02/11 17:30:22 vapier Exp $
+
+  11 Feb 2015; Mike Frysinger  man-pages-3.78.ebuild:
+  Stabilize for all.
 
 *man-pages-3.79 (02 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in net-wireless/yatebts: yatebts-4.0.0-r1.ebuild ChangeLog

2015-02-11 Thread Richard Farina (zerochaos)
zerochaos15/02/11 17:33:29

  Modified: ChangeLog
  Added:yatebts-4.0.0-r1.ebuild
  Log:
  bumping for some patches taken from suse thanks to roox, this seems to make 
yate much happier
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.7  net-wireless/yatebts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/yatebts/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   11 Feb 2015 15:31:51 -  1.6
+++ ChangeLog   11 Feb 2015 17:33:29 -  1.7
@@ -1,6 +1,14 @@
 # ChangeLog for net-wireless/yatebts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/yatebts/ChangeLog,v 1.6 
2015/02/11 15:31:51 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/yatebts/ChangeLog,v 1.7 
2015/02/11 17:33:29 zerochaos Exp $
+
+*yatebts-4.0.0-r1 (11 Feb 2015)
+
+  11 Feb 2015; Rick Farina 
+  +files/yatebts-bladeRF-transceiver_revert_init_order.patch,
+  +files/yatebts-sgsnggsn-inetutils-hostname-fix.diff, 
+yatebts-4.0.0-r1.ebuild:
+  bumping for some patches taken from suse thanks to roox, this seems to make
+  yate much happier
 
   11 Feb 2015; Rick Farina  yatebts-4.0.0.ebuild,
   yatebts-.ebuild:



1.1  net-wireless/yatebts/yatebts-4.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: yatebts-4.0.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/yatebts/yatebts-4.0.0-r1.ebuild,v 1.1 
2015/02/11 17:33:29 zerochaos Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="The Yate GSM base station"
HOMEPAGE="http://www.yatebts.com/";
ESVN_REPO_URI="http://voip.null.ro/svn/yatebts/trunk";

LICENSE="GPL-2"
SLOT="0"
IUSE="rad1 usrp1 uhd +bladerf cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"

RDEPEND="
>=net-voip/yate-5.4.0[gsm]
bladerf? ( net-wireless/bladerf:= )
uhd? ( net-wireless/uhd )
virtual/libusb:1"
DEPEND="virtual/pkgconfig
${RDEPEND}"

if [[ ${PV} == "" ]] ; then
inherit subversion
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="http://yate.null.ro/tarballs/${PN}4/yate-bts-${PV}-1.tar.gz";
S="${WORKDIR}/yate-bts"
fi

src_prepare() {
epatch "${FILESDIR}"/${P}-dont-mess-with-cflags.patch
epatch "${FILESDIR}"/${PN}-sgsnggsn-inetutils-hostname-fix.diff
epatch "${FILESDIR}"/${PN}-bladeRF-transceiver_revert_init_order.patch
eautoreconf
}

src_configure() {
econf \
$(use_enable rad1) \
$(use_enable usrp1) \
$(use_enable uhd) \
$(use_enable bladerf) \
$(use_enable cpu_flags_x86_sse3 sse3) \
$(use_enable cpu_flags_x86_sse4_1 sse41)

}






[gentoo-commits] gentoo-x86 commit in net-wireless/yatebts/files: yatebts-sgsnggsn-inetutils-hostname-fix.diff yatebts-bladeRF-transceiver_revert_init_order.patch

2015-02-11 Thread Richard Farina (zerochaos)
zerochaos15/02/11 17:33:29

  Added:yatebts-sgsnggsn-inetutils-hostname-fix.diff
yatebts-bladeRF-transceiver_revert_init_order.patch
  Log:
  bumping for some patches taken from suse thanks to roox, this seems to make 
yate much happier
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.1  
net-wireless/yatebts/files/yatebts-sgsnggsn-inetutils-hostname-fix.diff

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/files/yatebts-sgsnggsn-inetutils-hostname-fix.diff?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/files/yatebts-sgsnggsn-inetutils-hostname-fix.diff?rev=1.1&content-type=text/plain

Index: yatebts-sgsnggsn-inetutils-hostname-fix.diff
===
diff --git a/mbts/SGSNGGSN/iputils.cpp b/mbts/SGSNGGSN/iputils.cpp
index 979ae3a..49bb0ff 100644
--- a/mbts/SGSNGGSN/iputils.cpp
+++ b/mbts/SGSNGGSN/iputils.cpp
@@ -466,7 +466,7 @@ EXPORT uint32_t *ip_findmyaddr()
const int maxaddrs = 5;
static uint32_t addrs[maxaddrs+1];
int n = 0;
-   int fd = runcmd("|/bin/hostname","hostname","-I", NULL);
+   int fd = runcmd("|/bin/hostname","hostname","-i", NULL);
if (fd < 0) {
failed:
addrs[0] = (unsigned) -1;   // converts to all 1s




1.1  
net-wireless/yatebts/files/yatebts-bladeRF-transceiver_revert_init_order.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/files/yatebts-bladeRF-transceiver_revert_init_order.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/yatebts/files/yatebts-bladeRF-transceiver_revert_init_order.patch?rev=1.1&content-type=text/plain

Index: yatebts-bladeRF-transceiver_revert_init_order.patch
===
diff --git a/mbts/TransceiverRAD1/bladeRFDevice.cpp 
b/mbts/TransceiverRAD1/bladeRFDevice.cpp
index a2a3346..cfdb977 100644
--- a/mbts/TransceiverRAD1/bladeRFDevice.cpp
+++ b/mbts/TransceiverRAD1/bladeRFDevice.cpp
@@ -35,7 +35,6 @@
 
 #include 
 
-
 #define MIN_OVERSAMPLING 4
 
 #define HEALTH_BAD 10
@@ -128,7 +127,36 @@ bool bladeRFDevice::open(const std::string &args, bool)
 << "." << ver.patch << " (" << ver.describe << ")";
 
 uint32_t val = 0;
-bladerf_config_gpio_read(bdev, &val);
+
+   status = bladerf_sync_config(bdev,
+BLADERF_MODULE_RX,
+BLADERF_FORMAT_SC16_Q11,
+DEFAULT_STREAM_RX_BUFFERS,
+DEFAULT_STREAM_SAMPLES,
+DEFAULT_STREAM_RX_XFERS,
+DEFAULT_STREAM_TIMEOUT
+);
+
+if (status < 0) {
+LOG(CRIT) << "Failed to intialize RX sync handle: " << 
bladerf_strerror(status);
+checkHealth(mRxHealth, false);
+}
+
+status = bladerf_sync_config(bdev,
+BLADERF_MODULE_TX,
+BLADERF_FORMAT_SC16_Q11,
+DEFAULT_STREAM_TX_BUFFERS,
+DEFAULT_STREAM_SAMPLES,
+DEFAULT_STREAM_TX_XFERS,
+DEFAULT_STREAM_TIMEOUT
+);
+
+if (status < 0) {
+LOG(CRIT) << "Failed to intialize TX sync handle: " << 
bladerf_strerror(status);
+checkHealth(mTxHealth, false);
+}
+
+   bladerf_config_gpio_read(bdev, &val);
 val |= 0x1; //enable timestamps, clears and resets everything on write
 bladerf_config_gpio_write(bdev, val);
 bladerf_config_gpio_read(bdev, &val);
@@ -185,34 +213,6 @@ bool bladeRFDevice::open(const std::string &args, bool)
 else
 LOG(INFO) << "Actual bandwidth " << bw;
 
-status = bladerf_sync_config(bdev,
-BLADERF_MODULE_RX,
-BLADERF_FORMAT_SC16_Q11,
-DEFAULT_STREAM_RX_BUFFERS,
-DEFAULT_STREAM_SAMPLES,
-DEFAULT_STREAM_RX_XFERS,
-DEFAULT_STREAM_TIMEOUT
-);
-
-if (status < 0) {
-LOG(CRIT) << "Failed to intialize RX sync handle: " << 
bladerf_strerror(status);
-checkHealth(mRxHealth, false);
-}
-
-status = bladerf_sync_config(bdev,
-BLADERF_MODULE_TX,
-BLADERF_FORMAT_SC16_Q11,
-DEFAULT_STREAM_TX_BUFFERS,
-DEFAULT_STREAM_SAMPLES,
-DEFAULT_STREAM_TX_XFERS,
-DEFAULT_STREAM_TIMEOUT
-);
-
-if (status < 0) {
-LOG(CRIT) << "Failed to intialize TX sync handle: " << 
bladerf_strerror(status);
-checkHealth(mTxHealth, false);
-}
-
 mRxGain1 = BLADERF_RXVGA1_GAIN_MAX;
 mDcCorrect = true;
 mRxMaxOffset = RX_OFFSET_ERROR * RX_AVERAGE_DAMPING;







[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: d3446934815ba262e479cea7272a524b65d3f041
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 13 05:58:59 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 03:43:47 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=d3446934

gkeys/actions.py: Trap UnicodeDecodeError for installkey()

Add debug logging for the error.

---
 gkeys/gkeys/actions.py | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 23c71fc..ad03038 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -292,9 +292,16 @@ class Actions(object):
 msg = "key desired: %(name)s, key added: %(key)s, 
succeeded:" +\
 " %(success)s, fingerprint: %(fpr)s"
 for result in results[key.name]:
-print(msg % ({'name': key.name, 'key': result.username,
-'success': not result.failed,
-'fpr': result.fingerprint}))
+try:
+print(msg % ({'name': key.name, 'key': 
result.username,
+'success': str(not result.failed),
+'fpr': result.fingerprint}))
+except UnicodeDecodeError:
+print("UnicodeDecodeError printing results for:", 
key.name)
+self.logger.debug("installkey(); 
UnicodeDecodeError for:" + key.name)
+self.logger.debug("result.username...:" + 
result.username)
+self.logger.debug("result.failed.:" + 
result.failed)
+self.logger.debug("result.fingerprint:" + 
result.fingerprint)
 self.logger.debug("stderr_out: " + 
str(result.stderr_out))
 if result.failed:
 failed.append(key)
@@ -564,7 +571,7 @@ class Actions(object):
 "succeeded: %(success)s, fingerprint: %(fpr)s"
 for result in results[gkey.name]:
 print(msg % ({'name': gkey.name, 'key': 
result.username,
-'success': not result.failed,
+'success': str(not result.failed),
 'fpr': result.fingerprint}))
 self.logger.debug("stderr_out: " + 
str(result.stderr_out))
 if result.failed:



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: f67614b04b13ba636d4b95be353d165bf85f9078
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 13 05:10:32 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 03:43:47 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=f67614b0

gkeys/base.py: Remove no longer used code

---
 gkeys/gkeys/base.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index cfd3702..8308df8 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -219,8 +219,6 @@ class CliBase(object):
 description='Valid subcommands',
 help='Additional help')
 for name in self.cli_config['Available_Actions']:
-action_method = getattr(self.cli_config['Actions'],
-self.cli_config['Action_Map'][name]['func'])
 actiondoc = self.cli_config['Action_Map'][name]['desc']
 try:
 text = actiondoc.splitlines()[0]



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/, gkeys/etc/

2015-02-11 Thread Brian Dolbec
commit: 0ffd0b9353a42251f6ca4c5292dcd1078a7b22e9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 13 05:08:24 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 03:43:47 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=0ffd0b93

logger location refactor bug 536314

---
 gkeys/etc/gkeys.conf  |  2 +-
 gkeys/gkeys/base.py   | 10 --
 gkeys/gkeys/config.py |  8 +---
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/gkeys/etc/gkeys.conf b/gkeys/etc/gkeys.conf
index 7a774be..3f15051 100644
--- a/gkeys/etc/gkeys.conf
+++ b/gkeys/etc/gkeys.conf
@@ -16,7 +16,7 @@ gkeysdir: /var/lib/gentoo/gkeys
 
 
 # default user home directory
-homedir: ~
+homedir:
 
 
 # user gkey directory

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index 7e28b90..cfd3702 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -15,9 +15,10 @@ from __future__ import print_function
 
 
 import argparse
+import os
 import sys
 
-from gkeys import fileops
+from gkeys.fileops import ensure_dirs
 from gkeys.log import log_levels, set_logger
 
 
@@ -267,12 +268,17 @@ class CliBase(object):
 else:
 self.config.read_config(configs)
 
+# check for permissions and adjust configs accordngly
+if not self.config['homedir']:
+self.config['homedir'] = os.path.expanduser('~')
+if not os.access(self.config['logdir'], os.W_OK):
+self.config['logdir'] = ensure_dirs(
+os.path.join(self.config['user-dir'], 'logs'))
 # establish our logger and update it in the imported files
 self.logger = set_logger(self.cli_config['prog'], 
self.config['logdir'], args.debug,
 dirmode=int(self.config.get_key('permissions', 'directories'),0),
 filemask=int(self.config.get_key('permissions', 'files'),0))
 self.config.logger = self.logger
-fileops.logger = self.logger
 
 if message:
 self.logger.error(message)

diff --git a/gkeys/gkeys/config.py b/gkeys/gkeys/config.py
index fdc1cee..96e85e6 100644
--- a/gkeys/gkeys/config.py
+++ b/gkeys/gkeys/config.py
@@ -56,9 +56,11 @@ class GKeysConfig(GPGConfig):
 
 
 def _set_default_config(self):
-self.defaults['homedir'] = os.path.join(os.path.expanduser('~'), 
'.gkeys')
-self.defaults['configdir'] = self.defaults['homedir']
-self.defaults['config']= os.path.join(self.defaults['homedir'], 
'gkeys.conf')
+self.defaults['homedir'] = os.path.expanduser('~')
+self.defaults['configdir'] = os.path.join(
+self.defaults['homedir'], '.gkeys')
+self.defaults['config']= os.path.join(
+self.defaults['configdir'], 'gkeys.conf')
 if not os.path.exists(self.defaults['config']):
 self.defaults['configdir'] = path([self.root, EPREFIX, 
'/etc/gkeys'])
 self.defaults['config'] = '%(configdir)s/gkeys.conf'



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2015-02-11 Thread Brian Dolbec
commit: 1f30ab54e6fbd83aa329173ee01117d526f842ea
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Jan 14 06:20:32 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 03:43:48 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=1f30ab54

gkeys-ldap: Add version info in cli.py, update version

---
 gkeys-ldap/gkeyldap/__init__.py | 2 +-
 gkeys-ldap/gkeyldap/cli.py  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gkeys-ldap/gkeyldap/__init__.py b/gkeys-ldap/gkeyldap/__init__.py
index 9789d69..afc133e 100644
--- a/gkeys-ldap/gkeyldap/__init__.py
+++ b/gkeys-ldap/gkeyldap/__init__.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-__version__ = 'Git'
+__version__ = '0.1'
 __license__ = 'GPLv2'
 

diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py
index 68e99fa..b134ed9 100644
--- a/gkeys-ldap/gkeyldap/cli.py
+++ b/gkeys-ldap/gkeyldap/cli.py
@@ -7,6 +7,7 @@ import os
 import sys
 
 
+from gkeys import __version__
 from gkeys.base import CliBase
 from gkeys.config import GKeysConfig
 from gkeyldap.actions import (Actions, Available_Actions, Action_Map)
@@ -36,6 +37,7 @@ class Main(CliBase):
 'description': 'Gentoo-keys LDAP interface and seed file generator 
program',
 'epilog': '''CAUTION: adding UNTRUSTED keys can be HAZARDOUS to 
your system!'''
 }
+self.version = __version__
 
 
 def __call__(self, args=None):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/, gkeys-gen/gkeygen/, gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 24c76defbfef0bab0f49995fd9a57002ad1cc3cc
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jan 10 18:59:23 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 03:43:47 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=24c76def

gentoo-keys: Correctly define the OrderedDict's

---
 gkeys-gen/gkeygen/actions.py   | 12 +++---
 gkeys-ldap/gkeyldap/actions.py | 12 +++---
 gkeys/gkeys/action_map.py  | 92 +-
 3 files changed, 58 insertions(+), 58 deletions(-)

diff --git a/gkeys-gen/gkeygen/actions.py b/gkeys-gen/gkeygen/actions.py
index 2c1467e..649eed7 100644
--- a/gkeys-gen/gkeygen/actions.py
+++ b/gkeys-gen/gkeygen/actions.py
@@ -29,8 +29,8 @@ else:
 from gkeys.fileops import ensure_dirs
 
 
-Action_Map = OrderedDict({
-'gen-key': {
+Action_Map = OrderedDict([
+('gen-key', {
 'func': 'genkey',
 'options': ['spec', 'dest'],
 'desc': '''Generate a gpg key using a spec file''',
@@ -84,8 +84,8 @@ Continue?[y/n]: y
 Please read the FAQ for post-generation steps that are available in:
 
https://wiki.gentoo.org/wiki/Project:Gentoo-keys/Generating_GLEP_63_based_OpenPGP_keys
 ''',
-},
-'list-specs': {
+}),
+('list-specs', {
 'func': 'list_specs',
 'options': [],
 'desc': '''List spec file definitions (spec names) found in the 
config''',
@@ -96,8 +96,8 @@ Continue?[y/n]: y
  Gkey task results:
 Specs defined: glep-63,  default-spec,  glep-63-recommended
 ''',
-},
-})
+}),
+])
 
 Available_Actions = ['gen-key', 'list-specs']
 

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 4a3db84..3f07829 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -19,22 +19,22 @@ from gkeyldap.search import LdapSearch
 from gkeys.fileops import updatefiles
 
 
-Action_Map = OrderedDict({
-'ldap-search':  {
+Action_Map = OrderedDict([
+('ldap-search', {
 'func': 'ldapsearch',
 'options': ['fingerprint', 'mail', 'name', 'nick', 'status'],
 'desc': '''Performs a search in LDAP for the input arguments''',
 'long_desc': '''Performs a search in LDAP for the input arguments''',
 'example': '',
-},
-'update-seeds':  {
+}),
+('update-seeds', {
 'func': 'updateseeds',
 'options': ['fingerprint', 'mail', 'name', 'nick', 'category', 
'status'],
 'desc': '''Performs a search for all active developers and generates a 
new seeds file''',
 'long_desc': '''Performs a search for all active developers and 
generates a new seeds file''',
 'example': '',
-},
-})
+}),
+])
 
 Available_Actions = list(Action_Map)
 

diff --git a/gkeys/gkeys/action_map.py b/gkeys/gkeys/action_map.py
index b9224ea..2a11146 100644
--- a/gkeys/gkeys/action_map.py
+++ b/gkeys/gkeys/action_map.py
@@ -25,15 +25,15 @@ General_Actions = ['---general---', 'list-cats', 
'sign','verify']
 
 Available_Actions = General_Actions + Key_Actions + Seed_Actions
 
-Action_Map = OrderedDict({
-'---general---': {
+Action_Map = OrderedDict([
+('---general---', {
 'func': 'GENERAL_COMMANDS',
 'options': [],
 'desc': '''-< general actions >--''',
 'long_desc': '',
 'example': '',
-},
-'list-cats': {
+}),
+('list-cats', {
 'func': 'listcats',
 'options': [],
 'desc': '''List seed file definitions (category names) found in the 
config''',
@@ -45,8 +45,8 @@ Action_Map = OrderedDict({
 Categories defined: gentoo-devs,  gentoo,  sign
 
 ''',
-},
-'sign': {
+}),
+('sign', {
 'func': 'sign',
 'options': ['nick', 'name', 'fingerprint', 'file', ],
 'desc': '''Sign a file''',
@@ -54,8 +54,8 @@ Action_Map = OrderedDict({
 The default sign settings can be set in gpg.conf.  These settings can be
 overridden on the command line using the 'nick', 'name', 'fingerprint' 
options''',
 'example': '',
-},
-'verify': {
+}),
+('verify', {
 'func': 'verify',
 'options': ['category', 'nick', 'name', 'fingerprint', 'keydir', 
'keys',
 '1file', 'signature', 'timestamp', 'dest'],
@@ -75,15 +75,15 @@ Action_Map = OrderedDict({
 category, nick.: gentoo gkeys
 
 ''',
-},
-'keys-': {
+}),
+('keys-', {
 'func': 'KEY_COMMANDS',
 'options': [],
 'desc': '''---< key actions >''',
 'long_desc': '',
 'example': '',
-},
-'check-key': {
+}),
+('check-key', {
 'func': 'checkkey',
 'options': ['category', 'nick', 'name', 'fingerprint', 'keyid', 'keys',
 'keydir', 'keyring'],
@@ -109,16 +109,16 @@ Found:
 Invalid: 0
 No signin

[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 50670d9212b29b27192f3e951d680391e0fbd70a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Feb 11 17:21:35 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 11 17:30:27 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=50670d92

gkeys/actions.py: Remove result from del list, it's not always defined

---
 gkeys/gkeys/actions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 3852372..0a30679 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -953,7 +953,7 @@ class Actions(object):
 if isinstance(result, GKEY):
 keys[cat].append(result)
 if data_only:
-del found, cat, result, handler
+del found, cat, handler
 return keys
 msgs = []
 for cat in list(keys):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/bin/, gkeys-ldap/etc/

2015-02-11 Thread Brian Dolbec
commit: 94271a1a715cadda6ed7a2b39ef4fa7bb22bfb91
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 13 23:51:30 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 03:43:48 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=94271a1a

gkeys-ldap: Update update-seeds.sh and config for new gkey-seeds repo

Update update-seeds.conf.

---
 gkeys-ldap/bin/update-seeds.sh   | 33 +
 gkeys-ldap/etc/update-seeds.conf | 10 +++---
 2 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index b8b4bfb..f096cb8 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -15,9 +15,23 @@ clone_api(){
 git clone ${API_URL}
 }
 
+clone_gkey_seeds(){
+local target=dirname ${GKEY_SEEDS_DIR}
+cd target
+git clone ${GKEY_SEEDS_URL}
+}
+
 # start update process
 echo "Beginning seed file update"
 
+echo " *** updating gkey-seeds repo"
+# update api checkout
+if [[ ! -d ${GKEY_SEEDS_DIR} ]]; then
+clone_gkey_seeds
+else
+cd ${GKEY_SEEDS_DIR} && git pull
+fi
+
 echo " *** updating api.gentoo.org repo"
 # update api checkout
 if [[ ! -d ${API_DIR} ]]; then
@@ -31,20 +45,31 @@ cd ${GKEYS_DIR}
 gkeys-ldap update-seeds -C gentoo-devs || die "Seed file generation failed... 
aborting"
 
 echo " *** Checking if seed files are up-to-date"
-if ! diff -q ${GKEYS_DIR}/${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS} > /dev/null 
;then
+if ! diff -q ${GKEYS_DIR}/${GKEYS_SEEDS} ${GKEY_SEEDS_DIR}/${GKEY_SEEDS} > 
/dev/null ;then
 echo " *** Spotted differences"
 echo " *** Updating old seeds with a new one"
-# copy seeds to api
+# copy seeds to gkey-seeds
 echo "  ... cp ${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS}"
-cp ${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS}
+cp ${GKEYS_SEEDS} ${GKEY_SEEDS_DIR}/${GKEY_SEEDS}
 else
 success " *** No changes detected"
+exit 0
 fi
 
 echo "Signing new developers.seeds file"
-gkeys sign -n ${GKEYS_SIGN} -F ${API_DIR}/${API_SEEDS} || die " *** Signing 
failed... exiting"
+gkeys sign -n ${GKEYS_SIGN} -F ${GKEY_SEEDS_DIR}/${GKEY_SEEDS} || die " *** 
Signing failed... exiting"
+
+echo "Committing changes to gkey-seeds repo..."
+cd ${GKEY_SEEDS_DIR}
+git add ${GKEY_SEEDS}  || die " *** Failed to add modified ${GKEYS_SEEDS} file"
+git add ${GKEY_SEEDS}.${GKEYS_SIG} || die " *** Failed to add 
${GKEYS_SEEDS}.sig file"
+git commit -m "${GKEYS_COMMIT_MSG}" || die " *** Failed to commit updates"
+git push origin master || die " *** git push failed"
+cd ..
 
 echo "Committing changes to api repo..."
+cp ${GKEY_SEEDS_DIR}/${GKEY_SEEDS} ${API_DIR}/${API_SEEDS} || die " *** Failed 
to copy modified ${GKEYS_SEEDS} file"
+cp ${GKEY_SEEDS_DIR}/${GKEY_SEEDS}.${GKEYS_SIG} 
${API_DIR}/${API_SEEDS}.${GKEYS_SIG} || die " *** Failed to copy modified 
${GKEYS_SEEDS}.${GKEYS_SIG} file"
 cd ${API_DIR}
 git add ${API_SEEDS}  || die " *** Failed to add modified ${GKEYS_SEEDS} file"
 git add ${API_SEEDS}.${GKEYS_SIG} || die " *** Failed to add 
${GKEYS_SEEDS}.sig file"

diff --git a/gkeys-ldap/etc/update-seeds.conf b/gkeys-ldap/etc/update-seeds.conf
index eb05c92..5b87b48 100644
--- a/gkeys-ldap/etc/update-seeds.conf
+++ b/gkeys-ldap/etc/update-seeds.conf
@@ -1,11 +1,15 @@
 #!/bin/sh
 
-export API_DIR="/var/lib/gkeys/api"
+export GKEYS_DIR="/var/lib/gkeys"
+
+export API_DIR="${GKEYS_DIR}/api"
 export API_SEEDS="files/gentoo-keys/seeds/gentoo-devs.seeds"
 export API_URL="git+ssh://g...@git.gentoo.org/proj/api.git"
+export GKEY_SEEDS_DIR="${GKEYS_DIR}/gkey-seeds"
+export GKEY_SEEDS="gentoo-devs.seeds"
+export GKEY_SEEDS_URL="git+ssh://g...@git.gentoo.org/proj/gkey-seeds.git"
 export GKEYS_COMMIT_MSG="Gentoo-keys: Update gentoo-devs.seeds"
-#export GKEYS_CONF="/var/lib/gkeys/gkeys.conf"
-export GKEYS_DIR="/var/lib/gkeys"
+#export GKEYS_CONF="${GKEYS_DIR}/gkeys.conf"
 export GKEYS_SEEDS="seeds/gentoo-devs.seeds"
 export GKEYS_SIG="sig"
 export GKEYS_SIGN="gkeys"



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 0b5e90a96d8434177c7ef8f5cfc34129a879baf3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Feb 11 17:20:24 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 11 17:30:27 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=0b5e90a9

gkeys/action_map.py: Add uid to possible options

---
 gkeys/gkeys/action_map.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys/gkeys/action_map.py b/gkeys/gkeys/action_map.py
index 2a11146..d547ab3 100644
--- a/gkeys/gkeys/action_map.py
+++ b/gkeys/gkeys/action_map.py
@@ -58,7 +58,7 @@ Action_Map = OrderedDict([
 ('verify', {
 'func': 'verify',
 'options': ['category', 'nick', 'name', 'fingerprint', 'keydir', 
'keys',
-'1file', 'signature', 'timestamp', 'dest'],
+'1file', 'signature', 'timestamp', 'dest', 'uid'],
 'desc': '''File automatic download and/or verification action.''',
 'long_desc': '''File automatic download and/or verification action.
 Note: If the specified key/keyring to verify against does not contain



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 9ecc173ca9dfa1b22af86ba9412c6f6777cbb54b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Jan 28 21:30:04 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 04:40:29 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=9ecc173c

gkeys: Fix verify -F logic for inline sigs

---
 gkeys/gkeys/actions.py | 115 ++---
 gkeys/gkeys/lib.py |   2 +-
 2 files changed, 62 insertions(+), 55 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 16dbb26..dfc9f09 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -755,71 +755,78 @@ class Actions(object):
 _unicode("ACTIONS: verify; timestamp path: %s") % 
timestamp_path)
 success, signedfile, timestamp = fetcher.fetch_file(
 url, filepath, timestamp_path)
+if not success:
+messages.append(_unicode("File %s cannot be retrieved.") % 
filepath)
+else:
+if not signature:
+EXTENSIONS = ['.sig', '.asc', 'gpg','.gpgsig']
+success_fetch = False
+for ext in EXTENSIONS:
+sig_path = filepath + ext
+if isurl:
+signature = url + ext
+self.logger.debug(
+_unicode("ACTIONS: verify; fetching %s 
signature ")
+% signature)
+success_fetch, sig, timestamp = 
fetcher.fetch_file(signature, sig_path)
+if success_fetch:
+break
+else:
+signature = None
 else:
 filepath = os.path.abspath(filepath)
 self.logger.debug(
 _unicode("ACTIONS: verify; local file %s") % filepath)
 success = os.path.isfile(filepath)
-if not success:
-messages.append(_unicode("File %s cannot be retrieved.") % 
filepath)
-else:
 if not signature:
 EXTENSIONS = ['.sig', '.asc', 'gpg','.gpgsig']
 success_fetch = False
 for ext in EXTENSIONS:
 sig_path = filepath + ext
-if isurl:
-signature = url + ext
-self.logger.debug(
-_unicode("ACTIONS: verify; fetching %s signature ")
-% signature)
-success_fetch, sig, timestamp = 
fetcher.fetch_file(signature, sig_path)
-else:
-signature = filepath + ext
-signature = os.path.abspath(signature)
-self.logger.debug(
-_unicode("ACTIONS: verify; checking %s signature ")
-% signature)
-success_fetch = os.path.isfile(signature)
-if success_fetch:
+sig_path = os.path.abspath(sig_path)
+self.logger.debug(
+_unicode("ACTIONS: verify; checking %s signature ")
+% sig_path)
+success_sig = os.path.isfile(sig_path)
+if success_sig:
 break
-else:
-sig_path = signature
-self.logger.info("Verifying file...")
-verified = False
-results = self.gpg.verify_file(key, sig_path, filepath)
-keyid = key.keyid[0]
-(valid, trust) = results.verified
-if valid:
-verified = True
-messages.extend(
-[_unicode("Verification succeeded.: %s") % (filepath),
-_unicode("Key info...: %s <%s>, %s")
-% ( key.name, key.nick, keyid),
-_unicode("category, nick.: %s %s")
-% (args.category, args.nick)])
-else:
-messages.extend(
-[_unicode("Verification failed: %s") % (filepath),
-_unicode("Key info...: %s <%s>, %s")
-% ( key.name, key.nick, keyid)])
-has_no_pubkey, s_keyid = results.no_pubkey
-if has_no_pubkey:
-messages.append(
-_unicode("Auto-searching for key.: 0x%s") % s_keyid)
-# reset all but keyid and pass thru data
-args.keyid = s_keyid
-args.keydir = None
-args.fingerprint = None
-args.exact = False
-args.category = None
-args.nick = None
-args.name = None
-a

[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/etc/, gkeys/gkeys/, gkeys-ldap/bin/, gkeys-ldap/gkeyldap/

2015-02-11 Thread Brian Dolbec
commit: 3cbba703e8309d7dea5728ab8f9ad4d6b6b8eaf3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Jan 15 17:36:43 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 04:39:42 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=3cbba703

gkeys-ldap: Add saving the logfilename to know which log file to push

Add uploading the log file to my dev space for public access.

cgh

---
 gkeys-ldap/bin/update-seeds.sh   | 3 +++
 gkeys-ldap/etc/update-seeds.conf | 3 +++
 gkeys-ldap/gkeyldap/cli.py   | 2 +-
 gkeys/gkeys/log.py   | 3 ++-
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index f096cb8..502fca9 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -76,5 +76,8 @@ git add ${API_SEEDS}.${GKEYS_SIG} || die " *** Failed to add 
${GKEYS_SEEDS}.sig
 git commit -m "${GKEYS_COMMIT_MSG}" || die " *** Failed to commit updates"
 git push origin master || die " *** git push failed"
 
+echo "Pushing the log file to ${LOG_UPLOAD_URL}"
+scp "${LOG_DIR}/${LOG_FILE}" "${LOG_UPLOAD_URL}"  || die "Failed to upload 
logfile: ${LOG_FILE}"
+
 success "Successfully updated developer.seeds"
 

diff --git a/gkeys-ldap/etc/update-seeds.conf b/gkeys-ldap/etc/update-seeds.conf
index 5b87b48..94e65e8 100644
--- a/gkeys-ldap/etc/update-seeds.conf
+++ b/gkeys-ldap/etc/update-seeds.conf
@@ -13,3 +13,6 @@ export GKEYS_COMMIT_MSG="Gentoo-keys: Update 
gentoo-devs.seeds"
 export GKEYS_SEEDS="seeds/gentoo-devs.seeds"
 export GKEYS_SIG="sig"
 export GKEYS_SIGN="gkeys"
+export LOG_UPLOAD_URL="dol...@dev.gentoo.org:~dolsen/public_html/gkey-logs/"
+export LOG_DIR="${GKEYS_DIR}/logs"
+export LOG_FILE="${GKEYS_LOG}"

diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py
index b134ed9..f3add7c 100644
--- a/gkeys-ldap/gkeyldap/cli.py
+++ b/gkeys-ldap/gkeyldap/cli.py
@@ -33,7 +33,7 @@ class Main(CliBase):
 'Actions': Actions,
 'Available_Actions': Available_Actions,
 'Action_Map': Action_Map,
-'prog': 'gkey-ldap',
+'prog': 'gkeys-ldap',
 'description': 'Gentoo-keys LDAP interface and seed file generator 
program',
 'epilog': '''CAUTION: adding UNTRUSTED keys can be HAZARDOUS to 
your system!'''
 }

diff --git a/gkeys/gkeys/log.py b/gkeys/gkeys/log.py
index a16767e..fad1f43 100644
--- a/gkeys/gkeys/log.py
+++ b/gkeys/gkeys/log.py
@@ -20,6 +20,7 @@ from gkeys.fileops import ensure_dirs
 NAMESPACE = 'gentoo-keys'
 logger = None
 Console_handler = None
+logname = None
 
 log_levels = {
 'CRITICAL': logging.CRITICAL,
@@ -35,7 +36,7 @@ log_levels = {
 
 def set_logger(namespace=None, logpath='', level=None,
dirmode=0o775, filemask=0o002):
-global logger, NAMESPACE, Console_handler
+global logger, NAMESPACE, Console_handler, logname
 if not namespace:
 namespace = NAMESPACE
 else:



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 80fbd3d7da1720844103a202809b7583a3f11c7b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 20 05:58:00 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 04:40:29 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=80fbd3d7

gkeys: Wrap all strings which have %s with _unicode() to prevent decode errors

Hopefully this will stop the intermittent python-2.7 UnicodeDecodeError that 
some people get during string substitution.

---
 gkeys/gkeys/actions.py | 278 ++---
 gkeys/gkeys/base.py|   2 +-
 2 files changed, 172 insertions(+), 108 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index ad03038..16dbb26 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -17,8 +17,10 @@ import sys
 
 if sys.version_info[0] >= 3:
 py_input = input
+_unicode = str
 else:
 py_input = raw_input
+_unicode = unicode
 
 
 from collections import defaultdict
@@ -63,7 +65,8 @@ class Actions(object):
 '''Pretty-print the selected seed file'''
 handler = SeedHandler(self.logger, self.config)
 kwargs = handler.build_gkeydict(args)
-self.logger.debug("ACTIONS: listseed; kwargs: %s" % str(kwargs))
+self.logger.debug(_unicode("ACTIONS: listseed; kwargs: %s")
+% _unicode(kwargs))
 if not self.seeds:
 try:
 self.seeds = handler.load_seeds(args.category, args.nick)
@@ -78,7 +81,8 @@ class Actions(object):
 
 def fetchseed(self, args):
 '''Download the selected seed file(s)'''
-self.logger.debug("ACTIONS: fetchseed; args: %s" % str(args))
+self.logger.debug(_unicode("ACTIONS: fetchseed; args: %s")
+% _unicode(args))
 if not args.category:
 return (False, ["Please specify seeds category."])
 handler = SeedHandler(self.logger, self.config)
@@ -103,7 +107,9 @@ class Actions(object):
 return (False, ["Failed to create a valid GKEY instance.",
 "Check for invalid data entries"])
 if len(gkeys) == 0:
-self.logger.debug("ACTIONS: installkey; now adding gkey: %s" % 
str(gkey))
+self.logger.debug(
+_unicode("ACTIONS: installkey; now adding gkey: %s")
+% _unicode(gkey))
 success = self.seeds.add(getattr(gkey, 'nick'), gkey)
 if success:
 success = self.seeds.save()
@@ -122,12 +128,14 @@ class Actions(object):
 return (False, ["Failed to remove seed: No gkeys returned from 
listseed()",
 []])
 if len(gkeys) == 1:
-self.logger.debug("ACTIONS: removeseed; now deleting gkey: %s" % 
str(gkeys))
+self.logger.debug(
+_unicode("ACTIONS: removeseed; now deleting gkey: %s")
+% _unicode(gkeys))
 success = self.seeds.delete(gkeys[0])
 if success:
 success = self.seeds.save()
-return (success, ["Successfully removed seed: %s" % str(success),
-gkeys])
+return (success, [_unicode("Successfully removed seed: %s")
+% _unicode(success), gkeys])
 elif len(gkeys):
 return (False, ["Too many seeds found to remove", gkeys])
 return (False, ["Failed to remove seed:", args,
@@ -138,7 +146,8 @@ class Actions(object):
 '''Move keys between seed files'''
 handler = SeedHandler(self.logger, self.config)
 searchkey = handler.new(args, checkgkey=False)
-self.logger.debug("ACTIONS: moveseed; gkey: %s" % str(searchkey))
+self.logger.debug(_unicode("ACTIONS: moveseed; gkey: %s")
+% _unicode(searchkey))
 if not self.seeds:
 self.seeds = self.load_seeds(args.category)
 kwargs = handler.build_gkeydict(args)
@@ -147,17 +156,21 @@ class Actions(object):
 destkeys = dest.list(**kwargs)
 messages = []
 if len(sourcekeys) == 1 and destkeys == []:
-self.logger.debug("ACTIONS: moveseed; now adding destination gkey: 
%s"
-% str(sourcekeys[0]))
+self.logger.debug(
+_unicode("ACTIONS: moveseed; now adding destination gkey: %s")
+% _unicode(sourcekeys[0]))
 success = dest.add(sourcekeys[0])
-self.logger.debug("ACTIONS: moveseed; success: %s" %str(success))
-self.logger.debug("ACTIONS: moveseed; now deleting sourcekey: %s" 
% str(sourcekeys[0]))
+self.logger.debug("ACTIONS: moveseed; success: %s" % str(success))
+self.logger.debug(
+_unicode("ACTIONS: moveseed; now deleting sourcekey: %s")
+% _unicode(sourcekeys[0]))
 success = self.seeds.delete(sourcekeys[0])
 if success:
 success = dest.save()
-self.

[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 22173b6b70d6c1ba88249cf948801365cb1f64e1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jan 31 03:33:59 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jan 31 04:40:29 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=22173b6b

gkeys/actions.py: separate the message info substitution

It is usually the result.username that gives the error.
This tries to trap it and keep going.

---
 gkeys/gkeys/actions.py | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index dfc9f09..3852372 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -308,10 +308,11 @@ class Actions(object):
 msg = _unicode("key desired: %(name)s, key added: %(key)s, 
succeeded:" +\
 " %(success)s, fingerprint: %(fpr)s")
 for result in results[key.name]:
-try:
-print(msg % ({'name': key.name, 'key': 
result.username,
+umsg = msg % ({'name': key.name, 'key': 
result.username,
 'success': str(not result.failed),
-'fpr': result.fingerprint}))
+'fpr': result.fingerprint})
+try:
+print(umsg)
 except UnicodeDecodeError:
 print(_unicode("UnicodeDecodeError printing 
results for:"), key.name)
 self.logger.debug(_unicode("installkey(); 
UnicodeDecodeError for:") + key.name)



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2015-02-11 Thread Brian Dolbec
commit: 7243efa95b7f2da8f1d61af8a2ad643d9f10a8fa
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Feb 11 17:22:34 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 11 17:30:28 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=7243efa9

gkeys/actions.py: _verify() Properly report a failed search

---
 gkeys/gkeys/actions.py | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 0a30679..b2b8cf3 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -825,9 +825,11 @@ class Actions(object):
 args.name = None
 args.all = False
 keys = self.key_search(args, data_only=True)
-args.category = list(keys)[0]
-args.nick = keys[args.category][0].nick
-return self.verify(args, messages)
+if keys:
+args.category = list(keys)[0]
+args.nick = keys[args.category][0].nick
+return self.verify(args, messages)
+messages.append(_unicode("Failed to find gpg key.: 0x%s") % 
s_keyid)
 return (verified, messages)
 
 



[gentoo-commits] gentoo-x86 commit in net-wireless/bluez: bluez-5.28.ebuild ChangeLog

2015-02-11 Thread Pacho Ramos (pacho)
pacho   15/02/11 17:31:18

  Modified: ChangeLog
  Added:bluez-5.28.ebuild
  Log:
  Version bump, mcaptest is no longer installed per upstream decission 
http://git.kernel.org/cgit/bluetooth/bluez.git/commit/?id=2aec81f1fadf66773a8bf75632b817207469d8df
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.235net-wireless/bluez/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.235&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?rev=1.235&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/ChangeLog?r1=1.234&r2=1.235

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   11 Feb 2015 16:10:08 -  1.234
+++ ChangeLog   11 Feb 2015 17:31:18 -  1.235
@@ -1,6 +1,13 @@
 # ChangeLog for net-wireless/bluez
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.234 
2015/02/11 16:10:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.235 
2015/02/11 17:31:18 pacho Exp $
+
+*bluez-5.28 (11 Feb 2015)
+
+  11 Feb 2015; Pacho Ramos  +bluez-5.28.ebuild:
+  Version bump, mcaptest is no longer installed per upstream decission 
http://gi
+  
t.kernel.org/cgit/bluetooth/bluez.git/commit/?id=2aec81f1fadf66773a8bf75632b81
+  7207469d8df
 
   11 Feb 2015; Mike Frysinger  bluez-5.27.ebuild:
   Add mips love.



1.1  net-wireless/bluez/bluez-5.28.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.28.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/bluez-5.28.ebuild?rev=1.1&content-type=text/plain

Index: bluez-5.28.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-5.28.ebuild,v 1.1 
2015/02/11 17:31:18 pacho Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit autotools eutils multilib python-any-r1 readme.gentoo systemd udev user 
multilib-minimal

DESCRIPTION="Bluetooth Tools and System Daemons for Linux"
HOMEPAGE="http://www.bluez.org";
SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"

LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0/3"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE="cups debug +obex +readline selinux systemd test +udev"
REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"

CDEPEND="
>=dev-libs/glib-2.28:2
>=sys-apps/dbus-1.6:=
>=sys-apps/hwids-20121202.2
cups? ( net-print/cups:= )
obex? ( dev-libs/libical )
readline? ( sys-libs/readline:= )
systemd? ( sys-apps/systemd )
udev? ( >=virtual/udev-172 )
abi_x86_32? (
!http://www.spinics.net/lists/linux-bluetooth/msg38490.html
epatch 
"${FILESDIR}"/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch

# http://www.spinics.net/lists/linux-bluetooth/msg40136.html
epatch 
"${FILESDIR}"/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch

# http://www.spinics.net/lists/linux-bluetooth/msg41264.html
epatch "${FILESDIR}"/0002-autopair-Don-t-handle-the-iCade.patch

# ???
epatch "${FILESDIR}"/0004-agent-Assert-possible-infinite-loop.patch

# Ubuntu workaround for bug #501120
epatch 
"${FILESDIR}"/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch

if use cups; then
sed -i \
-e "s:cupsdir = \$(libdir)/cups:cupsdir = $(cups-config 
--serverbin):" \
Makefile.{in,tools} || die
fi

eautoreconf

multilib_copy_sources
}

multilib_src_configure() {
local myconf=(
# readline is automagic when client is enabled
# --enable-client always needs readline, bug #504038
ac_cv_header_readline_readline_h=$(multilib_native_usex 
readline)
)

if ! multilib_is_native_abi; then
myconf+=(
# deps not used for the library
{DBUS,GLIB}_{CFLAGS,LIBS}=' '
)
fi

econf \
--localstatedir=/var \
--disable-android \
--enable-datafiles \
--enable-experimental \
--enable-optimization \
$(use_enable debug) \
--enable-pie \
--enable-threads \
--ena

[gentoo-commits] gentoo-x86 commit in games-fps/enemy-territory-omnibot: enemy-territory-omnibot-0.82.ebuild enemy-territory-omnibot-0.83.1.ebuild ChangeLog

2015-02-11 Thread Christoph Junghans (ottxor)
ottxor  15/02/11 17:40:55

  Modified: enemy-territory-omnibot-0.82.ebuild
enemy-territory-omnibot-0.83.1.ebuild ChangeLog
  Log:
  made source mirror restricted (bug #539780)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  
games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?r1=1.1&r2=1.2

Index: enemy-territory-omnibot-0.82.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enemy-territory-omnibot-0.82.ebuild 22 Jul 2014 01:36:22 -  1.1
+++ enemy-territory-omnibot-0.82.ebuild 11 Feb 2015 17:40:55 -  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/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
 1.1 2014/07/22 01:36:22 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
 1.2 2015/02/11 17:40:55 ottxor Exp $
 
 EAPI=2
 
@@ -16,3 +16,4 @@
 
 LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror strip"



1.2  
games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?r1=1.1&r2=1.2

Index: enemy-territory-omnibot-0.83.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enemy-territory-omnibot-0.83.1.ebuild   22 Jul 2014 01:36:22 -  
1.1
+++ enemy-territory-omnibot-0.83.1.ebuild   11 Feb 2015 17:40:55 -  
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/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
 1.1 2014/07/22 01:36:22 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
 1.2 2015/02/11 17:40:55 ottxor Exp $
 
 EAPI=2
 
@@ -19,3 +19,4 @@
 
 LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror strip"



1.2  games-fps/enemy-territory-omnibot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Jul 2014 01:36:22 -  1.1
+++ ChangeLog   11 Feb 2015 17:40:55 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/enemy-territory-omnibot
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog,v 1.1 
2014/07/22 01:36:22 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog,v 1.2 
2015/02/11 17:40:55 ottxor Exp $
+
+  11 Feb 2015; Christoph Junghans 
+  enemy-territory-omnibot-0.82.ebuild, enemy-territory-omnibot-0.83.1.ebuild:
+  made source mirror restricted (bug #539780)
 
 *enemy-territory-omnibot-0.82 (22 Jul 2014)
 *enemy-territory-omnibot-0.83.1 (22 Jul 2014)






[gentoo-commits] gentoo-x86 commit in dev-embedded/u-boot-tools: u-boot-tools-2015.01.ebuild ChangeLog

2015-02-11 Thread Markos Chandras (hwoarang)
hwoarang15/02/11 17:50:59

  Modified: ChangeLog
  Added:u-boot-tools-2015.01.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.38 dev-embedded/u-boot-tools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   3 May 2014 14:44:01 -   1.37
+++ ChangeLog   11 Feb 2015 17:50:59 -  1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-embedded/u-boot-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.37 
2014/05/03 14:44:01 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.38 
2015/02/11 17:50:59 hwoarang Exp $
+
+*u-boot-tools-2015.01 (11 Feb 2015)
+
+  11 Feb 2015; Markos Chandras 
+  +u-boot-tools-2015.01.ebuild:
+  Version bump
 
   03 May 2014; Mikle Kolyada  u-boot-tools-2014.01.ebuild:
   x86 stable wrt bug #502646



1.1  dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild?rev=1.1&content-type=text/plain

Index: u-boot-tools-2015.01.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2015.01.ebuild,v 
1.1 2015/02/11 17:50:59 hwoarang Exp $

EAPI="5"

inherit eutils toolchain-funcs

MY_P="u-boot-${PV/_/-}"
DESCRIPTION="utilities for working with Das U-Boot"
HOMEPAGE="http://www.denx.de/wiki/U-Boot/WebHome";
SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}

src_compile() {
emake defconfig
emake \
HOSTSTRIP=: \
HOSTCC="$(tc-getCC)" \
HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
HOSTLDFLAGS="${LDFLAGS}" \
CONFIG_ENV_OVERWRITE=y \
tools-all
}

src_install() {
cd tools
dobin bmp_logo gen_eth_addr img2srec mkimage
dobin easylogo/easylogo
dobin env/fw_printenv
dosym fw_printenv /usr/bin/fw_setenv
insinto /etc
doins env/fw_env.config
}






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

2015-02-11 Thread Mike Frysinger (vapier)
vapier  15/02/11 18:18:20

  Modified: PyRSS2Gen-1.1.ebuild ChangeLog
  Log:
  Stabilize for all.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild

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

Index: PyRSS2Gen-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyRSS2Gen-1.1.ebuild30 Sep 2014 17:52:39 -  1.2
+++ PyRSS2Gen-1.1.ebuild11 Feb 2015 18:18:20 -  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/PyRSS2Gen/PyRSS2Gen-1.1.ebuild,v 
1.2 2014/09/30 17:52:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/PyRSS2Gen-1.1.ebuild,v 
1.3 2015/02/11 18:18:20 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,5 +13,5 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""



1.10 dev-python/PyRSS2Gen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   1 Feb 2015 16:23:57 -   1.9
+++ ChangeLog   11 Feb 2015 18:18:20 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/PyRSS2Gen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.9 
2015/02/01 16:23:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyRSS2Gen/ChangeLog,v 1.10 
2015/02/11 18:18:20 vapier Exp $
+
+  11 Feb 2015; Mike Frysinger  PyRSS2Gen-1.1.ebuild:
+  Stabilize for all.
 
   01 Feb 2015; Manuel Rüger  -PyRSS2Gen-1.0.0.ebuild:
   Remove old.






[gentoo-commits] proj/embedded-cross:master commit in: metadata/

2015-02-11 Thread Raúl Porcel
commit: ccf75e3b4a8dce86c902e5c96d65c1dfb1e568f5
Author: Raúl Porcel  gentoo  org>
AuthorDate: Wed Feb 11 18:33:56 2015 +
Commit: Raúl Porcel  gentoo  org>
CommitDate: Wed Feb 11 18:33:56 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=commit;h=ccf75e3b

Add layout.conf file

Signed-off-by: Raúl Porcel  gentoo.org>

---
 metadata/layout.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 000..d43e61c
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1 @@
+masters = gentoo



[gentoo-commits] proj/pandaboard:master commit in: metadata/

2015-02-11 Thread Raúl Porcel
commit: 881e4212d8f70d4b039c318eeaa2a894412ab9ff
Author: Raúl Porcel  gentoo  org>
AuthorDate: Wed Feb 11 18:34:29 2015 +
Commit: Raúl Porcel  gentoo  org>
CommitDate: Wed Feb 11 18:34:29 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/pandaboard.git;a=commit;h=881e4212

Add layout.conf file

Signed-off-by: Raúl Porcel  gentoo.org>

---
 metadata/layout.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 000..d43e61c
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1 @@
+masters = gentoo



[gentoo-commits] proj/tegra:master commit in: metadata/

2015-02-11 Thread Raúl Porcel
commit: 2f23154e20911776a5f0fd07ccf66482f48e4122
Author: Raúl Porcel  gentoo  org>
AuthorDate: Wed Feb 11 18:35:11 2015 +
Commit: Raúl Porcel  gentoo  org>
CommitDate: Wed Feb 11 18:35:11 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/tegra.git;a=commit;h=2f23154e

Add layout.conf file

Signed-off-by: Raúl Porcel  gentoo.org>

---
 metadata/layout.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 000..d43e61c
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1 @@
+masters = gentoo



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

2015-02-11 Thread Brian Dolbec
commit: c3586c5e15c8373d08f9192713a2b03d4542faaf
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Feb 11 18:53:26 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Feb 11 19:05:47 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=c3586c5e

WorldSelectedSet: fix breakage for bug #539746

Since commit 3e327e8c849cf6bfb84a3a3ec5c080ab4bc4653c,
AutounmaskTestCase.testAutounmaskAndSets fails due to incorrect logic
in WorldSelectedSet._load. Fix it to load all nested atoms/sets. Also,
fix WorldSelectedSet.write so that self._pkgset and self._setset have
separate data structures. Shared data structures triggered the
corruption reported in bug #539746.

Fixes: 3e327e8c849c ("Split @selected into @selected-packages and 
@selected-sets")

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

---
 pym/portage/_sets/files.py | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pym/portage/_sets/files.py b/pym/portage/_sets/files.py
index 6bf05d4..26ee094 100644
--- a/pym/portage/_sets/files.py
+++ b/pym/portage/_sets/files.py
@@ -215,15 +215,14 @@ class WorldSelectedSet(EditablePackageSet):
self._setset = WorldSelectedSetsSet(eroot)
 
def write(self):
-   self._pkgset._atoms = self._atoms
+   self._pkgset._atoms = self._atoms.copy()
self._pkgset.write()
-   self._setset._nonatoms = self._nonatoms
+   self._setset._nonatoms = self._nonatoms.copy()
self._setset.write()
 
def load(self):
-   self._pkgset.load()
-   self._setset.load()
-   self._setAtoms(self._pkgset._atoms | self._pkgset._nonatoms)
+   # Iterating over these sets loads them automatically.
+   self._setAtoms(chain(self._pkgset, self._setset))
 
def lock(self):
self._pkgset.lock()



[gentoo-commits] gentoo-x86 commit in games-rpg/zsxd: metadata.xml ChangeLog

2015-02-11 Thread Julian Ospald (hasufell)
hasufell15/02/11 19:41:46

  Modified: metadata.xml ChangeLog
  Log:
  drop myself from maintainership
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.2  games-rpg/zsxd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/zsxd/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/zsxd/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/zsxd/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/zsxd/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml29 Jan 2014 20:20:34 -  1.1
+++ metadata.xml11 Feb 2015 19:41:46 -  1.2
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
games
-   
-   hasuf...@gentoo.org
-   Julian Ospald
-   

christopho/zsxd




1.9  games-rpg/zsxd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/zsxd/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/zsxd/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/zsxd/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/zsxd/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   26 Jan 2015 23:25:37 -  1.8
+++ ChangeLog   11 Feb 2015 19:41:46 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/zsxd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsxd/ChangeLog,v 1.8 2015/01/26 
23:25:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsxd/ChangeLog,v 1.9 2015/02/11 
19:41:46 hasufell Exp $
+
+  11 Feb 2015; Julian Ospald  metadata.xml:
+  drop myself from maintainership
 
   26 Jan 2015; Michael Sterrett  -zsxd-1.8.0-r1.ebuild:
   old






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

2015-02-11 Thread Johannes Huber
commit: deec9c0e42980e7581ea7e14c76350a80b02dad5
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Feb 11 19:46:45 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Feb 11 19:46:45 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=deec9c0e

[kde-apps/kbounce] Frameworks merged to master

Package-Manager: portage-2.2.16

---
 kde-apps/kbounce/kbounce-.ebuild | 22 ++
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kbounce/kbounce-.ebuild 
b/kde-apps/kbounce/kbounce-.ebuild
index 3bfd7f6..4d74e51 100644
--- a/kde-apps/kbounce/kbounce-.ebuild
+++ b/kde-apps/kbounce/kbounce-.ebuild
@@ -4,9 +4,9 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK=true
 KDE_SELINUX_MODULE="games"
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="KDE Bounce Ball Game"
 HOMEPAGE="
@@ -14,7 +14,21 @@ HOMEPAGE="
http://games.kde.org/game.php?game=kbounce
 "
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+"
 RDEPEND="${DEPEND}"



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

2015-02-11 Thread Johannes Huber
commit: 5a1a6bc8113707ef4868f82fe811f84400baefdc
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Feb 11 19:48:38 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Feb 11 19:48:38 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5a1a6bc8

[sets] Update kdegames-live

---
 sets/kdegames-live | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index cc594c1..4398f60 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -1,7 +1,9 @@
 ~kde-apps/bomber-
 ~kde-apps/bovo-
 ~kde-apps/kapman-
+~kde-apps/kblackbox-
 ~kde-apps/kblocks-
+~kde-apps/kbounce-
 ~kde-apps/kdiamond-
 ~kde-apps/klines-
 ~kde-apps/kmines-



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

2015-02-11 Thread Johannes Huber
commit: 21705a699bb079720b26cd8afd2499c4729a3659
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Feb 11 19:24:42 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Feb 11 19:24:42 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=21705a69

[kde-apps/kblackbox] Frameworks merged to master

Package-Manager: portage-2.2.16

---
 kde-apps/kblackbox/kblackbox-.ebuild | 23 +++
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kblackbox/kblackbox-.ebuild 
b/kde-apps/kblackbox/kblackbox-.ebuild
index 6baf15a..67f94d5 100644
--- a/kde-apps/kblackbox/kblackbox-.ebuild
+++ b/kde-apps/kblackbox/kblackbox-.ebuild
@@ -4,13 +4,28 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK=true
 KDE_SELINUX_MODULE="games"
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="KDE Blackbox Game"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
 RDEPEND="${DEPEND}"



  1   2   >