[gentoo-commits] gentoo-x86 commit in www-apache/passenger/files: passenger-4.0.49-gentoo.patch

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 06:45:00

  Added:passenger-4.0.49-gentoo.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  www-apache/passenger/files/passenger-4.0.49-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/passenger-4.0.49-gentoo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/files/passenger-4.0.49-gentoo.patch?rev=1.1content-type=text/plain

Index: passenger-4.0.49-gentoo.patch
===
--- build/packaging.rb.~1~  2013-10-27 00:00:00.0 +0200
+++ build/packaging.rb  2014-08-23 08:35:20.372738004 +0200
@@ -429,7 +429,7 @@
psg_ruby_extension_source_dir = 
#{fs_datadir}/#{GLOBAL_NAMESPACE_DIRNAME}/ruby_extension_source
psg_nginx_module_source_dir   = 
#{fs_datadir}/#{GLOBAL_NAMESPACE_DIRNAME}/ngx_http_passenger_module
 
-   fakeroot = pkg/fakeroot
+   fakeroot = ENV['DISTDIR']
fake_rubylibdir = #{fakeroot}#{psg_rubylibdir}
fake_nodelibdir = #{fakeroot}#{psg_nodelibdir}
fake_libdir = #{fakeroot}#{psg_libdir}
@@ -447,7 +447,6 @@
 
native_packaging_method = ENV['NATIVE_PACKAGING_METHOD'] || deb
 
-   sh rm -rf #{fakeroot}
sh mkdir -p #{fakeroot}
 
# Ruby sources
@@ -532,10 +531,6 @@
end
end
 
-   # Apache 2 module
-   sh mkdir -p #{File.dirname(fake_apache2_module_path)}
-   sh cp #{APACHE2_MODULE} #{fake_apache2_module_path}
-
# Ruby extension sources
sh mkdir -p #{fake_ruby_extension_source_dir}
sh cp -R #{PhusionPassenger.ruby_extension_source_dir}/* 
#{fake_ruby_extension_source_dir}






[gentoo-commits] gentoo-x86 commit in www-apache/passenger: ChangeLog passenger-4.0.49.ebuild

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 06:45:00

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

Revision  ChangesPath
1.99 www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.99view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.99content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.98r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   26 Jul 2014 06:22:00 -  1.98
+++ ChangeLog   23 Aug 2014 06:45:00 -  1.99
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.98 
2014/07/26 06:22:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.99 
2014/08/23 06:45:00 graaff Exp $
+
+*passenger-4.0.49 (23 Aug 2014)
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org +passenger-4.0.49.ebuild,
+  +files/passenger-4.0.49-gentoo.patch:
+  Version bump.
 
 *passenger-4.0.48 (26 Jul 2014)
 



1.1  www-apache/passenger/passenger-4.0.49.ebuild

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

Index: passenger-4.0.49.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.49.ebuild,v 1.1 
2014/08/23 06:45:00 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs

DESCRIPTION=Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails 
applications a breeze
HOMEPAGE=http://modrails.com/;
SRC_URI=http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;

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

ruby_add_bdepend dev-ruby/rake

ruby_add_rdepend 
=dev-ruby/daemon_controller-1.2.0
=dev-ruby/rack-1.0.0
=dev-ruby/rake-0.8.1

CDEPEND==dev-libs/libev-4.15 net-misc/curl[ssl]
www-servers/apache[apache2_modules_unixd(+)]

RDEPEND=${RDEPEND} ${CDEPEND}
DEPEND=${DEPEND} ${CDEPEND}

APACHE2_MOD_CONF=30_mod_${PN}-4.0.0 30_mod_${PN}
APACHE2_MOD_DEFINE=PASSENGER

need_apache2

pkg_setup() {
use debug  append-flags -DPASSENGER_DEBUG
}

all_ruby_prepare() {
epatch ${FILESDIR}/${PN}-4.0.49-gentoo.patch

# Change these with sed instead of a patch so that we can easily use
# the toolchain-funcs methods.
sed -i -e s/gcc/$(tc-getCC)/ \
-e s/g++/$(tc-getCXX)/ \
-e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die

# Use sed here so that we can dynamically set the documentation 
directory.
sed -i -e s:/usr/share/doc/passenger:/usr/share/doc/${P}: \
-e 
s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:
 \
-e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: \
lib/phusion_passenger.rb || die
sed -i -e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: 
ext/common/ResourceLocator.h || die

# Don't install a tool that won't work in our setup.
sed -i -e '/passenger-install-apache2-module/d' 
lib/phusion_passenger/packaging.rb || die
rm -f bin/passenger-install-apache2-module || die Unable to remove 
unneeded install script.

# Make sure we use the system-provided version.
rm -rf ext/libev || die Unable to remove vendored libev.

# Avoid building documentation to avoid a dependency on mizuho.
#sed -i -e 's/, :doc//' build/packaging.rb || die
touch doc/*.html || die

# Use the correct arch-specific lib directory
sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' build/packaging.rb || die

# Fix hard-coded use of AR
sed -i -e s/ar cru/$(tc-getAR) cru/ build/cplusplus_support.rb || 
die
}

all_ruby_compile() {
V=1 EXTRA_LDFLAGS=${LDFLAGS} \
APXS2=${APXS} \
HTTPD=${APACHE_BIN} \
USE_VENDORED_LIBEV=no LIBEV_LIBS=-lev \
ruby -S rake apache2 || die rake failed
}

each_ruby_compile() {
append-flags -fno-strict-aliasing

V=1 

[gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-4.1.4.ebuild rails-4.0.8.ebuild

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:00:39

  Modified: ChangeLog
  Removed:  rails-4.1.4.ebuild rails-4.0.8.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.301dev-ruby/rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog   18 Aug 2014 22:19:20 -  1.300
+++ ChangeLog   23 Aug 2014 07:00:39 -  1.301
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.300 2014/08/18 
22:19:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.301 2014/08/23 
07:00:39 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -rails-4.0.8.ebuild,
+  -rails-4.1.4.ebuild:
+  Cleanup.
 
 *rails-4.1.5 (18 Aug 2014)
 *rails-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:01:07

  Modified: ChangeLog
  Removed:  railties-4.0.8.ebuild railties-4.1.4.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.88 dev-ruby/railties/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   18 Aug 2014 22:19:06 -  1.87
+++ ChangeLog   23 Aug 2014 07:01:07 -  1.88
@@ -1,6 +1,10 @@
 # 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.87 
2014/08/18 22:19:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.88 
2014/08/23 07:01:07 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -railties-4.0.8.ebuild,
+  -railties-4.1.4.ebuild:
+  Cleanup.
 
 *railties-4.1.5 (18 Aug 2014)
 *railties-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:01:57

  Modified: ChangeLog
  Removed:  activerecord-4.1.4.ebuild activerecord-4.0.8.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.277dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog   18 Aug 2014 22:18:42 -  1.276
+++ ChangeLog   23 Aug 2014 07:01:57 -  1.277
@@ -1,6 +1,10 @@
 # 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.276 
2014/08/18 22:18:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.277 
2014/08/23 07:01:57 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -activerecord-4.0.8.ebuild,
+  -activerecord-4.1.4.ebuild:
+  Cleanup.
 
 *activerecord-4.1.5 (18 Aug 2014)
 *activerecord-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:02:43

  Modified: ChangeLog
  Removed:  actionmailer-4.0.8.ebuild actionmailer-4.1.4.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.271dev-ruby/actionmailer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog   18 Aug 2014 22:18:19 -  1.270
+++ ChangeLog   23 Aug 2014 07:02:43 -  1.271
@@ -1,6 +1,10 @@
 # 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.270 
2014/08/18 22:18:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.271 
2014/08/23 07:02:43 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -actionmailer-4.0.8.ebuild,
+  -actionmailer-4.1.4.ebuild:
+  Cleanup.
 
 *actionmailer-4.1.5 (18 Aug 2014)
 *actionmailer-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:07:24

  Modified: ChangeLog
  Removed:  actionview-4.1.4.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/actionview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Aug 2014 22:17:12 -  1.8
+++ ChangeLog   23 Aug 2014 07:07:24 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.8 
2014/08/18 22:17:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.9 
2014/08/23 07:07:24 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -actionview-4.1.4.ebuild:
+  Cleanup.
 
 *actionview-4.1.5 (18 Aug 2014)
 






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:07:06

  Modified: ChangeLog
  Removed:  actionpack-4.1.4.ebuild actionpack-4.0.8.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.290dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog   18 Aug 2014 22:17:52 -  1.289
+++ ChangeLog   23 Aug 2014 07:07:06 -  1.290
@@ -1,6 +1,10 @@
 # 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.289 
2014/08/18 22:17:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.290 
2014/08/23 07:07:06 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -actionpack-4.0.8.ebuild,
+  -actionpack-4.1.4.ebuild:
+  Cleanup.
 
 *actionpack-4.1.5 (18 Aug 2014)
 *actionpack-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:07:52

  Modified: ChangeLog
  Removed:  activemodel-4.0.8.ebuild activemodel-4.1.4.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.90 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   18 Aug 2014 22:16:35 -  1.89
+++ ChangeLog   23 Aug 2014 07:07:52 -  1.90
@@ -1,6 +1,10 @@
 # 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.89 
2014/08/18 22:16:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.90 
2014/08/23 07:07:52 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -activemodel-4.0.8.ebuild,
+  -activemodel-4.1.4.ebuild:
+  Cleanup.
 
 *activemodel-4.1.5 (18 Aug 2014)
 *activemodel-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Hans de Graaff (graaff)
graaff  14/08/23 07:09:07

  Modified: ChangeLog
  Removed:  activesupport-4.1.4.ebuild
activesupport-4.0.8.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.268dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   18 Aug 2014 22:16:06 -  1.267
+++ ChangeLog   23 Aug 2014 07:09:07 -  1.268
@@ -1,6 +1,10 @@
 # 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.267 
2014/08/18 22:16:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.268 
2014/08/23 07:09:07 graaff Exp $
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org -activesupport-4.0.8.ebuild,
+  -activesupport-4.1.4.ebuild:
+  Cleanup.
 
 *activesupport-4.1.5 (18 Aug 2014)
 *activesupport-4.0.9 (18 Aug 2014)






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

2014-08-23 Thread Zac Medico
commit: 5c0f68017e9943f9486ee68005ea3ef7743244bd
Author: Zac Medico zmedico AT gentoo DOT org
AuthorDate: Fri Aug 22 22:32:18 2014 +
Commit: Zac Medico zmedico AT gentoo DOT org
CommitDate: Sat Aug 23 06:14:38 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=5c0f6801

package_tracker.match: account for unevaluated_atom

This fixes the match cache to properly account for
atom.unevaluated_atom, which is required since match_from_list output
depends on atom.unevaluated_atom (for IUSE matching logic). Note that
similar issues were also fixed in commits
d603f1440c814377fbc1965729fd9b6b008cf76d and
5438bb29c996d777b6343515995176912a7c137f.

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

---
 pym/_emerge/resolver/package_tracker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/_emerge/resolver/package_tracker.py 
b/pym/_emerge/resolver/package_tracker.py
index 5982750..406d5ce 100644
--- a/pym/_emerge/resolver/package_tracker.py
+++ b/pym/_emerge/resolver/package_tracker.py
@@ -152,7 +152,7 @@ class PackageTracker(object):
packages may also be returned.

cp_key = root, atom.cp
-   cache_key = root, atom, installed
+   cache_key = root, atom, atom.unevaluated_atom, installed
try:
return iter(self._match_cache.get(cp_key, 
{})[cache_key])
except KeyError:



[gentoo-commits] dev/leio:master commit in: x11-libs/gtk+/files/, x11-libs/gtk+/

2014-08-23 Thread Mart Raudsepp
commit: bef2c5dce907da4a40a6496d5268e6794564de16
Author: Mart Raudsepp leio AT gentoo DOT org
AuthorDate: Sat Aug 23 08:41:25 2014 +
Commit: Mart Raudsepp leio AT gentoo DOT org
CommitDate: Sat Aug 23 08:42:51 2014 +
URL:http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=bef2c5dc

Add x11-libs/gtk+:3 modified to accept raspberrypi-userland[wayland] as a 
wayland wsys provider

---
 x11-libs/gtk+/Manifest   |   1 +
 x11-libs/gtk+/files/settings.ini |   4 +
 x11-libs/gtk+/gtk+-3.12.2.ebuild | 221 +++
 x11-libs/gtk+/metadata.xml   |  21 
 4 files changed, 247 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
new file mode 100644
index 000..4fa8c24
--- /dev/null
+++ b/x11-libs/gtk+/Manifest
@@ -0,0 +1 @@
+DIST gtk+-3.12.2.tar.xz 15015024 SHA256 
61d74eea74231b1ea4b53084a9d6fc9917ab0e1d71b69d92cbf60a4b4fb385d0 SHA512 
4a8d2f52328587d73e30f363bdbbd91322dae0198f5581a2da3ebbe96ef0a0635193d2537e8fc127dc0950a24df42862233edd3a873dcbd166dc675bae849c9e
 WHIRLPOOL 
26328632d78f986d25e40d8773ff3cc90a0b3a5bafb4f21224504bd1c8c78995df556e8337d7b374f047bfff2bd0b9e0082ec163591f7a0a035260b8a2db2932

diff --git a/x11-libs/gtk+/files/settings.ini b/x11-libs/gtk+/files/settings.ini
new file mode 100644
index 000..a65c0a8
--- /dev/null
+++ b/x11-libs/gtk+/files/settings.ini
@@ -0,0 +1,4 @@
+[Settings]
+gtk-theme-name = Adwaita
+gtk-icon-theme-name = gnome
+gtk-cursor-theme-name = Adwaita

diff --git a/x11-libs/gtk+/gtk+-3.12.2.ebuild b/x11-libs/gtk+/gtk+-3.12.2.ebuild
new file mode 100644
index 000..210357d
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.12.2.ebuild
@@ -0,0 +1,221 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.12.2.ebuild,v 1.6 
2014/08/21 10:46:39 ago Exp $
+
+EAPI=5
+GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
+
+inherit flag-o-matic gnome2 multilib virtualx
+
+DESCRIPTION=Gimp ToolKit +
+HOMEPAGE=http://www.gtk.org/;
+
+LICENSE=LGPL-2+
+SLOT=3
+# NOTE: This gtk+ has multi-gdk-backend support, see:
+#  * http://blogs.gnome.org/kris/2010/12/29/gdk-3-0-on-mac-os-x/
+#  * http://mail.gnome.org/archives/gtk-devel-list/2010-November/msg00099.html
+# I tried this and got it all compiling, but the end result is unusable as it
+# horribly mixes up the backends -- grobian
+IUSE=aqua cloudprint colord cups debug examples +introspection test 
vim-syntax wayland X xinerama
+REQUIRED_USE=
+   || ( aqua wayland X )
+   xinerama? ( X )
+
+
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+
+# FIXME: introspection data is built against system installation of gtk+:3
+# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
+# Use gtk+:2 for gtk-update-icon-cache
+COMMON_DEPEND=
+   =dev-libs/atk-2.7.5[introspection?]
+   =dev-libs/glib-2.39.5:2
+   media-libs/fontconfig
+   =x11-libs/cairo-1.12[aqua?,glib,svg,X?]
+   =x11-libs/gdk-pixbuf-2.27.1:2[introspection?,X?]
+   =x11-libs/gtk+-2.24:2
+   =x11-libs/pango-1.32.4[introspection?]
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   =net-libs/rest-0.7
+   =dev-libs/json-glib-1.0 )
+   colord? ( =x11-misc/colord-0.1.9:0= )
+   cups? ( =net-print/cups-1.2 )
+   introspection? ( =dev-libs/gobject-introspection-1.39 )
+   wayland? (
+   =dev-libs/wayland-1.3.90
+   || ( media-libs/mesa[wayland] 
media-libs/raspberrypi-userland[wayland] )
+   =x11-libs/libxkbcommon-0.2
+   )
+   X? (
+   =app-accessibility/at-spi2-atk-2.5.3
+   x11-libs/libXrender
+   x11-libs/libX11
+   =x11-libs/libXi-1.3
+   x11-libs/libXext
+   =x11-libs/libXrandr-1.3
+   x11-libs/libXcursor
+   x11-libs/libXfixes
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   xinerama? ( x11-libs/libXinerama )
+   )
+
+DEPEND=${COMMON_DEPEND}
+   app-text/docbook-xsl-stylesheets
+   app-text/docbook-xml-dtd:4.1.2
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   =dev-util/gtk-doc-am-1.20
+   sys-devel/gettext
+   virtual/pkgconfig
+   X? (
+   x11-proto/xextproto
+   x11-proto/xproto
+   x11-proto/inputproto
+   x11-proto/damageproto
+   xinerama? ( x11-proto/xineramaproto )
+   )
+   test? (
+   media-fonts/font-misc-misc
+   media-fonts/font-cursor-misc )
+
+# gtk+-3.2.2 breaks Alt key handling in =x11-libs/vte-0.30.1:2.90
+# gtk+-3.3.18 breaks scrolling in =x11-libs/vte-0.31.0:2.90
+# 

[gentoo-commits] gentoo-x86 commit in app-text/po4a: ChangeLog po4a-0.45.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:06:51

  Modified: ChangeLog po4a-0.45.ebuild
  Log:
  Stable for HPPA (bug #520014).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.73 app-text/po4a/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   15 Feb 2014 12:07:18 -  1.72
+++ ChangeLog   23 Aug 2014 09:06:51 -  1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/po4a
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.72 2014/02/15 
12:07:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.73 2014/08/23 
09:06:51 jer Exp $
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org po4a-0.45.ebuild:
+  Stable for HPPA (bug #520014).
 
   15 Feb 2014; Markos Chandras hwoar...@gentoo.org po4a-0.45.ebuild:
   Add ~mips



1.4  app-text/po4a/po4a-0.45.ebuild

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

Index: po4a-0.45.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.45.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- po4a-0.45.ebuild15 Feb 2014 12:07:18 -  1.3
+++ po4a-0.45.ebuild23 Aug 2014 09:06:51 -  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-text/po4a/po4a-0.45.ebuild,v 1.3 
2014/02/15 12:07:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.45.ebuild,v 1.4 
2014/08/23 09:06:51 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris
 IUSE=test
 
 RDEPEND=dev-perl/SGMLSpm






[gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: ChangeLog libtasn1-2.14.ebuild libtasn1-3.4-r1.ebuild libtasn1-3.4.ebuild libtasn1-2.13.ebuild

2014-08-23 Thread Alon Bar-Lev (alonbl)
alonbl  14/08/23 09:10:24

  Modified: ChangeLog
  Removed:  libtasn1-2.14.ebuild libtasn1-3.4-r1.ebuild
libtasn1-3.4.ebuild libtasn1-2.13.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.215dev-libs/libtasn1/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   10 Aug 2014 19:16:07 -  1.214
+++ ChangeLog   23 Aug 2014 09:10:24 -  1.215
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libtasn1
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.214 
2014/08/10 19:16:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.215 
2014/08/23 09:10:24 alonbl Exp $
+
+  23 Aug 2014; Alon Bar-Lev alo...@gentoo.org -libtasn1-2.13.ebuild,
+  -libtasn1-2.14.ebuild, -libtasn1-3.4-r1.ebuild, -libtasn1-3.4.ebuild:
+  Cleanup
 
   10 Aug 2014; Fabian Groffen grob...@gentoo.org libtasn1-4.0.ebuild:
   Marked ~{ppc,x86}-macos






[gentoo-commits] gentoo-x86 commit in app-misc/screen: screen-4.2.1-r2.ebuild ChangeLog

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:14:27

  Modified: screen-4.2.1-r2.ebuild ChangeLog
  Log:
  Restore keywords.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  app-misc/screen/screen-4.2.1-r2.ebuild

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

Index: screen-4.2.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- screen-4.2.1-r2.ebuild  30 Apr 2014 15:21:13 -  1.1
+++ screen-4.2.1-r2.ebuild  23 Aug 2014 09:14:27 -  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-misc/screen/screen-4.2.1-r2.ebuild,v 
1.1 2014/04/30 15:21:13 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v 
1.2 2014/08/23 09:14:27 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=
+KEYWORDS= ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=debug nethack pam selinux multiuser
 
 RDEPEND==sys-libs/ncurses-5.2



1.197app-misc/screen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog   30 Apr 2014 15:21:13 -  1.196
+++ ChangeLog   23 Aug 2014 09:14:27 -  1.197
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/screen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.196 
2014/04/30 15:21:13 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.197 
2014/08/23 09:14:27 jer Exp $
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org screen-4.2.1-r2.ebuild:
+  Restore keywords.
 
 *screen-4.2.1-r2 (30 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libtasn1: libtasn1-4.1.ebuild libtasn1-3.8.ebuild ChangeLog

2014-08-23 Thread Alon Bar-Lev (alonbl)
alonbl  14/08/23 09:16:39

  Modified: ChangeLog
  Added:libtasn1-4.1.ebuild libtasn1-3.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.216dev-libs/libtasn1/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog   23 Aug 2014 09:10:24 -  1.215
+++ ChangeLog   23 Aug 2014 09:16:39 -  1.216
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libtasn1
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.215 
2014/08/23 09:10:24 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.216 
2014/08/23 09:16:39 alonbl Exp $
+
+*libtasn1-3.8 (23 Aug 2014)
+*libtasn1-4.1 (23 Aug 2014)
+
+  23 Aug 2014; Alon Bar-Lev alo...@gentoo.org +libtasn1-3.8.ebuild,
+  +libtasn1-4.1.ebuild:
+  Version bump
 
   23 Aug 2014; Alon Bar-Lev alo...@gentoo.org -libtasn1-2.13.ebuild,
   -libtasn1-2.14.ebuild, -libtasn1-3.4-r1.ebuild, -libtasn1-3.4.ebuild:



1.1  dev-libs/libtasn1/libtasn1-4.1.ebuild

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

Index: libtasn1-4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.1.ebuild,v 1.1 
2014/08/23 09:16:39 alonbl Exp $

EAPI=5

inherit autotools-multilib

DESCRIPTION=ASN.1 library
HOMEPAGE=http://www.gnu.org/software/libtasn1/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.gz

LICENSE=GPL-3 LGPL-2.1
SLOT=0/6 # subslot = libtasn1 soname version
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc static-libs

DEPEND==dev-lang/perl-5.6
sys-apps/help2man
virtual/yacc
RDEPEND=
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20131008-r16
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

DOCS=( AUTHORS ChangeLog NEWS README THANKS )

src_configure() {
local myeconfargs
[[ ${VALGRIND_TESTS} == 0 ]]  myeconfargs+=( 
--disable-valgrind-tests )
autotools-multilib_src_configure
}

src_install() {
autotools-multilib_src_install

if use doc ; then
dodoc doc/libtasn1.pdf
dohtml doc/reference/html/*
fi
}



1.1  dev-libs/libtasn1/libtasn1-3.8.ebuild

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

Index: libtasn1-3.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.8.ebuild,v 1.1 
2014/08/23 09:16:39 alonbl Exp $

EAPI=5

inherit autotools autotools-multilib

DESCRIPTION=ASN.1 library
HOMEPAGE=http://www.gnu.org/software/libtasn1/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.gz

LICENSE=GPL-3 LGPL-2.1
SLOT=0/6 # subslot = libtasn1 soname version
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos
IUSE=doc static-libs

DEPEND==dev-lang/perl-5.6
sys-apps/help2man
virtual/yacc
RDEPEND=
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20131008-r16
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

DOCS=( AUTHORS ChangeLog NEWS README THANKS )

src_configure() {
local myeconfargs
[[ ${VALGRIND_TESTS} == 0 ]]  myeconfargs+=( 
--disable-valgrind-tests )
autotools-multilib_src_configure
}

src_install() {
autotools-multilib_src_install

if use doc ; then
dodoc doc/libtasn1.pdf
dohtml 

[gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools/files: flow-tools-0.68.5.1-run.patch flow-tools-0.68.5.1-syslog.patch

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:35:03

  Added:flow-tools-0.68.5.1-run.patch
flow-tools-0.68.5.1-syslog.patch
  Log:
  Convert sed script to patch. Fix syslog calls without format (bug #520520).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/flow-tools/files/flow-tools-0.68.5.1-run.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-run.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-run.patch?rev=1.1content-type=text/plain

Index: flow-tools-0.68.5.1-run.patch
===
--- a/src/flow-fanout.c
+++ b/src/flow-fanout.c
@@ -57,7 +57,7 @@
 #endif
 
 
-#define FANOUT_PIDFILE/var/run/flow-fanout.pid
+#define FANOUT_PIDFILE/run/flow-fanout.pid
 
 #define SELECT_TIMEOUT 5   /* 5 seconds */
 
--- a/src/flow-capture.c
+++ b/src/flow-capture.c
@@ -61,7 +61,7 @@
 
 void fterr_exit_handler(int code);
 
-#define CAPTURE_PIDFILE/var/run/flow-capture.pid
+#define CAPTURE_PIDFILE/run/flow-capture.pid
 
 #define SELECT_TIMEOUT 1   /* 1 second */
 



1.1  
net-analyzer/flow-tools/files/flow-tools-0.68.5.1-syslog.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-syslog.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/files/flow-tools-0.68.5.1-syslog.patch?rev=1.1content-type=text/plain

Index: flow-tools-0.68.5.1-syslog.patch
===
--- a/lib/fterr.c
+++ b/lib/fterr.c
@@ -112,7 +112,7 @@
 fprintf(((fterr_file) ? fterr_file : stderr), %s\n, buf2);
 
   if (fterr_flags  FTERR_SYSLOG)
-syslog(LOG_INFO, buf);
+syslog(LOG_INFO, %s, buf);
 
 } /* fterr_info */
 
