[gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-1.0.2a-parallel-symlinking.patch

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

  Modified: openssl-1.0.2a-parallel-symlinking.patch
  Log:
  add upstream link

Revision  ChangesPath
1.2  
dev-libs/openssl/files/openssl-1.0.2a-parallel-symlinking.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2a-parallel-symlinking.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2a-parallel-symlinking.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2a-parallel-symlinking.patch?r1=1.1r2=1.2

Index: openssl-1.0.2a-parallel-symlinking.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/files/openssl-1.0.2a-parallel-symlinking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openssl-1.0.2a-parallel-symlinking.patch3 Apr 2015 05:44:45 -   
1.1
+++ openssl-1.0.2a-parallel-symlinking.patch10 Jul 2015 06:07:51 -  
1.2
@@ -1,3 +1,5 @@
+https://rt.openssl.org/Ticket/Display.html?id=3780user=guestpass=guest
+
 From cc81af135bda47eaa6956a0329cbbc55bf993ac1 Mon Sep 17 00:00:00 2001
 From: Mike Frysinger vap...@gentoo.org
 Date: Fri, 3 Apr 2015 01:16:23 -0400






[gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r4.ebuild redcloth-4.2.9-r3.ebuild ChangeLog redcloth-4.2.9-r2.ebuild

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/10 06:45:26

  Modified: ChangeLog
  Added:redcloth-4.2.9-r4.ebuild redcloth-4.2.9-r3.ebuild
  Removed:  redcloth-4.2.9-r2.ebuild
  Log:
  Add debian patch for bug 536008.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.101dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   7 Jun 2015 19:21:57 -   1.100
+++ ChangeLog   10 Jul 2015 06:45:26 -  1.101
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.100 
2015/06/07 19:21:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.101 
2015/07/10 06:45:26 graaff Exp $
+
+*redcloth-4.2.9-r4 (10 Jul 2015)
+*redcloth-4.2.9-r3 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org -redcloth-4.2.9-r2.ebuild,
+  +redcloth-4.2.9-r3.ebuild, +redcloth-4.2.9-r4.ebuild,
+  +files/redcloth-4.2.9-cve-2012-6684.patch:
+  Add debian patch for bug 536008.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild

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

Index: redcloth-4.2.9-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r4.ebuild,v 
1.1 2015/07/10 06:45:26 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_NAME=RedCloth

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_DOCDIR=doc

RUBY_FAKEGEM_EXTRADOC=README.rdoc CHANGELOG

RUBY_FAKEGEM_REQUIRE_PATHS=lib/case_sensitive_require

inherit ruby-fakegem versionator

DESCRIPTION=A module for using Textile in Ruby
HOMEPAGE=http://redcloth.org/;

GITHUB_USER=jgarber
SRC_URI=https://github.com/${GITHUB_USER}/redcloth/tarball/v${PV} - 
${RUBY_FAKEGEM_NAME}-git-${PV}.tgz
RUBY_S=${GITHUB_USER}-${PN}-*

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=

DEPEND+= dev-util/ragel

ruby_add_bdepend 
=dev-ruby/rake-0.8.7
=dev-ruby/rake-compiler-0.7.1
test? ( =dev-ruby/diff-lcs-1.1.2 )

pkg_setup() {
ruby-ng_pkg_setup

# Export the VERBOSE variable to avoid remapping of stdout and
# stderr, and that breaks because of bad interactions between
# echoe, Ruby and Gentoo.
export VERBOSE=1
}

RUBY_PATCHES=( ${P}-cve-2012-6684.patch )

all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' Rakefile ${PN}.gemspec || die
rm tasks/{release,gems,rspec}.rake || die
}

each_ruby_compile() {
# We cannot run this manually easily, because Ragel re-generation
# is a mess
${RUBY} -S rake compile || die rake compile failed
}



1.1  dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild

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

Index: redcloth-4.2.9-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v 
1.1 2015/07/10 06:45:26 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_NAME=RedCloth

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_DOCDIR=doc

RUBY_FAKEGEM_EXTRADOC=README.rdoc CHANGELOG

RUBY_FAKEGEM_REQUIRE_PATHS=lib/case_sensitive_require

inherit ruby-fakegem versionator

DESCRIPTION=A module for using Textile in Ruby
HOMEPAGE=http://redcloth.org/;

GITHUB_USER=jgarber

[gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth/files: redcloth-4.2.9-cve-2012-6684.patch

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/10 06:45:26

  Added:redcloth-4.2.9-cve-2012-6684.patch
  Log:
  Add debian patch for bug 536008.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/redcloth/files/redcloth-4.2.9-cve-2012-6684.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/files/redcloth-4.2.9-cve-2012-6684.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/redcloth/files/redcloth-4.2.9-cve-2012-6684.patch?rev=1.1content-type=text/plain

Index: redcloth-4.2.9-cve-2012-6684.patch
===
Patch taken from Debian (via upstream pull request that is still pending)

http://sources.debian.net/src/ruby-redcloth/4.2.9-4/debian/patches/0001-Filter-out-javascript-links-when-using-filter_html-o.patch/
https://github.com/jgarber/redcloth/pull/20/commits

From b3d82f0c3a354a2f589e1fd43f5f1d7e427b530e Mon Sep 17 00:00:00 2001
From: Antonio Terceiro terce...@debian.org
Date: Sat, 7 Feb 2015 23:27:39 -0200
Subject: [PATCH] Filter out 'javascript:' links when using filter_html or
 sanitize_html

This is a fix for CVE-2012-6684
---
 lib/redcloth/formatters/html.rb |  6 +-
 spec/security/CVE-2012-6684_spec.rb | 14 ++
 2 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 spec/security/CVE-2012-6684_spec.rb

diff --git a/lib/redcloth/formatters/html.rb b/lib/redcloth/formatters/html.rb
index bfadfb7..b8793b2 100644
--- a/lib/redcloth/formatters/html.rb
+++ b/lib/redcloth/formatters/html.rb
@@ -111,7 +111,11 @@ module RedCloth::Formatters::HTML
   end
   
   def link(opts)
-a href=\#{escape_attribute 
opts[:href]}\#{pba(opts)}#{opts[:name]}/a
+if (filter_html || sanitize_html)  opts[:href] =~ /^\s*javascript:/
+  opts[:name]
+else
+  a href=\#{escape_attribute 
opts[:href]}\#{pba(opts)}#{opts[:name]}/a
+end
   end
   
   def image(opts)
diff --git a/spec/security/CVE-2012-6684_spec.rb 
b/spec/security/CVE-2012-6684_spec.rb
new file mode 100644
index 000..05219fd
--- /dev/null
+++ b/spec/security/CVE-2012-6684_spec.rb
@@ -0,0 +1,14 @@
+# https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6684
+
+require 'redcloth'
+
+describe 'CVE-2012-6684' do
+
+  it 'should not let javascript links pass through' do
+# PoC from http://co3k.org/blog/redcloth-unfixed-xss-en
+output = RedCloth.new('[clickme:javascript:alert(%27XSS%27)]', 
[:filter_html, :filter_styles, :filter_classes, :filter_ids]).to_html
+expect(output).to_not match(/href=.javascript:alert/)
+  end
+
+
+end
-- 
2.1.4







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

