[gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: ChangeLog bundler-1.3.6.ebuild

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 06:25:03

  Modified: ChangeLog
  Added:bundler-1.3.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.62 dev-ruby/bundler/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   1 Feb 2014 00:45:12 -   1.61
+++ ChangeLog   5 Apr 2014 06:25:03 -   1.62
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.61 
2014/02/01 00:45:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.62 
2014/04/05 06:25:03 graaff Exp $
+
+*bundler-1.3.6 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +bundler-1.3.6.ebuild:
+  Version bump.
 
   01 Feb 2014; Akinori Hattori hat...@gentoo.org bundler-1.3.5-r1.ebuild,
   bundler-1.3.5.ebuild:



1.1  dev-ruby/bundler/bundler-1.3.6.ebuild

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

Index: bundler-1.3.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.3.6.ebuild,v 1.1 
2014/04/05 06:25:03 graaff Exp $

EAPI=5

# jruby → Many tests fail and test suite hangs.
USE_RUBY=ruby18 ruby19 ruby20

RUBY_FAKEGEM_RECIPE_TEST=rspec

# No documentation task
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md CHANGELOG.md ISSUES.md UPGRADING.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=An easy way to vendor gem dependencies
HOMEPAGE=http://github.com/carlhuda/bundler;

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

ruby_add_rdepend virtual/rubygems

ruby_add_bdepend test? ( app-text/ronn )

RDEPEND+= dev-vcs/git
DEPEND+= test? ( dev-vcs/git )

all_ruby_prepare() {
# Bundler only supports running the specs from git:
# http://github.com/carlhuda/bundler/issues/issue/738
sed -i -e '/when Bundler is bundled/,/^  end/ s:^:#:' 
spec/runtime/setup_spec.rb || die

# Fails randomly and no clear cause can be found. Might be related
# to bug 346357. This was broken in previous releases without a
# failing spec, so patch out this spec for now since it is not a
# regression.
sed -i -e '/works when you bundle exec bundle/,/^  end/ s:^:#:' 
spec/install/deploy_spec.rb || die

# Remove unneeded git dependency from gemspec, which we need to use
# for bug 491826
sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die

# Remove security policy specs since the certificate that it uses
# expired 2014-02-04
rm spec/install/security_policy_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in games-rpg/nwn-penultimarerolled: nwn-penultimarerolled-1.ebuild ChangeLog

2014-04-05 Thread Ulrich Mueller (ulm)
ulm 14/04/05 06:26:46

  Modified: nwn-penultimarerolled-1.ebuild ChangeLog
  Log:
  Fix LICENSE, bug 505738.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.3  
games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild?r1=1.2r2=1.3

Index: nwn-penultimarerolled-1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nwn-penultimarerolled-1.ebuild  28 Jun 2010 22:31:28 -  1.2
+++ nwn-penultimarerolled-1.ebuild  5 Apr 2014 06:26:46 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild,v
 1.2 2010/06/28 22:31:28 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/nwn-penultimarerolled/nwn-penultimarerolled-1.ebuild,v
 1.3 2014/04/05 06:26:46 ulm Exp $
 
 inherit games
 
@@ -12,7 +12,7 @@

http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1677/PR4_Pastor_of_Muppets.v1.1.zip

http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/modules/1678/PR5_The_Saving_Throw.v1.1.zip;
 
-LICENSE=as-is
+LICENSE=freedist
 SLOT=0
 KEYWORDS=-* amd64 x86
 IUSE=



1.3  games-rpg/nwn-penultimarerolled/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultimarerolled/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultimarerolled/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwn-penultimarerolled/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultimarerolled/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Jun 2010 22:31:28 -  1.2
+++ ChangeLog   5 Apr 2014 06:26:46 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/nwn-penultimarerolled
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultimarerolled/ChangeLog,v 
1.2 2010/06/28 22:31:28 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn-penultimarerolled/ChangeLog,v 
1.3 2014/04/05 06:26:46 ulm Exp $
+
+  05 Apr 2014; Ulrich Müller u...@gentoo.org nwn-penultimarerolled-1.ebuild:
+  Fix LICENSE, bug 505738.
 
   28 Jun 2010; Michael Sterrett mr_bon...@gentoo.org
   nwn-penultimarerolled-1.ebuild:






[gentoo-commits] gentoo-x86 commit in profiles/base: package.use.stable.mask

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:02:38

  Modified: package.use.stable.mask
  Log:
  Migrate and drop obsolete use.stable.mask entries

Revision  ChangesPath
1.10 profiles/base/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.stable.mask?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.stable.mask?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.stable.mask?r1=1.9r2=1.10

Index: package.use.stable.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- package.use.stable.mask 27 Mar 2014 21:19:50 -  1.9
+++ package.use.stable.mask 5 Apr 2014 07:02:38 -   1.10
@@ -1,10 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 1.9 
2014/03/27 21:19:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.stable.mask,v 
1.10 2014/04/05 07:02:38 pacho Exp $
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Pacho Ramos pa...@gentoo.org (17 Nov 2013)
+# Still needs gnutls-3
+=net-nntp/pan-0.139 ssl
+
 # Sergey Popov pinkb...@gentoo.org (28 Oct 2013)
 # sys-cluster/cman is still in ~arch.
 sys-cluster/pacemaker cman






[gentoo-commits] gentoo-x86 commit in profiles/eapi-5-files: package.use.stable.mask

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:02:38

  Modified: package.use.stable.mask
  Log:
  Migrate and drop obsolete use.stable.mask entries

Revision  ChangesPath
1.43 profiles/eapi-5-files/package.use.stable.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask?r1=1.42r2=1.43

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- package.use.stable.mask 27 Mar 2014 21:20:12 -  1.42
+++ package.use.stable.mask 5 Apr 2014 07:02:38 -   1.43
@@ -1,31 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask,v 1.42 
2014/03/27 21:20:12 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask,v 1.43 
2014/04/05 07:02:38 pacho Exp $
 
 # PLEASE DO NOT ADD NEW ENTRIES HERE. 
 # Use profiles/base/package.use.stable.mask or another appropriate file instead
 # PLEASE DO NOT ADD NEW ENTRIES HERE. 
 
-# Pacho Ramos pa...@gentoo.org (17 Nov 2013)
-# Still needs gnutls-3
-=net-nntp/pan-0.139 ssl
-
-# Pacho Ramos pa...@gentoo.org (07 Sep 2013)
-# It requires newer emul sets to be stabilized (#477182#c5)
-~sci-libs/fftw-3.3.3 abi_x86_32
-
 # Agostino Sarubbo a...@gentoo.org (31 Aug 2013)
 # Clang is not stable
 app-portage/eix clang
 
-# Samuli Suominen ssuomi...@gentoo.org (12 Apr 2013)
-# Waiting for =app-cdr/brasero-3 stabilization
-app-pda/gtkpod cdr
-
-# Pacho Ramos pa...@gentoo.org (01 Apr 2013)
-# Needed to stabilize anjuta-3.6
-=dev-util/devhelp-3.6.1-r1 gedit
-
 # Sergey Popov pinkb...@gentoo.org (08 Jun 2013)
 # Mask unstable dependencies in leechcraft metapackage
 app-leechcraft/leechcraft-meta unstable






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

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:02:38

  Modified: ChangeLog
  Log:
  Migrate and drop obsolete use.stable.mask entries

Revision  ChangesPath
1.8779   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8778
retrieving revision 1.8779
diff -u -r1.8778 -r1.8779
--- ChangeLog   2 Apr 2014 23:27:31 -   1.8778
+++ ChangeLog   5 Apr 2014 07:02:37 -   1.8779
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8778 2014/04/02 
23:27:31 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8779 2014/04/05 
07:02:37 pacho Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org
+  eapi-5-files/package.use.stable.mask, base/package.use.stable.mask:
+  Migrate and drop obsolete use.stable.mask entries
+
   02 Apr 2014; Julian Ospald hasuf...@gentoo.org package.mask:
   mask =sys-devel/llvm-3.4 to prevent breakage
 






[gentoo-commits] gentoo-x86 commit in net-proxy/http-replicator: http-replicator-3.0-r4.ebuild ChangeLog

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:05:35

  Modified: http-replicator-3.0-r4.ebuild ChangeLog
  Log:
  ppc stable, bug #499316
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  net-proxy/http-replicator/http-replicator-3.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r4.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r4.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r4.ebuild?r1=1.4r2=1.5

Index: http-replicator-3.0-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- http-replicator-3.0-r4.ebuild   24 Feb 2014 01:12:51 -  1.4
+++ http-replicator-3.0-r4.ebuild   5 Apr 2014 07:05:35 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r4.ebuild,v
 1.4 2014/02/24 01:12:51 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r4.ebuild,v
 1.5 2014/04/05 07:05:35 pacho Exp $
 
 EAPI=4
 PYTHON_DEPEND=2:2.7:2.7 # not 2.6 bug #33907, not 3.0 bug #411083
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ppc ~sparc x86
+KEYWORDS=~alpha amd64 hppa ppc ~sparc x86
 IUSE=
 
 DEPEND=



1.45 net-proxy/http-replicator/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/http-replicator/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   24 Feb 2014 01:12:51 -  1.44
+++ ChangeLog   5 Apr 2014 07:05:35 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-proxy/http-replicator
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.44 
2014/02/24 01:12:51 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.45 
2014/04/05 07:05:35 pacho Exp $
+
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org http-replicator-3.0-r4.ebuild:
+  ppc stable, bug #499316
 
   24 Feb 2014; Pawel Hajdan jr phajdan...@gentoo.org
   http-replicator-3.0-r4.ebuild:






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Perl-Releases/

2014-04-05 Thread Kent Fredric
commit: c7fc8fb4f0f881180d4861ea504903d138634282
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:01:04 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:01:04 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c7fc8fb4

[newversion] dev-perl/CPAN-Perl-Releases-1.660.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 .../CPAN-Perl-Releases-1.660.0.ebuild  | 34 ++
 dev-perl/CPAN-Perl-Releases/ChangeLog  |  8 -
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-1.660.0.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-1.660.0.ebuild
new file mode 100644
index 000..767b26f
--- /dev/null
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-1.660.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=1.66
+inherit perl-module
+
+DESCRIPTION='Mapping Perl releases on CPAN to the location of the tarballs'
+LICENSE= || ( Artistic GPL-2 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+perl_meta_configure() {
+   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+   # Test::More 0.47 ( 0.470.0 )
+   echo \=virtual/perl-Test-Simple-0.47
+}
+perl_meta_runtime() {
+   # perl v5.6.0 ( 5.6.0 )
+   echo \=dev-lang/perl-5.6.0
+}
+DEPEND=
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+
+RDEPEND=
+   $(perl_meta_runtime)
+
+SRC_TEST=do parallel

diff --git a/dev-perl/CPAN-Perl-Releases/ChangeLog 
b/dev-perl/CPAN-Perl-Releases/ChangeLog
index 8b54671..532e7e3 100644
--- a/dev-perl/CPAN-Perl-Releases/ChangeLog
+++ b/dev-perl/CPAN-Perl-Releases/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/CPAN-Perl-Releases
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*CPAN-Perl-Releases-1.660.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  +CPAN-Perl-Releases-1.660.0.ebuild:
+  Version Bump
+
   10 Oct 2013; Kent Fredric kentfred...@gmail.com
   -CPAN-Perl-Releases-1.100.0.ebuild, -CPAN-Perl-Releases-1.140.0.ebuild,
   -CPAN-Perl-Releases-1.220.0.ebuild:



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CPANChangesTests/

2014-04-05 Thread Kent Fredric
commit: 8896c5917fc5a2fd820b43919a36cc6c7880bd1a
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 03:55:27 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 03:55:27 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8896c591

[clean] Dist-Zilla-Plugin-CPANChangesTests is completely replaced by 
-Plugin-Test-CPAN-Changes and no longer available upstream

---
 .../Dist-Zilla-Plugin-CPANChangesTests/ChangeLog   | 20 --
 ...Dist-Zilla-Plugin-CPANChangesTests-1.2.0.ebuild | 31 --
 .../metadata.xml   | 13 -
 3 files changed, 64 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/ChangeLog 
b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/ChangeLog
deleted file mode 100644
index 71e31e7..000
--- a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-perl/Dist-Zilla-Plugin-CPANChangesTests
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  23 May 2011; Kent Fredric kentfred...@gmail.com
-  -Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild:
-  Gone on CPAN
-
-*Dist-Zilla-Plugin-CPANChangesTests-1.2.0 (13 Apr 2011)
-
-  13 Apr 2011; Kent Fredric kentfred...@gmail.com
-  +Dist-Zilla-Plugin-CPANChangesTests-1.2.0.ebuild:
-  Bump
-
-*Dist-Zilla-Plugin-CPANChangesTests-1.1.0 (02 Apr 2011)
-
-  02 Apr 2011; Kent Fredric kentfred...@gmail.com
-  +Dist-Zilla-Plugin-CPANChangesTests-1.1.0.ebuild, +metadata.xml:
-  Added
-

diff --git 
a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/Dist-Zilla-Plugin-CPANChangesTests-1.2.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/Dist-Zilla-Plugin-CPANChangesTests-1.2.0.ebuild
deleted file mode 100644
index 4e37b53..000
--- 
a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/Dist-Zilla-Plugin-CPANChangesTests-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RWSTAUNER
-MODULE_VERSION=1.002
-inherit perl-module
-
-DESCRIPTION=Add release tests using Test::CPAN::Changes
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-comment() { echo ''; }
-COMMON_DEPEND=
-   dev-perl/Dist-Zilla $(comment Dist::Zilla::Plugin::InlineFiles)
-   dev-perl/Moose
-   dev-perl/CPAN-Changes $(comment Test::CPAN::Changes)
-   =dev-lang/perl-5.6.0
-
-DEPEND=
-   ${COMMON_DEPEND}
-   $(comment virtual/perl-File-Find)
-   virtual/perl-File-Temp
-   =virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
-   =virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/metadata.xml
deleted file mode 100644
index 109420c..000
--- a/dev-perl/Dist-Zilla-Plugin-CPANChangesTests/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdperl/herd
-maintainer
-emailkentfred...@gmail.com/email
-nameKent Fredric/name
-/maintainer
-upstream
-remote-id type=cpanDist-Zilla-Plugin-CPANChangesTests/remote-id
-remote-id 
type=cpan-moduleDist::Zilla::Plugin::CPANChangesTests/remote-id
-/upstream
-/pkgmetadata



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Perl-Releases/

2014-04-05 Thread Kent Fredric
commit: a812c370ffdda72f05d98ad513f891113261e841
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:01:38 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:01:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a812c370

[cpanclean] dev-perl/CPAN-Perl-Releases-1.440.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 .../CPAN-Perl-Releases-1.440.0.ebuild  | 34 --
 dev-perl/CPAN-Perl-Releases/ChangeLog  |  4 +++
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-1.440.0.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-1.440.0.ebuild
deleted file mode 100644
index 40445f6..000
--- a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-1.440.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=1.44
-inherit perl-module
-
-DESCRIPTION='Mapping Perl releases on CPAN to the location of the tarballs'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_build() {
-   # Test::More 0.47 ( 0.470.0 )
-   echo \=virtual/perl-Test-Simple-0.47
-}
-perl_meta_runtime() {
-   # perl v5.6.0 ( 5.6.0 )
-   echo \=dev-lang/perl-5.6.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do parallel

diff --git a/dev-perl/CPAN-Perl-Releases/ChangeLog 
b/dev-perl/CPAN-Perl-Releases/ChangeLog
index 532e7e3..4ca54d2 100644
--- a/dev-perl/CPAN-Perl-Releases/ChangeLog
+++ b/dev-perl/CPAN-Perl-Releases/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  -CPAN-Perl-Releases-1.440.0.ebuild:
+  Gone on CPAN
+
 *CPAN-Perl-Releases-1.660.0 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric kentfred...@gmail.com



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PatchPerl/

2014-04-05 Thread Kent Fredric
commit: 55a1e41ccf4c7bab74523e3eff57c30a25567f09
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:04:48 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:04:48 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=55a1e41c

[cpanclean] dev-perl/Devel-PatchPerl-1.120.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Devel-PatchPerl/ChangeLog |  4 +++
 .../Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild | 37 --
 2 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/dev-perl/Devel-PatchPerl/ChangeLog 
b/dev-perl/Devel-PatchPerl/ChangeLog
index fc85a1f..0627273 100644
--- a/dev-perl/Devel-PatchPerl/ChangeLog
+++ b/dev-perl/Devel-PatchPerl/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  -Devel-PatchPerl-1.120.0.ebuild:
+  Gone on CPAN
+
 *Devel-PatchPerl-1.200.0 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric kentfred...@gmail.com

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild 
b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild
deleted file mode 100644
index 00cb031..000
--- a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION='Patch perl source a la Devel::PPPort'\''s buildperl.pl'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # File::pushd 1.00 ( 1.0.0 )
-   echo \=dev-perl/File-pushd-1.0.0
-   # IO::File
-   echo virtual/perl-IO
-   # MIME::Base64
-   echo virtual/perl-MIME-Base64
-   # Module::Pluggable
-   echo virtual/perl-Module-Pluggable
-   # perl v5.6.0 ( 5.6.0 )
-   echo \=dev-lang/perl-5.6.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do parallel



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PatchPerl/

2014-04-05 Thread Kent Fredric
commit: 81cff0550b00430dcf39e0dff11bca744746f53c
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:04:15 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:04:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=81cff055

[newversion] dev-perl/Devel-PatchPerl-1.200.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Devel-PatchPerl/ChangeLog |  8 -
 .../Devel-PatchPerl/Devel-PatchPerl-1.200.0.ebuild | 37 ++
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Devel-PatchPerl/ChangeLog 
b/dev-perl/Devel-PatchPerl/ChangeLog
index 039a8a9..fc85a1f 100644
--- a/dev-perl/Devel-PatchPerl/ChangeLog
+++ b/dev-perl/Devel-PatchPerl/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Devel-PatchPerl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-PatchPerl-1.200.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  +Devel-PatchPerl-1.200.0.ebuild:
+  Version Bump
+
   11 Oct 2013; Kent Fredric kentfred...@gmail.com
   -Devel-PatchPerl-0.860.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.200.0.ebuild 
b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.200.0.ebuild
new file mode 100644
index 000..b9d17ef
--- /dev/null
+++ b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.200.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION='Patch perl source a la Devel::PPPort'\''s buildperl.pl'
+LICENSE= || ( Artistic GPL-2 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+perl_meta_configure() {
+   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+   # File::pushd 1.00 ( 1.0.0 )
+   echo \=dev-perl/File-pushd-1.0.0
+   # IO::File
+   echo virtual/perl-IO
+   # MIME::Base64
+   echo virtual/perl-MIME-Base64
+   # Module::Pluggable
+   echo virtual/perl-Module-Pluggable
+   # perl v5.6.0 ( 5.6.0 )
+   echo \=dev-lang/perl-5.6.0
+}
+DEPEND=
+   $(perl_meta_configure)
+   $(perl_meta_runtime)
+
+RDEPEND=
+   $(perl_meta_runtime)
+
+SRC_TEST=do parallel



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lexical-SealRequireHints/

2014-04-05 Thread Kent Fredric
commit: 887e3ed8c510ca8cee2c72a938f5c487c8a3b911
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:10:42 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:10:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=887e3ed8

[added] dev-perl/Lexical-SealRequireHints-

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 .../Lexical-SealRequireHints-0.7.0.ebuild  | 48 ++
 dev-perl/Lexical-SealRequireHints/metadata.xml | 13 ++
 2 files changed, 61 insertions(+)

diff --git 
a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.7.0.ebuild 
b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.7.0.ebuild
new file mode 100644
index 000..7a7de0a
--- /dev/null
+++ b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.7.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION='prevent leakage of lexical hints'
+LICENSE= || ( Artistic GPL-2 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+perl_meta_configure() {
+   # Module::Build
+   echo virtual/perl-Module-Build
+   # perl 5.006 ( 5.6.0 )
+   echo \=dev-lang/perl-5.6.0
+   # strict
+   echo dev-lang/perl
+   # warnings
+   echo dev-lang/perl
+}
+perl_meta_build() {
+   # Module::Build
+   echo virtual/perl-Module-Build
+   # Test::More
+   echo virtual/perl-Test-Simple
+   # perl 5.006 ( 5.6.0 )
+   echo \=dev-lang/perl-5.6.0
+   # strict
+   echo dev-lang/perl
+   # warnings
+   echo dev-lang/perl
+}
+perl_meta_runtime() {
+   # perl 5.006 ( 5.6.0 )
+   echo \=dev-lang/perl-5.6.0
+}
+DEPEND=
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+
+RDEPEND=
+   $(perl_meta_runtime)
+
+SRC_TEST=do parallel

diff --git a/dev-perl/Lexical-SealRequireHints/metadata.xml 
b/dev-perl/Lexical-SealRequireHints/metadata.xml
new file mode 100644
index 000..fe8c398
--- /dev/null
+++ b/dev-perl/Lexical-SealRequireHints/metadata.xml
@@ -0,0 +1,13 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdperl/herd
+   maintainer
+   emailkentfred...@gmail.com/email
+   nameKent Fredric/name
+   /maintainer
+   upstream
+   remote-id type=cpanLexical-SealRequireHints/remote-id
+   remote-id 
type=cpan-moduleLexical::SealRequireHints/remote-id
+   /upstream
+/pkgmetadata



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-Pragma/

2014-04-05 Thread Kent Fredric
commit: 657d8266a30cbeb27993c8fd60929031c1775665
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:13:10 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:13:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=657d8266

[newversion] dev-perl/Devel-Pragma-0.600.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Devel-Pragma/ChangeLog   |  8 -
 dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild | 44 +++
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Devel-Pragma/ChangeLog b/dev-perl/Devel-Pragma/ChangeLog
index 1bdc479..7987480 100644
--- a/dev-perl/Devel-Pragma/ChangeLog
+++ b/dev-perl/Devel-Pragma/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Devel-Pragma
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-Pragma-0.600.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  +Devel-Pragma-0.600.0.ebuild:
+  Version Bump
+
   28 Apr 2013; Kent Fredric kentfred...@gmail.com
   Devel-Pragma-0.540.0.ebuild:
   Fix dependency on extutils-depends ( normalize )

diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild 
b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
new file mode 100644
index 000..abfdffc
--- /dev/null
+++ b/dev-perl/Devel-Pragma/Devel-Pragma-0.600.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.60
+inherit perl-module
+
+DESCRIPTION='helper functions for developers of lexical pragmas'
+LICENSE= || ( Artistic GPL-2 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+perl_meta_configure() {
+   # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
+   echo \=dev-perl/B-Hooks-OP-Annotation-0.440.0
+   # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+   echo \=dev-perl/B-Hooks-OP-Check-0.190.0
+   # ExtUtils::Depends 0.302 ( 0.302.0 )
+   echo \=dev-perl/extutils-depends-0.302.0
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+   # B::Hooks::OP::Annotation 0.44 ( 0.440.0 )
+   echo \=dev-perl/B-Hooks-OP-Annotation-0.440.0
+   # B::Hooks::OP::Check 0.19 ( 0.190.0 )
+   echo \=dev-perl/B-Hooks-OP-Check-0.190.0
+   # Lexical::SealRequireHints 0.007 ( 0.7.0 )
+   echo \=dev-perl/Lexical-SealRequireHints-0.7.0
+}
+DEPEND=
+   $(perl_meta_configure)
+   $(perl_meta_build)
+   $(perl_meta_runtime)
+
+RDEPEND=
+   $(perl_meta_runtime)
+
+SRC_TEST=do parallel



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-Pragma/

2014-04-05 Thread Kent Fredric
commit: 6c7a7f713a20532d2b66b7539cc1192bb19d0b30
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 04:13:42 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 04:13:42 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6c7a7f71

[cpanclean] dev-perl/Devel-Pragma-0.540.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Devel-Pragma/ChangeLog   |  4 +++
 dev-perl/Devel-Pragma/Devel-Pragma-0.540.0.ebuild | 44 ---
 2 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/dev-perl/Devel-Pragma/ChangeLog b/dev-perl/Devel-Pragma/ChangeLog
index 7987480..e3bd845 100644
--- a/dev-perl/Devel-Pragma/ChangeLog
+++ b/dev-perl/Devel-Pragma/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  -Devel-Pragma-0.540.0.ebuild:
+  Gone on CPAN
+
 *Devel-Pragma-0.600.0 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric kentfred...@gmail.com

diff --git a/dev-perl/Devel-Pragma/Devel-Pragma-0.540.0.ebuild 
b/dev-perl/Devel-Pragma/Devel-Pragma-0.540.0.ebuild
deleted file mode 100644
index 43ca0e8..000
--- a/dev-perl/Devel-Pragma/Devel-Pragma-0.540.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=CHOCOLATE
-MODULE_VERSION=0.54
-inherit perl-module
-
-DESCRIPTION='helper functions for developers of lexical pragmas'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # B::Hooks::OP::Annotation 0.43 ( 0.430.0 )
-   echo \=dev-perl/B-Hooks-OP-Annotation-0.430.0
-   # B::Hooks::OP::Check 0.18 ( 0.180.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.180.0
-   # ExtUtils::Depends 0.302 ( 0.302.0 )
-   echo \=dev-perl/extutils-depends-0.302.0
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # B::Hooks::EndOfScope 0.09 ( 0.90.0 )
-   echo \=dev-perl/B-Hooks-EndOfScope-0.90.0
-   # B::Hooks::OP::Annotation 0.43 ( 0.430.0 )
-   echo \=dev-perl/B-Hooks-OP-Annotation-0.430.0
-   # B::Hooks::OP::Check 0.18 ( 0.180.0 )
-   echo \=dev-perl/B-Hooks-OP-Check-0.180.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do



[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.28-r3.ebuild ChangeLog

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:22:55

  Modified: php-5.3.28-r3.ebuild ChangeLog
  Log:
  amd64 stable, bug #501376
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  dev-lang/php/php-5.3.28-r3.ebuild

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

Index: php-5.3.28-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-5.3.28-r3.ebuild26 Mar 2014 21:44:52 -  1.4
+++ php-5.3.28-r3.ebuild5 Apr 2014 07:22:55 -   1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v 1.4 
2014/03/26 21:44:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v 1.5 
2014/04/05 07:22:55 pacho Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd
 
 function php_get_uri ()
 {



1.822dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -r1.821 -r1.822
--- ChangeLog   26 Mar 2014 21:44:52 -  1.821
+++ ChangeLog   5 Apr 2014 07:22:55 -   1.822
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.821 2014/03/26 
21:44:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.822 2014/04/05 
07:22:55 pacho Exp $
+
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org php-5.3.28-r3.ebuild:
+  amd64 stable, bug #501376
 
   26 Mar 2014; Markus Meier mae...@gentoo.org php-5.3.28-r3.ebuild:
   arm stable, bug #501376






[gentoo-commits] gentoo-x86 commit in app-accessibility/orca: orca-3.10.3.ebuild ChangeLog orca-3.8.2.ebuild

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:28:08

  Modified: ChangeLog
  Added:orca-3.10.3.ebuild
  Removed:  orca-3.8.2.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.128app-accessibility/orca/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.128view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.128content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.127r2=1.128

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   9 Mar 2014 11:52:54 -   1.127
+++ ChangeLog   5 Apr 2014 07:28:08 -   1.128
@@ -1,6 +1,12 @@
 # ChangeLog for app-accessibility/orca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.127 
2014/03/09 11:52:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.128 
2014/04/05 07:28:08 pacho Exp $
+
+*orca-3.10.3 (05 Apr 2014)
+
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org +orca-3.10.3.ebuild,
+  -orca-3.8.2.ebuild:
+  Version bump, drop old
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org orca-3.10.2.ebuild:
   x86 stable, bug 499954



1.1  app-accessibility/orca/orca-3.10.3.ebuild

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

Index: orca-3.10.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-3.10.3.ebuild,v 
1.1 2014/04/05 07:28:08 pacho Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python3_3 )
PYTHON_REQ_USE=threads

inherit gnome2 python-r1

DESCRIPTION=Extensible screen reader that provides access to the desktop
HOMEPAGE=https://wiki.gnome.org/Projects/Orca;

LICENSE=LGPL-2.1+ CC-BY-SA-3.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=
REQUIRED_USE=${PYTHON_REQUIRED_USE}

# liblouis is not in portage yet
# it is used to provide contracted braille support
# XXX: Check deps for correctness
COMMON_DEPEND=
=app-accessibility/at-spi2-atk-2.10:2
=app-accessibility/at-spi2-core-2.10:2[introspection]
=dev-libs/atk-2.10
=dev-libs/glib-2.28:2
=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
=x11-libs/gtk+-3.6.2:3[introspection]
${PYTHON_DEPS}

RDEPEND=${COMMON_DEPEND}
=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
dev-libs/atk[introspection]
dev-python/pyatspi[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
x11-libs/libwnck:3[introspection]
x11-libs/pango[introspection]

DEPEND=${COMMON_DEPEND}
=dev-util/intltool-0.50
virtual/pkgconfig

#   app-text/yelp-tools

src_prepare() {
gnome2_src_prepare

python_copy_sources
}

src_configure() {
python_foreach_impl run_in_build_dir gnome2_src_configure 
ITSTOOL=$(type -P true)
}

src_compile() {
python_foreach_impl run_in_build_dir gnome2_src_compile
}

src_install() {
DOCS=AUTHORS ChangeLog MAINTAINERS NEWS README TODO
installing() {
gnome2_src_install
# Massage shebang to make python_doscript happy
sed -e 's:#!'${PYTHON}:#!/usr/bin/python: \
-i src/orca/orca || die
python_doscript src/orca/orca
}
python_foreach_impl run_in_build_dir installing
}






[gentoo-commits] proj/catalyst:3.0 commit in: catalyst/base/

2014-04-05 Thread Brian Dolbec
commit: 2dcbb861ff7c85240f0a44df17a3184f1a7ccc40
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Apr  5 07:26:58 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Sat Apr  5 07:29:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2dcbb861

generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command

---
 catalyst/base/stagebase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d2c9531..e4462fc 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1024,8 +1024,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
else:
print Setting up chroot...
 
-   cmd(cp /etc/resolv.conf 
+self.settings[chroot_path]+/etc,\
-   Could not copy resolv.conf into 
place.,env=self.env)
+   cmd(cp /etc/resolv.conf  + 
self.settings[chroot_path] + /etc \
+   + '/', Could not copy resolv.conf into 
place.,env=self.env)
 
 Copy over the envscript, if applicable 
if envscript in self.settings:



[gentoo-commits] gentoo-x86 commit in dev-ruby/arel: ChangeLog arel-4.0.2.ebuild

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:31:38

  Modified: ChangeLog
  Added:arel-4.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.39 dev-ruby/arel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   10 Mar 2014 15:54:07 -  1.38
+++ ChangeLog   5 Apr 2014 07:31:37 -   1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/arel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.38 2014/03/10 
15:54:07 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.39 2014/04/05 
07:31:37 graaff Exp $
+
+*arel-4.0.2 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +arel-4.0.2.ebuild:
+  Version bump.
 
 *arel-3.0.2-r2 (10 Mar 2014)
 



1.1  dev-ruby/arel/arel-4.0.2.ebuild

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

Index: arel-4.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-4.0.2.ebuild,v 1.1 
2014/04/05 07:31:38 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=History.txt README.markdown

# Generating the gemspec from metadata causes a crash in jruby
RUBY_FAKEGEM_GEMSPEC=arel.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Arel is a Relational Algebra for Ruby.
HOMEPAGE=http://github.com/rails/arel;
LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_bdepend 
test? (
=dev-ruby/minitest-5.2:5
)

all_ruby_prepare() {
# Put the proper version number in the gemspec.
sed -i -e s/ s.version = \.*\/ s.version = \${PV}\/ arel.gemspec 
|| die

sed -i -e '1igem minitest' test/helper.rb || die
}






[gentoo-commits] proj/catalyst:2.X commit in: modules/

2014-04-05 Thread Brian Dolbec
commit: a1f457e311ee67dbfcd330ffcabeaa9beaeeb55c
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Apr  5 07:35:05 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Sat Apr  5 07:35:05 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=a1f457e3

generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command

---
 modules/generic_stage_target.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py
index 530f7ee..6852b7e 100644
--- a/modules/generic_stage_target.py
+++ b/modules/generic_stage_target.py
@@ -996,7 +996,7 @@ class generic_stage_target(generic_target):
 

#self.makeconf=read_makeconf(self.settings[chroot_path]+/etc/portage/make.conf)
 
-   cmd(cp /etc/resolv.conf 
+self.settings[chroot_path]+/etc,\
+   cmd(cp /etc/resolv.conf  + 
self.settings[chroot_path] + /etc/,
Could not copy resolv.conf into 
place.,env=self.env)
 
 Copy over the envscript, if applicable 



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

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:40:05

  Modified: ChangeLog
  Added:actionmailer-4.0.4.ebuild
  Log:
  Rails 4.0.4 version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.253dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog   11 Mar 2014 20:24:29 -  1.252
+++ ChangeLog   5 Apr 2014 07:40:05 -   1.253
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.252 
2014/03/11 20:24:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.253 
2014/04/05 07:40:05 graaff Exp $
+
+*actionmailer-4.0.4 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +actionmailer-4.0.4.ebuild:
+  Rails 4.0.4 version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org actionmailer-4.0.2.ebuild,
   actionmailer-4.0.3.ebuild:



1.1  dev-ruby/actionmailer/actionmailer-4.0.4.ebuild

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

Index: actionmailer-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-4.0.4.ebuild,v 1.1 
2014/04/05 07:40:05 graaff Exp $

EAPI=5
USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=actionmailer.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Framework for designing email-service layers
HOMEPAGE=http://rubyforge.org/projects/actionmailer/;
SRC_URI=http://github.com/rails/rails/archive/v${PV}.tar.gz - rails-${PV}.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RUBY_S=rails-${PV}/${PN}

ruby_add_rdepend ~dev-ruby/actionpack-${PV}
=dev-ruby/mail-2.5.4:2.5
ruby_add_bdepend test? (
dev-ruby/test-unit:2
dev-ruby/mocha:0.13
)

all_ruby_prepare() {
# Set test environment to our hand.
rm ${S}/../Gemfile || die Unable to remove Gemfile
sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die Unable to 
remove load paths

# Make sure we use the test-unit gem since ruby18 does not provide
# all the test-unit features needed.
sed -i -e '1igem test-unit' test/abstract_unit.rb || die
}






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

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:39:34

  Modified: ChangeLog
  Added:activemodel-4.0.4.ebuild
  Log:
  Rails 4.0.4 version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.71 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   11 Mar 2014 20:07:58 -  1.70
+++ ChangeLog   5 Apr 2014 07:39:34 -   1.71
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.70 
2014/03/11 20:07:58 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.71 
2014/04/05 07:39:34 graaff Exp $
+
+*activemodel-4.0.4 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +activemodel-4.0.4.ebuild:
+  Rails 4.0.4 version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org activemodel-4.0.2.ebuild,
   activemodel-4.0.3.ebuild:



1.1  dev-ruby/activemodel/activemodel-4.0.4.ebuild

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

Index: activemodel-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.0.4.ebuild,v 1.1 
2014/04/05 07:39:34 graaff Exp $

EAPI=5

USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_DOCDIR=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=activemodel.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=A toolkit for building modeling frameworks like Active Record and 
Active Resource.
HOMEPAGE=http://github.com/rails/rails;
SRC_URI=http://github.com/rails/rails/archive/v${PV}.tar.gz - rails-${PV}.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RUBY_S=rails-${PV}/${PN}

ruby_add_rdepend 
~dev-ruby/activesupport-${PV}
=dev-ruby/builder-3.1.0:3.1
=dev-ruby/bcrypt-ruby-3.1.7

ruby_add_bdepend 
test? (
=dev-ruby/railties-4.0.0
dev-ruby/test-unit:2
=dev-ruby/mocha-0.13.0:0.13
)

all_ruby_prepare() {
# Set test environment to our hand.
sed -i -e '/load_paths/d' test/cases/helper.rb || die Unable to remove 
load paths

# Fix bcrypt dependency since bcrypt uses semantic versioning.
sed -i -e '/bcrypt-ruby/ s/3.0.0/3.0/' 
lib/active_model/secure_password.rb || die
}






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

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:39:17

  Modified: ChangeLog
  Added:activesupport-4.0.4.ebuild
  Log:
  Rails 4.0.4 version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.246dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog   11 Mar 2014 20:23:08 -  1.245
+++ ChangeLog   5 Apr 2014 07:39:17 -   1.246
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.245 
2014/03/11 20:23:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.246 
2014/04/05 07:39:17 graaff Exp $
+
+*activesupport-4.0.4 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +activesupport-4.0.4.ebuild:
+  Rails 4.0.4 version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org activesupport-4.0.2.ebuild,
   activesupport-4.0.3.ebuild:



1.1  dev-ruby/activesupport/activesupport-4.0.4.ebuild

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

Index: activesupport-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.4.ebuild,v 1.1 
2014/04/05 07:39:17 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=activesupport.gemspec

RUBY_FAKEGEM_BINWRAP=

inherit ruby-fakegem versionator

DESCRIPTION=Utility Classes and Extension to the Standard Library
HOMEPAGE=http://rubyforge.org/projects/activesupport/;
SRC_URI=https://github.com/rails/rails/archive/v${PV}.tar.gz - 
rails-${PV}.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RUBY_S=rails-${PV}/${PN}

ruby_add_rdepend 
=dev-ruby/multi_json-1.3:0
=dev-ruby/i18n-0.6.9:0.6
=dev-ruby/tzinfo-0.3.37:0
=dev-ruby/minitest-4.2:0
=dev-ruby/thread_safe-0.1:0
!!dev-ruby/activesupport-3.0.11-r1:3.0

# memcache-client, nokogiri, and builder are not strictly
# needed, but there are tests using this code.
ruby_add_bdepend test? (
=dev-ruby/dalli-2.2.1
=dev-ruby/nokogiri-1.4.5
=dev-ruby/builder-3.1.0
=dev-ruby/libxml-2.0.0
)

all_ruby_prepare() {
# Set the secure permissions that tests expect.
chmod 0755 ${HOME} || die Failed to fix permissions on home

# Set test environment to our hand.
#   rm ${S}/../Gemfile || die Unable to remove Gemfile
sed -i -e '/load_paths/d' test/abstract_unit.rb || die Unable to 
remove load paths

# Make sure a compatible version of minitest is used everywhere.
sed -i -e s/gem 'minitest'/gem 'minitest', '~ 4.2'/ 
lib/active_support/test_case.rb || die
sed -i -e 1igem 'minitest', '~ 4.2' test/abstract_unit.rb || die
}






[gentoo-commits] proj/catalyst:3.0 commit in: catalyst/base/

2014-04-05 Thread Brian Dolbec
commit: 6104832776d0748f26a50e8a0e69009c3af0e213
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Sat Apr  5 07:26:58 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Sat Apr  5 07:38:19 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=61048327

generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command

---
 catalyst/base/stagebase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d2c9531..395582f 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1024,7 +1024,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
else:
print Setting up chroot...
 
-   cmd(cp /etc/resolv.conf 
+self.settings[chroot_path]+/etc,\
+   cmd(cp /etc/resolv.conf  + 
self.settings[chroot_path] + /etc/,
Could not copy resolv.conf into 
place.,env=self.env)
 
 Copy over the envscript, if applicable 



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

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:39:50

  Modified: ChangeLog
  Added:actionpack-4.0.4.ebuild
  Log:
  Rails 4.0.4 version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.270dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- ChangeLog   11 Mar 2014 20:09:13 -  1.269
+++ ChangeLog   5 Apr 2014 07:39:50 -   1.270
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.269 
2014/03/11 20:09:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.270 
2014/04/05 07:39:50 graaff Exp $
+
+*actionpack-4.0.4 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +actionpack-4.0.4.ebuild:
+  Rails 4.0.4 version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org actionpack-4.0.2.ebuild,
   actionpack-4.0.3.ebuild:



1.1  dev-ruby/actionpack/actionpack-4.0.4.ebuild

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

Index: actionpack-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-4.0.4.ebuild,v 1.1 
2014/04/05 07:39:50 graaff Exp $

EAPI=5

USE_RUBY=ruby19

# The default test task tries to test activerecord with SQLite as well.
RUBY_FAKEGEM_TASK_TEST=test_action_pack

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=actionpack.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Eases web-request routing, handling, and response.
HOMEPAGE=http://rubyforge.org/projects/actionpack/;
SRC_URI=http://github.com/rails/rails/archive/v${PV}.tar.gz - rails-${PV}.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RUBY_S=rails-${PV}/${PN}

ruby_add_rdepend 
~dev-ruby/activesupport-${PV}
=dev-ruby/builder-3.1.0:3.1
=dev-ruby/rack-1.5.2:1.5
=dev-ruby/rack-test-0.6.2:0.6
=dev-ruby/erubis-2.7.0

ruby_add_bdepend 
test? (
dev-ruby/mocha:0.13
dev-ruby/bundler
~dev-ruby/activemodel-${PV}
~dev-ruby/activerecord-${PV}
~dev-ruby/actionmailer-${PV}
dev-ruby/sprockets-rails:2.0
=dev-ruby/tzinfo-0.3.29:0
=dev-ruby/uglifier-1.0.3
)

all_ruby_prepare() {
# Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
sed -i -e 
/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\)/d
 ../Gemfile || die

sed -i -e '/rack-ssl/d' -e 's/~ 3.4/= 3.4/' 
../railties/railties.gemspec || die
sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die

sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die

# Add back json in the Gemfile because we dropped some dependencies
# earlier that implicitly required it.
sed -i -e '$agem json' ../Gemfile || die

# Avoid fragile tests depending on hash ordering
sed -i -e '/cookie_3=chocolate/ s:^:#:' 
test/controller/integration_test.rb || die
sed -i -e '/test_to_s/,/end/ s:^:#:' 
test/template/html-scanner/tag_node_test.rb || die
sed -i -e '/name:david/ s:^:#:' 
test/controller/mime_responds_test.rb || die
sed -i -e '/test_option_html_attributes_with_multiple_element_hash/, / 
end/ s:^:#:' test/template/form_options_helper_test.rb || die
sed -i -e '/test_option_html_attributes_with_multiple_hashes/, / end/ 
s:^:#:' test/template/form_options_helper_test.rb || die

# Avoid fragile test that gets more output than it expects.
sed -i -e 
'/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:'  
test/controller/render_test.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/railties: ChangeLog railties-4.0.4.ebuild

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:40:29

  Modified: ChangeLog
  Added:railties-4.0.4.ebuild
  Log:
  Rails 4.0.4 version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.70 dev-ruby/railties/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   11 Mar 2014 20:07:25 -  1.69
+++ ChangeLog   5 Apr 2014 07:40:29 -   1.70
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/railties
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.69 
2014/03/11 20:07:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.70 
2014/04/05 07:40:29 graaff Exp $
+
+*railties-4.0.4 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +railties-4.0.4.ebuild:
+  Rails 4.0.4 version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org railties-4.0.2.ebuild,
   railties-4.0.3.ebuild:



1.1  dev-ruby/railties/railties-4.0.4.ebuild

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

Index: railties-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-4.0.4.ebuild,v 
1.1 2014/04/05 07:40:29 graaff Exp $

EAPI=5
USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_TEST=test:regular
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=railties.gemspec

RUBY_FAKEGEM_BINWRAP=

inherit ruby-fakegem versionator

DESCRIPTION=Tools for creating, working with, and running Rails applications.
HOMEPAGE=http://github.com/rails/rails;
SRC_URI=http://github.com/rails/rails/archive/v${PV}.tar.gz - rails-${PV}.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86
IUSE=

RUBY_S=rails-${PV}/${PN}

# The test suite has many failures, most likely due to a mismatch in
# exact dependencies or environment specifics. Needs further
# investigation.
RESTRICT=test

RDEPEND+==app-admin/eselect-rails-0.19

ruby_add_rdepend 
~dev-ruby/activesupport-${PV}
~dev-ruby/actionpack-${PV}
=dev-ruby/thor-0.18.1
=dev-ruby/rake-0.8.7

ruby_add_bdepend 
test? (
dev-ruby/mocha:0.13
)

all_ruby_prepare() {
rm ${S}/../Gemfile || die Unable to remove Gemfile
sed -i -e '/load_paths/d' test/abstract_unit.rb || die Unable to 
remove load paths
sed -i -e '1igem minitest, ~4.0' test/abstract_unit.rb || die

# Also allow rdoc 4.x
sed -i -e 's/~ 3.4/= 3.4/' ${RUBY_FAKEGEM_GEMSPEC} || die
}

all_ruby_install() {
all_fakegem_install

ruby_fakegem_binwrapper rails rails-${PV}
}

pkg_postinst() {
elog To select between slots of rails, use:
elog \teselect rails

eselect rails update
}

pkg_postrm() {
eselect rails update
}






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

2014-04-05 Thread Hans de Graaff (graaff)
graaff  14/04/05 07:40:18

  Modified: ChangeLog
  Added:activerecord-4.0.4.ebuild
  Log:
  Rails 4.0.4 version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.258dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog   11 Mar 2014 20:24:05 -  1.257
+++ ChangeLog   5 Apr 2014 07:40:18 -   1.258
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.257 
2014/03/11 20:24:05 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.258 
2014/04/05 07:40:18 graaff Exp $
+
+*activerecord-4.0.4 (05 Apr 2014)
+
+  05 Apr 2014; Hans de Graaff gra...@gentoo.org +activerecord-4.0.4.ebuild:
+  Rails 4.0.4 version bump.
 
   11 Mar 2014; Johannes Huber j...@gentoo.org activerecord-4.0.2.ebuild,
   activerecord-4.0.3.ebuild:



1.1  dev-ruby/activerecord/activerecord-4.0.4.ebuild

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

Index: activerecord-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.4.ebuild,v 1.1 
2014/04/05 07:40:18 graaff Exp $

EAPI=5
USE_RUBY=ruby19

# this is not null so that the dependencies will actually be filled
RUBY_FAKEGEM_TASK_TEST=test

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_GEMSPEC=activerecord.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM
HOMEPAGE=http://rubyforge.org/projects/activerecord/;
SRC_URI=http://github.com/rails/rails/archive/v${PV}.tar.gz - rails-${PV}.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86
IUSE=mysql postgres sqlite3

RUBY_S=rails-${PV}/${PN}

ruby_add_rdepend ~dev-ruby/activesupport-${PV}
~dev-ruby/activemodel-${PV}
=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0
=dev-ruby/arel-4.0.2:4.0
sqlite3? ( =dev-ruby/sqlite3-1.3.5 )
mysql? ( =dev-ruby/mysql2-0.3.10:0.3 )
postgres? ( =dev-ruby/pg-0.11.0 )

ruby_add_bdepend 
test? (
dev-ruby/bundler
~dev-ruby/actionpack-${PV}
=dev-ruby/sqlite3-1.3.5
dev-ruby/mocha:0.13
)

all_ruby_prepare() {
# Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
sed -i -e 
/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\)/d
 ../Gemfile || die
sed -i -e '/rack-ssl/d' -e 's/~ 3.4/= 3.4/' 
../railties/railties.gemspec || die
sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die

sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die

# Add back json in the Gemfile because we dropped some dependencies
# earlier that implicitly required it.
sed -i -e '$agem json' ../Gemfile || die

# Avoid tests depending on hash ordering
sed -i -e '/test_should_automatically_build_new_associated/,/ end/ 
s:^:#:' test/cases/nested_attributes_test.rb || die

# Avoid test depending on mysql adapter which we don't support for
# this Rails version to simplify our dependencies.
rm test/cases/connection_specification/resolver_test.rb || die

# Avoid single test using mysql dependencies.
rm test/cases/invalid_connection_test.rb || die

# Avoid test depending on specific sqlite3 binding or database version.
sed -i -e '/test_uniqueness_violations_are_translated/,/^end/ 
s:^:#:' test/cases/adapter_test.rb || die
}

each_ruby_test() {
case ${RUBY} in
*jruby)
;;
*rubyee18)
# Turn on travis 

[gentoo-commits] gentoo-x86 commit in gnome-base/gconf/files: gconf-3.2.6-mconvert-crasher.patch gconf-3.2.6-gsettings-data-convert-paths.patch gconf-3.2.6-spew-console-error.patch

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:48:52

  Added:gconf-3.2.6-mconvert-crasher.patch
gconf-3.2.6-gsettings-data-convert-paths.patch
gconf-3.2.6-spew-console-error.patch
  Log:
  gtk is not really needed (#505444 by Rafal Muzylo), drop orbit as it's dead 
for ages, nothing needs it in the tree and we really want people to not use 
that and, instead, use dbus for GConf's IPC. Also apply patches from upstream 
master branch. Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  gnome-base/gconf/files/gconf-3.2.6-mconvert-crasher.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/files/gconf-3.2.6-mconvert-crasher.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/files/gconf-3.2.6-mconvert-crasher.patch?rev=1.1content-type=text/plain

Index: gconf-3.2.6-mconvert-crasher.patch
===
From 98ff7acca7595f508b094506195aeffaf2e8b74c Mon Sep 17 00:00:00 2001
From: Stefan Sauer enso...@users.sf.net
Date: Wed, 23 Jan 2013 08:11:18 +0100
Subject: mconvert: enable recursive scheme lookup and fix a crasher

The recursive scheme lookup is needed to scan the whole settings path. The crash
would happen in the case of a misconfiguration (e.g. building gconf from source
and running uninstalled while the configure settings don't match the one used to
create the installed package).

diff --git a/gsettings/gsettings-data-convert.c 
b/gsettings/gsettings-data-convert.c
index a8af942..9b2d1d0 100644
--- a/gsettings/gsettings-data-convert.c
+++ b/gsettings/gsettings-data-convert.c
@@ -22,6 +22,7 @@
 #include string.h
 #include sys/types.h
 #include sys/stat.h
+#include stdlib.h
 #include unistd.h
 #include errno.h
 
@@ -90,6 +91,10 @@ get_writable_client (void)
   GSList *addresses;
 
   addresses = get_writable_source_path ();
+  if (!addresses) {
+g_printf(No writable gconf locations found\n);
+exit (1);
+  }
   engine = gconf_engine_get_local_for_addresses (addresses, NULL);
   gconf_address_list_free (addresses);
 
@@ -155,7 +160,7 @@ handle_file (const gchar *filename)
 
   schema_path = g_strsplit (groups[i], :, 2);
 
-  schema = g_settings_schema_source_lookup (source, schema_path[0], FALSE);
+  schema = g_settings_schema_source_lookup (source, schema_path[0], TRUE);
   if (schema == NULL)
 {
   if (verbose)
-- 
cgit v0.10.1




1.1  
gnome-base/gconf/files/gconf-3.2.6-gsettings-data-convert-paths.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/files/gconf-3.2.6-gsettings-data-convert-paths.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/files/gconf-3.2.6-gsettings-data-convert-paths.patch?rev=1.1content-type=text/plain

Index: gconf-3.2.6-gsettings-data-convert-paths.patch
===
From 405f865c07261a95c8c9a09a84ab679c6dd0a330 Mon Sep 17 00:00:00 2001
From: Colin Walters walt...@verbum.org
Date: Thu, 24 Oct 2013 16:27:24 -0400
Subject: gsettings-data-convert: Warn (and fix) invalid schema paths

See https://bugzilla.gnome.org/show_bug.cgi?id=704802

https://bugzilla.gnome.org/show_bug.cgi?id=710836

diff --git a/gsettings/gsettings-data-convert.c 
b/gsettings/gsettings-data-convert.c
index 9b2d1d0..160ed41 100644
--- a/gsettings/gsettings-data-convert.c
+++ b/gsettings/gsettings-data-convert.c
@@ -182,7 +182,23 @@ handle_file (const gchar *filename)
 }
 
   if (schema_path[1] != NULL)
-settings = g_settings_new_with_path (schema_path[0], schema_path[1]);
+   {
+ char *compat_path_alloced = NULL; 
+ char *compat_path;
+ /* Work around broken .convert files:
+https://bugzilla.gnome.org/show_bug.cgi?id=704802
+ */
+ if (!g_str_has_suffix (schema_path[1], /))
+   {
+ g_warning (Schema file '%s' has missing trailing / in '%s',
+filename, schema_path[1]);
+ compat_path = compat_path_alloced = g_strconcat (schema_path[1], 
/, NULL);
+   }
+ else
+   compat_path = schema_path[1];
+ settings = g_settings_new_with_path (schema_path[0], compat_path);
+ g_free (compat_path_alloced);
+   }
   else
 settings = g_settings_new (schema_path[0]);
 
-- 
cgit v0.10.1




1.1  gnome-base/gconf/files/gconf-3.2.6-spew-console-error.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/files/gconf-3.2.6-spew-console-error.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/files/gconf-3.2.6-spew-console-error.patch?rev=1.1content-type=text/plain

Index: gconf-3.2.6-spew-console-error.patch

[gentoo-commits] gentoo-x86 commit in gnome-base/gconf: gconf-3.2.6-r2.ebuild ChangeLog gconf-3.2.6.ebuild gconf-2.32.4.ebuild

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 07:48:52

  Modified: ChangeLog
  Added:gconf-3.2.6-r2.ebuild
  Removed:  gconf-3.2.6.ebuild gconf-2.32.4.ebuild
  Log:
  gtk is not really needed (#505444 by Rafal Muzylo), drop orbit as it's dead 
for ages, nothing needs it in the tree and we really want people to not use 
that and, instead, use dbus for GConf's IPC. Also apply patches from upstream 
master branch. Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.288gnome-base/gconf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -r1.287 -r1.288
--- ChangeLog   22 Feb 2014 21:37:23 -  1.287
+++ ChangeLog   5 Apr 2014 07:48:52 -   1.288
@@ -1,6 +1,18 @@
 # ChangeLog for gnome-base/gconf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.287 
2014/02/22 21:37:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.288 
2014/04/05 07:48:52 pacho Exp $
+
+*gconf-3.2.6-r2 (05 Apr 2014)
+
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org
+  +files/gconf-3.2.6-gsettings-data-convert-paths.patch,
+  +files/gconf-3.2.6-mconvert-crasher.patch,
+  +files/gconf-3.2.6-spew-console-error.patch, +gconf-3.2.6-r2.ebuild,
+  -gconf-2.32.4.ebuild, -gconf-3.2.6.ebuild:
+  gtk is not really needed (#505444 by Rafal Muzylo), drop orbit as it's dead
+  for ages, nothing needs it in the tree and we really want people to not use
+  that and, instead, use dbus for GConf's IPC. Also apply patches from upstream
+  master branch. Drop old.
 
   22 Feb 2014; Pacho Ramos pa...@gentoo.org gconf-3.2.6-r1.ebuild:
   Fix wrong commit, bug 502160



1.1  gnome-base/gconf/gconf-3.2.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild?rev=1.1content-type=text/plain

Index: gconf-3.2.6-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r2.ebuild,v 1.1 
2014/04/05 07:48:52 pacho Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME_ORG_MODULE=GConf
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_{6,7} )
PYTHON_REQ_USE=xml

inherit eutils gnome2 python-r1

DESCRIPTION=GNOME configuration system and daemon
HOMEPAGE=http://projects.gnome.org/gconf/;

LICENSE=LGPL-2+
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
IUSE=debug +introspection ldap policykit

RDEPEND=
${PYTHON_DEPS}
=dev-libs/glib-2.31:2
=dev-libs/dbus-glib-0.74:=
=sys-apps/dbus-1:=
=dev-libs/libxml2-2:2
introspection? ( =dev-libs/gobject-introspection-0.9.5:= )
ldap? ( net-nds/openldap:= )
policykit? ( sys-auth/polkit:= )

DEPEND=${RDEPEND}
dev-libs/libxslt
dev-util/gtk-doc-am
=dev-util/intltool-0.35
virtual/pkgconfig


REQUIRED_USE=${PYTHON_REQUIRED_USE}

pkg_setup() {
kill_gconf
}

src_prepare() {
# Do not start gconfd when installing schemas, fix bug #238276, 
upstream #631983
epatch ${FILESDIR}/${PN}-2.24.0-no-gconfd.patch

# Do not crash in gconf_entry_set_value() when entry pointer is NULL, 
upstream #631985
epatch ${FILESDIR}/${PN}-2.28.0-entry-set-value-sigsegv.patch

# From 'master'
# mconvert: enable recursive scheme lookup and fix a crasher
epatch ${FILESDIR}/${P}-mconvert-crasher.patch

# dbus: Don't spew to console when unable to connect to dbus daemon
epatch ${FILESDIR}/${P}-spew-console-error.patch

# gsettings-data-convert: Warn (and fix) invalid schema paths
epatch ${FILESDIR}/${P}-gsettings-data-convert-paths.patch

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-static \
--enable-gsettings-backend \
--with-gtk=3.0 \
--disable-orbit \
$(use_enable introspection) \
$(use_with ldap openldap) \
$(use_enable policykit defaults-service)
}

src_install() {
gnome2_src_install

[gentoo-commits] gentoo-x86 commit in dev-util/anjuta/files: anjuta-3.8.4-librt.patch

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 08:08:03

  Removed:  anjuta-3.8.4-librt.patch
  Log:
  Needs gsetting-desktop-schemas (#506320 by peteru), drop old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)



[gentoo-commits] gentoo-x86 commit in dev-util/anjuta: anjuta-3.10.2.ebuild ChangeLog anjuta-3.8.4.ebuild

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 08:08:03

  Modified: anjuta-3.10.2.ebuild ChangeLog
  Removed:  anjuta-3.8.4.ebuild
  Log:
  Needs gsetting-desktop-schemas (#506320 by peteru), drop old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.7  dev-util/anjuta/anjuta-3.10.2.ebuild

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

Index: anjuta-3.10.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- anjuta-3.10.2.ebuild9 Mar 2014 11:56:03 -   1.6
+++ anjuta-3.10.2.ebuild5 Apr 2014 08:08:03 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.6 
2014/03/09 11:56:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.7 
2014/04/05 08:08:03 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -54,6 +54,7 @@
vala? ( $(vala_depend) )
 
 RDEPEND=${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
packagekit? ( app-admin/packagekit-base )
 
 DEPEND=${COMMON_DEPEND}



1.177dev-util/anjuta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   9 Mar 2014 11:56:03 -   1.176
+++ ChangeLog   5 Apr 2014 08:08:03 -   1.177
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/anjuta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.176 
2014/03/09 11:56:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.177 
2014/04/05 08:08:03 pacho Exp $
+
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org -anjuta-3.8.4.ebuild,
+  -files/anjuta-3.8.4-librt.patch, anjuta-3.10.2.ebuild:
+  Needs gsetting-desktop-schemas (#506320 by peteru), drop old
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org anjuta-3.10.2.ebuild:
   x86 stable, bug 499954






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.11.ebuild php-5.4.27.ebuild ChangeLog

2014-04-05 Thread Ole Markus With (olemarkus)
olemarkus14/04/05 08:14:55

  Modified: ChangeLog
  Added:php-5.5.11.ebuild php-5.4.27.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.823dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.822
retrieving revision 1.823
diff -u -r1.822 -r1.823
--- ChangeLog   5 Apr 2014 07:22:55 -   1.822
+++ ChangeLog   5 Apr 2014 08:14:55 -   1.823
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.822 2014/04/05 
07:22:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.823 2014/04/05 
08:14:55 olemarkus Exp $
+
+*php-5.5.11 (05 Apr 2014)
+*php-5.4.27 (05 Apr 2014)
+
+  05 Apr 2014; Ole Markus With olemar...@gentoo.org +php-5.4.27.ebuild,
+  +php-5.5.11.ebuild:
+  Version bumps
 
   05 Apr 2014; Pacho Ramos pa...@gentoo.org php-5.3.28-r3.ebuild:
   amd64 stable, bug #501376



1.1  dev-lang/php/php-5.5.11.ebuild

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

Index: php-5.5.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.11.ebuild,v 1.1 
2014/04/05 08:14:55 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos

function php_get_uri ()
{
case ${1} in
php-pre)
echo http://downloads.php.net/dsp/${2};
;;
php)
echo http://www.php.net/distributions/${2};
;;
olemarkus)
echo http://dev.gentoo.org/~olemarkus/php/${2};
;;
gentoo)
echo mirror://gentoo/${2}
;;
*)
die unhandled case in php_get_uri
;;
esac
}

PHP_MV=$(get_major_version)
SLOT=$(get_version_component_range 1-2)

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV=${PV/_rc/RC}
PHP_PV=${PHP_PV/_alpha/alpha}
PHP_PV=${PHP_PV/_beta/beta}
PHP_RELEASE=php
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE=php-pre
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE=php-pre
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE=php-pre
PHP_P=${PN}-${PHP_PV}

PHP_SRC_URI=$(php_get_uri ${PHP_RELEASE} ${PHP_P}.tar.bz2)

PHP_FPM_CONF_VER=1

SRC_URI=${PHP_SRC_URI}

DESCRIPTION=The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs.
HOMEPAGE=http://php.net/;
LICENSE=PHP-3

S=${WORKDIR}/${PHP_P}

# We can build the following SAPIs in the given order
SAPIS=embed cli cgi fpm apache2

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE=${IUSE}
${SAPIS/cli/+cli}
threads

IUSE=${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib

DEPEND=
=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
cjk? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
) )
crypt? ( 

[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.28-r2.ebuild php-5.4.23.ebuild php-5.4.25.ebuild php-5.4.24-r1.ebuild php-5.5.8.ebuild php-5.4.24.ebuild php-5.5.8-r1.ebuild php-5

2014-04-05 Thread Ole Markus With (olemarkus)
olemarkus14/04/05 08:20:53

  Modified: ChangeLog
  Removed:  php-5.3.28-r2.ebuild php-5.4.23.ebuild
php-5.4.25.ebuild php-5.4.24-r1.ebuild
php-5.5.8.ebuild php-5.4.24.ebuild
php-5.5.8-r1.ebuild php-5.5.9.ebuild
php-5.3.28-r1.ebuild php-5.5.7.ebuild
  Log:
  Removing older, insecure versions
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.824dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.823
retrieving revision 1.824
diff -u -r1.823 -r1.824
--- ChangeLog   5 Apr 2014 08:14:55 -   1.823
+++ ChangeLog   5 Apr 2014 08:20:53 -   1.824
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.823 2014/04/05 
08:14:55 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.824 2014/04/05 
08:20:53 olemarkus Exp $
+
+  05 Apr 2014; Ole Markus With olemar...@gentoo.org -php-5.3.28-r1.ebuild,
+  -php-5.3.28-r2.ebuild, -php-5.4.23.ebuild, -php-5.4.24-r1.ebuild,
+  -php-5.4.24.ebuild, -php-5.4.25.ebuild, -php-5.5.7.ebuild,
+  -php-5.5.8-r1.ebuild, -php-5.5.8.ebuild, -php-5.5.9.ebuild:
+  Removing older, insecure versions
 
 *php-5.5.11 (05 Apr 2014)
 *php-5.4.27 (05 Apr 2014)






[gentoo-commits] gentoo-x86 commit in net-dns/pdnsd: pdnsd-1.2.9a-r1.ebuild ChangeLog

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 08:23:37

  Modified: ChangeLog
  Added:pdnsd-1.2.9a-r1.ebuild
  Log:
  Add unit file and rely on tmpfiles.d to create needed cache dirs at runtime 
(#501876 by Martin Vath)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.123net-dns/pdnsd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/ChangeLog?rev=1.123view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/ChangeLog?rev=1.123content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/ChangeLog?r1=1.122r2=1.123

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   3 Mar 2014 13:57:09 -   1.122
+++ ChangeLog   5 Apr 2014 08:23:37 -   1.123
@@ -1,6 +1,13 @@
 # ChangeLog for net-dns/pdnsd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.122 2014/03/03 
13:57:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.123 2014/04/05 
08:23:37 pacho Exp $
+
+*pdnsd-1.2.9a-r1 (05 Apr 2014)
+
+  05 Apr 2014; Pacho Ramos pa...@gentoo.org +files/pdnsd.rc8,
+  +files/pdnsd.service, +files/pdnsd.tmpfiles, +pdnsd-1.2.9a-r1.ebuild:
+  Add unit file and rely on tmpfiles.d to create needed cache dirs at runtime
+  (#501876 by Martin Vath)
 
   03 Mar 2014; Lars Wendler polynomia...@gentoo.org files/pdnsd.rc7:
   Fixed pidfile location for non-linux systems.



1.1  net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild?rev=1.1content-type=text/plain

Index: pdnsd-1.2.9a-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild,v 1.1 
2014/04/05 08:23:37 pacho Exp $

EAPI=5

inherit systemd user

DESCRIPTION=Proxy DNS server with permanent caching
HOMEPAGE=http://members.home.nl/p.a.rombouts/pdnsd/;
SRC_URI=http://members.home.nl/p.a.rombouts/pdnsd/releases/${P}-par.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86
IUSE=debug ipv6 isdn +urandom test

RDEPEND=sys-apps/openrc
DEPEND=test? ( net-dns/bind-tools )

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

src_configure() {
local myconf=
use debug  myconf=${myconf} --with-debug=3
use urandom  myconf=${myconf} --with-random-device=/dev/urandom

econf \
--disable-dependency-tracking \
--sysconfdir=/etc/pdnsd \
--with-cachedir=/var/cache/pdnsd \
--with-default-id=pdnsd \
$(use_enable ipv6) $(use_enable ipv6 ipv6-startup) \
$(use_enable isdn) \
${myconf}
}

src_install() {
emake DESTDIR=${D} install

dodoc AUTHORS ChangeLog* NEWS README THANKS TODO README.par
docinto contrib ; dodoc contrib/{README,dhcp2pdnsd,pdnsd_dhcp.pl}
docinto html ; dohtml doc/html/*
docinto txt ; dodoc doc/txt/*
newdoc doc/pdnsd.conf pdnsd.conf.sample

newinitd ${FILESDIR}/pdnsd.rc8 pdnsd
newinitd ${FILESDIR}/pdnsd.online.2 pdnsd-online
systemd_newtmpfilesd ${FILESDIR}/pdnsd.tmpfiles pdnsd.conf
systemd_dounit ${FILESDIR}/pdnsd.service

mkdir ${T}/confd || die

cat -  ${T}/confd/pdnsd-online EOF
# Make sure to change the rc_need variable to the service for the
# interface that connects you to the dns servers.
#
# For instance if you use a PPP connection on ppp0 to connect, set
#   rc_need=net.ppp0

rc_need=net.lo
EOF

# Don't try to do the smart thing and add the --help output here:
# it will cause the file to be etc-updated if the help text
# changes and fails when cross-compiling.
cat -  ${T}/confd/pdnsd EOF
# Command line options, check pdnsd --help for a list of valid
# parameters. Note that most of the options that can be given at
# command-line are also available as configuration parameters in
# /etc/pdnsd/pdnsd.conf
PDNSDCONFIG=
EOF

doconfd ${T}/confd/*

# gentoo resolvconf support
exeinto /etc/resolvconf/update.d
newexe ${FILESDIR}/pdnsd.resolvconf-r1 pdnsd
}

src_test() {
fail_kill() {
kill -9 $(${T}/pid)
die $1
}

mkdir ${T}/pdnsd || die
echo -n -e pd12\0\0\0\0  

[gentoo-commits] gentoo-x86 commit in net-dns/pdnsd/files: pdnsd.tmpfiles pdnsd.service pdnsd.rc8

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 08:23:37

  Added:pdnsd.tmpfiles pdnsd.service pdnsd.rc8
  Log:
  Add unit file and rely on tmpfiles.d to create needed cache dirs at runtime 
(#501876 by Martin Vath)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  net-dns/pdnsd/files/pdnsd.tmpfiles

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/files/pdnsd.tmpfiles?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/files/pdnsd.tmpfiles?rev=1.1content-type=text/plain

Index: pdnsd.tmpfiles
===
d /var/cache/pdnsd 750 pdnsd pdnsd -



1.1  net-dns/pdnsd/files/pdnsd.service

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/files/pdnsd.service?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/files/pdnsd.service?rev=1.1content-type=text/plain

Index: pdnsd.service
===
[Unit]
Description=pdnsd private name-server cache daemon
After=syslog.target network.target auditd.service
ConditionPathExists=/etc/pdnsd/pdnsd.conf

[Service]
ExecStart=/usr/sbin/pdnsd -s -t
ExecReload=/usr/sbin/pdnsd-ctl config

[Install]
WantedBy=multi-user.target



1.1  net-dns/pdnsd/files/pdnsd.rc8

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc8?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc8?rev=1.1content-type=text/plain

Index: pdnsd.rc8
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.rc8,v 1.1 
2014/04/05 08:23:37 pacho Exp $

pidfile=/run/pdnsd.pid
command=/usr/sbin/pdnsd
command_args=-s -t -d -p ${pidfile} ${PDNSDCONFIG}
extra_started_commands=reload

depend() {
use net
provide dns
}

start_pre() {
if [ ! -e /etc/pdnsd/pdnsd.conf ] ; then
eerror You need an /etc/pdnsd/pdnsd.conf file first.
eerror There is a sample in /etc/pdnsd/pdnsd.conf.sample
return 1
fi
}

reload() {
ebegin Reloading pdnsd.conf
/usr/sbin/pdnsd-ctl config
eend $?
}






[gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: ChangeLog

2014-04-05 Thread Alexandre Rostovtsev (tetromino)
tetromino14/04/05 08:57:37

  Modified: ChangeLog
  Log:
  re-sign commit
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CF0ADD61)

Revision  ChangesPath
1.239gnome-base/gvfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog   5 Apr 2014 08:55:42 -   1.238
+++ ChangeLog   5 Apr 2014 08:57:37 -   1.239
@@ -1,12 +1,12 @@
 # ChangeLog for gnome-base/gvfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.238 
2014/04/05 08:55:42 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.239 
2014/04/05 08:57:37 tetromino Exp $
 
   05 Apr 2014; Alexandre Rostovtsev tetrom...@gentoo.org
   gvfs-1.12.3-r1.ebuild:
   Apply paranoia.h hack from 1.14.2 ebuild to fix build against
   libcdio-paranoia, since libcdio-0.8x is now completely gone from the tree.
-  Thanks to desultory for noticing.
+  Thanks to desultory for noticing
 
   29 Mar 2014; Alexandre Rostovtsev tetrom...@gentoo.org gvfs-1.14.2.ebuild,
   gvfs-1.16.4.ebuild, gvfs-1.18.3.ebuild:






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog gst-plugins10.eclass

2014-04-05 Thread Alexandre Rostovtsev (tetromino)
tetromino14/04/05 09:19:19

  Modified: ChangeLog gst-plugins10.eclass
  Log:
  Use LC_ALL=C for tr call; fixes invalid configure options when using Turkish 
locale (bug #490894, thanks to Emre Eryilmaz and Samuli Suominen).

Revision  ChangesPath
1.1196   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1196view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1196content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1195r2=1.1196

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1195
retrieving revision 1.1196
diff -u -r1.1195 -r1.1196
--- ChangeLog   3 Apr 2014 22:09:36 -   1.1195
+++ ChangeLog   5 Apr 2014 09:19:19 -   1.1196
@@ -1,6 +1,11 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1195 2014/04/03 
22:09:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1196 2014/04/05 
09:19:19 tetromino Exp $
+
+  05 Apr 2014; Alexandre Rostovtsev tetrom...@gentoo.org
+  gst-plugins10.eclass:
+  Use LC_ALL=C for tr call; fixes invalid configure options when using Turkish
+  locale (bug #490894, thanks to Emre Eryilmaz and Samuli Suominen).
 
   03 Apr 2014; Michał Górny mgo...@gentoo.org autotools-multilib.eclass,
   cmake-multilib.eclass, multilib-build.eclass:



1.12 eclass/gst-plugins10.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins10.eclass?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins10.eclass?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins10.eclass?r1=1.11r2=1.12

Index: gst-plugins10.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins10.eclass,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gst-plugins10.eclass29 Sep 2013 17:47:13 -  1.11
+++ gst-plugins10.eclass5 Apr 2014 09:19:19 -   1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins10.eclass,v 1.11 
2013/09/29 17:47:13 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins10.eclass,v 1.12 
2014/04/05 09:19:19 tetromino Exp $
 
 # @ECLASS: gst-plugins10.eclass
 # @MAINTAINER:
@@ -142,7 +142,7 @@
 gst-plugins10_get_plugins() {
# Must be called from src_prepare/src_configure
GST_PLUGINS_LIST=$(sed -rn 's/^AG_GST_CHECK_FEATURE\((\w+),.*/ \1 /p' \
-   ${S}/configure.* | tr '[:upper:]' '[:lower:]')
+   ${S}/configure.* | LC_ALL='C' tr '[:upper:]' '[:lower:]')
 }
 
 # @FUNCTION: gst-plugins10_find_plugin_dir






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde/meeting-logs: kde-project-meeting-log-20140329.txt

2014-04-05 Thread Johannes Huber (johu)
johu14/04/05 09:33:22

  Added:kde-project-meeting-log-20140329.txt
  Log:
  Add KDE herd meeting log 2014/03/29

Revision  ChangesPath
1.1  
xml/htdocs/proj/en/desktop/kde/meeting-logs/kde-project-meeting-log-20140329.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/meeting-logs/kde-project-meeting-log-20140329.txt?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/meeting-logs/kde-project-meeting-log-20140329.txt?rev=1.1content-type=text/plain

Index: kde-project-meeting-log-20140329.txt
===
johu 1. Roll call (5 minutes)
johu !herd kde
-*- creffett|irssi here
willikins (kde) ago, alexxy, creffett, dastergon, dilfridge, jcallen, 
jmbsvicetto, jmorgan, johu, kensington, mrueg, mschiff, patrick, reavertm, 
scarabeus, thev00d00
-*- scarabeus beeps
kensington hi
mrueg pong.
-*- johu here
johu 2. EAPI 4 kde4.eclasses deprecation (10 minutes)
johu - KDE overlay is fully migrated to EAPI 5 and all older EAPI's are banned
johu - No issues known with EAPI 5
johu - Discuss and vote
creffett|irssi question: I know we've handled this in-overlay, but what's the 
state of packages in-tree?
-*- jcallen is here
johu i bumped alot to EAPI 5
mrueg let me check.
creffett|irssi (would be nice if pkgcore worked enough to give us the 
EAPI-by-eclass breakdown)
johu so its only a question of stable requests and some packages not 
maintained by us
kensington pkgcore- works good enough now
kensington and it fixed on qa-reports I think
johu yes qa-reports is fixed
creffett|irssi really.
johu thats why i started to do the tree EAPI 5 work
creffett|irssi news to me
kensington we should ban it in the overlay and in the tree once that's 
cleaned up
mrueg kde-base: 21, kde-misc: 20 eapi 4 packages (eapi per cat)
creffett|irssi so...bump the requirement in-overlay, news item on -dev or 
-dev-announce, file bugs?
kensington 
http://qa-reports.gentoo.org/output/eapi-per-eclass/kde4-base.eclass/4.txt
johu ^^ most of them have already EAPI 5 rev bumps
kensington cool
scarabeus then stablereq and request cleanup
creffett|irssi yup
johu around 20th april we can start mass stabilization and see whats left
mrueg so eapi4 ban would mean drop kdepim 4.4.x, right?
kensington mrueg: I wish
johu nope
creffett|irssi are those not EAPI 5?
johu we just bump them to EAPI 5
creffett|irssi yeah
johu i poked dilfridge about it already and he wants to do it
creffett|irssi probably no need for a revbump, tbh
mrueg creffett|irssi: just checked for knotes still eapi=4
creffett|irssi kk
kensington creffett|irssi: it's stable packages
creffett|irssi kensington: blarg
johu anyone who wants to keep EAPI 4?
kensington punt it
johu ok vote:
mrueg no need to keep, but what is the need to punt it?
creffett|irssi I know it's stable, but I doubt the bump will actually change 
installed files, and those aren't using any eaapi features, afaik
mrueg just progress?
creffett|irssi +1 burnintae
creffett|irssi *burninate
johu +1
kensington mrueg: for 4 - 5 not much, but eg. it might let us assume subslot 
support for something in the future
scarabeus should be fine for 4-5 so +1
johu creffett|irssi: we have already subslots implement for kde-base in the 
eclass
creffett|irssi johu: oh, right, forgot about those
creffett|irssi revbump it is.
mrueg kensington: i just wonder if ebuilds in overlays will fail because 
eclass disallows eapi-5
kensington in the past, dropping 3 let us clean up a lot of junk from the 
eclasses
mrueg *non-kde
mrueg overlays
creffett|irssi mrueg: not our problem
kensington they will, that's their problem, we will announce as per usual
creffett|irssi we announce it
creffett|irssi they fix their own
mrueg okay sounds good. :)
mrueg +1
kensington I did a couple of the 'major' ones for the las ttime
johu we make a tracker for the packages not maintained by us
creffett|irssi yup; I can do that if you'd like
johu creffett|irssi: lets do it after the mass stabilization
mrueg it would be nice to get a repoman error if eapi is deprecated for used 
eclass
creffett|irssi okay
creffett|irssi mrueg: that would require eclasses have a DEPRECATED_EAPIS 
sort of variable
creffett|irssi which would be nice, admittedly
johu creffett|irssi: raise that topic in qa please
mrueg yep 
johu :)
creffett|irssi johu: in portage, actually :P
creffett|irssi mrueg: file a bug :)
mrueg probably talk to TomWij
mrueg or file a bug ;)
mrueg will do.
johu next topic
creffett|irssi I would look into it if I had time in the next...two months.
johu 3. KDE overlay contribution model (10 minutes)
creffett|irssi mmkay
johu - We have a github mirror, which offers pull requests, reviews and 
comments
johu - Allows us to get more QA for user contributions
johu - Proposal: Drop all user ssh keys from overlay and promote the github 
contribution model (for example with a overlay news item)
johu - 

[gentoo-commits] gentoo-x86 commit in sys-kernel/aufs-sources: ChangeLog aufs-sources-3.12.16.ebuild aufs-sources-3.13.9.ebuild aufs-sources-3.10.36.ebuild aufs-sources-3.12.12.ebuild aufs-sources-3.1

2014-04-05 Thread Justin Lecher (jlec)
jlec14/04/05 09:59:49

  Modified: ChangeLog
  Added:aufs-sources-3.12.16.ebuild
aufs-sources-3.13.9.ebuild
aufs-sources-3.10.36.ebuild
  Removed:  aufs-sources-3.12.12.ebuild
aufs-sources-3.10.31.ebuild
aufs-sources-3.13.4.ebuild
  Log:
  sys-kernel/aufs-sources: Bump to latest linux and genpatch release
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.107sys-kernel/aufs-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   1 Apr 2014 14:56:36 -   1.106
+++ ChangeLog   5 Apr 2014 09:59:48 -   1.107
@@ -1,6 +1,16 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.106 
2014/04/01 14:56:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.107 
2014/04/05 09:59:48 jlec Exp $
+
+*aufs-sources-3.13.9 (05 Apr 2014)
+*aufs-sources-3.12.16 (05 Apr 2014)
+*aufs-sources-3.10.36 (05 Apr 2014)
+
+  05 Apr 2014; Justin Lecher j...@gentoo.org -aufs-sources-3.10.31.ebuild,
+  +aufs-sources-3.10.36.ebuild, -aufs-sources-3.12.12.ebuild,
+  +aufs-sources-3.12.16.ebuild, -aufs-sources-3.13.4.ebuild,
+  +aufs-sources-3.13.9.ebuild:
+  Bump to latest linux and genpatch release
 
 *aufs-sources-3.13.8 (01 Apr 2014)
 *aufs-sources-3.10.35 (01 Apr 2014)



1.1  sys-kernel/aufs-sources/aufs-sources-3.12.16.ebuild

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

Index: aufs-sources-3.12.16.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.16.ebuild,v 
1.1 2014/04/05 09:59:48 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=17
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils
detect_version
detect_arch

AUFS_VERSION=3.12.x_p20140310
AUFS_TARBALL=aufs-sources-${AUFS_VERSION}.tar.xz
# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone 
aufs${AUFS_VERSION/_p*}  aufs-sources-${AUFS_VERSION}.tar
AUFS_URI=http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL};

KEYWORDS=~amd64 ~x86
HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches 
http://aufs.sourceforge.net/;
IUSE=deblob experimental module vanilla

DESCRIPTION=Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support
SRC_URI=
${KERNEL_URI}
${ARCH_URI}
${AUFS_URI}
!vanilla? ( ${GENPATCHES_URI} )


PDEPEND==sys-fs/aufs-util-3.9

src_unpack() {
if use vanilla; then
unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT
ewarn You are using USE=vanilla
ewarn This will drop all support from the gentoo kernel 
security team
fi

UNIPATCH_LIST=
${WORKDIR}/aufs3-kbuild.patch
${WORKDIR}/aufs3-base.patch
${WORKDIR}/aufs3-mmap.patch

use module  UNIPATCH_LIST+= ${WORKDIR}/aufs3-standalone.patch

unpack ${AUFS_TARBALL}

kernel-2_src_unpack
}

src_prepare() {
if ! use module; then
sed -e 's:tristate:bool:g' -i ${WORKDIR}/fs/aufs/Kconfig || 
die
fi
cp -f ${WORKDIR}/include/uapi/linux/aufs_type.h 
include/uapi/linux/aufs_type.h || die
cp -rf ${WORKDIR}/{Documentation,fs} . || die
}

pkg_postinst() {
kernel-2_pkg_postinst
einfo For more info on this patchset, and how to report problems, see:
einfo ${HOMEPAGE}
has_version sys-fs/aufs-util  \
einfo In order to use aufs FS you need to install 
sys-fs/aufs-util
}

pkg_postrm() {
kernel-2_pkg_postrm
}



1.1  sys-kernel/aufs-sources/aufs-sources-3.13.9.ebuild

file : 

[gentoo-commits] gentoo-x86 commit in app-cdr/cdrtools: ChangeLog cdrtools-3.01_alpha23.ebuild

2014-04-05 Thread Raul Porcel (armin76)
armin76 14/04/05 10:53:08

  Modified: ChangeLog cdrtools-3.01_alpha23.ebuild
  Log:
  Add support for arm64
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF6AD3240)

Revision  ChangesPath
1.338app-cdr/cdrtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- ChangeLog   24 Mar 2014 17:05:47 -  1.337
+++ ChangeLog   5 Apr 2014 10:53:08 -   1.338
@@ -1,6 +1,9 @@
 # ChangeLog for app-cdr/cdrtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.337 
2014/03/24 17:05:47 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/ChangeLog,v 1.338 
2014/04/05 10:53:08 armin76 Exp $
+
+  05 Apr 2014; Raúl Porcel armi...@gentoo.org cdrtools-3.01_alpha23.ebuild:
+  Add support for arm64
 
   24 Mar 2014; Daniel Pielmeier bil...@gentoo.org
   -cdrtools-3.01_alpha22.ebuild:



1.2  app-cdr/cdrtools/cdrtools-3.01_alpha23.ebuild

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

Index: cdrtools-3.01_alpha23.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cdrtools-3.01_alpha23.ebuild7 Mar 2014 15:13:46 -   1.1
+++ cdrtools-3.01_alpha23.ebuild5 Apr 2014 10:53:08 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha23.ebuild,v 1.1 
2014/03/07 15:13:46 billie Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha23.ebuild,v 1.2 
2014/04/05 10:53:08 armin76 Exp $
 
 EAPI=5
 
@@ -78,6 +78,10 @@
sed -i -e s|^#\(CONFFLAGS +=\).*|\1\t-cc=${tcCC}| \
rules.cnf || die sed rules.cnf
 
+   # Add support for arm64
+   ln -sf i586-linux-cc.rul aarch64-linux-cc.rul
+   ln -sf i586-linux-gcc.rul aarch64-linux-gcc.rul
+
# Schily make setup.
cd ${S}/DEFAULTS
local os=$(cdrtools_os)






[gentoo-commits] gentoo-x86 commit in sys-fs/udev-init-scripts: udev-init-scripts-26-r2.ebuild ChangeLog udev-init-scripts-9999.ebuild

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 10:58:32

  Modified: udev-init-scripts-26-r2.ebuild ChangeLog
udev-init-scripts-.ebuild
  Log:
  Synchronize use of ROOT
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.2  sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild?r1=1.1r2=1.2

Index: udev-init-scripts-26-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-init-scripts-26-r2.ebuild  3 Apr 2014 19:16:01 -   1.1
+++ udev-init-scripts-26-r2.ebuild  5 Apr 2014 10:58:31 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild,v
 1.1 2014/04/03 19:16:01 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-26-r2.ebuild,v
 1.2 2014/04/05 10:58:31 ssuominen Exp $
 
 EAPI=5
 
@@ -30,45 +30,36 @@
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
-src_prepare()
-{
+src_prepare() {
epatch_user
 }
 
-src_install()
-{
+src_install() {
default
 
# These are now part of =net-misc/netifrc-0.2.1:
rm -f ${D}/$(get_udevdir)/{net.sh,rules.d/90-network.rules}
 }
 
-pkg_postinst()
-{
+pkg_postinst() {
# Add udev and udev-mount to the sysinit runlevel automatically if this 
is
# the first install of this package.
-   if [[ -z ${REPLACING_VERSIONS} ]]
-   then
-   if [[ ! -d ${ROOT}etc/runlevels/sysinit ]]
-   then
-   mkdir -p ${ROOT}etc/runlevels/sysinit
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   if [[ ! -d ${ROOT%/}/etc/runlevels/sysinit ]]; then
+   mkdir -p ${ROOT%/}/etc/runlevels/sysinit
fi
-   if [[ -x ${ROOT}etc/init.d/udev ]]
-   then
-   ln -s /etc/init.d/udev 
${ROOT}/etc/runlevels/sysinit/udev
+   if [[ -x ${ROOT%/}/etc/init.d/udev ]]; then
+   ln -s /etc/init.d/udev 
${ROOT%/}/etc/runlevels/sysinit/udev
fi
-   if [[ -x ${ROOT}etc/init.d/udev-mount ]]
-   then
+   if [[ -x ${ROOT%/}/etc/init.d/udev-mount ]]; then
ln -s /etc/init.d/udev-mount \
-   ${ROOT}etc/runlevels/sysinit/udev-mount
+   ${ROOT%/}/etc/runlevels/sysinit/udev-mount
fi
fi
 
# Warn the user about adding the scripts to their sysinit runlevel
-   if [[ -e ${ROOT}etc/runlevels/sysinit ]]
-   then
-   if [[ ! -e ${ROOT}etc/runlevels/sysinit/udev ]]
-   then
+   if [[ -e ${ROOT%/}/etc/runlevels/sysinit ]]; then
+   if [[ ! -e ${ROOT%/}/etc/runlevels/sysinit/udev ]]; then
ewarn
ewarn You need to add udev to the sysinit runlevel.
ewarn If you do not do this,
@@ -76,8 +67,7 @@
ewarn Run this command:
ewarn \trc-update add udev sysinit
fi
-   if [[ ! -e ${ROOT}etc/runlevels/sysinit/udev-mount ]]
-   then
+   if [[ ! -e ${ROOT%/}/etc/runlevels/sysinit/udev-mount ]]; then
ewarn
ewarn You need to add udev-mount to the sysinit 
runlevel.
ewarn If you do not do this,



1.93 sys-fs/udev-init-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog?rev=1.93view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog?rev=1.93content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog?r1=1.92r2=1.93

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   3 Apr 2014 19:16:01 -   1.92
+++ ChangeLog   5 Apr 2014 10:58:31 -   1.93
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/udev-init-scripts
 # Copyright 1999-2014 Gentoo 

[gentoo-commits] gentoo-x86 commit in sys-apps/kmod: kmod-16.ebuild ChangeLog

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 11:02:10

  Modified: kmod-16.ebuild ChangeLog
  Log:
  If /etc/runlevels/sysinit is missing when we are installing for the first 
time, create the directory. This way we don't have to pull in sys-apps/openrc 
as a dependency. This bug was reported against sys-fs/udev-init-scripts wrt 
#487080
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.14 sys-apps/kmod/kmod-16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-16.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-16.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-16.ebuild?r1=1.13r2=1.14

Index: kmod-16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kmod-16.ebuild  22 Mar 2014 18:50:20 -  1.13
+++ kmod-16.ebuild  5 Apr 2014 11:02:10 -   1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.13 
2014/03/22 18:50:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.14 
2014/04/05 11:02:10 ssuominen Exp $
 
 EAPI=5
 inherit bash-completion-r1 eutils multilib
@@ -110,20 +110,23 @@
 
 pkg_postinst() {
if use openrc; then
-   if [[ -L ${ROOT}etc/runlevels/boot/static-nodes ]]; then
+   if [[ -L ${ROOT%/}/etc/runlevels/boot/static-nodes ]]; then
ewarn Removing old conflicting static-nodes init 
script from the boot runlevel
-   rm -f ${ROOT}etc/runlevels/boot/static-nodes
+   rm -f ${ROOT%/}/etc/runlevels/boot/static-nodes
fi
 
# Add kmod to the runlevel automatically if this is the first 
install of this package.
if [[ -z ${REPLACING_VERSIONS} ]]; then
-   if [[ -x ${ROOT}etc/init.d/kmod-static-nodes  -d 
${ROOT}etc/runlevels/sysinit ]]; then
-   ln -s /etc/init.d/kmod-static-nodes 
${ROOT}/etc/runlevels/sysinit/kmod-static-nodes
+   if [[ ! -d ${ROOT%/}/etc/runlevels/sysinit ]]; then
+   mkdir -p ${ROOT%/}/etc/runlevels/sysinit
+   fi
+   if [[ -x ${ROOT%/}/etc/init.d/kmod-static-nodes ]]; then
+   ln -s /etc/init.d/kmod-static-nodes 
${ROOT%/}/etc/runlevels/sysinit/kmod-static-nodes
fi
fi
 
-   if [[ -e ${ROOT}etc/runlevels/sysinit ]]; then
-   if [[ ! -e 
${ROOT}etc/runlevels/sysinit/kmod-static-nodes ]]; then
+   if [[ -e ${ROOT%/}/etc/runlevels/sysinit ]]; then
+   if [[ ! -e 
${ROOT%/}/etc/runlevels/sysinit/kmod-static-nodes ]]; then
ewarn
ewarn You need to add kmod-static-nodes to the 
sysinit runlevel for
ewarn kernel modules to have required static 
nodes!



1.139sys-apps/kmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   22 Mar 2014 18:50:20 -  1.138
+++ ChangeLog   5 Apr 2014 11:02:10 -   1.139
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.138 2014/03/22 
18:50:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.139 2014/04/05 
11:02:10 ssuominen Exp $
+
+  05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org kmod-16.ebuild:
+  If /etc/runlevels/sysinit is missing when we are installing for the first
+  time, create the directory. This way we don't have to pull in sys-apps/openrc
+  as a dependency. This bug was reported against sys-fs/udev-init-scripts wrt
+  #487080
 
   22 Mar 2014; Mike Frysinger vap...@gentoo.org kmod-16.ebuild,
   kmod-.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.28-r3.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:06:38

  Modified: php-5.3.28-r3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #501376
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-lang/php/php-5.3.28-r3.ebuild

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

Index: php-5.3.28-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-5.3.28-r3.ebuild5 Apr 2014 07:22:55 -   1.5
+++ php-5.3.28-r3.ebuild5 Apr 2014 11:06:38 -   1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v 1.5 
2014/04/05 07:22:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild,v 1.6 
2014/04/05 11:06:38 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd
 
 function php_get_uri ()
 {



1.825dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.824
retrieving revision 1.825
diff -u -r1.824 -r1.825
--- ChangeLog   5 Apr 2014 08:20:53 -   1.824
+++ ChangeLog   5 Apr 2014 11:06:38 -   1.825
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.824 2014/04/05 
08:20:53 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.825 2014/04/05 
11:06:38 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org php-5.3.28-r3.ebuild:
+  Stable for x86, wrt bug #501376
 
   05 Apr 2014; Ole Markus With olemar...@gentoo.org -php-5.3.28-r1.ebuild,
   -php-5.3.28-r2.ebuild, -php-5.4.23.ebuild, -php-5.4.24-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in app-emacs/tuareg-mode: tuareg-mode-2.0.7.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:07:57

  Modified: tuareg-mode-2.0.7.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504562
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild?r1=1.2r2=1.3

Index: tuareg-mode-2.0.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tuareg-mode-2.0.7.ebuild31 Mar 2014 11:23:00 -  1.2
+++ tuareg-mode-2.0.7.ebuild5 Apr 2014 11:07:57 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild,v 1.2 
2014/03/31 11:23:00 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/tuareg-mode-2.0.7.ebuild,v 1.3 
2014/04/05 11:07:57 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~ppc x86 ~x86-fbsd
 
 S=${WORKDIR}/tuareg-${PV}
 ELISP_REMOVE=tuareg-pkg.el tuareg-site-file.el



1.44 app-emacs/tuareg-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tuareg-mode/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tuareg-mode/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/tuareg-mode/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   31 Mar 2014 11:23:00 -  1.43
+++ ChangeLog   5 Apr 2014 11:07:57 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/tuareg-mode
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.43 
2014/03/31 11:23:00 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tuareg-mode/ChangeLog,v 1.44 
2014/04/05 11:07:57 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org tuareg-mode-2.0.7.ebuild:
+  Stable for x86, wrt bug #504562
 
   31 Mar 2014; Chema Alonso nim...@gentoo.org tuareg-mode-2.0.7.ebuild:
   Stable for amd64 wrt bug #504562
@@ -189,4 +192,3 @@
   files/50tuareg-mode.el:
   Initial import. Thanks to Matthieu Sozeau mat...@altern.org and
   Pierre-Loi:c Garoche for submitting the ebuild. This closes Bug #30397
-






[gentoo-commits] gentoo-x86 commit in app-emacs/redo+: redo+-1.19.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:08:12

  Modified: redo+-1.19.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504564
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emacs/redo+/redo+-1.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild?r1=1.2r2=1.3

Index: redo+-1.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- redo+-1.19.ebuild   31 Mar 2014 11:33:59 -  1.2
+++ redo+-1.19.ebuild   5 Apr 2014 11:08:12 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild,v 1.2 
2014/03/31 11:33:59 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo+/redo+-1.19.ebuild,v 1.3 
2014/04/05 11:08:12 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~x86
+KEYWORDS=~alpha amd64 x86
 
 SITEFILE=50${PN}-gentoo.el
 DOC_CONTENTS=Add \(require 'redo+)\ to your ~/.emacs file



1.3  app-emacs/redo+/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/redo+/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/redo+/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/redo+/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/redo+/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   31 Mar 2014 11:33:59 -  1.2
+++ ChangeLog   5 Apr 2014 11:08:12 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/redo+
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo+/ChangeLog,v 1.2 2014/03/31 
11:33:59 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/redo+/ChangeLog,v 1.3 2014/04/05 
11:08:12 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org redo+-1.19.ebuild:
+  Stable for x86, wrt bug #504564
 
   31 Mar 2014; Chema Alonso nim...@gentoo.org redo+-1.19.ebuild:
   Stable for amd64 wrt bug #504564
@@ -10,4 +13,3 @@
   13 Feb 2014; Ulrich Müller u...@gentoo.org +redo+-1.19.ebuild,
   +files/50redo+-gentoo.el, +metadata.xml:
   Initial import, fork of redo. Ebuild and keywords copied from app-emacs/redo.
-






[gentoo-commits] gentoo-x86 commit in sys-apps/tcp-wrappers: tcp-wrappers-7.6.22-r1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:07:39

  Modified: tcp-wrappers-7.6.22-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #502920
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild?r1=1.8r2=1.9

Index: tcp-wrappers-7.6.22-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tcp-wrappers-7.6.22-r1.ebuild   26 Mar 2014 10:38:31 -  1.8
+++ tcp-wrappers-7.6.22-r1.ebuild   5 Apr 2014 11:07:39 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.8 2014/03/26 10:38:31 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6.22-r1.ebuild,v 
1.9 2014/04/05 11:07:39 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=tcp_wrappers_license
 SLOT=0
-KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~ia64-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~ia64-linux ~x86-linux
 IUSE=ipv6 netgroups static-libs
 
 RDEPEND=



1.56 sys-apps/tcp-wrappers/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   26 Mar 2014 10:38:31 -  1.55
+++ ChangeLog   5 Apr 2014 11:07:39 -   1.56
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/tcp-wrappers
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.55 
2014/03/26 10:38:31 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.56 
2014/04/05 11:07:39 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org 
tcp-wrappers-7.6.22-r1.ebuild:
+  Stable for x86, wrt bug #502920
 
   26 Mar 2014; Chema Alonso nim...@gentoo.org tcp-wrappers-7.6.22-r1.ebuild:
   Stable for amd64 wrt bug #502920






[gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.47.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:08:51

  Modified: htmlize-1.47.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504842
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emacs/htmlize/htmlize-1.47.ebuild

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

Index: htmlize-1.47.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.47.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htmlize-1.47.ebuild 31 Mar 2014 14:01:01 -  1.2
+++ htmlize-1.47.ebuild 5 Apr 2014 11:08:51 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.47.ebuild,v 1.2 
2014/03/31 14:01:01 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.47.ebuild,v 1.3 
2014/04/05 11:08:51 ago Exp $
 
 EAPI=5
 
@@ -13,6 +13,6 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 
 SITEFILE=50${PN}-gentoo.el



1.31 app-emacs/htmlize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   31 Mar 2014 14:01:01 -  1.30
+++ ChangeLog   5 Apr 2014 11:08:51 -   1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.30 
2014/03/31 14:01:01 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.31 
2014/04/05 11:08:51 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org htmlize-1.47.ebuild:
+  Stable for x86, wrt bug #504842
 
   31 Mar 2014; Chema Alonso nim...@gentoo.org htmlize-1.47.ebuild:
   Stable for amd64 wrt bug #504842






[gentoo-commits] gentoo-x86 commit in app-emacs/uptimes: uptimes-2.3-r2.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:08:25

  Modified: uptimes-2.3-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504838
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emacs/uptimes/uptimes-2.3-r2.ebuild

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

Index: uptimes-2.3-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/uptimes/uptimes-2.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uptimes-2.3-r2.ebuild   31 Mar 2014 13:43:53 -  1.2
+++ uptimes-2.3-r2.ebuild   5 Apr 2014 11:08:25 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/uptimes/uptimes-2.3-r2.ebuild,v 
1.2 2014/03/31 13:43:53 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/uptimes/uptimes-2.3-r2.ebuild,v 
1.3 2014/04/05 11:08:25 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 x86
 
 SITEFILE=50${PN}-gentoo.el
 DOC_CONTENTS=Uptimes is not enabled as a site default. Add the following



1.22 app-emacs/uptimes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/uptimes/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/uptimes/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/uptimes/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/uptimes/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   31 Mar 2014 13:43:53 -  1.21
+++ ChangeLog   5 Apr 2014 11:08:25 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/uptimes
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/uptimes/ChangeLog,v 1.21 
2014/03/31 13:43:53 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/uptimes/ChangeLog,v 1.22 
2014/04/05 11:08:25 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org uptimes-2.3-r2.ebuild:
+  Stable for x86, wrt bug #504838
 
   31 Mar 2014; Chema Alonso nim...@gentoo.org uptimes-2.3-r2.ebuild:
   Stable for amd64 wrt bug #504838






[gentoo-commits] gentoo-x86 commit in media-libs/libvpx/files: libvpx-1.3.0-sparc-configure.patch

2014-04-05 Thread Pacho Ramos (pacho)
pacho   14/04/05 11:08:58

  Added:libvpx-1.3.0-sparc-configure.patch
  Log:
  Fix build on sparc (#501010 by Dustin, thanks to Ago for testing and his 
acknowledge)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  media-libs/libvpx/files/libvpx-1.3.0-sparc-configure.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/files/libvpx-1.3.0-sparc-configure.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/files/libvpx-1.3.0-sparc-configure.patch?rev=1.1content-type=text/plain

Index: libvpx-1.3.0-sparc-configure.patch
===
--- configure~  2014-01-10 21:12:42.0 +0100
+++ configure   2014-04-05 12:51:51.794638686 +0200
@@ -109,6 +109,7 @@
 all_platforms=${all_platforms} ppc64-darwin9-gcc
 all_platforms=${all_platforms} ppc64-linux-gcc
 all_platforms=${all_platforms} sparc-solaris-gcc
+all_platforms=${all_platforms} sparc-linux-gcc
 all_platforms=${all_platforms} x86-android-gcc
 all_platforms=${all_platforms} x86-darwin8-gcc
 all_platforms=${all_platforms} x86-darwin8-icc






[gentoo-commits] gentoo-x86 commit in app-emacs/dictionary: dictionary-1.10.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:09:04

  Modified: dictionary-1.10.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505060
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emacs/dictionary/dictionary-1.10.ebuild

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

Index: dictionary-1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dictionary-1.10.ebuild  29 Mar 2014 18:03:26 -  1.2
+++ dictionary-1.10.ebuild  5 Apr 2014 11:09:04 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.2 
2014/03/29 18:03:26 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.10.ebuild,v 1.3 
2014/04/05 11:09:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 
 ELISP_REMOVE=install-package.el lpath.el
 SITEFILE=50${PN}-gentoo-${PV}.el



1.16 app-emacs/dictionary/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   29 Mar 2014 18:03:26 -  1.15
+++ ChangeLog   5 Apr 2014 11:09:04 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/dictionary
 # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.15 
2014/03/29 18:03:26 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.16 
2014/04/05 11:09:04 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org dictionary-1.10.ebuild:
+  Stable for x86, wrt bug #505060
 
   29 Mar 2014; Chema Alonso nim...@gentoo.org dictionary-1.10.ebuild:
   Stable for amd64 wrt bug #505060






[gentoo-commits] gentoo commit in src/patchsets/kde/kdebase-3.5.0: kcheckpass-3.5.0-bindnow.patch kcontrol-3.5.0-global-usbids.patch kdebase-3.5-startkde-gentoo.patch kdebase-3.5.0-composite.patch kde

2014-04-05 Thread Johannes Huber (johu)
johu14/04/05 11:09:53

  Removed:  kcheckpass-3.5.0-bindnow.patch
kcontrol-3.5.0-global-usbids.patch
kdebase-3.5-startkde-gentoo.patch
kdebase-3.5.0-composite.patch
kdebase-3.5.0_beta2-noimake.patch
kdesktop-3.5.0-xscreensaver.patch
kdesu-3.5.0-bindnow.patch
kicker-3.5.0-composite.patch
konqueror-3.5.0-location-bar-focus.patch
ksplashml-3.5.0-xinerama.patch
kwin-3.5.0-composite.patch
kxkb-3.5.0-modularxkb.patch
  Log:
  Remove ancient patches.



[gentoo-commits] gentoo-x86 commit in app-emacs/lyskom-elisp-client: lyskom-elisp-client-0.48_p20131231.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:09:30

  Modified: lyskom-elisp-client-0.48_p20131231.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505206
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild?r1=1.3r2=1.4

Index: lyskom-elisp-client-0.48_p20131231.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lyskom-elisp-client-0.48_p20131231.ebuild   2 Apr 2014 19:12:09 -   
1.3
+++ lyskom-elisp-client-0.48_p20131231.ebuild   5 Apr 2014 11:09:30 -   
1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild,v
 1.3 2014/04/02 19:12:09 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48_p20131231.ebuild,v
 1.4 2014/04/05 11:09:30 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~sparc ~x86
+KEYWORDS=amd64 ~sparc x86
 IUSE=linguas_sv
 
 S=${WORKDIR}/${PN}



1.18 app-emacs/lyskom-elisp-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/lyskom-elisp-client/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/lyskom-elisp-client/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/lyskom-elisp-client/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   2 Apr 2014 19:12:09 -   1.17
+++ ChangeLog   5 Apr 2014 11:09:30 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/lyskom-elisp-client
 # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/ChangeLog,v 
1.17 2014/04/02 19:12:09 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/ChangeLog,v 
1.18 2014/04/05 11:09:30 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org
+  lyskom-elisp-client-0.48_p20131231.ebuild:
+  Stable for x86, wrt bug #505206
 
   02 Apr 2014; Chema Alonso nim...@gentoo.org
   lyskom-elisp-client-0.48_p20131231.ebuild:
@@ -67,4 +71,3 @@
   lyskom-elisp-client-0.47.1.ebuild, files/50lyskom-elisp-client-gentoo.el:
   Initial import. Ebuild submitted by Karl-Johan Karlsson
   creideiki+gentoo-bugzi...@lysator.liu.se, closing bug #37469
-






[gentoo-commits] gentoo-x86 commit in games-action/powermanga: powermanga-0.91.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:10:02

  Modified: powermanga-0.91.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505016
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  games-action/powermanga/powermanga-0.91.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?r1=1.3r2=1.4

Index: powermanga-0.91.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- powermanga-0.91.ebuild  2 Apr 2014 10:42:56 -   1.3
+++ powermanga-0.91.ebuild  5 Apr 2014 11:10:02 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.3 
2014/04/02 10:42:56 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.4 
2014/04/05 11:10:02 ago Exp $
 
 EAPI=5
 inherit eutils autotools games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=
 
 RDEPEND==media-libs/libsdl-1.2[audio,joystick,video]



1.28 games-action/powermanga/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   2 Apr 2014 10:42:56 -   1.27
+++ ChangeLog   5 Apr 2014 11:10:02 -   1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/powermanga
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.27 
2014/04/02 10:42:56 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.28 
2014/04/05 11:10:02 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org powermanga-0.91.ebuild:
+  Stable for x86, wrt bug #505016
 
   02 Apr 2014; Chema Alonso nim...@gentoo.org powermanga-0.91.ebuild:
   Stable for amd64 wrt bug #505016






[gentoo-commits] gentoo-x86 commit in app-emacs/emacs-wget: emacs-wget-0.5.0-r1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:09:17

  Modified: emacs-wget-0.5.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505204
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild

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

Index: emacs-wget-0.5.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emacs-wget-0.5.0-r1.ebuild  2 Apr 2014 19:02:39 -   1.2
+++ emacs-wget-0.5.0-r1.ebuild  5 Apr 2014 11:09:17 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild,v 1.2 
2014/04/02 19:02:39 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0-r1.ebuild,v 1.3 
2014/04/05 11:09:17 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=~alpha amd64 ~ppc ~ppc64 x86
 IUSE=linguas_ja
 
 RDEPEND==net-misc/wget-1.8.2



1.23 app-emacs/emacs-wget/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   2 Apr 2014 19:02:39 -   1.22
+++ ChangeLog   5 Apr 2014 11:09:17 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/emacs-wget
 # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.22 
2014/04/02 19:02:39 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.23 
2014/04/05 11:09:17 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org emacs-wget-0.5.0-r1.ebuild:
+  Stable for x86, wrt bug #505204
 
   02 Apr 2014; Chema Alonso nim...@gentoo.org emacs-wget-0.5.0-r1.ebuild:
   Stable for amd64 wrt bug #505204
@@ -76,4 +79,3 @@
   metadata.xml, files/65emacs-wget-gentoo.el:
   Initial import. Ebuild submitted by Atzm Watanabe sitos...@p.chan.ne.jp
   at GentooJP ebuild Project
-






[gentoo-commits] gentoo-x86 commit in games-action/maelstrom: maelstrom-3.0.6-r2.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:09:48

  Modified: maelstrom-3.0.6-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505002
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  games-action/maelstrom/maelstrom-3.0.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild?r1=1.2r2=1.3

Index: maelstrom-3.0.6-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maelstrom-3.0.6-r2.ebuild   1 Apr 2014 13:23:38 -   1.2
+++ maelstrom-3.0.6-r2.ebuild   5 Apr 2014 11:09:48 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.2 
2014/04/01 13:23:38 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.3 
2014/04/05 11:09:48 ago Exp $
 
 EAPI=5
 inherit autotools eutils games
@@ -10,7 +10,7 @@
 HOMEPAGE=http://www.libsdl.org/projects/Maelstrom/;
 SRC_URI=http://www.libsdl.org/projects/Maelstrom/src/${MY_P}.tar.gz;
 
-KEYWORDS=~alpha amd64 ~ppc ~x86
+KEYWORDS=~alpha amd64 ~ppc x86
 SLOT=0
 LICENSE=GPL-2
 IUSE=



1.23 games-action/maelstrom/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/maelstrom/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   1 Apr 2014 13:23:38 -   1.22
+++ ChangeLog   5 Apr 2014 11:09:48 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/maelstrom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.22 
2014/04/01 13:23:38 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.23 
2014/04/05 11:09:48 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org maelstrom-3.0.6-r2.ebuild:
+  Stable for x86, wrt bug #505002
 
   01 Apr 2014; Chema Alonso nim...@gentoo.org maelstrom-3.0.6-r2.ebuild:
   Stable for amd64 wrt bug #505002






[gentoo-commits] gentoo-x86 commit in games-action/minetest: minetest-0.4.9.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:11:05

  Modified: minetest-0.4.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504358
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  games-action/minetest/minetest-0.4.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild?r1=1.2r2=1.3

Index: minetest-0.4.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- minetest-0.4.9.ebuild   30 Mar 2014 12:51:48 -  1.2
+++ minetest-0.4.9.ebuild   5 Apr 2014 11:11:05 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild,v 1.2 
2014/03/30 12:51:48 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild,v 1.3 
2014/04/05 11:11:05 ago Exp $
 
 EAPI=5
 inherit eutils cmake-utils gnome2-utils vcs-snapshot user games
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2.1+ CC-BY-SA-3.0
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=+curl dedicated leveldb luajit nls +server +sound +truetype
 
 RDEPEND=dev-db/sqlite:3



1.10 games-action/minetest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   30 Mar 2014 12:51:48 -  1.9
+++ ChangeLog   5 Apr 2014 11:11:05 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/minetest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.9 
2014/03/30 12:51:48 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.10 
2014/04/05 11:11:05 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org minetest-0.4.9.ebuild:
+  Stable for x86, wrt bug #504358
 
   30 Mar 2014; Chema Alonso nim...@gentoo.org minetest-0.4.9.ebuild:
   Stable for amd64 wrt bug #504358






[gentoo-commits] gentoo-x86 commit in games-action/garden: garden-1.0.8-r1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:10:15

  Modified: garden-1.0.8-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505022
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  games-action/garden/garden-1.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?r1=1.3r2=1.4

Index: garden-1.0.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- garden-1.0.8-r1.ebuild  2 Apr 2014 10:38:41 -   1.3
+++ garden-1.0.8-r1.ebuild  5 Apr 2014 11:10:15 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.3 
2014/04/02 10:38:41 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.4 
2014/04/05 11:10:15 ago Exp $
 
 EAPI=5
 inherit eutils gnome2-utils autotools games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=
 
 DEPEND=media-libs/allegro-5



1.12 games-action/garden/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   2 Apr 2014 10:38:41 -   1.11
+++ ChangeLog   5 Apr 2014 11:10:15 -   1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/garden
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.11 
2014/04/02 10:38:41 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.12 
2014/04/05 11:10:15 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org garden-1.0.8-r1.ebuild:
+  Stable for x86, wrt bug #505022
 
   02 Apr 2014; Chema Alonso nim...@gentoo.org garden-1.0.8-r1.ebuild:
   Stable for amd64 wrt bug #505022






[gentoo-commits] gentoo-x86 commit in games-action/extreme-tuxracer: extreme-tuxracer-0.6.0.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:10:29

  Modified: extreme-tuxracer-0.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505030
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild

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

Index: extreme-tuxracer-0.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extreme-tuxracer-0.6.0.ebuild   29 Mar 2014 17:45:12 -  1.3
+++ extreme-tuxracer-0.6.0.ebuild   5 Apr 2014 11:10:29 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v
 1.3 2014/03/29 17:45:12 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.6.0.ebuild,v
 1.4 2014/04/05 11:10:29 ago Exp $
 
 EAPI=5
 inherit eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2+
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND=virtual/opengl



1.16 games-action/extreme-tuxracer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/extreme-tuxracer/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   29 Mar 2014 17:45:12 -  1.15
+++ ChangeLog   5 Apr 2014 11:10:29 -   1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/extreme-tuxracer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 
1.15 2014/03/29 17:45:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 
1.16 2014/04/05 11:10:29 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org 
extreme-tuxracer-0.6.0.ebuild:
+  Stable for x86, wrt bug #505030
 
   29 Mar 2014; Chema Alonso nim...@gentoo.org extreme-tuxracer-0.6.0.ebuild:
   Stable for amd64 wrt bug #505030






[gentoo-commits] gentoo-x86 commit in net-irc/hexchat: hexchat-2.9.6.1-r2.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:10:45

  Modified: hexchat-2.9.6.1-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #499844
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-irc/hexchat/hexchat-2.9.6.1-r2.ebuild

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

Index: hexchat-2.9.6.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.6.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hexchat-2.9.6.1-r2.ebuild   2 Apr 2014 10:59:43 -   1.4
+++ hexchat-2.9.6.1-r2.ebuild   5 Apr 2014 11:10:45 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.6.1-r2.ebuild,v 
1.4 2014/04/02 10:59:43 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.6.1-r2.ebuild,v 
1.5 2014/04/05 11:10:45 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux
 IUSE=dbus fastscroll +gtk gtkspell ipv6 libcanberra libnotify libproxy nls 
ntlm perl +plugins plugin-checksum plugin-doat plugin-fishlim plugin-sysinfo 
python sexy spell ssl theme-manager
 REQUIRED_USE=gtkspell? ( spell )
plugin-checksum? ( plugins )



1.93 net-irc/hexchat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   2 Apr 2014 10:59:43 -   1.92
+++ ChangeLog   5 Apr 2014 11:10:45 -   1.93
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/hexchat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.92 2014/04/02 
10:59:43 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.93 2014/04/05 
11:10:45 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org hexchat-2.9.6.1-r2.ebuild:
+  Stable for x86, wrt bug #499844
 
   02 Apr 2014; Chema Alonso nim...@gentoo.org hexchat-2.9.6.1-r2.ebuild:
   Stable for amd64 wrt bug #499844






[gentoo-commits] gentoo-x86 commit in media-video/ccextractor: ccextractor-0.59.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:11:34

  Modified: ccextractor-0.59.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #505094
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-video/ccextractor/ccextractor-0.59.ebuild

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

Index: ccextractor-0.59.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/ccextractor/ccextractor-0.59.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ccextractor-0.59.ebuild 29 Mar 2014 20:30:51 -  1.2
+++ ccextractor-0.59.ebuild 5 Apr 2014 11:11:33 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/ccextractor/ccextractor-0.59.ebuild,v 1.2 
2014/03/29 20:30:51 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/ccextractor/ccextractor-0.59.ebuild,v 1.3 
2014/04/05 11:11:33 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=app-arch/unzip



1.8  media-video/ccextractor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/ccextractor/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   29 Mar 2014 20:30:51 -  1.7
+++ ChangeLog   5 Apr 2014 11:11:33 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ccextractor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ccextractor/ChangeLog,v 1.7 
2014/03/29 20:30:51 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ccextractor/ChangeLog,v 1.8 
2014/04/05 11:11:33 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org ccextractor-0.59.ebuild:
+  Stable for x86, wrt bug #505094
 
   29 Mar 2014; Chema Alonso nim...@gentoo.org ccextractor-0.59.ebuild:
   Stable for amd64 wrt bug #505094
@@ -31,4 +34,3 @@
   01 Jun 2009; Steve Dibb bean...@gentoo.org +ccextractor-0.54.ebuild,
   +metadata.xml:
   Initial commit; bug 228261
-






[gentoo-commits] gentoo-x86 commit in sys-apps/pv: pv-1.5.2.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:11:21

  Modified: pv-1.5.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504508
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-apps/pv/pv-1.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.5.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.5.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/pv-1.5.2.ebuild?r1=1.4r2=1.5

Index: pv-1.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pv-1.5.2.ebuild 29 Mar 2014 18:21:39 -  1.4
+++ pv-1.5.2.ebuild 5 Apr 2014 11:11:20 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.2.ebuild,v 1.4 
2014/03/29 18:21:39 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.5.2.ebuild,v 1.5 
2014/04/05 11:11:20 ago Exp $
 
 EAPI=5
 inherit toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=Artistic-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris
 IUSE=debug nls
 
 PV_LINGUAS=( de fr pl pt )



1.83 sys-apps/pv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   29 Mar 2014 18:21:39 -  1.82
+++ ChangeLog   5 Apr 2014 11:11:20 -   1.83
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.82 2014/03/29 
18:21:39 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.83 2014/04/05 
11:11:20 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org pv-1.5.2.ebuild:
+  Stable for x86, wrt bug #504508
 
   29 Mar 2014; Chema Alonso nim...@gentoo.org pv-1.5.2.ebuild:
   Stable for amd64 wrt bug #504508






[gentoo-commits] gentoo-x86 commit in dev-ml/pomap: pomap-3.0.3.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:12:00

  Modified: pomap-3.0.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #502732
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-ml/pomap/pomap-3.0.3.ebuild

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

Index: pomap-3.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-3.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pomap-3.0.3.ebuild  25 Mar 2014 10:30:49 -  1.2
+++ pomap-3.0.3.ebuild  5 Apr 2014 11:12:00 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-3.0.3.ebuild,v 1.2 
2014/03/25 10:30:49 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-3.0.3.ebuild,v 1.3 
2014/04/05 11:12:00 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 DEPEND=
 RDEPEND=${DEPEND}
 SLOT=0/${PV}
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=examples
 
 DOCS=( AUTHORS.txt CHANGES.txt README.md )



1.36 dev-ml/pomap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   25 Mar 2014 10:30:49 -  1.35
+++ ChangeLog   5 Apr 2014 11:12:00 -   1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pomap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.35 2014/03/25 
10:30:49 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.36 2014/04/05 
11:12:00 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org pomap-3.0.3.ebuild:
+  Stable for x86, wrt bug #502732
 
   25 Mar 2014; Chema Alonso nim...@gentoo.org pomap-3.0.3.ebuild:
   Stable for amd64 wrt bug #502732






[gentoo-commits] gentoo-x86 commit in net-analyzer/httping: httping-2.3.4.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:12:40

  Modified: httping-2.3.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #506090
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-analyzer/httping/httping-2.3.4.ebuild

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

Index: httping-2.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- httping-2.3.4.ebuild31 Mar 2014 14:06:18 -  1.4
+++ httping-2.3.4.ebuild5 Apr 2014 11:12:40 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.4.ebuild,v 
1.4 2014/03/31 14:06:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-2.3.4.ebuild,v 
1.5 2014/04/05 11:12:40 ago Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 hppa ~mips ~ppc ~ppc64 ~sparc x86
 IUSE=debug fftw ncurses ssl tfo
 
 RDEPEND=



1.121net-analyzer/httping/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.121view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?rev=1.121content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/httping/ChangeLog?r1=1.120r2=1.121

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   31 Mar 2014 14:06:18 -  1.120
+++ ChangeLog   5 Apr 2014 11:12:40 -   1.121
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/httping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.120 
2014/03/31 14:06:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.121 
2014/04/05 11:12:40 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org httping-2.3.4.ebuild:
+  Stable for x86, wrt bug #506090
 
   31 Mar 2014; Chema Alonso nim...@gentoo.org httping-2.3.4.ebuild:
   Stable for amd64 wrt bug #506090






[gentoo-commits] gentoo-x86 commit in dev-ml/res: res-4.0.4.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:12:13

  Modified: res-4.0.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #502736
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-ml/res/res-4.0.4.ebuild

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

Index: res-4.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- res-4.0.4.ebuild25 Mar 2014 10:32:58 -  1.2
+++ res-4.0.4.ebuild5 Apr 2014 11:12:13 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.4.ebuild,v 1.2 
2014/03/25 10:32:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-4.0.4.ebuild,v 1.3 
2014/04/05 11:12:13 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 DEPEND=
 RDEPEND=${DEPEND}
 SLOT=0/${PV}
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=examples
 
 DOCS=( AUTHORS.txt CHANGES.txt README.md )



1.27 dev-ml/res/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   25 Mar 2014 10:32:58 -  1.26
+++ ChangeLog   5 Apr 2014 11:12:13 -   1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/res
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.26 2014/03/25 
10:32:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.27 2014/04/05 
11:12:13 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org res-4.0.4.ebuild:
+  Stable for x86, wrt bug #502736
 
   25 Mar 2014; Chema Alonso nim...@gentoo.org res-4.0.4.ebuild:
   Stable for amd64 wrt bug #502736






[gentoo-commits] gentoo-x86 commit in dev-libs/apr: apr-1.5.0-r2.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:12:57

  Modified: apr-1.5.0-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504300
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/apr/apr-1.5.0-r2.ebuild

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

Index: apr-1.5.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr-1.5.0-r2.ebuild 1 Apr 2014 16:24:28 -   1.6
+++ apr-1.5.0-r2.ebuild 5 Apr 2014 11:12:57 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v 1.6 
2014/04/01 16:24:28 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v 1.7 
2014/04/05 11:12:57 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=Apache-2.0
 SLOT=1
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom
 
 RDEPEND=elibc_glibc? ( =sys-apps/util-linux-2.16 )



1.218dev-libs/apr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   1 Apr 2014 16:24:28 -   1.217
+++ ChangeLog   5 Apr 2014 11:12:57 -   1.218
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/apr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.217 2014/04/01 
16:24:28 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.218 2014/04/05 
11:12:57 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org apr-1.5.0-r2.ebuild:
+  Stable for x86, wrt bug #504300
 
   01 Apr 2014; Lars Wendler polynomia...@gentoo.org apr-1.5.0-r2.ebuild:
   Added dependency on libtool (bug #506384).






[gentoo-commits] gentoo-x86 commit in dev-libs/apr-util: apr-util-1.5.3-r1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:13:00

  Modified: apr-util-1.5.3-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504300
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/apr-util/apr-util-1.5.3-r1.ebuild

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

Index: apr-util-1.5.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr-util-1.5.3-r1.ebuild1 Apr 2014 16:28:57 -   1.5
+++ apr-util-1.5.3-r1.ebuild5 Apr 2014 11:13:00 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v 1.5 
2014/04/01 16:28:57 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v 1.6 
2014/04/05 11:13:00 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=1
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=berkdb doc freetds gdbm ldap mysql nss odbc openssl postgres sqlite 
static-libs
 RESTRICT=test
 



1.204dev-libs/apr-util/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.204view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?rev=1.204content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr-util/ChangeLog?r1=1.203r2=1.204

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog   1 Apr 2014 16:28:57 -   1.203
+++ ChangeLog   5 Apr 2014 11:13:00 -   1.204
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/apr-util
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.203 
2014/04/01 16:28:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.204 
2014/04/05 11:13:00 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org apr-util-1.5.3-r1.ebuild:
+  Stable for x86, wrt bug #504300
 
   01 Apr 2014; Lars Wendler polynomia...@gentoo.org apr-util-1.5.3-r1.ebuild:
   Added dependency on libtool (bug #506384).






[gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-1.3.0.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:18:09

  Modified: libvpx-1.3.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #501854
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=sparc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.12 media-libs/libvpx/libvpx-1.3.0.ebuild

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

Index: libvpx-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libvpx-1.3.0.ebuild 5 Apr 2014 11:08:58 -   1.11
+++ libvpx-1.3.0.ebuild 5 Apr 2014 11:18:09 -   1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 
1.11 2014/04/05 11:08:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 
1.12 2014/04/05 11:18:09 ago Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs multilib-minimal
@@ -12,10 +12,10 @@
EGIT_REPO_URI=https://chromium.googlesource.com/webm/${PN}.git;
 elif [[ ${PV} == *pre* ]]; then
SRC_URI=mirror://gentoo/${P}.tar.bz2
-   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
+   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
 else
SRC_URI=http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2;
-   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
+   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
S=${WORKDIR}/${PN}-v${PV}
 fi
 # generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing



1.110media-libs/libvpx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   5 Apr 2014 11:08:58 -   1.109
+++ ChangeLog   5 Apr 2014 11:18:09 -   1.110
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.109 
2014/04/05 11:08:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.110 
2014/04/05 11:18:09 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org libvpx-1.3.0.ebuild:
+  Stable for sparc, wrt bug #501854
 
   05 Apr 2014; Pacho Ramos pa...@gentoo.org
   +files/libvpx-1.3.0-sparc-configure.patch, libvpx-1.3.0.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-1.3.0.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:18:15

  Modified: libvpx-1.3.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #501854
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.13 media-libs/libvpx/libvpx-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?r1=1.12r2=1.13

Index: libvpx-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libvpx-1.3.0.ebuild 5 Apr 2014 11:18:09 -   1.12
+++ libvpx-1.3.0.ebuild 5 Apr 2014 11:18:15 -   1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 
1.12 2014/04/05 11:18:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 
1.13 2014/04/05 11:18:15 ago Exp $
 
 EAPI=4
 inherit eutils multilib toolchain-funcs multilib-minimal
@@ -12,10 +12,10 @@
EGIT_REPO_URI=https://chromium.googlesource.com/webm/${PN}.git;
 elif [[ ${PV} == *pre* ]]; then
SRC_URI=mirror://gentoo/${P}.tar.bz2
-   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
+   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
 else
SRC_URI=http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2;
-   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
+   KEYWORDS=~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
S=${WORKDIR}/${PN}-v${PV}
 fi
 # generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing



1.111media-libs/libvpx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   5 Apr 2014 11:18:09 -   1.110
+++ ChangeLog   5 Apr 2014 11:18:15 -   1.111
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.110 
2014/04/05 11:18:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.111 
2014/04/05 11:18:15 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org libvpx-1.3.0.ebuild:
+  Stable for ppc64, wrt bug #501854
 
   05 Apr 2014; Agostino Sarubbo a...@gentoo.org libvpx-1.3.0.ebuild:
   Stable for sparc, wrt bug #501854






[gentoo-commits] gentoo-x86 commit in app-misc/fslint: fslint-2.44-r1.ebuild ChangeLog fslint-2.44.ebuild

2014-04-05 Thread Tom Wijsman (tomwij)
tomwij  14/04/05 11:33:20

  Modified: ChangeLog
  Added:fslint-2.44-r1.ebuild
  Removed:  fslint-2.44.ebuild
  Log:
  Revision bump. Use python-single-r1 instead of python-r1. Fixes bug #506664; 
reported by Eugene Shalygin, with help by Michał Górny (mgorny).
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  ChangesPath
1.8  app-misc/fslint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   30 Mar 2014 18:25:02 -  1.7
+++ ChangeLog   5 Apr 2014 11:33:20 -   1.8
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/fslint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v 1.7 2014/03/30 
18:25:02 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/ChangeLog,v 1.8 2014/04/05 
11:33:20 tomwij Exp $
+
+*fslint-2.44-r1 (05 Apr 2014)
+
+  05 Apr 2014; Tom Wijsman tom...@gentoo.org +fslint-2.44-r1.ebuild,
+  -fslint-2.44.ebuild:
+  Revision bump. Use python-single-r1 instead of python-r1. Fixes bug #506664;
+  reported by Eugene Shalygin, with help by Michał Górny (mgorny).
 
 *fslint-2.44 (30 Mar 2014)
 



1.1  app-misc/fslint/fslint-2.44-r1.ebuild

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

Index: fslint-2.44-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/fslint/fslint-2.44-r1.ebuild,v 1.1 
2014/04/05 11:33:20 tomwij Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )

inherit eutils python-single-r1

DESCRIPTION=A utility to find various forms of lint on a filesystem.
HOMEPAGE=http://www.pixelbeat.org/fslint/;
SRC_URI=http://www.pixelbeat.org/${PN}/${P}.tar.gz;

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

IUSE=nls

RDEPEND=${PYTHON_DEPS}
dev-python/pygtk:2[${PYTHON_USEDEP}]
dev-util/glade:*[python,${PYTHON_USEDEP}]

DEPEND=${RDEPEND}
nls? ( sys-devel/gettext:* )

src_prepare() {
# Change some paths to make ${PN}-gui run when installed in /usr/bin.
sed -e s:^liblocation=.*$:liblocation='${EROOT}usr/share/${PN}' 
#Gentoo: \
-e s:^locale_base=.*$:locale_base=None #Gentoo: \
-i ${PN}-gui || die
}

src_install() {
share=/usr/share/${PN}

insinto ${share}
doins ${PN}{.glade,.gladep,_icon.png}

exeinto ${share}/${PN}
doexe ${PN}/find*
doexe ${PN}/${PN}
doexe ${PN}/zipdir

exeinto ${share}/${PN}/fstool/
doexe ${PN}/fstool/*

exeinto ${share}/${PN}/supprt/
doexe ${PN}/supprt/{fslver,getffl,getffp,getfpf,md5sum_approx}

exeinto ${share}/${PN}/supprt/rmlint
doexe ${PN}/supprt/rmlint/*

dobin ${PN}-gui

doicon ${PN}_icon.png
domenu ${PN}.desktop

dodoc doc/{FAQ,NEWS,README,TODO}
doman man/${PN}{.1,-gui.1}

if use nls ; then
cd po
emake DESTDIR=${D} install
fi

# Fix Python shebangs.
python_fix_shebang ${ED}${share}/${PN}/fstool/dupwaste
python_fix_shebang ${ED}${share}/${PN}/supprt/md5sum_approx
python_fix_shebang ${ED}${share}/${PN}/supprt/rmlint/merge_hardlinks
python_fix_shebang ${ED}${share}/${PN}/supprt/rmlint/fixdup
python_fix_shebang ${ED}/usr/bin/${PN}-gui
}






[gentoo-commits] gentoo-x86 commit in media-libs/libmp3splt: libmp3splt-0.9.0.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:39:15

  Modified: libmp3splt-0.9.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #495738
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-libs/libmp3splt/libmp3splt-0.9.0.ebuild

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

Index: libmp3splt-0.9.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libmp3splt/libmp3splt-0.9.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmp3splt-0.9.0.ebuild 2 Mar 2014 22:26:03 -   1.2
+++ libmp3splt-0.9.0.ebuild 5 Apr 2014 11:39:15 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmp3splt/libmp3splt-0.9.0.ebuild,v 1.2 
2014/03/02 22:26:03 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmp3splt/libmp3splt-0.9.0.ebuild,v 1.3 
2014/04/05 11:39:15 ago Exp $
 
 EAPI=4
 inherit versionator autotools eutils multilib
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86
 IUSE=doc flac pcre
 
 RDEPEND=media-libs/libmad



1.37 media-libs/libmp3splt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmp3splt/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmp3splt/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmp3splt/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmp3splt/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   2 Mar 2014 22:26:03 -   1.36
+++ ChangeLog   5 Apr 2014 11:39:15 -   1.37
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmp3splt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp3splt/ChangeLog,v 1.36 
2014/03/02 22:26:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp3splt/ChangeLog,v 1.37 
2014/04/05 11:39:15 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org libmp3splt-0.9.0.ebuild:
+  Stable for x86, wrt bug #495738
 
   02 Mar 2014; Pacho Ramos pa...@gentoo.org libmp3splt-0.9.0.ebuild:
   amd64 stable, bug #495738






[gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.13-r1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:39:41

  Modified: libffi-3.0.13-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #497760
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/libffi/libffi-3.0.13-r1.ebuild

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

Index: libffi-3.0.13-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.13-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libffi-3.0.13-r1.ebuild 4 Apr 2014 13:30:30 -   1.8
+++ libffi-3.0.13-r1.ebuild 5 Apr 2014 11:39:41 -   1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.13-r1.ebuild,v 
1.8 2014/04/04 13:30:30 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.13-r1.ebuild,v 
1.9 2014/04/05 11:39:41 ago Exp $
 
 EAPI=5
 inherit eutils libtool multilib toolchain-funcs multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=alpha amd64 ~arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug pax_kernel static-libs test
 
 RDEPEND=abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r1



1.178dev-libs/libffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   4 Apr 2014 13:30:30 -   1.177
+++ ChangeLog   5 Apr 2014 11:39:41 -   1.178
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.177 
2014/04/04 13:30:30 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.178 
2014/04/05 11:39:41 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org libffi-3.0.13-r1.ebuild:
+  Stable for x86, wrt bug #497760
 
   04 Apr 2014; Chema Alonso nim...@gentoo.org libffi-3.0.13-r1.ebuild:
   Stable for amd64 wrt bug #497760






[gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: mp3splt-2.6.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:39:18

  Modified: mp3splt-2.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #495738
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  media-sound/mp3splt/mp3splt-2.6.ebuild

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

Index: mp3splt-2.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mp3splt-2.6.ebuild  22 Jul 2013 19:23:04 -  1.1
+++ mp3splt-2.6.ebuild  5 Apr 2014 11:39:18 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.6.ebuild,v 
1.1 2013/07/22 19:23:04 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.6.ebuild,v 
1.2 2014/04/05 11:39:18 ago Exp $
 
 EAPI=4
 inherit multilib
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86
 IUSE=flac
 
 RDEPEND=~media-libs/libmp3splt-0.9.0[flac?]



1.55 media-sound/mp3splt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.55view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.55content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?r1=1.54r2=1.55

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   22 Jul 2013 19:23:04 -  1.54
+++ ChangeLog   5 Apr 2014 11:39:18 -   1.55
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mp3splt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.54 
2013/07/22 19:23:04 sping Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.55 
2014/04/05 11:39:18 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org mp3splt-2.6.ebuild:
+  Stable for x86, wrt bug #495738
 
 *mp3splt-2.6 (22 Jul 2013)
 






[gentoo-commits] proj/sci:master commit in: sci-biology/consed/

2014-04-05 Thread Martin Mokrejs
commit: 1efa11df584f6796903837ee2272ea628686889d
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Sat Apr  5 11:38:06 2014 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Sat Apr  5 11:38:06 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1efa11df

sci-biology/consed: fix more hardcoded paths

Package-Manager: portage-2.2.7

---
 sci-biology/consed/ChangeLog   | 5 +
 sci-biology/consed/consed-20-r1.ebuild | 4 +++-
 sci-biology/consed/consed-21.ebuild| 4 +++-
 sci-biology/consed/consed-22.ebuild| 4 +++-
 sci-biology/consed/consed-23.ebuild| 4 +++-
 sci-biology/consed/consed-24.ebuild| 4 +++-
 sci-biology/consed/consed-25.ebuild| 4 +++-
 sci-biology/consed/consed-26.ebuild| 4 +++-
 sci-biology/consed/consed-27.ebuild| 4 +++-
 9 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/sci-biology/consed/ChangeLog b/sci-biology/consed/ChangeLog
index 0fe8c19..ed7f9c8 100644
--- a/sci-biology/consed/ChangeLog
+++ b/sci-biology/consed/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
+  consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
+  consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:
+  sci-biology/consed: fix more hardcoded paths
+
   02 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
   consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
   consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:

diff --git a/sci-biology/consed/consed-20-r1.ebuild 
b/sci-biology/consed/consed-20-r1.ebuild
index cfcb66e..7f7ddc1 100644
--- a/sci-biology/consed/consed-20-r1.ebuild
+++ b/sci-biology/consed/consed-20-r1.ebuild
@@ -65,7 +65,9 @@ src_install() {
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
doenvd ${S}/99consed || die
-   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
|| die
+   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
${D}/usr/bin/phredPhrap ${D}/usr/bin/phredPhrapWithPhdBalls || die
+   sed -e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' -i 
${D}/usr/bin/phredPhrap || die
+   sed -e 's#/wt1/gordon/genome#/usr/bin#' -i 
${D}/usr/bin/fastq2Phrap.perl || die
dodoc README.txt *_announcement.txt || die
 }
 

diff --git a/sci-biology/consed/consed-21.ebuild 
b/sci-biology/consed/consed-21.ebuild
index 55ba90a..77ec1a2 100644
--- a/sci-biology/consed/consed-21.ebuild
+++ b/sci-biology/consed/consed-21.ebuild
@@ -64,7 +64,9 @@ src_install() {
align454reads align454reads_answer solexa_example \
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
-   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
|| die
+   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
${D}/usr/bin/phredPhrap ${D}/usr/bin/phredPhrapWithPhdBalls || die
+   sed -e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' -i 
${D}/usr/bin/phredPhrap || die
+   sed -e 's#/wt1/gordon/genome#/usr/bin#' -i 
${D}/usr/bin/fastq2Phrap.perl || die
doenvd ${S}/99consed || die
dodoc README.txt *_announcement.txt || die
 }

diff --git a/sci-biology/consed/consed-22.ebuild 
b/sci-biology/consed/consed-22.ebuild
index d0a26e8..e7c9186 100644
--- a/sci-biology/consed/consed-22.ebuild
+++ b/sci-biology/consed/consed-22.ebuild
@@ -65,7 +65,9 @@ src_install() {
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
doenvd ${S}/99consed || die
-   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
|| die
+   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
${D}/usr/bin/phredPhrap ${D}/usr/bin/phredPhrapWithPhdBalls || die
+   sed -e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' -i 
${D}/usr/bin/phredPhrap || die
+   sed -e 's#/wt1/gordon/genome#/usr/bin#' -i 
${D}/usr/bin/fastq2Phrap.perl || die
dodoc README.txt *_announcement.txt || die
 }
 

diff --git a/sci-biology/consed/consed-23.ebuild 
b/sci-biology/consed/consed-23.ebuild
index d0a26e8..e7c9186 100644
--- a/sci-biology/consed/consed-23.ebuild
+++ b/sci-biology/consed/consed-23.ebuild
@@ -65,7 +65,9 @@ src_install() {
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
doenvd ${S}/99consed || die
-   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
|| die
+   sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 

[gentoo-commits] gentoo-x86 commit in media-gfx/gimp: gimp-2.8.10-r1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:40:27

  Modified: gimp-2.8.10-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504212
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-gfx/gimp/gimp-2.8.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild?r1=1.7r2=1.8

Index: gimp-2.8.10-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gimp-2.8.10-r1.ebuild   4 Apr 2014 08:27:58 -   1.7
+++ gimp-2.8.10-r1.ebuild   5 Apr 2014 11:40:27 -   1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.7 
2014/04/04 08:27:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.10-r1.ebuild,v 1.8 
2014/04/05 11:40:27 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -13,7 +13,7 @@

https://git.gnome.org/browse/gimp/patch/?id=6c73f28b6d87a2afd11974552a075bffec52347f
 - ${P}-freetype251.patch
 LICENSE=GPL-3 LGPL-3
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
 
 LANGS=am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml 
ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te 
th tr tt uk vi xh yi zh_CN zh_HK zh_TW
 IUSE=alsa aalib altivec aqua bzip2 curl dbus debug doc exif gnome postscript 
jpeg jpeg2k lcms mmx mng pdf png python smp sse svg tiff udev webkit wmf xpm



1.428media-gfx/gimp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.428view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.428content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.427r2=1.428

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- ChangeLog   4 Apr 2014 08:27:58 -   1.427
+++ ChangeLog   5 Apr 2014 11:40:27 -   1.428
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.427 2014/04/04 
08:27:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.428 2014/04/05 
11:40:27 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org gimp-2.8.10-r1.ebuild:
+  Stable for x86, wrt bug #504212
 
   04 Apr 2014; Chema Alonso nim...@gentoo.org gimp-2.8.10-r1.ebuild:
   Stable for amd64 wrt bug #504212






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-progressbar: ruby-progressbar-1.4.1.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:45:10

  Modified: ruby-progressbar-1.4.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #503684
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild

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

Index: ruby-progressbar-1.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-progressbar-1.4.1.ebuild   24 Mar 2014 15:12:04 -  1.4
+++ ruby-progressbar-1.4.1.ebuild   5 Apr 2014 11:45:10 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild,v
 1.4 2014/03/24 15:12:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-1.4.1.ebuild,v
 1.5 2014/04/05 11:45:10 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 hppa ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 hppa ppc ~ppc64 x86 ~x86-fbsd
 
 IUSE=test
 



1.61 dev-ruby/ruby-progressbar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   24 Mar 2014 15:12:04 -  1.60
+++ ChangeLog   5 Apr 2014 11:45:10 -   1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-progressbar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.60 
2014/03/24 15:12:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.61 
2014/04/05 11:45:10 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org 
ruby-progressbar-1.4.1.ebuild:
+  Stable for x86, wrt bug #503684
 
   24 Mar 2014; Agostino Sarubbo a...@gentoo.org 
ruby-progressbar-1.4.1.ebuild:
   Stable for ppc, wrt bug #503684






[gentoo-commits] gentoo-x86 commit in sys-apps/flashrom: flashrom-0.9.7.ebuild ChangeLog

2014-04-05 Thread Agostino Sarubbo (ago)
ago 14/04/05 11:45:32

  Modified: flashrom-0.9.7.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #504112
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  sys-apps/flashrom/flashrom-0.9.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/flashrom/flashrom-0.9.7.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/flashrom/flashrom-0.9.7.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/flashrom/flashrom-0.9.7.ebuild?r1=1.5r2=1.6

Index: flashrom-0.9.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/flashrom/flashrom-0.9.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- flashrom-0.9.7.ebuild   31 Mar 2014 14:39:23 -  1.5
+++ flashrom-0.9.7.ebuild   5 Apr 2014 11:45:32 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/flashrom/flashrom-0.9.7.ebuild,v 
1.5 2014/03/31 14:39:23 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/flashrom/flashrom-0.9.7.ebuild,v 
1.6 2014/04/05 11:45:32 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
inherit subversion
 else
SRC_URI=http://download.flashrom.org/releases/${P}.tar.bz2;
-   KEYWORDS=amd64 arm ~x86
+   KEYWORDS=amd64 arm x86
 fi
 
 DESCRIPTION=Utility for reading, writing, erasing and verifying flash ROM 
chips



1.44 sys-apps/flashrom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/flashrom/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   31 Mar 2014 14:39:23 -  1.43
+++ ChangeLog   5 Apr 2014 11:45:32 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/flashrom
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/flashrom/ChangeLog,v 1.43 
2014/03/31 14:39:23 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/flashrom/ChangeLog,v 1.44 
2014/04/05 11:45:32 ago Exp $
+
+  05 Apr 2014; Agostino Sarubbo a...@gentoo.org flashrom-0.9.7.ebuild:
+  Stable for x86, wrt bug #504112
 
   31 Mar 2014; Chema Alonso nim...@gentoo.org flashrom-0.9.7.ebuild:
   Stable for amd64 wrt bug #504112






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

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 11:49:57

  Modified: ChangeLog package.mask
  Log:
  Mask broken libnatpmp release for transmission wrt #506832 by Hans Nieser

Revision  ChangesPath
1.8780   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8779
retrieving revision 1.8780
diff -u -r1.8779 -r1.8780
--- ChangeLog   5 Apr 2014 07:02:37 -   1.8779
+++ ChangeLog   5 Apr 2014 11:49:56 -   1.8780
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8779 2014/04/05 
07:02:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8780 2014/04/05 
11:49:56 ssuominen 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!
 
+  05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org package.mask:
+  Mask broken libnatpmp release for transmission wrt #506832 by Hans Nieser
+
   05 Apr 2014; Pacho Ramos pa...@gentoo.org
   eapi-5-files/package.use.stable.mask, base/package.use.stable.mask:
   Migrate and drop obsolete use.stable.mask entries



1.15533  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15532
retrieving revision 1.15533
diff -u -r1.15532 -r1.15533
--- package.mask2 Apr 2014 23:27:31 -   1.15532
+++ package.mask5 Apr 2014 11:49:56 -   1.15533
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15532 2014/04/02 
23:27:31 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15533 2014/04/05 
11:49:56 ssuominen 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,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Samuli Suominen ssuomi...@gentoo.org (05 Apr 2014)
+# natpmp.h has #include declspec.h, but the ebuild never installs
+# the required header
+# breaks compilation of reverse dependencies, like transmission
+# bug 506832
+=net-libs/libnatpmp-20140401
+
 # Julian Ospald hasuf...@gentoo.org (03 Apr 2014)
 # Mask to ensure users with mixed arches also get
 # the update. Remove later.






[gentoo-commits] gentoo-x86 commit in dev-ruby/locale_rails: ChangeLog Manifest locale_rails-2.0.5_p20100710.ebuild metadata.xml

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:08:37

  Removed:  ChangeLog Manifest
locale_rails-2.0.5_p20100710.ebuild metadata.xml
  Log:
  Removal wrt bug #434064.



[gentoo-commits] gentoo-x86 commit in dev-ruby/parsetree/files: parsetree-3.0.6-timestamp.patch

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:09:04

  Removed:  parsetree-3.0.6-timestamp.patch
  Log:
  Removal wrt bug #434064.



[gentoo-commits] gentoo-x86 commit in dev-ruby/parsetree: ChangeLog Manifest metadata.xml parsetree-3.0.9-r1.ebuild

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:09:04

  Removed:  ChangeLog Manifest metadata.xml
parsetree-3.0.9-r1.ebuild
  Log:
  Removal wrt bug #434064.



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/

2014-04-05 Thread Kent Fredric
commit: dddfd39bb68b32e675d31bd83314fb054aab1e1c
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 11:56:15 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 11:56:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dddfd39b

[cpanclean] dev-perl/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog |  4 ++
 ...Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild | 51 --
 2 files changed, 4 insertions(+), 51 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog 
b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog
index 262b7b5..4bb1036 100644
--- a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  -Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild:
+  Gone on CPAN
+
 *Dist-Zilla-Plugin-Bootstrap-lib-1.0.1 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric kentfred...@gmail.com

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild
deleted file mode 100644
index 0c8d469..000
--- 
a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=0.02000100
-inherit perl-module
-
-DESCRIPTION='A minimal boot-strapping for Dist::Zilla Plug-ins.'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # Module::Build 0.4004 ( 0.400.400 )
-   echo \=virtual/perl-Module-Build-0.400.400
-}
-perl_meta_build() {
-   # Module::Build 0.4004 ( 0.400.400 )
-   echo \=virtual/perl-Module-Build-0.400.400
-}
-perl_meta_runtime() {
-   # Cwd
-   echo virtual/perl-File-Spec
-   # Path::Tiny
-   echo dev-perl/Path-Tiny
-   # perl 5.006 ( 5.6.0 )
-   echo \=dev-lang/perl-5.6.0
-   # strict
-   echo dev-lang/perl
-   # warnings
-   echo dev-lang/perl
-}
-perl_meta_test() {
-   # File::Find
-   echo dev-lang/perl
-   # File::Temp
-   echo virtual/perl-File-Temp
-   # Test::More 0.98 ( 0.980.0 )
-   echo \=virtual/perl-Test-Simple-0.980.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Role-Bootstrap/

2014-04-05 Thread Kent Fredric
commit: 2264f33e91c633058117ed654d53db19d7615400
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 07:58:35 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 07:58:35 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2264f33e

[added] dev-perl/Dist-Zilla-Role-Bootstrap-1.0.1

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Dist-Zilla-Role-Bootstrap/ChangeLog   | 10 +++
 .../Dist-Zilla-Role-Bootstrap-1.0.1.ebuild | 76 ++
 dev-perl/Dist-Zilla-Role-Bootstrap/metadata.xml| 13 
 3 files changed, 99 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Role-Bootstrap/ChangeLog 
b/dev-perl/Dist-Zilla-Role-Bootstrap/ChangeLog
new file mode 100644
index 000..0006a5f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Role-Bootstrap/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Role-Bootstrap
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Role-Bootstrap-1.0.1 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  +Dist-Zilla-Role-Bootstrap-1.0.1.ebuild, +metadata.xml:
+  Added for Dist::Zilla::Plugin::Bootstrap::lib
+

diff --git 
a/dev-perl/Dist-Zilla-Role-Bootstrap/Dist-Zilla-Role-Bootstrap-1.0.1.ebuild 
b/dev-perl/Dist-Zilla-Role-Bootstrap/Dist-Zilla-Role-Bootstrap-1.0.1.ebuild
new file mode 100644
index 000..2f8a90f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Role-Bootstrap/Dist-Zilla-Role-Bootstrap-1.0.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION='Shared logic for bootstrap things.'
+LICENSE= || ( Artistic GPL-2 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test
+perl_meta_configure() {
+   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+   # Carp
+   # echo virtual/perl-Carp
+   # Dist::Zilla::Role::Plugin
+   echo dev-perl/Dist-Zilla
+   # List::UtilsBy
+   echo dev-perl/List-UtilsBy
+   # Moose::Role
+   echo dev-perl/Moose
+   # MooseX::AttributeShortcuts 0.015 ( 0.15.0 )
+   echo \=dev-perl/MooseX-AttributeShortcuts-0.15.0
+   # Path::Tiny
+   echo dev-perl/Path-Tiny
+   # lib
+   # echo virtual/perl-lib
+   # perl 5.008 ( 5.8.0 )
+   echo \=dev-lang/perl-5.8.0
+   # strict
+   echo dev-lang/perl
+   # utf8
+   echo dev-lang/perl
+   # version
+   echo virtual/perl-version
+   # warnings
+   echo dev-lang/perl
+}
+perl_meta_test() {
+   # Dist::Zilla::Chrome::Test
+   echo dev-perl/Dist-Zilla
+   # Dist::Zilla::Dist::Builder
+   echo dev-perl/Dist-Zilla
+   # Dist::Zilla::MVP::Assembler::Zilla
+   echo dev-perl/Dist-Zilla
+   # Dist::Zilla::MVP::Section
+   echo dev-perl/Dist-Zilla
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # File::Copy::Recursive
+   echo dev-perl/File-Copy-Recursive
+   # File::Spec::Functions
+   echo virtual/perl-File-Spec
+   # FindBin
+   echo dev-lang/perl
+   # List::Util
+   echo virtual/perl-Scalar-List-Utils
+   # Moose
+   echo dev-perl/Moose
+   # Test::More 0.89 ( 0.890.0 )
+   echo \=virtual/perl-Test-Simple-0.89
+}
+DEPEND=
+   $(perl_meta_configure)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+
+RDEPEND=
+   $(perl_meta_runtime)
+
+SRC_TEST=do parallel

diff --git a/dev-perl/Dist-Zilla-Role-Bootstrap/metadata.xml 
b/dev-perl/Dist-Zilla-Role-Bootstrap/metadata.xml
new file mode 100644
index 000..7862c5a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Role-Bootstrap/metadata.xml
@@ -0,0 +1,13 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdperl/herd
+   maintainer
+   emailkentfred...@gmail.com/email
+   nameKent Fredric/name
+   /maintainer
+   upstream
+   remote-id type=cpanDist-Zilla-Role-Bootstrap/remote-id
+   remote-id 
type=cpan-moduleDist::Zilla::Role::Bootstrap/remote-id
+   /upstream
+/pkgmetadata



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaProvides/

2014-04-05 Thread Kent Fredric
commit: 42e156b4e14ea7740e93db84da9d2b8e251b9364
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 12:05:56 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 12:05:56 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=42e156b4

[cpanclean] dev-perl/Dist-Zilla-Plugin-MetaProvides-1.{140.0.{0,10},150.0.0}

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog  |  6 ++
 ...Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild | 87 
 ...ist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild | 89 -
 ...Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild | 93 --
 4 files changed, 6 insertions(+), 269 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog 
b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
index 7be4f5c..75a110c 100644
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  -Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild,
+  -Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild,
+  -Dist-Zilla-Plugin-MetaProvides-1.150.0.0.ebuild:
+  Gone on CPAN
+
 *Dist-Zilla-Plugin-MetaProvides-2.0.0 (05 Apr 2014)
 
   05 Apr 2014; Kent Fredric kentfred...@gmail.com

diff --git 
a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild
deleted file mode 100644
index 0ca5a29..000
--- 
a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=1.1400
-inherit perl-module
-
-DESCRIPTION='Generating and Populating 'provides' in your META.yml'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test +fromfile +package +class +metanoindex
-perl_meta_configure() {
-   # Module::Build 0.3601 ( 0.360.100 )
-   echo \=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
-   # Module::Build 0.3601 ( 0.360.100 )
-   echo \=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
-   echo metanoindex? (
-   =dev-perl/Dist-Zilla-4.200.4
-   )
-   # Dist::Zilla::Role::MetaProvider
-   echo dev-perl/Dist-Zilla
-   # Dist::Zilla::Util::EmulatePhase 0.01000101 ( 0.10.1.10 )
-   echo \=dev-perl/Dist-Zilla-Util-EmulatePhase-0.10.1.10
-   # Moose
-   echo dev-perl/Moose
-   # Moose::Role
-   echo dev-perl/Moose
-   # MooseX::Types
-   echo dev-perl/MooseX-Types
-   # MooseX::Types::Moose
-   echo dev-perl/MooseX-Types
-   # namespace::autoclean
-   echo dev-perl/namespace-autoclean
-   # perl 5.006 ( 5.6.0 )
-   echo \=dev-lang/perl-5.6.0
-   # strict
-   echo dev-lang/perl
-   # warnings
-   echo dev-lang/perl
-}
-perl_meta_test() {
-   # Dist::Zilla::Util::Test::KENTNL 0.0104 ( 0.10.0.40 )
-   echo \=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
-   # File::Find
-   echo dev-lang/perl
-   # File::Temp
-   echo virtual/perl-File-Temp
-   # Scalar::Util
-   echo virtual/perl-Scalar-List-Utils
-   # Test::Fatal
-   echo dev-perl/Test-Fatal
-   # Test::More 0.96 ( 0.960.0 )
-   echo \=virtual/perl-Test-Simple-0.96
-}
-PDEPEND=
-   fromfile? (
-   dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
-   )
-   package? (
-   dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
-   metanoindex? (
-   
=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40
-   )
-   )
-   class? (
-   dev-perl/Dist-Zilla-Plugin-MetaProvides-Class
-   metanoindex? (
-   
=dev-perl/Dist-Zilla-Plugin-MetaProvides-Class-1.110.444.60
-   )
-   )
-
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
deleted file mode 100644
index 68792be..000
--- 
a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-1.140.0.10.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaProvides/

2014-04-05 Thread Kent Fredric
commit: f70465fa722d416045a66a8e652c445c01e2a4a2
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sat Apr  5 12:04:10 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sat Apr  5 12:04:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f70465fa

[newversion] dev-perl/Dist-Zilla-Plugin-MetaProvides-2.0.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog  |  8 +-
 .../Dist-Zilla-Plugin-MetaProvides-2.0.0.ebuild| 89 ++
 2 files changed, 96 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog 
b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
index f342685..7be4f5c 100644
--- a/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-MetaProvides/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-MetaProvides
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-MetaProvides-2.0.0 (05 Apr 2014)
+
+  05 Apr 2014; Kent Fredric kentfred...@gmail.com
+  +Dist-Zilla-Plugin-MetaProvides-2.0.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-MetaProvides-1.150.0.0 (13 Oct 2013)
 
   13 Oct 2013; Kent Fredric kentfred...@gmail.com

diff --git 
a/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.0.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.0.0.ebuild
new file mode 100644
index 000..c208afd
--- /dev/null
+++ 
b/dev-perl/Dist-Zilla-Plugin-MetaProvides/Dist-Zilla-Plugin-MetaProvides-2.0.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=2.00
+inherit perl-module
+
+DESCRIPTION='Generating and Populating '\''provides'\'' in your META.yml'
+LICENSE= || ( Artistic GPL-2 )
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=test +fromfile +package +class +metanoindex
+perl_meta_configure() {
+   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+   # Dist::Zilla::Role::MetaProvider
+   echo dev-perl/Dist-Zilla
+   # Hash::Merge::Simple
+   echo dev-perl/Hash-Merge-Simple
+   # Moose
+   echo dev-perl/Moose
+   # Moose::Role
+   echo dev-perl/Moose
+   # MooseX::Types
+   echo dev-perl/MooseX-Types
+   # MooseX::Types::Moose
+   echo dev-perl/MooseX-Types
+   # Readonly
+   echo dev-perl/Readonly
+   # namespace::autoclean
+   echo dev-perl/namespace-autoclean
+   # perl 5.008 ( 5.8.0 )
+   echo \=dev-lang/perl-5.8.0
+   # strict
+   echo dev-lang/perl
+   # utf8
+   echo dev-lang/perl
+   # warnings
+   echo dev-lang/perl
+}
+perl_meta_test() {
+   # Dist::Zilla::Util::Test::KENTNL 0.0104 ( 0.10.0.40 )
+   echo \=dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.0.40
+   # ExtUtils::MakeMaker
+   echo virtual/perl-ExtUtils-MakeMaker
+   # File::Spec::Functions
+   echo virtual/perl-File-Spec
+   # List::Util
+   echo virtual/perl-Scalar-List-Utils
+   # Scalar::Util
+   echo virtual/perl-Scalar-List-Utils
+   # Test::Fatal
+   echo dev-perl/Test-Fatal
+   # Test::More 0.96 ( 0.960.0 )
+   echo \=virtual/perl-Test-Simple-0.96
+   # lib
+   # echo virtual/perl-lib
+   # version
+   echo virtual/perl-version
+}
+PDEPEND=
+   fromfile? (
+   dev-perl/Dist-Zilla-Plugin-MetaProvides-FromFile
+   )
+   package? (
+   dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
+   metanoindex? (
+   
=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40
+   )
+   )
+   class? (
+   dev-perl/Dist-Zilla-Plugin-MetaProvides-Class
+   metanoindex? (
+   
=dev-perl/Dist-Zilla-Plugin-MetaProvides-Class-1.110.444.60
+   )
+   )
+
+DEPEND=
+   $(perl_meta_configure)
+   $(perl_meta_runtime)
+   test? ( $(perl_meta_test) )
+
+RDEPEND=
+   $(perl_meta_runtime)
+
+SRC_TEST=do parallel



[gentoo-commits] gentoo-x86 commit in dev-ruby/rubymail: ChangeLog Manifest metadata.xml rubymail-1.0.0-r1.ebuild

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:09:41

  Removed:  ChangeLog Manifest metadata.xml
rubymail-1.0.0-r1.ebuild
  Log:
  Removal wrt bug #434064.



[gentoo-commits] gentoo-x86 commit in dev-ruby/rack: rack-1.3.10.ebuild rack-1.5.2-r2.ebuild rack-1.5.2-r1.ebuild rack-1.2.8.ebuild rack-1.4.5-r1.ebuild rack-1.4.5.ebuild ChangeLog rack-1.1.6.ebuild

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:12:06

  Modified: rack-1.3.10.ebuild rack-1.5.2-r2.ebuild
rack-1.5.2-r1.ebuild rack-1.2.8.ebuild
rack-1.4.5-r1.ebuild rack-1.4.5.ebuild ChangeLog
  Removed:  rack-1.1.6.ebuild
  Log:
  Remove ruby18-only Slot :0 wrt bug #434064. Drop ree18 and ruby18 from other 
ebuilds.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.7  dev-ruby/rack/rack-1.3.10.ebuild

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

Index: rack-1.3.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rack-1.3.10.ebuild  24 Feb 2013 17:35:41 -  1.6
+++ rack-1.3.10.ebuild  5 Apr 2014 12:12:06 -   1.7
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.10.ebuild,v 1.6 
2013/02/24 17:35:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.3.10.ebuild,v 1.7 
2014/04/05 12:12:06 mrueg Exp $
 
 EAPI=4
-USE_RUBY=ruby18 ree18 ruby19 jruby
+USE_RUBY=ruby19 jruby
 
 RUBY_FAKEGEM_DOCDIR=doc
 RUBY_FAKEGEM_EXTRADOC=ChangeLog KNOWN-ISSUES README.rdoc SPEC



1.2  dev-ruby/rack/rack-1.5.2-r2.ebuild

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

Index: rack-1.5.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rack-1.5.2-r2.ebuild17 Jan 2014 07:15:35 -  1.1
+++ rack-1.5.2-r2.ebuild5 Apr 2014 12:12:06 -   1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r2.ebuild,v 1.1 
2014/01/17 07:15:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r2.ebuild,v 1.2 
2014/04/05 12:12:06 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby18 ruby19 ruby20 ruby21 jruby
+USE_RUBY=ruby19 ruby20 ruby21 jruby
 
 RUBY_FAKEGEM_DOCDIR=doc
 RUBY_FAKEGEM_EXTRADOC=ChangeLog KNOWN-ISSUES README.rdoc SPEC



1.7  dev-ruby/rack/rack-1.5.2-r1.ebuild

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

Index: rack-1.5.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rack-1.5.2-r1.ebuild1 Feb 2014 04:19:00 -   1.6
+++ rack-1.5.2-r1.ebuild5 Apr 2014 12:12:06 -   1.7
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r1.ebuild,v 1.6 
2014/02/01 04:19:00 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.5.2-r1.ebuild,v 1.7 
2014/04/05 12:12:06 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby18 ruby19 ruby20 jruby
+USE_RUBY=ruby19 ruby20 jruby
 
 RUBY_FAKEGEM_DOCDIR=doc
 RUBY_FAKEGEM_EXTRADOC=ChangeLog KNOWN-ISSUES README.rdoc SPEC



1.6  dev-ruby/rack/rack-1.2.8.ebuild

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

Index: rack-1.2.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.2.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rack-1.2.8.ebuild   24 Feb 2013 17:35:41 - 

[gentoo-commits] proj/kde:master commit in: app-office/calligra/

2014-04-05 Thread Johannes Huber
commit: 3032aa23b27e78b302fb839d4556794772dd72be
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat Apr  5 12:15:12 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat Apr  5 12:15:12 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3032aa23

[app-office/calligra] Import live ebuild for easier maintenance

Package-Manager: portage-2.2.10

---
 app-office/calligra/calligra-.ebuild | 239 +++
 1 file changed, 239 insertions(+)

diff --git a/app-office/calligra/calligra-.ebuild 
b/app-office/calligra/calligra-.ebuild
new file mode 100644
index 000..c43cda6
--- /dev/null
+++ b/app-office/calligra/calligra-.ebuild
@@ -0,0 +1,239 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+# note: files that need to be checked for dependencies etc:
+# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
+# krita/CMakeLists.txt
+
+EAPI=5
+
+KDE_MINIMAL=4.6.4
+QT_MINIMAL=4.8.1
+OPENGL_REQUIRED=optional
+
+KDE_HANDBOOK=optional
+
+KDE_LINGUAS_LIVE_OVERRIDE=true
+inherit kde4-base versionator
+
+DESCRIPTION=KDE Office Suite
+HOMEPAGE=http://www.calligra.org/;
+
+case ${PV} in
+   2.[456789].[789]?)
+   # beta or rc releases
+   SRC_URI=mirror://kde/unstable/${P}/${P}.tar.xz ;;
+   2.[456789].?)
+   # stable releases
+   SRC_URI=mirror://kde/stable/${P}/${P}.tar.xz ;;
+   2.[456789].)
+   # stable branch live ebuild
+   SRC_URI= ;;
+   )
+   # master branch live ebuild
+   SRC_URI= ;;
+esac
+
+LICENSE=GPL-2
+SLOT=4
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == * ]] || \
+KEYWORDS=~amd64 ~arm ~x86
+
+IUSE=attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf
+gsl +jpeg jpeg2k +kdcraw kde kdepim +lcms marble mysql +okular opengtl openexr
++pdf postgres semantic-desktop spacenav +ssl sybase test tiff +threads
++truetype vc word-perfect xbase +xml +xslt
+
+# please do not sort here, order is same as in CMakeLists.txt
+CAL_FTS=author kexi words flow plan stage sheets krita karbon braindump
+for cal_ft in ${CAL_FTS}; do
+   IUSE+= calligra_features_${cal_ft}
+done
+unset cal_ft
+
+REQUIRED_USE=
+   calligra_features_author? ( calligra_features_words )
+   calligra_features_kexi? ( calligra_features_sheets )
+   calligra_features_words? ( calligra_features_sheets )
+   calligra_features_krita? ( eigen exif lcms )
+   calligra_features_plan? ( kdepim )
+   calligra_features_sheets? ( eigen )
+   kdepim? ( semantic-desktop )
+   vc? ( calligra_features_krita )
+   test? ( calligra_features_karbon )
+
+
+RDEPEND=
+   !app-office/karbon
+   !app-office/kexi
+   !app-office/koffice-data
+   !app-office/koffice-l10n
+   !app-office/koffice-libs
+   !app-office/koffice-meta
+   !app-office/kplato
+   !app-office/kpresenter
+   !app-office/krita
+   !app-office/kspread
+   !app-office/kword
+   $(add_kdebase_dep kdelibs 'semantic-desktop?')
+   dev-lang/perl
+   dev-libs/boost
+   dev-libs/libxml2
+   $(add_kdebase_dep knewstuff)
+   media-libs/libpng
+   sys-libs/zlib
+   =dev-qt/qtgui-4.8.1-r1:4
+   virtual/libiconv
+   attica? ( dev-libs/libattica )
+   crypt? ( app-crypt/qca:2 )
+   eigen? ( dev-cpp/eigen:2 )
+   exif? ( media-gfx/exiv2:= )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   freetds? ( dev-db/freetds )
+   gif? ( media-libs/giflib )
+   glew? ( media-libs/glew )
+   glib? ( dev-libs/glib:2 )
+   gsf? ( gnome-extra/libgsf )
+   gsl? ( sci-libs/gsl )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/openjpeg:0 )
+   kdcraw? ( $(add_kdebase_dep libkdcraw) )
+   kde? ( $(add_kdebase_dep kactivities) )
+   kdepim? ( $(add_kdebase_dep kdepimlibs) )
+   lcms? ( media-libs/lcms:2 )
+   marble? ( $(add_kdebase_dep marble) )
+   mysql? ( virtual/mysql )
+   okular? ( $(add_kdebase_dep okular) )
+   opengl? ( virtual/glu )
+   opengtl? ( =media-libs/opengtl-0.9.15 )
+   openexr? ( media-libs/openexr )
+   pdf? (
+   app-text/poppler:=
+   media-gfx/pstoedit
+   )
+   postgres? (
+   dev-db/postgresql-base
+   dev-libs/libpqxx
+   )
+   semantic-desktop? (
+   dev-libs/soprano
+   )
+   spacenav? ( dev-libs/libspnav  )
+   ssl? ( dev-libs/openssl )
+   sybase? ( dev-db/freetds )
+   tiff? ( media-libs/tiff )
+   truetype? ( media-libs/freetype:2 )
+   vc? ( dev-libs/vc )
+   word-perfect? (
+   app-text/libwpd
+   app-text/libwps
+   

[gentoo-commits] gentoo-x86 commit in net-proxy/swiftiply: ChangeLog Manifest metadata.xml swiftiply-0.6.4-r2.ebuild

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:18:25

  Removed:  ChangeLog Manifest metadata.xml
swiftiply-0.6.4-r2.ebuild
  Log:
  Removal wrt bug #434064.



[gentoo-commits] gentoo-x86 commit in www-servers/mongrel: ChangeLog Manifest metadata.xml mongrel-1.1.5-r3.ebuild

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:18:55

  Removed:  ChangeLog Manifest metadata.xml
mongrel-1.1.5-r3.ebuild
  Log:
  Removal wrt bug #434064.



[gentoo-commits] gentoo-x86 commit in net-proxy/swiftiply/files: swiftiply-0.6.4-cache-base-mixin-fix.patch swiftiply-0.6.4-test-deque-fix.patch swiftiply-0.6.4-test-http-headers-order-fix.patch

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:18:26

  Removed:  swiftiply-0.6.4-cache-base-mixin-fix.patch
swiftiply-0.6.4-test-deque-fix.patch
swiftiply-0.6.4-test-http-headers-order-fix.patch
  Log:
  Removal wrt bug #434064.



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

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:20:33

  Modified: ChangeLog package.mask
  Log:
  Cleanup package.mask.

Revision  ChangesPath
1.8781   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8780
retrieving revision 1.8781
diff -u -r1.8780 -r1.8781
--- ChangeLog   5 Apr 2014 11:49:56 -   1.8780
+++ ChangeLog   5 Apr 2014 12:20:32 -   1.8781
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8780 2014/04/05 
11:49:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8781 2014/04/05 
12:20:32 mrueg 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!
 
+  05 Apr 2014; Manuel Rüger mr...@gentoo.org package.mask:
+  Cleanup package.mask.
+
   05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org package.mask:
   Mask broken libnatpmp release for transmission wrt #506832 by Hans Nieser
 



1.15534  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15533
retrieving revision 1.15534
diff -u -r1.15533 -r1.15534
--- package.mask5 Apr 2014 11:49:56 -   1.15533
+++ package.mask5 Apr 2014 12:20:32 -   1.15534
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15533 2014/04/05 
11:49:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15534 2014/04/05 
12:20:32 mrueg 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
@@ -189,28 +189,11 @@
 =xfce-extra/xfce4-indicator-plugin-2*
 =media-sound/pragha-1.3*
 
-# Manuel Rüger mr...@gentoo.org (06 Mar 2014)
-# Mask further ruby18-only packages
-# Removal in 30 days
-net-proxy/swiftiply
-www-servers/mongrel
-
 # Michał Górny mgo...@gentoo.org (06 Mar 2014)
 # Compatibility packages masked for removal in 30 days.
 dev-lang/python-exec-0.3.1-r1:0
 dev-lang/python-exec-2.0.1-r1:2
 
-# Manuel Rüger mr...@gentoo.org (05 Mar 2014)
-# Mask further ruby18-only packages
-# Removal in 30 days
-dev-ruby/locale_rails
-dev-ruby/parsetree
-dev-ruby/pry:0
-dev-ruby/rack:0
-dev-ruby/rspec-rails:0
-dev-ruby/ruby2ruby:0
-dev-ruby/rubymail
-
 # Michał Górny mgo...@gentoo.org (05 Mar 2014)
 # Seems to cause more trouble than it fixes. Bugs #503470, #503472.
 =sys-apps/systemd-208.277






[gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-rails: rspec-rails-2.12.2.ebuild rspec-rails-2.14.0.ebuild rspec-rails-2.13.2.ebuild ChangeLog rspec-rails-1.3.4.ebuild rspec-rails-2.13.0.ebuild

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 12:13:44

  Modified: rspec-rails-2.12.2.ebuild rspec-rails-2.14.0.ebuild
rspec-rails-2.13.2.ebuild ChangeLog
  Removed:  rspec-rails-1.3.4.ebuild rspec-rails-2.13.0.ebuild
  Log:
  Remove ruby18-only Slot :0 wrt bug #434064. Drop ree18 and ruby18 from other 
ebuilds. Cleanup old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.3  dev-ruby/rspec-rails/rspec-rails-2.12.2.ebuild

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

Index: rspec-rails-2.12.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.12.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rspec-rails-2.12.2.ebuild   20 Jul 2013 12:22:21 -  1.2
+++ rspec-rails-2.12.2.ebuild   5 Apr 2014 12:13:44 -   1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.12.2.ebuild,v 1.2 
2013/07/20 12:22:21 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.12.2.ebuild,v 1.3 
2014/04/05 12:13:44 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY=ruby18 ruby19 ree18
+USE_RUBY=ruby19
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 



1.4  dev-ruby/rspec-rails/rspec-rails-2.14.0.ebuild

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

Index: rspec-rails-2.14.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.14.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rspec-rails-2.14.0.ebuild   26 Jul 2013 21:15:38 -  1.3
+++ rspec-rails-2.14.0.ebuild   5 Apr 2014 12:13:44 -   1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.14.0.ebuild,v 1.3 
2013/07/26 21:15:38 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.14.0.ebuild,v 1.4 
2014/04/05 12:13:44 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY=ruby18 ruby19
+USE_RUBY=ruby19
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 



1.3  dev-ruby/rspec-rails/rspec-rails-2.13.2.ebuild

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

Index: rspec-rails-2.13.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.13.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rspec-rails-2.13.2.ebuild   20 Jul 2013 12:22:21 -  1.2
+++ rspec-rails-2.13.2.ebuild   5 Apr 2014 12:13:44 -   1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.13.2.ebuild,v 1.2 
2013/07/20 12:22:21 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.13.2.ebuild,v 1.3 
2014/04/05 12:13:44 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY=ruby18 ruby19
+USE_RUBY=ruby19
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 



1.74 dev-ruby/rspec-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in app-crypt/ophcrack-tables: ophcrack-tables-1.0-r2.ebuild ChangeLog

2014-04-05 Thread Richard Farina (zerochaos)
zerochaos14/04/05 12:30:23

  Modified: ophcrack-tables-1.0-r2.ebuild ChangeLog
  Log:
  at least one use flag required or there is nothing to install and it dies
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
DD11F94A)

Revision  ChangesPath
1.2  app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild

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

Index: ophcrack-tables-1.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ophcrack-tables-1.0-r2.ebuild   2 Apr 2014 10:41:16 -   1.1
+++ ophcrack-tables-1.0-r2.ebuild   5 Apr 2014 12:30:23 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild,v
 1.1 2014/04/02 10:41:16 tomwij Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild,v
 1.2 2014/04/05 12:30:23 zerochaos Exp $
 
 EAPI=5
 
@@ -15,6 +15,8 @@
 KEYWORDS=~x86 ~amd64 ~ppc
 IUSE=+xpfast xpsmall +vistafree
 
+REQUIRED_USE=|| ( xpfast xpsmall vistafree )
+
 DEPEND=app-arch/unzip
 RDEPEND=
 



1.6  app-crypt/ophcrack-tables/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ophcrack-tables/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ophcrack-tables/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ophcrack-tables/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   2 Apr 2014 10:41:16 -   1.5
+++ ChangeLog   5 Apr 2014 12:30:23 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/ophcrack-tables
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ChangeLog,v 1.5 
2014/04/02 10:41:16 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ChangeLog,v 1.6 
2014/04/05 12:30:23 zerochaos Exp $
+
+  05 Apr 2014; Rick Farina zeroch...@gentoo.org 
ophcrack-tables-1.0-r2.ebuild:
+  at least one use flag required or there is nothing to install and it dies
 
 *ophcrack-tables-1.0-r2 (02 Apr 2014)
 






[gentoo-commits] proj/kde:master commit in: app-office/calligra/

2014-04-05 Thread Johannes Huber
commit: 246a12c9d088ceaf3d89d18752023a816cbe2e5a
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sat Apr  5 12:52:38 2014 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sat Apr  5 12:52:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=246a12c9

[app-office/calligra] Check required disk space for build, bug #505374

Package-Manager: portage-2.2.10

---
 app-office/calligra/calligra-2.8.0.ebuild | 12 +++-
 app-office/calligra/calligra-.ebuild  | 12 +++-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/app-office/calligra/calligra-2.8.0.ebuild 
b/app-office/calligra/calligra-2.8.0.ebuild
index a2a5c2f..c6f36c9 100644
--- a/app-office/calligra/calligra-2.8.0.ebuild
+++ b/app-office/calligra/calligra-2.8.0.ebuild
@@ -11,7 +11,8 @@ EAPI=5
 OPENGL_REQUIRED=optional
 KDE_HANDBOOK=optional
 KDE_LINGUAS_LIVE_OVERRIDE=true
-inherit kde4-base versionator
+CHECKREQS_DISK_BUILD=4G
+inherit check-reqs kde4-base versionator
 
 DESCRIPTION=KDE Office Suite
 HOMEPAGE=http://www.calligra.org/;
@@ -144,6 +145,15 @@ PDEPEND==app-office/calligra-l10n-${LANGVERSION}
 RESTRICT=test
 # bug 394273
 
+pkg_pretend() {
+   check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+   kde4-base_pkg_setup
+   check-reqs_pkg_setup
+}
+
 src_configure() {
local cal_ft
 

diff --git a/app-office/calligra/calligra-.ebuild 
b/app-office/calligra/calligra-.ebuild
index a2a5c2f..c6f36c9 100644
--- a/app-office/calligra/calligra-.ebuild
+++ b/app-office/calligra/calligra-.ebuild
@@ -11,7 +11,8 @@ EAPI=5
 OPENGL_REQUIRED=optional
 KDE_HANDBOOK=optional
 KDE_LINGUAS_LIVE_OVERRIDE=true
-inherit kde4-base versionator
+CHECKREQS_DISK_BUILD=4G
+inherit check-reqs kde4-base versionator
 
 DESCRIPTION=KDE Office Suite
 HOMEPAGE=http://www.calligra.org/;
@@ -144,6 +145,15 @@ PDEPEND==app-office/calligra-l10n-${LANGVERSION}
 RESTRICT=test
 # bug 394273
 
+pkg_pretend() {
+   check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+   kde4-base_pkg_setup
+   check-reqs_pkg_setup
+}
+
 src_configure() {
local cal_ft
 



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

2014-04-05 Thread Alexander Berntsen
commit: 027bac6855b66b7db997a9cf6b4e33ff7ee85ba2
Author: Alexander Berntsen bernalex AT gentoo DOT org
AuthorDate: Sat Apr  5 12:58:14 2014 +
Commit: Alexander Berntsen bernalex AT gentoo DOT org
CommitDate: Sat Apr  5 13:04:20 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=027bac68

depgraph: Improve mismatch checking (bug 505944)

Make sure dep.atom and dep.atom.unevaluated_atom is set to something
before checking for mismatch between them.

This fixes a known bug where a typo like 'emerge -pvuDNworld' would
produce a traceback if the user had a resume list.

---
 pym/_emerge/depgraph.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index abb70a7..737ed66 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -2211,7 +2211,8 @@ class depgraph(object):
# Display the specific atom from SetArg or
# Package types.
uneval = 
-   if dep.atom is not dep.atom.unevaluated_atom:
+   if dep.atom and dep.atom.unevaluated_atom and \
+   dep.atom is not 
dep.atom.unevaluated_atom:
uneval =  (%s) % 
(dep.atom.unevaluated_atom,)
writemsg_level(
%s%s%s required by %s\n %



[gentoo-commits] gentoo-x86 commit in www-client/midori: midori-0.5.8.ebuild ChangeLog

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 13:08:17

  Modified: ChangeLog
  Added:midori-0.5.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.122www-client/midori/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   29 Mar 2014 17:13:45 -  1.121
+++ ChangeLog   5 Apr 2014 13:08:17 -   1.122
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/midori
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.121 
2014/03/29 17:13:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.122 
2014/04/05 13:08:17 ssuominen Exp $
+
+*midori-0.5.8 (05 Apr 2014)
+
+  05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org +midori-0.5.8.ebuild:
+  Version bump.
 
   29 Mar 2014; Samuli Suominen ssuomi...@gentoo.org
   files/midori-0.5.7-underlinking.patch:



1.1  www-client/midori/midori-0.5.8.ebuild

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

Index: midori-0.5.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v 1.1 
2014/04/05 13:08:17 ssuominen Exp $

EAPI=5

VALA_MIN_API_VERSION=0.16

PYTHON_COMPAT=( python2_7 )

unset _live_inherits

if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=git://git.xfce.org/apps/${PN}
_live_inherits=git-2
else
KEYWORDS=~amd64 ~mips ~x86 ~x86-fbsd

SRC_URI=http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2;
fi

inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 cmake-utils vala 
${_live_inherits}

DESCRIPTION=A lightweight web browser based on WebKitGTK+
HOMEPAGE=http://www.midori-browser.org/;

LICENSE=LGPL-2.1 MIT
SLOT=0
IUSE=deprecated doc granite +introspection +jit +webkit2 zeitgeist

RDEPEND==dev-db/sqlite-3.6.19:3
=dev-libs/glib-2.32.3
dev-libs/libxml2
=net-libs/libsoup-2.38:2.4
=net-libs/libsoup-gnome-2.38:2.4
=x11-libs/libnotify-0.7
x11-libs/libXScrnSaver
deprecated? (
=net-libs/webkit-gtk-1.8.1:2[jit=]
=x11-libs/gtk+-2.24:2
)
!deprecated? (
=app-crypt/gcr-3
x11-libs/gtk+:3
webkit2? ( =net-libs/webkit-gtk-1.11.91:3[jit=] )
!webkit2? ( =net-libs/webkit-gtk-1.8.1:3[jit=] )
)
granite? ( =dev-libs/granite-0.2 )
introspection? ( dev-libs/gobject-introspection )
zeitgeist? ( =dev-libs/libzeitgeist-0.3.14 )
DEPEND=${RDEPEND}
${PYTHON_DEPS}
$(vala_depend)
dev-util/intltool
gnome-base/librsvg
sys-devel/gettext
doc? ( dev-util/gtk-doc )
REQUIRED_USE=webkit2? ( !deprecated )

S=${WORKDIR}

pkg_setup() {
python-any-r1_pkg_setup
}

src_unpack() {
if [[ ${PV} == ** ]]; then
git-2_src_unpack
else
default
fi
}

src_prepare() {
vala_src_prepare
sed -i -e '/install/s:COPYING:HACKING TODO TRANSLATE:' CMakeLists.txt 
|| die
}

src_configure() {
strip-linguas -i po

local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
$(cmake-utils_use_use doc APIDOCS)
$(cmake-utils_use_use introspection GIR)
$(cmake-utils_use_use granite)
$(cmake-utils_use_use zeitgeist)
-DVALA_EXECUTABLE=${VALAC}
)

if use deprecated; then
mycmakeargs+=(
-DUSE_GTK3=OFF
-DHALF_BRO_INCOM_WEBKIT2=OFF
)
else
mycmakeargs+=(
-DUSE_GTK3=ON
$(cmake-utils_use webkit2 HALF_BRO_INCOM_WEBKIT2)
)
fi

cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

local jit_is_enabled
if use deprecated; then
   

[gentoo-commits] gentoo-x86 commit in www-client/midori/files: midori-0.5.7-underlinking.patch

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 13:09:15

  Removed:  midori-0.5.7-underlinking.patch
  Log:
  old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)



[gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: libnatpmp-20140401-r1.ebuild ChangeLog

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 13:13:05

  Modified: ChangeLog
  Added:libnatpmp-20140401-r1.ebuild
  Log:
  Install declspec.h because natpmp.h is including it wrt #506832 by Hans Nieser
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.29 net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   2 Apr 2014 14:10:55 -   1.28
+++ ChangeLog   5 Apr 2014 13:13:04 -   1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libnatpmp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.28 
2014/04/02 14:10:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.29 
2014/04/05 13:13:04 ssuominen Exp $
+
+*libnatpmp-20140401-r1 (05 Apr 2014)
+
+  05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org
+  +libnatpmp-20140401-r1.ebuild:
+  Install declspec.h because natpmp.h is including it wrt #506832 by Hans 
Nieser
 
   02 Apr 2014; Anthony G. Basile bluen...@gentoo.org
   -files/remove-static-lib-20120821.patch, -files/respect-FLAGS-20120821.patch,



1.1  net-libs/libnatpmp/libnatpmp-20140401-r1.ebuild

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

Index: libnatpmp-20140401-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20140401-r1.ebuild,v 1.1 
2014/04/05 13:13:04 ssuominen Exp $

EAPI=5
inherit eutils toolchain-funcs multilib

DESCRIPTION=An alternative protocol to UPnP IGD specification
HOMEPAGE=http://miniupnp.free.fr/libnatpmp.html;
SRC_URI=http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz - 
${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=static-libs

src_prepare() {
epatch ${FILESDIR}/respect-FLAGS-20140401.patch
epatch ${FILESDIR}/respect-libdir-20120821.patch
use static-libs || epatch ${FILESDIR}/remove-static-lib-20130911.patch
tc-export CC
}

src_install() {
# Override HEADERS for missing declspec.h wrt #506832
emake HEADERS='declspec.h natpmp.h' PREFIX=${D} 
GENTOO_LIBDIR=$(get_libdir) install

dodoc Changelog.txt README
doman natpmpc.1
}






[gentoo-commits] gentoo-x86 commit in net-libs/libnatpmp: ChangeLog libnatpmp-20140401.ebuild

2014-04-05 Thread Samuli Suominen (ssuominen)
ssuominen14/04/05 13:14:05

  Modified: ChangeLog
  Removed:  libnatpmp-20140401.ebuild
  Log:
  Punt the version with missing declspec.h as useless.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.30 net-libs/libnatpmp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   5 Apr 2014 13:13:04 -   1.29
+++ ChangeLog   5 Apr 2014 13:14:05 -   1.30
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libnatpmp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.29 
2014/04/05 13:13:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/ChangeLog,v 1.30 
2014/04/05 13:14:05 ssuominen Exp $
+
+  05 Apr 2014; Samuli Suominen ssuomi...@gentoo.org
+  -libnatpmp-20140401.ebuild:
+  Punt the version with missing declspec.h as useless.
 
 *libnatpmp-20140401-r1 (05 Apr 2014)
 






[gentoo-commits] proj/sci:master commit in: sci-biology/consed/

2014-04-05 Thread Martin Mokrejs
commit: ae0815f92cc318782734d09b18d0cf78f564c8bb
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Sat Apr  5 13:19:25 2014 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Sat Apr  5 13:19:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ae0815f9

sci-biology/consed: add a stub file for consedrc; refer to it via 
CONSED_PARAMETERS

Package-Manager: portage-2.2.7

---
 sci-biology/consed/ChangeLog   | 6 ++
 sci-biology/consed/consed-20-r1.ebuild | 3 +++
 sci-biology/consed/consed-21.ebuild| 3 +++
 sci-biology/consed/consed-22.ebuild| 3 +++
 sci-biology/consed/consed-23.ebuild| 3 +++
 sci-biology/consed/consed-24.ebuild| 3 +++
 sci-biology/consed/consed-25.ebuild| 3 +++
 sci-biology/consed/consed-26.ebuild| 3 +++
 sci-biology/consed/consed-27.ebuild| 3 +++
 9 files changed, 30 insertions(+)

diff --git a/sci-biology/consed/ChangeLog b/sci-biology/consed/ChangeLog
index ed7f9c8..4bbf7b9 100644
--- a/sci-biology/consed/ChangeLog
+++ b/sci-biology/consed/ChangeLog
@@ -5,6 +5,12 @@
   05 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
   consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
   consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:
+  sci-biology/consed: add a stub file for consedrc; refer to it via
+  CONSED_PARAMETERS
+
+  05 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
+  consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
+  consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:
   sci-biology/consed: fix more hardcoded paths
 
   02 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,

diff --git a/sci-biology/consed/consed-20-r1.ebuild 
b/sci-biology/consed/consed-20-r1.ebuild
index 7f7ddc1..30ba866 100644
--- a/sci-biology/consed/consed-20-r1.ebuild
+++ b/sci-biology/consed/consed-20-r1.ebuild
@@ -64,6 +64,9 @@ src_install() {
align454reads align454reads_answer solexa_example \
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
+   echo 'CONSED_PARAMETERS='${EPREFIX}'/etc/consedrc'  ${S}/99consed
+   mkdir -p ${D}/etc/consedrc
+   touch ${D}/etc/consedrc
doenvd ${S}/99consed || die
sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
${D}/usr/bin/phredPhrap ${D}/usr/bin/phredPhrapWithPhdBalls || die
sed -e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' -i 
${D}/usr/bin/phredPhrap || die

diff --git a/sci-biology/consed/consed-21.ebuild 
b/sci-biology/consed/consed-21.ebuild
index 77ec1a2..b7993b7 100644
--- a/sci-biology/consed/consed-21.ebuild
+++ b/sci-biology/consed/consed-21.ebuild
@@ -64,6 +64,9 @@ src_install() {
align454reads align454reads_answer solexa_example \
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
+   echo 'CONSED_PARAMETERS='${EPREFIX}'/etc/consedrc'  ${S}/99consed
+   mkdir -p ${D}/etc/consedrc
+   touch ${D}/etc/consedrc
sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
${D}/usr/bin/phredPhrap ${D}/usr/bin/phredPhrapWithPhdBalls || die
sed -e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' -i 
${D}/usr/bin/phredPhrap || die
sed -e 's#/wt1/gordon/genome#/usr/bin#' -i 
${D}/usr/bin/fastq2Phrap.perl || die

diff --git a/sci-biology/consed/consed-22.ebuild 
b/sci-biology/consed/consed-22.ebuild
index e7c9186..4c8dd7f 100644
--- a/sci-biology/consed/consed-22.ebuild
+++ b/sci-biology/consed/consed-22.ebuild
@@ -64,6 +64,9 @@ src_install() {
align454reads align454reads_answer solexa_example \
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
+   echo 'CONSED_PARAMETERS='${EPREFIX}'/etc/consedrc'  ${S}/99consed
+   mkdir -p ${D}/etc/consedrc
+   touch ${D}/etc/consedrc
doenvd ${S}/99consed || die
sed -e s#/usr/local/genome#${EPREFIX}/usr# -i ${D}/usr/bin/*.perl 
${D}/usr/bin/phredPhrap ${D}/usr/bin/phredPhrapWithPhdBalls || die
sed -e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' -i 
${D}/usr/bin/phredPhrap || die

diff --git a/sci-biology/consed/consed-23.ebuild 
b/sci-biology/consed/consed-23.ebuild
index e7c9186..4c8dd7f 100644
--- a/sci-biology/consed/consed-23.ebuild
+++ b/sci-biology/consed/consed-23.ebuild
@@ -64,6 +64,9 @@ src_install() {
align454reads align454reads_answer solexa_example \
solexa_example_answer selectRegions selectRegionsAnswer || die
echo 'CONSED_HOME='${EPREFIX}'/usr'  ${S}/99consed
+   echo 'CONSED_PARAMETERS='${EPREFIX}'/etc/consedrc'  ${S}/99consed
+   mkdir -p ${D}/etc/consedrc

[gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4.ebuild archive-tar-minitar-0.5.4-r1.ebuild ChangeLog

2014-04-05 Thread Manuel Rueger (mrueg)
mrueg   14/04/05 13:49:12

  Modified: archive-tar-minitar-0.5.4.ebuild
archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Remove ree18 and ruby18 target.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.10 
dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4.ebuild

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

Index: archive-tar-minitar-0.5.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- archive-tar-minitar-0.5.4.ebuild9 Jan 2013 14:23:21 -   1.9
+++ archive-tar-minitar-0.5.4.ebuild5 Apr 2014 13:49:12 -   1.10
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4.ebuild,v
 1.9 2013/01/09 14:23:21 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4.ebuild,v
 1.10 2014/04/05 13:49:12 mrueg Exp $
 
 EAPI=4
-USE_RUBY=ruby18 ree18 ruby19 jruby
+USE_RUBY=ruby19 jruby
 
 RUBY_FAKEGEM_TASK_TEST=
 RUBY_FAKEGEM_TASK_DOC=



1.2  
dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

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

Index: archive-tar-minitar-0.5.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- archive-tar-minitar-0.5.4-r1.ebuild 5 Nov 2013 03:27:13 -   1.1
+++ archive-tar-minitar-0.5.4-r1.ebuild 5 Apr 2014 13:49:12 -   1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
 1.1 2013/11/05 03:27:13 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
 1.2 2014/04/05 13:49:12 mrueg Exp $
 
 EAPI=5
-USE_RUBY=ruby18 ruby19 ruby20 jruby
+USE_RUBY=ruby19 ruby20 jruby
 
 RUBY_FAKEGEM_TASK_TEST=
 RUBY_FAKEGEM_TASK_DOC=



1.52 dev-ruby/archive-tar-minitar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   5 Nov 2013 03:27:13 -   1.51
+++ ChangeLog   5 Apr 2014 13:49:12 -   1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 
1.51 2013/11/05 03:27:13 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 
1.52 2014/04/05 13:49:12 mrueg Exp $
+
+  05 Apr 2014; Manuel Rüger mr...@gentoo.org
+  archive-tar-minitar-0.5.4-r1.ebuild, archive-tar-minitar-0.5.4.ebuild:
+  Remove ree18 and ruby18 target.
 
 *archive-tar-minitar-0.5.4-r1 (05 Nov 2013)
 






  1   2   3   4   >