@@ -134,7 +134,7 @@
 
   if (fterr_flags  FTERR_SYSLOG) {
 snprintf(buf2, 1024, %s: %s, buf, strerror(errno));
-syslog(LOG_INFO, buf2);
+syslog(LOG_INFO, %s, buf2);
   }
 
   if (fterr_exit)
@@ -159,7 +159,7 @@
   }
 
   if (fterr_flags  FTERR_SYSLOG)
-syslog(LOG_INFO, buf);
+syslog(LOG_INFO, %s, buf);
 
   if (fterr_exit)
 fterr_exit(code);
@@ -183,7 +183,7 @@
   }
 
   if (fterr_flags  FTERR_SYSLOG)
-syslog(LOG_INFO, buf);
+syslog(LOG_INFO, %s, buf);
 
 } /* fterr_warnx */
 
@@ -205,7 +205,7 @@
 
   if (fterr_flags  FTERR_SYSLOG) {
 snprintf(buf2, 1024, %s: %s, buf, strerror(errno));
-syslog(LOG_INFO, buf2);
+syslog(LOG_INFO, %s, buf2);
   }
 
 } /* fterr_warn */






[gentoo-commits] gentoo-x86 commit in net-analyzer/flow-tools: flow-tools-0.68.5.1-r4.ebuild ChangeLog flow-tools-0.68.5.1-r3.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:35:02

  Modified: ChangeLog
  Added:flow-tools-0.68.5.1-r4.ebuild
  Removed:  flow-tools-0.68.5.1-r3.ebuild
  Log:
  Convert sed script to patch. Fix syslog calls without format (bug #520520).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.71 net-analyzer/flow-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   11 Jul 2014 12:24:50 -  1.70
+++ ChangeLog   23 Aug 2014 09:35:02 -  1.71
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/flow-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.70 
2014/07/11 12:24:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.71 
2014/08/23 09:35:02 jer Exp $
+
+*flow-tools-0.68.5.1-r4 (23 Aug 2014)
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org -flow-tools-0.68.5.1-r3.ebuild,
+  +flow-tools-0.68.5.1-r4.ebuild, +files/flow-tools-0.68.5.1-run.patch,
+  +files/flow-tools-0.68.5.1-syslog.patch:
+  Convert sed script to patch. Fix syslog calls without format (bug #520520).
 
 *flow-tools-0.68.5.1-r3 (11 Jul 2014)
 



1.1  net-analyzer/flow-tools/flow-tools-0.68.5.1-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r4.ebuild?rev=1.1content-type=text/plain

Index: flow-tools-0.68.5.1-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1-r4.ebuild,v 
1.1 2014/08/23 09:35:02 jer Exp $

EAPI=5
inherit eutils user

DESCRIPTION=library and programs to collect, send, process, and generate 
reports from NetFlow data
HOMEPAGE=http://code.google.com/p/flow-tools/;
SRC_URI=http://${PN}.googlecode.com/files/${P}.tar.bz2;

LICENSE=BSD GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=debug mysql postgres ssl static-libs

RDEPEND=sys-apps/tcp-wrappers
sys-libs/zlib
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
ssl? ( dev-libs/openssl )

DEPEND=${RDEPEND}
sys-devel/flex
sys-devel/bison

DOCS=( ChangeLog README SECURITY TODO )

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

src_prepare() {
epatch ${FILESDIR}/${P}-run.patch
epatch ${FILESDIR}/${P}-syslog.patch
}

src_configure() {
econf \
$(use_enable static-libs static) \
$(usex mysql --with-mysql '') \
$(usex postgres --with-postgresql=yes --with-postgresql=no) \
$(usex ssl --with-openssl '') \
--sysconfdir=/etc/flow-tools
}

src_install() {
default

prune_libtool_files

exeinto /var/lib/flows/bin
doexe ${FILESDIR}/linkme

keepdir /var/lib/flows/ft

newinitd ${FILESDIR}/flowcapture.initd flowcapture
newconfd ${FILESDIR}/flowcapture.confd flowcapture

fowners flows:flows /var/lib/flows
fowners flows:flows /var/lib/flows/bin
fowners flows:flows /var/lib/flows/ft

fperms 0755 /var/lib/flows
fperms 0755 /var/lib/flows/bin
}

pkg_preinst() {
enewgroup flows
enewuser flows -1 -1 /var/lib/flows flows
}






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: ChangeLog youtube-dl-2014.08.22.3.ebuild youtube-dl-2014.08.21.3.ebuild youtube-dl-2014.08.22.2.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:43:03

  Modified: ChangeLog
  Added:youtube-dl-2014.08.22.3.ebuild
  Removed:  youtube-dl-2014.08.21.3.ebuild
youtube-dl-2014.08.22.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.374net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.374view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.374content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.373r2=1.374

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- ChangeLog   22 Aug 2014 08:01:01 -  1.373
+++ ChangeLog   23 Aug 2014 09:43:03 -  1.374
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.373 
2014/08/22 08:01:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.374 
2014/08/23 09:43:03 jer Exp $
+
+*youtube-dl-2014.08.22.3 (23 Aug 2014)
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org 
-youtube-dl-2014.08.21.3.ebuild,
+  -youtube-dl-2014.08.22.2.ebuild, +youtube-dl-2014.08.22.3.ebuild:
+  Version bump.
 
 *youtube-dl-2014.08.22.2 (22 Aug 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.08.22.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.22.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.22.3.ebuild?rev=1.1content-type=text/plain

Index: youtube-dl-2014.08.22.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.22.3.ebuild,v 
1.1 2014/08/23 09:43:03 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
extremetube fourtube goshgay hentaistigma mofosex 
pornhd pornhub
pornotube redtube slutload spankwire thisav trutube 
tube8 xbef
xhamster xnxx xtube xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-216.ebuild systemd-9999.ebuild ChangeLog

2014-08-23 Thread Michal Gorny (mgorny)
mgorny  14/08/23 09:43:33

  Modified: systemd-216.ebuild systemd-.ebuild ChangeLog
  Log:
  Add users  groups for systemd-journal-* daemons, bug #520662.
  
  (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with 
key EFB4464E!)

Revision  ChangesPath
1.2  sys-apps/systemd/systemd-216.ebuild

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

Index: systemd-216.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- systemd-216.ebuild  22 Aug 2014 10:22:16 -  1.1
+++ systemd-216.ebuild  23 Aug 2014 09:43:33 -  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-apps/systemd/systemd-216.ebuild,v 1.1 
2014/08/22 10:22:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216.ebuild,v 1.2 
2014/08/23 09:43:33 mgorny Exp $
 
 EAPI=5
 
@@ -428,6 +428,9 @@
enewgroup input
enewgroup systemd-journal
newusergroup systemd-bus-proxy
+   newusergroup systemd-journal-gateway
+   newusergroup systemd-journal-remote
+   newusergroup systemd-journal-upload
newusergroup systemd-network
newusergroup systemd-resolve
newusergroup systemd-timesync



1.137sys-apps/systemd/systemd-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.137view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.137content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?r1=1.136r2=1.137

Index: systemd-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- systemd-.ebuild 20 Aug 2014 07:44:27 -  1.136
+++ systemd-.ebuild 23 Aug 2014 09:43:33 -  1.137
@@ -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/systemd/systemd-.ebuild,v 
1.136 2014/08/20 07:44:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 
1.137 2014/08/23 09:43:33 mgorny Exp $
 
 EAPI=5
 
@@ -457,6 +457,9 @@
enewgroup input
enewgroup systemd-journal
newusergroup systemd-bus-proxy
+   newusergroup systemd-journal-gateway
+   newusergroup systemd-journal-remote
+   newusergroup systemd-journal-upload
newusergroup systemd-network
newusergroup systemd-resolve
newusergroup systemd-timesync



1.305sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -r1.304 -r1.305
--- ChangeLog   22 Aug 2014 10:22:16 -  1.304
+++ ChangeLog   23 Aug 2014 09:43:33 -  1.305
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.304 
2014/08/22 10:22:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.305 
2014/08/23 09:43:33 mgorny Exp $
+
+  23 Aug 2014; Michał Górny mgo...@gentoo.org systemd-216.ebuild,
+  systemd-.ebuild:
+  Add users  groups for systemd-journal-* daemons, bug #520662.
 
 *systemd-216 (22 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/dillo: ChangeLog dillo-3.0.2.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:46:30

  Modified: ChangeLog
  Removed:  dillo-3.0.2.ebuild
  Log:
  Clean up patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.129www-client/dillo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   3 May 2014 20:55:26 -   1.128
+++ ChangeLog   23 Aug 2014 09:46:30 -  1.129
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.128 
2014/05/03 20:55:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.129 
2014/08/23 09:46:30 jer Exp $
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org -dillo-3.0.2.ebuild,
+  files/dillo2-inbuf.patch:
+  Clean up patch.
 
 *dillo-3.0.4 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in www-client/dillo/files: dillo2-inbuf.patch

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 09:46:30

  Modified: dillo2-inbuf.patch
  Log:
  Clean up patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  www-client/dillo/files/dillo2-inbuf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dillo/files/dillo2-inbuf.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dillo/files/dillo2-inbuf.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dillo/files/dillo2-inbuf.patch?r1=1.1r2=1.2

Index: dillo2-inbuf.patch
===
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/files/dillo2-inbuf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dillo2-inbuf.patch  22 Oct 2008 00:45:26 -  1.1
+++ dillo2-inbuf.patch  23 Aug 2014 09:46:30 -  1.2
@@ -1,6 +1,5 @@
-=== modified file 'src/form.cc'
 src/form.cc2008-10-21 21:02:31 +
-+++ src/form.cc2008-10-21 21:02:53 +
+--- a/src/form.cc
 b/src/form.cc
 @@ -1240,8 +1240,9 @@
 int rc = 0;
 Dstr *output;






[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-l10n: libreoffice-l10n-4.2.6.2.ebuild ChangeLog

2014-08-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/08/23 09:54:54

  Modified: ChangeLog
  Added:libreoffice-l10n-4.2.6.2.ebuild
  Log:
  Version bump to 4.2.6 fixes bug#520282.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.113app-office/libreoffice-l10n/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.113view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.113content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?r1=1.112r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   10 Aug 2014 18:16:21 -  1.112
+++ ChangeLog   23 Aug 2014 09:54:54 -  1.113
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/libreoffice-l10n
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 
1.112 2014/08/10 18:16:21 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 
1.113 2014/08/23 09:54:54 scarabeus Exp $
+
+*libreoffice-l10n-4.2.6.2 (23 Aug 2014)
+
+  23 Aug 2014; Tomáš Chvátal scarab...@gentoo.org
+  +libreoffice-l10n-4.2.6.2.ebuild:
+  Version bump to 4.2.6 fixes bug#520282.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   libreoffice-l10n-4.2.5.2.ebuild:



1.1  app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.2.ebuild?rev=1.1content-type=text/plain

Index: libreoffice-l10n-4.2.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.2.ebuild,v
 1.1 2014/08/23 09:54:54 scarabeus Exp $

EAPI=5

inherit rpm eutils multilib versionator

MY_PV=$(get_version_component_range 1-3)

DESCRIPTION=Translations for the Libreoffice suite
HOMEPAGE=http://www.libreoffice.org;
BASE_SRC_URI=http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm;

LICENSE=|| ( LGPL-3 MPL-1.1 )
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
IUSE=offlinehelp

#
# when changing the language lists, please be careful to preserve the spaces 
(bug 491728)
#
LANGUAGES_HELP= am ast bg bn_IN bn bo bs ca_valencia ca cs da de dz el en_GB 
en en_ZA eo es et eu fi fr gl gu he hi hr hu id is it ja ka km ko mk nb ne nl 
nn om pl pt_BR pt ru si sk sl sq sv tg tr ug uk vi zh_CN zh_TW 
LANGUAGES=${LANGUAGES_HELP}af ar as be br brx cy dgo fa ga gd kk kmr_Latn kn 
kok ks lb lo lt lv mai ml mn mni mr my nr nso oc or pa_IN ro rw sa_IN sat sd 
sid sr_Latn sr ss st sw_TZ ta te th tn ts tt uz ve xh zu 

for lang in ${LANGUAGES_HELP}; do
helppack=
[[ ${lang} == en ]]  lang2=${lang/en/en_US} || lang2=${lang}
helppack=offlinehelp? ( 
${BASE_SRC_URI}/x86/LibreOffice_${MY_PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz
 )
SRC_URI+= linguas_${lang}? ( ${helppack} )
done
for lang in ${LANGUAGES}; do
langpack=
[[ ${lang} == en ]] \
|| 
langpack=${BASE_SRC_URI}/x86/LibreOffice_${MY_PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz
[[ -z ${langpack} ]] || SRC_URI+= linguas_${lang}? ( ${langpack} )
IUSE+= linguas_${lang}
done
unset lang helppack langpack lang2

RDEPEND+=app-text/hunspell

RESTRICT=strip

S=${WORKDIR}

src_unpack() {
default

local lang dir rpmdir i
local ooextused=()

for lang in ${LANGUAGES}; do
# break away if not enabled; paludis support
use_if_iuse linguas_${lang} || continue

dir=${lang/_/-}

# for english we provide just helppack, as translation is 
always there
if [[ ${lang} != en ]]; then

rpmdir=LibreOffice_${PV}_Linux_x86_rpm_langpack_${dir}/RPMS/
[[ -d ${rpmdir} ]] || die Missing directory: 
\${rpmdir}\
# First remove dictionaries, we want to use system ones.
rm -rf ${S}/${rpmdir}/*dict*.rpm
rpm_unpack ./${rpmdir}/*.rpm
fi
if [[ ${LANGUAGES_HELP} =~  ${lang}  ]]  use offlinehelp; 
then
[[ ${lang} == en ]]  dir=en-US


[gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-4.2.6.2.ebuild ChangeLog

2014-08-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/08/23 09:56:17

  Modified: ChangeLog
  Added:libreoffice-4.2.6.2.ebuild
  Log:
  Version bump to 4.2.6 fixes bug#520282.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.567app-office/libreoffice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.567view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.567content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.566r2=1.567

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -r1.566 -r1.567
--- ChangeLog   21 Aug 2014 12:13:49 -  1.566
+++ ChangeLog   23 Aug 2014 09:56:17 -  1.567
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/libreoffice
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.566 
2014/08/21 12:13:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.567 
2014/08/23 09:56:17 scarabeus Exp $
+
+*libreoffice-4.2.6.2 (23 Aug 2014)
+
+  23 Aug 2014; Tomáš Chvátal scarab...@gentoo.org 
+libreoffice-4.2.6.2.ebuild:
+  Version bump to 4.2.6 fixes bug#520282.
 
   21 Aug 2014; Tomáš Chvátal scarab...@gentoo.org
   -files/libreoffice-4.2.5.2-jpeg-9a.patch, libreoffice-4.2.5.2.ebuild:



1.1  app-office/libreoffice/libreoffice-4.2.6.2.ebuild

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

Index: libreoffice-4.2.6.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2.6.2.ebuild,v 1.1 
2014/08/23 09:56:17 scarabeus Exp $

EAPI=5

KDE_REQUIRED=optional
QT_MINIMAL=4.7.4
KDE_SCM=git
CMAKE_REQUIRED=never

PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_REQ_USE=threads,xml

# experimental ; release ; old
# Usually the tarballs are moved a lot so this should make
# everyone happy.
DEV_URI=
http://dev-builds.libreoffice.org/pre-releases/src
http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
http://download.documentfoundation.org/libreoffice/old/${PV}/

EXT_URI=http://ooo.itc.hu/oxygenoffice/download/libreoffice;
ADDONS_URI=http://dev-www.libreoffice.org/src/;

BRANDING=${PN}-branding-gentoo-0.8.tar.xz
# PATCHSET=${P}-patchset-01.tar.xz

[[ ${PV} == ** ]]  SCM_ECLASS=git-2
inherit base autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 
kde4-base pax-utils python-single-r1 multilib toolchain-funcs flag-o-matic 
nsplugins ${SCM_ECLASS}
unset SCM_ECLASS

DESCRIPTION=LibreOffice, a full office productivity suite
HOMEPAGE=http://www.libreoffice.org;
SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )
[[ -n ${PATCHSET} ]]  SRC_URI+= 
http://dev.gentooexperimental.org/~scarabeus/${PATCHSET};

# Split modules following git/tarballs
# Core MUST be first!
# Help is used for the image generator
MODULES=core help
# Only release has the tarballs
if [[ ${PV} != ** ]]; then
for i in ${DEV_URI}; do
for mod in ${MODULES}; do
if [[ ${mod} == core ]]; then
SRC_URI+= ${i}/${P}.tar.xz
else
SRC_URI+= ${i}/${PN}-${mod}-${PV}.tar.xz
fi
done
unset mod
done
unset i
fi
unset DEV_URI

# Really required addons
# These are bundles that can't be removed for now due to huge patchsets.
# If you want them gone, patches are welcome.
ADDONS_SRC+= ${ADDONS_URI}/d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz
ADDONS_SRC+= 
${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz # 
modifies source code
ADDONS_SRC+= java? ( 
${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )
ADDONS_SRC+= libreoffice_extensions_wiki-publisher? ( 
${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) # no release 
for 8 years, should we package it?
ADDONS_SRC+= libreoffice_extensions_scripting-javascript? ( 
${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) # Does not 
build with 1.6 rhino at all
ADDONS_SRC+= libreoffice_extensions_scripting-javascript? ( 
${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) # requirement 
of rhino

[gentoo-commits] gentoo-x86 commit in dev-util/catfish: catfish-1.2.1.ebuild ChangeLog catfish-1.0.3.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 10:01:07

  Modified: ChangeLog
  Added:catfish-1.2.1.ebuild
  Removed:  catfish-1.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.20 dev-util/catfish/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   21 Aug 2014 08:21:38 -  1.19
+++ ChangeLog   23 Aug 2014 10:01:07 -  1.20
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/catfish
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.19 
2014/08/21 08:21:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/ChangeLog,v 1.20 
2014/08/23 10:01:07 jer Exp $
+
+*catfish-1.2.1 (23 Aug 2014)
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org -catfish-1.0.3.ebuild,
+  +catfish-1.2.1.ebuild:
+  Version bump.
 
 *catfish-1.0.3 (21 Aug 2014)
 



1.1  dev-util/catfish/catfish-1.2.1.ebuild

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

Index: catfish-1.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/catfish/catfish-1.2.1.ebuild,v 1.1 
2014/08/23 10:01:07 jer Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
inherit eutils gnome2-utils python-single-r1

DESCRIPTION=A frontend for find, (s)locate, doodle, tracker, beagle, strigi 
and pinot
HOMEPAGE=http://launchpad.net/catfish-search 
http://twotoasts.de/index.php/catfish/;
SRC_URI=http://launchpad.net/${PN}-search/${PV%.*}/${PV}/+download/${P}.tar.bz2;

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

COMMON_DEPEND=
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
${PYTHON_DEPS}

RDEPEND=
${COMMON_DEPEND}
virtual/freedesktop-icon-theme

DEPEND=
${COMMON_DEPEND}
sys-devel/gettext


pkg_setup() {
python-single-r1_pkg_setup
}

src_prepare() {
strip-linguas -i po/
if ! [[ -z ${LINGUAS} ]]; then
local lang langs=$(find po/ -name '*.po' | sed -e 
's|po/||g;s|.po||g')
for lang in $langs; do
if ! has ${lang} ${LINGUAS}; then
rm po/${lang}.po || die
fi
done
fi

python_fix_shebang .
sed -i -e s:share/doc/\$(APPNAME):share/doc/${PF}: Makefile.in.in || 
die
}

src_configure() {
# not autotools based
./configure --prefix=/usr --python=${EPYTHON} || die
}

src_install() {
default
python_optimize ${ED}/usr/share/${PN}
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }






[gentoo-commits] proj/releng:master commit in: tools-musl/portage.i686.hardened/, tools-musl/portage.armv7a.hardened/, ...

2014-08-23 Thread Anthony G. Basile
commit: a371568bb9d8adec2a5b688ddfca2bc658e8355a
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Aug 23 10:10:38 2014 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Aug 23 10:10:38 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=a371568b

tools-musl: move ld-musl-arch.path to /etc

---
 tools-musl/portage.amd64.hardened/bashrc  | 3 +--
 tools-musl/portage.amd64.vanilla/bashrc   | 5 ++---
 tools-musl/portage.armv7a.hardened/bashrc | 3 +--
 tools-musl/portage.armv7a.vanilla/bashrc  | 3 +--
 tools-musl/portage.i686.hardened/bashrc   | 3 +--
 tools-musl/portage.i686.vanilla/bashrc| 5 ++---
 tools-musl/portage.mipsel3.vanilla/bashrc | 3 +--
 7 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/tools-musl/portage.amd64.hardened/bashrc 
b/tools-musl/portage.amd64.hardened/bashrc
index b44ab32..ec261e7 100644
--- a/tools-musl/portage.amd64.hardened/bashrc
+++ b/tools-musl/portage.amd64.hardened/bashrc
@@ -2,8 +2,7 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib

diff --git a/tools-musl/portage.amd64.vanilla/bashrc 
b/tools-musl/portage.amd64.vanilla/bashrc
index adaf162..ec261e7 100644
--- a/tools-musl/portage.amd64.vanilla/bashrc
+++ b/tools-musl/portage.amd64.vanilla/bashrc
@@ -2,13 +2,12 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib
 /usr/lib/opengl/xorg-x11/lib
-/usr/lib/gcc/${CHOST}/4.7.7
+/usr/lib/gcc/${CHOST}/4.7.4
 /usr/${CHOST}/lib
 /usr/games/lib
 EOF

diff --git a/tools-musl/portage.armv7a.hardened/bashrc 
b/tools-musl/portage.armv7a.hardened/bashrc
index b44ab32..ec261e7 100644
--- a/tools-musl/portage.armv7a.hardened/bashrc
+++ b/tools-musl/portage.armv7a.hardened/bashrc
@@ -2,8 +2,7 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib

diff --git a/tools-musl/portage.armv7a.vanilla/bashrc 
b/tools-musl/portage.armv7a.vanilla/bashrc
index b44ab32..ec261e7 100644
--- a/tools-musl/portage.armv7a.vanilla/bashrc
+++ b/tools-musl/portage.armv7a.vanilla/bashrc
@@ -2,8 +2,7 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib

diff --git a/tools-musl/portage.i686.hardened/bashrc 
b/tools-musl/portage.i686.hardened/bashrc
index b44ab32..ec261e7 100644
--- a/tools-musl/portage.i686.hardened/bashrc
+++ b/tools-musl/portage.i686.hardened/bashrc
@@ -2,8 +2,7 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib

diff --git a/tools-musl/portage.i686.vanilla/bashrc 
b/tools-musl/portage.i686.vanilla/bashrc
index 70b67d2..ec261e7 100644
--- a/tools-musl/portage.i686.vanilla/bashrc
+++ b/tools-musl/portage.i686.vanilla/bashrc
@@ -2,13 +2,12 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib
 /usr/lib/opengl/xorg-x11/lib
-/usr/lib/gcc/${CHOST}/4.7.3
+/usr/lib/gcc/${CHOST}/4.7.4
 /usr/${CHOST}/lib
 /usr/games/lib
 EOF

diff --git a/tools-musl/portage.mipsel3.vanilla/bashrc 
b/tools-musl/portage.mipsel3.vanilla/bashrc
index b44ab32..ec261e7 100644
--- a/tools-musl/portage.mipsel3.vanilla/bashrc
+++ b/tools-musl/portage.mipsel3.vanilla/bashrc
@@ -2,8 +2,7 @@ post_src_install() {
[[ $PN != musl ]]  return 0
 
local LDSO_ARCH=$(basename ${D}/lib/ld-musl-*.so.1)
-   mkdir ${D}/usr/etc
-   cat  ${D}/usr/etc/${LDSO_ARCH%so.1}path EOF
+   cat  ${D}/etc/${LDSO_ARCH%so.1}path EOF
 /lib
 /usr/lib
 /usr/local/lib



[gentoo-commits] gentoo-x86 commit in dev-libs/icu/files: icu-fix-tests-depending-on-date.patch

2014-08-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/08/23 10:17:39

  Added:icu-fix-tests-depending-on-date.patch
  Log:
  Add patch to fix time-based test. Add icu 53, should work with lo 4.2.6. 
bug#520322 and bug#506916
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.1  dev-libs/icu/files/icu-fix-tests-depending-on-date.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-fix-tests-depending-on-date.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/files/icu-fix-tests-depending-on-date.patch?rev=1.1content-type=text/plain

Index: icu-fix-tests-depending-on-date.patch
===
See icu-fix-tests-depending-on-date.patch

Index: icu/source/test/intltest/dtfmttst.cpp
===
--- icu.orig/source/test/intltest/dtfmttst.cpp
+++ icu/source/test/intltest/dtfmttst.cpp
@@ -1132,7 +1132,7 @@ DateFormatTest::TestTwoDigitYear()
 return;
 }
 parse2DigitYear(fmt, 5/6/17, date(117, UCAL_JUNE, 5));
-parse2DigitYear(fmt, 4/6/34, date(34, UCAL_JUNE, 4));
+parse2DigitYear(fmt, 4/6/34, date(134, UCAL_JUNE, 4));
 }
 
 // -






[gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-52.1.ebuild icu-53.1.ebuild ChangeLog

2014-08-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/08/23 10:17:39

  Modified: icu-52.1.ebuild ChangeLog
  Added:icu-53.1.ebuild
  Log:
  Add patch to fix time-based test. Add icu 53, should work with lo 4.2.6. 
bug#520322 and bug#506916
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.12 dev-libs/icu/icu-52.1.ebuild

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

Index: icu-52.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- icu-52.1.ebuild 21 Aug 2014 10:38:58 -  1.11
+++ icu-52.1.ebuild 23 Aug 2014 10:17:39 -  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/dev-libs/icu/icu-52.1.ebuild,v 1.11 
2014/08/21 10:38:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.12 
2014/08/23 10:17:39 scarabeus Exp $
 
 EAPI=5
 
@@ -27,7 +27,8 @@
 
 src_prepare() {
local variable
-
+   
+   epatch ${FILESDIR}/icu-fix-tests-depending-on-date.patch
epatch_user
 
# Do not hardcode flags in icu-config and icu-*.pc files.



1.278dev-libs/icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog   21 Aug 2014 10:38:58 -  1.277
+++ ChangeLog   23 Aug 2014 10:17:39 -  1.278
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.277 2014/08/21 
10:38:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.278 2014/08/23 
10:17:39 scarabeus Exp $
+
+*icu-53.1 (23 Aug 2014)
+
+  23 Aug 2014; Tomáš Chvátal scarab...@gentoo.org
+  +files/icu-fix-tests-depending-on-date.patch, +icu-53.1.ebuild,
+  icu-52.1.ebuild:
+  Add patch to fix time-based test. Add icu 53, should work with lo 4.2.6.
+  bug#520322 and bug#506916
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org icu-52.1.ebuild:
   Stable for ppc64, wrt bug #512012



1.1  dev-libs/icu/icu-53.1.ebuild

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

Index: icu-53.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-53.1.ebuild,v 1.1 
2014/08/23 10:17:39 scarabeus Exp $

EAPI=5

inherit eutils toolchain-funcs autotools multilib-minimal

DESCRIPTION=International Components for Unicode
HOMEPAGE=http://www.icu-project.org/;
SRC_URI=http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz;

LICENSE=BSD

SLOT=0/52

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
IUSE=debug doc examples static-libs

DEPEND=
doc? (
app-doc/doxygen[dot]
)


S=${WORKDIR}/${PN}/source

src_prepare() {
local variable

epatch ${FILESDIR}/icu-fix-tests-depending-on-date.patch
epatch_user

# Do not hardcode flags in icu-config and icu-*.pc files.
# https://ssl.icu-project.org/trac/ticket/6102
for variable in CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do
sed \
-e /^${variable} =.*/s: *@${variable}@\( *$\)\?:: \
-i config/icu.pc.in \
-i config/Makefile.inc.in \
|| die
done

# Disable renaming as it is stupind thing to do
sed -i \
-e s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 
1/ \
common/unicode/uconfig.h || die

# Fix linking of icudata
sed -i \
-e s:LDFLAGSICUDT=-nodefaultlibs 

[gentoo-commits] gentoo-x86 commit in dev-libs/icu: icu-52.1.ebuild ChangeLog

2014-08-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/08/23 10:19:15

  Modified: icu-52.1.ebuild ChangeLog
  Log:
  Fix trailing whitespace warning.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.13 dev-libs/icu/icu-52.1.ebuild

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

Index: icu-52.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- icu-52.1.ebuild 23 Aug 2014 10:17:39 -  1.12
+++ icu-52.1.ebuild 23 Aug 2014 10:19: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/dev-libs/icu/icu-52.1.ebuild,v 1.12 
2014/08/23 10:17:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-52.1.ebuild,v 1.13 
2014/08/23 10:19:15 scarabeus Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 src_prepare() {
local variable
-   
+
epatch ${FILESDIR}/icu-fix-tests-depending-on-date.patch
epatch_user
 



1.279dev-libs/icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog   23 Aug 2014 10:17:39 -  1.278
+++ ChangeLog   23 Aug 2014 10:19:15 -  1.279
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.278 2014/08/23 
10:17:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.279 2014/08/23 
10:19:15 scarabeus Exp $
+
+  23 Aug 2014; Tomáš Chvátal scarab...@gentoo.org icu-52.1.ebuild,
+  icu-53.1.ebuild:
+  Fix trailing whitespace warning.
 
 *icu-53.1 (23 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in x11-misc/devilspie2: devilspie2-0.37.ebuild ChangeLog devilspie2-0.31.ebuild devilspie2-0.33.ebuild devilspie2-0.32.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 10:32:46

  Modified: ChangeLog
  Added:devilspie2-0.37.ebuild
  Removed:  devilspie2-0.31.ebuild devilspie2-0.33.ebuild
devilspie2-0.32.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.19 x11-misc/devilspie2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   10 Aug 2014 17:38:19 -  1.18
+++ ChangeLog   23 Aug 2014 10:32:46 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/devilspie2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.18 
2014/08/10 17:38:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/ChangeLog,v 1.19 
2014/08/23 10:32:46 jer Exp $
+
+*devilspie2-0.37 (23 Aug 2014)
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org -devilspie2-0.31.ebuild,
+  -devilspie2-0.32.ebuild, -devilspie2-0.33.ebuild, +devilspie2-0.37.ebuild:
+  Version bump.
 
   10 Aug 2014; Agostino Sarubbo a...@gentoo.org devilspie2-0.36.ebuild:
   Stable for x86, wrt bug #518218



1.1  x11-misc/devilspie2/devilspie2-0.37.ebuild

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

Index: devilspie2-0.37.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie2/devilspie2-0.37.ebuild,v 
1.1 2014/08/23 10:32:46 jer Exp $

EAPI=5

# check locales on version bump!
PLOCALES=fi fr ja nl pt_BR ru sv
inherit flag-o-matic toolchain-funcs l10n

DESCRIPTION=Devilspie like window matching utility, using LUA for scripting
HOMEPAGE=http://devilspie2.gusnan.se;
SRC_URI=http://devilspie2.gusnan.se/download/${PN}_${PV}-src.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug

RDEPEND==dev-libs/glib-2.32.4:2
=dev-lang/lua-5.1.5
=x11-libs/gtk+-3.4.4:3
=x11-libs/libwnck-3.4.4:3
x11-libs/libX11
DEPEND=${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
x11-proto/xproto

src_prepare() {
use debug  append-cflags -D_DEBUG
}

src_compile() {
emake CC=$(tc-getCC) PREFIX=/usr LANGUAGES=$(l10n_get_locales)
}

src_install() {
emake PREFIX=/usr DESTDIR=${D} LANGUAGES=$(l10n_get_locales) 
install

dodoc AUTHORS ChangeLog README README.translators TODO VERSION
doman devilspie2.1
}

pkg_postinst() {
elog Default directory for scripts is ~/.config/devilspie2/
}






[gentoo-commits] gentoo-x86 commit in eclass: selinux-policy-2.eclass ChangeLog

2014-08-23 Thread Sven Vermeulen (swift)
swift   14/08/23 10:37:18

  Modified: selinux-policy-2.eclass ChangeLog
  Log:
  Relabel depending packages so we no longer need DEPEND calls for pure policy 
dependencies in SELinux

Revision  ChangesPath
1.24 eclass/selinux-policy-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/selinux-policy-2.eclass?r1=1.23r2=1.24

Index: selinux-policy-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- selinux-policy-2.eclass 8 Aug 2014 18:35:11 -   1.23
+++ selinux-policy-2.eclass 23 Aug 2014 10:37:18 -  1.24
@@ -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/eclass/selinux-policy-2.eclass,v 1.23 
2014/08/08 18:35:11 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.24 
2014/08/23 10:37:18 swift Exp $
 
 # Eclass for installing SELinux policy, and optionally
 # reloading the reference-policy based modules.
@@ -314,6 +314,18 @@
einfo SELinux modules loaded succesfully.
fi
done
+
+   # Relabel depending packages
+   PKGSET=;
+   if [ -x /usr/bin/qdepends ] ; then
+ PKGSET=$(/usr/bin/qdepends -Cq -Q ${CATEGORY}/${PN});
+   elif [ -x /usr/bin/equery ] ; then
+ PKGSET=$(/usr/bin/equery -Cq depends ${CATEGORY}/${PN});
+   fi
+   for PKG in ${PKGSET};
+   do
+  rlpkg ${PKG};
+   done
 }
 
 # @FUNCTION: selinux-policy-2_pkg_postrm



1.1355   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1354
retrieving revision 1.1355
diff -u -r1.1354 -r1.1355
--- ChangeLog   18 Aug 2014 08:56:06 -  1.1354
+++ ChangeLog   23 Aug 2014 10:37:18 -  1.1355
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1354 2014/08/18 
08:56:06 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1355 2014/08/23 
10:37:18 swift Exp $
+
+  23 Aug 2014; Sven Vermeulen sw...@gentoo.org selinux-policy-2.eclass:
+  Adding relabeling support for SELinux depending packages
 
   18 Aug 2014; Michał Górny mgo...@gentoo.org python-r1.eclass:
   Add extra quoting to prevent accidental globbing.






[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-extrecmenu: ChangeLog vdr-extrecmenu-1.2.4.ebuild vdr-extrecmenu-1.2.3.ebuild

2014-08-23 Thread Joerg Bornkessel (hd_brummy)
hd_brummy14/08/23 11:33:50

  Modified: ChangeLog
  Added:vdr-extrecmenu-1.2.4.ebuild
  Removed:  vdr-extrecmenu-1.2.3.ebuild
  Log:
  bump
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.46 media-plugins/vdr-extrecmenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-extrecmenu/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   5 Aug 2014 19:11:03 -   1.45
+++ ChangeLog   23 Aug 2014 11:33:50 -  1.46
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-extrecmenu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extrecmenu/ChangeLog,v 
1.45 2014/08/05 19:11:03 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extrecmenu/ChangeLog,v 
1.46 2014/08/23 11:33:50 hd_brummy Exp $
+
+*vdr-extrecmenu-1.2.4 (23 Aug 2014)
+
+  23 Aug 2014; Joerg Bornkessel hd_bru...@gentoo.org
+  -vdr-extrecmenu-1.2.3.ebuild, +vdr-extrecmenu-1.2.4.ebuild:
+  bump
 
 *vdr-extrecmenu-1.2.3 (05 Aug 2014)
 



1.1  media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4.ebuild?rev=1.1content-type=text/plain

Index: vdr-extrecmenu-1.2.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-extrecmenu/vdr-extrecmenu-1.2.4.ebuild,v
 1.1 2014/08/23 11:33:50 hd_brummy Exp $

EAPI=5

inherit vdr-plugin-2

VERSION=1783 #every bump, new version

DVDARCHIVE=dvdarchive-2.3-beta.sh

DESCRIPTION=Video Disk Recorder - Extended recordings menu Plugin
HOMEPAGE=http://projects.vdr-developer.org/projects/show/plg-extrecmenu;
SRC_URI=mirror://vdr-developerorg/${VERSION}/${P}.tgz
mirror://gentoo/${DVDARCHIVE}.gz

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

DEPEND==media-video/vdr-1.6.0
RDEPEND=${DEPEND}

src_prepare() {
rm 
${S}/po/{ca_ES,da_DK,el_GR,et_EE,hr_HR,hu_HU,nl_NL,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po

cp ${FILESDIR}/extrecmenu.mk ${S}/Makefile

cd ${WORKDIR}
epatch ${FILESDIR}/${DVDARCHIVE%.sh}-configfile.patch

vdr-plugin-2_src_prepare
}

src_install() {
vdr-plugin-2_src_install

cd ${WORKDIR}
newbin ${DVDARCHIVE} dvdarchive.sh

insinto /etc/vdr
doins ${FILESDIR}/dvdarchive.conf
}






[gentoo-commits] gentoo-x86 commit in sys-libs/libsemanage: libsemanage-2.3-r3.ebuild ChangeLog

2014-08-23 Thread Sven Vermeulen (swift)
swift   14/08/23 11:35:24

  Modified: ChangeLog
  Added:libsemanage-2.3-r3.ebuild
  Log:
  Fix bug #520608 - Install .so in correct multilib location
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.75 sys-libs/libsemanage/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   5 Aug 2014 09:49:13 -   1.74
+++ ChangeLog   23 Aug 2014 11:35:24 -  1.75
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libsemanage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.74 
2014/08/05 09:49:13 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.75 
2014/08/23 11:35:24 swift Exp $
+
+*libsemanage-2.3-r3 (23 Aug 2014)
+
+  23 Aug 2014; Sven Vermeulen sw...@gentoo.org +libsemanage-2.3-r3.ebuild:
+  Fix bug #520608 - Install .so in correct multilib location
 
   05 Aug 2014; Sven Vermeulen sw...@gentoo.org -libsemanage-2.2.ebuild,
   -libsemanage-2.3-r1.ebuild, -libsemanage-2.3.ebuild:



1.1  sys-libs/libsemanage/libsemanage-2.3-r3.ebuild

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

Index: libsemanage-2.3-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild,v 1.1 
2014/08/23 11:35:24 swift Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_2 python3_3 )

inherit multilib python-r1 toolchain-funcs eutils multilib-minimal

MY_P=${P//_/-}

SEPOL_VER=2.3
SELNX_VER=2.3

DESCRIPTION=SELinux kernel and policy management library
HOMEPAGE=http://userspace.selinuxproject.org;
SRC_URI=http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz;

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

RDEPEND==sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}]
=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}]
=sys-process/audit-2.2.2[${MULTILIB_USEDEP}]
=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}]

DEPEND=${RDEPEND}
sys-devel/bison
sys-devel/flex
python? (
=dev-lang/swig-2.0.4-r1
virtual/pkgconfig
${PYTHON_DEPS}
)

# tests are not meant to be run outside of the
# full SELinux userland repo
RESTRICT=test

S=${WORKDIR}/${MY_P}

src_prepare() {
echo # Set this to true to save the linked policy.  
${S}/src/semanage.conf
echo # This is normally only useful for analysis  
${S}/src/semanage.conf
echo # or debugging of policy.  ${S}/src/semanage.conf
echo save-linked=false  ${S}/src/semanage.conf
echo  ${S}/src/semanage.conf
echo # Set this to 0 to disable assertion checking.  
${S}/src/semanage.conf
echo # This should speed up building the kernel policy  
${S}/src/semanage.conf
echo # from policy modules, but may leave you open to  
${S}/src/semanage.conf
echo # dangerous rules which assertion checking  
${S}/src/semanage.conf
echo # would catch.  ${S}/src/semanage.conf
echo expand-check=1  ${S}/src/semanage.conf
echo  ${S}/src/semanage.conf
echo # Modules in the module store can be compressed  
${S}/src/semanage.conf
echo # with bzip2.  Set this to the bzip2 blocksize  
${S}/src/semanage.conf
echo # 1-9 when compressing.  The higher the number,  
${S}/src/semanage.conf
echo # the more memory is traded off for disk space.  
${S}/src/semanage.conf
echo # Set to 0 to disable bzip2 compression.  
${S}/src/semanage.conf
echo bzip-blocksize=0  ${S}/src/semanage.conf
echo  ${S}/src/semanage.conf
echo # Reduce memory usage for bzip2 compression and  
${S}/src/semanage.conf
echo # decompression of modules in the module store.  
${S}/src/semanage.conf
echo bzip-small=true  ${S}/src/semanage.conf

epatch_user

multilib_copy_sources
}

multilib_src_compile() {
emake \
AR=$(tc-getAR) \

[gentoo-commits] gentoo-x86 commit in net-misc/vde: vde-2.3.2-r2.ebuild ChangeLog

2014-08-23 Thread Sven Vermeulen (swift)
swift   14/08/23 12:03:02

  Modified: ChangeLog
  Added:vde-2.3.2-r2.ebuild
  Log:
  RDEPEND on sec-policy/selinux-vde if USE=selinux
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  ChangesPath
1.34 net-misc/vde/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/vde/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   20 Aug 2014 11:34:55 -  1.33
+++ ChangeLog   23 Aug 2014 12:03:02 -  1.34
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/vde
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/ChangeLog,v 1.33 2014/08/20 
11:34:55 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/ChangeLog,v 1.34 2014/08/23 
12:03:02 swift Exp $
+
+*vde-2.3.2-r2 (23 Aug 2014)
+
+  23 Aug 2014; Sven Vermeulen sw...@gentoo.org +vde-2.3.2-r2.ebuild:
+  RDEPEND on sec-policy/selinux-vde if USE=selinux
 
 *vde-2.3.2-r1 (20 Aug 2014)
 



1.1  net-misc/vde/vde-2.3.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/vde-2.3.2-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/vde/vde-2.3.2-r2.ebuild?rev=1.1content-type=text/plain

Index: vde-2.3.2-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vde/vde-2.3.2-r2.ebuild,v 1.1 
2014/08/23 12:03:02 swift Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1 user

MY_P=${PN}2-${PV}

DESCRIPTION=Virtual distributed ethernet emulator for emulators like qemu, 
bochs, and uml
SRC_URI=mirror://sourceforge/vde/${MY_P}.tar.bz2
HOMEPAGE=http://vde.sourceforge.net/;

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

IUSE=pcap python selinux ssl static-libs

COMMON_DEPS=pcap? ( net-libs/libpcap )
python? ( ${PYTHON_DEPS} )
ssl? ( dev-libs/openssl )
DEPEND=${COMMON_DEPS}
RDEPEND=${COMMON_DEPS}
selinux? ( sec-policy/selinux-vde )

S=${WORKDIR}/${MY_P}

pkg_setup() {
# default group already used in kqemu
enewgroup qemu

python-single-r1_pkg_setup
}

src_prepare() {
epatch_user
}

src_configure() {
econf \
$(use_enable pcap) \
$(use_enable python) \
$(use_enable ssl cryptcab) \
$(use_enable static-libs static)
}

src_compile() {
emake -j1
}

src_install() {
default
prune_libtool_files

newinitd ${FILESDIR}/vde.init vde
newconfd ${FILESDIR}/vde.conf vde
}

pkg_postinst() {
einfo To start vde automatically add it to the default runlevel:
einfo # rc-update add vde default
einfo You need to setup tap0 in /etc/conf.d/net
einfo To use it as an user be sure to set a group in /etc/conf.d/vde
einfo Users of the group can then run: $ vdeq qemu -sock 
/var/run/vde.ctl ..other opts
}






[gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.10.0.ebuild ChangeLog

2014-08-23 Thread Tomas Chvatal (scarabeus)
scarabeus14/08/23 13:22:41

  Modified: ChangeLog
  Added:libwpd-0.10.0.ebuild
  Log:
  Add 0.10 series wpd using revenge for lo4.3. Drops keywords.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  ChangesPath
1.127app-text/libwpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   23 Apr 2014 20:57:34 -  1.126
+++ ChangeLog   23 Aug 2014 13:22:41 -  1.127
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.126 
2014/04/23 20:57:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.127 
2014/08/23 13:22:41 scarabeus Exp $
+
+*libwpd-0.10.0 (23 Aug 2014)
+
+  23 Aug 2014; Tomáš Chvátal scarab...@gentoo.org +libwpd-0.10.0.ebuild:
+  Add 0.10 series wpd using revenge for lo4.3. Drops keywords.
 
   23 Apr 2014; Pacho Ramos pa...@gentoo.org -libwpd-0.9.7.ebuild,
   -libwpd-0.9.8.ebuild:



1.1  app-text/libwpd/libwpd-0.10.0.ebuild

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

Index: libwpd-0.10.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v 1.1 
2014/08/23 13:22:41 scarabeus Exp $

EAPI=5

inherit alternatives eutils

DESCRIPTION=WordPerfect Document import/export library
HOMEPAGE=http://libwpd.sf.net;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.xz

LICENSE=|| ( LGPL-2.1 MPL-2.0 )
SLOT=0.10
KEYWORDS=~amd64 ~x86
IUSE=doc test +tools

RDEPEND=dev-libs/librevenge
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )

RDEPEND=${RDEPEND}
!app-text/libwpd-0.8.14-r1

src_configure() {
econf \
--disable-static \
--disable-werror \
$(use_with doc docs) \
$(use_with tools stream) \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--program-suffix=-${SLOT}
}

src_install() {
default
prune_libtool_files --all
}

pkg_postinst() {
if use tools; then
alternatives_auto_makesym /usr/bin/wpd2html 
/usr/bin/wpd2html-[0-9].[0-10]
alternatives_auto_makesym /usr/bin/wpd2raw 
/usr/bin/wpd2raw-[0-9].[0-10]
alternatives_auto_makesym /usr/bin/wpd2text 
/usr/bin/wpd2text-[0-9].[0-10]
fi
}

pkg_postrm() {
if use tools; then
alternatives_auto_makesym /usr/bin/wpd2html 
/usr/bin/wpd2html-[0-9].[0-10]
alternatives_auto_makesym /usr/bin/wpd2raw 
/usr/bin/wpd2raw-[0-9].[0-10]
alternatives_auto_makesym /usr/bin/wpd2text 
/usr/bin/wpd2text-[0-9].[0-10]
fi
}






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

2014-08-23 Thread Hans de Graaff
commit: 0007caa744527b039bc11974c5bf867641defe22
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Sat Aug 23 13:33:43 2014 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Sat Aug 23 13:33:43 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=0007caa7

Initial import.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/gli/ChangeLog | 10 ++
 dev-ruby/gli/Manifest  |  1 +
 dev-ruby/gli/gli-2.12.0.ebuild | 30 ++
 dev-ruby/gli/metadata.xml  |  5 +
 4 files changed, 46 insertions(+)

diff --git a/dev-ruby/gli/ChangeLog b/dev-ruby/gli/ChangeLog
new file mode 100644
index 000..ee27384
--- /dev/null
+++ b/dev-ruby/gli/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/gli
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*gli-2.12.0 (23 Aug 2014)
+
+  23 Aug 2014; Hans de Graaff gra...@gentoo.org +gli-2.12.0.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/gli/Manifest b/dev-ruby/gli/Manifest
new file mode 100644
index 000..a554f92
--- /dev/null
+++ b/dev-ruby/gli/Manifest
@@ -0,0 +1 @@
+DIST gli-2.12.0.gem 75776 SHA256 
98f156991d0ed22fb3aa0fc46d08c8ae2e40287019a6e6ca131f92845f309eb1 SHA512 
905a2454412a4c8c5e23e2f70dddf3bb69efd444ba2bce47528bb56d3128510b249bf831dd2f1bf59276787775dd5db357ee7f71e18c6ba5a7ae4a9be4f607c2
 WHIRLPOOL 
e61b0918efb177aa47f190666dcdd9af6356926760b2fa984fc99d00fcd8a6be9a351a879c7073ca433d5f4311aa55b26195276fe8dad7f4a867773db275e710

diff --git a/dev-ruby/gli/gli-2.12.0.ebuild b/dev-ruby/gli/gli-2.12.0.ebuild
new file mode 100644
index 000..0a89fa1
--- /dev/null
+++ b/dev-ruby/gli/gli-2.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21
+
+
+RUBY_FAKEGEM_TASK_DOC=build_rdoc
+RUBY_FAKEGEM_DOCDIR=doc
+RUBY_FAKEGEM_EXTRADOC=README.rdoc
+
+inherit ruby-fakegem
+
+DESCRIPTION=Git-Like Interface Command Line Parser
+HOMEPAGE=http://davetron5000.github.com/gli;
+LICENSE=Apache-2.0
+
+KEYWORDS=~amd64
+SLOT=0
+IUSE=
+
+all_ruby_prepare() {
+   sed -e '/sdoc/ s:^:#:' -i Rakefile || die
+}
+
+each_ruby_test() {
+   # Unit tests depend on unpackaged clean_test.
+   ${RUBY} -S cucumber --format progress features || die
+}

diff --git a/dev-ruby/gli/metadata.xml b/dev-ruby/gli/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/gli/metadata.xml
@@ -0,0 +1,5 @@
+?xml version = '1.0' encoding = 'UTF-8'?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintaineremailgra...@gentoo.org/email/maintainer
+/pkgmetadata



[gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.8.3.ebuild ChangeLog

2014-08-23 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/23 13:46:43

  Modified: ghc-7.8.3.ebuild ChangeLog
  Log:
  Fix integer-gmp crashes and miscomputations in UNREG builds.
  
  (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.8  dev-lang/ghc/ghc-7.8.3.ebuild

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

Index: ghc-7.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ghc-7.8.3.ebuild11 Aug 2014 10:18:57 -  1.7
+++ ghc-7.8.3.ebuild23 Aug 2014 13:46:43 -  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/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.7 
2014/08/11 10:18:57 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.8 
2014/08/23 13:46:43 slyfox Exp $
 
 EAPI=5
 
@@ -401,6 +401,7 @@
epatch ${FILESDIR}/${PN}-7.8.3-prim-lm.patch
# bug 518734
epatch ${FILESDIR}/${PN}-7.6.3-preserve-inplace-xattr.patch
+   epatch ${FILESDIR}/${PN}-7.8.3-unreg-lit.patch
 
if use prefix; then
# Make configure find docbook-xsl-stylesheets from 
Prefix



1.265dev-lang/ghc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog   11 Aug 2014 10:18:57 -  1.264
+++ ChangeLog   23 Aug 2014 13:46:43 -  1.265
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.264 2014/08/11 
10:18:57 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.265 2014/08/23 
13:46:43 slyfox Exp $
+
+  23 Aug 2014; Sergei Trofimovich sly...@gentoo.org
+  +files/ghc-7.8.3-unreg-lit.patch, ghc-7.8.3.ebuild:
+  Fix integer-gmp crashes and miscomputations in UNREG builds.
 
   11 Aug 2014; Sergei Trofimovich sly...@gentoo.org ghc-7.8.3.ebuild:
   Keyword amd64/x86 where we have bianries.






[gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-7.8.3-unreg-lit.patch

2014-08-23 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/23 13:46:43

  Added:ghc-7.8.3-unreg-lit.patch
  Log:
  Fix integer-gmp crashes and miscomputations in UNREG builds.
  
  (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.1  dev-lang/ghc/files/ghc-7.8.3-unreg-lit.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.3-unreg-lit.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.3-unreg-lit.patch?rev=1.1content-type=text/plain

Index: ghc-7.8.3-unreg-lit.patch
===
commit a6ea05e21e175407dc9e45f18c56c1d727fd0f26
Author: Sergei Trofimovich sly...@gentoo.org
Date:   Fri Aug 22 23:24:32 2014 +0300

UNREG: fix emission of large Integer literals in C codegen

Summary:
On amd64/UNREG build there is many failing tests trying
to deal with 'Integer' types.

Looking at 'overflow1' test I've observed invalid C code generated by
GHC.

Cmm code
CInt a = -1; (a == -1)
yields 'False' with optimisations enabled via the following C code:
StgWord64 a = (StgWord32)0xu; (a == 0xu)

The patch fixes it by shrinking emitted literals to required sizes:
StgWord64 a = (StgWord32)0xu; (a == 0xu)

Thanks to Reid Barton for tracking down and fixing the issue.

Signed-off-by: Sergei Trofimovich sly...@gentoo.org

Test Plan: validate on UNREG build (amd64)

Reviewers: simonmar, rwbarton, austin

Subscribers: simonmar, ezyang, carter

Differential Revision: https://phabricator.haskell.org/D173

diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs
index 93a5d06..8605988 100644
--- a/compiler/cmm/PprC.hs
+++ b/compiler/cmm/PprC.hs
@@ -1221,8 +1221,9 @@ commafy xs = hsep $ punctuate comma xs
 pprHexVal :: Integer - Width - SDoc
 pprHexVal 0 _ = ptext (sLit 0x0)
 pprHexVal w rep
-  | w  0 = parens (char '-'  ptext (sLit 0x)  go (-w)  repsuffix 
rep)
-  | otherwise = ptext (sLit 0x)  go w  repsuffix rep
+  | w  0 = parens (char '-' 
+ptext (sLit 0x)  intToDoc (-w)  repsuffix rep)
+  | otherwise = ptext (sLit 0x)  intToDoc   w   repsuffix rep
   where
 -- type suffix for literals:
 -- Integer literals are unsigned in Cmm/C.  We explicitly cast to
@@ -1237,10 +1238,33 @@ pprHexVal w rep
   else panic pprHexVal: Can't find a 64-bit type
   repsuffix _ = char 'U'
 
+  intToDoc :: Integer - SDoc
+  intToDoc i = go (truncInt i)
+
+  -- We need to truncate value as Cmm backend does not drop
+  -- redundant bits to ease handling of negative values.
+  -- Thus the following Cmm code on 64-bit arch, like amd64:
+  -- CInt v;
+  -- v = {something};
+  -- if (v == %lobits32(-1)) { ...
+  -- leads to the following C code:
+  -- StgWord64 v = (StgWord32)({something});
+  -- if (v == 0xU) { ...
+  -- Such code is incorrect as it promotes both operands to StgWord64
+  -- and the whole condition is always false.
+  truncInt :: Integer - Integer
+  truncInt i =
+  case rep of
+  W8  - i `rem` (2^(8 :: Int))
+  W16 - i `rem` (2^(16 :: Int))
+  W32 - i `rem` (2^(32 :: Int))
+  W64 - i `rem` (2^(64 :: Int))
+  _   - panic (pprHexVal/truncInt: C backend can't encode 
+++ show rep ++  literals)
+
   go 0 = empty
   go w' = go q  dig
where
  (q,r) = w' `quotRem` 16
  dig | r  10= char (chr (fromInteger r + ord '0'))
  | otherwise = char (chr (fromInteger r - 10 + ord 'a'))
-






[gentoo-commits] gentoo-x86 commit in dev-lang/ghc: metadata.xml ChangeLog

2014-08-23 Thread Sergei Trofimovich (slyfox)
slyfox  14/08/23 13:47:55

  Modified: metadata.xml ChangeLog
  Log:
  Drop redundant maintainer in favour of herd.
  
  (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  ChangesPath
1.9  dev-lang/ghc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/metadata.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/metadata.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/metadata.xml?r1=1.8r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml22 Apr 2014 14:09:47 -  1.8
+++ metadata.xml23 Aug 2014 13:47:55 -  1.9
@@ -2,9 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdhaskell/herd
-   maintainer
-   emailhask...@gentoo.org/email
-   /maintainer
use
flag name='binary'Install the binary version directly, rather 
than using it to build the source version./flag
flag name='ghcbootstrap'Bootstrap from an existing GHC 
installation./flag



1.266dev-lang/ghc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog   23 Aug 2014 13:46:43 -  1.265
+++ ChangeLog   23 Aug 2014 13:47:55 -  1.266
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.265 2014/08/23 
13:46:43 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.266 2014/08/23 
13:47:55 slyfox Exp $
+
+  23 Aug 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
+  Drop redundant maintainer in favour of herd.
 
   23 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   +files/ghc-7.8.3-unreg-lit.patch, ghc-7.8.3.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-dl: youtube-dl-2014.08.23.ebuild ChangeLog

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 13:48:48

  Modified: ChangeLog
  Added:youtube-dl-2014.08.23.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.375net-misc/youtube-dl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.375view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?rev=1.375content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/ChangeLog?r1=1.374r2=1.375

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -r1.374 -r1.375
--- ChangeLog   23 Aug 2014 09:43:03 -  1.374
+++ ChangeLog   23 Aug 2014 13:48:48 -  1.375
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.374 
2014/08/23 09:43:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.375 
2014/08/23 13:48:48 jer Exp $
+
+*youtube-dl-2014.08.23 (23 Aug 2014)
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org +youtube-dl-2014.08.23.ebuild:
+  Version bump.
 
 *youtube-dl-2014.08.22.3 (23 Aug 2014)
 



1.1  net-misc/youtube-dl/youtube-dl-2014.08.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.23.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.23.ebuild?rev=1.1content-type=text/plain

Index: youtube-dl-2014.08.23.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.08.23.ebuild,v 1.1 
2014/08/23 13:48:48 jer Exp $

EAPI=5

PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
DISTUTILS_SINGLE_IMPL=true
inherit bash-completion-r1 distutils-r1 eutils

DESCRIPTION=Download videos from YouTube.com (and mores sites...)
HOMEPAGE=http://rg3.github.com/youtube-dl/;
SRC_URI=http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
IUSE=offensive test

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[coverage(+)] )


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
extremetube fourtube goshgay hentaistigma mofosex 
pornhd pornhub
pornotube redtube slutload spankwire thisav trutube 
tube8 xbef
xhamster xnxx xtube xvideos youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

src_install() {
python_domodule youtube_dl
dobin bin/${PN}
dodoc README.txt
doman ${PN}.1
newbashcomp ${PN}.bash-completion ${PN}
python_fix_shebang ${ED}
}






[gentoo-commits] gentoo-x86 commit in app-text/libwpd: libwpd-0.10.0.ebuild ChangeLog

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 14:07:48

  Modified: libwpd-0.10.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #520692).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  app-text/libwpd/libwpd-0.10.0.ebuild

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

Index: libwpd-0.10.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libwpd-0.10.0.ebuild23 Aug 2014 13:22:41 -  1.1
+++ libwpd-0.10.0.ebuild23 Aug 2014 14:07:48 -  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-text/libwpd/libwpd-0.10.0.ebuild,v 1.1 
2014/08/23 13:22:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v 1.2 
2014/08/23 14:07:48 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( LGPL-2.1 MPL-2.0 )
 SLOT=0.10
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~hppa ~x86
 IUSE=doc test +tools
 
 RDEPEND=dev-libs/librevenge



1.128app-text/libwpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   23 Aug 2014 13:22:41 -  1.127
+++ ChangeLog   23 Aug 2014 14:07:48 -  1.128
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.127 
2014/08/23 13:22:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.128 
2014/08/23 14:07:48 jer Exp $
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org libwpd-0.10.0.ebuild:
+  Marked ~hppa (bug #520692).
 
 *libwpd-0.10.0 (23 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/librevenge: librevenge-0.0.1.ebuild ChangeLog

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 14:07:10

  Modified: librevenge-0.0.1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #520692).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-libs/librevenge/librevenge-0.0.1.ebuild

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

Index: librevenge-0.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- librevenge-0.0.1.ebuild 17 Aug 2014 07:33:59 -  1.3
+++ librevenge-0.0.1.ebuild 23 Aug 2014 14:07:10 -  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/dev-libs/librevenge/librevenge-0.0.1.ebuild,v 1.3 
2014/08/17 07:33:59 scarabeus Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild,v 1.4 
2014/08/23 14:07:10 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
KEYWORDS=
 else
SRC_URI=http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=~amd64 ~hppa ~x86
 fi
 
 LICENSE=|| ( MPL-2.0 LGPL-2.1 )



1.4  dev-libs/librevenge/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/librevenge/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   17 Aug 2014 07:33:59 -  1.3
+++ ChangeLog   23 Aug 2014 14:07:10 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/librevenge
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librevenge/ChangeLog,v 1.3 
2014/08/17 07:33:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librevenge/ChangeLog,v 1.4 
2014/08/23 14:07:10 jer Exp $
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org librevenge-0.0.1.ebuild:
+  Marked ~hppa (bug #520692).
 
   17 Aug 2014; Tomáš Chvátal scarab...@gentoo.org librevenge-0.0.1.ebuild,
   librevenge-.ebuild:






[gentoo-commits] gentoo-x86 commit in www-client/dillo: ChangeLog dillo-3.0.4.ebuild

2014-08-23 Thread Jeroen Roovers (jer)
jer 14/08/23 14:34:29

  Modified: ChangeLog dillo-3.0.4.ebuild
  Log:
  Stable for HPPA (bug #520680).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.130www-client/dillo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   23 Aug 2014 09:46:30 -  1.129
+++ ChangeLog   23 Aug 2014 14:34:28 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/dillo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.129 
2014/08/23 09:46:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.130 
2014/08/23 14:34:28 jer Exp $
+
+  23 Aug 2014; Jeroen Roovers j...@gentoo.org dillo-3.0.4.ebuild:
+  Stable for HPPA (bug #520680).
 
   23 Aug 2014; Jeroen Roovers j...@gentoo.org -dillo-3.0.2.ebuild,
   files/dillo2-inbuf.patch:



1.2  www-client/dillo/dillo-3.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild?r1=1.1r2=1.2

Index: dillo-3.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dillo-3.0.4.ebuild  3 May 2014 20:55:26 -   1.1
+++ dillo-3.0.4.ebuild  23 Aug 2014 14:34:28 -  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/www-client/dillo/dillo-3.0.4.ebuild,v 1.1 
2014/05/03 20:55:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-3.0.4.ebuild,v 1.2 
2014/08/23 14:34:28 jer Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib toolchain-funcs
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=doc +gif ipv6 +jpeg +png ssl
 
 RDEPEND=sys-libs/zlib






[gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: brltty-5.1.ebuild ChangeLog

2014-08-23 Thread Christopher Brannon (teiresias)
teiresias14/08/23 14:37:40

  Modified: ChangeLog
  Added:brltty-5.1.ebuild
  Log:
  New upstream version.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x6521e06d)

Revision  ChangesPath
1.153app-accessibility/brltty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   13 Aug 2014 18:44:41 -  1.152
+++ ChangeLog   23 Aug 2014 14:37:40 -  1.153
@@ -1,6 +1,13 @@
 # ChangeLog for app-accessibility/brltty
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.152 
2014/08/13 18:44:41 teiresias Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.153 
2014/08/23 14:37:40 teiresias Exp $
+
+*brltty-5.1 (23 Aug 2014)
+
+  23 Aug 2014; Christopher Brannon teires...@gentoo.org +brltty-5.1.ebuild,
+  +files/brltty-5.1-fix-ldflags.patch, +files/brltty-5.1-respect-AR.patch,
+  +files/brltty-5.1-udev.patch:
+  New upstream version.
 
   13 Aug 2014; Christopher Brannon teires...@gentoo.org brltty-5.0-r3.ebuild:
   Fix building with +java USE flag.



1.1  app-accessibility/brltty/brltty-5.1.ebuild

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

Index: brltty-5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.1.ebuild,v 
1.1 2014/08/23 14:37:40 teiresias Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
FINDLIB_USE=ocaml

inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \
autotools udev systemd python-r1

DESCRIPTION=Daemon that provides access to the Linux/Unix console for a blind 
person
HOMEPAGE=http://brltty.com/;
SRC_URI=http://brltty.com/archive/${P}.tar.xz;

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86
IUSE=+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +midi ncurses nls ocaml +pcm python usb +speech
tcl X
REQUIRED_USE=doc? ( api )
java? ( api )
ocaml? ( api )
python? ( api )
tcl? ( api )

COMMON_DEP=bluetooth? ( net-wireless/bluez )
gpm? ( =sys-libs/gpm-1.20 )
iconv? ( virtual/libiconv )
icu? ( dev-libs/icu:= )
python? ( ${PYTHON_DEPS} )
ncurses? ( sys-libs/ncurses )
nls? ( virtual/libintl )
tcl? ( =dev-lang/tcl-8.4.15 )
usb? ( virtual/libusb:0 )
X? ( x11-libs/libXaw )
DEPEND=virtual/pkgconfig
java? ( =virtual/jdk-1.4 )
python? ( =dev-python/cython-0.16[${PYTHON_USEDEP}] )
${COMMON_DEP}
RDEPEND=java? ( =virtual/jre-1.4 )
${COMMON_DEP}

src_prepare() {
epatch ${FILESDIR}/${P}-fix-ldflags.patch \
${FILESDIR}/${P}-udev.patch \
${FILESDIR}/${P}-respect-AR.patch

java-pkg-opt-2_src_prepare

# The code runs `pkg-config` directly instead of locating a suitable
# pkg-config wrapper (or respecting $PKG_CONFIG).
sed -i \
-e 's/\pkg-config\/${PKG_CONFIG:-pkg-config}/' \
aclocal.m4 configure.ac || die

# We run eautoconf instead of using eautoreconf because brltty uses
# a custom build system that uses autoconf without the rest of the
# autotools.
eautoconf
python_copy_sources
}

src_configure() {
tc-export AR LD PKG_CONFIG
# override prefix in order to install into /
# braille terminal needs to be available as soon in the boot process as
# possible
# Also override localstatedir so that the lib/brltty directory is 
installed
# correctly.
# Disable stripping since we do that ourselves.
local myconf=(
--prefix=/
--localedir=/usr/share/locale
--includedir=/usr/include
--localstatedir=/var
--disable-stripping
--with-install-root=${D}

[gentoo-commits] gentoo-x86 commit in app-accessibility/brltty/files: brltty-5.1-respect-AR.patch brltty-5.1-udev.patch brltty-5.1-fix-ldflags.patch

2014-08-23 Thread Christopher Brannon (teiresias)
teiresias14/08/23 14:37:41

  Added:brltty-5.1-respect-AR.patch brltty-5.1-udev.patch
brltty-5.1-fix-ldflags.patch
  Log:
  New upstream version.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x6521e06d)

Revision  ChangesPath
1.1  app-accessibility/brltty/files/brltty-5.1-respect-AR.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/files/brltty-5.1-respect-AR.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/files/brltty-5.1-respect-AR.patch?rev=1.1content-type=text/plain

Index: brltty-5.1-respect-AR.patch
===
diff -Naur brltty-4.5/Programs/Makefile.in brltty-4.5-new/Programs/Makefile.in
--- brltty-4.5/Programs/Makefile.in 2013-03-27 15:51:35.0 -0700
+++ brltty-4.5-new/Programs/Makefile.in 2013-09-19 14:57:56.268106076 -0700
@@ -387,7 +387,7 @@
[ ! -f lib.def ] || mv lib.def $(API_DEF)
 
 $(API_ARC): $(API_OBJS)
-   ar rc $@ $(API_OBJS)
+   $(AR) rc $@ $(API_OBJS)
$(RANLIB) $@
 
 brlapi_client.$O:



1.1  app-accessibility/brltty/files/brltty-5.1-udev.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/files/brltty-5.1-udev.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/files/brltty-5.1-udev.patch?rev=1.1content-type=text/plain

Index: brltty-5.1-udev.patch
===
diff -Naur brltty-5.0/Autostart/Udev/udev.rules 
brltty-5.0.new/Autostart/Udev/udev.rules
--- brltty-5.0/Autostart/Udev/udev.rules2014-01-27 10:39:20.0 
-0800
+++ brltty-5.0.new/Autostart/Udev/udev.rules2014-02-09 04:24:08.146802299 
-0800
@@ -174,20 +174,22 @@
 # FreedomScientific [Focus Blue]
 ENV{PRODUCT}==f4e/114/*, ENV{BRLTTY_BRAILLE_DRIVER}=fs, 
GOTO=brltty_usb_run
 
+# Seika rules are commented out, because they conflict with USB-to-serial
+# converters.
 # Device: 10C4:EA60
 # Generic Identifier
 # Vendor: Cygnal Integrated Products, Inc.
 # Product: CP210x UART Bridge / myAVR mySmartUSB light
 # BrailleMemo [all models]
 # Seika [Braille Display]
-ENV{PRODUCT}==10c4/ea60/*, ENV{BRLTTY_BRAILLE_DRIVER}=mm,sk, 
GOTO=brltty_usb_run
+#ENV{PRODUCT}==10c4/ea60/*, ENV{BRLTTY_BRAILLE_DRIVER}=mm,sk, 
GOTO=brltty_usb_run
 
 # Device: 10C4:EA80
 # Generic Identifier
 # Vendor: Cygnal Integrated Products, Inc.
 # Product: CP210x UART Bridge
 # Seika [Note Taker]
-ENV{PRODUCT}==10c4/ea80/*, ENV{BRLTTY_BRAILLE_DRIVER}=sk, 
GOTO=brltty_usb_run
+#ENV{PRODUCT}==10c4/ea80/*, ENV{BRLTTY_BRAILLE_DRIVER}=sk, 
GOTO=brltty_usb_run
 
 # Device: 1C71:C005
 # HumanWare [all models]



1.1  app-accessibility/brltty/files/brltty-5.1-fix-ldflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/files/brltty-5.1-fix-ldflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/files/brltty-5.1-fix-ldflags.patch?rev=1.1content-type=text/plain

Index: brltty-5.1-fix-ldflags.patch
===
--- a/configure.ac
+++ b/configure.ac
@@ -377,7 +377,7 @@
 case ${host_os}
 in
linux*|gnu*|openbsd*|freebsd*|kfreebsd*|netbsd*|*qnx*|cygwin*|mingw*|elf*)
-  brltty_mkmod_ld_make=-shared
+  brltty_mkmod_ld_make=-shared ${LDFLAGS}
   ;;
solaris*)
   brltty_mkmod_ld_make=-G
@@ -404,7 +404,7 @@
 esac
 if test ${GCC} = yes
 then
-   brltty_cv_prog_mkmod=\$(CC) ${brltty_mkmod_gcc_make=-shared} 
BRLTTY_OPTIONS_LD2CC([${brltty_mkmod_ld_options}]) -o
+   brltty_cv_prog_mkmod=\$(CC) ${brltty_mkmod_gcc_make=-shared} ${LDFLAGS} 
BRLTTY_OPTIONS_LD2CC([${brltty_mkmod_ld_options}]) -o
 else
brltty_cv_prog_mkmod=\$(LD) ${brltty_mkmod_ld_make} 
${brltty_mkmod_ld_options} -o
 fi])
@@ -414,7 +414,7 @@
 case ${host_os}
 in
linux*|gnu*|openbsd*|freebsd*|kfreebsd*|netbsd*|*qnx*|elf*)
-  brltty_mklib_ld_make=-shared
+  brltty_mklib_ld_make=-shared ${LDFLAGS}
   brltty_mklib_ld_options=-soname
   ;;
solaris*)
@@ -449,7 +449,7 @@
 esac
 if test ${GCC} = yes
 then
-   brltty_cv_prog_mklib=\$(CC) ${brltty_mklib_gcc_make=-shared} 
BRLTTY_OPTIONS_LD2CC([${brltty_mklib_ld_options+${brltty_mklib_ld_options} 
name}]) -o
+   brltty_cv_prog_mklib=\$(CC) ${brltty_mklib_gcc_make=-shared} ${LDFLAGS} 
BRLTTY_OPTIONS_LD2CC([${brltty_mklib_ld_options+${brltty_mklib_ld_options} 
name}]) -o
 else
brltty_cv_prog_mklib=\$(LD) ${brltty_mklib_ld_make} 
${brltty_mklib_ld_options+${brltty_mklib_ld_options} name} -o
 fi])
--- a/Bindings/OCaml/Makefile.in
+++ b/Bindings/OCaml/Makefile.in
@@ -55,13 +55,13 @@
 all : $(OCAML_FILES)
 
 $(OCAML_CLIBS) : brlapi_stubs.$O brlapi
-   $(OCAMLMKLIB) $(API_LDFLAGS) -oc $(OCAML_LIB)_stubs 

[gentoo-commits] proj/hardened-refpolicy: New branch: mailinfra

2014-08-23 Thread Sven Vermeulen
commit: 
Commit: Sven Vermeulen swift AT gentoo DOT org
CommitDate: Sat Aug 23 15:12:36 2014 +

New branch: mailinfra




[gentoo-commits] gentoo-x86 commit in app-text/iso-codes: iso-codes-3.55.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:49

  Modified: iso-codes-3.55.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  app-text/iso-codes/iso-codes-3.55.ebuild

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

Index: iso-codes-3.55.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.55.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iso-codes-3.55.ebuild   21 Aug 2014 10:38:27 -  1.6
+++ iso-codes-3.55.ebuild   23 Aug 2014 15:27:49 -  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/app-text/iso-codes/iso-codes-3.55.ebuild,v 
1.6 2014/08/21 10:38:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.55.ebuild,v 
1.7 2014/08/23 15:27:49 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=
 
 RDEPEND=



1.170app-text/iso-codes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.170view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/iso-codes/ChangeLog?rev=1.170content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/iso-codes/ChangeLog?r1=1.169r2=1.170

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog   21 Aug 2014 10:38:27 -  1.169
+++ ChangeLog   23 Aug 2014 15:27:49 -  1.170
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/iso-codes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.169 
2014/08/21 10:38:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.170 
2014/08/23 15:27:49 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org iso-codes-3.55.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org iso-codes-3.55.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:55

  Modified: gtkmm-3.12.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-cpp/gtkmm/gtkmm-3.12.0.ebuild

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

Index: gtkmm-3.12.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtkmm-3.12.0.ebuild 21 Aug 2014 10:38:33 -  1.6
+++ gtkmm-3.12.0.ebuild 23 Aug 2014 15:27:55 -  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-cpp/gtkmm/gtkmm-3.12.0.ebuild,v 1.6 
2014/08/21 10:38:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-3.12.0.ebuild,v 1.7 
2014/08/23 15:27:55 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=3.0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=aqua doc examples test wayland +X
 REQUIRED_USE=|| ( aqua wayland X )
 



1.286dev-cpp/gtkmm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog   21 Aug 2014 10:38:33 -  1.285
+++ ChangeLog   23 Aug 2014 15:27:55 -  1.286
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/gtkmm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.285 2014/08/21 
10:38:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/ChangeLog,v 1.286 2014/08/23 
15:27:55 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org gtkmm-3.12.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org gtkmm-3.12.0.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-crypt/gcr: gcr-3.12.2.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:43

  Modified: gcr-3.12.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  app-crypt/gcr/gcr-3.12.2.ebuild

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

Index: gcr-3.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.12.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gcr-3.12.2.ebuild   21 Aug 2014 10:38:21 -  1.6
+++ gcr-3.12.2.ebuild   23 Aug 2014 15:27:43 -  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/app-crypt/gcr/gcr-3.12.2.ebuild,v 1.6 
2014/08/21 10:38:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.12.2.ebuild,v 1.7 
2014/08/23 15:27:43 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -17,7 +17,7 @@
 SLOT=0/1 # subslot = suffix of libgcr-3
 IUSE=debug gtk +introspection vala
 REQUIRED_USE=vala? ( introspection )
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris
 
 COMMON_DEPEND=
=app-crypt/gnupg-2



1.42 app-crypt/gcr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gcr/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   21 Aug 2014 10:38:21 -  1.41
+++ ChangeLog   23 Aug 2014 15:27:43 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gcr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.41 2014/08/21 
10:38:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.42 2014/08/23 
15:27:43 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org gcr-3.12.2.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org gcr-3.12.2.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-core: at-spi2-core-2.12.0.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:41

  Modified: at-spi2-core-2.12.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild

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

Index: at-spi2-core-2.12.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- at-spi2-core-2.12.0.ebuild  21 Aug 2014 10:38:11 -  1.7
+++ at-spi2-core-2.12.0.ebuild  23 Aug 2014 15:27:41 -  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/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
 1.7 2014/08/21 10:38:11 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.12.0.ebuild,v
 1.8 2014/08/23 15:27:41 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 LICENSE=LGPL-2+
 SLOT=2
 IUSE=+X +introspection
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 
 # x11-libs/libSM is needed until upstream #719808 is solved either
 # making the dep unneeded or fixing their configure



1.70 app-accessibility/at-spi2-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog?r1=1.69r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   21 Aug 2014 10:38:11 -  1.69
+++ ChangeLog   23 Aug 2014 15:27:41 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/at-spi2-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.69 2014/08/21 10:38:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/ChangeLog,v 
1.70 2014/08/23 15:27:41 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org at-spi2-core-2.12.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org at-spi2-core-2.12.0.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-i18n/enca: enca-1.14-r2.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:47

  Modified: enca-1.14-r2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  app-i18n/enca/enca-1.14-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild?r1=1.4r2=1.5

Index: enca-1.14-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- enca-1.14-r2.ebuild 21 Aug 2014 10:38:25 -  1.4
+++ enca-1.14-r2.ebuild 23 Aug 2014 15:27:47 -  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/app-i18n/enca/enca-1.14-r2.ebuild,v 1.4 
2014/08/21 10:38:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.14-r2.ebuild,v 1.5 
2014/08/23 15:27:47 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=doc +recode
 
 RDEPEND=recode? ( =app-text/recode-3.6_p15 )



1.107app-i18n/enca/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   21 Aug 2014 10:38:25 -  1.106
+++ ChangeLog   23 Aug 2014 15:27:47 -  1.107
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/enca
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.106 2014/08/21 
10:38:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.107 2014/08/23 
15:27:47 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org enca-1.14-r2.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org enca-1.14-r2.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-cpp/libgnomecanvasmm: libgnomecanvasmm-2.26.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:57

  Modified: libgnomecanvasmm-2.26.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild

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

Index: libgnomecanvasmm-2.26.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnomecanvasmm-2.26.0-r1.ebuild   21 Aug 2014 10:38:35 -  1.5
+++ libgnomecanvasmm-2.26.0-r1.ebuild   23 Aug 2014 15:27:57 -  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-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild,v
 1.5 2014/08/21 10:38:35 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/libgnomecanvasmm-2.26.0-r1.ebuild,v
 1.6 2014/08/23 15:27:57 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=2.6
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=doc examples
 
 RDEPEND=



1.88 dev-cpp/libgnomecanvasmm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   21 Aug 2014 10:38:35 -  1.87
+++ ChangeLog   23 Aug 2014 15:27:57 -  1.88
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/libgnomecanvasmm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.87 
2014/08/21 10:38:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomecanvasmm/ChangeLog,v 1.88 
2014/08/23 15:27:57 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  libgnomecanvasmm-2.26.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   libgnomecanvasmm-2.26.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-cpp/libgnomeuimm: libgnomeuimm-2.28.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:59

  Modified: libgnomeuimm-2.28.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild

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

Index: libgnomeuimm-2.28.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnomeuimm-2.28.0-r1.ebuild   21 Aug 2014 10:38:37 -  1.5
+++ libgnomeuimm-2.28.0-r1.ebuild   23 Aug 2014 15:27:59 -  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-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild,v 
1.5 2014/08/21 10:38:37 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/libgnomeuimm-2.28.0-r1.ebuild,v 
1.6 2014/08/23 15:27:59 ago Exp $
 
 EAPI=5
 GNOME_TARBALL_SUFFIX=bz2
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=2.6
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=



1.88 dev-cpp/libgnomeuimm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   21 Aug 2014 10:38:37 -  1.87
+++ ChangeLog   23 Aug 2014 15:27:59 -  1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/libgnomeuimm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.87 
2014/08/21 10:38:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomeuimm/ChangeLog,v 1.88 
2014/08/23 15:27:59 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
libgnomeuimm-2.28.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
libgnomeuimm-2.28.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-cpp/glibmm: glibmm-2.40.0.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:53

  Modified: glibmm-2.40.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-cpp/glibmm/glibmm-2.40.0.ebuild

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

Index: glibmm-2.40.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.40.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glibmm-2.40.0.ebuild21 Aug 2014 10:38:31 -  1.6
+++ glibmm-2.40.0.ebuild23 Aug 2014 15:27:53 -  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-cpp/glibmm/glibmm-2.40.0.ebuild,v 1.6 
2014/08/21 10:38:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.40.0.ebuild,v 1.7 
2014/08/23 15:27:53 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1+ GPL-2+ # GPL-2+ applies only to the build system
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=doc debug examples test
 
 RDEPEND=



1.225dev-cpp/glibmm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   21 Aug 2014 10:38:31 -  1.224
+++ ChangeLog   23 Aug 2014 15:27:53 -  1.225
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/glibmm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.224 2014/08/21 
10:38:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.225 2014/08/23 
15:27:53 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org glibmm-2.40.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org glibmm-2.40.0.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-lang/tk: tk-8.5.15.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:03

  Modified: tk-8.5.15.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-lang/tk/tk-8.5.15.ebuild

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

Index: tk-8.5.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tk-8.5.15.ebuild21 Aug 2014 10:38:43 -  1.7
+++ tk-8.5.15.ebuild23 Aug 2014 15:28:03 -  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/dev-lang/tk/tk-8.5.15.ebuild,v 1.7 
2014/08/21 10:38:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.15.ebuild,v 1.8 
2014/08/23 15:28:03 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug threads truetype aqua xscreensaver
 
 RDEPEND=



1.204dev-lang/tk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog   21 Aug 2014 10:38:43 -  1.203
+++ ChangeLog   23 Aug 2014 15:28:03 -  1.204
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.203 2014/08/21 
10:38:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.204 2014/08/23 
15:28:03 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org tk-8.5.15.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org tk-8.5.15.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-crypt/libsecret: libsecret-0.18.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:45

  Modified: libsecret-0.18.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  app-crypt/libsecret/libsecret-0.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild?r1=1.5r2=1.6

Index: libsecret-0.18.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsecret-0.18.ebuild   21 Aug 2014 10:38:23 -  1.5
+++ libsecret-0.18.ebuild   23 Aug 2014 15:27:45 -  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/app-crypt/libsecret/libsecret-0.18.ebuild,v 
1.5 2014/08/21 10:38:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/libsecret-0.18.ebuild,v 
1.6 2014/08/23 15:27:45 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -16,7 +16,7 @@
 SLOT=0
 IUSE=+crypt debug +introspection test vala
 REQUIRED_USE=vala? ( introspection )
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd
+KEYWORDS=~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd
 
 COMMON_DEPEND=
=dev-libs/glib-2.38:2



1.42 app-crypt/libsecret/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libsecret/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   21 Aug 2014 10:38:23 -  1.41
+++ ChangeLog   23 Aug 2014 15:27:45 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/libsecret
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.41 
2014/08/21 10:38:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libsecret/ChangeLog,v 1.42 
2014/08/23 15:27:45 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libsecret-0.18.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libsecret-0.18.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-text/yelp-tools: yelp-tools-3.12.1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:51

  Modified: yelp-tools-3.12.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  app-text/yelp-tools/yelp-tools-3.12.1.ebuild

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

Index: yelp-tools-3.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.12.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yelp-tools-3.12.1.ebuild21 Aug 2014 10:38:29 -  1.6
+++ yelp-tools-3.12.1.ebuild23 Aug 2014 15:27:51 -  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/app-text/yelp-tools/yelp-tools-3.12.1.ebuild,v 1.6 
2014/08/21 10:38:29 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.12.1.ebuild,v 1.7 
2014/08/23 15:27:51 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( GPL-2+ freedist ) GPL-2+ # yelp.m4 is GPL2 || freely 
distributable
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=
 
 RDEPEND=



1.56 app-text/yelp-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/yelp-tools/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   21 Aug 2014 10:38:29 -  1.55
+++ ChangeLog   23 Aug 2014 15:27:51 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/yelp-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.55 
2014/08/21 10:38:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/ChangeLog,v 1.56 
2014/08/23 15:27:51 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org yelp-tools-3.12.1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org yelp-tools-3.12.1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:07

  Modified: atk-2.12.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/atk/atk-2.12.0-r1.ebuild

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

Index: atk-2.12.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.12.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- atk-2.12.0-r1.ebuild21 Aug 2014 10:38:47 -  1.8
+++ atk-2.12.0-r1.ebuild23 Aug 2014 15:28:07 -  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/atk/atk-2.12.0-r1.ebuild,v 1.8 
2014/08/21 10:38:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.12.0-r1.ebuild,v 1.9 
2014/08/23 15:28:07 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt
 IUSE=+introspection nls test
 
 RDEPEND=



1.294dev-libs/atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog   21 Aug 2014 10:38:47 -  1.293
+++ ChangeLog   23 Aug 2014 15:28:07 -  1.294
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.293 2014/08/21 
10:38:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.294 2014/08/23 
15:28:07 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org atk-2.12.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org atk-2.12.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-accessibility/at-spi2-atk: at-spi2-atk-2.12.1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:27:32

  Modified: at-spi2-atk-2.12.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild

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

Index: at-spi2-atk-2.12.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- at-spi2-atk-2.12.1.ebuild   21 Aug 2014 10:38:09 -  1.7
+++ at-spi2-atk-2.12.1.ebuild   23 Aug 2014 15:27:32 -  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/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
 1.7 2014/08/21 10:38:09 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.12.1.ebuild,v
 1.8 2014/08/23 15:27:32 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2+
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos
 IUSE=
 
 COMMON_DEPEND=



1.55 app-accessibility/at-spi2-atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   21 Aug 2014 10:38:09 -  1.54
+++ ChangeLog   23 Aug 2014 15:27:32 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/at-spi2-atk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.54 2014/08/21 10:38:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/ChangeLog,v 
1.55 2014/08/23 15:27:32 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org at-spi2-atk-2.12.1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org at-spi2-atk-2.12.1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:12

  Modified: glib-2.40.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-libs/glib/glib-2.40.0-r1.ebuild

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

Index: glib-2.40.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glib-2.40.0-r1.ebuild   21 Aug 2014 10:38:52 -  1.9
+++ glib-2.40.0-r1.ebuild   23 Aug 2014 15:28:12 -  1.10
@@ -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/glib/glib-2.40.0-r1.ebuild,v 1.9 
2014/08/21 10:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.40.0-r1.ebuild,v 1.10 
2014/08/23 15:28:12 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -16,7 +16,7 @@
 LICENSE=LGPL-2+
 SLOT=2
 IUSE=debug fam kernel_linux +mime selinux static-libs systemtap test utils 
xattr
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 
 # FIXME: want =libselinux-2.2.2-r4[${MULTILIB_USEDEP}] - bug #480960
 RDEPEND=



1.620dev-libs/glib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -r1.619 -r1.620
--- ChangeLog   21 Aug 2014 10:38:52 -  1.619
+++ ChangeLog   23 Aug 2014 15:28:12 -  1.620
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.619 2014/08/21 
10:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.620 2014/08/23 
15:28:12 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org glib-2.40.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org glib-2.40.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-vfs-python: gnome-vfs-python-2.28.1-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:00

  Modified: gnome-vfs-python-2.28.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  
dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild

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

Index: gnome-vfs-python-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-vfs-python-2.28.1-r1.ebuild   21 Aug 2014 10:39:38 -  1.5
+++ gnome-vfs-python-2.28.1-r1.ebuild   23 Aug 2014 15:29: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-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild,v
 1.5 2014/08/21 10:39:38 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1-r1.ebuild,v
 1.6 2014/08/23 15:29:00 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for the GnomeVFS library
 LICENSE=LGPL-2.1
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=doc examples
 
 RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]



1.44 dev-python/gnome-vfs-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   21 Aug 2014 10:39:38 -  1.43
+++ ChangeLog   23 Aug 2014 15:29:00 -  1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-vfs-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v 
1.43 2014/08/21 10:39:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/ChangeLog,v 
1.44 2014/08/23 15:29:00 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-vfs-python-2.28.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gnome-vfs-python-2.28.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/libxslt: libxslt-1.1.28-r3.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:36

  Modified: libxslt-1.1.28-r3.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/libxslt/libxslt-1.1.28-r3.ebuild

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

Index: libxslt-1.1.28-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxslt-1.1.28-r3.ebuild21 Aug 2014 10:39:17 -  1.7
+++ libxslt-1.1.28-r3.ebuild23 Aug 2014 15:28:36 -  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/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v 
1.7 2014/08/21 10:39:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r3.ebuild,v 
1.8 2014/08/23 15:28:36 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,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 
~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 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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=crypt debug python static-libs
 
 REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )



1.287dev-libs/libxslt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog   21 Aug 2014 10:39:17 -  1.286
+++ ChangeLog   23 Aug 2014 15:28:36 -  1.287
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxslt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.286 
2014/08/21 10:39:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.287 
2014/08/23 15:28:36 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libxslt-1.1.28-r3.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libxslt-1.1.28-r3.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-lang/vala: vala-0.24.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:05

  Modified: vala-0.24.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-lang/vala/vala-0.24.0-r1.ebuild

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

Index: vala-0.24.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vala-0.24.0-r1.ebuild   21 Aug 2014 10:38:45 -  1.6
+++ vala-0.24.0-r1.ebuild   23 Aug 2014 15:28:05 -  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-lang/vala/vala-0.24.0-r1.ebuild,v 1.6 
2014/08/21 10:38:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0-r1.ebuild,v 1.7 
2014/08/23 15:28:05 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0.24
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=test +vapigen
 
 RDEPEND=



1.182dev-lang/vala/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   21 Aug 2014 10:38:45 -  1.181
+++ ChangeLog   23 Aug 2014 15:28:05 -  1.182
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/vala
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.181 2014/08/21 
10:38:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.182 2014/08/23 
15:28:05 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org vala-0.24.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org vala-0.24.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.15-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:01

  Modified: tcl-8.5.15-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.14 dev-lang/tcl/tcl-8.5.15-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?r1=1.13r2=1.14

Index: tcl-8.5.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tcl-8.5.15-r1.ebuild21 Aug 2014 10:09:40 -  1.13
+++ tcl-8.5.15-r1.ebuild23 Aug 2014 15:28:01 -  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/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.13 
2014/08/21 10:09:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.14 
2014/08/23 15:28:01 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
+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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
 IUSE=debug threads
 
 RDEPEND==sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



1.198dev-lang/tcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   21 Aug 2014 10:09:40 -  1.197
+++ ChangeLog   23 Aug 2014 15:28:01 -  1.198
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.197 2014/08/21 
10:09:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.198 2014/08/23 
15:28:01 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org tcl-8.5.15-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org tcl-8.5.15-r1.ebuild:
   Stable for ppc64, wrt bug #518006






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:50

  Modified: egg-python-2.25.3-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/egg-python/egg-python-2.25.3-r1.ebuild

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

Index: egg-python-2.25.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- egg-python-2.25.3-r1.ebuild 21 Aug 2014 10:39:28 -  1.5
+++ egg-python-2.25.3-r1.ebuild 23 Aug 2014 15:28:50 -  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-python/egg-python/egg-python-2.25.3-r1.ebuild,v 1.5 
2014/08/21 10:39:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild,v 1.6 
2014/08/23 15:28:50 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 DESCRIPTION=EggTrayIcon bindings for Python
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
 IUSE=examples
 
 RDEPEND==dev-python/libbonobo-python-2.22.1[${PYTHON_USEDEP}]



1.30 dev-python/egg-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   21 Aug 2014 10:39:28 -  1.29
+++ ChangeLog   23 Aug 2014 15:28:50 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/egg-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.29 
2014/08/21 10:39:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.30 
2014/08/23 15:28:50 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org egg-python-2.25.3-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org egg-python-2.25.3-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/libgee: libgee-0.14.0.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:28

  Modified: libgee-0.14.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/libgee/libgee-0.14.0.ebuild

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

Index: libgee-0.14.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.14.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgee-0.14.0.ebuild21 Aug 2014 10:39:10 -  1.5
+++ libgee-0.14.0.ebuild23 Aug 2014 15:28:28 -  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/libgee/libgee-0.14.0.ebuild,v 1.5 
2014/08/21 10:39:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.14.0.ebuild,v 1.6 
2014/08/23 15:28:28 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0.8
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-linux
 IUSE=+introspection
 
 # FIXME: add doc support, requires valadoc



1.99 dev-libs/libgee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   21 Aug 2014 10:39:10 -  1.98
+++ ChangeLog   23 Aug 2014 15:28:28 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libgee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.98 2014/08/21 
10:39:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.99 2014/08/23 
15:28:28 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libgee-0.14.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libgee-0.14.0.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-0.9.8z_p1-r2.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:41

  Modified: openssl-0.9.8z_p1-r2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild

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

Index: openssl-0.9.8z_p1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openssl-0.9.8z_p1-r2.ebuild 21 Aug 2014 10:39:22 -  1.8
+++ openssl-0.9.8z_p1-r2.ebuild 23 Aug 2014 15:28: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/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.8 
2014/08/21 10:39:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p1-r2.ebuild,v 1.9 
2014/08/23 15:28:41 ago Exp $
 
 # this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME 
for ABI compat
 
@@ -18,7 +18,7 @@
 
 LICENSE=openssl
 SLOT=0.9.8
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~sparc-fbsd ~x86-fbsd
 IUSE=bindist gmp kerberos sse2 test zlib
 
 RDEPEND=gmp? ( =dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}] )



1.591dev-libs/openssl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -r1.590 -r1.591
--- ChangeLog   21 Aug 2014 10:39:22 -  1.590
+++ ChangeLog   23 Aug 2014 15:28:41 -  1.591
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.590 
2014/08/21 10:39:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.591 
2014/08/23 15:28:41 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r2.ebuild,
+  openssl-1.0.1h-r2.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org openssl-0.9.8z_p1-r2.ebuild,
   openssl-1.0.1h-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-keyring-python: gnome-keyring-python-2.32.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:54

  Modified: gnome-keyring-python-2.32.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  
dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild

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

Index: gnome-keyring-python-2.32.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-keyring-python-2.32.0-r1.ebuild   21 Aug 2014 10:39:32 -  
1.5
+++ gnome-keyring-python-2.32.0-r1.ebuild   23 Aug 2014 15:28:54 -  
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-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild,v
 1.5 2014/08/21 10:39:32 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/gnome-keyring-python-2.32.0-r1.ebuild,v
 1.6 2014/08/23 15:28:54 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for the interfacing with the GNOME keyring
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=examples
 
 RDEPEND==gnome-base/gnome-keyring-0.5.0



1.56 dev-python/gnome-keyring-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   21 Aug 2014 10:39:32 -  1.55
+++ ChangeLog   23 Aug 2014 15:28:54 -  1.56
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-keyring-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 
1.55 2014/08/21 10:39:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-keyring-python/ChangeLog,v 
1.56 2014/08/23 15:28:54 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-keyring-python-2.32.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gnome-keyring-python-2.32.0-r1.ebuild:






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:26

  Modified: libevent-2.0.21-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/libevent/libevent-2.0.21-r1.ebuild

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

Index: libevent-2.0.21-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libevent-2.0.21-r1.ebuild   21 Aug 2014 10:39:08 -  1.8
+++ libevent-2.0.21-r1.ebuild   23 Aug 2014 15:28:26 -  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/libevent/libevent-2.0.21-r1.ebuild,v 1.8 
2014/08/21 10:39:08 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21-r1.ebuild,v 1.9 
2014/08/23 15:28:26 ago Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris
 IUSE=+ssl static-libs test +threads
 
 DEPEND=ssl? ( =dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )



1.276dev-libs/libevent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog   21 Aug 2014 10:39:08 -  1.275
+++ ChangeLog   23 Aug 2014 15:28:26 -  1.276
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libevent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.275 
2014/08/21 10:39:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/ChangeLog,v 1.276 
2014/08/23 15:28:26 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libevent-2.0.21-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libevent-2.0.21-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: gnome-python-base-2.28.1-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:56

  Modified: gnome-python-base-2.28.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild

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

Index: gnome-python-base-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-python-base-2.28.1-r1.ebuild  21 Aug 2014 10:39:34 -  1.6
+++ gnome-python-base-2.28.1-r1.ebuild  23 Aug 2014 15:28:56 -  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-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.6 2014/08/21 10:39:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v
 1.7 2014/08/23 15:28:56 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -32,7 +32,7 @@
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 
 S=${WORKDIR}/${MY_PN}-${PV}
 



1.49 dev-python/gnome-python-base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.49view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.49content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.48r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   21 Aug 2014 10:39:34 -  1.48
+++ ChangeLog   23 Aug 2014 15:28:56 -  1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 
1.48 2014/08/21 10:39:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 
1.49 2014/08/23 15:28:56 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-python-base-2.28.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gnome-python-base-2.28.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection: gobject-introspection-1.40.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:14

  Modified: gobject-introspection-1.40.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild

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

Index: gobject-introspection-1.40.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gobject-introspection-1.40.0-r1.ebuild  21 Aug 2014 10:38:54 -  
1.3
+++ gobject-introspection-1.40.0-r1.ebuild  23 Aug 2014 15:28:14 -  
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/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild,v
 1.3 2014/08/21 10:38:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.40.0-r1.ebuild,v
 1.4 2014/08/23 15:28:14 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -19,7 +19,7 @@
${PYTHON_REQUIRED_USE}
test? ( cairo )
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 
 # virtual/pkgconfig needed at runtime, bug #505408
 # We force glib and goi to be in sync by this way as explained in bug #518424



1.126dev-libs/gobject-introspection/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.126view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.126content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.125r2=1.126

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   21 Aug 2014 10:38:54 -  1.125
+++ ChangeLog   23 Aug 2014 15:28:14 -  1.126
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.125 2014/08/21 10:38:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.126 2014/08/23 15:28:14 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gobject-introspection-1.40.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gobject-introspection-1.40.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/vala-common: vala-common-0.24.0.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:44

  Modified: vala-common-0.24.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/vala-common/vala-common-0.24.0.ebuild

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

Index: vala-common-0.24.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.24.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vala-common-0.24.0.ebuild   21 Aug 2014 10:39:24 -  1.6
+++ vala-common-0.24.0.ebuild   23 Aug 2014 15:28:43 -  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/vala-common/vala-common-0.24.0.ebuild,v 1.6 
2014/08/21 10:39:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.24.0.ebuild,v 1.7 
2014/08/23 15:28:43 ago Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=vala
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x64-solaris
 IUSE=
 
 # Previously ${PN} was part of dev-lang/vala



1.52 dev-libs/vala-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/vala-common/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   21 Aug 2014 10:39:24 -  1.51
+++ ChangeLog   23 Aug 2014 15:28:43 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/vala-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.51 
2014/08/21 10:39:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/ChangeLog,v 1.52 
2014/08/23 15:28:43 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org vala-common-0.24.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org vala-common-0.24.0.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:24

  Modified: libev-4.15-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/libev/libev-4.15-r1.ebuild

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

Index: libev-4.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libev-4.15-r1.ebuild21 Aug 2014 10:39:06 -  1.7
+++ libev-4.15-r1.ebuild23 Aug 2014 15:28:24 -  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/dev-libs/libev/libev-4.15-r1.ebuild,v 1.7 
2014/08/21 10:39:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.15-r1.ebuild,v 1.8 
2014/08/23 15:28:24 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( BSD GPL-2 )
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=elibc_glibc static-libs
 
 # Bug #283558



1.72 dev-libs/libev/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog   21 Aug 2014 10:39:06 -  1.71
+++ ChangeLog   23 Aug 2014 15:28:24 -  1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.71 2014/08/21 
10:39:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/ChangeLog,v 1.72 2014/08/23 
15:28:24 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libev-4.15-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libev-4.15-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: bsddb3-6.0.1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:48

  Modified: bsddb3-6.0.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-python/bsddb3/bsddb3-6.0.1.ebuild

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

Index: bsddb3-6.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bsddb3-6.0.1.ebuild 21 Aug 2014 10:39:26 -  1.9
+++ bsddb3-6.0.1.ebuild 23 Aug 2014 15:28:48 -  1.10
@@ -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-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.9 
2014/08/21 10:39:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v 
1.10 2014/08/23 15:28:48 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux
 IUSE=doc
 
 RDEPEND==sys-libs/db-4.8.30



1.116dev-python/bsddb3/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   21 Aug 2014 10:39:26 -  1.115
+++ ChangeLog   23 Aug 2014 15:28:48 -  1.116
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bsddb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.115 
2014/08/21 10:39:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.116 
2014/08/23 15:28:48 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org bsddb3-6.0.1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org bsddb3-6.0.1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:22

  Modified: libcroco-0.6.8-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-libs/libcroco/libcroco-0.6.8-r1.ebuild

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

Index: libcroco-0.6.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libcroco-0.6.8-r1.ebuild21 Aug 2014 10:39:04 -  1.8
+++ libcroco-0.6.8-r1.ebuild23 Aug 2014 15:28:22 -  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/libcroco/libcroco-0.6.8-r1.ebuild,v 1.8 
2014/08/21 10:39:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libcroco/libcroco-0.6.8-r1.ebuild,v 1.9 
2014/08/23 15:28:22 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2
 SLOT=0.6
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris
 IUSE=test
 
 RDEPEND==dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



1.104dev-libs/libcroco/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   21 Aug 2014 10:39:04 -  1.103
+++ ChangeLog   23 Aug 2014 15:28:22 -  1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libcroco
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.103 
2014/08/21 10:39:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcroco/ChangeLog,v 1.104 
2014/08/23 15:28:22 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libcroco-0.6.8-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libcroco-0.6.8-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-ml/lablgtk: lablgtk-2.18.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:46

  Modified: lablgtk-2.18.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild

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

Index: lablgtk-2.18.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lablgtk-2.18.0-r1.ebuild23 Jun 2014 15:02:36 -  1.5
+++ lablgtk-2.18.0-r1.ebuild23 Aug 2014 15:28:46 -  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-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.5 2014/06/23 15:02:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.18.0-r1.ebuild,v 
1.6 2014/08/23 15:28:46 ago Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
virtual/pkgconfig
 
 SLOT=2/${PV}
-KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux
 
 src_configure() {
econf $(use_enable debug) \



1.114dev-ml/lablgtk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   23 Jun 2014 15:02:36 -  1.113
+++ ChangeLog   23 Aug 2014 15:28:46 -  1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/lablgtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.113 2014/06/23 
15:02:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.114 2014/08/23 
15:28:46 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org lablgtk-2.18.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   23 Jun 2014; Pacho Ramos pa...@gentoo.org lablgtk-2.18.0-r1.ebuild:
   x86 stable, bug #510670






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:04

  Modified: gtkspell-python-2.25.3-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild

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

Index: gtkspell-python-2.25.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtkspell-python-2.25.3-r1.ebuild21 Aug 2014 10:39:42 -  1.6
+++ gtkspell-python-2.25.3-r1.ebuild23 Aug 2014 15:29:04 -  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-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild,v
 1.6 2014/08/21 10:39:42 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.25.3-r1.ebuild,v
 1.7 2014/08/23 15:29:04 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 # an ebuild, currently. Punt till we actually have to face the issue.
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
 IUSE=doc examples
 
 RDEPEND=app-text/gtkspell:2



1.29 dev-python/gtkspell-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   21 Aug 2014 10:39:42 -  1.28
+++ ChangeLog   23 Aug 2014 15:29:04 -  1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gtkspell-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.28 
2014/08/21 10:39:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.29 
2014/08/23 15:29:04 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gtkspell-python-2.25.3-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gtkspell-python-2.25.3-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/gobject-introspection-common: gobject-introspection-common-1.40.0.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:16

  Modified: gobject-introspection-common-1.40.0.ebuild
ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  
dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild

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

Index: gobject-introspection-common-1.40.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gobject-introspection-common-1.40.0.ebuild  21 Aug 2014 10:38:56 -  
1.7
+++ gobject-introspection-common-1.40.0.ebuild  23 Aug 2014 15:28:16 -  
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/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild,v
 1.7 2014/08/21 10:38:56 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.40.0.ebuild,v
 1.8 2014/08/23 15:28:16 ago Exp $
 
 EAPI=5
 GNOME_ORG_MODULE=gobject-introspection
@@ -12,7 +12,7 @@
 
 LICENSE=HPND
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=
 
 RDEPEND=!${CATEGORY}/${PN/-common}-${PV}



1.47 dev-libs/gobject-introspection-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   21 Aug 2014 10:38:56 -  1.46
+++ ChangeLog   23 Aug 2014 15:28:16 -  1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/gobject-introspection-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.46 
2014/08/21 10:38:56 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/ChangeLog,v 1.47 
2014/08/23 15:28:16 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gobject-introspection-common-1.40.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gobject-introspection-common-1.40.0.ebuild:






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:52

  Modified: gconf-python-2.28.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild

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

Index: gconf-python-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gconf-python-2.28.1-r1.ebuild   21 Aug 2014 10:39:30 -  1.5
+++ gconf-python-2.28.1-r1.ebuild   23 Aug 2014 15:28:52 -  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-python/gconf-python/gconf-python-2.28.1-r1.ebuild,v 
1.5 2014/08/21 10:39:30 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild,v 
1.6 2014/08/23 15:28:52 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION=Python bindings for the GConf library
 LICENSE=LGPL-2.1
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=examples
 
 RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]



1.47 dev-python/gconf-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   21 Aug 2014 10:39:30 -  1.46
+++ ChangeLog   23 Aug 2014 15:28:52 -  1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gconf-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.46 
2014/08/21 10:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.47 
2014/08/23 15:28:52 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
gconf-python-2.28.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
gconf-python-2.28.1-r1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:18

  Modified: iniparser-3.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/iniparser/iniparser-3.1-r1.ebuild

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

Index: iniparser-3.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iniparser-3.1-r1.ebuild 21 Aug 2014 10:39:00 -  1.7
+++ iniparser-3.1-r1.ebuild 23 Aug 2014 15:28:18 -  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/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.7 
2014/08/21 10:39:00 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.1-r1.ebuild,v 1.8 
2014/08/23 15:28:18 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SRC_URI=http://ndevilla.free.fr/iniparser/${P}.tar.gz;
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos
 IUSE=doc examples static-libs
 
 DEPEND=doc? ( app-doc/doxygen )



1.40 dev-libs/iniparser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   21 Aug 2014 10:39:00 -  1.39
+++ ChangeLog   23 Aug 2014 15:28:18 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/iniparser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.39 
2014/08/21 10:39:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.40 
2014/08/23 15:28:18 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org iniparser-3.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org iniparser-3.1-r1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:33

  Modified: libverto-0.2.5-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 dev-libs/libverto/libverto-0.2.5-r1.ebuild

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

Index: libverto-0.2.5-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libverto-0.2.5-r1.ebuild21 Aug 2014 10:39:15 -  1.9
+++ libverto-0.2.5-r1.ebuild23 Aug 2014 15:28:33 -  1.10
@@ -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/libverto/libverto-0.2.5-r1.ebuild,v 1.9 
2014/08/21 10:39:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5-r1.ebuild,v 1.10 
2014/08/23 15:28:33 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd
 IUSE=glib +libev libevent tevent +threads static-libs
 
 # file collisions



1.34 dev-libs/libverto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   21 Aug 2014 10:39:15 -  1.33
+++ ChangeLog   23 Aug 2014 15:28:33 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libverto
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.33 
2014/08/21 10:39:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/ChangeLog,v 1.34 
2014/08/23 15:28:33 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libverto-0.2.5-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libverto-0.2.5-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/gjs: gjs-1.40.1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:09

  Modified: gjs-1.40.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/gjs/gjs-1.40.1.ebuild

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

Index: gjs-1.40.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.40.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gjs-1.40.1.ebuild   21 Aug 2014 10:38:49 -  1.6
+++ gjs-1.40.1.ebuild   23 Aug 2014 15:28:09 -  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/gjs/gjs-1.40.1.ebuild,v 1.6 
2014/08/21 10:38:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.40.1.ebuild,v 1.7 
2014/08/23 15:28:09 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -13,7 +13,7 @@
 LICENSE=MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )
 SLOT=0
 IUSE=+cairo examples gtk test
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86
 
 RDEPEND=
=dev-libs/glib-2.36:2



1.49 dev-libs/gjs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   21 Aug 2014 10:38:49 -  1.48
+++ ChangeLog   23 Aug 2014 15:28:09 -  1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/gjs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.48 2014/08/21 
10:38:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.49 2014/08/23 
15:28:09 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org gjs-1.40.1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org gjs-1.40.1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-1.0.2.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:20

  Modified: json-glib-1.0.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/json-glib/json-glib-1.0.2.ebuild

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

Index: json-glib-1.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-1.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- json-glib-1.0.2.ebuild  21 Aug 2014 10:39:02 -  1.6
+++ json-glib-1.0.2.ebuild  23 Aug 2014 15:28:20 -  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/json-glib/json-glib-1.0.2.ebuild,v 
1.6 2014/08/21 10:39:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-1.0.2.ebuild,v 
1.7 2014/08/23 15:28:20 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd
 IUSE=debug +introspection
 
 RDEPEND=



1.70 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   21 Aug 2014 10:39:02 -  1.69
+++ ChangeLog   23 Aug 2014 15:28:20 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.69 
2014/08/21 10:39:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.70 
2014/08/23 15:28:20 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org json-glib-1.0.2.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org json-glib-1.0.2.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-8.35.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:31

  Modified: libpcre-8.35.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.13 dev-libs/libpcre/libpcre-8.35.ebuild

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

Index: libpcre-8.35.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libpcre-8.35.ebuild 21 Aug 2014 10:39:13 -  1.12
+++ libpcre-8.35.ebuild 23 Aug 2014 15:28:31 -  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/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.12 
2014/08/21 10:39:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.35.ebuild,v 1.13 
2014/08/23 15:28:31 ago Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=3
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~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 
~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=bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib
 REQUIRED_USE=readline? ( !libedit )
libedit? ( !readline )



1.242dev-libs/libpcre/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog   21 Aug 2014 10:39:13 -  1.241
+++ ChangeLog   23 Aug 2014 15:28:31 -  1.242
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libpcre
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.241 
2014/08/21 10:39:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.242 
2014/08/23 15:28:31 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org libpcre-8.35.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org libpcre-8.35.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-libs/oniguruma: oniguruma-5.9.5.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:38

  Modified: oniguruma-5.9.5.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/oniguruma/oniguruma-5.9.5.ebuild

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

Index: oniguruma-5.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oniguruma-5.9.5.ebuild  21 Aug 2014 10:39:19 -  1.6
+++ oniguruma-5.9.5.ebuild  23 Aug 2014 15:28:38 -  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/oniguruma/oniguruma-5.9.5.ebuild,v 
1.6 2014/08/21 10:39:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v 
1.7 2014/08/23 15:28:38 ago Exp $
 
 EAPI=4
 # Needed for a sane .so versionning on fbsd, please dont drop
@@ -16,7 +16,7 @@
 
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris
 IUSE=combination-explosion-check crnl-as-line-terminator static-libs
 
 PATCHES=( ${FILESDIR}/${PN}-5.9.3-makefile.patch )



1.68 dev-libs/oniguruma/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   21 Aug 2014 10:39:19 -  1.67
+++ ChangeLog   23 Aug 2014 15:28:38 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/oniguruma
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.67 
2014/08/21 10:39:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.68 
2014/08/23 15:28:38 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org oniguruma-5.9.5.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org oniguruma-5.9.5.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:28:58

  Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  
dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild

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

Index: gnome-python-extras-base-2.25.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-python-extras-base-2.25.3-r1.ebuild   21 Aug 2014 10:39:36 -  
1.7
+++ gnome-python-extras-base-2.25.3-r1.ebuild   23 Aug 2014 15:28:58 -  
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/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.7 2014/08/21 10:39:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
 1.8 2014/08/23 15:28:58 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common
 # eautoreconf needs gnome-base/gnome-common
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
 
 S=${WORKDIR}/${MY_PN}-${PV}
 



1.33 dev-python/gnome-python-extras-base/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   21 Aug 2014 10:39:36 -  1.32
+++ ChangeLog   23 Aug 2014 15:28:58 -  1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras-base
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.32 
2014/08/21 10:39:36 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.33 
2014/08/23 15:28:58 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  gnome-python-extras-base-2.25.3-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   gnome-python-extras-base-2.25.3-r1.ebuild:






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:10

  Modified: libgnome-python-2.28.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild

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

Index: libgnome-python-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnome-python-2.28.1-r1.ebuild21 Aug 2014 10:39:48 -  1.5
+++ libgnome-python-2.28.1-r1.ebuild23 Aug 2014 15:29:10 -  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-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild,v
 1.5 2014/08/21 10:39:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1-r1.ebuild,v
 1.6 2014/08/23 15:29:10 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for essential GNOME libraries
 LICENSE=LGPL-2.1
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=examples
 
 RDEPEND==gnome-base/libgnome-2.24.1



1.43 dev-python/libgnome-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   21 Aug 2014 10:39:48 -  1.42
+++ ChangeLog   23 Aug 2014 15:29:10 -  1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.42 
2014/08/21 10:39:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.43 
2014/08/23 15:29:10 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  libgnome-python-2.28.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   libgnome-python-2.28.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-13.0.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:24

  Modified: twisted-conch-13.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild

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

Index: twisted-conch-13.0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- twisted-conch-13.0.0-r1.ebuild  21 Aug 2014 10:40:01 -  1.8
+++ twisted-conch-13.0.0-r1.ebuild  23 Aug 2014 15:29:24 -  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-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild,v
 1.8 2014/08/21 10:40:01 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild,v
 1.9 2014/08/23 15:29:24 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted SSHv2 implementation
 
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86
+KEYWORDS=~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86
 IUSE=
 
 DEPEND=



1.110dev-python/twisted-conch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   21 Aug 2014 10:40:01 -  1.109
+++ ChangeLog   23 Aug 2014 15:29:24 -  1.110
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.109 
2014/08/21 10:40:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.110 
2014/08/23 15:29:24 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-conch-13.0.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-conch-13.0.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/soappy: soappy-0.12.5-r2.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:21

  Modified: soappy-0.12.5-r2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 dev-python/soappy/soappy-0.12.5-r2.ebuild

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

Index: soappy-0.12.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.5-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- soappy-0.12.5-r2.ebuild 21 Aug 2014 10:39:59 -  1.10
+++ soappy-0.12.5-r2.ebuild 23 Aug 2014 15:29:21 -  1.11
@@ -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-python/soappy/soappy-0.12.5-r2.ebuild,v 
1.10 2014/08/21 10:39:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/soappy-0.12.5-r2.ebuild,v 
1.11 2014/08/23 15:29:21 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd 
~x64-macos ~x86-macos
 IUSE=examples ssl
 
 RDEPEND=dev-python/fpconst[${PYTHON_USEDEP}]



1.60 dev-python/soappy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   21 Aug 2014 10:39:59 -  1.59
+++ ChangeLog   23 Aug 2014 15:29:21 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/soappy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.59 
2014/08/21 10:39:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/soappy/ChangeLog,v 1.60 
2014/08/23 15:29:21 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org soappy-0.12.5-r2.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org soappy-0.12.5-r2.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/pyatspi: pyatspi-2.12.0.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:16

  Modified: pyatspi-2.12.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/pyatspi/pyatspi-2.12.0.ebuild

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

Index: pyatspi-2.12.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyatspi-2.12.0.ebuild   21 Aug 2014 10:39:54 -  1.6
+++ pyatspi-2.12.0.ebuild   23 Aug 2014 15:29:16 -  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-python/pyatspi/pyatspi-2.12.0.ebuild,v 
1.6 2014/08/21 10:39:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.12.0.ebuild,v 
1.7 2014/08/23 15:29:16 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 # Note: only some of the tests are GPL-licensed, everything else is LGPL
 LICENSE=LGPL-2 GPL-2+
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86
 IUSE= # test
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.46 dev-python/pyatspi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   21 Aug 2014 10:39:54 -  1.45
+++ ChangeLog   23 Aug 2014 15:29:16 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyatspi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.45 
2014/08/21 10:39:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.46 
2014/08/23 15:29:16 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org pyatspi-2.12.0.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org pyatspi-2.12.0.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:12

  Modified: librsvg-python-2.32.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild

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

Index: librsvg-python-2.32.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- librsvg-python-2.32.0-r1.ebuild 21 Aug 2014 10:39:50 -  1.5
+++ librsvg-python-2.32.0-r1.ebuild 23 Aug 2014 15:29:12 -  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-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild,v
 1.5 2014/08/21 10:39:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/librsvg-python/librsvg-python-2.32.0-r1.ebuild,v
 1.6 2014/08/23 15:29:12 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for the librsvg library
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=examples
 
 RDEPEND==gnome-base/librsvg-2.13.93:2



1.55 dev-python/librsvg-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   21 Aug 2014 10:39:50 -  1.54
+++ ChangeLog   23 Aug 2014 15:29:12 -  1.55
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/librsvg-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/ChangeLog,v 1.54 
2014/08/21 10:39:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/librsvg-python/ChangeLog,v 1.55 
2014/08/23 15:29:12 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  librsvg-python-2.32.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   librsvg-python-2.32.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-core: twisted-core-13.0.0-r3.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:26

  Modified: twisted-core-13.0.0-r3.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild

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

Index: twisted-core-13.0.0-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- twisted-core-13.0.0-r3.ebuild   21 Aug 2014 10:40:03 -  1.7
+++ twisted-core-13.0.0-r3.ebuild   23 Aug 2014 15:29:26 -  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/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild,v 
1.7 2014/08/21 10:40:03 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild,v 
1.8 2014/08/23 15:29:26 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=An asynchronous networking framework written in Python
 
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=crypt gtk serial
 
 DEPEND=net-zope/zope-interface[${PYTHON_USEDEP}]



1.33 dev-python/twisted-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   21 Aug 2014 10:40:03 -  1.32
+++ ChangeLog   23 Aug 2014 15:29:26 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.32 
2014/08/21 10:40:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.33 
2014/08/23 15:29:26 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-core-13.0.0-r3.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-core-13.0.0-r3.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-names: twisted-names-13.0.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:32

  Modified: twisted-names-13.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild

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

Index: twisted-names-13.0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- twisted-names-13.0.0-r1.ebuild  21 Aug 2014 10:40:10 -  1.8
+++ twisted-names-13.0.0-r1.ebuild  23 Aug 2014 15:29:32 -  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-python/twisted-names/twisted-names-13.0.0-r1.ebuild,v
 1.8 2014/08/21 10:40:10 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild,v
 1.9 2014/08/23 15:29:32 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=A Twisted DNS implementation
 
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.96 dev-python/twisted-names/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?r1=1.95r2=1.96

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   21 Aug 2014 10:40:10 -  1.95
+++ ChangeLog   23 Aug 2014 15:29:32 -  1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-names
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.95 
2014/08/21 10:40:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.96 
2014/08/23 15:29:32 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-names-13.0.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-names-13.0.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:06

  Modified: libbonobo-python-2.28.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  
dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild

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

Index: libbonobo-python-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libbonobo-python-2.28.1-r1.ebuild   21 Aug 2014 10:39:44 -  1.5
+++ libbonobo-python-2.28.1-r1.ebuild   23 Aug 2014 15:29:06 -  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-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild,v
 1.5 2014/08/21 10:39:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libbonobo-python/libbonobo-python-2.28.1-r1.ebuild,v
 1.6 2014/08/23 15:29:06 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for the Bonobo framework
 LICENSE=LGPL-2.1
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=examples
 
 RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]



1.43 dev-python/libbonobo-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   21 Aug 2014 10:39:44 -  1.42
+++ ChangeLog   23 Aug 2014 15:29:06 -  1.43
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libbonobo-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 
1.42 2014/08/21 10:39:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libbonobo-python/ChangeLog,v 
1.43 2014/08/23 15:29:06 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  libbonobo-python-2.28.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   libbonobo-python-2.28.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/gst-python: gst-python-1.2.1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:02

  Modified: gst-python-1.2.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/gst-python/gst-python-1.2.1.ebuild

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

Index: gst-python-1.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-python-1.2.1.ebuild 21 Aug 2014 10:39:40 -  1.6
+++ gst-python-1.2.1.ebuild 23 Aug 2014 15:29:02 -  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-python/gst-python/gst-python-1.2.1.ebuild,v 1.6 
2014/08/21 10:39:40 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild,v 1.7 
2014/08/23 15:29:02 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2
 SLOT=1.0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=test #examples , bug #506962
 
 RDEPEND=



1.137dev-python/gst-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog   21 Aug 2014 10:39:40 -  1.136
+++ ChangeLog   23 Aug 2014 15:29:02 -  1.137
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gst-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.136 
2014/08/21 10:39:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.137 
2014/08/23 15:29:02 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org gst-python-1.2.1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org gst-python-1.2.1.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/pygobject: pygobject-3.12.2.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:19

  Modified: pygobject-3.12.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-python/pygobject/pygobject-3.12.2.ebuild

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

Index: pygobject-3.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pygobject-3.12.2.ebuild 21 Aug 2014 10:39:56 -  1.8
+++ pygobject-3.12.2.ebuild 23 Aug 2014 15:29:18 -  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-python/pygobject/pygobject-3.12.2.ebuild,v 1.8 
2014/08/21 10:39:56 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.12.2.ebuild,v 1.9 
2014/08/23 15:29:18 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1+
 SLOT=3
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=+cairo examples test +threads
 
 REQUIRED_USE=



1.259dev-python/pygobject/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   21 Aug 2014 10:39:57 -  1.258
+++ ChangeLog   23 Aug 2014 15:29:18 -  1.259
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pygobject
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.258 
2014/08/21 10:39:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.259 
2014/08/23 15:29:18 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org pygobject-3.12.2.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org pygobject-3.12.2.ebuild:
   Stable for ppc64, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-lore: twisted-lore-13.0.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:28

  Modified: twisted-lore-13.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild

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

Index: twisted-lore-13.0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- twisted-lore-13.0.0-r1.ebuild   21 Aug 2014 10:40:05 -  1.5
+++ twisted-lore-13.0.0-r1.ebuild   23 Aug 2014 15:29:28 -  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-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild,v 
1.5 2014/08/21 10:40:05 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-13.0.0-r1.ebuild,v 
1.6 2014/08/23 15:29:28 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted documentation system
 
-KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ia64 ppc ppc64 ~sparc x86
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.81 dev-python/twisted-lore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.81view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.81content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?r1=1.80r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   21 Aug 2014 10:40:05 -  1.80
+++ ChangeLog   23 Aug 2014 15:29:28 -  1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-lore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.80 
2014/08/21 10:40:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.81 
2014/08/23 15:29:28 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-lore-13.0.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-lore-13.0.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:14

  Modified: libwnck-python-2.32.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild

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

Index: libwnck-python-2.32.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libwnck-python-2.32.0-r1.ebuild 21 Aug 2014 10:39:52 -  1.5
+++ libwnck-python-2.32.0-r1.ebuild 23 Aug 2014 15:29:14 -  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-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild,v
 1.5 2014/08/21 10:39:52 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libwnck-python/libwnck-python-2.32.0-r1.ebuild,v
 1.6 2014/08/23 15:29:14 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for the libwnck library
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=examples
 
 RDEPEND==x11-libs/libwnck-2.19.3:1



1.57 dev-python/libwnck-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libwnck-python/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   21 Aug 2014 10:39:52 -  1.56
+++ ChangeLog   23 Aug 2014 15:29:14 -  1.57
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libwnck-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libwnck-python/ChangeLog,v 1.56 
2014/08/21 10:39:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libwnck-python/ChangeLog,v 1.57 
2014/08/23 15:29:14 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  libwnck-python-2.32.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   libwnck-python-2.32.0-r1.ebuild:






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

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:08

  Modified: libgnomecanvas-python-2.28.1-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  
dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild

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

Index: libgnomecanvas-python-2.28.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnomecanvas-python-2.28.1-r1.ebuild  21 Aug 2014 10:39:46 -  
1.5
+++ libgnomecanvas-python-2.28.1-r1.ebuild  23 Aug 2014 15:29:08 -  
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-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild,v
 1.5 2014/08/21 10:39:46 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/libgnomecanvas-python-2.28.1-r1.ebuild,v
 1.6 2014/08/23 15:29:08 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=Python bindings for the Gnome Canvas library
 LICENSE=LGPL-2.1
 SLOT=2
-KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
 IUSE=examples
 
 RDEPEND=dev-python/pygobject:2[${PYTHON_USEDEP}]



1.45 dev-python/libgnomecanvas-python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   21 Aug 2014 10:39:46 -  1.44
+++ ChangeLog   23 Aug 2014 15:29:08 -  1.45
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnomecanvas-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v 1.44 
2014/08/21 10:39:46 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/libgnomecanvas-python/ChangeLog,v 1.45 
2014/08/23 15:29:08 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org
+  libgnomecanvas-python-2.28.1-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org
   libgnomecanvas-python-2.28.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-13.0.0-r1.ebuild ChangeLog

2014-08-23 Thread Agostino Sarubbo (ago)
ago 14/08/23 15:29:34

  Modified: twisted-news-13.0.0-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild

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

Index: twisted-news-13.0.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- twisted-news-13.0.0-r1.ebuild   21 Aug 2014 10:40:12 -  1.6
+++ twisted-news-13.0.0-r1.ebuild   23 Aug 2014 15:29:34 -  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-python/twisted-news/twisted-news-13.0.0-r1.ebuild,v 
1.6 2014/08/21 10:40:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-13.0.0-r1.ebuild,v 
1.7 2014/08/23 15:29:34 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted News is an NNTP server and programming library
 
-KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ia64 ppc ppc64 ~sparc x86
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.80 dev-python/twisted-news/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.80view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.80content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.79r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   21 Aug 2014 10:40:12 -  1.79
+++ ChangeLog   23 Aug 2014 15:29:34 -  1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-news
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.79 
2014/08/21 10:40:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.80 
2014/08/23 15:29:34 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-news-13.0.0-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo a...@gentoo.org 
twisted-news-13.0.0-r1.ebuild:
   Stable for ppc64, wrt bug #512012






  1   2   3   4   5   >