2015-07-10 Thread Jeroen Roovers (jer)
jer 15/07/10 06:55:05

  Modified: ChangeLog openssl-1.0.1p.ebuild
  Log:
  Stable for PPC64 (bug #554172).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.674dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.674view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.674content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.673r2=1.674

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.673
retrieving revision 1.674
diff -u -r1.673 -r1.674
--- ChangeLog   10 Jul 2015 06:08:30 -  1.673
+++ ChangeLog   10 Jul 2015 06:55:04 -  1.674
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.673 
2015/07/10 06:08:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.674 
2015/07/10 06:55:04 jer Exp $
+
+  10 Jul 2015; Jeroen Roovers j...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for PPC64 (bug #554172).
 
   10 Jul 2015; Mike Frysinger vap...@gentoo.org
   +files/openssl-1.0.1p-default-source.patch, openssl-1.0.1p.ebuild,



1.6  dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.5r2=1.6

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openssl-1.0.1p.ebuild   10 Jul 2015 06:08:30 -  1.5
+++ openssl-1.0.1p.ebuild   10 Jul 2015 06:55:04 -  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/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.5 2015/07/10 06:08:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.6 2015/07/10 06:55:04 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gdk3: ChangeLog ruby-gdk3-2.2.5.ebuild

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/10 06:53:12

  Modified: ChangeLog
  Added:ruby-gdk3-2.2.5.ebuild
  Log:
  Version bump. Run tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 dev-ruby/ruby-gdk3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Jul 2015 15:36:08 -   1.10
+++ ChangeLog   10 Jul 2015 06:53:12 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-gdk3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v 1.10 
2015/07/09 15:36:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gdk3/ChangeLog,v 1.11 
2015/07/10 06:53:12 graaff Exp $
+
+*ruby-gdk3-2.2.5 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org +ruby-gdk3-2.2.5.ebuild:
+  Version bump. Run tests.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-gdk3-2.2.3-r1.ebuild,
   ruby-gdk3-2.2.3.ebuild:



1.1  dev-ruby/ruby-gdk3/ruby-gdk3-2.2.5.ebuild

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

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

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit virtualx ruby-ng-gnome2

DESCRIPTION=Ruby GDK-3.x bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND+= x11-libs/gtk+:3
RDEPEND+= x11-libs/gtk+:3

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-gdkpixbuf2-${PV}
=dev-ruby/ruby-atk-${PV}
=dev-ruby/ruby-cairo-gobject-${PV}
=dev-ruby/ruby-pango-${PV}

all_ruby_prepare() {
# Avoid unneeded dependency on test-unit-notify.
sed -i -e '/notify/ s:^:#:' \
test/gdk-test-utils.rb || die

# Avoid compilation of dependencies during test.
sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} test/run-test.rb
 virtualmake || die
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/multi_xml: ChangeLog multi_xml-0.5.5.ebuild

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

  Modified: ChangeLog
  Added:multi_xml-0.5.5.ebuild
  Log:
  Version bump, fixing bug 543254. Drop ppc, ppc64, x86 keywords due to new 
dev-ruby/ox test dependency, bug 554410.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.28 dev-ruby/multi_xml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   18 Apr 2015 07:28:21 -  1.27
+++ ChangeLog   10 Jul 2015 06:01:10 -  1.28
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/multi_xml
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.27 
2015/04/18 07:28:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.28 
2015/07/10 06:01:10 graaff Exp $
+
+*multi_xml-0.5.5 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org +multi_xml-0.5.5.ebuild:
+  Version bump, fixing bug 543254. Drop ppc, ppc64, x86 keywords due to new
+  dev-ruby/ox test dependency, bug 554410.
 
   18 Apr 2015; Hans de Graaff gra...@gentoo.org multi_xml-0.5.4-r2.ebuild:
   Avoid test dependency on bundler.



1.1  dev-ruby/multi_xml/multi_xml-0.5.5.ebuild

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

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

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_TASK_DOC=doc:yard

RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=A generic swappable back-end for XML parsing
HOMEPAGE=http://rdoc.info/gems/multi_xml;
LICENSE=MIT

KEYWORDS=~amd64
SLOT=0
IUSE=

ruby_add_bdepend doc? ( dev-ruby/yard )
ruby_add_bdepend test? ( dev-ruby/ox )

all_ruby_prepare() {
sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
sed -i -e '/bundler/I s:^:#:' Rakefile || die
}

each_ruby_test() {
CI=true each_fakegem_test
}






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1p.ebuild openssl-1.0.2d.ebuild ChangeLog

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 06:08:30

  Modified: openssl-1.0.1p.ebuild openssl-1.0.2d.ebuild
ChangeLog
  Log:
  Use _DEFAULT_SOURCE with newer glibc versions #554338 by Agostino Sarubbo.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  dev-libs/openssl/openssl-1.0.1p.ebuild

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

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openssl-1.0.1p.ebuild   9 Jul 2015 18:12:37 -   1.4
+++ openssl-1.0.1p.ebuild   10 Jul 2015 06:08:30 -  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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.4 2015/07/09 18:12:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.5 2015/07/10 06:08:30 vapier Exp $
 
 EAPI=4
 
@@ -63,6 +63,7 @@
epatch ${FILESDIR}/${PN}-1.0.1m-x32.patch
epatch ${FILESDIR}/${PN}-1.0.1m-ipv6.patch
epatch 
${FILESDIR}/${PN}-1.0.1f-revert-alpha-perl-generation.patch #499086
+   epatch ${FILESDIR}/${PN}-1.0.1p-default-source.patch #554338
epatch_user #332661
fi
 



1.2  dev-libs/openssl/openssl-1.0.2d.ebuild

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

Index: openssl-1.0.2d.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2d.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openssl-1.0.2d.ebuild   9 Jul 2015 14:08:16 -   1.1
+++ openssl-1.0.2d.ebuild   10 Jul 2015 06:08:30 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2d.ebuild,v 
1.1 2015/07/09 14:08:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.2d.ebuild,v 
1.2 2015/07/10 06:08:30 vapier Exp $
 
 EAPI=4
 
@@ -65,6 +65,7 @@
epatch ${FILESDIR}/${PN}-1.0.2a-parallel-symlinking.patch 
#545028
epatch ${FILESDIR}/${PN}-1.0.2-ipv6.patch
epatch ${FILESDIR}/${PN}-1.0.2a-x32-asm.patch #542618
+   epatch ${FILESDIR}/${PN}-1.0.1p-default-source.patch #554338
 
epatch_user #332661
fi



1.673dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.673view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.673content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.672r2=1.673

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.672
retrieving revision 1.673
diff -u -r1.672 -r1.673
--- ChangeLog   9 Jul 2015 18:12:37 -   1.672
+++ ChangeLog   10 Jul 2015 06:08:30 -  1.673
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.672 
2015/07/09 18:12:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.673 
2015/07/10 06:08:30 vapier Exp $
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org
+  +files/openssl-1.0.1p-default-source.patch, openssl-1.0.1p.ebuild,
+  openssl-1.0.2d.ebuild:
+  Use _DEFAULT_SOURCE with newer glibc versions #554338 by Agostino Sarubbo.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org openssl-1.0.1p.ebuild:
   arm stable wrt bug #554172






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl/files: openssl-1.0.1p-default-source.patch

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 06:08:30

  Added:openssl-1.0.1p-default-source.patch
  Log:
  Use _DEFAULT_SOURCE with newer glibc versions #554338 by Agostino Sarubbo.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  dev-libs/openssl/files/openssl-1.0.1p-default-source.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.1p-default-source.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/files/openssl-1.0.1p-default-source.patch?rev=1.1content-type=text/plain

Index: openssl-1.0.1p-default-source.patch
===
https://bugs.gentoo.org/554338

From 7c2e97f8bbae517496fdc11f475b4ae54b2534f5 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Fri, 10 Jul 2015 01:50:52 -0400
Subject: [PATCH] test: use _DEFAULT_SOURCE with newer glibc versions

The _BSD_SOURCE macro is replaced by the _DEFAULT_SOURCE macro.  Using
just the former with newer versions leads to a build time warning, so
make sure to use the new macro too.
---
 ssl/ssltest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 26cf96c..b36f667 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -141,6 +141,7 @@
  */
 
 /* Or gethostname won't be declared properly on Linux and GNU platforms. */
+#define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
 
 #include assert.h
-- 
2.4.4







[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.5.10.ebuild

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/10 06:30:34

  Modified: ChangeLog
  Removed:  nokogiri-1.5.10.ebuild
  Log:
  Cleanup vulnerable version, bug 495218.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.130dev-ruby/nokogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   7 Jun 2015 18:53:12 -   1.129
+++ ChangeLog   10 Jul 2015 06:30:34 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.129 
2015/06/07 18:53:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.130 
2015/07/10 06:30:34 graaff Exp $
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org -nokogiri-1.5.10.ebuild:
+  Cleanup vulnerable version, bug 495218.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.71.ebuild ChangeLog

2015-07-10 Thread Jeroen Roovers (jer)
jer 15/07/10 06:57:53

  Modified: ChangeLog
  Added:debootstrap-1.0.71.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.286dev-util/debootstrap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.286view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.286content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.285r2=1.286

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog   20 May 2015 04:00:48 -  1.285
+++ ChangeLog   10 Jul 2015 06:57:53 -  1.286
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.285 
2015/05/20 04:00:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.286 
2015/07/10 06:57:53 jer Exp $
+
+*debootstrap-1.0.71 (10 Jul 2015)
+
+  10 Jul 2015; Jeroen Roovers j...@gentoo.org +debootstrap-1.0.71.ebuild:
+  Version bump.
 
 *debootstrap-1.0.70 (20 May 2015)
 



1.1  dev-util/debootstrap/debootstrap-1.0.71.ebuild

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

Index: debootstrap-1.0.71.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.71.ebuild,v 1.1 
2015/07/10 06:57:53 jer Exp $

EAPI=5
inherit eutils

DESCRIPTION=Debian/Ubuntu bootstrap scripts
HOMEPAGE=http://packages.qa.debian.org/d/debootstrap.html;
SRC_URI=mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
mirror://gentoo/devices.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux

RDEPEND=
app-arch/dpkg
net-misc/wget
sys-devel/binutils


DOCS=( TODO debian/changelog )

src_unpack() {
unpack ${PN}_${PV}.tar.gz
cp ${DISTDIR}/devices.tar.gz ${S}
}

src_compile() {
return
}

src_install() {
default
doman debootstrap.8
}

pkg_postinst() {
if ! has_version ${CATEGORY}/${PN}  ! has_version app-crypt/gnupg; 
then
elog To check Release files against a keyring
elog  (--keyring=K), please install app-crypt/gnupg.
fi
}






[gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.19.5.ebuild ChangeLog

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

  Modified: ChangeLog
  Added:gettext-0.19.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.273sys-devel/gettext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.273view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.273content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.272r2=1.273

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog   10 Jul 2015 07:39:25 -  1.272
+++ ChangeLog   10 Jul 2015 08:25:11 -  1.273
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.272 
2015/07/10 07:39:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.273 
2015/07/10 08:25:11 vapier Exp $
+
+*gettext-0.19.5 (10 Jul 2015)
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org +gettext-0.19.5.ebuild:
+  Version bump.
 
   10 Jul 2015; Mike Frysinger vap...@gentoo.org gettext-0.19.4.ebuild:
   Mark arm64/m68k/s390/sh/sparc stable #551828.



1.1  sys-devel/gettext/gettext-0.19.5.ebuild

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

Index: gettext-0.19.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.5.ebuild,v 
1.1 2015/07/10 08:25:11 vapier Exp $

EAPI=4

inherit flag-o-matic eutils multilib toolchain-funcs mono-env libtool 
java-pkg-opt-2 multilib-minimal

DESCRIPTION=GNU locale utilities
HOMEPAGE=http://www.gnu.org/software/gettext/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.gz

LICENSE=GPL-3 LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs 
elibc_glibc elibc_musl

# only runtime goes multilib
DEPEND==virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
dev-libs/libxml2
dev-libs/expat
acl? ( virtual/acl )
ncurses? ( sys-libs/ncurses )
java? ( =virtual/jdk-1.4 )
RDEPEND=${DEPEND}
!git? ( cvs? ( dev-vcs/cvs ) )
git? ( dev-vcs/git )
java? ( =virtual/jre-1.4 )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
!=app-emulation/emul-linux-x86-baselibs-20131008-r11
)
PDEPEND=emacs? ( app-emacs/po-mode )

MULTILIB_WRAPPED_HEADERS=(
# only installed for native ABI
/usr/include/gettext-po.h
)

src_prepare() {
java-pkg-opt-2_src_prepare
epunt_cxx
elibtoolize
}

multilib_src_configure() {
local myconf=(
# switches common to runtime and top-level
--cache-file=${BUILD_DIR}/config.cache
--docdir=/usr/share/doc/${PF}

$(use_enable cxx libasprintf)
$(use_enable java)
$(use_enable static-libs static)
)

# Build with --without-included-gettext (on glibc systems)
if use elibc_glibc || use elibc_musl ; then
myconf+=(
--without-included-gettext
$(use_enable nls)
)
else
myconf+=(
--with-included-gettext
--enable-nls
)
fi
use cxx || export CXX=$(tc-getCC)

# Should be able to drop this hack in next release. #333887
tc-is-cross-compiler  export gl_cv_func_working_acl_get_file=yes

local ECONF_SOURCE=${S}
if ! multilib_is_native_abi ; then
# for non-native ABIs, we build runtime only
ECONF_SOURCE+=/gettext-runtime
else
# remaining switches
myconf+=(
# Emacs support is now in a separate package
--without-emacs
--without-lispdir
# glib depends on us so avoid circular deps
--with-included-glib
# libcroco depends on glib which ... ^^^
--with-included-libcroco

[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog xen-tools-4.2.5-r8.ebuild xen-tools-4.5.1-r1.ebuild

2015-07-10 Thread Yixun Lan (dlan)
dlan15/07/10 08:21:36

  Modified: ChangeLog
  Added:xen-tools-4.2.5-r8.ebuild xen-tools-4.5.1-r1.ebuild
  Log:
  security bump, XSA-137, bug 553664
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.300app-emulation/xen-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.300view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.300content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.299r2=1.300

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog   6 Jul 2015 09:37:53 -   1.299
+++ ChangeLog   10 Jul 2015 08:21:36 -  1.300
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.299 
2015/07/06 09:37:53 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.300 
2015/07/10 08:21:36 dlan Exp $
+
+*xen-tools-4.5.1-r1 (10 Jul 2015)
+*xen-tools-4.2.5-r8 (10 Jul 2015)
+
+  10 Jul 2015; Yixun Lan d...@gentoo.org +xen-tools-4.2.5-r8.ebuild,
+  +xen-tools-4.5.1-r1.ebuild:
+  security bump, XSA-137, bug 553664
 
 *xen-tools-4.5.1 (06 Jul 2015)
 



1.1  app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?rev=1.1content-type=text/plain

Index: xen-tools-4.2.5-r8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v 1.1 
2015/07/10 08:21:36 dlan Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='xml,threads'

if [[ $PV == * ]]; then
KEYWORDS=
REPO=xen-unstable.hg
EHG_REPO_URI=http://xenbits.xensource.com/${REPO};
S=${WORKDIR}/${REPO}
live_eclass=mercurial
else
KEYWORDS=~amd64 ~x86
UPSTREAM_VER=9
SECURITY_VER=4
# xen-tools's gentoo patches tarball
GENTOO_VER=1
# xen-tools's gentoo patches version which apply to this specific ebuild
GENTOO_GPV=0
SEABIOS_VER=1.6.3.2

[[ -n ${UPSTREAM_VER} ]]  \

UPSTREAM_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
[[ -n ${SECURITY_VER} ]]  \

SECURITY_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz;
[[ -n ${GENTOO_VER} ]]  \

GENTOO_PATCHSET_URI=http://dev.gentoo.org/~dlan/distfiles/${PN/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz;


SRC_URI=http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz

http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz
${UPSTREAM_PATCHSET_URI}
${SECURITY_PATCHSET_URI}
${GENTOO_PATCHSET_URI}
S=${WORKDIR}/xen-${PV}
fi

inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 
toolchain-funcs udev ${live_eclass}

DESCRIPTION=Xend daemon and tools
HOMEPAGE=http://xen.org/;
DOCS=( README docs/README.xen-bugtool )

LICENSE=GPL-2
SLOT=0
IUSE=api custom-cflags debug doc flask hvm qemu ocaml pygrub screen 
static-libs system-seabios

REQUIRED_USE=hvm? ( qemu )
${PYTHON_REQUIRED_USE}

DEPEND=dev-libs/lzo:2
dev-libs/glib:2
dev-libs/yajl
dev-libs/libgcrypt:0
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pypam[${PYTHON_USEDEP}]
sys-libs/zlib
sys-power/iasl
system-seabios? ( sys-firmware/seabios )
sys-firmware/ipxe
dev-ml/findlib
hvm? ( media-libs/libsdl )
${PYTHON_DEPS}
api? ( dev-libs/libxml2
net-misc/curl )
${PYTHON_DEPS}
pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} )
sys-devel/bin86
sys-devel/dev86
dev-lang/perl
app-misc/pax-utils
doc? (
app-doc/doxygen
dev-tex/latex2html[png,gif]
media-gfx/transfig
media-gfx/graphviz
dev-tex/xcolor
dev-texlive/texlive-latexextra

[gentoo-commits] gentoo-x86 commit in net-libs/socket++: ChangeLog socket++-1.12.12-r2.ebuild

2015-07-10 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/10 09:05:50

  Modified: ChangeLog
  Added:socket++-1.12.12-r2.ebuild
  Log:
  Revision bump: EAPI 5, migrate to autotools-utils eclass, do not generate 
broken HTML documentation, do not install non-upstream pkgconfig file, fix 
building with new texinfo, wrt bug #514246
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.18 net-libs/socket++/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   7 Sep 2013 08:35:52 -   1.17
+++ ChangeLog   10 Jul 2015 09:05:50 -  1.18
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/socket++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.17 
2013/09/07 08:35:52 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.18 
2015/07/10 09:05:50 pinkbyte Exp $
+
+*socket++-1.12.12-r2 (10 Jul 2015)
+
+  10 Jul 2015; Sergey Popov pinkb...@gentoo.org +socket++-1.12.12-r2.ebuild:
+  Revision bump: EAPI 5, migrate to autotools-utils eclass, do not generate
+  broken HTML documentation, do not install non-upstream pkgconfig file, fix
+  building with new texinfo, wrt bug #514246
 
   07 Sep 2013; Pacho Ramos pa...@gentoo.org
   +files/socket++-1.12.12-gcc47.patch, socket++-1.12.12-r1.ebuild:



1.1  net-libs/socket++/socket++-1.12.12-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.12-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.12-r2.ebuild?rev=1.1content-type=text/plain

Index: socket++-1.12.12-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r2.ebuild,v 1.1 
2015/07/10 09:05:50 pinkbyte Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
inherit autotools-utils

DESCRIPTION=C++ Socket Library
HOMEPAGE=http://www.linuxhacker.at/socketxx/;
SRC_URI=http://www.linuxhacker.at/linux/downloads/src/${P}.tar.gz;

LICENSE=freedist GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~mips ~x86

IUSE=debug static-libs

RESTRICT=bindist

DEPEND=sys-apps/texinfo
RDEPEND=

DOCS=( AUTHORS ChangeLog NEWS README README2 README3 THANKS )

PATCHES=( ${FILESDIR}/${P}-gcc47.patch )

src_prepare() {
# bug #514246
sed -i -e 's/@subsection t/@section t/g' doc/socket++.texi || die

autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
)
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-libs/crypto++: crypto++-5.6.2-r2.ebuild ChangeLog

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 06:58:35

  Modified: crypto++-5.6.2-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #553808
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-libs/crypto++/crypto++-5.6.2-r2.ebuild

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

Index: crypto++-5.6.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crypto++-5.6.2-r2.ebuild7 Jul 2015 04:26:16 -   1.2
+++ crypto++-5.6.2-r2.ebuild10 Jul 2015 06:58:35 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r2.ebuild,v 1.2 
2015/07/07 04:26:16 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r2.ebuild,v 1.3 
2015/07/10 06:58:35 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Boost-1.0
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x64-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x64-macos
 IUSE=static-libs
 
 DEPEND=app-arch/unzip



1.102dev-libs/crypto++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   7 Jul 2015 04:26:16 -   1.101
+++ ChangeLog   10 Jul 2015 06:58:35 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/crypto++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.101 
2015/07/07 04:26:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.102 
2015/07/10 06:58:35 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org crypto++-5.6.2-r2.ebuild:
+  Stable for amd64, wrt bug #553808
 
   07 Jul 2015; Jeroen Roovers j...@gentoo.org crypto++-5.6.2-r2.ebuild:
   Stable for HPPA PPC64 (bug #553808).






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gio2: ChangeLog ruby-gio2-2.2.5.ebuild

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

  Modified: ChangeLog
  Added:ruby-gio2-2.2.5.ebuild
  Log:
  Version bump. Run tests. Fix dependencies.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.36 dev-ruby/ruby-gio2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   5 Jul 2015 10:30:10 -   1.35
+++ ChangeLog   10 Jul 2015 07:11:50 -  1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-gio2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.35 
2015/07/05 10:30:10 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ChangeLog,v 1.36 
2015/07/10 07:11:50 graaff Exp $
+
+*ruby-gio2-2.2.5 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org +ruby-gio2-2.2.5.ebuild:
+  Version bump. Run tests. Fix dependencies.
 
 *ruby-gio2-2.2.3-r1 (05 Jul 2015)
 



1.1  dev-ruby/ruby-gio2/ruby-gio2-2.2.5.ebuild

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

Index: ruby-gio2-2.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gio2/ruby-gio2-2.2.5.ebuild,v 
1.1 2015/07/10 07:11:50 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit ruby-ng-gnome2

DESCRIPTION=Ruby binding of GooCanvas
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

ruby_add_rdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-gobject-introspection-${PV}

all_ruby_prepare() {
# Avoid unneeded dependency on test-unit-notify.
sed -i -e '/notify/ s:^:#:' \
test/gio2-test-utils.rb || die

# Avoid compilation of dependencies during test.
sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
}

each_ruby_test() {
${RUBY} test/run-test.rb || die
}






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

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

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable #554172.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.8  dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.7r2=1.8

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openssl-1.0.1p.ebuild   10 Jul 2015 07:14:09 -  1.7
+++ openssl-1.0.1p.ebuild   10 Jul 2015 07:16:24 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.7 2015/07/10 07:14:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.8 2015/07/10 07:16:24 vapier Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.676dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.676view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.676content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.675r2=1.676

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -r1.675 -r1.676
--- ChangeLog   10 Jul 2015 07:14:09 -  1.675
+++ ChangeLog   10 Jul 2015 07:16:24 -  1.676
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.675 
2015/07/10 07:14:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.676 
2015/07/10 07:16:24 vapier Exp $
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org openssl-1.0.1p.ebuild:
+  Mark arm64/m68k/s390/sh stable #554172.
 
   10 Jul 2015; Jeroen Roovers j...@gentoo.org openssl-1.0.1p.ebuild:
   Stable for HPPA (bug #554172).






[gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-3.12.1.ebuild ChangeLog

2015-07-10 Thread Patrick Lauer (patrick)
patrick 15/07/10 07:22:59

  Modified: ChangeLog
  Added:mono-3.12.1.ebuild
  Log:
  Bump, ebuild borrowed from dotnet overlay
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.262dev-lang/mono/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.262view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.262content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.261r2=1.262

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog   11 Dec 2014 03:50:00 -  1.261
+++ ChangeLog   10 Jul 2015 07:22:59 -  1.262
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/mono
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.261 2014/12/11 
03:50:00 prometheanfire Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.262 2015/07/10 
07:22:59 patrick Exp $
+
+*mono-3.12.1 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +mono-3.12.1.ebuild:
+  Bump, ebuild borrowed from dotnet overlay
 
   11 Dec 2014; Matthew Thode prometheanf...@gentoo.org mono-2.10.9-r2.ebuild:
   fixing stable mono for bug 467238



1.1  dev-lang/mono/mono-3.12.1.ebuild

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

Index: mono-3.12.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.12.1.ebuild,v 1.1 
2015/07/10 07:22:59 patrick Exp $

EAPI=5
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils

DESCRIPTION=Mono runtime and class libraries, a C# compiler/interpreter
HOMEPAGE=http://www.mono-project.com/Main_Page;
SRC_URI=http://download.mono-project.com/sources/${PN}/${P}.tar.bz2;

LICENSE=MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception 
IDPL
SLOT=0

KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux

IUSE=nls minimal pax_kernel xen doc debug

COMMONDEPEND=
!minimal? ( =dev-dotnet/libgdiplus-2.10 )
ia64? ( sys-libs/libunwind )
nls? ( sys-devel/gettext )

RDEPEND=${COMMONDEPEND}
|| ( www-client/links www-client/lynx )

DEPEND=${COMMONDEPEND}
sys-devel/bc
virtual/yacc
pax_kernel? ( sys-apps/elfix )


pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang 
while compiling.
# See http://bugs.gentoo.org/261869 for more info.
CONFIG_CHECK=~SYSVIPC
use kernel_linux  check_extra_config
}

pkg_setup() {
linux-info_pkg_setup
mono-env_pkg_setup
}

src_prepare() {
# we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so 
it don't
# get killed in the build proces when MPROTEC is enable. #286280
# RANDMMAP kill the build proces to #347365
if use pax_kernel ; then
ewarn We are disabling MPROTECT on the mono binary.

# issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9
sed '/exec / i\paxctl-ng -mr $r/@mono_runtime@' -i 
${S}/runtime/mono-wrapper.in || die Failed to sed mono-wrapper.in
fi

# mono build system can fail otherwise
strip-flags

# Remove this at your own peril. Mono will barf in unexpected ways.
append-flags -fno-strict-aliasing

autotools-utils_src_prepare
}

src_configure() {
# NOTE: We need the static libs for now so mono-debugger works.
# See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
#
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
#
# sgen fails on ppc, bug #359515
local myeconfargs=(
--enable-system-aot=yes
--enable-static
--disable-quiet-build
--without-moonlight
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)
--without-ikvm-native
--with-jit
 

[gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.19.4.ebuild ChangeLog

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 07:39:25

  Modified: gettext-0.19.4.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh/sparc stable #551828.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.10 sys-devel/gettext/gettext-0.19.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild?r1=1.9r2=1.10

Index: gettext-0.19.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gettext-0.19.4.ebuild   4 Jul 2015 16:51:35 -   1.9
+++ gettext-0.19.4.ebuild   10 Jul 2015 07:39:25 -  1.10
@@ -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-devel/gettext/gettext-0.19.4.ebuild,v 
1.9 2015/07/04 16:51:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.4.ebuild,v 
1.10 2015/07/10 07:39:25 vapier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3 LGPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs 
elibc_glibc elibc_musl
 
 # only runtime goes multilib



1.272sys-devel/gettext/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.272view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.272content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.271r2=1.272

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog   4 Jul 2015 16:51:35 -   1.271
+++ ChangeLog   10 Jul 2015 07:39:25 -  1.272
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.271 
2015/07/04 16:51:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.272 
2015/07/10 07:39:25 vapier Exp $
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org gettext-0.19.4.ebuild:
+  Mark arm64/m68k/s390/sh/sparc stable #551828.
 
   04 Jul 2015; Mikle Kolyada zlog...@gentoo.org gettext-0.19.4.ebuild:
   ia64 stable wrt bug #551828






[gentoo-commits] gentoo-x86 commit in sci-mathematics/csdp: - New directory

2015-07-10 Thread Mark Wright (gienah)
gienah  15/07/10 07:46:35

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-mathematics/csdp added to the repository



[gentoo-commits] gentoo-x86 commit in sys-process/glances/files: 2.4.2-setup-data.patch

2015-07-10 Thread Ian Delaney (idella4)
idella4 15/07/10 07:55:04

  Added:2.4.2-setup-data.patch
  Log:
  bump; patch to set correct install of prebuilt docs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  sys-process/glances/files/2.4.2-setup-data.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/files/2.4.2-setup-data.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/files/2.4.2-setup-data.patch?rev=1.1content-type=text/plain

Index: 2.4.2-setup-data.patch
===
diff -ur Glances-2.4.2.orig/setup.py Glances-2.4.2/setup.py
--- setup.py2015-05-29 04:10:10.0 +0800
+++ setup.py2015-07-10 14:47:54.333415133 +0800
@@ -13,9 +13,7 @@
 
 def get_data_files():
 data_files = [
-('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
-   'conf/glances.conf', 'docs/glances-doc.html']),
-('share/doc/glances/images', glob.glob('docs/images/*.png')),
-('share/man/man1', ['man/glances.1'])
+('share/man/man1', ['man/glances.1']),
+('etc/glances', ['conf/glances.conf'])
 ]
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtk3: ChangeLog ruby-gtk3-2.2.5.ebuild

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/10 08:11:00

  Modified: ChangeLog
  Added:ruby-gtk3-2.2.5.ebuild
  Log:
  Version bump. Run tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 dev-ruby/ruby-gtk3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jul 2015 15:36:44 -   1.9
+++ ChangeLog   10 Jul 2015 08:11:00 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-gtk3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v 1.9 
2015/07/09 15:36:44 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ChangeLog,v 1.10 
2015/07/10 08:11:00 graaff Exp $
+
+*ruby-gtk3-2.2.5 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org +ruby-gtk3-2.2.5.ebuild:
+  Version bump. Run tests.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org ruby-gtk3-2.2.3-r1.ebuild,
   ruby-gtk3-2.2.3.ebuild:



1.1  dev-ruby/ruby-gtk3/ruby-gtk3-2.2.5.ebuild

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

Index: ruby-gtk3-2.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtk3/ruby-gtk3-2.2.5.ebuild,v 
1.1 2015/07/10 08:11:00 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit virtualx ruby-ng-gnome2

DESCRIPTION=Ruby Gtk3 bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND+= x11-libs/gtk+:3
RDEPEND+= x11-libs/gtk+:3

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
=dev-ruby/ruby-pango-${PV}
ruby_add_rdepend =dev-ruby/ruby-gdkpixbuf2-${PV}
=dev-ruby/ruby-atk-${PV}
=dev-ruby/ruby-gdk3-${PV}
=dev-ruby/ruby-gio2-${PV}

all_ruby_prepare() {
# Avoid unneeded dependency on test-unit-notify.
#   sed -i -e '/notify/ s:^:#:' \
#   test/clutter-gtk-test-utils.rb || die

# Avoid compilation of dependencies during test.
sed -i -e '/system/,/^end/ s:^:#:' test/run-test.rb || die
}
each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} test/run-test.rb
 virtualmake || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-clutter-gtk: ChangeLog ruby-clutter-gtk-2.2.5.ebuild

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/10 08:14:48

  Modified: ChangeLog
  Added:ruby-clutter-gtk-2.2.5.ebuild
  Log:
  Version bump. Run tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 dev-ruby/ruby-clutter-gtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jul 2015 15:37:31 -   1.9
+++ ChangeLog   10 Jul 2015 08:14:48 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-clutter-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v 1.9 
2015/07/09 15:37:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ChangeLog,v 1.10 
2015/07/10 08:14:48 graaff Exp $
+
+*ruby-clutter-gtk-2.2.5 (10 Jul 2015)
+
+  10 Jul 2015; Hans de Graaff gra...@gentoo.org
+  +ruby-clutter-gtk-2.2.5.ebuild:
+  Version bump. Run tests.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   ruby-clutter-gtk-2.2.3-r1.ebuild, ruby-clutter-gtk-2.2.3.ebuild:



1.1  dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.5.ebuild

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

Index: ruby-clutter-gtk-2.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-2.2.5.ebuild,v
 1.1 2015/07/10 08:14:48 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit virtualx ruby-ng-gnome2

DESCRIPTION=Ruby Clutter bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk

DEPEND+= media-libs/clutter-gtk
RDEPEND+= media-libs/clutter-gtk

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-clutter-${PV}
=dev-ruby/ruby-gtk3-${PV}

all_ruby_prepare() {
# Avoid unneeded dependency on test-unit-notify.
sed -i -e '/notify/ s:^:#:' \

../gobject-introspection/test/gobject-introspection-test-utils.rb \
../clutter/test/clutter-test-utils.rb \
test/clutter-gtk-test-utils.rb || die

# Avoid compilation of dependencies during test.
sed -i -e '/and have_make/,/^  end/ s:^:#:' test/run-test.rb || die
}

each_ruby_configure() {
:
}

each_ruby_compile() {
:
}

each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} test/run-test.rb
 virtualmake || die
}

each_ruby_install() {
each_fakegem_install
}






[gentoo-commits] gentoo-x86 commit in dev-libs/crypto++: crypto++-5.6.2-r2.ebuild ChangeLog

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 06:59:04

  Modified: crypto++-5.6.2-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #553808
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-libs/crypto++/crypto++-5.6.2-r2.ebuild

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

Index: crypto++-5.6.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crypto++-5.6.2-r2.ebuild10 Jul 2015 06:58:35 -  1.3
+++ crypto++-5.6.2-r2.ebuild10 Jul 2015 06:59:04 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r2.ebuild,v 1.3 
2015/07/10 06:58:35 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.6.2-r2.ebuild,v 1.4 
2015/07/10 06:59:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Boost-1.0
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86 ~x64-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ppc ppc64 ~sparc x86 ~x64-macos
 IUSE=static-libs
 
 DEPEND=app-arch/unzip



1.103dev-libs/crypto++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   10 Jul 2015 06:58:35 -  1.102
+++ ChangeLog   10 Jul 2015 06:59:04 -  1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/crypto++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.102 
2015/07/10 06:58:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/ChangeLog,v 1.103 
2015/07/10 06:59:04 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org crypto++-5.6.2-r2.ebuild:
+  Stable for x86, wrt bug #553808
 
   10 Jul 2015; Agostino Sarubbo a...@gentoo.org crypto++-5.6.2-r2.ebuild:
   Stable for amd64, wrt bug #553808






[gentoo-commits] gentoo-x86 commit in net-misc/libreswan: libreswan-3.13.ebuild ChangeLog

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 06:58:40

  Modified: libreswan-3.13.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #550974
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-misc/libreswan/libreswan-3.13.ebuild

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

Index: libreswan-3.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreswan-3.13.ebuild   2 Jun 2015 02:45:40 -   1.1
+++ libreswan-3.13.ebuild   10 Jul 2015 06:58:40 -  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/net-misc/libreswan/libreswan-3.13.ebuild,v 
1.1 2015/06/02 02:45:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.13.ebuild,v 
1.2 2015/07/10 06:58:40 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 if [[ ${PV} !=  ]]; then
SRC_URI=https://download.libreswan.org/${P}.tar.gz;
-   KEYWORDS=~amd64 ~ppc ~x86
+   KEYWORDS=amd64 ~ppc ~x86
 else
inherit git-r3
EGIT_REPO_URI=https://github.com/libreswan/libreswan.git;



1.15 net-misc/libreswan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libreswan/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libreswan/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libreswan/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   2 Jun 2015 02:45:40 -   1.14
+++ ChangeLog   10 Jul 2015 06:58:40 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/libreswan
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.14 
2015/06/02 02:45:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.15 
2015/07/10 06:58:40 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org libreswan-3.13.ebuild:
+  Stable for amd64, wrt bug #550974
 
 *libreswan-3.13 (02 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/libreswan: libreswan-3.13.ebuild ChangeLog

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 06:59:09

  Modified: libreswan-3.13.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #550974
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-misc/libreswan/libreswan-3.13.ebuild

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

Index: libreswan-3.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libreswan-3.13.ebuild   10 Jul 2015 06:58:40 -  1.2
+++ libreswan-3.13.ebuild   10 Jul 2015 06:59:09 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.13.ebuild,v 
1.2 2015/07/10 06:58:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/libreswan-3.13.ebuild,v 
1.3 2015/07/10 06:59:09 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 if [[ ${PV} !=  ]]; then
SRC_URI=https://download.libreswan.org/${P}.tar.gz;
-   KEYWORDS=amd64 ~ppc ~x86
+   KEYWORDS=amd64 ~ppc x86
 else
inherit git-r3
EGIT_REPO_URI=https://github.com/libreswan/libreswan.git;



1.16 net-misc/libreswan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libreswan/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libreswan/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/libreswan/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   10 Jul 2015 06:58:40 -  1.15
+++ ChangeLog   10 Jul 2015 06:59:09 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/libreswan
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.15 
2015/07/10 06:58:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/libreswan/ChangeLog,v 1.16 
2015/07/10 06:59:09 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org libreswan-3.13.ebuild:
+  Stable for x86, wrt bug #550974
 
   10 Jul 2015; Agostino Sarubbo a...@gentoo.org libreswan-3.13.ebuild:
   Stable for amd64, wrt bug #550974






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

2015-07-10 Thread Jeroen Roovers (jer)
jer 15/07/10 07:14:09

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #554172).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.7  dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.6r2=1.7

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openssl-1.0.1p.ebuild   10 Jul 2015 06:55:04 -  1.6
+++ openssl-1.0.1p.ebuild   10 Jul 2015 07:14:09 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.6 2015/07/10 06:55:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.7 2015/07/10 07:14:09 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.675dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.675view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.675content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.674r2=1.675

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.674
retrieving revision 1.675
diff -u -r1.674 -r1.675
--- ChangeLog   10 Jul 2015 06:55:04 -  1.674
+++ ChangeLog   10 Jul 2015 07:14:09 -  1.675
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.674 
2015/07/10 06:55:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.675 
2015/07/10 07:14:09 jer Exp $
+
+  10 Jul 2015; Jeroen Roovers j...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for HPPA (bug #554172).
 
   10 Jul 2015; Jeroen Roovers j...@gentoo.org openssl-1.0.1p.ebuild:
   Stable for PPC64 (bug #554172).






[gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.11.1.ebuild ChangeLog

2015-07-10 Thread Patrick Lauer (patrick)
patrick 15/07/10 07:25:04

  Modified: ChangeLog
  Added:smuxi-0.11.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.28 net-irc/smuxi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   10 Aug 2014 20:53:50 -  1.27
+++ ChangeLog   10 Jul 2015 07:25:04 -  1.28
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/smuxi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.27 2014/08/10 
20:53:50 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.28 2015/07/10 
07:25:04 patrick Exp $
+
+*smuxi-0.11.1 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer patr...@gentoo.org +smuxi-0.11.1.ebuild:
+  Bump
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org smuxi-0.8.10.1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  net-irc/smuxi/smuxi-0.11.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/smuxi-0.11.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/smuxi-0.11.1.ebuild?rev=1.1content-type=text/plain

Index: smuxi-0.11.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.11.1.ebuild,v 1.1 
2015/07/10 07:25:04 patrick Exp $

EAPI=5
inherit eutils mono-env

DESCRIPTION=A flexible, irssi-like and user-friendly IRC client for the Gnome 
Desktop
HOMEPAGE=http://www.smuxi.org/main/;
SRC_URI=http://www.smuxi.org/jaws/data/files/${P}.tar.gz;

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=dbus debug gtk libnotify spell
LICENSE=|| ( GPL-2 GPL-3 )

RDEPEND=
=dev-lang/mono-2.0
=dev-dotnet/smartirc4net-0.4.5.1
=dev-dotnet/nini-1.1.0-r2
=dev-dotnet/log4net-1.2.10-r2
dbus? ( dev-dotnet/dbus-sharp
dev-dotnet/dbus-sharp-glib
dev-dotnet/ndesk-dbus
dev-dotnet/ndesk-dbus-glib )
gtk? ( =dev-dotnet/gtk-sharp-2.12
 =dev-dotnet/glade-sharp-2.12
 =dev-dotnet/glib-sharp-2.12 )
libnotify? ( dev-dotnet/notify-sharp )
spell? ( =app-text/gtkspell-2.0.9:2 )

DEPEND=${RDEPEND}
=dev-util/intltool-0.25
=sys-devel/gettext-0.17
virtual/pkgconfig


DOCS=( FEATURES TODO README.md )

src_configure() {
# Our dev-dotnet/db4o is completely unmaintained
# We don't have ubuntu stuff
econf \
--enable-engine-irc \
--without-indicate  \
--with-vendor-package-version=Gentoo ${PV} \
--with-db4o=included \
--with-messaging-menu=no \
--with-indicate=no \
$(use_enable debug) \
$(use_enable gtk frontend-gnome) \
$(use_with libnotify notify) \
$(use_with spell gtkspell)
}






[gentoo-commits] gentoo-x86 commit in sys-process/glances/files: - New directory

2015-07-10 Thread Ian Delaney (idella4)
idella4 15/07/10 07:44:11

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-process/glances/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-process/glances: glances-2.4.2.ebuild ChangeLog

2015-07-10 Thread Ian Delaney (idella4)
idella4 15/07/10 07:55:04

  Modified: ChangeLog
  Added:glances-2.4.2.ebuild
  Log:
  bump; patch to set correct install of prebuilt docs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.26 sys-process/glances/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   5 Apr 2015 08:26:15 -   1.25
+++ ChangeLog   10 Jul 2015 07:55:04 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for sys-process/glances
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.25 
2015/04/05 08:26:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.26 
2015/07/10 07:55:04 idella4 Exp $
+
+*glances-2.4.2 (10 Jul 2015)
+
+  10 Jul 2015; Ian Delaney idel...@gentoo.org +files/2.4.2-setup-data.patch,
+  +glances-2.4.2.ebuild:
+  bump; patch to set correct install of prebuilt docs
 
 *glances-2.3 (05 Apr 2015)
 



1.1  sys-process/glances/glances-2.4.2.ebuild

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

Index: glances-2.4.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-2.4.2.ebuild,v 
1.1 2015/07/10 07:55:04 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=ncurses

inherit distutils-r1 linux-info

MYPN=Glances
MYP=${MYPN}-${PV}

DESCRIPTION=CLI curses based monitoring tool
HOMEPAGE=https://github.com/nicolargo/glances;
SRC_URI=mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=chart doc hddtemp snmp web

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
# There is another optional extra batinfo, absent from portage
RDEPEND=${DEPEND}
=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
hddtemp? ( app-admin/hddtemp )
snmp? ( dev-python/pysnmp[${PYTHON_USEDEP}] )
web? ( dev-python/bottle[${PYTHON_USEDEP}] )
chart? ( dev-python/matplotlib[${PYTHON_USEDEP}] )

CONFIG_CHECK=~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS

S=${WORKDIR}/${MYP}

# Remove duplicate entries of a prebuilt doc build and
# ensure install of the file glances.conf in /etc/${PN}
PATCHES=( ${FILESDIR}/2.4.2-setup-data.patch )

pkg_setup() {
linux-info_pkg_setup
}

python_install_all() {
# add an intended file from original data set from setup.py to DOCS
local DOCS=README.rst conf/glances.conf
# setup for pre-built html docs in setup.py
use doc  local HTML_DOCS=( docs/_build/html/. )

distutils-r1_python_install_all
}

pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog ${PN} can gain additional functionality with following 
packages:
elogdev-python/jinja - export statistics to HTML
elogapp-admin/hddtemp - monitor hard drive temperatures
elogdev-python/pysnmp - enable Python SNMP library support
elogdev-python/bottle - for Web server mode
elogdev-python/matplotlib - for graphical / chart support
fi
elog A copy of glances.conf has been added to DOCS
}






[gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: virt-manager-1.2.1.ebuild ChangeLog virt-manager-1.2.0.ebuild virt-manager-1.0.1-r1.ebuild virt-manager-0.10.0-r2.ebuild virt-manager-

2015-07-10 Thread Matthias Maier (tamiko)
tamiko  15/07/10 09:27:32

  Modified: ChangeLog
  Added:virt-manager-1.2.1.ebuild
  Removed:  virt-manager-1.2.0.ebuild
virt-manager-1.0.1-r1.ebuild
virt-manager-0.10.0-r2.ebuild
virt-manager-1.1.0.ebuild
  Log:
  version bump, bug #554328; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.125app-emulation/virt-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.125view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.125content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.124r2=1.125

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   10 May 2015 09:37:39 -  1.124
+++ ChangeLog   10 Jul 2015 09:27:31 -  1.125
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/virt-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 
1.124 2015/05/10 09:37:39 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 
1.125 2015/07/10 09:27:31 tamiko Exp $
+
+*virt-manager-1.2.1 (10 Jul 2015)
+
+  10 Jul 2015; Matthias Maier tam...@gentoo.org +virt-manager-1.2.1.ebuild,
+  -virt-manager-0.10.0-r2.ebuild, -virt-manager-1.0.1-r1.ebuild,
+  -virt-manager-1.1.0.ebuild, -virt-manager-1.2.0.ebuild:
+  version bump, bug #554328; drop old
 
   10 May 2015; Matthias Maier tam...@gentoo.org virt-manager-1.1.0-r2.ebuild,
   virt-manager-1.1.0.ebuild, virt-manager-1.2.0.ebuild:



1.1  app-emulation/virt-manager/virt-manager-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-1.2.1.ebuild?rev=1.1content-type=text/plain

Index: virt-manager-1.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-1.2.1.ebuild,v 
1.1 2015/07/10 09:27:31 tamiko Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit gnome2 distutils-r1

DESCRIPTION=A graphical tool for administering virtual machines
HOMEPAGE=http://virt-manager.org;

if [[ ${PV} = ** ]]; then
inherit git-2
SRC_URI=
KEYWORDS=
EGIT_REPO_URI=git://git.fedorahosted.org/virt-manager.git
else
SRC_URI=http://virt-manager.org/download/sources/${PN}/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
fi

LICENSE=GPL-2
SLOT=0
IUSE=gnome-keyring gtk policykit sasl

RDEPEND=!app-emulation/virtinst
dev-python/libvirt-python[${PYTHON_USEDEP}]

=app-emulation/libvirt-glib-0.0.9[introspection,python,${PYTHON_USEDEP}]
${PYTHON_DEPS}
dev-libs/libxml2[python,${PYTHON_USEDEP}]
dev-python/ipaddr[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/urlgrabber[${PYTHON_USEDEP}]
sys-libs/libosinfo[introspection]
gtk? (
x11-libs/gtk+:3[introspection]
gnome-base/dconf

=net-libs/gtk-vnc-0.3.8[gtk3,introspection,python,${PYTHON_USEDEP}]

net-misc/spice-gtk[usbredir,gtk3,introspection,python,sasl?,${PYTHON_USEDEP}]
net-misc/x11-ssh-askpass
x11-libs/vte:2.90[introspection]
gnome-keyring? ( dev-python/gnome-keyring-python )
policykit? ( sys-auth/polkit[introspection] )
x11-themes/gnome-icon-theme
)
DEPEND=${RDEPEND}
dev-lang/perl
dev-util/intltool

DOCS=( README NEWS )

src_prepare() {
distutils-r1_src_prepare
}

distutils-r1_python_compile() {
local defgraphics=

esetup.py configure \
--qemu-user=qemu \
--default-graphics=spice
}

python_install_all() {
distutils-r1_python_install_all
python_fix_shebang \

${ED}/usr/share/virt-manager/virt-{clone,convert,install,manager}
}

pkg_preinst() {
if use gtk; then
gnome2_pkg_preinst

cd ${ED}
export GNOME2_ECLASS_ICONS=$(find 
'usr/share/virt-manager/icons' -maxdepth 1 -mindepth 1 -type d 2 /dev/null)
else
rm -rf ${ED}/usr/share/virt-manager/virtManager

[gentoo-commits] gentoo-x86 commit in dev-embedded/sdcc: sdcc-9999.ebuild ChangeLog

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 09:38:40

  Modified: sdcc-.ebuild ChangeLog
  Log:
  Drop parallel build patch as upstream repo seems to get it right now #393221 
by Daniel M. Weeks.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  dev-embedded/sdcc/sdcc-.ebuild

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

Index: sdcc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdcc-.ebuild8 Oct 2010 09:38:44 -   1.1
+++ sdcc-.ebuild10 Jul 2015 09:38:40 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-.ebuild,v 1.1 
2010/10/08 09:38:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-.ebuild,v 1.2 
2015/07/10 09:38:40 vapier Exp $
 
 EAPI=2
 
@@ -49,8 +49,6 @@
-e 's:\(PORTDIR|ARCH)\:SDCC\1:g' \
{} + || die
 
-   epatch ${FILESDIR}/${P}-build.patch
-
# We'll install doc manually
sed -i -e '/SDCC_DOC/d' Makefile.in || die
sed -i -e 's/ doc//' sim/ucsim/packages_in.mk || die



1.46 dev-embedded/sdcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/sdcc/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/sdcc/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/sdcc/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   9 Jun 2015 13:23:57 -   1.45
+++ ChangeLog   10 Jul 2015 09:38:40 -  1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-embedded/sdcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/ChangeLog,v 1.45 
2015/06/09 13:23:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/ChangeLog,v 1.46 
2015/07/10 09:38:40 vapier Exp $
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org -files/sdcc--build.patch,
+  sdcc-.ebuild:
+  Drop parallel build patch as upstream repo seems to get it right now #393221
+  by Daniel M. Weeks.
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-embedded/sdcc/files: sdcc-9999-build.patch

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 09:38:40

  Removed:  sdcc--build.patch
  Log:
  Drop parallel build patch as upstream repo seems to get it right now #393221 
by Daniel M. Weeks.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)



[gentoo-commits] gentoo-x86 commit in net-libs/socket++: ChangeLog socket++-1.12.13.ebuild

2015-07-10 Thread Sergey Popov (pinkbyte)
pinkbyte15/07/10 09:44:04

  Modified: ChangeLog
  Added:socket++-1.12.13.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.19 net-libs/socket++/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   10 Jul 2015 09:05:50 -  1.18
+++ ChangeLog   10 Jul 2015 09:44:04 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/socket++
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.18 
2015/07/10 09:05:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/ChangeLog,v 1.19 
2015/07/10 09:44:04 pinkbyte Exp $
+
+*socket++-1.12.13 (10 Jul 2015)
+
+  10 Jul 2015; Sergey Popov pinkb...@gentoo.org +socket++-1.12.13.ebuild:
+  Version bump
 
 *socket++-1.12.12-r2 (10 Jul 2015)
 



1.1  net-libs/socket++/socket++-1.12.13.ebuild

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

Index: socket++-1.12.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.13.ebuild,v 
1.1 2015/07/10 09:44:04 pinkbyte Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
inherit autotools-utils

DESCRIPTION=C++ Socket Library
HOMEPAGE=http://www.linuxhacker.at/socketxx/;
SRC_URI=http://src.linuxhacker.at/socket++/${P}.tar.gz;

LICENSE=freedist GPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~mips ~x86

IUSE=debug static-libs

RESTRICT=bindist

DEPEND=sys-apps/texinfo
RDEPEND=

DOCS=( AUTHORS ChangeLog NEWS README README2 README3 THANKS )

PATCHES=( ${FILESDIR}/${PN}-1.12.12-gcc47.patch )

src_prepare() {
# bug #514246
sed -i -e 's/@subsection t/@section t/g' doc/socket++.texi || die

autotools-utils_src_prepare
}

src_configure() {
local myeconfargs=(
$(use_enable debug)
)
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-emulation/virt-viewer: ChangeLog virt-viewer-0.5.7.ebuild virt-viewer-1.0.ebuild virt-viewer-0.6.0.ebuild

2015-07-10 Thread Matthias Maier (tamiko)
tamiko  15/07/10 09:46:01

  Modified: ChangeLog
  Removed:  virt-viewer-0.5.7.ebuild virt-viewer-1.0.ebuild
virt-viewer-0.6.0.ebuild
  Log:
  drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.34 app-emulation/virt-viewer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-viewer/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   8 Apr 2015 13:13:33 -   1.33
+++ ChangeLog   10 Jul 2015 09:46:01 -  1.34
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/virt-viewer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.33 
2015/04/08 13:13:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-viewer/ChangeLog,v 1.34 
2015/07/10 09:46:01 tamiko Exp $
+
+  10 Jul 2015; Matthias Maier tam...@gentoo.org -virt-viewer-0.5.7.ebuild,
+  -virt-viewer-0.6.0.ebuild, -virt-viewer-1.0.ebuild, virt-viewer-2.0.ebuild:
+  drop old
 
   08 Apr 2015; Agostino Sarubbo a...@gentoo.org virt-viewer-2.0.ebuild:
   Stable for amd64, wrt bug #545624






[gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r3.ebuild ChangeLog

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 09:54:56

  Modified: redcloth-4.2.9-r3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #536008
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild

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

Index: redcloth-4.2.9-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redcloth-4.2.9-r3.ebuild10 Jul 2015 06:45:26 -  1.1
+++ redcloth-4.2.9-r3.ebuild10 Jul 2015 09:54:56 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v 1.1 
2015/07/10 06:45:26 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v 1.2 
2015/07/10 09:54:56 ago Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND+= dev-util/ragel



1.102dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   10 Jul 2015 06:45:26 -  1.101
+++ ChangeLog   10 Jul 2015 09:54:56 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.101 
2015/07/10 06:45:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.102 
2015/07/10 09:54:56 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org redcloth-4.2.9-r3.ebuild:
+  Stable for amd64, wrt bug #536008
 
 *redcloth-4.2.9-r4 (10 Jul 2015)
 *redcloth-4.2.9-r3 (10 Jul 2015)






[gentoo-commits] gentoo-x86 commit in dev-ruby/redcloth: redcloth-4.2.9-r3.ebuild ChangeLog

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

  Modified: redcloth-4.2.9-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #536008
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild

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

Index: redcloth-4.2.9-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- redcloth-4.2.9-r3.ebuild10 Jul 2015 09:54:56 -  1.2
+++ redcloth-4.2.9-r3.ebuild10 Jul 2015 09:55:10 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v 1.2 
2015/07/10 09:54:56 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.9-r3.ebuild,v 1.3 
2015/07/10 09:55:10 ago Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND+= dev-util/ragel



1.103dev-ruby/redcloth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   10 Jul 2015 09:54:56 -  1.102
+++ ChangeLog   10 Jul 2015 09:55:10 -  1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/redcloth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.102 
2015/07/10 09:54:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.103 
2015/07/10 09:55:10 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org redcloth-4.2.9-r3.ebuild:
+  Stable for x86, wrt bug #536008
 
   10 Jul 2015; Agostino Sarubbo a...@gentoo.org redcloth-4.2.9-r3.ebuild:
   Stable for amd64, wrt bug #536008






[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.2.5-r8.ebuild ChangeLog

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

  Modified: xen-tools-4.2.5-r8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #553664
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?r1=1.1r2=1.2

Index: xen-tools-4.2.5-r8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-tools-4.2.5-r8.ebuild   10 Jul 2015 08:21:36 -  1.1
+++ xen-tools-4.2.5-r8.ebuild   10 Jul 2015 10:01:55 -  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-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v 1.1 
2015/07/10 08:21:36 dlan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v 1.2 
2015/07/10 10:01:55 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
S=${WORKDIR}/${REPO}
live_eclass=mercurial
 else
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=~amd64 x86
UPSTREAM_VER=9
SECURITY_VER=4
# xen-tools's gentoo patches tarball



1.301app-emulation/xen-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.301view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.301content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.300r2=1.301

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog   10 Jul 2015 08:21:36 -  1.300
+++ ChangeLog   10 Jul 2015 10:01:55 -  1.301
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.300 
2015/07/10 08:21:36 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.301 
2015/07/10 10:01:55 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org xen-tools-4.2.5-r8.ebuild:
+  Stable for x86, wrt bug #553664
 
 *xen-tools-4.5.1-r1 (10 Jul 2015)
 *xen-tools-4.2.5-r8 (10 Jul 2015)






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

2015-07-10 Thread Tobias Klausmann (klausman)
klausman15/07/10 11:33:35

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable on alpha, bug 554172
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.9  dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.8r2=1.9

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openssl-1.0.1p.ebuild   10 Jul 2015 07:16:24 -  1.8
+++ openssl-1.0.1p.ebuild   10 Jul 2015 11:33:35 -  1.9
@@ -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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.8 2015/07/10 07:16:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.9 2015/07/10 11:33:35 klausman Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.677dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.677view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.677content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.676r2=1.677

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.676
retrieving revision 1.677
diff -u -r1.676 -r1.677
--- ChangeLog   10 Jul 2015 07:16:24 -  1.676
+++ ChangeLog   10 Jul 2015 11:33:35 -  1.677
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.676 
2015/07/10 07:16:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.677 
2015/07/10 11:33:35 klausman Exp $
+
+  10 Jul 2015; Tobias Klausmann klaus...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable on alpha, bug 554172
 
   10 Jul 2015; Mike Frysinger vap...@gentoo.org openssl-1.0.1p.ebuild:
   Mark arm64/m68k/s390/sh stable #554172.






[gentoo-commits] gentoo-x86 commit in media-tv/kodi: kodi-9999.ebuild ChangeLog

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 11:53:48

  Modified: kodi-.ebuild ChangeLog
  Log:
  Make xrandr mandatory per upstream changes #554192 by hal.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.17 media-tv/kodi/kodi-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/kodi-.ebuild?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/kodi-.ebuild?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/kodi/kodi-.ebuild?r1=1.16r2=1.17

Index: kodi-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kodi-.ebuild20 Apr 2015 20:59:03 -  1.16
+++ kodi-.ebuild10 Jul 2015 11:53:48 -  1.17
@@ -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-tv/kodi/kodi-.ebuild,v 1.16 
2015/04/20 20:59:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-.ebuild,v 1.17 
2015/07/10 11:53:48 vapier Exp $
 
 EAPI=5
 
@@ -33,10 +33,9 @@
 
 LICENSE=GPL-2
 SLOT=0
-IUSE=airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles 
goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs 
rtmp +samba sftp +spectrum test +texturepacker udisks upnp upower +usb vaapi 
vdpau +waveform webserver +X +xrandr
+IUSE=airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles 
goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs 
rtmp +samba sftp +spectrum test +texturepacker udisks upnp upower +usb vaapi 
vdpau +waveform webserver +X
 REQUIRED_USE=
rsxs? ( X )
-   xrandr? ( X )
 
 
 COMMON_DEPEND=${PYTHON_DEPS}
@@ -113,7 +112,7 @@
x11-apps/xdpyinfo
x11-apps/mesa-progs
x11-libs/libXinerama
-   xrandr? ( x11-libs/libXrandr )
+   x11-libs/libXrandr
x11-libs/libXrender
)
 RDEPEND=${COMMON_DEPEND}
@@ -226,8 +225,7 @@
$(use_enable vdpau) \
$(use_enable waveform) \
$(use_enable webserver) \
-   $(use_enable X x11) \
-   $(use_enable xrandr)
+   $(use_enable X x11)
 }
 
 src_compile() {



1.17 media-tv/kodi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   20 Apr 2015 20:59:03 -  1.16
+++ ChangeLog   10 Jul 2015 11:53:48 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/kodi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.16 2015/04/20 
20:59:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.17 2015/07/10 
11:53:48 vapier Exp $
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org kodi-.ebuild:
+  Make xrandr mandatory per upstream changes #554192 by hal.
 
   20 Apr 2015; Mike Frysinger vap...@gentoo.org kodi-.ebuild,
   metadata.xml:






[gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre060.ebuild ChangeLog mplus-outline-fonts-0_pre058.ebuild mplus-outline-fonts-0_pre057.ebuild

2015-07-10 Thread Akinori Hattori (hattya)
hattya  15/07/10 12:03:09

  Modified: ChangeLog
  Added:mplus-outline-fonts-0_pre060.ebuild
  Removed:  mplus-outline-fonts-0_pre058.ebuild
mplus-outline-fonts-0_pre057.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.58 media-fonts/mplus-outline-fonts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   29 Nov 2014 13:04:41 -  1.57
+++ ChangeLog   10 Jul 2015 12:03:09 -  1.58
@@ -1,6 +1,13 @@
 # ChangeLog for media-fonts/mplus-outline-fonts
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 
1.57 2014/11/29 13:04:41 hattya Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/ChangeLog,v 
1.58 2015/07/10 12:03:09 hattya Exp $
+
+*mplus-outline-fonts-0_pre060 (10 Jul 2015)
+
+  10 Jul 2015; Akinori Hattori hat...@gentoo.org
+  +mplus-outline-fonts-0_pre060.ebuild, -mplus-outline-fonts-0_pre057.ebuild,
+  -mplus-outline-fonts-0_pre058.ebuild:
+  new upstream release
 
 *mplus-outline-fonts-0_pre059 (29 Nov 2014)
 



1.1  
media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre060.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre060.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre060.ebuild?rev=1.1content-type=text/plain

Index: mplus-outline-fonts-0_pre060.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre060.ebuild,v
 1.1 2015/07/10 12:03:09 hattya Exp $

EAPI=5

inherit font

MY_P=mplus-${PV/0_pre/TESTFLIGHT-}

DESCRIPTION=M+ Japanese outline fonts
HOMEPAGE=http://mplus-fonts.osdn.jp/ http://ossipedia.ipa.go.jp/ipafont/;
SRC_URI=mirror://sourceforge.jp/mplus-fonts/62344/${MY_P}.tar.xz

LICENSE=mplus-fonts ipafont? ( IPAfont )
SLOT=0
KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos
IUSE=ipafont
RESTRICT=binchecks strip

DEPEND=ipafont? (
media-gfx/fontforge
media-fonts/ja-ipafonts
)
RDEPEND=
S=${WORKDIR}/${MY_P}

FONT_SUFFIX=ttf
FONT_S=${S}
DOCS=README_J README_E

IPAFONT_DIR=${EPREFIX}/usr/share/fonts/ja-ipafonts

src_prepare() {
if use ipafont; then
cp -p ${IPAFONT_DIR}/ipag.ttf ${S} || die
fi
}

src_compile() {
if use ipafont; then
fontforge -script m++ipa.pe || die
rm -f ipag.ttf
fi
}






[gentoo-commits] gentoo-x86 commit in dev-java/junit/files: junit-4.12-build.xml

2015-07-10 Thread Patrice Clement (monsieurp)
monsieurp15/07/10 12:48:21

  Added:junit-4.12-build.xml
  Log:
  Version bump. Fix bug 535878.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.1  dev-java/junit/files/junit-4.12-build.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?rev=1.1content-type=text/plain

Index: junit-4.12-build.xml
===
?xml version=1.0 encoding=UTF-8?

!-- == --
!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above.--
!-- == --

!-- == --
!-- = - DO NOT EDIT THIS FILE! - = --
!-- == --
!----
!-- Any modifications will be overwritten. --
!----
!-- Generated by Maven Ant Plugin on 7/10/15 10:33 AM  --
!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ --
!----
!-- == --

project name=junit-4.12 default=package basedir=.

  !-- == 
--
  !-- Build environment properties   
--
  !-- == 
--

  property file=${user.home}/.m2/maven.properties/
  property file=maven-build.properties/

  property name=maven.build.finalName value=junit-4.12/
  property name=maven.build.dir value=target/
  property name=maven.build.outputDir value=${maven.build.dir}/classes/
  property name=maven.build.srcDir.0 value=src/main/java/
  property name=maven.build.resourceDir.0 value=src/main/resources/
  property name=maven.build.resourceDir.1 value=./
  property name=maven.build.testOutputDir 
value=${maven.build.dir}/test-classes/
  property name=maven.build.testDir.0 value=src/test/java/
  property name=maven.build.testResourceDir.0 value=src/test/resources/
  property name=maven.test.reports value=${maven.build.dir}/test-reports/
  property name=maven.reporting.outputDirectory 
value=${maven.build.dir}/site/

  property name=maven.repo.local value=${user.home}/.m2/repository/
  property name=maven.settings.offline value=false/
  property name=maven.settings.interactiveMode value=true/

  !-- == 
--
  !-- Defining classpaths
--
  !-- == 
--

  path id=build.classpath
pathelement location=lib/hamcrest-core.jar/
  /path
  path id=build.test.classpath
pathelement location=lib/hamcrest-core.jar/
  /path

  !-- == 
--
  !-- Cleaning up target 
--
  !-- == 
--

  target name=clean description=Clean the output directory
delete dir=${maven.build.dir}/
  /target

  !-- == 
--
  !-- Compilation target 
--
  !-- == 
--

  target name=compile description=Compile the code
mkdir dir=${maven.build.outputDir}/
javac destdir=${maven.build.outputDir} 
   encoding=ISO-8859-1 
   nowarn=true 
   debug=true 
   optimize=false 
   deprecation=true 
   target=1.6 
   verbose=false 
   fork=true 
   memoryInitialSize=128m 
   source=1.6
  src
pathelement location=${maven.build.srcDir.0}/
  /src
  classpath refid=build.classpath/
/javac
copy todir=${maven.build.outputDir}
  fileset dir=${maven.build.resourceDir.0}/
/copy
copy todir=${maven.build.outputDir}
  fileset dir=${maven.build.resourceDir.1}
include name=LICENSE-junit.txt/
  /fileset
/copy
  /target

  !-- == 
--
  !-- Test-compilation target
--
  !-- 

[gentoo-commits] gentoo-x86 commit in dev-java/junit: junit-4.12.ebuild ChangeLog

2015-07-10 Thread Patrice Clement (monsieurp)
monsieurp15/07/10 12:48:21

  Modified: ChangeLog
  Added:junit-4.12.ebuild
  Log:
  Version bump. Fix bug 535878.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.85 dev-java/junit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?rev=1.85view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?rev=1.85content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?r1=1.84r2=1.85

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   20 Oct 2013 16:32:37 -  1.84
+++ ChangeLog   10 Jul 2015 12:48:21 -  1.85
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/junit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.84 2013/10/20 
16:32:37 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.85 2015/07/10 
12:48:21 monsieurp Exp $
+
+*junit-4.12 (10 Jul 2015)
+
+  10 Jul 2015; Patrice Clement monsie...@gentoo.org
+  +files/junit-4.12-build.xml, +junit-4.12.ebuild:
+  Version bump. Fix bug 535878.
 
   20 Oct 2013; Agostino Sarubbo a...@gentoo.org junit-4.11.ebuild:
   Stable for ppc64, wrt bug #476958



1.1  dev-java/junit/junit-4.12.ebuild

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

Index: junit-4.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.12.ebuild,v 1.1 
2015/07/10 12:48:21 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE=doc examples source test

inherit java-pkg-2 java-ant-2

DESCRIPTION=Simple framework to write repeatable tests
SRC_URI=https://github.com/${PN}-team/${PN}/archive/r${PV}.zip;
HOMEPAGE=http://www.junit.org/;

LICENSE=CPL-1.0
SLOT=4

KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris

CDEPEND=dev-java/hamcrest-core:1.3

RDEPEND==virtual/jre-1.6
${CDEPEND}

DEPEND==virtual/jdk-1.6
userland_GNU? ( =sys-apps/findutils-4.3 )
${CDEPEND}

S=${WORKDIR}/${PN}-r${PV}

JAVA_ANT_REWRITE_CLASSPATH=yes
EANT_BUILD_XML=build.xml
EANT_DOC_TARGET=javadoc

java_prepare() {
cp ${FILESDIR}/${P}-build.xml build.xml

find . -type f \( -name \*.jar -o -name \*.class \) -print -delete

java-pkg_jar-from --into lib hamcrest-core-1.3 hamcrest-core.jar
}

EANT_BUILD_TARGET=compile

src_compile() {
java-pkg-2_src_compile
}

EANT_TEST_TARGET=package

src_test() {
java-pkg-2_src_test
}

src_install() {
java-pkg_newjar target/${P}.jar
dodoc doc/ReleaseNotes${PV}.md

if use examples; then
java-pkg_doexamples src/test/java/org/junit/samples
fi

if use source; then
java-pkg_dosrc src/main/java/{org,junit}
fi

if use doc; then
java-pkg_dojavadoc target/site/apidocs
fi
}






[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.2.5-r8.ebuild xen-tools-4.5.1-r1.ebuild ChangeLog

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

  Modified: xen-tools-4.2.5-r8.ebuild xen-tools-4.5.1-r1.ebuild
ChangeLog
  Log:
  Stable for amd64, wrt bug #553664
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild?r1=1.2r2=1.3

Index: xen-tools-4.2.5-r8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xen-tools-4.2.5-r8.ebuild   10 Jul 2015 10:01:55 -  1.2
+++ xen-tools-4.2.5-r8.ebuild   10 Jul 2015 10:14:02 -  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-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v 1.2 
2015/07/10 10:01:55 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.5-r8.ebuild,v 1.3 
2015/07/10 10:14:02 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
S=${WORKDIR}/${REPO}
live_eclass=mercurial
 else
-   KEYWORDS=~amd64 x86
+   KEYWORDS=amd64 x86
UPSTREAM_VER=9
SECURITY_VER=4
# xen-tools's gentoo patches tarball



1.2  app-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild?r1=1.1r2=1.2

Index: xen-tools-4.5.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-tools-4.5.1-r1.ebuild   10 Jul 2015 08:21:36 -  1.1
+++ xen-tools-4.5.1-r1.ebuild   10 Jul 2015 10:14:02 -  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-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild,v 1.1 
2015/07/10 08:21:36 dlan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.5.1-r1.ebuild,v 1.2 
2015/07/10 10:14:02 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
S=${WORKDIR}/${REPO}
live_eclass=mercurial
 else
-   KEYWORDS=~amd64 ~arm ~arm64 -x86
+   KEYWORDS=amd64 ~arm ~arm64 -x86
UPSTREAM_VER=
SECURITY_VER=4
# xen-tools's gentoo patches tarball



1.302app-emulation/xen-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.302view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.302content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.301r2=1.302

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog   10 Jul 2015 10:01:55 -  1.301
+++ ChangeLog   10 Jul 2015 10:14:02 -  1.302
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.301 
2015/07/10 10:01:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.302 
2015/07/10 10:14:02 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org xen-tools-4.2.5-r8.ebuild,
+  xen-tools-4.5.1-r1.ebuild:
+  Stable for amd64, wrt bug #553664
 
   10 Jul 2015; Agostino Sarubbo a...@gentoo.org xen-tools-4.2.5-r8.ebuild:
   Stable for x86, wrt bug #553664






[gentoo-commits] gentoo-x86 commit in media-fonts/mplus-outline-fonts: mplus-outline-fonts-0_pre055.ebuild mplus-outline-fonts-0_pre056.ebuild mplus-outline-fonts-0_pre059.ebuild ChangeLog

2015-07-10 Thread Akinori Hattori (hattya)
hattya  15/07/10 12:13:27

  Modified: mplus-outline-fonts-0_pre055.ebuild
mplus-outline-fonts-0_pre056.ebuild
mplus-outline-fonts-0_pre059.ebuild ChangeLog
  Log:
  update HOMEPAGE
  
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.8  
media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild?r1=1.7r2=1.8

Index: mplus-outline-fonts-0_pre055.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mplus-outline-fonts-0_pre055.ebuild 10 Aug 2013 12:55:08 -  1.7
+++ mplus-outline-fonts-0_pre055.ebuild 10 Jul 2015 12:13:27 -  1.8
@@ -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/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild,v
 1.7 2013/08/10 12:55:08 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre055.ebuild,v
 1.8 2015/07/10 12:13:27 hattya Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 MY_P=mplus-${PV/0_pre/TESTFLIGHT-}
 DESCRIPTION=M+ Japanese outline fonts
-HOMEPAGE=http://mplus-fonts.sourceforge.jp/ 
http://ossipedia.ipa.go.jp/ipafont/;
+HOMEPAGE=http://mplus-fonts.osdn.jp/ http://ossipedia.ipa.go.jp/ipafont/;
 SRC_URI=mirror://sourceforge.jp/mplus-fonts/6650/${MY_P}.tar.xz
 
 LICENSE=mplus-fonts ipafont? ( IPAfont )



1.6  
media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild?r1=1.5r2=1.6

Index: mplus-outline-fonts-0_pre056.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mplus-outline-fonts-0_pre056.ebuild 24 Oct 2013 14:36:37 -  1.5
+++ mplus-outline-fonts-0_pre056.ebuild 10 Jul 2015 12:13:27 -  1.6
@@ -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/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild,v
 1.5 2013/10/24 14:36:37 hattya Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre056.ebuild,v
 1.6 2015/07/10 12:13:27 hattya Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 MY_P=mplus-${PV/0_pre/TESTFLIGHT-}
 DESCRIPTION=M+ Japanese outline fonts
-HOMEPAGE=http://mplus-fonts.sourceforge.jp/ 
http://ossipedia.ipa.go.jp/ipafont/;
+HOMEPAGE=http://mplus-fonts.osdn.jp/ http://ossipedia.ipa.go.jp/ipafont/;
 SRC_URI=mirror://sourceforge.jp/mplus-fonts/6650/${MY_P}.tar.xz
 
 LICENSE=mplus-fonts ipafont? ( IPAfont )



1.2  
media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild?r1=1.1r2=1.2

Index: mplus-outline-fonts-0_pre059.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre059.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mplus-outline-fonts-0_pre059.ebuild 29 Nov 2014 13:04:41 -  1.1
+++ mplus-outline-fonts-0_pre059.ebuild 10 Jul 2015 12:13:27 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo 

[gentoo-commits] gentoo-x86 commit in app-emulation/xen-pvgrub: xen-pvgrub-4.5.1.ebuild ChangeLog

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

  Modified: xen-pvgrub-4.5.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #553664
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild?r1=1.1r2=1.2

Index: xen-pvgrub-4.5.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-pvgrub-4.5.1.ebuild 6 Jul 2015 09:39:20 -   1.1
+++ xen-pvgrub-4.5.1.ebuild 10 Jul 2015 10:14:11 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild,v 1.1 
2015/07/06 09:39:20 dlan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/xen-pvgrub-4.5.1.ebuild,v 1.2 
2015/07/10 10:14:11 ago Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 HOMEPAGE=http://xen.org/;
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 -x86
+KEYWORDS=amd64 -x86
 IUSE=custom-cflags
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



1.73 app-emulation/xen-pvgrub/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog?rev=1.73view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog?rev=1.73content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog?r1=1.72r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   6 Jul 2015 09:39:20 -   1.72
+++ ChangeLog   10 Jul 2015 10:14:11 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/xen-pvgrub
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.72 
2015/07/06 09:39:20 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-pvgrub/ChangeLog,v 1.73 
2015/07/10 10:14:11 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org xen-pvgrub-4.5.1.ebuild:
+  Stable for amd64, wrt bug #553664
 
 *xen-pvgrub-4.5.1 (06 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-8.24.ebuild ChangeLog

2015-07-10 Thread Mike Frysinger (vapier)
vapier  15/07/10 11:31:59

  Modified: ChangeLog
  Added:coreutils-8.24.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.395sys-apps/coreutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- ChangeLog   30 Apr 2015 07:03:46 -  1.394
+++ ChangeLog   10 Jul 2015 11:31:59 -  1.395
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/coreutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.394 
2015/04/30 07:03:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.395 
2015/07/10 11:31:59 vapier Exp $
+
+*coreutils-8.24 (10 Jul 2015)
+
+  10 Jul 2015; Mike Frysinger vap...@gentoo.org +coreutils-8.24.ebuild:
+  Version bump.
 
   30 Apr 2015; Mike Frysinger vap...@gentoo.org coreutils-8.23.ebuild:
   Add fix from upstream for building w/clang found via Chromium OS.



1.1  sys-apps/coreutils/coreutils-8.24.ebuild

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

Index: coreutils-8.24.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.24.ebuild,v 
1.1 2015/07/10 11:31:59 vapier Exp $

# To generate the man pages, unpack the upstream tarball and run:
# ./configure --enable-install-program=arch,coreutils
# make
# cd ..
# tar cf - coreutils-*/man/*.[0-9] | xz  coreutils-ver-man.tar.xz

EAPI=4

inherit eutils flag-o-matic toolchain-funcs

PATCH_VER=1.0
DESCRIPTION=Standard GNU file utilities (chmod, cp, dd, dir, ls...), text 
utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)
HOMEPAGE=http://www.gnu.org/software/coreutils/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.xz
mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.xz
mirror://gentoo/${P}-man.tar.xz
http://dev.gentoo.org/~vapier/dist/${P}-man.tar.xz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=acl caps gmp multicall nls selinux static userland_BSD vanilla xattr

LIB_DEPEND=acl? ( sys-apps/acl[static-libs] )
caps? ( sys-libs/libcap )
gmp? ( dev-libs/gmp[static-libs] )
xattr? ( !userland_BSD? ( sys-apps/attr[static-libs] ) )
RDEPEND=!static? ( ${LIB_DEPEND//\[static-libs]} )
selinux? ( sys-libs/libselinux )
nls? ( virtual/libintl )
!app-misc/realpath
!sys-apps/util-linux-2.13
!sys-apps/stat
!net-mail/base64
!sys-apps/mktemp
!app-forensics/tct-1.18-r1
!net-fs/netatalk-2.0.3-r4
!sci-chemistry/ccp4-6.1.1
DEPEND=${RDEPEND}
static? ( ${LIB_DEPEND} )
app-arch/xz-utils

src_prepare() {
if ! use vanilla ; then
use_if_iuse unicode || rm -f 
${WORKDIR}/patch/000_all_coreutils-i18n.patch
EPATCH_SUFFIX=patch \
PATCHDIR=${WORKDIR}/patch \
EPATCH_EXCLUDE=001_all_coreutils-gen-progress-bar.patch \
epatch
fi

# Since we've patched many .c files, the make process will try to
# re-build the manpages by running `./bin --help`.  When doing a
# cross-compile, we can't do that since 'bin' isn't a native bin.
# Also, it's not like we changed the usage on any of these things,
# so let's just update the timestamps and skip the help2man step.
set -- man/*.x
touch ${@/%x/1}

# Avoid perl dep for compiled in dircolors default #348642
if ! has_version dev-lang/perl ; then
touch src/dircolors.h
touch ${@/%x/1}
fi
}

src_configure() {
local myconf=''
if tc-is-cross-compiler  [[ ${CHOST} == *linux* ]] ; then
export fu_cv_sys_stat_statfs2_bsize=yes #311569
export gl_cv_func_realpath_works=yes #416629
fi

 

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

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 12:38:17

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #554172
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.9r2=1.10

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openssl-1.0.1p.ebuild   10 Jul 2015 11:33:35 -  1.9
+++ openssl-1.0.1p.ebuild   10 Jul 2015 12:38:17 -  1.10
@@ -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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.9 2015/07/10 11:33:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.10 2015/07/10 12:38:17 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.678dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.678view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.678content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.677r2=1.678

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -r1.677 -r1.678
--- ChangeLog   10 Jul 2015 11:33:35 -  1.677
+++ ChangeLog   10 Jul 2015 12:38:17 -  1.678
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.677 
2015/07/10 11:33:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.678 
2015/07/10 12:38:17 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for ia64, wrt bug #554172
 
   10 Jul 2015; Tobias Klausmann klaus...@gentoo.org openssl-1.0.1p.ebuild:
   Stable on alpha, bug 554172






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

2015-07-10 Thread Agostino Sarubbo (ago)
ago 15/07/10 12:38:33

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #554172
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.10r2=1.11

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openssl-1.0.1p.ebuild   10 Jul 2015 12:38:17 -  1.10
+++ openssl-1.0.1p.ebuild   10 Jul 2015 12:38:33 -  1.11
@@ -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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.10 2015/07/10 12:38:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.11 2015/07/10 12:38:33 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.679dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.679view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.679content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.678r2=1.679

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -r1.678 -r1.679
--- ChangeLog   10 Jul 2015 12:38:17 -  1.678
+++ ChangeLog   10 Jul 2015 12:38:33 -  1.679
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.678 
2015/07/10 12:38:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.679 
2015/07/10 12:38:33 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for ppc, wrt bug #554172
 
   10 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
   Stable for ia64, wrt bug #554172






[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.5.1.ebuild ChangeLog

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

  Modified: xen-4.5.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #553664
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-emulation/xen/xen-4.5.1.ebuild

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

Index: xen-4.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.5.1.ebuild6 Jul 2015 09:36:37 -   1.1
+++ xen-4.5.1.ebuild10 Jul 2015 10:14:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.1.ebuild,v 1.1 
2015/07/06 09:36:37 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.5.1.ebuild,v 1.2 
2015/07/10 10:14:07 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
EGIT_REPO_URI=git://xenbits.xen.org/${PN}.git
live_eclass=git-2
 else
-   KEYWORDS=~amd64 ~arm ~arm64 -x86
+   KEYWORDS=amd64 ~arm ~arm64 -x86
UPSTREAM_VER=
SECURITY_VER=
GENTOO_VER=



1.213app-emulation/xen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.213view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.213content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.212r2=1.213

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog   6 Jul 2015 09:36:37 -   1.212
+++ ChangeLog   10 Jul 2015 10:14:07 -  1.213
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/xen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.212 
2015/07/06 09:36:37 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.213 
2015/07/10 10:14:07 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org xen-4.5.1.ebuild:
+  Stable for amd64, wrt bug #553664
 
 *xen-4.5.1 (06 Jul 2015)
 






[gentoo-commits] proj/grss:master commit in: grs/

2015-07-10 Thread Anthony G. Basile
commit: 1c5666dd6ae518dfd88409d248fdcc7fd4298b68
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Fri Jul 10 12:56:42 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Fri Jul 10 12:56:42 2015 +
URL:https://gitweb.gentoo.org/proj/grss.git/commit/?id=1c5666dd

grs/Interpret.py: more aggressively send TERM/KILL signals.

 grs/Interpret.py | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/grs/Interpret.py b/grs/Interpret.py
index bea0bf2..4749561 100644
--- a/grs/Interpret.py
+++ b/grs/Interpret.py
@@ -4,6 +4,8 @@ import os
 import re
 import signal
 import sys
+import time
+
 from grs.Constants import CONST
 from grs.Daemon import Daemon
 from grs.Log import Log
@@ -44,8 +46,12 @@ class Interpret(Daemon):
 if mypid == pid:
 continue
 try:
-os.kill(pid, signal.SIGTERM)
-os.kill(pid, signal.SIGKILL)
+for i in range(10):
+os.kill(pid, signal.SIGTERM)
+time.sleep(0.2)
+while True:
+os.kill(pid, signal.SIGKILL)
+time.sleep(0.2)
 except ProcessLookupError:
 pass
 try:



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

2015-07-10 Thread Mike Pagano
commit: 3594f6ef73513ee5c6adefc2a074b8b310dc4de3
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Jul 10 23:33:38 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Jul 10 23:33:38 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=3594f6ef

Linux patch 4.0.8

 _README|4 +
 1007_linux-4.0.8.patch | 2139 
 2 files changed, 2143 insertions(+)

diff --git a/_README b/_README
index 32ebe25..6a1359e 100644
--- a/_README
+++ b/_README
@@ -71,6 +71,10 @@ Patch:  1006_linux-4.0.7.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.0.7
 
+Patch:  1007_linux-4.0.8.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.0.8
+
 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/1007_linux-4.0.8.patch b/1007_linux-4.0.8.patch
new file mode 100644
index 000..88c73a0
--- /dev/null
+++ b/1007_linux-4.0.8.patch
@@ -0,0 +1,2139 @@
+diff --git a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt 
b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
+index 750d577e8083..f5a8ca29aff0 100644
+--- a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
 b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
+@@ -1,7 +1,7 @@
+ * Marvell Armada 370 / Armada XP Ethernet Controller (NETA)
+ 
+ Required properties:
+-- compatible: should be marvell,armada-370-neta.
++- compatible: marvell,armada-370-neta or marvell,armada-xp-neta.
+ - reg: address and length of the register set for the device.
+ - interrupts: interrupt for the device
+ - phy: See ethernet.txt file in the same directory.
+diff --git a/Makefile b/Makefile
+index bd76a8e94395..0e315d6e1a41 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 0
+-SUBLEVEL = 7
++SUBLEVEL = 8
+ EXTRAVERSION =
+ NAME = Hurr durr I'ma sheep
+ 
+diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi 
b/arch/arm/boot/dts/armada-370-xp.dtsi
+index 8a322ad57e5f..a038c201ffba 100644
+--- a/arch/arm/boot/dts/armada-370-xp.dtsi
 b/arch/arm/boot/dts/armada-370-xp.dtsi
+@@ -265,7 +265,6 @@
+   };
+ 
+   eth0: ethernet@7 {
+-  compatible = marvell,armada-370-neta;
+   reg = 0x7 0x4000;
+   interrupts = 8;
+   clocks = gateclk 4;
+@@ -281,7 +280,6 @@
+   };
+ 
+   eth1: ethernet@74000 {
+-  compatible = marvell,armada-370-neta;
+   reg = 0x74000 0x4000;
+   interrupts = 10;
+   clocks = gateclk 3;
+diff --git a/arch/arm/boot/dts/armada-370.dtsi 
b/arch/arm/boot/dts/armada-370.dtsi
+index 27397f151def..37730254e667 100644
+--- a/arch/arm/boot/dts/armada-370.dtsi
 b/arch/arm/boot/dts/armada-370.dtsi
+@@ -306,6 +306,14 @@
+   dmacap,memset;
+   };
+   };
++
++  ethernet@7 {
++  compatible = marvell,armada-370-neta;
++  };
++
++  ethernet@74000 {
++  compatible = marvell,armada-370-neta;
++  };
+   };
+   };
+ };
+diff --git a/arch/arm/boot/dts/armada-xp-mv78260.dtsi 
b/arch/arm/boot/dts/armada-xp-mv78260.dtsi
+index 4a7cbed79b07..1676d30e9be2 100644
+--- a/arch/arm/boot/dts/armada-xp-mv78260.dtsi
 b/arch/arm/boot/dts/armada-xp-mv78260.dtsi
+@@ -319,7 +319,7 @@
+   };
+ 
+   eth3: ethernet@34000 {
+-  compatible = marvell,armada-370-neta;
++  compatible = marvell,armada-xp-neta;
+   reg = 0x34000 0x4000;
+   interrupts = 14;
+   clocks = gateclk 1;
+diff --git a/arch/arm/boot/dts/armada-xp-mv78460.dtsi 
b/arch/arm/boot/dts/armada-xp-mv78460.dtsi
+index 36ce63a96cc9..d41fe88ffea4 100644
+--- a/arch/arm/boot/dts/armada-xp-mv78460.dtsi
 b/arch/arm/boot/dts/armada-xp-mv78460.dtsi
+@@ -357,7 +357,7 @@
+   };
+ 
+   eth3: ethernet@34000 {
+-  compatible = marvell,armada-370-neta;
++  compatible = marvell,armada-xp-neta;
+   reg = 0x34000 0x4000;
+   interrupts = 14;
+   clocks = gateclk 1;
+diff --git a/arch/arm/boot/dts/armada-xp.dtsi 
b/arch/arm/boot/dts/armada-xp.dtsi
+index 82917236a2fb..9ce7d5fd8a34 100644
+--- 

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

2015-07-10 Thread Mike Pagano
commit: 6de9c5bd82aa04106c0053e3e5da83ecea932eed
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Jul 10 23:34:57 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Jul 10 23:34:57 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6de9c5bd

Linux patch 4.1.2

 _README|4 +
 1001_linux-4.1.2.patch | 2235 
 2 files changed, 2239 insertions(+)

diff --git a/_README b/_README
index 8bf61f5..784c55d 100644
--- a/_README
+++ b/_README
@@ -47,6 +47,10 @@ Patch:  1000_linux-4.1.1.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.1.1
 
+Patch:  1001_linux-4.1.2.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.1.2
+
 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/1001_linux-4.1.2.patch b/1001_linux-4.1.2.patch
new file mode 100644
index 000..c8b2f30
--- /dev/null
+++ b/1001_linux-4.1.2.patch
@@ -0,0 +1,2235 @@
+diff --git a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt 
b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
+index 750d577e8083..f5a8ca29aff0 100644
+--- a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
 b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
+@@ -1,7 +1,7 @@
+ * Marvell Armada 370 / Armada XP Ethernet Controller (NETA)
+ 
+ Required properties:
+-- compatible: should be marvell,armada-370-neta.
++- compatible: marvell,armada-370-neta or marvell,armada-xp-neta.
+ - reg: address and length of the register set for the device.
+ - interrupts: interrupt for the device
+ - phy: See ethernet.txt file in the same directory.
+diff --git a/Makefile b/Makefile
+index 1caf4ad3eb8a..cef84c061f02 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 1
+-SUBLEVEL = 1
++SUBLEVEL = 2
+ EXTRAVERSION =
+ NAME = Series 4800
+ 
+diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi 
b/arch/arm/boot/dts/armada-370-xp.dtsi
+index ec96f0b36346..06a2f2ae9d1e 100644
+--- a/arch/arm/boot/dts/armada-370-xp.dtsi
 b/arch/arm/boot/dts/armada-370-xp.dtsi
+@@ -270,7 +270,6 @@
+   };
+ 
+   eth0: ethernet@7 {
+-  compatible = marvell,armada-370-neta;
+   reg = 0x7 0x4000;
+   interrupts = 8;
+   clocks = gateclk 4;
+@@ -286,7 +285,6 @@
+   };
+ 
+   eth1: ethernet@74000 {
+-  compatible = marvell,armada-370-neta;
+   reg = 0x74000 0x4000;
+   interrupts = 10;
+   clocks = gateclk 3;
+diff --git a/arch/arm/boot/dts/armada-370.dtsi 
b/arch/arm/boot/dts/armada-370.dtsi
+index 00b50db57c9c..ca4257b2f77d 100644
+--- a/arch/arm/boot/dts/armada-370.dtsi
 b/arch/arm/boot/dts/armada-370.dtsi
+@@ -307,6 +307,14 @@
+   dmacap,memset;
+   };
+   };
++
++  ethernet@7 {
++  compatible = marvell,armada-370-neta;
++  };
++
++  ethernet@74000 {
++  compatible = marvell,armada-370-neta;
++  };
+   };
+   };
+ };
+diff --git a/arch/arm/boot/dts/armada-xp-mv78260.dtsi 
b/arch/arm/boot/dts/armada-xp-mv78260.dtsi
+index 8479fdc9e9c2..c5fdc99f0dbe 100644
+--- a/arch/arm/boot/dts/armada-xp-mv78260.dtsi
 b/arch/arm/boot/dts/armada-xp-mv78260.dtsi
+@@ -318,7 +318,7 @@
+   };
+ 
+   eth3: ethernet@34000 {
+-  compatible = marvell,armada-370-neta;
++  compatible = marvell,armada-xp-neta;
+   reg = 0x34000 0x4000;
+   interrupts = 14;
+   clocks = gateclk 1;
+diff --git a/arch/arm/boot/dts/armada-xp-mv78460.dtsi 
b/arch/arm/boot/dts/armada-xp-mv78460.dtsi
+index 661d54c81580..0e24f1a38540 100644
+--- a/arch/arm/boot/dts/armada-xp-mv78460.dtsi
 b/arch/arm/boot/dts/armada-xp-mv78460.dtsi
+@@ -356,7 +356,7 @@
+   };
+ 
+   eth3: ethernet@34000 {
+-  compatible = marvell,armada-370-neta;
++  compatible = marvell,armada-xp-neta;
+   reg = 0x34000 0x4000;
+   interrupts = 14;
+   clocks = gateclk 1;
+diff --git a/arch/arm/boot/dts/armada-xp.dtsi 
b/arch/arm/boot/dts/armada-xp.dtsi
+index 013d63f69e36..8fdd6d7c0ab1 100644
+--- a/arch/arm/boot/dts/armada-xp.dtsi
 

[gentoo-commits] dev/mrueg:master commit in: dev-python/pyrfc3339/

2015-07-10 Thread Manuel Rüger
commit: 22636b167058464a73cb65d5af78a9c025eb18b1
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 00:10:23 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 00:10:23 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=22636b16

[dev-python/pyrfc3339] Initial version.

Package-Manager: portage-2.2.20

 dev-python/pyrfc3339/Manifest |  1 +
 dev-python/pyrfc3339/metadata.xml |  8 
 dev-python/pyrfc3339/pyrfc3339-0.2.ebuild | 30 ++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pyrfc3339/Manifest b/dev-python/pyrfc3339/Manifest
new file mode 100644
index 000..a4eab11
--- /dev/null
+++ b/dev-python/pyrfc3339/Manifest
@@ -0,0 +1 @@
+DIST pyRFC3339-0.2.tar.gz 5068 SHA256 
a504ff6bcb363fa402d393f65fe5f542475e54fbfc55817b80892ba93b22e6de SHA512 
54482528e429c0135823b333d18e6a9361ba99b18a62883e9b09f5533e75f08d12d9c1ee855296cecd98c11824f927984527bb0555a49e4284164b7fe4df8c4f
 WHIRLPOOL 
c84d3e1d38b2d57d6525f884a12e8e478aaf6e6e30a00b6267cc5043da9b3b58b1afd585d8350291e32e350df0431be96743b27d95769eecdbc738ded863e68e

diff --git a/dev-python/pyrfc3339/metadata.xml 
b/dev-python/pyrfc3339/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/pyrfc3339/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata

diff --git a/dev-python/pyrfc3339/pyrfc3339-0.2.ebuild 
b/dev-python/pyrfc3339/pyrfc3339-0.2.ebuild
new file mode 100644
index 000..d43b092
--- /dev/null
+++ b/dev-python/pyrfc3339/pyrfc3339-0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit distutils-r1
+MY_PN=pyRFC3339
+
+MY_P=${MY_PN}-${PV}
+DESCRIPTION=Generates and parses RFC 3339 timestamps
+HOMEPAGE=https://github.com/kurtraschke/pyRFC3339;
+SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64
+IUSE=test
+
+RDEPEND=dev-python/pytz[${PYTHON_USEDEP}]
+DEPEND=test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/

2015-07-10 Thread Evan Teran
commit: 19adc449de350954deb5037f52cff19243c1d198
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 08:49:58 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 08:49:58 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=19adc449

fixing udev rules needing some quotes

Package-Manager: portage-2.2.20

 app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 6 +++---
 app-emulation/vmware-modules/vmware-modules-279.6.ebuild| 8 
 app-emulation/vmware-modules/vmware-modules-304.0.ebuild| 8 
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild 
b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
index 3158493..871704c 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -100,9 +100,9 @@ src_install() {
linux-mod_src_install
local udevrules=${T}/60-vmware.rules
cat  ${udevrules} -EOF
-   KERNEL==vmci,  GROUP=vmware, MODE=660
-   KERNEL==vmmon, GROUP=vmware, MODE=660
-   KERNEL==vsock, GROUP=vmware, MODE=660
+   KERNEL==vmci,  GROUP=vmware, MODE=660
+   KERNEL==vmmon, GROUP=vmware, MODE=660
+   KERNEL==vsock, GROUP=vmware, MODE=660
EOF
udev_dorules ${udevrules}
 }

diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild 
b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
index 64a7d8a..327dbe2 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
@@ -107,10 +107,10 @@ src_install() {
linux-mod_src_install
local udevrules=${T}/60-vmware.rules
cat  ${udevrules} -EOF
-   KERNEL==vmci,  GROUP=vmware, MODE=660
-   KERNEL==vmw_vmci,  GROUP=vmware, MODE=660
-   KERNEL==vmmon, GROUP=vmware, MODE=660
-   KERNEL==vsock, GROUP=vmware, MODE=660
+   KERNEL==vmci,  GROUP=vmware, MODE=660
+   KERNEL==vmw_vmci,  GROUP=vmware, MODE=660
+   KERNEL==vmmon, GROUP=vmware, MODE=660
+   KERNEL==vsock, GROUP=vmware, MODE=660
EOF
udev_dorules ${udevrules}
 }

diff --git a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild 
b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
index e817e97..d972bb0 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
@@ -104,10 +104,10 @@ src_install() {
linux-mod_src_install
local udevrules=${T}/60-vmware.rules
cat  ${udevrules} -EOF
-   KERNEL==vmci,  GROUP=vmware, MODE=660
-   KERNEL==vmw_vmci,  GROUP=vmware, MODE=660
-   KERNEL==vmmon, GROUP=vmware, MODE=660
-   KERNEL==vsock, GROUP=vmware, MODE=660
+   KERNEL==vmci,  GROUP=vmware, MODE=660
+   KERNEL==vmw_vmci,  GROUP=vmware, MODE=660
+   KERNEL==vmmon, GROUP=vmware, MODE=660
+   KERNEL==vsock, GROUP=vmware, MODE=660
EOF
udev_dorules ${udevrules}
 }



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-tools/

2015-07-10 Thread Evan Teran
commit: 484feb2c895b9877e8e81f4d982a55df1d5bdcbf
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 03:56:45 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 03:56:45 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=484feb2c

adding newer vmware tools too

Package-Manager: portage-2.2.20

 app-emulation/vmware-tools/Manifest|  6 +++
 .../vmware-tools/vmware-tools-9.9.2.2496824.ebuild | 54 ++
 2 files changed, 60 insertions(+)

diff --git a/app-emulation/vmware-tools/Manifest 
b/app-emulation/vmware-tools/Manifest
index c360c17..7305300 100644
--- a/app-emulation/vmware-tools/Manifest
+++ b/app-emulation/vmware-tools/Manifest
@@ -2,23 +2,29 @@ DIST vmware-tools-freebsd-9.6.2-1744117.i386.component.tar 
15144960 SHA256 a9c7c
 DIST vmware-tools-freebsd-9.6.2-1744117.x86_64.component.tar 15144960 SHA256 
1c6d4d21aa4ae8ba0c56f4b24fc8c73da07a4e8bfaf421b4db7c25012328fde1 SHA512 
3306ccba195ed0373cf94e810fbb75f74f1b4238ed5be9bc50141222c2a5b687f79b794729ab40e192bba1c861670867abc792e54b01445b1bae8553eace2437
 WHIRLPOOL 
4556ea97c83ab3708316bd96e9e525fcf1a67c46bb2dd55c005e89102b2d4b8992d5a4376d79cc1c2faf20e65e08b8c3c79e26d9c9fd4c30d680a6ed184b9974
 DIST vmware-tools-freebsd-9.6.4-2443746.i386.component.tar 15226880 SHA256 
c821478c0f890a8de49674e4ca477b216b82136e7ea6c6d8cd77ea540947ec1b SHA512 
b9156b1110d8fa6f821bfae173f3f52dd5c0fc747129941fd2884140a59a05752539bd664e34031055a2ac5002aa7f97e70765b9a9874227cb66530ee94f0ed5
 WHIRLPOOL 
6b2281a820ae64ee4bceef8b3fe85a76e569b73454b5e6df0a9e50e3fd89dc28f923fa3018fe6e3cec3f03f34099fb2f920dbb5ec6c0dbc0e4c222c550ce47fb
 DIST vmware-tools-freebsd-9.6.4-2443746.x86_64.component.tar 15226880 SHA256 
18f4bf15d5337161090e140bc5fead2ee8a4d4ac0e7bada8f369eadd77065cd0 SHA512 
8339a2d5ea8a6f752f486d3be56e41ebfc5fed46d44d933ade64806108a7c5264d5abb8f962b1b73106599b33c6d3d04f3bc071dd0014ffdf2e2c4e309449032
 WHIRLPOOL 
96e8c7705849abd575d01daaa18c1c2bf58f4072e758b23fef3541ae0655ba2638d89da44ea4f439b51aeef292d180150a3c51c2fcb50cf1f4a6667470531690
+DIST vmware-tools-freebsd-9.9.2-2496824.x86_64.component.tar 15267840 SHA256 
92331cc0c1b6340e23c7f06f36fef6d2945385527f9f49f06c1d9099bbec03d9 SHA512 
d58ddaa59b8c939484aa60fe27f2ae857564cb3e607ec76163aec9c02b5c0d592cb77dfe123397b0700ca7617c2a69e624a6279b6e4fb99101e5ced43bbd
 WHIRLPOOL 
e02783002ab5b862c69de1f5d68ec7690b2c6cd9013cdffd2df6b7337bc8e2b532438568cfa503d5b9d23af8c1d35512097522ccc2e4a92dca71e04225d4ff8f
 DIST vmware-tools-linux-9.6.2-1744117.i386.component.tar 61143040 SHA256 
d84a4db83b1feb991b1a382b0936b864fc231dcc73c39304a16c34bb343e9f50 SHA512 
7338a83330a62212559062e1c75f0540b7eb7f1037b7a32a9b8aba1750c9f53f2bb2c82c79147df93d93f9113b6902b3318ccd29d67d21ecb523f638d541c1e5
 WHIRLPOOL 
93213e870e99b71fc1dad344bd81acd61dd29a9fe853c37fa44408105d2be68e48ff044c56ad9dde8905ce7d42a614d585ab106ad1f9c5fea07f37fc2ba92526
 DIST vmware-tools-linux-9.6.2-1744117.x86_64.component.tar 61143040 SHA256 
ce07d8afe9c63dc8018979528d252413ea49f9330006fca7b9d9d1fb394dd2e4 SHA512 
e5078b84a10ab0b6962ca175ae95475e89cda3f2cf94c0e077e012b7163f46f54a418f34439224b5cb41428f809359e053e36926e85cf17d2ef7a9dbed868b80
 WHIRLPOOL 
51186181d1ee9bf371e3d042d11baa16bf6627922ef9c967ab1a6c731763d50782787d0028978c5640ec7792f48072de3b2ece78bdfc30ad23a49352a4ea11d2
 DIST vmware-tools-linux-9.6.4-2443746.i386.component.tar 61368320 SHA256 
5eb335aa984091a75491053b7ad3f4e62dc970865241a3966cfa0a2930ef70ba SHA512 
ca6b22837f808a9048747efd7a249bb96b1215af2dbf5eead6cb3e31172aad384aa73640e1634f31255b4853ee777a9b7a848eee616d4040a843745be0623e35
 WHIRLPOOL 
682afd5653a24b97d193c7f1eaa86cb8f2c2856089e983e04d1bc68c932e32d485aacdee68cc3ed409dc24e93fabc40b05b7ee58a9384ce30068b66363ec80b2
 DIST vmware-tools-linux-9.6.4-2443746.x86_64.component.tar 61368320 SHA256 
92bff31be9821532cabb346937dbf027a1939b93fc79892b6b1f8cc8db91d74d SHA512 
5d03a0522d21257a02b3e09d2f73620066e95abb3c09a3640232261d40af2e496edcfbc52654b50bc84ac7e67d9862ae4fb8ca016bf24acfa74e0cd665bfb49e
 WHIRLPOOL 
8dbdd8dc7a6cbfbfa8ab8c9a55111f543ee2c9d44364651f89bdec581efa65ee645f756e100d0453a5bc2d4dd83f1539822b37f7849b8362b43eeb5ebb80f184
+DIST vmware-tools-linux-9.9.2-2496824.x86_64.component.tar 62044160 SHA256 
3b08dc7dedb9312ddb465c96435120f87053cd1e456e42dc60fba9e0367044f1 SHA512 
8bf3022715f40440838225b1ab2e0fb265c7920da3445a252898d3a4d845e93cbd1af34829e470da0bf9427342adeefd2e5b3df915ec63417fa33d9fa995b783
 WHIRLPOOL 
ba49c9e645528ffb59187937a1b1dc01026da9386ddbcf489b25a3ff7d0b1d799c60beb7c820e5472b6b001c56f7b1bdbf6af1e22f8d78fc1ec4c6d32b7aa9d4
 DIST vmware-tools-netware-9.6.2-1744117.i386.component.tar 81920 SHA256 
1bcf7439f957d07fd84a56e6ab1bf88818759cf9f9a11df50ae5d0d65f0fd466 SHA512 
9579e36b667af282ac3901ff4b836ba3fb1e74af81d19ac82fac94deb51d3bcf074e97ccb27bcab0cf8b9e319404c4cc305cea03ce08c6695191f89461c9de4a
 WHIRLPOOL 

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

2015-07-10 Thread Mike Pagano (mpagano)
mpagano 15/07/11 00:05:43

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1592
retrieving revision 1.1593
diff -u -r1.1592 -r1.1593
--- ChangeLog   7 Jul 2015 16:42:44 -   1.1592
+++ ChangeLog   11 Jul 2015 00:05:43 -  1.1593
@@ -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.1592 2015/07/07 16:42:44 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1593 2015/07/11 00:05:43 mpagano Exp $
+
+*gentoo-sources-4.1.2 (10 Jul 2015)
+
+  10 Jul 2015; Mike Pagano mpag...@gentoo.org +gentoo-sources-4.1.2.ebuild:
+  Linux patch 4.1.2
 
 *gentoo-sources-3.10.83 (07 Jul 2015)
 



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

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

Index: gentoo-sources-4.1.2.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-4.1.2.ebuild,v 
1.1 2015/07/11 00:05:43 mpagano Exp $

EAPI=5
ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=6
K_DEBLOB_AVAILABLE=1
K_KDBUS_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

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

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

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

pkg_postrm() {
kernel-2_pkg_postrm
}






[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-tools/

2015-07-10 Thread Evan Teran
commit: 47587654c3b2f0cdf73048c580a2d8d1e2217a31
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 04:10:21 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 04:10:21 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=47587654

fixing manifest?

Package-Manager: portage-2.2.20

 app-emulation/vmware-tools/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/vmware-tools/Manifest 
b/app-emulation/vmware-tools/Manifest
index 7305300..08cf570 100644
--- a/app-emulation/vmware-tools/Manifest
+++ b/app-emulation/vmware-tools/Manifest
@@ -27,4 +27,4 @@ DIST vmware-tools-windows-9.6.2-1744117.i386.component.tar 
69283840 SHA256 f5f43
 DIST vmware-tools-windows-9.6.2-1744117.x86_64.component.tar 69283840 SHA256 
d4fe4f1d5137c577dd2b82eae855fe4fc021506eeaa8eaf77ef45f309331 SHA512 
c3e40d7e2b10e6c318776d7fcef151c140fd20848de6d48d4a380ff8596b0c4889f8c46816bcacd6e3cdd815d0d8b868283714dba9e9095d94a7cd64da79dc80
 WHIRLPOOL 
0b1670d8ce585333755fccc72fa55bed6919645c5756917dfd96ccfd6a1eca9d9cd17c74f6458b38e8b9db0632668a33ff9b6d6724e4b01d185eaceff9f14e41
 DIST vmware-tools-windows-9.6.4-2443746.i386.component.tar 69294080 SHA256 
513e6be26e64b3896545a80074d9e08ff761ec3f15627a54d9bd974e8e24be9a SHA512 
3f4dd1790fb7816973808f77ddac821231c9e6e750bc6c04c1600ea0a7c632c056590ee87164d38f49ffd5f647469cf5ee17b92113923f23a871a729fb69733d
 WHIRLPOOL 
3826ac9350e36c332ed6fdc9a1af5ac57808c36915f907cc915004a78f574784cfc7abc9ac0ee7cb9f28973e355279b9f0ba66c52d3a8bd61cf94a3968a8e5d9
 DIST vmware-tools-windows-9.6.4-2443746.x86_64.component.tar 69294080 SHA256 
ffe3237ec7148afe437f31dde71fa92a3654502ee6de1a1106898dac111759d9 SHA512 
c52798c6cd6c8664d40c865d7117ec8db9531871b3016f6a660ea3ecb1cc0612549c2364ad2eeb4be27b6905fb966a78aff28473e2ca4750a40c87c1ae2d3ad7
 WHIRLPOOL 
34c59a08a36de545ea38e1210a742305627cc73a20dc616d4a6cf6f6bddaa7886954811525fbdfc535133e3dd097906fe4787cdb0d616521cd638495a3729645
-DIST vmware-tools-windows-9.9.2-2496824.x86_64.component.tar 64699636 SHA256 
8fdd13902a35633a358f937c87a98c21b36e08a876d2be2fdcabada53d62921f SHA512 
3f53fb6dfa87a7f503869a11dd80de7a805cd60deee960040f0524747453a2ee0812bf164b58139acd75f042fa09df18322020865a0759e7dfb908fd17097b3d
 WHIRLPOOL 
585c2415bf78cd0ac1a8e0c58c7619bda07a6aa7ccc76f6458270d48ca6d5d4fe7e3dc5ea608964ead574f26bcbf15216bf2d1a087720691f3b86cc8ee644a90
+DIST vmware-tools-windows-9.9.2-2496824.x86_64.component.tar 71485440 SHA256 
3ef86f0bfce6f9396b4868d2fc067baa425cf9d1db2c4361dad81adb8fb02b69 SHA512 
0c1df24026f96d160c3e3f4afac127d82f5ba1a4aabff4ca8fa64a60cde4b67b648601144d54a97bc760636bea1f9e71229b05bdc1c6d2959b3be93c1dc421eb
 WHIRLPOOL 
090e49c1452987a77010e20f23f24f747e3158d4cc7ab6604d3fada16bb42410b34631c82d1580611bb7364faa1174108cce037ec4cc873821fe68e3d745cb3c



[gentoo-commits] gentoo-x86 commit in dev-util/setconf: setconf-0.6.7.ebuild ChangeLog setconf-0.6.4.ebuild

2015-07-10 Thread Ian Delaney (idella4)
idella4 15/07/11 00:47:28

  Modified: ChangeLog
  Added:setconf-0.6.7.ebuild
  Removed:  setconf-0.6.4.ebuild
  Log:
  bump one rm one
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.10 dev-util/setconf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   17 Mar 2015 04:15:56 -  1.9
+++ ChangeLog   11 Jul 2015 00:47:28 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/setconf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.9 2015/03/17 
04:15:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.10 
2015/07/11 00:47:28 idella4 Exp $
+
+*setconf-0.6.7 (11 Jul 2015)
+
+  11 Jul 2015; Ian Delaney idel...@gentoo.org +setconf-0.6.7.ebuild,
+  -setconf-0.6.4.ebuild:
+  bump one rm one
 
 *setconf-0.6.6 (17 Mar 2015)
 



1.1  dev-util/setconf/setconf-0.6.7.ebuild

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

Index: setconf-0.6.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.7.ebuild,v 1.1 
2015/07/11 00:47:28 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit python-single-r1

DESCRIPTION=A small python based utility used to change configuration files
HOMEPAGE=http://setconf.roboticoverlords.org/;
SRC_URI=http://${PN}.roboticoverlords.org/${P}.tar.xz;

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

RDEPEND=${PYTHON_DEPS}

# REQUIRED_USE is needed to have a (un-)nice error when someone disabled all 
of python3 -mgorny
REQUIRED_USE=${PYTHON_REQUIRED_USE}

pkg_setup() {
python-single-r1_pkg_setup
}

src_unpack() {
unpack ${A}
cd ${S}
unpack ./${PN}.1.gz
}

src_prepare() {
python_fix_shebang ${PN}.py #462326
}

src_install() {
python_doscript ${PN}.py
dosym ${PN}.py /usr/bin/${PN}
doman ${PN}.1
}






[gentoo-commits] gentoo-x86 commit in app-misc/vifm: ChangeLog vifm-0.7.7.ebuild vifm-0.7.8.ebuild vifm-0.7.2.ebuild

2015-07-10 Thread Tim Harder (radhermit)
radhermit15/07/11 01:25:58

  Modified: ChangeLog vifm-0.7.7.ebuild vifm-0.7.8.ebuild
vifm-0.7.2.ebuild
  Log:
  Fix HOMEPAGE.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.54 app-misc/vifm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/ChangeLog?rev=1.54view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/ChangeLog?rev=1.54content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/ChangeLog?r1=1.53r2=1.54

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   9 Jun 2015 11:52:28 -   1.53
+++ ChangeLog   11 Jul 2015 01:25:58 -  1.54
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/vifm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.53 2015/06/09 
11:52:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.54 2015/07/11 
01:25:58 radhermit Exp $
+
+  11 Jul 2015; Tim Harder radher...@gentoo.org vifm-0.7.2.ebuild,
+  vifm-0.7.7.ebuild, vifm-0.7.8.ebuild:
+  Fix HOMEPAGE.
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.9  app-misc/vifm/vifm-0.7.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/vifm-0.7.7.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/vifm-0.7.7.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/vifm-0.7.7.ebuild?r1=1.8r2=1.9

Index: vifm-0.7.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vifm-0.7.7.ebuild   4 May 2015 09:26:53 -   1.8
+++ vifm-0.7.7.ebuild   11 Jul 2015 01:25:58 -  1.9
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.7.ebuild,v 1.8 
2015/05/04 09:26:53 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.7.ebuild,v 1.9 
2015/07/11 01:25:58 radhermit Exp $
 
 EAPI=5
 
 inherit base vim-doc
 
 DESCRIPTION=Console file manager with vi(m)-like keybindings
-HOMEPAGE=http://http://vifm.info/;
+HOMEPAGE=http://vifm.info/;
 SRC_URI=mirror://sourceforge/vifm/${P}.tar.bz2
 
 LICENSE=GPL-2



1.7  app-misc/vifm/vifm-0.7.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild?r1=1.6r2=1.7

Index: vifm-0.7.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vifm-0.7.8.ebuild   4 May 2015 09:26:53 -   1.6
+++ vifm-0.7.8.ebuild   11 Jul 2015 01:25:58 -  1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v 1.6 
2015/05/04 09:26:53 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.8.ebuild,v 1.7 
2015/07/11 01:25:58 radhermit Exp $
 
 EAPI=5
 
 inherit autotools eutils vim-doc
 
 DESCRIPTION=Console file manager with vi(m)-like keybindings
-HOMEPAGE=http://http://vifm.info/;
+HOMEPAGE=http://vifm.info/;
 SRC_URI=mirror://sourceforge/vifm/${P}.tar.bz2
 
 LICENSE=GPL-2



1.8  app-misc/vifm/vifm-0.7.2.ebuild

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

Index: vifm-0.7.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vifm-0.7.2.ebuild   4 May 2015 09:26:53 -   1.7
+++ vifm-0.7.2.ebuild   11 Jul 2015 01:25:58 -  1.8
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public 

[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/, app-emulation/vmware-modules/files/

2015-07-10 Thread Evan Teran
commit: c8b1c812a25cbaa673e0fb40623d92642973c0a1
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 08:22:22 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 08:22:22 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=c8b1c812

version bump for vmware-workstation 10 and 3.19/4.0 kernel support

Package-Manager: portage-2.2.20

 .../files/279-3.18-00-version-redefined.patch  | 24 
 .../files/279-3.19-00-compat-namei.patch   | 23 
 .../vmware-modules/files/279-3.19-01-dentry.patch  | 13 +
 .../files/279-3.19-02-vmblock-path.patch   | 67 ++
 .../vmware-modules/files/279-3.19-03-iovec.patch   | 19 ++
 .../vmware-modules/files/279-3.19-04-iovec.patch   | 39 +
 .../files/279-3.19-05-vmci_qpair.patch | 24 
 .../vmware-modules/files/279-3.19-06-vsock.patch   | 15 +
 .../vmware-modules/files/279-3.19-07-vsock.patch   | 12 
 ...es-279.5.ebuild = vmware-modules-279.6.ebuild} | 11 +++-
 .../vmware-modules/vmware-modules-304.0.ebuild | 35 +--
 11 files changed, 264 insertions(+), 18 deletions(-)

diff --git 
a/app-emulation/vmware-modules/files/279-3.18-00-version-redefined.patch 
b/app-emulation/vmware-modules/files/279-3.18-00-version-redefined.patch
new file mode 100644
index 000..2d38824
--- /dev/null
+++ b/app-emulation/vmware-modules/files/279-3.18-00-version-redefined.patch
@@ -0,0 +1,24 @@
+--- a/vmci-only/shared/vm_device_version.h 2015-02-07 03:11:55.0 
+0300
 c/vmci-only/shared/vm_device_version.h 2015-02-24 03:58:06.041605450 
+0300
+@@ -53,7 +53,9 @@
+  *VMware HD Audio codec
+  *VMware HD Audio controller
+  */
++#ifndef PCI_VENDOR_ID_VMWARE
+ #define PCI_VENDOR_ID_VMWARE0x15AD
++#endif
+ #define PCI_DEVICE_ID_VMWARE_SVGA2  0x0405
+ #define PCI_DEVICE_ID_VMWARE_SVGA   0x0710
+ #define PCI_DEVICE_ID_VMWARE_VGA0x0711
+--- a/vmnet-only/vm_device_version.h   2015-02-07 03:54:16.0 +0300
 c/vmnet-only/vm_device_version.h   2015-02-24 03:58:06.044604981 +0300
+@@ -53,7 +53,9 @@
+  *VMware HD Audio codec
+  *VMware HD Audio controller
+  */
++#ifndef PCI_VENDOR_ID_VMWARE
+ #define PCI_VENDOR_ID_VMWARE0x15AD
++#endif
+ #define PCI_DEVICE_ID_VMWARE_SVGA2  0x0405
+ #define PCI_DEVICE_ID_VMWARE_SVGA   0x0710
+ #define PCI_DEVICE_ID_VMWARE_VGA0x0711

diff --git a/app-emulation/vmware-modules/files/279-3.19-00-compat-namei.patch 
b/app-emulation/vmware-modules/files/279-3.19-00-compat-namei.patch
new file mode 100644
index 000..ec73500
--- /dev/null
+++ b/app-emulation/vmware-modules/files/279-3.19-00-compat-namei.patch
@@ -0,0 +1,23 @@
+--- a/vmblock-only/shared/compat_namei.h   2015-02-07 03:11:55.0 
+0300
 c/vmblock-only/shared/compat_namei.h   2015-02-24 03:51:25.235286047 
+0300
+@@ -21,6 +21,20 @@
+ 
+ #include linux/namei.h
+ 
++/* Copy-n-paste from kernel's source/fs/namei.c */
++struct nameidata {
++ struct path path;
++ struct qstr last;
++ struct path root;
++ struct inode*inode; /* path.dentry.d_inode */
++ unsigned intflags;
++ unsignedseq, m_seq;
++ int last_type;
++ unsigneddepth;
++ struct file *base;
++ char *saved_names[MAX_NESTED_LINKS + 1];
++};
++
+ /*
+  * In 2.6.25-rc2, dentry and mount objects were removed from the nameidata
+  * struct. They were both replaced with a struct path.

diff --git a/app-emulation/vmware-modules/files/279-3.19-01-dentry.patch 
b/app-emulation/vmware-modules/files/279-3.19-01-dentry.patch
new file mode 100644
index 000..6f11a52
--- /dev/null
+++ b/app-emulation/vmware-modules/files/279-3.19-01-dentry.patch
@@ -0,0 +1,13 @@
+--- a/vmnet-only/driver.c  2015-02-07 03:54:17.0 +0300
 c/vmnet-only/driver.c  2015-02-24 03:58:06.043605137 +0300
+@@ -1191,8 +1191,8 @@
+struct inode *inode = NULL;
+long err;
+
+-   if (filp  filp-f_dentry) {
+-  inode = filp-f_dentry-d_inode;
++   if (filp  filp-f_path.dentry) {
++  inode = filp-f_path.dentry-d_inode;
+}
+err = VNetFileOpIoctl(inode, filp, iocmd, ioarg);
+return err;

diff --git a/app-emulation/vmware-modules/files/279-3.19-02-vmblock-path.patch 
b/app-emulation/vmware-modules/files/279-3.19-02-vmblock-path.patch
new file mode 100644
index 000..178d147
--- /dev/null
+++ b/app-emulation/vmware-modules/files/279-3.19-02-vmblock-path.patch
@@ -0,0 +1,67 @@
+Sources:
+https://531682.bugs.gentoo.org/attachment.cgi?id=396484
+https://531682.bugs.gentoo.org/attachment.cgi?id=396482
+diff -rupN vmblock-only.orig/linux/dentry.c vmblock-only/linux/dentry.c
+--- vmblock-only.orig/linux/dentry.c   2015-02-14 18:05:46.0 -0500
 

[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-tools/

2015-07-10 Thread Evan Teran
commit: 14359636e43aaa9893e110fab2848e2f189fd0e5
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 08:24:49 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 08:24:49 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=14359636

version bump for tools

Package-Manager: portage-2.2.20

 app-emulation/vmware-tools/Manifest| 12 +
 .../vmware-tools/vmware-tools-9.6.5.2700073.ebuild | 55 ++
 2 files changed, 67 insertions(+)

diff --git a/app-emulation/vmware-tools/Manifest 
b/app-emulation/vmware-tools/Manifest
index 08cf570..547040f 100644
--- a/app-emulation/vmware-tools/Manifest
+++ b/app-emulation/vmware-tools/Manifest
@@ -2,29 +2,41 @@ DIST vmware-tools-freebsd-9.6.2-1744117.i386.component.tar 
15144960 SHA256 a9c7c
 DIST vmware-tools-freebsd-9.6.2-1744117.x86_64.component.tar 15144960 SHA256 
1c6d4d21aa4ae8ba0c56f4b24fc8c73da07a4e8bfaf421b4db7c25012328fde1 SHA512 
3306ccba195ed0373cf94e810fbb75f74f1b4238ed5be9bc50141222c2a5b687f79b794729ab40e192bba1c861670867abc792e54b01445b1bae8553eace2437
 WHIRLPOOL 
4556ea97c83ab3708316bd96e9e525fcf1a67c46bb2dd55c005e89102b2d4b8992d5a4376d79cc1c2faf20e65e08b8c3c79e26d9c9fd4c30d680a6ed184b9974
 DIST vmware-tools-freebsd-9.6.4-2443746.i386.component.tar 15226880 SHA256 
c821478c0f890a8de49674e4ca477b216b82136e7ea6c6d8cd77ea540947ec1b SHA512 
b9156b1110d8fa6f821bfae173f3f52dd5c0fc747129941fd2884140a59a05752539bd664e34031055a2ac5002aa7f97e70765b9a9874227cb66530ee94f0ed5
 WHIRLPOOL 
6b2281a820ae64ee4bceef8b3fe85a76e569b73454b5e6df0a9e50e3fd89dc28f923fa3018fe6e3cec3f03f34099fb2f920dbb5ec6c0dbc0e4c222c550ce47fb
 DIST vmware-tools-freebsd-9.6.4-2443746.x86_64.component.tar 15226880 SHA256 
18f4bf15d5337161090e140bc5fead2ee8a4d4ac0e7bada8f369eadd77065cd0 SHA512 
8339a2d5ea8a6f752f486d3be56e41ebfc5fed46d44d933ade64806108a7c5264d5abb8f962b1b73106599b33c6d3d04f3bc071dd0014ffdf2e2c4e309449032
 WHIRLPOOL 
96e8c7705849abd575d01daaa18c1c2bf58f4072e758b23fef3541ae0655ba2638d89da44ea4f439b51aeef292d180150a3c51c2fcb50cf1f4a6667470531690
+DIST vmware-tools-freebsd-9.6.5-2700073.i386.component.tar 15216640 SHA256 
d900d0ee4f9f185f1914f80cb9b0a7df8fcf027e1009def7c2b81a7ac15e5d0b SHA512 
5e070544e85137b7f032e2c1e4567233adadac274abc727b4dcfdf455bc5f080499b306c6bdf7e5bbe17f6610fdece1c2ef541d5b89081ec5d342145071e
 WHIRLPOOL 
1cc29331cefb25628425553707b8c8572eddc1b208856eac409d0123901918677d95fe82cc6028f0debcd7b28a8d524e1f29357b399629c30653eced80d12a7b
+DIST vmware-tools-freebsd-9.6.5-2700073.x86_64.component.tar 15216640 SHA256 
7a2435330281b039727ab8a10736a95393bc143e6b3bfea6e9b7d18a7bf4ba15 SHA512 
e78b1d85bcff951d4661374eb687c388d0b299d3d1cd6e4344d3a0439219f82a1e59f335cd5284fb371304223038ef358b59006504b061d702981bec7afa3408
 WHIRLPOOL 
42ea166a2b5ec8986d4d7b04dc2d13c76fb2509d6f9993d1dcceb7479332de0032589acfc749996a255b5487173f8ec03dc859b897a5f894fd2dde964db45220
 DIST vmware-tools-freebsd-9.9.2-2496824.x86_64.component.tar 15267840 SHA256 
92331cc0c1b6340e23c7f06f36fef6d2945385527f9f49f06c1d9099bbec03d9 SHA512 
d58ddaa59b8c939484aa60fe27f2ae857564cb3e607ec76163aec9c02b5c0d592cb77dfe123397b0700ca7617c2a69e624a6279b6e4fb99101e5ced43bbd
 WHIRLPOOL 
e02783002ab5b862c69de1f5d68ec7690b2c6cd9013cdffd2df6b7337bc8e2b532438568cfa503d5b9d23af8c1d35512097522ccc2e4a92dca71e04225d4ff8f
 DIST vmware-tools-linux-9.6.2-1744117.i386.component.tar 61143040 SHA256 
d84a4db83b1feb991b1a382b0936b864fc231dcc73c39304a16c34bb343e9f50 SHA512 
7338a83330a62212559062e1c75f0540b7eb7f1037b7a32a9b8aba1750c9f53f2bb2c82c79147df93d93f9113b6902b3318ccd29d67d21ecb523f638d541c1e5
 WHIRLPOOL 
93213e870e99b71fc1dad344bd81acd61dd29a9fe853c37fa44408105d2be68e48ff044c56ad9dde8905ce7d42a614d585ab106ad1f9c5fea07f37fc2ba92526
 DIST vmware-tools-linux-9.6.2-1744117.x86_64.component.tar 61143040 SHA256 
ce07d8afe9c63dc8018979528d252413ea49f9330006fca7b9d9d1fb394dd2e4 SHA512 
e5078b84a10ab0b6962ca175ae95475e89cda3f2cf94c0e077e012b7163f46f54a418f34439224b5cb41428f809359e053e36926e85cf17d2ef7a9dbed868b80
 WHIRLPOOL 
51186181d1ee9bf371e3d042d11baa16bf6627922ef9c967ab1a6c731763d50782787d0028978c5640ec7792f48072de3b2ece78bdfc30ad23a49352a4ea11d2
 DIST vmware-tools-linux-9.6.4-2443746.i386.component.tar 61368320 SHA256 
5eb335aa984091a75491053b7ad3f4e62dc970865241a3966cfa0a2930ef70ba SHA512 
ca6b22837f808a9048747efd7a249bb96b1215af2dbf5eead6cb3e31172aad384aa73640e1634f31255b4853ee777a9b7a848eee616d4040a843745be0623e35
 WHIRLPOOL 
682afd5653a24b97d193c7f1eaa86cb8f2c2856089e983e04d1bc68c932e32d485aacdee68cc3ed409dc24e93fabc40b05b7ee58a9384ce30068b66363ec80b2
 DIST vmware-tools-linux-9.6.4-2443746.x86_64.component.tar 61368320 SHA256 
92bff31be9821532cabb346937dbf027a1939b93fc79892b6b1f8cc8db91d74d SHA512 
5d03a0522d21257a02b3e09d2f73620066e95abb3c09a3640232261d40af2e496edcfbc52654b50bc84ac7e67d9862ae4fb8ca016bf24acfa74e0cd665bfb49e
 WHIRLPOOL 

[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-workstation/

2015-07-10 Thread Evan Teran
commit: 60ff08ada503c9d104094ede2c49f337ef502cb5
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 08:26:18 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 08:26:18 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=60ff08ad

version bump for workstation 10

 app-emulation/vmware-workstation/Manifest  |   2 +
 .../vmware-workstation-10.0.6.2700073.ebuild   | 499 +
 2 files changed, 501 insertions(+)

diff --git a/app-emulation/vmware-workstation/Manifest 
b/app-emulation/vmware-workstation/Manifest
index 69b6166..087a7ad 100644
--- a/app-emulation/vmware-workstation/Manifest
+++ b/app-emulation/vmware-workstation/Manifest
@@ -2,5 +2,7 @@ DIST VMware-Workstation-10.0.2-1744117.i386.bundle.tar 
283658240 SHA256 3b8fcdf6
 DIST VMware-Workstation-10.0.2-1744117.x86_64.bundle.tar 254115840 SHA256 
95986090a4f2f59ae551a63a78f9ff5bdc3a87c48b25b10abb754720c3581f02 SHA512 
69ede2f67e3283a3b234605ca5aa0da008917d6b329ab6ca27f578620b6268ec79622b4fc5c33f527fcac917dd78a844ad2ff4bbd0149aa4dbb7755d
 WHIRLPOOL 
42117a4bb6184629ec2e8c13c39f3298c746a4fa10b0928cee3ccd1c3e4464af95f59c7ff0f71c44184d25cc91e593cbb40fd050275ee1e66b308010fc907a17
 DIST VMware-Workstation-10.0.5-2443746.i386.bundle.tar 283392000 SHA256 
993af797b37fcd86345f509b92a64e8425ddeab76d730dfe3a0ddbf42be583c8 SHA512 
f1d1d3b293d69f1b0727272c6f2437ad33642e9f96a098057cbcc85e8d63cdd03d440aa1dee199ab7ee9f1255b69821bdb93d2d2b6dd86f6e4b4110bb50631a9
 WHIRLPOOL 
139e6005ffb2a839d4ce3588280ed2e5fb8b36061fb3a8868695131805e6aaac462474ba3b38eca653dacc3552acf8fb40aed97d2dd272c18230c3c461d0b479
 DIST VMware-Workstation-10.0.5-2443746.x86_64.bundle.tar 254208000 SHA256 
4c8edbc4936977e36dfdcb4e6f4efb3ad0d2d4b8586c82562f3122fc0c1f3b06 SHA512 
73265b4c2e88578b132eb67c985b9e12e9bf34af7c5d23060cd8596123bee82da9e3a27ca63477cbf467185767b93a71392a4d1c493be6f1a9303bed2601631c
 WHIRLPOOL 
333e7fafb753740a990b395340a646bad1062ba30cae92f98c81281012f4d2713ed4ae9fb0ce98361d142a69148cc644637d61241e583a391c524a2c18f54ae3
+DIST VMware-Workstation-10.0.6-2700073.i386.bundle.tar 281272320 SHA256 
02b6c26ba33027344a943734e48cac03ed522a9cf09131837758af3ebd27ea60 SHA512 
f65ce16784c9fccb0a6f09abe52bbbe1cc1567d366d03cfe0f79fdfbf4b9d5fef8238a6f62e969b8415112bf063f3d6a5e66239aa89159172520c80efd90c7e9
 WHIRLPOOL 
11ffae3b8a7e059e63afd2a8a19f9a07d8d63d2ef8f83c623b37e315750b09cb9a31537125614610fc988184017fe45b3ae5408670257c1dc9531dd6b6b17717
+DIST VMware-Workstation-10.0.6-2700073.x86_64.bundle.tar 252610560 SHA256 
e29edcb0638f32bff81d372c9eaf54e663e3376cd1d89dbd4cfe4cab533398b2 SHA512 
072de1da92cbef890707a6c4e3d5223fdc60e50a5166bb72b1ebc098d28c1a75b83ed65a29fdf1311e119e590560546e376909e1384f1eab05918500ec80ede4
 WHIRLPOOL 
3f4252abb6c87424b88fa34adc29e1927d1e6458beca65d9b290ff0c8ad4ccaf2945e2209670f8f8d4e84548d806c18fb23dc8380ec65452841e2c0bbcce89aa
 DIST VMware-Workstation-11.1.0-2496824.x86_64.bundle.tar 259112960 SHA256 
bad9d8e223a2d7be07965c6dfc1dc450c996d4d447c500a7c874b85fc731d6c1 SHA512 
78de89be8943f8ee99fae048047047f98ae44ee3bbb6dabd550726af864c61b0824a72b5ad91120cab0115d91fa036908d182518fcbd1b68b9a78caeb18ebc33
 WHIRLPOOL 
77807b5139eef194233bca608c888cec81a40b3fda1c08fb31a39bd24133ac58f700b6b84fd50207b9a47184a72a86e00cf00c74b13523c05b069b3dc089b34b
 DIST gentoo-01.tar.gz 1884 SHA256 
e92c694865f1b29f4d7a39efa1dd87bc71dc5f922573f00a3d31ee8e27a8c335 SHA512 
454ab93997781bd0a9accddb2ac7bb446f07ea7cddef5640369025c30e03592e14869e0f0f7b4457db2f1ada31c98051426016c86201afa8bc8e3aa4ccc2f875
 WHIRLPOOL 
9202583b617532ab2612b384da307218e7c93c2962f0d233e28bea066b07163c9bc51c0a599309f9d703c5575ebeb292d787716225624dc1c2fdff3c44fa3513

diff --git 
a/app-emulation/vmware-workstation/vmware-workstation-10.0.6.2700073.ebuild 
b/app-emulation/vmware-workstation/vmware-workstation-10.0.6.2700073.ebuild
new file mode 100644
index 000..0b66844
--- /dev/null
+++ b/app-emulation/vmware-workstation/vmware-workstation-10.0.6.2700073.ebuild
@@ -0,0 +1,499 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils versionator fdo-mime systemd gnome2-utils pam vmware-bundle
+
+MY_PN=VMware-Workstation
+MY_PV=$(get_version_component_range 1-3)
+PV_MINOR=$(get_version_component_range 3)
+PV_BUILD=$(get_version_component_range 4)
+MY_P=${MY_PN}-${MY_PV}-${PV_BUILD}
+
+SYSTEMD_UNITS_TAG=gentoo-01
+
+DESCRIPTION=Emulate a complete PC on your PC without the usual performance 
overhead of most emulators
+HOMEPAGE=http://www.vmware.com/products/workstation/;
+BASE_URI=https://softwareupdate.vmware.com/cds/vmw-desktop/ws/${MY_PV}/${PV_BUILD}/linux/core/;
+SRC_URI=
+   x86? ( ${BASE_URI}${MY_P}.i386.bundle.tar )
+   amd64? ( ${BASE_URI}${MY_P}.x86_64.bundle.tar )
+   
https://github.com/akhuettel/systemd-vmware/archive/${SYSTEMD_UNITS_TAG}.tar.gz
+   
+LICENSE=vmware GPL-2
+SLOT=0

[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/

2015-07-10 Thread Evan Teran
commit: ca15889876e473fa2aed0de9a0a6cb26c7c669bc
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 08:23:17 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 08:23:17 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=ca158898

adding the player that matches workstation 11

Package-Manager: portage-2.2.20

 app-emulation/vmware-player/Manifest   |   3 +
 .../vmware-player-6.0.6.2700073.ebuild | 245 +
 .../vmware-player-7.1.0.2496824.ebuild | 244 
 3 files changed, 492 insertions(+)

diff --git a/app-emulation/vmware-player/Manifest 
b/app-emulation/vmware-player/Manifest
index 65d7b3e..a9dddbd 100644
--- a/app-emulation/vmware-player/Manifest
+++ b/app-emulation/vmware-player/Manifest
@@ -1,2 +1,5 @@
 DIST VMware-Player-6.0.2-1744117.i386.bundle.tar 233226240 SHA256 
b3314b1b4658fff3a3bd821381e141b4039bc6925088d509f073dfdc19f78937 SHA512 
da912c898306a50392cdf814f523321962e70d6d2afabe2cbcec35e581c60d1ba3e28fdf11f4e83306c9057038a7ab8d1d1e2e4281068fdb9997f6d1aaf34e74
 WHIRLPOOL 
bdd81a3620a56a689f48443d8cb0fc5dbde8ec5d996fcff5e38a983eb4fa5d6bfb73658f1b15837f6c4272578b4f90875f9393db3318ee9ad84cf1266fbcbed5
 DIST VMware-Player-6.0.2-1744117.x86_64.bundle.tar 200560640 SHA256 
6e8ef0982303128fe2d41f59cc6d4031edcc85f4dcc8ba20e17df9837a4c972f SHA512 
8e71b59e5152ec6a21e2bc87e11462fbc9f25a27ea48e73ace6daa198bc75fb0cf49d895755abe10b3fb52df0ec0586fd00e8bd51c461b7a638e745c6bbd996e
 WHIRLPOOL 
a9af879ce290a9f0ac2fb5f6af425e509455d6fb553156250013a941e782c416435be7326498ed544ee81623fbac4a5924940cc05dd56325c0d8e4c71c44b0b8
+DIST VMware-Player-6.0.6-2700073.i386.bundle.tar 230184960 SHA256 
f62c97771b9f9b3d62204cb72472bd3b4cf856f5bdc3fd7ea68f786127b4f98e SHA512 
91ce0861eab7a122d9bca8f8899f18ed7f59eb20ae2b6a4d1a021aa57cc179e0f8b7aebeeea857c10a8b31deffcb1649cb79e64a927bb80905746dbaaefd
 WHIRLPOOL 
90c51b72ecdf1b1fa9575e74d196e5d3e25cc4433fc74df283ad57e5953d7671c848d2e816cd19ca7216c2af9065c092c29a66c3d42247cb952a1890d99458bf
+DIST VMware-Player-6.0.6-2700073.x86_64.bundle.tar 198164480 SHA256 
090f93c404d01475b4fc55db529f14e88457bde40b20140b5133a43e391dd866 SHA512 
abdb5a6e6162ec297bdea4616f40ff734967fb04838ed75103ad7051a6120e4d4510f9fc192bd874382885e48444af4b00fc2dcd5f6d05929c615e5c379ae212
 WHIRLPOOL 
386b3a2b928ddf4ce149c1738412c46e0292648e54537b1164197d89b5dd5d86448fbe659141c2ca8d6f55ccd709e629d60b20311c69333bd2b33162a59f3a88
+DIST VMware-Player-7.1.0-2496824.x86_64.bundle.tar 211077120 SHA256 
80259e2b9337d4193da27109634fcb112e40241038f6956fa0e4e3b2f19900af SHA512 
28f51f5b167fee8ad3c77fc3c36b0bb084e9f7e891f29952293f5857dcc1e03427d8db33a013abd64145293e19866f3c7d61e6e0d008eb94a1a349e9e8176459
 WHIRLPOOL 
bca1a430a33914c004ddaaf13788ec26fa859a959f017c85b398f72c8b9af2da58c2f96c3d4034ab2d18aded07a304b4d30291eb422e692baefc833e47aec430

diff --git a/app-emulation/vmware-player/vmware-player-6.0.6.2700073.ebuild 
b/app-emulation/vmware-player/vmware-player-6.0.6.2700073.ebuild
new file mode 100644
index 000..f859e7f
--- /dev/null
+++ b/app-emulation/vmware-player/vmware-player-6.0.6.2700073.ebuild
@@ -0,0 +1,245 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-6.0.2.1744117.ebuild,v
 1.1 2014/04/19 15:01:08 dilfridge Exp $
+
+EAPI=5
+
+inherit eutils versionator fdo-mime gnome2-utils pax-utils vmware-bundle
+
+MY_PN=VMware-Player
+MY_PV=$(get_version_component_range 1-3)
+PV_MINOR=$(get_version_component_range 3)
+PV_BUILD=$(get_version_component_range 4)
+MY_P=${MY_PN}-${MY_PV}-${PV_BUILD}
+
+DESCRIPTION=Emulate a complete PC on your PC without the usual performance 
overhead of most emulators
+HOMEPAGE=http://www.vmware.com/products/player/;
+BASE_URI=https://softwareupdate.vmware.com/cds/vmw-desktop/player/${MY_PV}/${PV_BUILD}/linux/core/;
+SRC_URI=
+   x86? ( ${BASE_URI}${MY_P}.i386.bundle.tar )
+   amd64? ( ${BASE_URI}${MY_P}.x86_64.bundle.tar )
+   
+
+LICENSE=vmware GPL-2
+SLOT=0
+KEYWORDS=-* ~amd64 ~x86
+IUSE=cups doc +vmware-tools
+RESTRICT=strip
+
+# vmware-workstation should not use virtual/libc as this is a
+# precompiled binary package thats linked to glibc.
+RDEPEND=dev-cpp/cairomm
+   dev-cpp/glibmm:2
+   dev-cpp/gtkmm:2.4
+   dev-cpp/libgnomecanvasmm:2.6
+   dev-cpp/pangomm:1.4
+   dev-libs/atk
+   dev-libs/glib:2
+   dev-libs/libaio
+   dev-libs/libsigc++
+   dev-libs/libxml2
+   =dev-libs/openssl-0.9.8*
+   dev-libs/xmlrpc-c
+   gnome-base/libgnomecanvas
+   gnome-base/libgtop:2
+   gnome-base/librsvg:2
+   gnome-base/orbit
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libart_lgpl
+   =media-libs/libpng-1.2*
+   net-misc/curl
+   cups? ( net-print/cups )
+   sys-devel/gcc
+   

[gentoo-commits] dev/mrueg:master commit in: dev-python/parsedatetime/

2015-07-10 Thread Manuel Rüger
commit: 314b415b2ba791bd7f63d2594c8416c1b766eda5
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 00:17:35 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 00:17:35 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=314b415b

[dev-python/parsedatetime] Initial version.

Package-Manager: portage-2.2.20

 dev-python/parsedatetime/Manifest |  1 +
 dev-python/parsedatetime/metadata.xml |  8 
 dev-python/parsedatetime/parsedatetime-1.5.ebuild | 23 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/parsedatetime/Manifest 
b/dev-python/parsedatetime/Manifest
new file mode 100644
index 000..b86c2de
--- /dev/null
+++ b/dev-python/parsedatetime/Manifest
@@ -0,0 +1 @@
+DIST parsedatetime-1.5.tar.gz 61150 SHA256 
4698420df9765f8f4ea41d9e771874ea8dff907e695f26634919b41f39590980 SHA512 
cd76711f403e1344a6d4ac56c7d39ad280a47c10333a09ec2a65152b79f7a284d1d6ba3af7b7d7df9a32f650036012a115a3811d34f5dfe13582acec2ee5f130
 WHIRLPOOL 
c90b54c16dfac0f98ce18c6595eed42ee09f0234e2314d054d64d3a01fc3c47a692a76dd867f843b67d1e76ce48cd910d581c68f63be03e40fe52e9119b66507

diff --git a/dev-python/parsedatetime/metadata.xml 
b/dev-python/parsedatetime/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/parsedatetime/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata

diff --git a/dev-python/parsedatetime/parsedatetime-1.5.ebuild 
b/dev-python/parsedatetime/parsedatetime-1.5.ebuild
new file mode 100644
index 000..584d285
--- /dev/null
+++ b/dev-python/parsedatetime/parsedatetime-1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
+
+inherit distutils-r1
+
+DESCRIPTION=Parse human-readable date/time strings
+HOMEPAGE=https://github.com/bear/parsedatetime;
+SRC_URI=https://github.com/bear/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz
+
+LICENSE=Apache-2.0
+SLOT=0
+KEYWORDS=~amd64
+IUSE=test
+
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+
+python_test() {
+   ${PYTHON} run_tests.py || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-python/acme/

2015-07-10 Thread Manuel Rüger
commit: f4a4aeff4370724647f6bdd2b3775ac517452eb4
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 00:53:35 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 00:53:35 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f4a4aeff

[dev-python/acme] Initial version.

Package-Manager: portage-2.2.20

 dev-python/acme/acme-.ebuild | 41 
 dev-python/acme/metadata.xml |  8 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/acme/acme-.ebuild b/dev-python/acme/acme-.ebuild
new file mode 100644
index 000..bbde8c1
--- /dev/null
+++ b/dev-python/acme/acme-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+EGIT_REPO_URI=https://github.com/letsencrypt/letsencrypt.git;
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION=An implementation of the ACME protocol
+HOMEPAGE=https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/;
+
+LICENSE=Apache-2.0
+SLOT=0
+KEYWORDS=
+IUSE=test
+
+RDEPEND==dev-python/cryptography-0.8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   =dev-python/ndg-httpsclient-0.4[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+DEPEND=test? ( ${RDEPEND} )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+
+S=${WORKDIR}/${P}/${PN}
+
+python_test() {
+   # Fix me: testdata is not available for tests otherwise
+   cp -R ${PN}/testdata ../${PN}-${EPYTHON/./_}/lib/${PN} || die
+
+   for i in ${PN}/*_test.py; do
+   ${PYTHON} ${i} || die
+   done
+}

diff --git a/dev-python/acme/metadata.xml b/dev-python/acme/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/acme/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-vsphere-cli/, app-emulation/vmware-tools/, ...

2015-07-10 Thread Evan Teran
commit: c6806c18ed8405e0315c82e457a6d9cfc3162740
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 08:37:42 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 08:37:42 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=c6806c18

cleaning out ebuilds replaced by newer verions (last release was a security 
patch, so fairly important that we don't new installs of
old versions i presume?)
fixed up dependancies of vmware-vsphere ebuild to please repoman :-P

Package-Manager: portage-2.2.20

 .../vmware-modules/vmware-modules-279.2-r1.ebuild  | 107 -
 .../vmware-modules/vmware-modules-279.3-r1.ebuild  | 107 -
 app-emulation/vmware-player/Manifest   |   2 -
 .../vmware-player-6.0.2.1744117.ebuild | 245 --
 app-emulation/vmware-tools/Manifest|  24 -
 .../vmware-tools/vmware-tools-9.6.2.1744117.ebuild |  55 ---
 .../vmware-tools/vmware-tools-9.6.4.2443746.ebuild |  55 ---
 .../vmware-vsphere-cli-4.1.0.254719-r1.ebuild  |   6 +-
 app-emulation/vmware-workstation/Manifest  |   4 -
 .../vmware-workstation-10.0.2.1744117.ebuild   | 493 
 .../vmware-workstation-10.0.5.2443746.ebuild   | 499 -
 11 files changed, 3 insertions(+), 1594 deletions(-)

diff --git a/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild 
b/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild
deleted file mode 100644
index bf8e379..000
--- a/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild,v
 1.5 2014/06/09 15:24:07 dilfridge Exp $
-
-EAPI=5
-
-inherit eutils flag-o-matic linux-info linux-mod user versionator udev
-
-PV_MAJOR=$(get_major_version)
-PV_MINOR=$(get_version_component_range 2)
-
-DESCRIPTION=VMware kernel modules
-HOMEPAGE=http://www.vmware.com/;
-
-SRC_URI=
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=pax_kernel +vmci +vsock
-
-RDEPEND=
-DEPEND=${RDEPEND}
-   || ( =app-emulation/vmware-player-6.0.${PV_MINOR}*
-   =app-emulation/vmware-workstation-10.0.${PV_MINOR}* )
-
-S=${WORKDIR}
-
-pkg_setup() {
-   CONFIG_CHECK=~HIGH_RES_TIMERS
-   if kernel_is ge 2 6 37  kernel_is lt 2 6 39; then
-   CONFIG_CHECK=${CONFIG_CHECK} BKL
-   fi
-   if use vmci ; then
-   CONFIG_CHECK=${CONFIG_CHECK} !VMWARE_VMCI
-   else
-   CONFIG_CHECK=${CONFIG_CHECK} VMWARE_VMCI
-   fi
-   if use vsock ; then
-   CONFIG_CHECK=${CONFIG_CHECK} !VMWARE_VMCI_VSOCKETS
-   else
-   CONFIG_CHECK=${CONFIG_CHECK} VMWARE_VMCI_VSOCKETS
-   fi
-
-   linux-info_pkg_setup
-
-   linux-mod_pkg_setup
-
-   VMWARE_GROUP=${VMWARE_GROUP:-vmware}
-
-   VMWARE_MODULE_LIST_ALL=vmblock vmmon vmnet vmci vsock
-   VMWARE_MODULE_LIST=vmblock vmmon vmnet
-   use vmci  VMWARE_MODULE_LIST=${VMWARE_MODULE_LIST} vmci
-   use vsock  VMWARE_MODULE_LIST=${VMWARE_MODULE_LIST} vsock
-
-   VMWARE_MOD_DIR=${PN}-${PVR}
-
-   BUILD_TARGETS=auto-build KERNEL_DIR=${KERNEL_DIR} 
KBUILD_OUTPUT=${KV_OUT_DIR}
-
-   enewgroup ${VMWARE_GROUP}
-   filter-flags -mfpmath=sse
-
-   for mod in ${VMWARE_MODULE_LIST}; do
-   MODULE_NAMES=${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)
-   done
-}
-
-src_unpack() {
-   cd ${S}
-   for mod in ${VMWARE_MODULE_LIST_ALL}; do
-   tar -xf /opt/vmware/lib/vmware/modules/source/${mod}.tar
-   done
-}
-
-src_prepare() {
-   epatch ${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch
-   epatch ${FILESDIR}/${PV_MAJOR}-makefile-include.patch
-   epatch ${FILESDIR}/${PV_MAJOR}-netdevice.patch
-   use pax_kernel  epatch ${FILESDIR}/279-hardened.patch
-   epatch ${FILESDIR}/${PV_MAJOR}-apic.patch
-   kernel_is ge 3 7 0  epatch ${FILESDIR}/${PV_MAJOR}-putname.patch
-   kernel_is ge 3 10 0  epatch ${FILESDIR}/${PV_MAJOR}-vmblock.patch
-   kernel_is ge 3 10 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.10-00-userns.patch
-   kernel_is ge 3 10 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.10-01-getname.patch
-   kernel_is ge 3 10 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.10-03-deprecated.patch
-   kernel_is ge 3 10 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.10-04-dentry.patch
-   kernel_is ge 3 10 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.10-05-inode.patch
-   kernel_is ge 3 11 0  epatch ${FILESDIR}/${PV_MAJOR}-filldir.patch
-   kernel_is ge 3 15 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.15-00-readlink.patch
-   kernel_is ge 3 15 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.15-01-vsock.patch
-   kernel_is ge 3 17 0  epatch 
${FILESDIR}/${PV_MAJOR}-3.17-00-netdev.patch
-
-   # Allow user patches so they can support RC 

[gentoo-commits] dev/mrueg:master commit in: dev-python/zope-event/

2015-07-10 Thread Manuel Rüger
commit: 1ed61f6c386fc2341fbe06b1d7d901b7fd0d6355
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Sat Jul 11 01:00:34 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Sat Jul 11 01:00:34 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1ed61f6c

[dev-python/zope-event] Initial version.

Package-Manager: portage-2.2.20

 dev-python/zope-event/Manifest|  1 +
 dev-python/zope-event/metadata.xml|  8 
 dev-python/zope-event/zope-event-4.0.3.ebuild | 28 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/zope-event/Manifest b/dev-python/zope-event/Manifest
new file mode 100644
index 000..5ec280c
--- /dev/null
+++ b/dev-python/zope-event/Manifest
@@ -0,0 +1 @@
+DIST zope.event-4.0.3.tar.gz 390984 SHA256 
f5fdf6ca5716f714023358b212f7f435539dea11771603cd90eebf3ad34405f1 SHA512 
bc328bb588beea0cdf55d5f36ff5b269d7b75f399b6d595e1df6565bf1d1fbe2d65b63072db26d096a3fc2dfc0fcec747ea7cf8eabe3c4535084347cb149f1e7
 WHIRLPOOL 
58ce4490fa86c79b30edc3c96d8d9e912b5d692bffe9664a29d2a7963efb90bb6d03acbe0774eb03ac912acfe44cca1c126cc1a840538bd2abcb1848ec972b53

diff --git a/dev-python/zope-event/metadata.xml 
b/dev-python/zope-event/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/zope-event/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailmr...@gentoo.org/email
+   nameManuel Rüger/name
+   /maintainer
+/pkgmetadata

diff --git a/dev-python/zope-event/zope-event-4.0.3.ebuild 
b/dev-python/zope-event/zope-event-4.0.3.ebuild
new file mode 100644
index 000..99b7ed6
--- /dev/null
+++ b/dev-python/zope-event/zope-event-4.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
+
+inherit distutils-r1
+MY_PN=zope.event
+
+MY_P=${MY_PN}-${PV}
+DESCRIPTION= Event publishing / dispatch, used by Zope Component Architecture
+HOMEPAGE=https://github.com/zopefoundation/zope.event 
http://docs.zope.org/zope.event/;
+SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+
+LICENSE=ZPL
+SLOT=0
+KEYWORDS=~amd64
+IUSE=test
+
+DEPEND=test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] proj/webapp-config:master commit in: WebappConfig/

2015-07-10 Thread Devan Franchini
commit: 9e251c7574d074e424ea19024f743c754f321979
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Sat Jul 11 01:25:17 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Sat Jul 11 01:25:20 2015 +
URL:https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=9e251c75

config.py: Fixes package version checking regression

Previously webapp-config would not do any sanity checks when
setting the package version. After adding a sanity check in 1.54
I made the mistake of not being flexible enough and this caused
a regression that prevented web apps with versions such as
20140929d[1] to be installed. This commit fixes that while still
allowing for some sanity checking.

[1]: https://github.com/gentoo/webapp-config/issues/2

 WebappConfig/config.py | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 6c915c3..3a176a0 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -996,17 +996,20 @@ class Config:
 OUT.die('Invalid package name')
 
 if len(args)  1:
-argsvr = args[1].split('.')
-if len(argsvr) == 1:
-OUT.die('Invalid package version: %(pvr)s'
+pvr = args[1]
+has_int = False # A package version should have at least 
one
+# numerical value, but we want to allow for
+# the flexibility of having any 
alphanumeric
+# value while checking to make sure it's 
sane.
+
+for char in pvr:
+if char.isdigit():
+has_int = True
+
+if not has_int:
+OUT.die('Invalid package version: %(pvr)s'
 % {'pvr': args[1]})
 
-pvr = ''
-for i in range(0, len(argsvr)):
-if not i == len(argsvr) - 1:
-pvr += argsvr[i] + '.'
-else:
-pvr += argsvr[i]
 self.config.set('USER', 'pvr', pvr)
 
 if (not options['dir'] and



[gentoo-commits] gentoo-x86 commit in media-fonts/dejavu: dejavu-2.35.ebuild ChangeLog

2015-07-10 Thread Ben de Groot (yngwin)
yngwin  15/07/11 02:27:43

  Modified: ChangeLog
  Added:dejavu-2.35.ebuild
  Log:
  version bump (bug #553916) and formatting
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  ChangesPath
1.181media-fonts/dejavu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/ChangeLog?rev=1.181view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/ChangeLog?rev=1.181content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/ChangeLog?r1=1.180r2=1.181

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-fonts/dejavu/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog   28 Feb 2015 14:04:37 -  1.180
+++ ChangeLog   11 Jul 2015 02:27:43 -  1.181
@@ -1,6 +1,11 @@
 # ChangeLog for media-fonts/dejavu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/ChangeLog,v 1.180 
2015/02/28 14:04:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/ChangeLog,v 1.181 
2015/07/11 02:27:43 yngwin Exp $
+
+*dejavu-2.35 (11 Jul 2015)
+
+  11 Jul 2015; Ben de Groot yng...@gentoo.org +dejavu-2.35.ebuild:
+  version bump (bug #553916) and formatting
 
   28 Feb 2015; Agostino Sarubbo a...@gentoo.org dejavu-2.34.ebuild:
   Stable for ia64, wrt bug #521704



1.1  media-fonts/dejavu/dejavu-2.35.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/dejavu-2.35.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/dejavu/dejavu-2.35.ebuild?rev=1.1content-type=text/plain

Index: dejavu-2.35.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/dejavu-2.35.ebuild,v 1.1 
2015/07/11 02:27:43 yngwin Exp $

EAPI=5
inherit font versionator

DESCRIPTION=DejaVu fonts, bitstream vera with ISO-8859-2 characters
HOMEPAGE=http://dejavu.sourceforge.net/;

# If you want to test snapshot from dejavu.sf.net/snapshots/
# just rename ebuild to dejavu-2.22.20071220.2156.ebuild
MY_PV=$(get_version_component_range 1-2)
snapv=$(get_version_component_range 3-4)
snapv=${snapv/./-}
MY_BP=${PN}-fonts-ttf-${MY_PV}
MY_SP=${PN}-fonts-${MY_PV}

if [[ -z ${snapv} ]]; then
SRC_URI=!fontforge? ( mirror://sourceforge/${PN}/${MY_BP}.tar.bz2 )
fontforge? ( mirror://sourceforge/${PN}/${MY_SP}.tar.bz2 )
else
SRC_URI=!fontforge? ( 
http://dejavu.sourceforge.net/snapshots/${MY_BP}-${snapv}.tar.bz2 )
fontforge? ( 
http://dejavu.sourceforge.net/snapshots/${MY_SP}-${snapv}.tar.bz2 )
fi

LICENSE=BitstreamVera
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris
IUSE=fontforge

DEPEND=fontforge? ( x11-apps/mkfontscale
=media-gfx/fontforge-20080429
x11-apps/mkfontdir
dev-perl/Font-TTF
app-i18n/unicode-data
media-libs/fontconfig-2.6.0 )

if use fontforge; then
S=${WORKDIR}/${MY_SP}
FONT_S=${S}/build
else
S=${WORKDIR}/${MY_BP}
FONT_S=${S}/ttf
fi

FONT_CONF=(
${S}/fontconfig/20-unhint-small-dejavu-sans-mono.conf
${S}/fontconfig/20-unhint-small-dejavu-sans.conf
${S}/fontconfig/20-unhint-small-dejavu-serif.conf
${S}/fontconfig/57-dejavu-sans-mono.conf
${S}/fontconfig/57-dejavu-sans.conf
${S}/fontconfig/57-dejavu-serif.conf )

FONT_SUFFIX=ttf
DOCS=AUTHORS NEWS README status.txt langcover.txt unicover.txt

src_compile() {
if use fontforge; then
emake -j1 \
BLOCKS=/usr/share/unicode-data/Blocks.txt \
UNICODEDATA=/usr/share/unicode-data/UnicodeData.txt \
FC-LANG=/usr/share/fc-lang \
full sans \
|| die emake failed
fi
}

src_install() {
font_src_install
if use fontforge; then
dodoc build/*.txt
fi
}






[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/files/, app-emulation/vmware-modules/

2015-07-10 Thread Evan Teran
commit: b5fe5509592d54689ed4c4eb0633507bcda8219b
Author: Evan Teran evan.teran AT gmail DOT com
AuthorDate: Mon Jul  6 03:47:43 2015 +
Commit: Evan Teran evan.teran AT gmail DOT com
CommitDate: Mon Jul  6 03:47:43 2015 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=b5fe5509

adding some minor patches that were applied to previous versions
probably not 100% necessary, but they don't hurt either

Package-Manager: portage-2.2.20

 app-emulation/vmware-modules/files/304-apic.patch  |  12 +++
 .../vmware-modules/files/304-hardened.patch| 113 +
 .../vmware-modules/files/304-netdevice.patch   |  24 +
 .../vmware-modules/vmware-modules-304.0.ebuild |   4 +
 4 files changed, 153 insertions(+)

diff --git a/app-emulation/vmware-modules/files/304-apic.patch 
b/app-emulation/vmware-modules/files/304-apic.patch
new file mode 100644
index 000..66cd459
--- /dev/null
+++ b/app-emulation/vmware-modules/files/304-apic.patch
@@ -0,0 +1,12 @@
+diff --git a/vmmon-only/linux/hostif.c b/vmmon-only/linux/hostif.c
+index f1f4b10..c43242f 100644
+--- a/vmmon-only/linux/hostif.c
 b/vmmon-only/linux/hostif.c
+@@ -55,6 +55,7 @@
+ #include linux/kthread.h
+ #include linux/wait.h
+ 
++#include asm/apic.h
+ 
+ #include vmware.h
+ #include x86apic.h

diff --git a/app-emulation/vmware-modules/files/304-hardened.patch 
b/app-emulation/vmware-modules/files/304-hardened.patch
new file mode 100644
index 000..cc3e041
--- /dev/null
+++ b/app-emulation/vmware-modules/files/304-hardened.patch
@@ -0,0 +1,113 @@
+diff --git a/vmmon-only/linux/driver.c b/vmmon-only/linux/driver.c
+index b21dd44..960c2aa 100644
+--- a/vmmon-only/linux/driver.c
 b/vmmon-only/linux/driver.c
+@@ -178,7 +178,22 @@ static struct vm_operations_struct vmuser_mops = {
+ #endif
+ };
+ 
+-static struct file_operations vmuser_fops;
++static struct file_operations vmuser_fops = {
++   .owner = THIS_MODULE,
++   .poll = LinuxDriverPoll,
++#ifdef HAVE_UNLOCKED_IOCTL
++   .unlocked_ioctl = LinuxDriver_UnlockedIoctl,
++#else
++   .ioctl = LinuxDriver_Ioctl,
++#endif
++#ifdef HAVE_COMPAT_IOCTL
++   .compat_ioctl = LinuxDriver_UnlockedIoctl,
++#endif
++   .open = LinuxDriver_Open,
++   .release = LinuxDriver_Close,
++   .mmap = LinuxDriverMmap
++};
++
+ static struct timer_list tscTimer;
+ 
+ /*
+@@ -357,27 +372,6 @@ init_module(void)
+spin_lock_init(linuxState.pollListLock);
+ #endif
+ 
+-   /*
+-* Initialize the file_operations structure. Because this code is always
+-* compiled as a module, this is fine to do it here and not in a static
+-* initializer.
+-*/
+-
+-   memset(vmuser_fops, 0, sizeof vmuser_fops);
+-   vmuser_fops.owner = THIS_MODULE;
+-   vmuser_fops.poll = LinuxDriverPoll;
+-#ifdef HAVE_UNLOCKED_IOCTL
+-   vmuser_fops.unlocked_ioctl = LinuxDriver_UnlockedIoctl;
+-#else
+-   vmuser_fops.ioctl = LinuxDriver_Ioctl;
+-#endif
+-#ifdef HAVE_COMPAT_IOCTL
+-   vmuser_fops.compat_ioctl = LinuxDriver_UnlockedIoctl;
+-#endif
+-   vmuser_fops.open = LinuxDriver_Open;
+-   vmuser_fops.release = LinuxDriver_Close;
+-   vmuser_fops.mmap = LinuxDriverMmap;
+-
+ #ifdef VMX86_DEVEL
+devel_init_module();
+linuxState.minor = 0;
+diff --git a/vmnet-only/driver.c b/vmnet-only/driver.c
+index b12b982..40bd4cf 100644
+--- a/vmnet-only/driver.c
 b/vmnet-only/driver.c
+@@ -165,7 +165,22 @@ static long  VNetFileOpUnlockedIoctl(struct file * filp,
+  unsigned int iocmd, unsigned long ioarg);
+ #endif
+ 
+-static struct file_operations vnetFileOps;
++static struct file_operations vnetFileOps = {
++   .owner = THIS_MODULE,
++   .read = VNetFileOpRead,
++   .write = VNetFileOpWrite,
++   .poll = VNetFileOpPoll,
++#ifdef HAVE_UNLOCKED_IOCTL
++   .unlocked_ioctl = VNetFileOpUnlockedIoctl,
++#else
++   .ioctl = VNetFileOpIoctl,
++#endif
++#ifdef HAVE_COMPAT_IOCTL
++   .compat_ioctl = VNetFileOpUnlockedIoctl,
++#endif
++   .open = VNetFileOpOpen,
++   .release = VNetFileOpClose
++};
+ 
+ /*
+  * Utility functions
+@@ -476,28 +491,6 @@ init_module(void)
+   goto err_proto;
+}
+ 
+-   /*
+-* Initialize the file_operations structure. Because this code is always
+-* compiled as a module, this is fine to do it here and not in a static
+-* initializer.
+-*/
+-
+-   memset(vnetFileOps, 0, sizeof vnetFileOps);
+-   vnetFileOps.owner = THIS_MODULE;
+-   vnetFileOps.read = VNetFileOpRead;
+-   vnetFileOps.write = VNetFileOpWrite;
+-   vnetFileOps.poll = VNetFileOpPoll;
+-#ifdef HAVE_UNLOCKED_IOCTL
+-   vnetFileOps.unlocked_ioctl = VNetFileOpUnlockedIoctl;
+-#else
+-   vnetFileOps.ioctl = VNetFileOpIoctl;
+-#endif
+-#ifdef HAVE_COMPAT_IOCTL
+-   vnetFileOps.compat_ioctl = VNetFileOpUnlockedIoctl;
+-#endif
+-   vnetFileOps.open = VNetFileOpOpen;
+-   vnetFileOps.release = VNetFileOpClose;
+-
+retval = register_chrdev(VNET_MAJOR_NUMBER, vmnet, vnetFileOps);
+if (retval) {
+   LOG(0, (KERN_NOTICE /dev/vmnet: could not 

[gentoo-commits] proj/linux-patches: New tag: 4.1-6

2015-07-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Jul 10 23:55:44 2015 +

New tag: 4.1-6




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

2015-07-10 Thread Mike Pagano
commit: 1a45eac4572b0b1eec06dc8c8827f0829aa21bba
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Jul 10 23:28:02 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Jul 10 23:28:02 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1a45eac4

Linux patch 3.14.48

 _README  |4 +
 1047_linux-3.14.48.patch | 1019 ++
 2 files changed, 1023 insertions(+)

diff --git a/_README b/_README
index 7bd96c3..1bd77d9 100644
--- a/_README
+++ b/_README
@@ -230,6 +230,10 @@ Patch:  1046_linux-3.14.47.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.14.47
 
+Patch:  1047_linux-3.14.48.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.14.48
+
 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/1047_linux-3.14.48.patch b/1047_linux-3.14.48.patch
new file mode 100644
index 000..b3cd94d
--- /dev/null
+++ b/1047_linux-3.14.48.patch
@@ -0,0 +1,1019 @@
+diff --git a/Makefile b/Makefile
+index f9041e6d4d19..25393e89051c 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 14
+-SUBLEVEL = 47
++SUBLEVEL = 48
+ EXTRAVERSION =
+ NAME = Remembering Coco
+ 
+diff --git a/arch/arm/include/asm/kvm_mmu.h b/arch/arm/include/asm/kvm_mmu.h
+index 9f7923193cda..7d35af3f3752 100644
+--- a/arch/arm/include/asm/kvm_mmu.h
 b/arch/arm/include/asm/kvm_mmu.h
+@@ -117,13 +117,14 @@ static inline void kvm_set_s2pmd_writable(pmd_t *pmd)
+   (__boundary - 1  (end) - 1)? __boundary: (end);\
+ })
+ 
++#define kvm_pgd_index(addr)pgd_index(addr)
++
+ static inline bool kvm_page_empty(void *ptr)
+ {
+   struct page *ptr_page = virt_to_page(ptr);
+   return page_count(ptr_page) == 1;
+ }
+ 
+-
+ #define kvm_pte_table_empty(ptep) kvm_page_empty(ptep)
+ #define kvm_pmd_table_empty(pmdp) kvm_page_empty(pmdp)
+ #define kvm_pud_table_empty(pudp) (0)
+diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
+index 2e74a617147d..f6a52a2a3724 100644
+--- a/arch/arm/kvm/arm.c
 b/arch/arm/kvm/arm.c
+@@ -441,6 +441,7 @@ static void update_vttbr(struct kvm *kvm)
+ 
+ static int kvm_vcpu_first_run_init(struct kvm_vcpu *vcpu)
+ {
++  struct kvm *kvm = vcpu-kvm;
+   int ret;
+ 
+   if (likely(vcpu-arch.has_run_once))
+@@ -452,12 +453,20 @@ static int kvm_vcpu_first_run_init(struct kvm_vcpu *vcpu)
+* Initialize the VGIC before running a vcpu the first time on
+* this VM.
+*/
+-  if (unlikely(!vgic_initialized(vcpu-kvm))) {
+-  ret = kvm_vgic_init(vcpu-kvm);
++  if (unlikely(!vgic_initialized(kvm))) {
++  ret = kvm_vgic_init(kvm);
+   if (ret)
+   return ret;
+   }
+ 
++  /*
++   * Enable the arch timers only if we have an in-kernel VGIC
++   * and it has been properly initialized, since we cannot handle
++   * interrupts from the virtual timer with a userspace gic.
++   */
++  if (irqchip_in_kernel(kvm)  vgic_initialized(kvm))
++  kvm_timer_enable(kvm);
++
+   return 0;
+ }
+ 
+diff --git a/arch/arm/kvm/interrupts.S b/arch/arm/kvm/interrupts.S
+index 0d68d4073068..a1467e7689f5 100644
+--- a/arch/arm/kvm/interrupts.S
 b/arch/arm/kvm/interrupts.S
+@@ -159,13 +159,9 @@ __kvm_vcpu_return:
+   @ Don't trap coprocessor accesses for host kernel
+   set_hstr vmexit
+   set_hdcr vmexit
+-  set_hcptr vmexit, (HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11))
++  set_hcptr vmexit, (HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11)), 
after_vfp_restore
+ 
+ #ifdef CONFIG_VFPv3
+-  @ Save floating point registers we if let guest use them.
+-  tst r2, #(HCPTR_TCP(10) | HCPTR_TCP(11))
+-  bne after_vfp_restore
+-
+   @ Switch VFP/NEON hardware state to the host's
+   add r7, vcpu, #VCPU_VFP_GUEST
+   store_vfp_state r7
+@@ -177,6 +173,8 @@ after_vfp_restore:
+   @ Restore FPEXC_EN which we clobbered on entry
+   pop {r2}
+   VFPFMXR FPEXC, r2
++#else
++after_vfp_restore:
+ #endif
+ 
+   @ Reset Hyp-role
+@@ -467,7 +465,7 @@ switch_to_guest_vfp:
+   push{r3-r7}
+ 
+   @ NEON/VFP used.  Turn on VFP access.
+-  set_hcptr vmexit, (HCPTR_TCP(10) | HCPTR_TCP(11))
++  set_hcptr vmtrap, (HCPTR_TCP(10) | HCPTR_TCP(11))
+ 
+   @ Switch VFP/NEON hardware state to the guest's
+   add r7, r0, #VCPU_VFP_HOST
+diff --git a/arch/arm/kvm/interrupts_head.S b/arch/arm/kvm/interrupts_head.S
+index 76af93025574..2973b2d342fa 100644
+--- a/arch/arm/kvm/interrupts_head.S
 b/arch/arm/kvm/interrupts_head.S
+@@ -578,8 +578,13 @@ vcpu  .reqr0  @ vcpu pointer always 
in r0
+ .endm
+ 
+ /* Configures the HCPTR (Hyp Coprocessor Trap Register) on entry/return
+- * (hardware reset value is 0). Keep 

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

2015-07-10 Thread Mike Pagano
commit: 2a83da120accdc9f3d66856fcc4b60dea3f4a9f3
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Fri Jul 10 23:26:15 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Fri Jul 10 23:26:15 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2a83da12

Linux patch 3.10.84

 _README  |   4 +
 1083_linux-3.10.84.patch | 369 +++
 2 files changed, 373 insertions(+)

diff --git a/_README b/_README
index 1cfdd1d..fc173a9 100644
--- a/_README
+++ b/_README
@@ -374,6 +374,10 @@ Patch:  1082_linux-3.10.83.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.83
 
+Patch:  1083_linux-3.10.84.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.84
+
 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/1083_linux-3.10.84.patch b/1083_linux-3.10.84.patch
new file mode 100644
index 000..2851596
--- /dev/null
+++ b/1083_linux-3.10.84.patch
@@ -0,0 +1,369 @@
+diff --git a/Makefile b/Makefile
+index 21529dbcc11d..f7b10bb56737 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 10
+-SUBLEVEL = 83
++SUBLEVEL = 84
+ EXTRAVERSION =
+ NAME = TOSSUG Baby Fish
+ 
+diff --git a/arch/arm/kvm/interrupts.S b/arch/arm/kvm/interrupts.S
+index 16cd4ba5d7fd..bb117abb1b3b 100644
+--- a/arch/arm/kvm/interrupts.S
 b/arch/arm/kvm/interrupts.S
+@@ -159,13 +159,9 @@ __kvm_vcpu_return:
+   @ Don't trap coprocessor accesses for host kernel
+   set_hstr vmexit
+   set_hdcr vmexit
+-  set_hcptr vmexit, (HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11))
++  set_hcptr vmexit, (HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11)), 
after_vfp_restore
+ 
+ #ifdef CONFIG_VFPv3
+-  @ Save floating point registers we if let guest use them.
+-  tst r2, #(HCPTR_TCP(10) | HCPTR_TCP(11))
+-  bne after_vfp_restore
+-
+   @ Switch VFP/NEON hardware state to the host's
+   add r7, vcpu, #VCPU_VFP_GUEST
+   store_vfp_state r7
+@@ -177,6 +173,8 @@ after_vfp_restore:
+   @ Restore FPEXC_EN which we clobbered on entry
+   pop {r2}
+   VFPFMXR FPEXC, r2
++#else
++after_vfp_restore:
+ #endif
+ 
+   @ Reset Hyp-role
+@@ -458,7 +456,7 @@ switch_to_guest_vfp:
+   push{r3-r7}
+ 
+   @ NEON/VFP used.  Turn on VFP access.
+-  set_hcptr vmexit, (HCPTR_TCP(10) | HCPTR_TCP(11))
++  set_hcptr vmtrap, (HCPTR_TCP(10) | HCPTR_TCP(11))
+ 
+   @ Switch VFP/NEON hardware state to the guest's
+   add r7, r0, #VCPU_VFP_HOST
+diff --git a/arch/arm/kvm/interrupts_head.S b/arch/arm/kvm/interrupts_head.S
+index 6f18695a09cb..b6f6137f5984 100644
+--- a/arch/arm/kvm/interrupts_head.S
 b/arch/arm/kvm/interrupts_head.S
+@@ -570,8 +570,13 @@ vcpu  .reqr0  @ vcpu pointer always 
in r0
+ .endm
+ 
+ /* Configures the HCPTR (Hyp Coprocessor Trap Register) on entry/return
+- * (hardware reset value is 0). Keep previous value in r2. */
+-.macro set_hcptr operation, mask
++ * (hardware reset value is 0). Keep previous value in r2.
++ * An ISB is emited on vmexit/vmtrap, but executed on vmexit only if
++ * VFP wasn't already enabled (always executed on vmtrap).
++ * If a label is specified with vmexit, it is branched to if VFP wasn't
++ * enabled.
++ */
++.macro set_hcptr operation, mask, label = none
+   mrc p15, 4, r2, c1, c1, 2
+   ldr r3, =\mask
+   .if \operation == vmentry
+@@ -580,6 +585,17 @@ vcpu  .reqr0  @ vcpu pointer always 
in r0
+   bic r3, r2, r3  @ Don't trap defined coproc-accesses
+   .endif
+   mcr p15, 4, r3, c1, c1, 2
++  .if \operation != vmentry
++  .if \operation == vmexit
++  tst r2, #(HCPTR_TCP(10) | HCPTR_TCP(11))
++  beq 1f
++  .endif
++  isb
++  .if \label != none
++  b   \label
++  .endif
++1:
++  .endif
+ .endm
+ 
+ /* Configures the HDCR (Hyp Debug Configuration Register) on entry/return
+diff --git a/arch/mips/include/asm/mach-generic/spaces.h 
b/arch/mips/include/asm/mach-generic/spaces.h
+index 5b2f2e68e57f..503eb6ca5802 100644
+--- a/arch/mips/include/asm/mach-generic/spaces.h
 b/arch/mips/include/asm/mach-generic/spaces.h
+@@ -90,7 +90,11 @@
+ #endif
+ 
+ #ifndef FIXADDR_TOP
++#ifdef CONFIG_KVM_GUEST
++#define FIXADDR_TOP   ((unsigned long)(long)(int)0x7ffe)
++#else
+ #define FIXADDR_TOP   ((unsigned long)(long)(int)0xfffe)
+ #endif
++#endif
+ 
+ #endif /* __ASM_MACH_GENERIC_SPACES_H */
+diff --git a/arch/powerpc/perf/core-book3s.c b/arch/powerpc/perf/core-book3s.c
+index 846861a20b07..b63dc809596d 100644
+--- a/arch/powerpc/perf/core-book3s.c
 b/arch/powerpc/perf/core-book3s.c
+@@ -112,7 +112,16 @@ static inline void power_pmu_bhrb_read(struct 
cpu_hw_events *cpuhw) {}
+ 
+ static bool 

[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-1.54-r1.ebuild ChangeLog webapp-config-1.54.ebuild

2015-07-10 Thread Devan Franchini (twitch153)
twitch15315/07/11 03:17:24

  Modified: ChangeLog
  Added:webapp-config-1.54-r1.ebuild
  Removed:  webapp-config-1.54.ebuild
  Log:
  Adds patch to fix regression in checking for pvr
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.136app-admin/webapp-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.136view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?rev=1.136content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/ChangeLog?r1=1.135r2=1.136

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   3 Jul 2015 20:29:17 -   1.135
+++ ChangeLog   11 Jul 2015 03:17:24 -  1.136
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.135 
2015/07/03 20:29:17 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.136 
2015/07/11 03:17:24 twitch153 Exp $
+
+*webapp-config-1.54-r1 (11 Jul 2015)
+
+  11 Jul 2015; Devan Franchini twitch...@gentoo.org
+  +files/webapp-config-1.54-pvr-check.patch, +webapp-config-1.54-r1.ebuild,
+  -webapp-config-1.54.ebuild:
+  Adds patch to fix regression in checking for pvr
 
 *webapp-config-1.54 (03 Jul 2015)
 



1.1  app-admin/webapp-config/webapp-config-1.54-r1.ebuild

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

Index: webapp-config-1.54-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.54-r1.ebuild,v 
1.1 2015/07/11 03:17:24 twitch153 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

SRC_URI=http://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2;
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd

DESCRIPTION=Gentoo's installer for web-based applications
HOMEPAGE=http://sourceforge.net/projects/webapp-config/;

LICENSE=GPL-2
SLOT=0
IUSE=+portage

DEPEND=app-text/xmlto
sys-apps/gentoo-functions
RDEPEND=portage? ( sys-apps/portage[${PYTHON_USEDEP}] )

python_prepare() {
epatch ${FILESDIR}/${P}-pvr-check.patch
}
python_compile_all() {
emake -C doc/
}

python_install() {
# According to this discussion:
# 
http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
# distutils does not provide for specifying two different script install
# locations. Since we only install one script here the following should
# be ok
distutils-r1_python_install --install-scripts=/usr/sbin
}

python_install_all() {
distutils-r1_python_install_all

insinto /etc/vhosts
doins config/webapp-config

keepdir /usr/share/webapps
keepdir /var/db/webapps

dodoc AUTHORS
doman doc/*.[58]
dohtml doc/*.[58].html
}

python_test() {
PYTHONPATH=. ${PYTHON} WebappConfig/tests/external.py \
|| die Testing failed with ${EPYTHON}
}

pkg_postinst() {
elog webapp-config now requires that all -I/-U/-C commands be followed
elog by the package name and package version of the webapp
elog eg.) 'webapp-config -d drupal -I drupal 8.0.0_beta10'
elog See 'man 8 webapp-config' for more information
}






[gentoo-commits] gentoo-x86 commit in app-admin/webapp-config/files: webapp-config-1.54-pvr-check.patch

2015-07-10 Thread Devan Franchini (twitch153)
twitch15315/07/11 03:17:24

  Added:webapp-config-1.54-pvr-check.patch
  Log:
  Adds patch to fix regression in checking for pvr
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A8C8FBCF)

Revision  ChangesPath
1.1  
app-admin/webapp-config/files/webapp-config-1.54-pvr-check.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.54-pvr-check.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webapp-config/files/webapp-config-1.54-pvr-check.patch?rev=1.1content-type=text/plain

Index: webapp-config-1.54-pvr-check.patch
===
commit 9e251c7574d074e424ea19024f743c754f321979
Author: Devan Franchini twitch...@gentoo.org
Date:   Fri Jul 10 21:25:17 2015 -0400

config.py: Fixes package version checking regression

Previously webapp-config would not do any sanity checks when
setting the package version. After adding a sanity check in 1.54
I made the mistake of not being flexible enough and this caused
a regression that prevented web apps with versions such as
20140929d[1] to be installed. This commit fixes that while still
allowing for some sanity checking.

[1]: https://github.com/gentoo/webapp-config/issues/2

diff --git a/WebappConfig/config.py b/WebappConfig/config.py
index 6c915c3..3a176a0 100644
--- a/WebappConfig/config.py
+++ b/WebappConfig/config.py
@@ -996,17 +996,20 @@ class Config:
 OUT.die('Invalid package name')
 
 if len(args)  1:
-argsvr = args[1].split('.')
-if len(argsvr) == 1:
-OUT.die('Invalid package version: %(pvr)s'
+pvr = args[1]
+has_int = False # A package version should have at least 
one
+# numerical value, but we want to allow for
+# the flexibility of having any 
alphanumeric
+# value while checking to make sure it's 
sane.
+
+for char in pvr:
+if char.isdigit():
+has_int = True
+
+if not has_int:
+OUT.die('Invalid package version: %(pvr)s'
 % {'pvr': args[1]})
 
-pvr = ''
-for i in range(0, len(argsvr)):
-if not i == len(argsvr) - 1:
-pvr += argsvr[i] + '.'
-else:
-pvr += argsvr[i]
 self.config.set('USER', 'pvr', pvr)
 
 if (not options['dir'] and






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

2015-07-10 Thread Hans de Graaff
commit: 0a271a29fd43ce04850becdf87dab571404ec46b
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sat Jul 11 05:31:36 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Jul 11 05:31:36 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=0a271a29

Cleanup.

Package-Manager: portage-2.2.20

 dev-ruby/swf_fu/ChangeLog   |  3 +++
 dev-ruby/swf_fu/Manifest|  1 -
 dev-ruby/swf_fu/swf_fu-2.0.3.ebuild | 26 --
 3 files changed, 3 insertions(+), 27 deletions(-)

diff --git a/dev-ruby/swf_fu/ChangeLog b/dev-ruby/swf_fu/ChangeLog
index b491e78..e9916ee 100644
--- a/dev-ruby/swf_fu/ChangeLog
+++ b/dev-ruby/swf_fu/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Jul 2015; Hans de Graaff gra...@gentoo.org -swf_fu-2.0.3.ebuild:
+  Cleanup.
+
   06 May 2015; Hans de Graaff gra...@gentoo.org swf_fu-2.0.4.ebuild:
   Add ruby20, ruby21.
 

diff --git a/dev-ruby/swf_fu/Manifest b/dev-ruby/swf_fu/Manifest
index db586a3..28bf2cf 100644
--- a/dev-ruby/swf_fu/Manifest
+++ b/dev-ruby/swf_fu/Manifest
@@ -1,2 +1 @@
-DIST swf_fu-2.0.3.gem 292864 SHA256 
5d1d702ef28cbe43968b41a9166974b8023f268fae7411db87ab99cc28bd8853 SHA512 
e51e8de09bbce06befff581af314cc33c477cc36b41dca66df9e3f9a50a0d7fad6038930a7e71485523744013bade03a767538a309f8c4fbd3a68b4cc4e9be45
 WHIRLPOOL 
c0de2ab1fc12e6a3eda2688a442d0fc64214a12c66864ac0c7ebad27b8868f932870c07ab76094eac4839395ec23e7994824369e37560078eefb6382fe5b1915
 DIST swf_fu-2.0.4.gem 293376 SHA256 
2ede5f11372aa2bcc6f65b6db0de29a23eea4db4d5b1cc0b0f2cf0d7ddce5ccc SHA512 
a0e51fdea43f4ecf4256a1f3e17e1b141b724c4fbf5220223b84d174bab667521a77890a5cbffa002077b1832e061d9a91da8d5d7e30350ab4691b6b546a
 WHIRLPOOL 
8592634a47b58b55323b2fd7e5bdcba196aa30bc17e4d1a67614f86586bbc9cbf14f9ddcf4bff75ec4770a35d7015d5a19a43006fe5aeae242f7e9a79dc2e387

diff --git a/dev-ruby/swf_fu/swf_fu-2.0.3.ebuild 
b/dev-ruby/swf_fu/swf_fu-2.0.3.ebuild
deleted file mode 100644
index d593a3d..000
--- a/dev-ruby/swf_fu/swf_fu-2.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY=ruby18 ruby19
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=README.rdoc
-
-RUBY_FAKEGEM_EXTRAINSTALL=app
-
-inherit ruby-fakegem
-
-DESCRIPTION=With the swf_fu plugin, rails treats your swf files like any 
other asset.
-HOMEPAGE=https://github.com/marcandre/swf_fu;
-
-LICENSE=BSD
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-# Bundler madness and depends on newer shoulda-context, not yet packaged.
-RESTRICT=test
-
-ruby_add_rdepend dev-ruby/coffee-script =dev-ruby/rails-3.1



[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview3: ChangeLog ruby-gtksourceview3-2.2.5.ebuild

2015-07-10 Thread Hans de Graaff (graaff)
graaff  15/07/11 05:58:59

  Modified: ChangeLog
  Added:ruby-gtksourceview3-2.2.5.ebuild
  Log:
  Version bump. Run tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 dev-ruby/ruby-gtksourceview3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jul 2015 15:41:15 -   1.9
+++ ChangeLog   11 Jul 2015 05:58:59 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v 
1.9 2015/07/09 15:41:15 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v 
1.10 2015/07/11 05:58:59 graaff Exp $
+
+*ruby-gtksourceview3-2.2.5 (11 Jul 2015)
+
+  11 Jul 2015; Hans de Graaff gra...@gentoo.org
+  +ruby-gtksourceview3-2.2.5.ebuild:
+  Version bump. Run tests.
 
   09 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   ruby-gtksourceview3-2.2.3-r1.ebuild, ruby-gtksourceview3-2.2.3.ebuild:



1.1  
dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.5.ebuild

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

Index: ruby-gtksourceview3-2.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.2.5.ebuild,v
 1.1 2015/07/11 05:58:59 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit virtualx ruby-ng-gnome2

DESCRIPTION=Ruby Gtk3 bindings
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND+= x11-libs/gtksourceview:3.0
RDEPEND+= x11-libs/gtksourceview:3.0

ruby_add_bdepend =dev-ruby/ruby-glib2-${PV}
ruby_add_rdepend =dev-ruby/ruby-gtk3-${PV}

all_ruby_prepare() {
# Avoid compilation of dependencies during test.
sed -i -e '/system/,/^  end/ s:^:#:' test/run-test.rb || die
}

each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} test/run-test.rb
 virtualmake || die
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libgudev: libgudev-230.ebuild ChangeLog

2015-07-10 Thread Anthony G. Basile (blueness)
blueness15/07/10 11:36:06

  Modified: libgudev-230.ebuild ChangeLog
  Log:
  Keyword ~mips.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.5  dev-libs/libgudev/libgudev-230.ebuild

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

Index: libgudev-230.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgudev-230.ebuild 10 Jun 2015 13:48:18 -  1.4
+++ libgudev-230.ebuild 10 Jul 2015 11:36:06 -  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-libs/libgudev/libgudev-230.ebuild,v 1.4 
2015/06/10 13:48:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v 1.5 
2015/07/10 11:36:06 blueness Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0/0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=doc introspection static-libs
 
 DEPEND==dev-libs/glib-2.22.0:2=[static-libs?]



1.6  dev-libs/libgudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Jun 2015 13:48:18 -  1.5
+++ ChangeLog   10 Jul 2015 11:36:06 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgudev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v 1.5 
2015/06/10 13:48:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v 1.6 
2015/07/10 11:36:06 blueness Exp $
+
+  10 Jul 2015; Anthony G. Basile bluen...@gentoo.org libgudev-230.ebuild:
+  Keyword ~mips.
 
   10 Jun 2015; Mike Gilbert flop...@gentoo.org libgudev-230.ebuild:
   Only enable introspection for the native abi.






[gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: sylpheed-3.4.3.ebuild ChangeLog sylpheed-3.4.1.ebuild sylpheed-3.3.1.ebuild

2015-07-10 Thread Akinori Hattori (hattya)
hattya  15/07/10 12:21:02

  Modified: ChangeLog
  Added:sylpheed-3.4.3.ebuild
  Removed:  sylpheed-3.4.1.ebuild sylpheed-3.3.1.ebuild
  Log:
  new upstream release
  
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.338mail-client/sylpheed/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- ChangeLog   14 Jun 2014 09:32:49 -  1.337
+++ ChangeLog   10 Jul 2015 12:21:02 -  1.338
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/sylpheed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.337 
2014/06/14 09:32:49 phajdan.jr Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.338 
2015/07/10 12:21:02 hattya Exp $
+
+*sylpheed-3.4.3 (10 Jul 2015)
+
+  10 Jul 2015; Akinori Hattori hat...@gentoo.org +sylpheed-3.4.3.ebuild,
+  -sylpheed-3.3.1.ebuild, -sylpheed-3.4.1.ebuild:
+  new upstream release
 
   14 Jun 2014; Pawel Hajdan jr phajdan...@gentoo.org
   sylpheed-3.3.0-r1.ebuild:



1.1  mail-client/sylpheed/sylpheed-3.4.3.ebuild

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

Index: sylpheed-3.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.4.3.ebuild,v 
1.1 2015/07/10 12:21:02 hattya Exp $

EAPI=5

inherit eutils

DESCRIPTION=A lightweight email client and newsreader
HOMEPAGE=http://sylpheed.sraoss.jp/;
SRC_URI=http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2;

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=crypt ipv6 ldap nls oniguruma pda spell ssl xface

CDEPEND=x11-libs/gtk+:2
crypt? ( app-crypt/gpgme )
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
oniguruma? ( dev-libs/oniguruma )
pda? ( app-pda/jpilot )
spell? ( app-text/gtkspell:2 )
ssl? ( dev-libs/openssl )
RDEPEND=${CDEPEND}
app-misc/mime-types
net-misc/curl
DEPEND=${CDEPEND}
virtual/pkgconfig
xface? ( media-libs/compface )

src_configure() {
local htmldir=/usr/share/doc/${PF}/html
econf \
$(use_enable crypt gpgme) \
$(use_enable ipv6) \
$(use_enable ldap) \
$(use_enable oniguruma) \
$(use_enable pda jpilot) \
$(use_enable spell gtkspell) \
$(use_enable ssl) \
$(use_enable xface compface) \
--with-manualdir=${htmldir}/manual \
--with-faqdir=${htmldir}/faq \
--disable-updatecheck
}

src_install() {
emake DESTDIR=${D} install
dodoc AUTHORS ChangeLog* NEWS* PLUGIN* README* TODO*

doicon *.png
domenu *.desktop

cd plugin/attachment_tool
docinto plugin/attachment_tool
emake DESTDIR=${D} install-plugin
dodoc README
}






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

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

  Modified: openssl-1.0.1p.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #554172
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.12 dev-libs/openssl/openssl-1.0.1p.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild?r1=1.11r2=1.12

Index: openssl-1.0.1p.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openssl-1.0.1p.ebuild   10 Jul 2015 12:38:33 -  1.11
+++ openssl-1.0.1p.ebuild   10 Jul 2015 12:55:35 -  1.12
@@ -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-libs/openssl/openssl-1.0.1p.ebuild,v 
1.11 2015/07/10 12:38:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1p.ebuild,v 
1.12 2015/07/10 12:55:35 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.680dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.680view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.680content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.679r2=1.680

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.679
retrieving revision 1.680
diff -u -r1.679 -r1.680
--- ChangeLog   10 Jul 2015 12:38:33 -  1.679
+++ ChangeLog   10 Jul 2015 12:55:35 -  1.680
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.679 
2015/07/10 12:38:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.680 
2015/07/10 12:55:35 ago Exp $
+
+  10 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
+  Stable for sparc, wrt bug #554172
 
   10 Jul 2015; Agostino Sarubbo a...@gentoo.org openssl-1.0.1p.ebuild:
   Stable for ppc, wrt bug #554172






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

2015-07-10 Thread Manuel Rüger
commit: b16d10d685f52f314c1af6eaa2227ff3dce0e93a
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Fri Jul 10 15:59:17 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Fri Jul 10 15:59:17 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b16d10d6

[profiles] Remove mask for KDE Frameworks 5.12

 profiles/package.mask/kde-frameworks-5.12 | 68 ---
 1 file changed, 68 deletions(-)

diff --git a/profiles/package.mask/kde-frameworks-5.12 
b/profiles/package.mask/kde-frameworks-5.12
deleted file mode 100644
index 9aa03c3..000
--- a/profiles/package.mask/kde-frameworks-5.12
+++ /dev/null
@@ -1,68 +0,0 @@
-# Manuel Rüger ~mr...@gentoo.org (05 Jul 2015)
-# Unreleased.
-~kde-frameworks/attica-5.12.0:5
-~kde-frameworks/bluez-qt-5.12.0:5
-~kde-frameworks/extra-cmake-modules-5.12.0:5
-~kde-frameworks/frameworkintegration-5.12.0:5
-~kde-frameworks/kactivities-5.12.0:5
-~kde-frameworks/kapidox-5.12.0:5
-~kde-frameworks/karchive-5.12.0:5
-~kde-frameworks/kauth-5.12.0:5
-~kde-frameworks/kbookmarks-5.12.0:5
-~kde-frameworks/kcmutils-5.12.0:5
-~kde-frameworks/kcodecs-5.12.0:5
-~kde-frameworks/kcompletion-5.12.0:5
-~kde-frameworks/kconfig-5.12.0:5
-~kde-frameworks/kconfigwidgets-5.12.0:5
-~kde-frameworks/kcoreaddons-5.12.0:5
-~kde-frameworks/kcrash-5.12.0:5
-~kde-frameworks/kdbusaddons-5.12.0:5
-~kde-frameworks/kdeclarative-5.12.0:5
-~kde-frameworks/kded-5.12.0:5
-~kde-frameworks/kdelibs4support-5.12.0:5
-~kde-frameworks/kdesignerplugin-5.12.0:5
-~kde-frameworks/kdesu-5.12.0:5
-~kde-frameworks/kdewebkit-5.12.0:5
-~kde-frameworks/kdnssd-5.12.0:5
-~kde-frameworks/kdoctools-5.12.0:5
-~kde-frameworks/kemoticons-5.12.0:5
-~kde-frameworks/kglobalaccel-5.12.0:5
-~kde-frameworks/kguiaddons-5.12.0:5
-~kde-frameworks/khtml-5.12.0:5
-~kde-frameworks/ki18n-5.12.0:5
-~kde-frameworks/kiconthemes-5.12.0:5
-~kde-frameworks/kidletime-5.12.0:5
-~kde-frameworks/kimageformats-5.12.0:5
-~kde-frameworks/kinit-5.12.0:5
-~kde-frameworks/kio-5.12.0:5
-~kde-frameworks/kitemmodels-5.12.0:5
-~kde-frameworks/kitemviews-5.12.0:5
-~kde-frameworks/kjobwidgets-5.12.0:5
-~kde-frameworks/kjs-5.12.0:5
-~kde-frameworks/kjsembed-5.12.0:5
-~kde-frameworks/kmediaplayer-5.12.0:5
-~kde-frameworks/knewstuff-5.12.0:5
-~kde-frameworks/knotifications-5.12.0:5
-~kde-frameworks/knotifyconfig-5.12.0:5
-~kde-frameworks/kpackage-5.12.0:5
-~kde-frameworks/kparts-5.12.0:5
-~kde-frameworks/kpeople-5.12.0:5
-~kde-frameworks/kplotting-5.12.0:5
-~kde-frameworks/kpty-5.12.0:5
-~kde-frameworks/kross-5.12.0:5
-~kde-frameworks/krunner-5.12.0:5
-~kde-frameworks/kservice-5.12.0:5
-~kde-frameworks/ktexteditor-5.12.0:5
-~kde-frameworks/ktextwidgets-5.12.0:5
-~kde-frameworks/kunitconversion-5.12.0:5
-~kde-frameworks/kwallet-5.12.0:5
-~kde-frameworks/kwidgetsaddons-5.12.0:5
-~kde-frameworks/kwindowsystem-5.12.0:5
-~kde-frameworks/kxmlgui-5.12.0:5
-~kde-frameworks/kxmlrpcclient-5.12.0:5
-~kde-frameworks/modemmanager-qt-5.12.0:5
-~kde-frameworks/networkmanager-qt-5.12.0:5
-~kde-frameworks/plasma-5.12.0:5
-~kde-frameworks/solid-5.12.0:5
-~kde-frameworks/sonnet-5.12.0:5
-~kde-frameworks/threadweaver-5.12.0:5



[gentoo-commits] gentoo-x86 commit in dev-libs/libgudev: libgudev-230.ebuild ChangeLog

2015-07-10 Thread Mike Gilbert (floppym)
floppym 15/07/10 13:35:32

  Modified: libgudev-230.ebuild ChangeLog
  Log:
  Copy ~hppa keyword from udev, bug 554406.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.6  dev-libs/libgudev/libgudev-230.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild?r1=1.5r2=1.6

Index: libgudev-230.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgudev-230.ebuild 10 Jul 2015 11:36:06 -  1.5
+++ libgudev-230.ebuild 10 Jul 2015 13:35:32 -  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/dev-libs/libgudev/libgudev-230.ebuild,v 1.5 
2015/07/10 11:36:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/libgudev-230.ebuild,v 1.6 
2015/07/10 13:35:32 floppym Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0/0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=doc introspection static-libs
 
 DEPEND==dev-libs/glib-2.22.0:2=[static-libs?]



1.7  dev-libs/libgudev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Jul 2015 11:36:06 -  1.6
+++ ChangeLog   10 Jul 2015 13:35:32 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgudev
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v 1.6 
2015/07/10 11:36:06 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgudev/ChangeLog,v 1.7 
2015/07/10 13:35:32 floppym Exp $
+
+  10 Jul 2015; Mike Gilbert flop...@gentoo.org libgudev-230.ebuild:
+  Copy ~hppa keyword from udev, bug 554406.
 
   10 Jul 2015; Anthony G. Basile bluen...@gentoo.org libgudev-230.ebuild:
   Keyword ~mips.






[gentoo-commits] proj/layman:master commit in: layman/db_modules/xml_db/, etc/, layman/db_modules/xml/, layman/tests/, layman/

2015-07-10 Thread Devan Franchini
commit: b32d76e2e155d2298555c9a2941517bc007ea55b
Author: Devan Franchini twitch153 AT gentoo DOT org
AuthorDate: Fri Jul 10 13:46:49 2015 +
Commit: Devan Franchini twitch153 AT gentoo DOT org
CommitDate: Fri Jul 10 13:46:53 2015 +
URL:https://gitweb.gentoo.org/proj/layman.git/commit/?id=b32d76e2

Renames db module xml to xml_db

This prevents namespace collisions with the required xml class.

 etc/layman.cfg |  2 +-
 layman/config.py   |  2 +-
 layman/db_modules/{xml = xml_db}/__init__.py  |  4 ++--
 layman/db_modules/{xml/xml.py = xml_db/xml_db.py} |  4 ++--
 layman/tests/external.py   | 10 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/etc/layman.cfg b/etc/layman.cfg
index 76f5f46..45fe3fc 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -69,7 +69,7 @@ conf_type : repos.conf
 #---
 # Database types used by layman
 # For now, only xml.
-#db_type : xml
+#db_type : xml_db
 
 #---
 

diff --git a/layman/config.py b/layman/config.py
index 853e22f..0ad975b 100644
--- a/layman/config.py
+++ b/layman/config.py
@@ -100,7 +100,7 @@ class BareConfig(object):
 'auto_sync': 'No',
 'check_official': 'Yes',
 'conf_type': 'repos.conf',
-'db_type': 'xml',
+'db_type': 'xml_db',
 'require_repoconfig': 'Yes',
 'clean_archive': 'yes',
 'make_conf' : '%(storage)s/make.conf',

diff --git a/layman/db_modules/xml/__init__.py 
b/layman/db_modules/xml_db/__init__.py
similarity index 92%
rename from layman/db_modules/xml/__init__.py
rename to layman/db_modules/xml_db/__init__.py
index 96861d7..ad6506c 100644
--- a/layman/db_modules/xml/__init__.py
+++ b/layman/db_modules/xml_db/__init__.py
@@ -6,11 +6,11 @@ XML database plug-in module for layman.
 '''
 
 module_spec = {
-'name': 'xml',
+'name': 'xml_db',
 'description': __doc__,
 'provides':{
 'xml-module': {
-'name': 'xml',
+'name': 'xml_db',
 'class': 'DBHandler',
 'description': __doc__,
 'functions': ['add_new', 'read_db', 'write'],

diff --git a/layman/db_modules/xml/xml.py b/layman/db_modules/xml_db/xml_db.py
similarity index 98%
rename from layman/db_modules/xml/xml.py
rename to layman/db_modules/xml_db/xml_db.py
index c444fc3..6348162 100644
--- a/layman/db_modules/xml/xml.py
+++ b/layman/db_modules/xml_db/xml_db.py
@@ -3,7 +3,7 @@
 
#
 # LAYMAN XML DB
 
#
-# File:   xml.py
+# File:   xml_db.py
 #
 # Access XML overlay database(s).
 #
@@ -18,7 +18,7 @@
 
 from __future__ import unicode_literals
 
-__version__ = $Id: xml.py 273 2015-07-07 10:30:30Z twitch153 $
+__version__ = $Id: xml_db.py 273 2015-07-07 10:30:30Z twitch153 $
 
 
#===
 #

diff --git a/layman/tests/external.py b/layman/tests/external.py
index e2a44b0..0dad278 100755
--- a/layman/tests/external.py
+++ b/layman/tests/external.py
@@ -637,7 +637,7 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 output = Message()
 config = {
   'output': output,
-  'db_type': 'xml',
+  'db_type': 'xml_db',
   'svn_command': '/usr/bin/svn',
   'rsync_command':'/usr/bin/rsync'
  }
@@ -672,7 +672,7 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 def read_db(self):
 output = Message()
 config = {'output': output,
-  'db_type': 'xml',}
+  'db_type': 'xml_db',}
 db = DbBase(config, [HERE + '/testfiles/global-overlays.xml', ])
 keys = sorted(db.overlays)
 self.assertEqual(keys, ['wrobel', 'wrobel-stable'])
@@ -684,7 +684,7 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 def select_db(self):
 output = Message()
 config = {'output': output,
-  'db_type': 'xml',}
+  'db_type': 'xml_db',}
 db = DbBase(config, [HERE + '/testfiles/global-overlays.xml', ])
 url = ['rsync://gunnarwrobel.de/wrobel-stable']
 self.assertEqual(list(db.select('wrobel-stable').source_uris()), url)
@@ -696,12 +696,12 @@ class ReadWriteSelectListDbBase(unittest.TestCase):
 config = BareConfig()
 
 a = DbBase(config, [HERE + '/testfiles/global-overlays.xml', ])
-b = DbBase({'output': Message(), 'db_type': 'xml'}, [test_xml,])
+b = DbBase({'output': Message(), 'db_type': 'xml_db'}, [test_xml,])
 
 b.overlays['wrobel-stable'] = a.overlays['wrobel-stable']
   

[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/, dev-qt/qtwebkit/files/

2015-07-10 Thread Davide Pesavento
commit: e0a0c3db69c8072b7d1c8fc43f763748f1ebe7b7
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Fri Jul 10 14:48:39 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 10 14:48:39 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e0a0c3db

[dev-qt/qtwebkit:5] Apply the 5.5.0 rpath patch to 5. as well.

Package-Manager: portage-2.2.20

 dev-qt/qtwebkit/files/qtwebkit-5.4.1-rpath.patch | 13 -
 dev-qt/qtwebkit/qtwebkit-5..ebuild   |  2 +-
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/dev-qt/qtwebkit/files/qtwebkit-5.4.1-rpath.patch 
b/dev-qt/qtwebkit/files/qtwebkit-5.4.1-rpath.patch
deleted file mode 100644
index ffe44d2..000
--- a/dev-qt/qtwebkit/files/qtwebkit-5.4.1-rpath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Avoid insecure RPATH wrt bug #466216.
-
 Tools/qmake/mkspecs/features/unix/default_post.prf
-+++ Tools/qmake/mkspecs/features/unix/default_post.prf
-@@ -60,8 +60,6 @@
- }
- }
- 
--contains(TEMPLATE, app): CONFIG += rpath
--
- CONFIG(debug, debug|release)|force_debug_info|separate_debug_info {
- # Make ld not cache the symbol tables of input files in memory to avoid 
memory exhaustion during the linking phase.
- !force_static_libs_as_shared:config_gnuld: QMAKE_LFLAGS += 
-Wl,--no-keep-memory

diff --git a/dev-qt/qtwebkit/qtwebkit-5..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5..ebuild
index 8f0..8f4987c 100644
--- a/dev-qt/qtwebkit/qtwebkit-5..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5..ebuild
@@ -64,7 +64,7 @@ DEPEND=${RDEPEND}
 
 PATCHES=(
${FILESDIR}/${PN}-5.4.1-leveldb.patch
-   ${FILESDIR}/${PN}-5.4.1-rpath.patch
+   ${FILESDIR}/${PN}-5.5.0-rpath.patch
 )
 
 src_prepare() {



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

2015-07-10 Thread Davide Pesavento
commit: f8a8094349cc1210368b0fd6e9f157ee6ba27f31
Author: Davide Pesavento pesa AT gentoo DOT org
AuthorDate: Fri Jul 10 14:52:36 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 10 14:52:36 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f8a80943

Merge pull request #104 from alexws54tk

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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

2015-07-10 Thread Davide Pesavento
commit: 811a3bc5e51d05d21fe8ac2cfcd6172a1e4bf443
Author: Alexander Golikov alexws54tk AT users DOT noreply DOT github 
DOT com
AuthorDate: Fri Jul 10 14:31:54 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 10 14:51:36 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=811a3bc5

Update .travis.yml

Gentoo does ssl by default now.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fa8b8fe..6264034 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_script:
 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
-- wget http://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
+- wget https://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
 - SIZE=`stat -c %s .travis.yml.upstream`
 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then  echo -e 
\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m  /tmp/update ; fi
 - cd travis-overlay



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

2015-07-10 Thread Michael Palimaka
commit: d05225a7216788f07800c02e3bee7120b0e51748
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Fri Jul 10 13:54:21 2015 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Fri Jul 10 13:54:21 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d05225a7

[kde-frameworks/ki18n] Update gettext dependencies.

Any package that calls find_package(KI18n) will cause a call to 
find_package(Gettext REQUIRED).

Package-Manager: portage-2.2.20

 kde-frameworks/ki18n/ki18n-5.12.0.ebuild | 3 ++-
 kde-frameworks/ki18n/ki18n-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/ki18n/ki18n-5.12.0.ebuild 
b/kde-frameworks/ki18n/ki18n-5.12.0.ebuild
index 937cea9..d9460f1 100644
--- a/kde-frameworks/ki18n/ki18n-5.12.0.ebuild
+++ b/kde-frameworks/ki18n/ki18n-5.12.0.ebuild
@@ -13,8 +13,9 @@ IUSE=
 
 RDEPEND=
dev-qt/qtscript:5
+   sys-devel/gettext
+   virtual/libintl
 
 DEPEND=${RDEPEND}
-   virtual/libintl
test? ( dev-qt/qtconcurrent:5 )
 

diff --git a/kde-frameworks/ki18n/ki18n-.ebuild 
b/kde-frameworks/ki18n/ki18n-.ebuild
index 287427e..a0f4c51 100644
--- a/kde-frameworks/ki18n/ki18n-.ebuild
+++ b/kde-frameworks/ki18n/ki18n-.ebuild
@@ -13,8 +13,9 @@ IUSE=
 
 RDEPEND=
dev-qt/qtscript:5
+   sys-devel/gettext
+   virtual/libintl
 
 DEPEND=${RDEPEND}
-   virtual/libintl
test? ( dev-qt/qtconcurrent:5 )
 



[gentoo-commits] gentoo-x86 commit in dev-libs/ntl/files: ntl-9.2.0-sanitize-makefile.patch ntl-9.2.0-singular.patch

2015-07-10 Thread Thomas Kahle (tomka)
tomka   15/07/10 14:16:04

  Added:ntl-9.2.0-sanitize-makefile.patch
ntl-9.2.0-singular.patch
  Log:
  bump to 9.3, thanks Francois Bissey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  dev-libs/ntl/files/ntl-9.2.0-sanitize-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-9.2.0-sanitize-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-9.2.0-sanitize-makefile.patch?rev=1.1content-type=text/plain

Index: ntl-9.2.0-sanitize-makefile.patch
===
diff -Naur ntl-9.2.0.orig/src/DoConfig ntl-9.2.0/src/DoConfig
--- ntl-9.2.0.orig/src/DoConfig 2015-07-09 21:45:26.959930693 +1200
+++ ntl-9.2.0/src/DoConfig  2015-07-09 21:46:52.250122780 +1200
@@ -38,14 +38,16 @@
 
 'LDFLAGS' = '',
 'LDLIBS'  = '-lm',
+'PICFLAG' = '-fPIC',
 'CPPFLAGS'= '',
 
-'DEF_PREFIX'  = '/usr/local',
+'DEF_PREFIX'  = '/usr',
 
 'PREFIX'  = '$(DEF_PREFIX)',
 'LIBDIR'  = '$(PREFIX)/lib',
 'INCLUDEDIR'  = '$(PREFIX)/include',
 'DOCDIR'  = '$(PREFIX)/share/doc',
+'SHMAKE'  = 'non-gld',
 
 'GMP_PREFIX'  = '$(DEF_PREFIX)',
 'GMP_INCDIR'  = '$(GMP_PREFIX)/include',
diff -Naur ntl-9.2.0.orig/src/mfile ntl-9.2.0/src/mfile
--- ntl-9.2.0.orig/src/mfile2015-07-09 21:45:26.959930693 +1200
+++ ntl-9.2.0/src/mfile 2015-07-09 21:57:40.631583489 +1200
@@ -109,6 +109,16 @@
 WIZARD=@{WIZARD}
 # Set to off if you want to bypass the wizard; otherwise, set to on.
 
+###
+#
+# New addition for shared library building. With gcc you need to
+# choose the Position Indepent Code flag. You have a choice of 
+# -fpic better code but in rare case not available (ppc)
+# -fPIC slightly slower code but guaranted to work anywhere.
+#
+###
+
+PICFLAG=@{PICFLAG}
 
 #
 #
@@ -141,6 +151,8 @@
 
 OBJ=$(O19)
 
+SHOBJ=$(subst .o,.lo,$(OBJ))
+
 # library source files
 
 
@@ -314,6 +326,8 @@
 
 LINK = $(CXX) $(NTL_INCLUDE) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
 
+.SUFFIXES: .lo
+
 
 
 # 'make all' does a complete make, including all setup.
@@ -322,11 +336,11 @@
 # again.
 
 all:
-   make setup1
-   make setup2
-   make setup3
-   make setup4
-   make ntl.a
+   ${MAKE} setup1
+   ${MAKE} setup2
+   ${MAKE} setup3
+   ${MAKE} setup4
+   ${MAKE} ntl.a
touch all
 
 
@@ -373,22 +387,37 @@
 lip.o: lip.c g_lip_impl.h c_lip_impl.h 
$(LCOMP) $(COMPILE) $(GMP_OPT_INCDIR) lip.c
 
+lip.lo:lip.c g_lip_impl.h c_lip_impl.h 
+   $(LCOMP) $(COMPILE) $(PICFLAG) $(GMP_OPT_INCDIR) lip.c -o lip.lo
+
 ctools.o:  ctools.c
$(LCOMP) $(COMPILE) ctools.c
 
+ctools.lo: ctools.c
+   $(LCOMP) $(COMPILE) $(PICFLAG) ctools.c -o ctools.lo
+
 
 GetTime.o: GetTime.c 
$(LCOMP) $(COMPILE) GetTime.c
 
+GetTime.lo: GetTime.c 
+   $(LCOMP) $(COMPILE) $(PICFLAG) GetTime.c -o GetTime.lo
+
 GetPID.o: GetPID.c 
$(LCOMP) $(COMPILE) GetPID.c
 
+GetPID.lo: GetPID.c 
+   $(LCOMP) $(COMPILE) $(PICFLAG) GetPID.c -o GetPID.lo
+
 CheckPCLMUL: CheckPCLMUL.c
$(LINK) -o  CheckPCLMUL CheckPCLMUL.c $(LDLIBS)
 
 .c.o: 
$(LCOMP) $(COMPILE) $(GF2X_OPT_INCDIR) $
 
+.c.lo: 
+   $(LCOMP) $(COMPILE) $(PICFLAG) $(GF2X_OPT_INCDIR) -o $@ $
+
 .c: 
 @{LSTAT}   $(LINK) -o $@ $ ntl.a $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) 
$(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) $(LDLIBS) #LSTAT
 @{LSHAR}   $(LIBTOOL) --tag=CXX --mode=link $(LINK) -o $@ $ libntl.la 
#LSHAR
@@ -402,7 +431,7 @@
 
 check:
sh RemoveProg $(PROGS)
-   make QuickTest
+   ${MAKE} QuickTest
./QuickTest
sh RemoveProg QuickTest
sh TestScript
@@ -459,21 +488,19 @@
 #
 #
 
-clobber:   
+clobber:   clean
rm -f ntl.a mach_desc.h ../include/NTL/mach_desc.h  GetTime.c GetPID.c
cp ../include/NTL/have_LL_no.h ../include/NTL/have_LL.h
cp ../include/NTL/have_builtin_clzl_no.h 
../include/NTL/have_builtin_clzl.h
rm -f ../include/NTL/gmp_aux.h
-   sh RemoveProg $(PROGS) MakeDesc TestGetTime TestGetPID gen_gmp_aux
-   rm -f *.o
-   rm -rf small
+   sh RemoveProg $(PROGS)
rm -f cfileout mfileout
rm -rf .libs *.lo libntl.la
rm -f all
 
 clean:
sh RemoveProg MakeDesc TestGetTime TestGetPID gen_gmp_aux
-   rm -f *.o 
+   rm -f *.o *.lo
rm -rf small
 @{LSHAR}   - $(LIBTOOL) --mode=clean rm -f libntl.la *.lo #LSHAR
 
@@ -558,4 +585,11 @@
 
 
 
+sharedso: DIRNAME $(SHOBJ)
+ $(LINK) $(PICFLAG) -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat 
DIRNAME`.so 

[gentoo-commits] gentoo-x86 commit in dev-libs/ntl: ntl-9.3.0.ebuild ChangeLog

2015-07-10 Thread Thomas Kahle (tomka)
tomka   15/07/10 14:16:04

  Modified: ChangeLog
  Added:ntl-9.3.0.ebuild
  Log:
  bump to 9.3, thanks Francois Bissey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.28 dev-libs/ntl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   2 Apr 2015 12:29:55 -   1.27
+++ ChangeLog   10 Jul 2015 14:16:04 -  1.28
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/ntl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.27 2015/04/02 
12:29:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.28 2015/07/10 
14:16:04 tomka Exp $
+
+*ntl-9.3.0 (10 Jul 2015)
+
+  10 Jul 2015; Thomas Kahle to...@gentoo.org
+  +files/ntl-9.2.0-sanitize-makefile.patch, +files/ntl-9.2.0-singular.patch,
+  +ntl-9.3.0.ebuild:
+  bump to 9.3, thanks Francois Bissey
 
 *ntl-9.0.2 (02 Apr 2015)
 



1.1  dev-libs/ntl/ntl-9.3.0.ebuild

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

Index: ntl-9.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ntl-9.3.0.ebuild,v 1.1 
2015/07/10 14:16:04 tomka Exp $

EAPI=5
inherit toolchain-funcs eutils multilib flag-o-matic

DESCRIPTION=High-performance and portable Number Theory C++ library
HOMEPAGE=http://shoup.net/ntl/;
SRC_URI=http://www.shoup.net/ntl/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-macos
IUSE=doc static-libs test

RDEPEND=dev-libs/gmp:=
=dev-libs/gf2x-0.9
DEPEND=${RDEPEND}
dev-lang/perl

S=${WORKDIR}/${P}/src

src_prepare() {
# fix parallel make
sed -i -e s/make/make ${MAKEOPTS}/g WizardAux || die
cd ..
# sanitize the makefile and allow the building of shared library
epatch ${FILESDIR}/${PN}-9.2.0-sanitize-makefile.patch
# enable compatibility with singular
epatch ${FILESDIR}/${PN}-9.2.0-singular.patch
replace-flags -O[3-9] -O2
}

src_configure() {
perl DoConfig \
PREFIX=${EPREFIX}/usr \
CXXFLAGS=${CXXFLAGS} \
LDFLAGS=${LDFLAGS} \
CXX=$(tc-getCXX) \
AR=$(tc-getAR) \
RANLIB=$(tc-getRANLIB) \
NTL_GMP_LIP=on NTL_GF2X_LIB=on NTL_LEGACY_SP_MULMOD=on \
|| die DoConfig failed
}

src_compile() {
# split the targets to allow parallel make to run properly
emake setup1 setup2
emake setup3
sh Wizard on || die Tuning wizard failed
if use static-libs; then
emake ntl.a
fi
local trg=so
[[ ${CHOST} == *-darwin* ]]  trg=dylib
emake shared${trg}
}

src_install() {
if use static-libs; then
newlib.a ntl.a libntl.a
fi
dolib.so lib*$(get_libname)

cd ..
insinto /usr/include
doins -r include/NTL

dodoc README
if use doc ; then
dodoc doc/*.txt
dohtml doc/*
fi
}

src_test(){
# the current ebuild need static library to run tests
emake ntl.a

default
}






[gentoo-commits] gentoo-x86 commit in dev-lang/coffee-script: coffee-script-1.9.3-r1.ebuild ChangeLog coffee-script-1.9.3.ebuild

2015-07-10 Thread Michael Orlitzky (mjo)
mjo 15/07/10 14:44:19

  Modified: ChangeLog
  Added:coffee-script-1.9.3-r1.ebuild
  Removed:  coffee-script-1.9.3.ebuild
  Log:
  Revbump to install cake, bug #554308 thanks to Peter Cai.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x6F48D3DA05C2DADB!)

Revision  ChangesPath
1.2  dev-lang/coffee-script/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/coffee-script/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/coffee-script/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/coffee-script/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Jul 2015 22:11:22 -   1.1
+++ ChangeLog   10 Jul 2015 14:44:19 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/coffee-script
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/ChangeLog,v 1.1 
2015/07/03 22:11:22 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/ChangeLog,v 1.2 
2015/07/10 14:44:19 mjo Exp $
+
+*coffee-script-1.9.3-r1 (10 Jul 2015)
+
+  10 Jul 2015; Michael Orlitzky m...@gentoo.org 
+coffee-script-1.9.3-r1.ebuild,
+  -coffee-script-1.9.3.ebuild:
+  Revbump to install cake, bug #554308 thanks to Peter Cai.
 
 *coffee-script-1.9.3 (03 Jul 2015)
 



1.1  dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild?rev=1.1content-type=text/plain

Index: coffee-script-1.9.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild,v 
1.1 2015/07/10 14:44:19 mjo Exp $

EAPI=5

inherit multilib

MY_PN=coffeescript

DESCRIPTION=A little language that compiles into javascript
HOMEPAGE=http://coffeescript.org/;

# The tests are missing from the npm registry package, so use Github
# instead.
SRC_URI=https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
- ${P}.tar.gz
S=${WORKDIR}/${MY_PN}-${PV}

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86

# This package has a test suite (that works), but it requires a number
# of packages not in the tree. See thread NPM / NodeJS project on the
# gentoo-dev archives for more info.
IUSE=doc examples

RDEPEND=net-libs/nodejs

src_install(){
local npm_module_dir=/usr/$(get_libdir)/node/${PN}
insinto ${npm_module_dir}
doins *.js package.json
doins -r lib
dodoc CONTRIBUTING.md README.md

use doc  dodoc -r documentation
use examples  dodoc -r examples

# The coffee and cake binaries use a relative path to find the lib
# directory, so we have to symlink them rather than use dobin().
exeinto ${npm_module_dir}/bin
doexe bin/cake
doexe bin/coffee
dosym ${npm_module_dir}/bin/cake /usr/bin/cake
dosym ${npm_module_dir}/bin/coffee /usr/bin/coffee
}






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

2015-07-10 Thread Patrice Clement (monsieurp)
monsieurp15/07/10 13:16:00

  Modified: package.mask ChangeLog
  Log:
  Mask dev-java/mckoi for removal. See bug 542536.

Revision  ChangesPath
1.16661  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16660
retrieving revision 1.16661
diff -u -r1.16660 -r1.16661
--- package.mask10 Jul 2015 05:42:31 -  1.16660
+++ package.mask10 Jul 2015 13:15:59 -  1.16661
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16660 2015/07/10 
05:42:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16661 2015/07/10 
13:15:59 monsieurp 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,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Patrice Clement monsie...@gentoo.org (10 Jul 2015)
+# Doesn't compile with recent JDKs (= 1.8).
+# Removal in 30 days. See bug #542536.
+dev-java/mckoi
+
 # Patrick Lauer patr...@gentoo.org (10 Jul 2015)
 # Fails to build #554408
 =sys-fs/udev-222
@@ -37,7 +42,7 @@
 # Patrice Clement monsie...@gentoo.org (7 Jul 2015)
 # Upstream dead. No update since 2007.
 # Removal in 30 days. See bug #164536.
-dev-uti/fujaba
+dev-util/fujaba
 
 # Patrice Clement monsie...@gentoo.org (5 Jul 2015)
 # SRC_URI unreachable. Upstream looks dead. 



1.10176  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10175
retrieving revision 1.10176
diff -u -r1.10175 -r1.10176
--- ChangeLog   10 Jul 2015 05:42:31 -  1.10175
+++ ChangeLog   10 Jul 2015 13:15:59 -  1.10176
@@ -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.10175 2015/07/10 
05:42:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10176 2015/07/10 
13:15:59 monsieurp 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!
 
+  10 Jul 2015; Patrice Clement monsie...@gentoo.org package.mask:
+  Mask dev-java/mckoi for removal.
+
   10 Jul 2015; Patrick Lauer patr...@gentoo.org package.mask:
   Mask not-building udev release #554408
 






[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/

2015-07-10 Thread Davide Pesavento
commit: e61b0a0b5ad9df0d38382f94d06c973e84fbec73
Author: Alexander Golikov alexws54tk AT users DOT noreply DOT github 
DOT com
AuthorDate: Fri Jul 10 14:21:45 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 10 14:21:45 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=e61b0a0b

Actually add patch for qtwebkit-5.5.0

Replace patch file name in ebuild.

 dev-qt/qtwebkit/qtwebkit-5.5..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.5..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.5..ebuild
index 8f0..8f4987c 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.5..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.5..ebuild
@@ -64,7 +64,7 @@ DEPEND=${RDEPEND}
 
 PATCHES=(
${FILESDIR}/${PN}-5.4.1-leveldb.patch
-   ${FILESDIR}/${PN}-5.4.1-rpath.patch
+   ${FILESDIR}/${PN}-5.5.0-rpath.patch
 )
 
 src_prepare() {



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

2015-07-10 Thread Davide Pesavento
commit: b3828f897506de79d507a49c7a3d0c38bce4b5f1
Author: Davide Pesavento davidepesa AT gmail DOT com
AuthorDate: Fri Jul 10 14:40:45 2015 +
Commit: Davide Pesavento pesa AT gentoo DOT org
CommitDate: Fri Jul 10 14:40:45 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=b3828f89

Merge pull request #103 from alexws54tk/patch-1

Actually add patch for qtwebkit-5.5.0

 dev-qt/qtwebkit/qtwebkit-5.5..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] proj/openrc:master commit in: sh/

2015-07-10 Thread William Hubbs
commit: 9310ccc06bcadd8897aed51cd51c94fccb7d9c07
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Sun Jun 14 01:11:18 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Thu Jun 25 05:40:02 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9310ccc0

Remove execute bit from tmpfiles.sh.in

 sh/tmpfiles.sh.in | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in
old mode 100755
new mode 100644



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

2015-07-10 Thread William Hubbs
commit: dde339070b4850dc1fadf4992cc01d3468992106
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Fri Jul 10 18:25:43 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Jul 10 18:25:43 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=dde33907

Increment version

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 68a0970..0f42a4b 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.17
+VERSION=   0.18
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] gentoo-x86 commit in dev-qt/qt-docs: qt-docs-5.5.0_p0.ebuild ChangeLog

2015-07-10 Thread Davide Pesavento (pesa)
pesa15/07/10 18:26:08

  Modified: ChangeLog
  Added:qt-docs-5.5.0_p0.ebuild
  Log:
  Version bump wrt bug 554140.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.5  dev-qt/qt-docs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Jun 2015 13:46:28 -  1.4
+++ ChangeLog   10 Jul 2015 18:26:08 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qt-docs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.4 2015/06/17 
13:46:28 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.5 2015/07/10 
18:26:08 pesa Exp $
+
+*qt-docs-5.5.0_p0 (10 Jul 2015)
+
+  10 Jul 2015; Davide Pesavento p...@gentoo.org +qt-docs-5.5.0_p0.ebuild:
+  Version bump wrt bug 554140.
 
 *qt-docs-5.4.2_p0 (17 Jun 2015)
 



1.1  dev-qt/qt-docs/qt-docs-5.5.0_p0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.5.0_p0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.5.0_p0.ebuild?rev=1.1content-type=text/plain

Index: qt-docs-5.5.0_p0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/qt-docs-5.5.0_p0.ebuild,v 1.1 
2015/07/10 18:26:08 pesa Exp $

EAPI=5

inherit versionator

MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)

DESCRIPTION=Documentation for Qt5, for use with Qt Creator and other tools
HOMEPAGE=https://www.qt.io/;
SRC_URI=http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV/_p/-}qt5_docs.7z;

LICENSE=FDL-1.3
SLOT=5
KEYWORDS=~amd64 ~x86

DEPEND=app-arch/p7zip

S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)

src_install() {
# remove global docs that conflict with qtcore
rm -rf global

# ${PV} instead of ${PF} is intentional
local dest=/usr/share/doc/qt-${PV%%_p*}
insinto ${dest}
doins -r *
docompress -x ${dest}
}






[gentoo-commits] proj/openrc:master commit in: sh/

2015-07-10 Thread William Hubbs
commit: a36a635b016a7427dd1739a26c951fedf22f0dec
Author: Mike Gilbert floppym AT gentoo DOT org
AuthorDate: Sun Jun 14 01:25:33 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Thu Jun 25 05:40:35 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a36a635b

tmpfiles: Recognize type 'v' (create btrfs subvol)

This change does NOT implement btrfs subvol creation.  Instead, it
treats 'v' the same as 'd', which is an acceptable fallback
according to the manual.

Fixes #58

 sh/tmpfiles.sh.in | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in
index 046bf9f..89bd03e 100644
--- a/sh/tmpfiles.sh.in
+++ b/sh/tmpfiles.sh.in
@@ -141,6 +141,13 @@ _D() {
fi
 }
 
+_v() {
+   # Create a subvolume if the path does not exist yet and the file system
+   # supports this (btrfs). Otherwise create a normal directory.
+   # TODO: Implement btrfs subvol creation.
+   _d $@
+}
+
 _L() {
# Create a symlink if it doesn't exist yet
local path=$1 mode=$2 uid=$3 gid=$4 age=$5 arg=$6
@@ -336,7 +343,7 @@ for FILE in $tmpfiles_d ; do
 
# whine about invalid entries
case $cmd in
-   f|F|w|d|D|p|L|c|C|b|x|X|r|R|z|Z) ;;
+   f|F|w|d|D|v|p|L|c|C|b|x|X|r|R|z|Z) ;;
*) warninvalid ; continue ;;
esac
 
@@ -344,7 +351,7 @@ for FILE in $tmpfiles_d ; do
if [ $mode = '-' -o $mode = '' ]; then
case $cmd in
p|f|F) mode=0644 ;;
-   d|D) mode=0755 ;;
+   d|D|v) mode=0755 ;;
C|z|Z|x|r|R|L) ;;
esac
fi



[gentoo-commits] proj/openrc:master commit in: init.d/

2015-07-10 Thread William Hubbs
commit: 1736be3bc3ebbc1440f87b49fc353e81fb0a6037
Author: Doug Freed dwfreed AT mtu DOT edu
AuthorDate: Fri Jul 10 17:24:10 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Fri Jul 10 17:24:10 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1736be3b

savecache: Fix unable to create cache message

The cache is created in $RC_LIBEXECDIR, not $RC_SVCDIR, so fix the error
message when we fail to create it to match.

 init.d/savecache.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/savecache.in b/init.d/savecache.in
index ddd58d7..e185e5a 100644
--- a/init.d/savecache.in
+++ b/init.d/savecache.in
@@ -30,7 +30,7 @@ start()
if yesno ${RC_GOINGDOWN}; then
rc=0
fi
-   eend $rc Unable to create $RC_SVCDIR/cache
+   eend $rc Unable to create $RC_LIBEXECDIR/cache
return $rc
fi
fi



[gentoo-commits] gentoo-x86 commit in x11-base/xorg-server: xorg-server-1.17.2.ebuild ChangeLog

2015-07-10 Thread Manuel Rueger (mrueg)
mrueg   15/07/10 18:24:36

  Modified: ChangeLog
  Added:xorg-server-1.17.2.ebuild
  Log:
  Version bump. See bug #551680.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v
retrieving revision 1.852
retrieving revision 1.853
diff -u -r1.852 -r1.853
--- ChangeLog   3 Jul 2015 09:56:57 -   1.852
+++ ChangeLog   10 Jul 2015 18:24:36 -  1.853
@@ -1,6 +1,11 @@
 # 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.852 
2015/07/03 09:56:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/ChangeLog,v 1.853 
2015/07/10 18:24:36 mrueg Exp $
+
+*xorg-server-1.17.2 (10 Jul 2015)
+
+  10 Jul 2015; Manuel Rüger mr...@gentoo.org +xorg-server-1.17.2.ebuild:
+  Version bump. See bug #551680.
 
   03 Jul 2015; Agostino Sarubbo a...@gentoo.org xorg-server-1.12.4-r5.ebuild:
   Stable for alpha, wrt bug #548002



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

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

Index: xorg-server-1.17.2.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.17.2.ebuild,v 1.1 
2015/07/10 18:24:36 mrueg 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/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux

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

CDEPEND==app-eselect/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.46
=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.5
=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-10.3.4-r1[egl,gbm]
!x11-libs/glamor
)
kdrive? (
=x11-libs/libXext-1.0.5
x11-libs/libXv
)
xephyr? (
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
)
!minimal? (
=x11-libs/libX11-1.1.5
=x11-libs/libXext-1.0.5
=media-libs/mesa-10.3.4-r1[nptl=]
)
tslib? ( =x11-libs/tslib-1.0 )
udev? ( =virtual/udev-150 )
unwind? ( sys-libs/libunwind )
wayland? (
=dev-libs/wayland-1.3.0
media-libs/libepoxy
)
=x11-apps/xinit-1.3.3-r1
systemd? (
sys-apps/dbus
sys-apps/systemd
)

DEPEND=${CDEPEND}
sys-devel/flex
=x11-proto/bigreqsproto-1.1.0
=x11-proto/compositeproto-0.4
=x11-proto/damageproto-1.1
=x11-proto/fixesproto-5.0
=x11-proto/fontsproto-2.1.3
  

[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild systemd-222.ebuild ChangeLog

2015-07-10 Thread Mike Gilbert (floppym)
floppym 15/07/10 18:13:18

  Modified: systemd-.ebuild systemd-222.ebuild ChangeLog
  Log:
  Always pass --without-python to configure, bug 554448.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.177sys-apps/systemd/systemd-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.177view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.177content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?r1=1.176r2=1.177

Index: systemd-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- systemd-.ebuild 10 Jul 2015 00:48:16 -  1.176
+++ systemd-.ebuild 10 Jul 2015 18:13:18 -  1.177
@@ -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/systemd/systemd-.ebuild,v 
1.176 2015/07/10 00:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.177 2015/07/10 18:13:18 floppym Exp $
 
 EAPI=5
 
@@ -199,6 +199,7 @@
--enable-ima
# Moved to dev-python/python-systemd
--disable-python-devel
+   --without-python
 
# Optional components/dependencies
$(multilib_native_use_enable acl)
@@ -226,7 +227,6 @@
$(multilib_native_use_enable seccomp)
$(multilib_native_use_enable selinux)
$(multilib_native_use_enable terminal)
-   $(multilib_native_use_with terminal python)
$(multilib_native_use_with terminal unifont 
${WORKDIR}/${UNIFONT}.hex)
$(multilib_native_use_enable test tests)
$(multilib_native_use_enable test dbus)



1.3  sys-apps/systemd/systemd-222.ebuild

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

Index: systemd-222.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- systemd-222.ebuild  10 Jul 2015 00:48:16 -  1.2
+++ systemd-222.ebuild  10 Jul 2015 18:13:18 -  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/sys-apps/systemd/systemd-222.ebuild,v 1.2 
2015/07/10 00:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222.ebuild,v 1.3 
2015/07/10 18:13:18 floppym Exp $
 
 EAPI=5
 
@@ -199,6 +199,7 @@
--enable-ima
# Moved to dev-python/python-systemd
--disable-python-devel
+   --without-python
 
# Optional components/dependencies
$(multilib_native_use_enable acl)
@@ -226,7 +227,6 @@
$(multilib_native_use_enable seccomp)
$(multilib_native_use_enable selinux)
$(multilib_native_use_enable terminal)
-   $(multilib_native_use_with terminal python)
$(multilib_native_use_with terminal unifont 
${WORKDIR}/${UNIFONT}.hex)
$(multilib_native_use_enable test tests)
$(multilib_native_use_enable test dbus)



1.384sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- ChangeLog   10 Jul 2015 00:48:16 -  1.383
+++ ChangeLog   10 Jul 2015 18:13:18 -  1.384
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.383 
2015/07/10 00:48:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 

  1   2   >