[gentoo-commits] proj/ag-web:master commit in: lib/

2015-02-25 Thread Alex Legler
commit: 38ac05111cba0a13ab89228b17094da936f7c5ef
Author: Alex Legler alex AT a3li DOT li
AuthorDate: Wed Feb 25 14:19:41 2015 +
Commit: Alex Legler a3li AT gentoo DOT org
CommitDate: Wed Feb 25 14:19:41 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=38ac0511

Display TLD in escaped header fields

---
 lib/helpers.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/helpers.rb b/lib/helpers.rb
index 987caeb..873d50f 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -51,7 +51,8 @@ helpers do
 elsif $1 == 'lists.gentoo.org'
   @l.g.o#{$2}
 else
-  @#{'×' * $1.length}#{$2}
+  domain, dot, tld = $1.rpartition '.'
+  @#{'×' * domain.length}.#{tld}#{$2}
 end
   end
 end



[gentoo-commits] gentoo-x86 commit in net-misc/curl: ChangeLog curl-7.36.0.ebuild curl-7.37.1.ebuild

2015-02-25 Thread Anthony G. Basile (blueness)
blueness15/02/25 12:24:14

  Modified: ChangeLog
  Removed:  curl-7.36.0.ebuild curl-7.37.1.ebuild
  Log:
  Remove older versions, drop stable m68k, s390 and sh
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.390net-misc/curl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -r1.389 -r1.390
--- ChangeLog   25 Feb 2015 12:16:19 -  1.389
+++ ChangeLog   25 Feb 2015 12:24:14 -  1.390
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.389 2015/02/25 
12:16:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.390 2015/02/25 
12:24:14 blueness Exp $
+
+  25 Feb 2015; Anthony G. Basile bluen...@gentoo.org -curl-7.36.0.ebuild,
+  -curl-7.37.1.ebuild:
+  Remove older versions, drop stable m68k, s390 and sh
 
 *curl-7.41.0 (25 Feb 2015)
 






[gentoo-commits] proj/ag-web:master commit in: public/js/

2015-02-25 Thread Alex Legler
commit: ddd4204478a4ae7399dbc259238d49938dc78d95
Author: Alex Legler alex AT a3li DOT li
AuthorDate: Wed Feb 25 14:21:07 2015 +
Commit: Alex Legler a3li AT gentoo DOT org
CommitDate: Wed Feb 25 14:21:07 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=ddd42044

Don't show the toggle button on XS devices

---
 public/js/quoting.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/js/quoting.js b/public/js/quoting.js
index edf8ec0..84be70f 100644
--- a/public/js/quoting.js
+++ b/public/js/quoting.js
@@ -9,7 +9,7 @@ $(function() {
 return;
   }
 
-  var btn = $(button class=\btn btn-xs btn-default ag-toggle-quotes\span 
class=\fa fa-quote-left\/span Toggle quotes/button);
+  var btn = $(button class=\btn btn-xs btn-default hidden-xs 
ag-toggle-quotes\span class=\fa fa-quote-left\/span Toggle 
quotes/button);
   btn.insertAfter(table);
   btn.click(function() {
 $('.ag-quote').each(function(index) {



[gentoo-commits] gentoo-x86 commit in dev-perl/Test-Warn: Test-Warn-0.300.0.ebuild ChangeLog

2015-02-25 Thread Patrice Clement (monsieurp)
monsieurp15/02/25 14:38:20

  Modified: ChangeLog
  Added:Test-Warn-0.300.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)

Revision  ChangesPath
1.58 dev-perl/Test-Warn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   20 Aug 2014 18:17:00 -  1.57
+++ ChangeLog   25 Feb 2015 14:38:20 -  1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Test-Warn
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.57 
2014/08/20 18:17:00 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Warn/ChangeLog,v 1.58 
2015/02/25 14:38:20 monsieurp Exp $
+
+*Test-Warn-0.300.0 (25 Feb 2015)
+
+  25 Feb 2015; Patrice Clement monsie...@gentoo.org 
+Test-Warn-0.300.0.ebuild:
+  Version bump.
 
 *Test-Warn-0.240.0-r1 (20 Aug 2014)
 



1.1  dev-perl/Test-Warn/Test-Warn-0.300.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.300.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.300.0.ebuild?rev=1.1content-type=text/plain

Index: Test-Warn-0.300.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Test-Warn/Test-Warn-0.300.0.ebuild,v 1.1 
2015/02/25 14:38:20 monsieurp Exp $

EAPI=5

MODULE_AUTHOR=CHORNY
MODULE_VERSION=0.30
inherit perl-module

DESCRIPTION=Perl extension to test methods for warnings

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris

IUSE=test

RDEPEND==dev-perl/Sub-Uplevel-0.12
dev-perl/Tree-DAG_Node
virtual/perl-Test-Simple
virtual/perl-File-Spec
DEPEND=test? ( ${RDEPEND}
dev-perl/Test-Pod )

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in games-puzzle/sdl-jewels: sdl-jewels-1.1.1.ebuild ChangeLog

2015-02-25 Thread Alfredo Tupone (tupone)
tupone  15/02/25 12:32:04

  Modified: sdl-jewels-1.1.1.ebuild ChangeLog
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.5  games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild?r1=1.4r2=1.5

Index: sdl-jewels-1.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdl-jewels-1.1.1.ebuild 15 Jan 2011 14:42:22 -  1.4
+++ sdl-jewels-1.1.1.ebuild 25 Feb 2015 12:32:04 -  1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild,v 1.4 
2011/01/15 14:42:22 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild,v 1.5 
2015/02/25 12:32:04 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=Swap and match 3 or more jewels in a line in order to score 
points
@@ -17,6 +17,7 @@
 
 DEPEND=media-libs/libsdl[opengl,video]
virtual/opengl
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/SDL_jewels-${PV}
 
@@ -30,10 +31,10 @@
 }
 
 src_install() {
-   dogamesbin gljewel || die
+   dogamesbin gljewel
 
insinto ${GAMES_DATADIR}/${PN}
-   doins -r data/* || die
+   doins -r data/*
 
dodoc ChangeLog README
 



1.4  games-puzzle/sdl-jewels/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sdl-jewels/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sdl-jewels/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/sdl-jewels/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/sdl-jewels/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   15 Jan 2011 14:42:22 -  1.3
+++ ChangeLog   25 Feb 2015 12:32:04 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/sdl-jewels
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sdl-jewels/ChangeLog,v 1.3 
2011/01/15 14:42:22 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/sdl-jewels/ChangeLog,v 1.4 
2015/02/25 12:32:04 tupone Exp $
+
+  25 Feb 2015; Tupone Alfredo tup...@gentoo.org sdl-jewels-1.1.1.ebuild:
+  EAPI 5
 
   15 Jan 2011; Markus Meier mae...@gentoo.org sdl-jewels-1.1.1.ebuild:
   x86 stable, bug #350414






[gentoo-commits] gentoo-x86 commit in net-misc/curl: curl-7.41.0.ebuild ChangeLog

2015-02-25 Thread Anthony G. Basile (blueness)
blueness15/02/25 12:16:19

  Modified: ChangeLog
  Added:curl-7.41.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.389net-misc/curl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -r1.388 -r1.389
--- ChangeLog   11 Jan 2015 22:16:14 -  1.388
+++ ChangeLog   25 Feb 2015 12:16:19 -  1.389
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.388 2015/01/11 
22:16:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.389 2015/02/25 
12:16:19 blueness Exp $
+
+*curl-7.41.0 (25 Feb 2015)
+
+  25 Feb 2015; Anthony G. Basile bluen...@gentoo.org +curl-7.41.0.ebuild:
+  Version bump
 
 *curl-7.40.0 (11 Jan 2015)
 



1.1  net-misc/curl/curl-7.41.0.ebuild

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

Index: curl-7.41.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.41.0.ebuild,v 1.1 
2015/02/25 12:16:19 blueness Exp $

EAPI=5

inherit autotools eutils prefix multilib-minimal

DESCRIPTION=A Client that groks URLs
HOMEPAGE=http://curl.haxx.se/;
SRC_URI=http://curl.haxx.se/download/${P}.tar.bz2;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=adns idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test 
threads
IUSE=${IUSE} curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_polarssl curl_ssl_winssl
IUSE=${IUSE} elibc_Winnt

#lead to lots of false negatives, bug #285669
RESTRICT=test

RDEPEND=ldap? ( =net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
ssl? (
curl_ssl_axtls? (
=net-libs/axtls-1.4.9-r1[${MULTILIB_USEDEP}]
app-misc/ca-certificates
)
curl_ssl_gnutls? (
|| (
(

=net-libs/gnutls-3.2.15[static-libs?,${MULTILIB_USEDEP}]

=dev-libs/nettle-2.6[${MULTILIB_USEDEP}]
)
(

=net-libs/gnutls-2.12*[nettle,static-libs?,${MULTILIB_USEDEP}]

=dev-libs/nettle-2.6[${MULTILIB_USEDEP}]
)
(

=net-libs/gnutls-2.12*[-nettle,static-libs?,${MULTILIB_USEDEP}]

=dev-libs/libgcrypt-1.5.3[static-libs?,${MULTILIB_USEDEP}]
)
)
app-misc/ca-certificates
)
curl_ssl_openssl? (

=dev-libs/openssl-1.0.1h-r2[static-libs?,${MULTILIB_USEDEP}]
)
curl_ssl_nss? (
=dev-libs/nss-3.15.4[${MULTILIB_USEDEP}]
app-misc/ca-certificates
)
curl_ssl_polarssl? (
=net-libs/polarssl-1.3.4:=[${MULTILIB_USEDEP}]
app-misc/ca-certificates
)
)
idn? ( =net-dns/libidn-1.28[static-libs?,${MULTILIB_USEDEP}] )
adns? ( =net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}] )
kerberos? ( =virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
metalink? ( =media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] )
rtmp? ( =media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
ssh? ( =net-libs/libssh2-1.4.3[static-libs?,${MULTILIB_USEDEP}] )
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
abi_x86_32? (

[gentoo-commits] gentoo-x86 commit in app-text/evince: evince-3.14.1-r1.ebuild ChangeLog evince-3.14.1.ebuild

2015-02-25 Thread Pacho Ramos (pacho)
pacho   15/02/25 11:55:35

  Modified: evince-3.14.1-r1.ebuild ChangeLog
  Removed:  evince-3.14.1.ebuild
  Log:
  gvfs is used at runtime (#541318 by Kelvin Ng), drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  app-text/evince/evince-3.14.1-r1.ebuild

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

Index: evince-3.14.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.14.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evince-3.14.1-r1.ebuild 18 Jan 2015 11:35:29 -  1.1
+++ evince-3.14.1-r1.ebuild 25 Feb 2015 11:55:35 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.14.1-r1.ebuild,v 
1.1 2015/01/18 11:35:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.14.1-r1.ebuild,v 
1.2 2015/02/25 11:55:35 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -46,6 +46,7 @@
xps? ( =app-text/libgxps-0.2.1:= )
 
 RDEPEND=${COMMON_DEPEND}
+   gnome-base/gvfs
gnome-base/librsvg
|| (
=x11-themes/adwaita-icon-theme-2.17.1



1.282app-text/evince/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog   18 Jan 2015 11:35:29 -  1.281
+++ ChangeLog   25 Feb 2015 11:55:35 -  1.282
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/evince
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.281 
2015/01/18 11:35:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.282 
2015/02/25 11:55:35 pacho Exp $
+
+  25 Feb 2015; Pacho Ramos pa...@gentoo.org -evince-3.14.1.ebuild,
+  evince-3.14.1-r1.ebuild:
+  gvfs is used at runtime (#541318 by Kelvin Ng), drop old
 
 *evince-3.14.1-r1 (18 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-java/tomcat-native: tomcat-native-1.1.32.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:34:47

  Modified: tomcat-native-1.1.32.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535096
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-java/tomcat-native/tomcat-native-1.1.32.ebuild

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

Index: tomcat-native-1.1.32.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tomcat-native-1.1.32.ebuild 19 Feb 2015 09:06:22 -  1.2
+++ tomcat-native-1.1.32.ebuild 25 Feb 2015 15:34:47 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild,v 
1.2 2015/02/19 09:06:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild,v 
1.3 2015/02/25 15:34:47 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SLOT=0
 
SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz
 HOMEPAGE=http://tomcat.apache.org/;
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 LICENSE=Apache-2.0
 IUSE=
 



1.52 dev-java/tomcat-native/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   19 Feb 2015 09:06:22 -  1.51
+++ ChangeLog   25 Feb 2015 15:34:47 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/tomcat-native
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.51 
2015/02/19 09:06:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.52 
2015/02/25 15:34:47 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org tomcat-native-1.1.32.ebuild:
+  Stable for x86, wrt bug #535096
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org tomcat-native-1.1.32.ebuild:
   Stable for amd64, wrt bug #535096






[gentoo-commits] gentoo-x86 commit in games-puzzle/amoebax: amoebax-0.2.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:48:52

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

Revision  ChangesPath
1.3  games-puzzle/amoebax/amoebax-0.2.1.ebuild

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

Index: amoebax-0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amoebax-0.2.1.ebuild19 Feb 2015 09:05:47 -  1.2
+++ amoebax-0.2.1.ebuild25 Feb 2015 15:48:52 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild,v 
1.2 2015/02/19 09:05:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild,v 
1.3 2015/02/25 15:48:52 ago Exp $
 
 EAPI=5
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE=FreeArt GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=media-libs/libsdl[sound,joystick,video]



1.12 games-puzzle/amoebax/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Feb 2015 09:05:47 -  1.11
+++ ChangeLog   25 Feb 2015 15:48:52 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/amoebax
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.11 
2015/02/19 09:05:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.12 
2015/02/25 15:48:52 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org amoebax-0.2.1.ebuild:
+  Stable for x86, wrt bug #539718
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org amoebax-0.2.1.ebuild:
   Stable for amd64, wrt bug #539718






[gentoo-commits] gentoo-x86 commit in games-action/swordandsworcery: swordandsworcery-1.02.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:49:09

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

Revision  ChangesPath
1.8  games-action/swordandsworcery/swordandsworcery-1.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild?r1=1.7r2=1.8

Index: swordandsworcery-1.02.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- swordandsworcery-1.02.ebuild19 Feb 2015 10:40:22 -  1.7
+++ swordandsworcery-1.02.ebuild25 Feb 2015 15:49:09 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v
 1.7 2015/02/19 10:40:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/swordandsworcery/swordandsworcery-1.02.ebuild,v
 1.8 2015/02/25 15:49:09 ago Exp $
 
 # TODO: unbundle liblua-5.1 when available for multilib
 
@@ -14,7 +14,7 @@
 
 LICENSE=CAPYBARA-EULA LGPL-3
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 IUSE=bundled-libs
 RESTRICT=bindist fetch splitdebug
 



1.8  games-action/swordandsworcery/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Feb 2015 10:40:22 -  1.7
+++ ChangeLog   25 Feb 2015 15:49:09 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/swordandsworcery
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v 
1.7 2015/02/19 10:40:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/swordandsworcery/ChangeLog,v 
1.8 2015/02/25 15:49:09 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org swordandsworcery-1.02.ebuild:
+  Stable for x86, wrt bug #539720
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org swordandsworcery-1.02.ebuild:
   Stable for amd64, wrt bug #539720






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

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:44:03

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

Revision  ChangesPath
1.4  media-video/smplayer/smplayer-14.9.0-r1.ebuild

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

Index: smplayer-14.9.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smplayer-14.9.0-r1.ebuild   16 Feb 2015 13:41:20 -  1.3
+++ smplayer-14.9.0-r1.ebuild   25 Feb 2015 15:44:03 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0-r1.ebuild,v 1.3 
2015/02/16 13:41:20 nimiux Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-14.9.0-r1.ebuild,v 1.4 
2015/02/25 15:44:03 ago Exp $
 
 EAPI=5
 PLOCALES=ar_SY bg ca cs da de el_GR en_US es et eu fi fr gl he_IL hr hu it ja
@@ -16,7 +16,7 @@
 HOMEPAGE=http://smplayer.sourceforge.net/;
 LICENSE=GPL-2 BSD
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux
+KEYWORDS=~alpha amd64 ~arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux
 IUSE=autoshutdown bidi debug
 
 DEPEND=dev-qt/qtcore:4



1.159media-video/smplayer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   16 Feb 2015 13:41:20 -  1.158
+++ ChangeLog   25 Feb 2015 15:44:03 -  1.159
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/smplayer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.158 
2015/02/16 13:41:20 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.159 
2015/02/25 15:44:03 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org smplayer-14.9.0-r1.ebuild:
+  Stable for x86, wrt bug #538346
 
   16 Feb 2015; Chema Alonso nim...@gentoo.org smplayer-14.9.0-r1.ebuild:
   Stable for amd64 wrt bug #538346






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

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:50:02

  Modified: czmq-2.2.0-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #539750
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

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

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

Index: czmq-2.2.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- czmq-2.2.0-r2.ebuild19 Feb 2015 10:40:12 -  1.4
+++ czmq-2.2.0-r2.ebuild25 Feb 2015 15:50:02 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild,v 1.4 
2015/02/19 10:40:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/czmq-2.2.0-r2.ebuild,v 1.5 
2015/02/25 15:50:02 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=amd64 ~arm hppa ~x86
+KEYWORDS=amd64 ~arm hppa x86
 IUSE=doc static-libs
 
 RDEPEND=



1.21 net-libs/czmq/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   19 Feb 2015 10:40:12 -  1.20
+++ ChangeLog   25 Feb 2015 15:50:02 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/czmq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v 1.20 2015/02/19 
10:40:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v 1.21 2015/02/25 
15:50:02 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org czmq-2.2.0-r2.ebuild:
+  Stable for x86, wrt bug #539750
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org czmq-2.2.0-r2.ebuild:
   Stable for amd64, wrt bug #539750






[gentoo-commits] gentoo-x86 commit in games-emulation/hatari: hatari-1.8.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:53:04

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

Revision  ChangesPath
1.5  games-emulation/hatari/hatari-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild?r1=1.4r2=1.5

Index: hatari-1.8.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hatari-1.8.0.ebuild 21 Feb 2015 12:30:34 -  1.4
+++ hatari-1.8.0.ebuild 25 Feb 2015 15:53:04 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild,v 1.4 
2015/02/21 12:30:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild,v 1.5 
2015/02/25 15:53:04 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 IUSE=
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.53 games-emulation/hatari/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   21 Feb 2015 12:30:34 -  1.52
+++ ChangeLog   25 Feb 2015 15:53:04 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/hatari
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.52 
2015/02/21 12:30:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.53 
2015/02/25 15:53:04 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org hatari-1.8.0.ebuild:
+  Stable for x86, wrt bug #540238
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org hatari-1.8.0.ebuild:
   Stable for ppc, wrt bug #540238






[gentoo-commits] gentoo-x86 commit in games-util/higan-purify: higan-purify-03.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:53:21

  Modified: higan-purify-03.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #540240
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  games-util/higan-purify/higan-purify-03.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild?r1=1.4r2=1.5

Index: higan-purify-03.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- higan-purify-03.ebuild  19 Feb 2015 09:07:28 -  1.4
+++ higan-purify-03.ebuild  25 Feb 2015 15:53:21 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild,v 1.4 
2015/02/19 09:07:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-util/higan-purify/higan-purify-03.ebuild,v 1.5 
2015/02/25 15:53:21 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=qt4
 
 RDEPEND=



1.7  games-util/higan-purify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/higan-purify/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/higan-purify/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Feb 2015 09:07:28 -  1.6
+++ ChangeLog   25 Feb 2015 15:53:21 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/higan-purify
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/higan-purify/ChangeLog,v 1.6 
2015/02/19 09:07:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/higan-purify/ChangeLog,v 1.7 
2015/02/25 15:53:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org higan-purify-03.ebuild:
+  Stable for x86, wrt bug #540240
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org higan-purify-03.ebuild:
   Stable for amd64, wrt bug #540240






[gentoo-commits] gentoo-x86 commit in www-client/qupzilla: qupzilla-1.8.6.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:01:40

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

Revision  ChangesPath
1.3  www-client/qupzilla/qupzilla-1.8.6.ebuild

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

Index: qupzilla-1.8.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.8.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qupzilla-1.8.6.ebuild   24 Feb 2015 09:34:55 -  1.2
+++ qupzilla-1.8.6.ebuild   25 Feb 2015 16:01:40 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.8.6.ebuild,v 
1.2 2015/02/24 09:34:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.8.6.ebuild,v 
1.3 2015/02/25 16:01:40 ago Exp $
 
 EAPI=5
 MY_PN=QupZilla
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm x86
 IUSE=dbus debug gnome-keyring kde nonblockdialogs +qt4 qt5
 REQUIRED_USE=^^ ( qt4 qt5 )
 



1.54 www-client/qupzilla/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   24 Feb 2015 09:34:55 -  1.53
+++ ChangeLog   25 Feb 2015 16:01:40 -  1.54
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/qupzilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.53 
2015/02/24 09:34:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/ChangeLog,v 1.54 
2015/02/25 16:01:40 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org qupzilla-1.8.6.ebuild:
+  Stable for x86, wrt bug #541206
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org qupzilla-1.8.6.ebuild:
   Stable for amd64, wrt bug #541206






[gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.12.18-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:58:24

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

Revision  ChangesPath
1.3  x11-libs/cairo/cairo-1.12.18-r1.ebuild

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

Index: cairo-1.12.18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cairo-1.12.18-r1.ebuild 24 Feb 2015 09:34:14 -  1.2
+++ cairo-1.12.18-r1.ebuild 25 Feb 2015 15:58:24 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 
1.2 2015/02/24 09:34:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 
1.3 2015/02/25 15:58:24 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
SRC_URI=
 else
SRC_URI=http://cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~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 ~m68k ~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
 fi
 
 DESCRIPTION=A vector graphics library with cross-device output support



1.404x11-libs/cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.404view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.404content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.403r2=1.404

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -r1.403 -r1.404
--- ChangeLog   24 Feb 2015 09:34:14 -  1.403
+++ ChangeLog   25 Feb 2015 15:58:24 -  1.404
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.403 2015/02/24 
09:34:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.404 2015/02/25 
15:58:24 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org cairo-1.12.18-r1.ebuild:
+  Stable for x86, wrt bug #540676
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org cairo-1.12.18-r1.ebuild:
   Stable for amd64, wrt bug #540676






[gentoo-commits] gentoo-x86 commit in media-libs/libquvi-scripts: libquvi-scripts-0.9.20131130-r1.ebuild libquvi-scripts-0.4.21-r2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:05:14

  Modified: libquvi-scripts-0.9.20131130-r1.ebuild
libquvi-scripts-0.4.21-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #526016
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  
media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild

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

Index: libquvi-scripts-0.9.20131130-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libquvi-scripts-0.9.20131130-r1.ebuild  12 Feb 2015 10:47:26 -  
1.4
+++ libquvi-scripts-0.9.20131130-r1.ebuild  25 Feb 2015 16:05:14 -  
1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild,v
 1.4 2015/02/12 10:47:26 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r1.ebuild,v
 1.5 2015/02/25 16:05:14 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=AGPL-3
 SLOT=0
-KEYWORDS=amd64 ~arm hppa ~mips ~x86
+KEYWORDS=amd64 ~arm hppa ~mips x86
 IUSE=offensive
 
 RDEPEND==dev-lua/LuaBitOp-1.0.1-r1[${MULTILIB_USEDEP}]



1.5  media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild

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

Index: libquvi-scripts-0.4.21-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libquvi-scripts-0.4.21-r2.ebuild12 Feb 2015 10:47:26 -  1.4
+++ libquvi-scripts-0.4.21-r2.ebuild25 Feb 2015 16:05:14 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild,v
 1.4 2015/02/12 10:47:26 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r2.ebuild,v
 1.5 2015/02/25 16:05:14 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0.4
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86
 IUSE=offensive
 
 DEPEND=app-arch/xz-utils



1.69 media-libs/libquvi-scripts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libquvi-scripts/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   12 Feb 2015 10:47:26 -  1.68
+++ ChangeLog   25 Feb 2015 16:05:14 -  1.69
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libquvi-scripts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.68 
2015/02/12 10:47:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.69 
2015/02/25 16:05:14 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  libquvi-scripts-0.4.21-r2.ebuild, libquvi-scripts-0.9.20131130-r1.ebuild:
+  Stable for x86, wrt bug #526016
 
   12 Feb 2015; Pacho Ramos pa...@gentoo.org libquvi-scripts-0.4.21-r2.ebuild,
   libquvi-scripts-0.9.20131130-r1.ebuild:






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

2015-02-25 Thread Andrey Grozin (grozin)
grozin  15/02/25 16:07:02

  Modified: package.use.mask
  Log:
  Move masking cpu_flags_x86_sse for =dev-lisp/ecls-15.2.21 from base to 
arch/amd64 and arch/x86

Revision  ChangesPath
1.652profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -r1.651 -r1.652
--- package.use.mask23 Feb 2015 22:10:10 -  1.651
+++ package.use.mask25 Feb 2015 16:07:02 -  1.652
@@ -1,14 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.651 
2015/02/23 22:10:10 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.652 
2015/02/25 16:07:02 grozin Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 
-# Andrey Grozin gro...@gentoo.org (23 Feb 2015)
-# Does not compile with this flag
-=dev-lisp/ecls-15.2.21 cpu_flags_x86_sse
-
 # Alexandre Rostovtsev tetrom...@gentoo.org (18 Feb 2015)
 # Experimental backend, plus it requires openvg support in mesa which is
 # now disabled in =mesa-10.4 (bug #536434)






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

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:28:13

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

Revision  ChangesPath
1.5  media-gfx/comix/comix-4.0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/comix/comix-4.0.4-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/comix/comix-4.0.4-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/comix/comix-4.0.4-r1.ebuild?r1=1.4r2=1.5

Index: comix-4.0.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/comix/comix-4.0.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- comix-4.0.4-r1.ebuild   21 Feb 2015 13:57:59 -  1.4
+++ comix-4.0.4-r1.ebuild   25 Feb 2015 15:28:13 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/comix/comix-4.0.4-r1.ebuild,v 1.4 
2015/02/21 13:57:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/comix/comix-4.0.4-r1.ebuild,v 1.5 
2015/02/25 15:28:13 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ppc x86 ~x86-fbsd
 IUSE=rar
 
 DEPEND=${PYTHON_DEPS}



1.64 media-gfx/comix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/comix/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   21 Feb 2015 13:57:59 -  1.63
+++ ChangeLog   25 Feb 2015 15:28:13 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/comix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/comix/ChangeLog,v 1.63 2015/02/21 
13:57:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/comix/ChangeLog,v 1.64 2015/02/25 
15:28:13 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org comix-4.0.4-r1.ebuild:
+  Stable for x86, wrt bug #512860
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org comix-4.0.4-r1.ebuild:
   Stable for ppc, wrt bug #512860






[gentoo-commits] gentoo-x86 commit in app-forensics/lynis: lynis-1.6.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:31:40

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

Revision  ChangesPath
1.3  app-forensics/lynis/lynis-1.6.4.ebuild

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

Index: lynis-1.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.6.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lynis-1.6.4.ebuild  19 Feb 2015 09:04:18 -  1.2
+++ lynis-1.6.4.ebuild  25 Feb 2015 15:31:40 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.6.4.ebuild,v 
1.2 2015/02/19 09:04:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-1.6.4.ebuild,v 
1.3 2015/02/25 15:31:40 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=



1.58 app-forensics/lynis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   19 Feb 2015 09:04:18 -  1.57
+++ ChangeLog   25 Feb 2015 15:31:40 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/lynis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.57 
2015/02/19 09:04:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.58 
2015/02/25 15:31:40 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org lynis-1.6.4.ebuild:
+  Stable for x86, wrt bug #534854
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org lynis-1.6.4.ebuild:
   Stable for amd64, wrt bug #534854






[gentoo-commits] gentoo-x86 commit in dev-haskell/monads-tf: monads-tf-0.1.0.2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:33:22

  Modified: monads-tf-0.1.0.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #534990
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild

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

Index: monads-tf-0.1.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- monads-tf-0.1.0.2.ebuild19 Feb 2015 09:02:51 -  1.4
+++ monads-tf-0.1.0.2.ebuild25 Feb 2015 15:33:22 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild,v 1.4 
2015/02/19 09:02:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.2.ebuild,v 1.5 
2015/02/25 15:33:22 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86
 IUSE=
 
 RDEPEND==dev-haskell/transformers-0.2.0.0:=[profile?] 
dev-haskell/transformers-0.5:=[profile?]



1.7  dev-haskell/monads-tf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Feb 2015 09:02:51 -  1.6
+++ ChangeLog   25 Feb 2015 15:33:22 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/monads-tf
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/ChangeLog,v 1.6 
2015/02/19 09:02:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/ChangeLog,v 1.7 
2015/02/25 15:33:22 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org monads-tf-0.1.0.2.ebuild:
+  Stable for x86, wrt bug #534990
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org monads-tf-0.1.0.2.ebuild:
   Stable for amd64, wrt bug #534990






[gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck-io: quickcheck-io-0.1.1-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:33:56

  Modified: quickcheck-io-0.1.1-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535002
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild

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

Index: quickcheck-io-0.1.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quickcheck-io-0.1.1-r1.ebuild   19 Feb 2015 09:07:59 -  1.2
+++ quickcheck-io-0.1.1-r1.ebuild   25 Feb 2015 15:33:56 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild,v
 1.2 2015/02/19 09:07:59 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild,v
 1.3 2015/02/25 15:33:56 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND==dev-haskell/hunit-1.2.5:=[profile?]



1.7  dev-haskell/quickcheck-io/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Feb 2015 09:07:59 -  1.6
+++ ChangeLog   25 Feb 2015 15:33:56 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/quickcheck-io
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.6 
2015/02/19 09:07:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.7 
2015/02/25 15:33:56 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org 
quickcheck-io-0.1.1-r1.ebuild:
+  Stable for x86, wrt bug #535002
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org 
quickcheck-io-0.1.1-r1.ebuild:
   Stable for amd64, wrt bug #535002






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Structures_DataGrid: PEAR-Structures_DataGrid-0.9.3.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:38:46

  Modified: PEAR-Structures_DataGrid-0.9.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535288
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild

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

Index: PEAR-Structures_DataGrid-0.9.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-Structures_DataGrid-0.9.3.ebuild   24 Feb 2015 09:19:46 -  
1.6
+++ PEAR-Structures_DataGrid-0.9.3.ebuild   25 Feb 2015 15:38:46 -  
1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild,v
 1.6 2015/02/24 09:19:46 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild,v
 1.7 2015/02/25 15:38:46 ago Exp $
 
 EAPI=5
 
@@ -10,5 +10,5 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86
 IUSE=



1.42 dev-php/PEAR-Structures_DataGrid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   24 Feb 2015 09:19:46 -  1.41
+++ ChangeLog   25 Feb 2015 15:38:46 -  1.42
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Structures_DataGrid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog,v 1.41 
2015/02/24 09:19:46 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog,v 1.42 
2015/02/25 15:38:46 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  PEAR-Structures_DataGrid-0.9.3.ebuild:
+  Stable for x86, wrt bug #535288
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-Structures_DataGrid-0.9.3.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-VersionControl_SVN: PEAR-VersionControl_SVN-0.5.2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:39:38

  Modified: PEAR-VersionControl_SVN-0.5.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535294
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild

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

Index: PEAR-VersionControl_SVN-0.5.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-VersionControl_SVN-0.5.2.ebuild24 Feb 2015 09:04:03 -  
1.6
+++ PEAR-VersionControl_SVN-0.5.2.ebuild25 Feb 2015 15:39:38 -  
1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild,v
 1.6 2015/02/24 09:04:03 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild,v
 1.7 2015/02/25 15:39:38 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION=Simple OO wrapper interface for the Subversion command-line 
client
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86
 IUSE=
 RDEPEND=
 



1.49 dev-php/PEAR-VersionControl_SVN/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   24 Feb 2015 09:04:03 -  1.48
+++ ChangeLog   25 Feb 2015 15:39:38 -  1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-VersionControl_SVN
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 
1.48 2015/02/24 09:04:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-VersionControl_SVN/ChangeLog,v 
1.49 2015/02/25 15:39:38 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  PEAR-VersionControl_SVN-0.5.2.ebuild:
+  Stable for x86, wrt bug #535294
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-VersionControl_SVN-0.5.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Text_CAPTCHA: PEAR-Text_CAPTCHA-0.5.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:39:21

  Modified: PEAR-Text_CAPTCHA-0.5.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535292
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild

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

Index: PEAR-Text_CAPTCHA-0.5.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PEAR-Text_CAPTCHA-0.5.0.ebuild  14 Feb 2015 13:51:33 -  1.3
+++ PEAR-Text_CAPTCHA-0.5.0.ebuild  25 Feb 2015 15:39:21 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild,v
 1.3 2015/02/14 13:51:33 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/PEAR-Text_CAPTCHA-0.5.0.ebuild,v
 1.4 2015/02/25 15:39:21 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 LICENSE=BSD
 SLOT=0
 
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=minimal
 
 RDEPEND==dev-php/PEAR-Text_Password-1.1.1



1.13 dev-php/PEAR-Text_CAPTCHA/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   14 Feb 2015 13:51:33 -  1.12
+++ ChangeLog   25 Feb 2015 15:39:21 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-Text_CAPTCHA
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.12 
2015/02/14 13:51:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.13 
2015/02/25 15:39:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org 
PEAR-Text_CAPTCHA-0.5.0.ebuild:
+  Stable for x86, wrt bug #535292
 
   14 Feb 2015; Agostino Sarubbo a...@gentoo.org 
PEAR-Text_CAPTCHA-0.5.0.ebuild:
   Stable for amd64, wrt bug #535292






[gentoo-commits] gentoo-x86 commit in sys-auth/bioapi: bioapi-1.2.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:42:17

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

Revision  ChangesPath
1.3  sys-auth/bioapi/bioapi-1.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild?r1=1.2r2=1.3

Index: bioapi-1.2.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bioapi-1.2.4.ebuild 19 Feb 2015 09:03:07 -  1.2
+++ bioapi-1.2.4.ebuild 25 Feb 2015 15:42:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild,v 1.2 
2015/02/19 09:03:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/bioapi-1.2.4.ebuild,v 1.3 
2015/02/25 15:42:17 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=bioapi
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=static-libs
 
 S=${WORKDIR}/bioapi-linux



1.18 sys-auth/bioapi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   19 Feb 2015 09:03:07 -  1.17
+++ ChangeLog   25 Feb 2015 15:42:17 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/bioapi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.17 2015/02/19 
09:03:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/bioapi/ChangeLog,v 1.18 2015/02/25 
15:42:17 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org bioapi-1.2.4.ebuild:
+  Stable for x86, wrt bug #535660
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org bioapi-1.2.4.ebuild:
   Stable for amd64, wrt bug #535660






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmcoincoin: wmcoincoin-2.6.2_p20140602.ebuild wmcoincoin-2.5.1f.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:47:42

  Modified: wmcoincoin-2.6.2_p20140602.ebuild
wmcoincoin-2.5.1f.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #539678
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild?r1=1.3r2=1.4

Index: wmcoincoin-2.6.2_p20140602.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmcoincoin-2.6.2_p20140602.ebuild   21 Feb 2015 12:29:08 -  1.3
+++ wmcoincoin-2.6.2_p20140602.ebuild   25 Feb 2015 15:47:42 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild,v
 1.3 2015/02/21 12:29:08 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.6.2_p20140602.ebuild,v
 1.4 2015/02/25 15:47:42 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 IUSE=nls xinerama
 
 RDEPEND=x11-libs/gtk+:2



1.9  x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild?r1=1.8r2=1.9

Index: wmcoincoin-2.5.1f.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmcoincoin-2.5.1f.ebuild10 Aug 2014 20:05:40 -  1.8
+++ wmcoincoin-2.5.1f.ebuild25 Feb 2015 15:47:42 -  1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.8 
2014/08/10 20:05:40 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.1f.ebuild,v 1.9 
2015/02/25 15:47:42 ago Exp $
 
 EAPI=5
 



1.32 x11-plugins/wmcoincoin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   21 Feb 2015 12:29:08 -  1.31
+++ ChangeLog   25 Feb 2015 15:47:42 -  1.32
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmcoincoin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.31 
2015/02/21 12:29:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.32 
2015/02/25 15:47:42 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org wmcoincoin-2.5.1f.ebuild,
+  wmcoincoin-2.6.2_p20140602.ebuild:
+  Stable for x86, wrt bug #539678
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org
   wmcoincoin-2.6.2_p20140602.ebuild:






[gentoo-commits] gentoo-x86 commit in games-action/intrusion2: intrusion2-1.024.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:48:00

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

Revision  ChangesPath
1.5  games-action/intrusion2/intrusion2-1.024.ebuild

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

Index: intrusion2-1.024.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/intrusion2/intrusion2-1.024.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- intrusion2-1.024.ebuild 19 Feb 2015 09:05:13 -  1.4
+++ intrusion2-1.024.ebuild 25 Feb 2015 15:48:00 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/intrusion2/intrusion2-1.024.ebuild,v 1.4 
2015/02/19 09:05:13 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/intrusion2/intrusion2-1.024.ebuild,v 1.5 
2015/02/25 15:48:00 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=all-rights-reserved
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 IUSE=
 RESTRICT=bindist fetch
 



1.6  games-action/intrusion2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/intrusion2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   19 Feb 2015 09:05:13 -  1.5
+++ ChangeLog   25 Feb 2015 15:48:00 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/intrusion2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/intrusion2/ChangeLog,v 1.5 
2015/02/19 09:05:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/intrusion2/ChangeLog,v 1.6 
2015/02/25 15:48:00 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org intrusion2-1.024.ebuild:
+  Stable for x86, wrt bug #539708
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org intrusion2-1.024.ebuild:
   Stable for amd64, wrt bug #539708






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-HTTP: PEAR-HTTP-1.4.1-r2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:36:30

  Modified: PEAR-HTTP-1.4.1-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535272
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild

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

Index: PEAR-HTTP-1.4.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-HTTP-1.4.1-r2.ebuild   24 Feb 2015 09:12:23 -  1.6
+++ PEAR-HTTP-1.4.1-r2.ebuild   25 Feb 2015 15:36:30 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild,v 1.6 
2015/02/24 09:12:23 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r2.ebuild,v 1.7 
2015/02/25 15:36:30 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION=Miscellaneous HTTP utilities
 LICENSE=BSD
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86
 IUSE=
 
 src_prepare() {



1.52 dev-php/PEAR-HTTP/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   24 Feb 2015 09:12:23 -  1.51
+++ ChangeLog   25 Feb 2015 15:36:30 -  1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-HTTP
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/ChangeLog,v 1.51 
2015/02/24 09:12:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP/ChangeLog,v 1.52 
2015/02/25 15:36:30 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-HTTP-1.4.1-r2.ebuild:
+  Stable for x86, wrt bug #535272
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-HTTP-1.4.1-r2.ebuild:
   Stable for alpha, wrt bug #535272






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

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:47:21

  Modified: rxvt-unicode-9.21.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #539650
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild

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

Index: rxvt-unicode-9.21.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rxvt-unicode-9.21.ebuild24 Feb 2015 08:43:58 -  1.7
+++ rxvt-unicode-9.21.ebuild25 Feb 2015 15:47:21 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild,v 1.7 
2015/02/24 08:43:58 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.21.ebuild,v 1.8 
2015/02/25 15:47:21 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
 IUSE=
256-color alt-font-width blink buffer-on-clear +focused-urgency
fading-colors +font-styles iso14755 +mousewheel +perl pixbuf 
secondary-wheel



1.274x11-terms/rxvt-unicode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   24 Feb 2015 08:43:58 -  1.273
+++ ChangeLog   25 Feb 2015 15:47:21 -  1.274
@@ -1,6 +1,9 @@
 # ChangeLog for x11-terms/rxvt-unicode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.273 
2015/02/24 08:43:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.274 
2015/02/25 15:47:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org rxvt-unicode-9.21.ebuild:
+  Stable for x86, wrt bug #539650
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org rxvt-unicode-9.21.ebuild:
   Stable for alpha, wrt bug #539650






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-HTTP_Header: PEAR-HTTP_Header-1.2.1-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:36:47

  Modified: PEAR-HTTP_Header-1.2.1-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535274
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild

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

Index: PEAR-HTTP_Header-1.2.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PEAR-HTTP_Header-1.2.1-r1.ebuild14 Feb 2015 13:50:48 -  1.3
+++ PEAR-HTTP_Header-1.2.1-r1.ebuild25 Feb 2015 15:36:47 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild,v
 1.3 2015/02/14 13:50:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild,v
 1.4 2015/02/25 15:36:47 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION=Provides interface to handle and modify HTTP headers and status 
codes
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 RDEPEND=dev-php/PEAR-HTTP
 



1.10 dev-php/PEAR-HTTP_Header/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   14 Feb 2015 13:50:48 -  1.9
+++ ChangeLog   25 Feb 2015 15:36:47 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-HTTP_Header
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/ChangeLog,v 1.9 
2015/02/14 13:50:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Header/ChangeLog,v 1.10 
2015/02/25 15:36:47 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  PEAR-HTTP_Header-1.2.1-r1.ebuild:
+  Stable for x86, wrt bug #535274
 
   14 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-HTTP_Header-1.2.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in games-action/trine2: trine2-1.16.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:48:35

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

Revision  ChangesPath
1.10 games-action/trine2/trine2-1.16.ebuild

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

Index: trine2-1.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- trine2-1.16.ebuild  19 Feb 2015 09:05:42 -  1.9
+++ trine2-1.16.ebuild  25 Feb 2015 15:48:35 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 
1.9 2015/02/19 09:05:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/trine2-1.16.ebuild,v 
1.10 2015/02/25 15:48:35 ago Exp $
 
 EAPI=5
 inherit eutils unpacker gnome2-utils games
@@ -12,7 +12,7 @@
 
 LICENSE=all-rights-reserved
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 IUSE=bundled-libs +launcher
 RESTRICT=fetch bindist splitdebug
 



1.10 games-action/trine2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   19 Feb 2015 09:05:42 -  1.9
+++ ChangeLog   25 Feb 2015 15:48:35 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/trine2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.9 
2015/02/19 09:05:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/trine2/ChangeLog,v 1.10 
2015/02/25 15:48:35 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org trine2-1.16.ebuild:
+  Stable for x86, wrt bug #539716
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org trine2-1.16.ebuild:
   Stable for amd64, wrt bug #539716






[gentoo-commits] gentoo-x86 commit in app-office/kmymoney: kmymoney-4.7.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:59:35

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

Revision  ChangesPath
1.3  app-office/kmymoney/kmymoney-4.7.1.ebuild

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

Index: kmymoney-4.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmymoney-4.7.1.ebuild   24 Feb 2015 09:35:06 -  1.2
+++ kmymoney-4.7.1.ebuild   25 Feb 2015 15:59:35 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 
1.2 2015/02/24 09:35:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 
1.3 2015/02/25 15:59:35 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=GPL-2
 SLOT=4
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=debug calendar doc hbci ofx quotes
 
 COMMON_DEPEND=



1.56 app-office/kmymoney/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   24 Feb 2015 09:35:06 -  1.55
+++ ChangeLog   25 Feb 2015 15:59:35 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/kmymoney
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.55 
2015/02/24 09:35:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.56 
2015/02/25 15:59:35 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org kmymoney-4.7.1.ebuild:
+  Stable for x86, wrt bug #540900
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org kmymoney-4.7.1.ebuild:
   Stable for amd64, wrt bug #540900






[gentoo-commits] gentoo-x86 commit in games-arcade/jardinains: jardinains-2.0-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:57:14

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

Revision  ChangesPath
1.5  games-arcade/jardinains/jardinains-2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild?r1=1.4r2=1.5

Index: jardinains-2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jardinains-2.0-r1.ebuild19 Feb 2015 10:41:07 -  1.4
+++ jardinains-2.0-r1.ebuild25 Feb 2015 15:57:14 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild,v 1.4 
2015/02/19 10:41:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/jardinains/jardinains-2.0-r1.ebuild,v 1.5 
2015/02/25 15:57:14 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE=jardinains
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 IUSE=
 RESTRICT=strip
 QA_EXECSTACK=${GAMES_PREFIX_OPT:1}/jardinains/jardinains



1.12 games-arcade/jardinains/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/jardinains/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Feb 2015 10:41:07 -  1.11
+++ ChangeLog   25 Feb 2015 15:57:14 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/jardinains
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/jardinains/ChangeLog,v 1.11 
2015/02/19 10:41:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/jardinains/ChangeLog,v 1.12 
2015/02/25 15:57:14 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org jardinains-2.0-r1.ebuild:
+  Stable for x86, wrt bug #540608
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org jardinains-2.0-r1.ebuild:
   Stable for amd64, wrt bug #540608






[gentoo-commits] gentoo-x86 commit in dev-haskell/failure: failure-0.2.0.3.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:31:57

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

Revision  ChangesPath
1.3  dev-haskell/failure/failure-0.2.0.3.ebuild

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

Index: failure-0.2.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/failure/failure-0.2.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- failure-0.2.0.3.ebuild  19 Feb 2015 09:04:53 -  1.2
+++ failure-0.2.0.3.ebuild  25 Feb 2015 15:31:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/failure/failure-0.2.0.3.ebuild,v 1.2 
2015/02/19 09:04:53 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/failure/failure-0.2.0.3.ebuild,v 1.3 
2015/02/25 15:31:57 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND==dev-haskell/transformers-0.2:=[profile?]



1.8  dev-haskell/failure/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/failure/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Feb 2015 09:04:53 -  1.7
+++ ChangeLog   25 Feb 2015 15:31:57 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/failure
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/failure/ChangeLog,v 1.7 
2015/02/19 09:04:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/failure/ChangeLog,v 1.8 
2015/02/25 15:31:57 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org failure-0.2.0.3.ebuild:
+  Stable for x86, wrt bug #534966
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org failure-0.2.0.3.ebuild:
   Stable for amd64, wrt bug #534966






[gentoo-commits] gentoo-x86 commit in dev-haskell/gnuidn: gnuidn-0.2.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:32:48

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

Revision  ChangesPath
1.3  dev-haskell/gnuidn/gnuidn-0.2.1.ebuild

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

Index: gnuidn-0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/gnuidn-0.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnuidn-0.2.1.ebuild 19 Feb 2015 09:05:23 -  1.2
+++ gnuidn-0.2.1.ebuild 25 Feb 2015 15:32:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/gnuidn-0.2.1.ebuild,v 
1.2 2015/02/19 09:05:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/gnuidn-0.2.1.ebuild,v 
1.3 2015/02/25 15:32:48 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-3
 SLOT=0/${PV}
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND=dev-haskell/text:=[profile?]



1.5  dev-haskell/gnuidn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Feb 2015 09:05:23 -  1.4
+++ ChangeLog   25 Feb 2015 15:32:48 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/gnuidn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/ChangeLog,v 1.4 
2015/02/19 09:05:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnuidn/ChangeLog,v 1.5 
2015/02/25 15:32:48 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org gnuidn-0.2.1.ebuild:
+  Stable for x86, wrt bug #534976
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org gnuidn-0.2.1.ebuild:
   Stable for amd64, wrt bug #534976






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_IMAP: PEAR-Net_IMAP-1.1.3.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:37:38

  Modified: PEAR-Net_IMAP-1.1.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535280
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild

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

Index: PEAR-Net_IMAP-1.1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-Net_IMAP-1.1.3.ebuild  24 Feb 2015 09:15:16 -  1.6
+++ PEAR-Net_IMAP-1.1.3.ebuild  25 Feb 2015 15:37:38 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild,v 1.6 
2015/02/24 09:15:16 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.3.ebuild,v 1.7 
2015/02/25 15:37:38 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=PHP-3.01
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86
 IUSE=sasl
 RDEPEND==dev-php/PEAR-Net_Socket-1.0.8
sasl? ( =dev-php/PEAR-Auth_SASL-1.0.2 )



1.46 dev-php/PEAR-Net_IMAP/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   24 Feb 2015 09:15:16 -  1.45
+++ ChangeLog   25 Feb 2015 15:37:38 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-Net_IMAP
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.45 
2015/02/24 09:15:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.46 
2015/02/25 15:37:38 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-Net_IMAP-1.1.3.ebuild:
+  Stable for x86, wrt bug #535280
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-Net_IMAP-1.1.3.ebuild:
   Stable for alpha, wrt bug #535280






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_Sieve: PEAR-Net_Sieve-1.3.3.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:37:55

  Modified: PEAR-Net_Sieve-1.3.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535282
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild

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

Index: PEAR-Net_Sieve-1.3.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-Net_Sieve-1.3.3.ebuild 24 Feb 2015 09:16:28 -  1.6
+++ PEAR-Net_Sieve-1.3.3.ebuild 25 Feb 2015 15:37:55 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild,v 
1.6 2015/02/24 09:16:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.3.3.ebuild,v 
1.7 2015/02/25 15:37:55 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD BSD-2
 SLOT=0
-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=sasl
 
 RDEPEND==dev-php/PEAR-Net_Socket-1.0.6-r1



1.81 dev-php/PEAR-Net_Sieve/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog?rev=1.81view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog?rev=1.81content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog?r1=1.80r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   24 Feb 2015 09:16:28 -  1.80
+++ ChangeLog   25 Feb 2015 15:37:55 -  1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-Net_Sieve
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.80 
2015/02/24 09:16:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.81 
2015/02/25 15:37:55 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-Net_Sieve-1.3.3.ebuild:
+  Stable for x86, wrt bug #535282
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-Net_Sieve-1.3.3.ebuild:
   Stable for alpha, wrt bug #535282






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Image_GraphViz: PEAR-Image_GraphViz-1.3.0-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:37:21

  Modified: PEAR-Image_GraphViz-1.3.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535278
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
dev-php/PEAR-Image_GraphViz/PEAR-Image_GraphViz-1.3.0-r1.ebuild

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

Index: PEAR-Image_GraphViz-1.3.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/PEAR-Image_GraphViz-1.3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PEAR-Image_GraphViz-1.3.0-r1.ebuild 14 Feb 2015 13:50:58 -  1.3
+++ PEAR-Image_GraphViz-1.3.0-r1.ebuild 25 Feb 2015 15:37:21 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/PEAR-Image_GraphViz-1.3.0-r1.ebuild,v
 1.3 2015/02/14 13:50:58 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/PEAR-Image_GraphViz-1.3.0-r1.ebuild,v
 1.4 2015/02/25 15:37:21 ago Exp $
 
 EAPI=5
 
@@ -9,5 +9,5 @@
 DESCRIPTION=PHP interface to ATT's GraphViz tools
 LICENSE=PHP-3
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ~sparc ~x86
+KEYWORDS=~alpha amd64 hppa ~ia64 ~sparc x86
 IUSE=



1.16 dev-php/PEAR-Image_GraphViz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog?r1=1.15r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   14 Feb 2015 13:50:58 -  1.15
+++ ChangeLog   25 Feb 2015 15:37:21 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Image_GraphViz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog,v 
1.15 2015/02/14 13:50:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog,v 
1.16 2015/02/25 15:37:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  PEAR-Image_GraphViz-1.3.0-r1.ebuild:
+  Stable for x86, wrt bug #535278
 
   14 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-Image_GraphViz-1.3.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/libtimidity: libtimidity-0.1.0-r2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:29:50

  Modified: libtimidity-0.1.0-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #526020
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild

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

Index: libtimidity-0.1.0-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libtimidity-0.1.0-r2.ebuild 23 Feb 2015 11:09:18 -  1.6
+++ libtimidity-0.1.0-r2.ebuild 25 Feb 2015 15:29:50 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild,v 
1.6 2015/02/23 11:09:18 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libtimidity/libtimidity-0.1.0-r2.ebuild,v 
1.7 2015/02/25 15:29:50 ago Exp $
 
 EAPI=5
 inherit autotools eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=amd64 hppa ppc ppc64 ~sparc ~x86
+KEYWORDS=amd64 hppa ppc ppc64 ~sparc x86
 IUSE=ao debug
 
 RDEPEND=ao? ( =media-libs/libao-1.1.0-r2[${MULTILIB_USEDEP}] )



1.27 media-libs/libtimidity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtimidity/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   23 Feb 2015 11:09:18 -  1.26
+++ ChangeLog   25 Feb 2015 15:29:50 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libtimidity
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtimidity/ChangeLog,v 1.26 
2015/02/23 11:09:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtimidity/ChangeLog,v 1.27 
2015/02/25 15:29:50 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org libtimidity-0.1.0-r2.ebuild:
+  Stable for x86, wrt bug #526020
 
   23 Feb 2015; Agostino Sarubbo a...@gentoo.org libtimidity-0.1.0-r2.ebuild:
   Stable for ppc64, wrt bug #526020






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-HTTP_Request2: PEAR-HTTP_Request2-2.2.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:37:04

  Modified: PEAR-HTTP_Request2-2.2.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535276
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild

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

Index: PEAR-HTTP_Request2-2.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-HTTP_Request2-2.2.1.ebuild 24 Feb 2015 09:13:48 -  1.4
+++ PEAR-HTTP_Request2-2.2.1.ebuild 25 Feb 2015 15:37:04 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild,v
 1.4 2015/02/24 09:13:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.2.1.ebuild,v
 1.5 2015/02/25 15:37:04 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD
 SLOT=0
-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=+curl +fileinfo +ssl +zlib
 
 RDEPEND=dev-lang/php[curl?,fileinfo?,ssl?,zlib?]



1.17 dev-php/PEAR-HTTP_Request2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   24 Feb 2015 09:13:48 -  1.16
+++ ChangeLog   25 Feb 2015 15:37:04 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-HTTP_Request2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.16 
2015/02/24 09:13:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.17 
2015/02/25 15:37:04 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  PEAR-HTTP_Request2-2.2.1.ebuild:
+  Stable for x86, wrt bug #535276
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-HTTP_Request2-2.2.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-php/xdebug: xdebug-2.2.6.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:44:43

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

Revision  ChangesPath
1.6  dev-php/xdebug/xdebug-2.2.6.ebuild

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

Index: xdebug-2.2.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug-2.2.6.ebuild 23 Feb 2015 11:17:16 -  1.5
+++ xdebug-2.2.6.ebuild 25 Feb 2015 15:44:43 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.5 
2015/02/23 11:17:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.6.ebuild,v 1.6 
2015/02/25 15:44:43 ago Exp $
 
 EAPI=5
 PHP_EXT_NAME=xdebug
@@ -16,7 +16,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS=amd64 ~hppa ppc ppc64 ~x86
+KEYWORDS=amd64 ~hppa ppc ppc64 x86
 
 DESCRIPTION=A PHP debugging and profiling extension
 HOMEPAGE=http://www.xdebug.org/;



1.74 dev-php/xdebug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   25 Feb 2015 01:58:33 -  1.73
+++ ChangeLog   25 Feb 2015 15:44:43 -  1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.73 2015/02/25 
01:58:33 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.74 2015/02/25 
15:44:43 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org xdebug-2.2.6.ebuild:
+  Stable for x86, wrt bug #538554
 
 *xdebug-2.3.1 (25 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in app-crypt/pinentry: pinentry-0.9.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:51:48

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

Revision  ChangesPath
1.7  app-crypt/pinentry/pinentry-0.9.0.ebuild

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

Index: pinentry-0.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pinentry-0.9.0.ebuild   24 Feb 2015 08:45:53 -  1.6
+++ pinentry-0.9.0.ebuild   25 Feb 2015 15:51:48 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.0.ebuild,v 
1.6 2015/02/24 08:45:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.0.ebuild,v 
1.7 2015/02/25 15:51:48 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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=gtk ncurses qt4 caps static
 
 RDEPEND=



1.160app-crypt/pinentry/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog   24 Feb 2015 08:45:53 -  1.159
+++ ChangeLog   25 Feb 2015 15:51:48 -  1.160
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/pinentry
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.159 
2015/02/24 08:45:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.160 
2015/02/25 15:51:48 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org pinentry-0.9.0.ebuild:
+  Stable for x86, wrt bug #540002
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org pinentry-0.9.0.ebuild:
   Stable for alpha, wrt bug #540002






[gentoo-commits] gentoo-x86 commit in net-mail/swaks: swaks-20130209.0-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:50:39

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

Revision  ChangesPath
1.4  net-mail/swaks/swaks-20130209.0-r1.ebuild

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

Index: swaks-20130209.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- swaks-20130209.0-r1.ebuild  19 Feb 2015 09:06:42 -  1.3
+++ swaks-20130209.0-r1.ebuild  25 Feb 2015 15:50:39 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0-r1.ebuild,v 
1.3 2015/02/19 09:06:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/swaks-20130209.0-r1.ebuild,v 
1.4 2015/02/25 15:50:39 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -10,7 +10,7 @@
 SRC_URI=http://www.jetmore.org/john/code/swaks/${P}.tar.gz;
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 
 IUSE=ssl
 



1.29 net-mail/swaks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   19 Feb 2015 09:06:42 -  1.28
+++ ChangeLog   25 Feb 2015 15:50:39 -  1.29
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/swaks
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.28 2015/02/19 
09:06:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/swaks/ChangeLog,v 1.29 2015/02/25 
15:50:39 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org swaks-20130209.0-r1.ebuild:
+  Stable for x86, wrt bug #539862
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org swaks-20130209.0-r1.ebuild:
   Stable for amd64, wrt bug #539862






[gentoo-commits] gentoo-x86 commit in games-emulation/generator: generator-0.35_p4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:51:14

  Modified: generator-0.35_p4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #539932
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  games-emulation/generator/generator-0.35_p4.ebuild

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

Index: generator-0.35_p4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35_p4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- generator-0.35_p4.ebuild21 Feb 2015 12:29:28 -  1.3
+++ generator-0.35_p4.ebuild25 Feb 2015 15:51:14 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35_p4.ebuild,v 
1.3 2015/02/21 12:29:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/generator/generator-0.35_p4.ebuild,v 
1.4 2015/02/25 15:51:14 ago Exp $
 
 EAPI=5
 inherit autotools eutils toolchain-funcs games
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 IUSE=+sdlaudio
 
 DEPEND=virtual/jpeg



1.31 games-emulation/generator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   21 Feb 2015 12:29:28 -  1.30
+++ ChangeLog   25 Feb 2015 15:51:14 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/generator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.30 
2015/02/21 12:29:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.31 
2015/02/25 15:51:14 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org generator-0.35_p4.ebuild:
+  Stable for x86, wrt bug #539932
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org generator-0.35_p4.ebuild:
   Stable for ppc, wrt bug #539932






[gentoo-commits] gentoo-x86 commit in games-action/atanks: atanks-6.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:51:31

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

Revision  ChangesPath
1.4  games-action/atanks/atanks-6.1.ebuild

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

Index: atanks-6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atanks-6.1.ebuild   21 Feb 2015 12:29:50 -  1.3
+++ atanks-6.1.ebuild   25 Feb 2015 15:51:31 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-6.1.ebuild,v 1.3 
2015/02/21 12:29:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-6.1.ebuild,v 1.4 
2015/02/25 15:51:31 ago Exp $
 
 EAPI=5
 inherit eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 IUSE=
 
 DEPEND=media-libs/allegro:0[X]



1.91 games-action/atanks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   21 Feb 2015 12:29:50 -  1.90
+++ ChangeLog   25 Feb 2015 15:51:31 -  1.91
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/atanks
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.90 
2015/02/21 12:29:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.91 
2015/02/25 15:51:31 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org atanks-6.1.ebuild:
+  Stable for x86, wrt bug #539936
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org atanks-6.1.ebuild:
   Stable for ppc, wrt bug #539936






[gentoo-commits] gentoo-x86 commit in media-radio/flrig: flrig-1.3.19.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:00:48

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

Revision  ChangesPath
1.3  media-radio/flrig/flrig-1.3.19.ebuild

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

Index: flrig-1.3.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flrig-1.3.19.ebuild 24 Feb 2015 09:34:30 -  1.2
+++ flrig-1.3.19.ebuild 25 Feb 2015 16:00:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.19.ebuild,v 1.2 
2015/02/24 09:34:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/flrig-1.3.19.ebuild,v 1.3 
2015/02/25 16:00:48 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=nls
 
 RDEPEND=x11-libs/libX11



1.40 media-radio/flrig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/flrig/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   24 Feb 2015 09:34:30 -  1.39
+++ ChangeLog   25 Feb 2015 16:00:48 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/flrig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/ChangeLog,v 1.39 
2015/02/24 09:34:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/flrig/ChangeLog,v 1.40 
2015/02/25 16:00:48 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org flrig-1.3.19.ebuild:
+  Stable for x86, wrt bug #541002
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org flrig-1.3.19.ebuild:
   Stable for amd64, wrt bug #541002






[gentoo-commits] gentoo-x86 commit in media-radio/qsstv: qsstv-8.2.9.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:01:05

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

Revision  ChangesPath
1.3  media-radio/qsstv/qsstv-8.2.9.ebuild

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

Index: qsstv-8.2.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.2.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qsstv-8.2.9.ebuild  24 Feb 2015 09:34:35 -  1.2
+++ qsstv-8.2.9.ebuild  25 Feb 2015 16:01:05 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.2.9.ebuild,v 1.2 
2015/02/24 09:34:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.2.9.ebuild,v 1.3 
2015/02/25 16:01:05 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=dev-qt/qtcore:4[qt3support]



1.28 media-radio/qsstv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   24 Feb 2015 09:34:35 -  1.27
+++ ChangeLog   25 Feb 2015 16:01:05 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for media-radio/qsstv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v 1.27 
2015/02/24 09:34:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v 1.28 
2015/02/25 16:01:05 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org qsstv-8.2.9.ebuild:
+  Stable for x86, wrt bug #541004
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org qsstv-8.2.9.ebuild:
   Stable for amd64, wrt bug #541004






[gentoo-commits] gentoo-x86 commit in games-arcade/gish-demo: gish-demo-1.6.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:57:31

  Modified: gish-demo-1.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #540610
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  games-arcade/gish-demo/gish-demo-1.6.ebuild

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

Index: gish-demo-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gish-demo-1.6.ebuild19 Feb 2015 10:39:56 -  1.2
+++ gish-demo-1.6.ebuild25 Feb 2015 15:57:31 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild,v 1.2 
2015/02/19 10:39:56 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.6.ebuild,v 1.3 
2015/02/25 15:57:31 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE=all-rights-reserved
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 IUSE=
 RESTRICT=mirror bindist strip
 QA_PREBUILT=${GAMES_PREFIX_OPT:1}/${PN}/gish



1.17 games-arcade/gish-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/gish-demo/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   19 Feb 2015 10:39:56 -  1.16
+++ ChangeLog   25 Feb 2015 15:57:31 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/gish-demo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.16 
2015/02/19 10:39:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/ChangeLog,v 1.17 
2015/02/25 15:57:31 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org gish-demo-1.6.ebuild:
+  Stable for x86, wrt bug #540610
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org gish-demo-1.6.ebuild:
   Stable for amd64, wrt bug #540610






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Image_GraphViz: ChangeLog PEAR-Image_GraphViz-1.3.0_rc3.ebuild PEAR-Image_GraphViz-1.3.0_rc2.ebuild

2015-02-25 Thread Brian Evans (grknight)
grknight15/02/25 16:22:51

  Modified: ChangeLog
  Removed:  PEAR-Image_GraphViz-1.3.0_rc3.ebuild
PEAR-Image_GraphViz-1.3.0_rc2.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.17 dev-php/PEAR-Image_GraphViz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   25 Feb 2015 15:37:21 -  1.16
+++ ChangeLog   25 Feb 2015 16:22:51 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Image_GraphViz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog,v 
1.16 2015/02/25 15:37:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Image_GraphViz/ChangeLog,v 
1.17 2015/02/25 16:22:51 grknight Exp $
+
+  25 Feb 2015; Brian Evans grkni...@gentoo.org
+  -PEAR-Image_GraphViz-1.3.0_rc2.ebuild, -PEAR-Image_GraphViz-1.3.0_rc3.ebuild:
+  Drop old
 
   25 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-Image_GraphViz-1.3.0-r1.ebuild:






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

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:35:56

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

Revision  ChangesPath
1.4  dev-ml/pomap/pomap-3.0.5.ebuild

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

Index: pomap-3.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-3.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pomap-3.0.5.ebuild  21 Feb 2015 12:08:39 -  1.3
+++ pomap-3.0.5.ebuild  25 Feb 2015 15:35:56 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-3.0.5.ebuild,v 1.3 
2015/02/21 12:08:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-3.0.5.ebuild,v 1.4 
2015/02/25 15:35:56 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 DEPEND=|| ( dev-ml/camlp4:= dev-lang/ocaml-4.02.0 )
 RDEPEND=${DEPEND}
 SLOT=0/${PV}
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 IUSE=examples
 
 DOCS=( AUTHORS.txt CHANGES.txt README.md )



1.42 dev-ml/pomap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   21 Feb 2015 12:08:39 -  1.41
+++ ChangeLog   25 Feb 2015 15:35:56 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/pomap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.41 2015/02/21 
12:08:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.42 2015/02/25 
15:35:56 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org pomap-3.0.5.ebuild:
+  Stable for x86, wrt bug #535134
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org pomap-3.0.5.ebuild:
   Stable for ppc, wrt bug #535134






[gentoo-commits] gentoo-x86 commit in dev-ml/ocamlnet: ocamlnet-3.7.7.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:35:21

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

Revision  ChangesPath
1.5  dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild

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

Index: ocamlnet-3.7.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ocamlnet-3.7.7.ebuild   21 Feb 2015 12:08:01 -  1.4
+++ ocamlnet-3.7.7.ebuild   25 Feb 2015 15:35:21 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild,v 1.4 
2015/02/21 12:08:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild,v 1.5 
2015/02/25 15:35:21 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=ZLIB GPL-2+
 SLOT=0/${PV}
-KEYWORDS=amd64 ppc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ppc x86 ~x86-fbsd
 IUSE=cryptokit gtk ssl tk httpd +ocamlopt +pcre zip
 RESTRICT=installsources
 



1.88 dev-ml/ocamlnet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   21 Feb 2015 12:08:01 -  1.87
+++ ChangeLog   25 Feb 2015 15:35:21 -  1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ocamlnet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.87 2015/02/21 
12:08:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.88 2015/02/25 
15:35:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org ocamlnet-3.7.7.ebuild:
+  Stable for x86, wrt bug #535130
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org ocamlnet-3.7.7.ebuild:
   Stable for ppc, wrt bug #535130






[gentoo-commits] gentoo-x86 commit in dev-ml/cryptokit: cryptokit-1.10.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:35:04

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

Revision  ChangesPath
1.4  dev-ml/cryptokit/cryptokit-1.10.ebuild

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

Index: cryptokit-1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cryptokit-1.10.ebuild   21 Feb 2015 12:07:42 -  1.3
+++ cryptokit-1.10.ebuild   25 Feb 2015 15:35:04 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v 
1.3 2015/02/21 12:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.10.ebuild,v 
1.4 2015/02/25 15:35:04 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=http://forge.ocamlcore.org/frs/download.php/1493/${P}.tar.gz;
 LICENSE=LGPL-2
 SLOT=0/${PV}
-KEYWORDS=amd64 ppc ~x86 ~x86-fbsd
+KEYWORDS=amd64 ppc x86 ~x86-fbsd
 IUSE=zlib
 
 DEPEND=zlib? ( =sys-libs/zlib-1.1 )



1.30 dev-ml/cryptokit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   21 Feb 2015 12:07:42 -  1.29
+++ ChangeLog   25 Feb 2015 15:35:04 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/cryptokit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.29 
2015/02/21 12:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/ChangeLog,v 1.30 
2015/02/25 15:35:04 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org cryptokit-1.10.ebuild:
+  Stable for x86, wrt bug #535128
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org cryptokit-1.10.ebuild:
   Stable for ppc, wrt bug #535128






[gentoo-commits] gentoo-x86 commit in dev-ml/ocurl: ocurl-0.6.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:35:39

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

Revision  ChangesPath
1.4  dev-ml/ocurl/ocurl-0.6.1.ebuild

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

Index: ocurl-0.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocurl-0.6.1.ebuild  21 Feb 2015 12:08:20 -  1.3
+++ ocurl-0.6.1.ebuild  25 Feb 2015 15:35:39 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.6.1.ebuild,v 1.3 
2015/02/21 12:08:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.6.1.ebuild,v 1.4 
2015/02/25 15:35:39 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
=dev-lang/ocaml-3.12:=[ocamlopt]
 DEPEND=${RDEPEND}
virtual/pkgconfig
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 
 src_compile()
 {



1.22 dev-ml/ocurl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Feb 2015 12:08:20 -  1.21
+++ ChangeLog   25 Feb 2015 15:35:39 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/ocurl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.21 2015/02/21 
12:08:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ChangeLog,v 1.22 2015/02/25 
15:35:39 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org ocurl-0.6.1.ebuild:
+  Stable for x86, wrt bug #535132
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org ocurl-0.6.1.ebuild:
   Stable for ppc, wrt bug #535132






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-HTML_Template_Sigma: PEAR-HTML_Template_Sigma-1.3.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:36:13

  Modified: PEAR-HTML_Template_Sigma-1.3.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
dev-php/PEAR-HTML_Template_Sigma/PEAR-HTML_Template_Sigma-1.3.0.ebuild

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

Index: PEAR-HTML_Template_Sigma-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/PEAR-HTML_Template_Sigma-1.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-HTML_Template_Sigma-1.3.0.ebuild   24 Feb 2015 09:10:51 -  
1.6
+++ PEAR-HTML_Template_Sigma-1.3.0.ebuild   25 Feb 2015 15:36:13 -  
1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/PEAR-HTML_Template_Sigma-1.3.0.ebuild,v
 1.6 2015/02/24 09:10:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/PEAR-HTML_Template_Sigma-1.3.0.ebuild,v
 1.7 2015/02/25 15:36:13 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION=An implementation of Integrated Templates API with template 
'compilation' added
 LICENSE=PHP-3.01
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86
 IUSE=
 
 DEPEND=dev-lang/php[ctype]



1.63 dev-php/PEAR-HTML_Template_Sigma/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   24 Feb 2015 09:10:51 -  1.62
+++ ChangeLog   25 Feb 2015 15:36:13 -  1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-HTML_Template_Sigma
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/ChangeLog,v 1.62 
2015/02/24 09:10:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Template_Sigma/ChangeLog,v 1.63 
2015/02/25 15:36:13 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  PEAR-HTML_Template_Sigma-1.3.0.ebuild:
+  Stable for x86, wrt bug #535270
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org
   PEAR-HTML_Template_Sigma-1.3.0.ebuild:






[gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-check_ipmi_sensor: nagios-check_ipmi_sensor-3.2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:41:41

  Modified: nagios-check_ipmi_sensor-3.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535532
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
net-analyzer/nagios-check_ipmi_sensor/nagios-check_ipmi_sensor-3.2.ebuild

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

Index: nagios-check_ipmi_sensor-3.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_ipmi_sensor/nagios-check_ipmi_sensor-3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nagios-check_ipmi_sensor-3.2.ebuild 19 Feb 2015 09:08:04 -  1.2
+++ nagios-check_ipmi_sensor-3.2.ebuild 25 Feb 2015 15:41:41 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_ipmi_sensor/nagios-check_ipmi_sensor-3.2.ebuild,v
 1.2 2015/02/19 09:08:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_ipmi_sensor/nagios-check_ipmi_sensor-3.2.ebuild,v
 1.3 2015/02/25 15:41:41 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=



1.18 net-analyzer/nagios-check_ipmi_sensor/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_ipmi_sensor/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   19 Feb 2015 09:08:04 -  1.17
+++ ChangeLog   25 Feb 2015 15:41:41 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/nagios-check_ipmi_sensor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_ipmi_sensor/ChangeLog,v 1.17 
2015/02/19 09:08:04 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_ipmi_sensor/ChangeLog,v 1.18 
2015/02/25 15:41:41 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  nagios-check_ipmi_sensor-3.2.ebuild:
+  Stable for x86, wrt bug #535532
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org
   nagios-check_ipmi_sensor-3.2.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-misc/read-edid: read-edid-3.0.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:43:43

  Modified: read-edid-3.0.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #538340
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  x11-misc/read-edid/read-edid-3.0.1.ebuild

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

Index: read-edid-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- read-edid-3.0.1.ebuild  19 Feb 2015 09:06:57 -  1.2
+++ read-edid-3.0.1.ebuild  25 Feb 2015 15:43:43 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.1.ebuild,v 
1.2 2015/02/19 09:06:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.1.ebuild,v 
1.3 2015/02/25 15:43:43 ago Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -11,7 +11,7 @@
 LICENSE=GPL-2
 
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 
 DEPEND==dev-libs/libx86-1.1
 RDEPEND=$DEPEND



1.32 x11-misc/read-edid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/read-edid/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/read-edid/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/read-edid/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   19 Feb 2015 09:06:57 -  1.31
+++ ChangeLog   25 Feb 2015 15:43:43 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/read-edid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.31 
2015/02/19 09:06:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.32 
2015/02/25 15:43:43 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org read-edid-3.0.1.ebuild:
+  Stable for x86, wrt bug #538340
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org read-edid-3.0.1.ebuild:
   Stable for amd64, wrt bug #538340






[gentoo-commits] gentoo-x86 commit in dev-util/debhelper: debhelper-9.20150101.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:46:46

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

Revision  ChangesPath
1.8  dev-util/debhelper/debhelper-9.20150101.ebuild

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

Index: debhelper-9.20150101.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- debhelper-9.20150101.ebuild 24 Feb 2015 09:01:29 -  1.7
+++ debhelper-9.20150101.ebuild 25 Feb 2015 15:46:46 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild,v 1.7 
2015/02/24 09:01:29 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20150101.ebuild,v 1.8 
2015/02/25 15:46:46 ago Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux
 IUSE=test
 DH_LINGUAS=( de es fr )
 IUSE+= ${DH_LINGUAS[@]/#/linguas_}



1.122dev-util/debhelper/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   24 Feb 2015 09:01:29 -  1.121
+++ ChangeLog   25 Feb 2015 15:46:46 -  1.122
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/debhelper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.121 
2015/02/24 09:01:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/ChangeLog,v 1.122 
2015/02/25 15:46:46 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org debhelper-9.20150101.ebuild:
+  Stable for x86, wrt bug #539646
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org debhelper-9.20150101.ebuild:
   Stable for alpha, wrt bug #539646






[gentoo-commits] gentoo-x86 commit in app-arch/dpkg: dpkg-1.17.23.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:47:03

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

Revision  ChangesPath
1.9  app-arch/dpkg/dpkg-1.17.23.ebuild

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

Index: dpkg-1.17.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dpkg-1.17.23.ebuild 24 Feb 2015 22:31:44 -  1.8
+++ dpkg-1.17.23.ebuild 25 Feb 2015 15:47:03 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild,v 1.8 
2015/02/24 22:31:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild,v 1.9 
2015/02/25 15:47:03 ago Exp $
 
 EAPI=5
 inherit eutils multilib autotools toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris
 IUSE=+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib
 
 RDEPEND=



1.312app-arch/dpkg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.312view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.312content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.311r2=1.312

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog   24 Feb 2015 22:31:44 -  1.311
+++ ChangeLog   25 Feb 2015 15:47:03 -  1.312
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/dpkg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.311 2015/02/24 
22:31:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.312 2015/02/25 
15:47:03 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org dpkg-1.17.23.ebuild:
+  Stable for x86, wrt bug #539648
 
   24 Feb 2015; Mike Frysinger vap...@gentoo.org dpkg-1.17.23.ebuild:
   Add mips support.






[gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: gromacs-5.0.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:44:21

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

Revision  ChangesPath
1.5  sci-chemistry/gromacs/gromacs-5.0.4.ebuild

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

Index: gromacs-5.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gromacs-5.0.4.ebuild23 Feb 2015 11:07:51 -  1.4
+++ gromacs-5.0.4.ebuild25 Feb 2015 15:44:21 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.4.ebuild,v 1.4 
2015/02/23 11:07:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.4.ebuild,v 1.5 
2015/02/25 15:44:21 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 else
SRC_URI=ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
test? ( 
http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )
-   KEYWORDS=~alpha amd64 ~arm ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos
+   KEYWORDS=~alpha amd64 ~arm ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos
 fi
 
 ACCE_IUSE=cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 
cpu_flags_x86_avx cpu_flags_x86_avx2



1.154sci-chemistry/gromacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.154view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.154content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.153r2=1.154

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog   23 Feb 2015 11:07:51 -  1.153
+++ ChangeLog   25 Feb 2015 15:44:21 -  1.154
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/gromacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.153 
2015/02/23 11:07:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.154 
2015/02/25 15:44:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org gromacs-5.0.4.ebuild:
+  Stable for x86, wrt bug #538370
 
   23 Feb 2015; Agostino Sarubbo a...@gentoo.org gromacs-5.0.4.ebuild:
   Stable for ppc64, wrt bug #538370






[gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.6.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:44:47

  Modified: xdebug-client-2.2.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #538554
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/xdebug-client/xdebug-client-2.2.6.ebuild

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

Index: xdebug-client-2.2.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug-client-2.2.6.ebuild  23 Feb 2015 11:17:20 -  1.4
+++ xdebug-client-2.2.6.ebuild  25 Feb 2015 15:44:46 -  1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.4 
2015/02/23 11:17:20 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.6.ebuild,v 1.5 
2015/02/25 15:44:46 ago Exp $
 
 EAPI=5
 
-KEYWORDS=amd64 ~hppa ppc ppc64 ~x86
+KEYWORDS=amd64 ~hppa ppc ppc64 x86
 
 MY_PV=${PV/_/}
 MY_PV=${MY_PV/rc/RC}



1.78 dev-php/xdebug-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.78view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.78content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.77r2=1.78

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   25 Feb 2015 01:53:54 -  1.77
+++ ChangeLog   25 Feb 2015 15:44:46 -  1.78
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.77 
2015/02/25 01:53:54 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.78 
2015/02/25 15:44:46 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org xdebug-client-2.2.6.ebuild:
+  Stable for x86, wrt bug #538554
 
 *xdebug-client-2.3.1 (25 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in app-officeext/ooofbtools: ooofbtools-2.31.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:54:19

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

Revision  ChangesPath
1.3  app-officeext/ooofbtools/ooofbtools-2.31.ebuild

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

Index: ooofbtools-2.31.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.31.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ooofbtools-2.31.ebuild  19 Feb 2015 10:40:37 -  1.2
+++ ooofbtools-2.31.ebuild  25 Feb 2015 15:54:19 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.31.ebuild,v 1.2 
2015/02/19 10:40:37 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.31.ebuild,v 1.3 
2015/02/25 15:54:19 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 
 DEPEND=app-arch/unzip
 RDEPEND=dev-libs/libxml2



1.18 app-officeext/ooofbtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   19 Feb 2015 10:40:37 -  1.17
+++ ChangeLog   25 Feb 2015 15:54:19 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-officeext/ooofbtools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.17 
2015/02/19 10:40:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ChangeLog,v 1.18 
2015/02/25 15:54:19 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org ooofbtools-2.31.ebuild:
+  Stable for x86, wrt bug #540268
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org ooofbtools-2.31.ebuild:
   Stable for amd64, wrt bug #540268






[gentoo-commits] gentoo-x86 commit in games-util/linux-wbfs-manager: linux-wbfs-manager-0.1.12.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:53:57

  Modified: linux-wbfs-manager-0.1.12.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #540248
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  
games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild?r1=1.2r2=1.3

Index: linux-wbfs-manager-0.1.12.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-wbfs-manager-0.1.12.ebuild19 Feb 2015 09:06:52 -  1.2
+++ linux-wbfs-manager-0.1.12.ebuild25 Feb 2015 15:53:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild,v
 1.2 2015/02/19 09:06:52 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild,v
 1.3 2015/02/25 15:53:57 ago Exp $
 
 EAPI=5
 if [[ ${PV} ==  ]]; then
@@ -11,7 +11,7 @@
 else
inherit toolchain-funcs
SRC_URI=http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz;
-   KEYWORDS=amd64 ~ppc ~x86
+   KEYWORDS=amd64 ~ppc x86
 fi;
 
 DESCRIPTION=WBFS manager for Linux using GTK+



1.9  games-util/linux-wbfs-manager/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   19 Feb 2015 09:06:52 -  1.8
+++ ChangeLog   25 Feb 2015 15:53:57 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/linux-wbfs-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 
1.8 2015/02/19 09:06:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 
1.9 2015/02/25 15:53:57 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  linux-wbfs-manager-0.1.12.ebuild:
+  Stable for x86, wrt bug #540248
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org
   linux-wbfs-manager-0.1.12.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:54:37

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

Revision  ChangesPath
1.5  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.37.1.ebuild 24 Feb 2015 08:47:43 -  1.4
+++ suhosin-0.9.37.1.ebuild 25 Feb 2015 15:54:37 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 
1.4 2015/02/24 08:47:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 
1.5 2015/02/25 15:54:37 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86
 
 DESCRIPTION=Suhosin is an advanced protection system for PHP installations
 HOMEPAGE=http://www.suhosin.org/;



1.22 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   24 Feb 2015 08:47:43 -  1.21
+++ ChangeLog   25 Feb 2015 15:54:37 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.21 2015/02/24 
08:47:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.22 2015/02/25 
15:54:37 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org suhosin-0.9.37.1.ebuild:
+  Stable for x86, wrt bug #540328
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org suhosin-0.9.37.1.ebuild:
   Stable for alpha, wrt bug #540328






[gentoo-commits] gentoo-x86 commit in games-kids/gcompris: gcompris-14.12.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:54:55

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

Revision  ChangesPath
1.5  games-kids/gcompris/gcompris-14.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild?r1=1.4r2=1.5

Index: gcompris-14.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gcompris-14.12.ebuild   21 Feb 2015 12:30:55 -  1.4
+++ gcompris-14.12.ebuild   25 Feb 2015 15:54:55 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild,v 
1.4 2015/02/21 12:30:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild,v 
1.5 2015/02/25 15:54:55 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3+
 SLOT=0
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 IUSE=gstreamer
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



1.106games-kids/gcompris/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   21 Feb 2015 12:30:55 -  1.105
+++ ChangeLog   25 Feb 2015 15:54:55 -  1.106
@@ -1,6 +1,9 @@
 # ChangeLog for games-kids/gcompris
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.105 
2015/02/21 12:30:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.106 
2015/02/25 15:54:55 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org gcompris-14.12.ebuild:
+  Stable for x86, wrt bug #540436
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org gcompris-14.12.ebuild:
   Stable for ppc, wrt bug #540436






[gentoo-commits] gentoo-x86 commit in games-rpg/valyriatear: valyriatear-1.0.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:55:13

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

Revision  ChangesPath
1.3  games-rpg/valyriatear/valyriatear-1.0.0.ebuild

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

Index: valyriatear-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-rpg/valyriatear/valyriatear-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- valyriatear-1.0.0.ebuild19 Feb 2015 10:41:02 -  1.2
+++ valyriatear-1.0.0.ebuild25 Feb 2015 15:55:13 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/valyriatear/valyriatear-1.0.0.ebuild,v 1.2 
2015/02/19 10:41:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-rpg/valyriatear/valyriatear-1.0.0.ebuild,v 1.3 
2015/02/25 15:55:13 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2 GPL-2+ GPL-3 CC-BY-SA-3.0 CC-BY-3.0 CC0-1.0 OFL-1.1
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=debug editor nls
 
 RDEPEND=



1.16 games-rpg/valyriatear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/valyriatear/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   19 Feb 2015 10:41:02 -  1.15
+++ ChangeLog   25 Feb 2015 15:55:13 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/valyriatear
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/valyriatear/ChangeLog,v 1.15 
2015/02/19 10:41:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/valyriatear/ChangeLog,v 1.16 
2015/02/25 15:55:13 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org valyriatear-1.0.0.ebuild:
+  Stable for x86, wrt bug #540452
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org valyriatear-1.0.0.ebuild:
   Stable for amd64, wrt bug #540452






[gentoo-commits] gentoo-x86 commit in games-roguelike/angband: angband-3.5.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:00:12

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

Revision  ChangesPath
1.3  games-roguelike/angband/angband-3.5.1.ebuild

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

Index: angband-3.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- angband-3.5.1.ebuild24 Feb 2015 09:34:40 -  1.2
+++ angband-3.5.1.ebuild25 Feb 2015 16:00:12 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.5.1.ebuild,v 1.2 
2015/02/24 09:34:40 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.5.1.ebuild,v 1.3 
2015/02/25 16:00:12 ago Exp $
 
 EAPI=5
 inherit eutils versionator games
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=ncurses sdl +sound X
 
 RDEPEND=X? ( x11-libs/libX11 )



1.57 games-roguelike/angband/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   24 Feb 2015 09:34:40 -  1.56
+++ ChangeLog   25 Feb 2015 16:00:12 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for games-roguelike/angband
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.56 
2015/02/24 09:34:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.57 
2015/02/25 16:00:12 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org angband-3.5.1.ebuild:
+  Stable for x86, wrt bug #540994
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org angband-3.5.1.ebuild:
   Stable for amd64, wrt bug #540994






[gentoo-commits] gentoo-x86 commit in games-emulation/gngeo: gngeo-0.8.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:57:48

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

Revision  ChangesPath
1.3  games-emulation/gngeo/gngeo-0.8.ebuild

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

Index: gngeo-0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gngeo-0.8.ebuild19 Feb 2015 10:41:18 -  1.2
+++ gngeo-0.8.ebuild25 Feb 2015 15:57:48 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild,v 
1.2 2015/02/19 10:41:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/gngeo-0.8.ebuild,v 
1.3 2015/02/25 15:57:48 ago Exp $
 
 EAPI=5
 inherit eutils autotools games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=
 
 DEPEND=virtual/opengl



1.26 games-emulation/gngeo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   19 Feb 2015 10:41:18 -  1.25
+++ ChangeLog   25 Feb 2015 15:57:48 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/gngeo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.25 
2015/02/19 10:41:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gngeo/ChangeLog,v 1.26 
2015/02/25 15:57:48 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org gngeo-0.8.ebuild:
+  Stable for x86, wrt bug #540612
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org gngeo-0.8.ebuild:
   Stable for amd64, wrt bug #540612






[gentoo-commits] gentoo-x86 commit in games-rpg/freedink: freedink-108.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:56:57

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

Revision  ChangesPath
1.4  games-rpg/freedink/freedink-108.4.ebuild

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

Index: freedink-108.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/freedink/freedink-108.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freedink-108.4.ebuild   19 Feb 2015 10:40:27 -  1.3
+++ freedink-108.4.ebuild   25 Feb 2015 15:56:57 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedink/freedink-108.4.ebuild,v 
1.3 2015/02/19 10:40:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedink/freedink-108.4.ebuild,v 
1.4 2015/02/25 15:56:57 ago Exp $
 
 EAPI=5
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 DEPEND=



1.12 games-rpg/freedink/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-rpg/freedink/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Feb 2015 10:40:27 -  1.11
+++ ChangeLog   25 Feb 2015 15:56:57 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-rpg/freedink
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedink/ChangeLog,v 1.11 
2015/02/19 10:40:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedink/ChangeLog,v 1.12 
2015/02/25 15:56:57 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org freedink-108.4.ebuild:
+  Stable for x86, wrt bug #540604
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org freedink-108.4.ebuild:
   Stable for amd64, wrt bug #540604






[gentoo-commits] gentoo-x86 commit in games-emulation/advancemenu: advancemenu-2.7.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:58:05

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

Revision  ChangesPath
1.4  games-emulation/advancemenu/advancemenu-2.7.ebuild

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

Index: advancemenu-2.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- advancemenu-2.7.ebuild  19 Feb 2015 10:40:57 -  1.3
+++ advancemenu-2.7.ebuild  25 Feb 2015 15:58:05 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.7.ebuild,v 
1.3 2015/02/19 10:40:57 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/advancemenu/advancemenu-2.7.ebuild,v 
1.4 2015/02/25 15:58:05 ago Exp $
 
 EAPI=5
 inherit autotools eutils games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=alsa debug fbcon ncurses oss sdl slang truetype
 
 RDEPEND=dev-libs/expat



1.37 games-emulation/advancemenu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   19 Feb 2015 10:40:57 -  1.36
+++ ChangeLog   25 Feb 2015 15:58:05 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/advancemenu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 
1.36 2015/02/19 10:40:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancemenu/ChangeLog,v 
1.37 2015/02/25 15:58:05 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org advancemenu-2.7.ebuild:
+  Stable for x86, wrt bug #540632
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org advancemenu-2.7.ebuild:
   Stable for amd64, wrt bug #540632






[gentoo-commits] gentoo-x86 commit in media-libs/libquvi: libquvi-0.9.4-r1.ebuild libquvi-0.4.1-r2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:05:18

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

Revision  ChangesPath
1.7  media-libs/libquvi/libquvi-0.9.4-r1.ebuild

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

Index: libquvi-0.9.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.9.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libquvi-0.9.4-r1.ebuild 12 Feb 2015 10:45:57 -  1.6
+++ libquvi-0.9.4-r1.ebuild 25 Feb 2015 16:05:18 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.9.4-r1.ebuild,v 1.6 
2015/02/12 10:45:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.9.4-r1.ebuild,v 1.7 
2015/02/25 16:05:18 ago Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -13,7 +13,7 @@
 
 LICENSE=AGPL-3
 SLOT=0/8 # subslot = libquvi soname version
-KEYWORDS=amd64 ~arm hppa ~x86
+KEYWORDS=amd64 ~arm hppa x86
 IUSE=examples nls static-libs
 
 RDEPEND=!media-libs/quvi-0.4.0



1.7  media-libs/libquvi/libquvi-0.4.1-r2.ebuild

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

Index: libquvi-0.4.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.4.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libquvi-0.4.1-r2.ebuild 12 Feb 2015 10:45:57 -  1.6
+++ libquvi-0.4.1-r2.ebuild 25 Feb 2015 16:05:18 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.4.1-r2.ebuild,v 1.6 
2015/02/12 10:45:57 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libquvi/libquvi-0.4.1-r2.ebuild,v 1.7 
2015/02/25 16:05:18 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0.4
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86
 IUSE=examples static-libs
 
 RDEPEND==net-misc/curl-7.36.0[${MULTILIB_USEDEP}]



1.42 media-libs/libquvi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   12 Feb 2015 10:45:57 -  1.41
+++ ChangeLog   25 Feb 2015 16:05:18 -  1.42
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libquvi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v 1.41 
2015/02/12 10:45:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi/ChangeLog,v 1.42 
2015/02/25 16:05:18 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org libquvi-0.4.1-r2.ebuild,
+  libquvi-0.9.4-r1.ebuild:
+  Stable for x86, wrt bug #526016
 
   12 Feb 2015; Pacho Ramos pa...@gentoo.org libquvi-0.4.1-r2.ebuild,
   libquvi-0.9.4-r1.ebuild:






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

2015-02-25 Thread Andrey Grozin (grozin)
grozin  15/02/25 16:07:02

  Modified: package.use.mask
  Log:
  Move masking cpu_flags_x86_sse for =dev-lisp/ecls-15.2.21 from base to 
arch/amd64 and arch/x86

Revision  ChangesPath
1.149profiles/arch/x86/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- package.use.mask23 Feb 2015 11:44:15 -  1.148
+++ package.use.mask25 Feb 2015 16:07:02 -  1.149
@@ -1,9 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.148 
2015/02/23 11:44:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.149 
2015/02/25 16:07:02 grozin Exp $
 
 # This file requires =portage-2.1.1
 
+# Andrey Grozin gro...@gentoo.org (23 Feb 2015)
+# Does not compile with this flag
+=dev-lisp/ecls-15.2.21 cpu_flags_x86_sse
+
 # Jeroen Roovers j...@gentoo.org (31 Jan 2015)
 # x11-drivers/nvidia-drivers-346 on x86 has no UVM support (bug #534156)
 x11-drivers/nvidia-drivers-346 uvm






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Text_CAPTCHA: ChangeLog PEAR-Text_CAPTCHA-0.4.3.ebuild

2015-02-25 Thread Brian Evans (grknight)
grknight15/02/25 16:18:24

  Modified: ChangeLog
  Removed:  PEAR-Text_CAPTCHA-0.4.3.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.14 dev-php/PEAR-Text_CAPTCHA/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Feb 2015 15:39:21 -  1.13
+++ ChangeLog   25 Feb 2015 16:18:24 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Text_CAPTCHA
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.13 
2015/02/25 15:39:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_CAPTCHA/ChangeLog,v 1.14 
2015/02/25 16:18:24 grknight Exp $
+
+  25 Feb 2015; Brian Evans grkni...@gentoo.org
+  -PEAR-Text_CAPTCHA-0.4.3.ebuild:
+  Drop old
 
   25 Feb 2015; Agostino Sarubbo a...@gentoo.org 
PEAR-Text_CAPTCHA-0.5.0.ebuild:
   Stable for x86, wrt bug #535292






[gentoo-commits] gentoo-x86 commit in www-apps/postfixadmin: ChangeLog

2015-02-25 Thread Aaron Swenson (titanofold)
titanofold15/02/25 15:04:10

  Modified: ChangeLog
  Log:
  Abstracted post-install instructions so that they are database agnostic. 
Fixes bug 387773.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.37 www-apps/postfixadmin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   10 Aug 2014 20:14:45 -  1.36
+++ ChangeLog   25 Feb 2015 15:04:10 -  1.37
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/postfixadmin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.36 
2014/08/10 20:14:45 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/postfixadmin/ChangeLog,v 1.37 
2015/02/25 15:04:10 titanofold Exp $
+
+  25 Feb 2015; Aaron W. Swenson titanof...@gentoo.org
+  files/postinstall-en-2.3.txt:
+  Abstracted post-install instructions so that they are database agnostic.
+  Fixes bug 387773.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org 
postfixadmin-2.3.7.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] gentoo-x86 commit in media-libs/zvbi: zvbi-0.2.35-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:30:25

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

Revision  ChangesPath
1.10 media-libs/zvbi/zvbi-0.2.35-r1.ebuild

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

Index: zvbi-0.2.35-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- zvbi-0.2.35-r1.ebuild   24 Feb 2015 08:58:56 -  1.9
+++ zvbi-0.2.35-r1.ebuild   25 Feb 2015 15:30:25 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v 1.9 
2015/02/24 08:58:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.35-r1.ebuild,v 
1.10 2015/02/25 15:30:25 ago Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2 LGPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd
+KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd
 IUSE=doc dvb nls static-libs v4l X
 
 RDEPEND==media-libs/libpng-1.5.18[${MULTILIB_USEDEP}]



1.69 media-libs/zvbi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   24 Feb 2015 08:58:56 -  1.68
+++ ChangeLog   25 Feb 2015 15:30:25 -  1.69
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/zvbi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.68 2015/02/24 
08:58:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.69 2015/02/25 
15:30:25 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org zvbi-0.2.35-r1.ebuild:
+  Stable for x86, wrt bug #526024
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org zvbi-0.2.35-r1.ebuild:
   Stable for alpha, wrt bug #526024






[gentoo-commits] gentoo-x86 commit in dev-haskell/hscolour: hscolour-1.20.3-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:33:05

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

Revision  ChangesPath
1.6  dev-haskell/hscolour/hscolour-1.20.3-r1.ebuild

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

Index: hscolour-1.20.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/hscolour/hscolour-1.20.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hscolour-1.20.3-r1.ebuild   24 Feb 2015 09:04:54 -  1.5
+++ hscolour-1.20.3-r1.ebuild   25 Feb 2015 15:33:05 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hscolour/hscolour-1.20.3-r1.ebuild,v 1.5 
2015/02/24 09:04:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hscolour/hscolour-1.20.3-r1.ebuild,v 1.6 
2015/02/25 15:33:05 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0/${PV}
-KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
 IUSE=doc
 
 RDEPEND==dev-lang/ghc-6.10.4:=



1.27 dev-haskell/hscolour/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   24 Feb 2015 09:04:54 -  1.26
+++ ChangeLog   25 Feb 2015 15:33:05 -  1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hscolour
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/ChangeLog,v 1.26 
2015/02/24 09:04:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hscolour/ChangeLog,v 1.27 
2015/02/25 15:33:05 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org hscolour-1.20.3-r1.ebuild:
+  Stable for x86, wrt bug #534984
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org hscolour-1.20.3-r1.ebuild:
   Stable for alpha, wrt bug #534984






[gentoo-commits] gentoo-x86 commit in dev-haskell/nanospec: nanospec-0.2.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:33:39

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

Revision  ChangesPath
1.3  dev-haskell/nanospec/nanospec-0.2.0.ebuild

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

Index: nanospec-0.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nanospec/nanospec-0.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nanospec-0.2.0.ebuild   19 Feb 2015 09:04:43 -  1.2
+++ nanospec-0.2.0.ebuild   25 Feb 2015 15:33:39 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/nanospec/nanospec-0.2.0.ebuild,v 1.2 
2015/02/19 09:04:43 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/nanospec/nanospec-0.2.0.ebuild,v 1.3 
2015/02/25 15:33:39 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=0/${PV}
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND==dev-lang/ghc-7.4.1:=



1.7  dev-haskell/nanospec/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/nanospec/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Feb 2015 09:04:43 -  1.6
+++ ChangeLog   25 Feb 2015 15:33:39 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/nanospec
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nanospec/ChangeLog,v 1.6 
2015/02/19 09:04:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nanospec/ChangeLog,v 1.7 
2015/02/25 15:33:39 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org nanospec-0.2.0.ebuild:
+  Stable for x86, wrt bug #534992
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org nanospec-0.2.0.ebuild:
   Stable for amd64, wrt bug #534992






[gentoo-commits] gentoo-x86 commit in media-gfx/kuickshow: kuickshow-0.9.1-r2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:43:00

  Modified: kuickshow-0.9.1-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #538080
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild

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

Index: kuickshow-0.9.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kuickshow-0.9.1-r2.ebuild   19 Feb 2015 09:05:31 -  1.2
+++ kuickshow-0.9.1-r2.ebuild   25 Feb 2015 15:43:00 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild,v 1.2 
2015/02/19 09:05:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild,v 1.3 
2015/02/25 15:43:00 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 LICENSE=GPL-2
 SLOT=4
-KEYWORDS=amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=debug +handbook
 
 DEPEND=media-libs/imlib



1.16 media-gfx/kuickshow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   19 Feb 2015 09:05:31 -  1.15
+++ ChangeLog   25 Feb 2015 15:43:00 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/kuickshow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/ChangeLog,v 1.15 
2015/02/19 09:05:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/kuickshow/ChangeLog,v 1.16 
2015/02/25 15:43:00 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org kuickshow-0.9.1-r2.ebuild:
+  Stable for x86, wrt bug #538080
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org kuickshow-0.9.1-r2.ebuild:
   Stable for amd64, wrt bug #538080






[gentoo-commits] gentoo-x86 commit in x11-plugins/bfm: bfm-0.6.4-r1.ebuild bfm-0.6.4-r2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:42:38

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

Revision  ChangesPath
1.13 x11-plugins/bfm/bfm-0.6.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?r1=1.12r2=1.13

Index: bfm-0.6.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bfm-0.6.4-r1.ebuild 10 Aug 2014 20:01:11 -  1.12
+++ bfm-0.6.4-r1.ebuild 25 Feb 2015 15:42:38 -  1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.12 
2014/08/10 20:01:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.13 
2015/02/25 15:42:38 ago Exp $
 
 EAPI=5
 inherit multilib toolchain-funcs



1.4  x11-plugins/bfm/bfm-0.6.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild?r1=1.3r2=1.4

Index: bfm-0.6.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bfm-0.6.4-r2.ebuild 21 Feb 2015 12:18:36 -  1.3
+++ bfm-0.6.4-r2.ebuild 25 Feb 2015 15:42:38 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild,v 1.3 
2015/02/21 12:18:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r2.ebuild,v 1.4 
2015/02/25 15:42:38 ago Exp $
 
 EAPI=5
 inherit eutils multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux
 IUSE=gkrellm
 
 RDEPEND=x11-libs/gtk+:2



1.22 x11-plugins/bfm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   21 Feb 2015 12:18:36 -  1.21
+++ ChangeLog   25 Feb 2015 15:42:38 -  1.22
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/bfm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.21 2015/02/21 
12:18:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.22 2015/02/25 
15:42:38 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org bfm-0.6.4-r1.ebuild,
+  bfm-0.6.4-r2.ebuild:
+  Stable for x86, wrt bug #538054
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org bfm-0.6.4-r2.ebuild:
   Stable for ppc, wrt bug #538054






[gentoo-commits] gentoo-x86 commit in dev-php/phpunit: phpunit-4.3.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:41:00

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

Revision  ChangesPath
1.3  dev-php/phpunit/phpunit-4.3.1.ebuild

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

Index: phpunit-4.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phpunit-4.3.1.ebuild14 Feb 2015 13:51:38 -  1.2
+++ phpunit-4.3.1.ebuild25 Feb 2015 15:41:00 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v 1.2 
2015/02/14 13:51:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-4.3.1.ebuild,v 1.3 
2015/02/25 15:41:00 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ~hppa ~x86
+KEYWORDS=amd64 ~hppa x86
 IUSE=
 
 DEPEND=dev-lang/php[phar,xml]



1.21 dev-php/phpunit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   14 Feb 2015 13:51:38 -  1.20
+++ ChangeLog   25 Feb 2015 15:41:00 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/phpunit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.20 2015/02/14 
13:51:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.21 2015/02/25 
15:41:00 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org phpunit-4.3.1.ebuild:
+  Stable for x86, wrt bug #535306
 
   14 Feb 2015; Agostino Sarubbo a...@gentoo.org phpunit-4.3.1.ebuild:
   Stable for amd64, wrt bug #535306






[gentoo-commits] gentoo-x86 commit in net-nds/jxplorer: jxplorer-3.3.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:42:00

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

Revision  ChangesPath
1.5  net-nds/jxplorer/jxplorer-3.3.1.ebuild

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

Index: jxplorer-3.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/jxplorer/jxplorer-3.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jxplorer-3.3.1.ebuild   21 Feb 2015 12:16:07 -  1.4
+++ jxplorer-3.3.1.ebuild   25 Feb 2015 15:42:00 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/jxplorer-3.3.1.ebuild,v 
1.4 2015/02/21 12:16:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/jxplorer-3.3.1.ebuild,v 
1.5 2015/02/25 15:42:00 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 IUSE=
 SLOT=0
-KEYWORDS=amd64 ppc ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux
 
 RDEPEND==virtual/jre-1.5
=dev-java/javahelp-2.0.02_p46:0



1.41 net-nds/jxplorer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/jxplorer/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/jxplorer/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/jxplorer/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   21 Feb 2015 12:16:07 -  1.40
+++ ChangeLog   25 Feb 2015 15:42:00 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/jxplorer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v 1.40 
2015/02/21 12:16:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/ChangeLog,v 1.41 
2015/02/25 15:42:00 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org jxplorer-3.3.1.ebuild:
+  Stable for x86, wrt bug #535620
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org jxplorer-3.3.1.ebuild:
   Stable for ppc, wrt bug #535620






[gentoo-commits] gentoo-x86 commit in games-simulation/openttd: openttd-1.4.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:52:24

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

Revision  ChangesPath
1.6  games-simulation/openttd/openttd-1.4.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?r1=1.5r2=1.6

Index: openttd-1.4.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openttd-1.4.4.ebuild20 Feb 2015 19:37:49 -  1.5
+++ openttd-1.4.4.ebuild25 Feb 2015 15:52:24 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.5 
2015/02/20 19:37:49 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.6 
2015/02/25 15:52:24 ago Exp $
 
 EAPI=5
 inherit eutils gnome2-utils games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 x86
 IUSE=aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib
 RESTRICT=test # needs a graphics set in order to test
 



1.155games-simulation/openttd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.155view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.155content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.154r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   20 Feb 2015 19:37:49 -  1.154
+++ ChangeLog   25 Feb 2015 15:52:24 -  1.155
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/openttd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.154 
2015/02/20 19:37:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.155 
2015/02/25 15:52:24 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org openttd-1.4.4.ebuild:
+  Stable for x86, wrt bug #540236
 
   20 Feb 2015; Michael Sterrett mr_bon...@gentoo.org openttd-1.4.4.ebuild:
   add missing virtual/pkgconfig dep






[gentoo-commits] gentoo-x86 commit in games-strategy/freecol: freecol-0.10.7.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:52:06

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

Revision  ChangesPath
1.3  games-strategy/freecol/freecol-0.10.7.ebuild

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

Index: freecol-0.10.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.10.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freecol-0.10.7.ebuild   19 Feb 2015 09:07:18 -  1.2
+++ freecol-0.10.7.ebuild   25 Feb 2015 15:52:06 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.10.7.ebuild,v 1.2 
2015/02/19 09:07:18 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.10.7.ebuild,v 1.3 
2015/02/25 15:52:06 ago Exp $
 
 EAPI=5
 inherit base eutils java-pkg-2 java-ant-2 games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 COMMON_DEP=dev-java/jsr173



1.45 games-strategy/freecol/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   19 Feb 2015 09:07:18 -  1.44
+++ ChangeLog   25 Feb 2015 15:52:06 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/freecol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.44 
2015/02/19 09:07:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.45 
2015/02/25 15:52:06 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org freecol-0.10.7.ebuild:
+  Stable for x86, wrt bug #540126
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org freecol-0.10.7.ebuild:
   Stable for amd64, wrt bug #540126






[gentoo-commits] gentoo-x86 commit in sys-apps/epoch: epoch-1.2.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:49:45

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

Revision  ChangesPath
1.4  sys-apps/epoch/epoch-1.2.1.ebuild

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

Index: epoch-1.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- epoch-1.2.1.ebuild  19 Feb 2015 09:07:43 -  1.3
+++ epoch-1.2.1.ebuild  25 Feb 2015 15:49:45 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.2.1.ebuild,v 1.3 
2015/02/19 09:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.2.1.ebuild,v 1.4 
2015/02/25 15:49:45 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=public-domain
 SLOT=0
-KEYWORDS=amd64 ~arm ~x86
+KEYWORDS=amd64 ~arm x86
 
 S=${WORKDIR}/${MY_P}
 



1.16 sys-apps/epoch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   19 Feb 2015 09:07:43 -  1.15
+++ ChangeLog   25 Feb 2015 15:49:45 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/epoch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.15 2015/02/19 
09:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.16 2015/02/25 
15:49:45 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org epoch-1.2.1.ebuild:
+  Stable for x86, wrt bug #539748
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org epoch-1.2.1.ebuild:
   Stable for amd64, wrt bug #539748






[gentoo-commits] gentoo-x86 commit in games-action/awesomenauts: awesomenauts-2013.5.21.3.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:49:26

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

Revision  ChangesPath
1.5  games-action/awesomenauts/awesomenauts-2013.5.21.3.ebuild

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

Index: awesomenauts-2013.5.21.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/awesomenauts/awesomenauts-2013.5.21.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- awesomenauts-2013.5.21.3.ebuild 19 Feb 2015 09:06:02 -  1.4
+++ awesomenauts-2013.5.21.3.ebuild 25 Feb 2015 15:49:26 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/awesomenauts/awesomenauts-2013.5.21.3.ebuild,v
 1.4 2015/02/19 09:06:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/awesomenauts/awesomenauts-2013.5.21.3.ebuild,v
 1.5 2015/02/25 15:49:26 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=all-rights-reserved
 SLOT=0
-KEYWORDS=-* amd64 ~x86
+KEYWORDS=-* amd64 x86
 IUSE=bundled-libs
 RESTRICT=bindist fetch bundled-libs? ( splitdebug )
 



1.6  games-action/awesomenauts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/awesomenauts/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   19 Feb 2015 09:06:02 -  1.5
+++ ChangeLog   25 Feb 2015 15:49:26 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/awesomenauts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/awesomenauts/ChangeLog,v 1.5 
2015/02/19 09:06:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/awesomenauts/ChangeLog,v 1.6 
2015/02/25 15:49:26 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org
+  awesomenauts-2013.5.21.3.ebuild:
+  Stable for x86, wrt bug #539722
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org
   awesomenauts-2013.5.21.3.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-apps/install-xattr: install-xattr-0.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:56:21

  Modified: install-xattr-0.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #540480
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  sys-apps/install-xattr/install-xattr-0.4.ebuild

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

Index: install-xattr-0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- install-xattr-0.4.ebuild24 Feb 2015 08:49:32 -  1.6
+++ install-xattr-0.4.ebuild25 Feb 2015 15:56:21 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.6 
2015/02/24 08:49:32 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.7 
2015/02/25 15:56:21 ago Exp $
 
 EAPI=5
 DESCRIPTION=Wrapper to coreutil's install to preserve Filesystem Extended 
Attributes
@@ -14,7 +14,7 @@
inherit git-2
 else
SRC_URI=http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2;
-   KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86
+   KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc x86
S=${WORKDIR}/${PN}
 fi
 



1.30 sys-apps/install-xattr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   24 Feb 2015 08:49:32 -  1.29
+++ ChangeLog   25 Feb 2015 15:56:21 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/install-xattr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.29 
2015/02/24 08:49:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.30 
2015/02/25 15:56:21 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org install-xattr-0.4.ebuild:
+  Stable for x86, wrt bug #540480
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org install-xattr-0.4.ebuild:
   Stable for alpha, wrt bug #540480






[gentoo-commits] gentoo-x86 commit in games-strategy/s25rttr: s25rttr-0.8.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:56:39

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

Revision  ChangesPath
1.4  games-strategy/s25rttr/s25rttr-0.8.1.ebuild

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

Index: s25rttr-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- s25rttr-0.8.1.ebuild19 Feb 2015 10:40:52 -  1.3
+++ s25rttr-0.8.1.ebuild25 Feb 2015 15:56:39 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild,v 1.3 
2015/02/19 10:40:52 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/s25rttr/s25rttr-0.8.1.ebuild,v 1.4 
2015/02/25 15:56:39 ago Exp $
 
 EAPI=5
 inherit eutils cmake-utils gnome2-utils games
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=debug glfw
 
 RDEPEND=app-arch/bzip2



1.9  games-strategy/s25rttr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   19 Feb 2015 10:40:52 -  1.8
+++ ChangeLog   25 Feb 2015 15:56:39 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/s25rttr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.8 
2015/02/19 10:40:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/s25rttr/ChangeLog,v 1.9 
2015/02/25 15:56:39 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org s25rttr-0.8.1.ebuild:
+  Stable for x86, wrt bug #540598
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org s25rttr-0.8.1.ebuild:
   Stable for amd64, wrt bug #540598






[gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.12.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 16:01:22

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

Revision  ChangesPath
1.3  games-strategy/wesnoth/wesnoth-1.12.1.ebuild

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

Index: wesnoth-1.12.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wesnoth-1.12.1.ebuild   24 Feb 2015 09:34:50 -  1.2
+++ wesnoth-1.12.1.ebuild   25 Feb 2015 16:01:22 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.1.ebuild,v 1.2 
2015/02/24 09:34:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.12.1.ebuild,v 1.3 
2015/02/25 16:01:22 ago Exp $
 
 EAPI=5
 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd
 IUSE=dbus dedicated doc fribidi nls server
 
 RDEPEND==media-libs/libsdl-1.2.7:0[joystick,video,X]



1.242games-strategy/wesnoth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog   24 Feb 2015 09:34:50 -  1.241
+++ ChangeLog   25 Feb 2015 16:01:22 -  1.242
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/wesnoth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.241 
2015/02/24 09:34:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.242 
2015/02/25 16:01:22 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org wesnoth-1.12.1.ebuild:
+  Stable for x86, wrt bug #541106
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org wesnoth-1.12.1.ebuild:
   Stable for amd64, wrt bug #541106






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

2015-02-25 Thread Andrey Grozin (grozin)
grozin  15/02/25 16:07:02

  Modified: ChangeLog
  Log:
  Move masking cpu_flags_x86_sse for =dev-lisp/ecls-15.2.21 from base to 
arch/amd64 and arch/x86

Revision  ChangesPath
1.9825   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9824
retrieving revision 1.9825
diff -u -r1.9824 -r1.9825
--- ChangeLog   24 Feb 2015 18:01:59 -  1.9824
+++ ChangeLog   25 Feb 2015 16:07:01 -  1.9825
@@ -1,11 +1,15 @@
 .# ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9824 2015/02/24 
18:01:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9825 2015/02/25 
16:07:01 grozin Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  25 Feb 2015; Andrey Grozin gro...@gentoo.org base/package.use.mask,
+  arch/amd64/package.use.mask, arch/x86/package.use.mask:
+  dev-lisp/ecls-15.2.21 does not compile with CPU_FLAGS_X86=sse
+
   24 Feb 2015; Ulrich Müller u...@gentoo.org package.mask:
   Mask app-emacs/grep-edit for removal.
 






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-synaptics: xf86-input-synaptics-1.8.1.ebuild ChangeLog

2015-02-25 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/25 14:52:18

  Modified: xf86-input-synaptics-1.8.1.ebuild ChangeLog
  Log:
  Raise minimum xorg-server dependency, bug #540820.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.6  
x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?r1=1.5r2=1.6

Index: xf86-input-synaptics-1.8.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xf86-input-synaptics-1.8.1.ebuild   21 Feb 2015 08:55:54 -  1.5
+++ xf86-input-synaptics-1.8.1.ebuild   25 Feb 2015 14:52:17 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v
 1.5 2015/02/21 08:55:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v
 1.6 2015/02/25 14:52:17 chithanh Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 IUSE=kernel_linux
 
 RDEPEND=kernel_linux? ( =dev-libs/libevdev-0.4 )
-   =x11-base/xorg-server-1.12
+   =x11-base/xorg-server-1.14
=x11-libs/libXi-1.2
=x11-libs/libXtst-1.1.0
 DEPEND=${RDEPEND}



1.114x11-drivers/xf86-input-synaptics/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   21 Feb 2015 08:55:54 -  1.113
+++ ChangeLog   25 Feb 2015 14:52:17 -  1.114
@@ -1,6 +1,10 @@
 # ChangeLog for x11-drivers/xf86-input-synaptics
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.113 
2015/02/21 08:55:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.114 
2015/02/25 14:52:17 chithanh Exp $
+
+  25 Feb 2015; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  xf86-input-synaptics-1.8.1.ebuild:
+  Raise minimum xorg-server dependency, bug #540820.
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org
   xf86-input-synaptics-1.8.1.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-libs/fftw: fftw-3.3.4.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:31:02

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

Revision  ChangesPath
1.13 sci-libs/fftw/fftw-3.3.4.ebuild

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

Index: fftw-3.3.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fftw-3.3.4.ebuild   24 Feb 2015 09:13:14 -  1.12
+++ fftw-3.3.4.ebuild   25 Feb 2015 15:31:02 -  1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.12 
2015/02/24 09:13:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.13 
2015/02/25 15:31:02 ago Exp $
 
 EAPI=5
 
@@ -14,11 +14,11 @@
 if [[ ${PV} = * ]]; then
inherit git-2
EGIT_REPO_URI=https://github.com/FFTW/fftw3.git;
-   KEYWORDS=alpha amd64 arm hppa ppc ppc64
+   KEYWORDS=alpha amd64 arm hppa ppc ppc64 x86
AUTOTOOLS_AUTORECONF=1
 else
SRC_URI=http://www.fftw.org/${P}.tar.gz;
-   KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+   KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 fi
 
 LICENSE=GPL-2



1.169sci-libs/fftw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.169view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?rev=1.169content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/fftw/ChangeLog?r1=1.168r2=1.169

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   24 Feb 2015 09:13:14 -  1.168
+++ ChangeLog   25 Feb 2015 15:31:02 -  1.169
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/fftw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.168 2015/02/24 
09:13:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.169 2015/02/25 
15:31:02 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org fftw-3.3.4.ebuild:
+  Stable for x86, wrt bug #530904
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org fftw-3.3.4.ebuild:
   Stable for alpha, wrt bug #530904






[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20141030.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:31:22

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

Revision  ChangesPath
1.3  sci-physics/lammps/lammps-20141030.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20141030.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20141030.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20141030.ebuild?r1=1.2r2=1.3

Index: lammps-20141030.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20141030.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lammps-20141030.ebuild  19 Feb 2015 09:05:37 -  1.2
+++ lammps-20141030.ebuild  25 Feb 2015 15:31:22 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20141030.ebuild,v 
1.2 2015/02/19 09:05:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20141030.ebuild,v 
1.3 2015/02/25 15:31:22 ago Exp $
 
 EAPI=5
 
@@ -45,7 +45,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=doc examples gzip lammps-memalign mpi static-libs
 
 DEPEND=



1.74 sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   20 Feb 2015 20:23:36 -  1.73
+++ ChangeLog   25 Feb 2015 15:31:22 -  1.74
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.73 
2015/02/20 20:23:36 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.74 
2015/02/25 15:31:22 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org lammps-20141030.ebuild:
+  Stable for x86, wrt bug #534042
 
 *lammps-20150219 (20 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch: libsoundtouch-1.8.0-r1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:29:33

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

Revision  ChangesPath
1.9  media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild

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

Index: libsoundtouch-1.8.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libsoundtouch-1.8.0-r1.ebuild   23 Feb 2015 11:09:01 -  1.8
+++ libsoundtouch-1.8.0-r1.ebuild   25 Feb 2015 15:29:33 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
 1.8 2015/02/23 11:09:01 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild,v
 1.9 2015/02/25 15:29:33 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic multilib-minimal
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=amd64 ~arm hppa ~mips ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris
+KEYWORDS=amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris
 IUSE=cpu_flags_x86_sse2 static-libs
 
 DEPEND==virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]



1.87 media-libs/libsoundtouch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   23 Feb 2015 11:09:01 -  1.86
+++ ChangeLog   25 Feb 2015 15:29:33 -  1.87
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsoundtouch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.86 
2015/02/23 11:09:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.87 
2015/02/25 15:29:33 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org 
libsoundtouch-1.8.0-r1.ebuild:
+  Stable for x86, wrt bug #526018
 
   23 Feb 2015; Agostino Sarubbo a...@gentoo.org 
libsoundtouch-1.8.0-r1.ebuild:
   Stable for ppc64, wrt bug #526018






[gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: pam_mount-2.14.ebuild pam_mount-2.15.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:28:38

  Modified: pam_mount-2.14.ebuild pam_mount-2.15.ebuild
ChangeLog
  Log:
  Stable for x86, wrt bug #519902
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-auth/pam_mount/pam_mount-2.14.ebuild

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

Index: pam_mount-2.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pam_mount-2.14.ebuild   24 Feb 2014 01:52:38 -  1.4
+++ pam_mount-2.14.ebuild   25 Feb 2015 15:28:38 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.14.ebuild,v 
1.4 2014/02/24 01:52:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.14.ebuild,v 
1.5 2015/02/25 15:28:38 ago Exp $
 
 EAPI=4
 



1.4  sys-auth/pam_mount/pam_mount-2.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild?r1=1.3r2=1.4

Index: pam_mount-2.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pam_mount-2.15.ebuild   21 Feb 2015 11:58:38 -  1.3
+++ pam_mount-2.15.ebuild   25 Feb 2015 15:28:38 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v 
1.3 2015/02/21 11:58:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.15.ebuild,v 
1.4 2015/02/25 15:28:38 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=amd64 ppc ~x86
+KEYWORDS=amd64 ppc x86
 
 IUSE=crypt ssl selinux
 



1.81 sys-auth/pam_mount/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   21 Feb 2015 11:58:38 -  1.80
+++ ChangeLog   25 Feb 2015 15:28:38 -  1.81
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/pam_mount
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.80 
2015/02/21 11:58:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.81 
2015/02/25 15:28:38 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org pam_mount-2.14.ebuild,
+  pam_mount-2.15.ebuild:
+  Stable for x86, wrt bug #519902
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org pam_mount-2.15.ebuild:
   Stable for ppc, wrt bug #519902






[gentoo-commits] gentoo-x86 commit in dev-haskell/fgl: fgl-5.5.0.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:32:14

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

Revision  ChangesPath
1.6  dev-haskell/fgl/fgl-5.5.0.1.ebuild

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

Index: fgl-5.5.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.5.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fgl-5.5.0.1.ebuild  24 Feb 2015 09:04:20 -  1.5
+++ fgl-5.5.0.1.ebuild  25 Feb 2015 15:32:14 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.5.0.1.ebuild,v 1.5 
2015/02/24 09:04:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.5.0.1.ebuild,v 1.6 
2015/02/25 15:32:14 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=dev-haskell/mtl:=[profile?]



1.50 dev-haskell/fgl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   24 Feb 2015 09:04:20 -  1.49
+++ ChangeLog   25 Feb 2015 15:32:14 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/fgl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.49 2015/02/24 
09:04:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.50 2015/02/25 
15:32:14 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org fgl-5.5.0.1.ebuild:
+  Stable for x86, wrt bug #534968
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org fgl-5.5.0.1.ebuild:
   Stable for alpha, wrt bug #534968






[gentoo-commits] gentoo-x86 commit in media-libs/sdl-gfx: sdl-gfx-2.0.25.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:30:07

  Modified: sdl-gfx-2.0.25.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #526022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild

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

Index: sdl-gfx-2.0.25.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sdl-gfx-2.0.25.ebuild   24 Feb 2015 09:15:50 -  1.7
+++ sdl-gfx-2.0.25.ebuild   25 Feb 2015 15:30:07 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v 
1.7 2015/02/24 09:15:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild,v 
1.8 2015/02/25 15:30:07 ago Exp $
 
 EAPI=5
 inherit autotools eutils multilib-minimal
@@ -12,7 +12,7 @@
 
 LICENSE=ZLIB
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris
 IUSE=doc cpu_flags_x86_mmx static-libs
 
 RDEPEND==media-libs/libsdl-1.2.15-r4[video,${MULTILIB_USEDEP}]



1.111media-libs/sdl-gfx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   24 Feb 2015 09:15:50 -  1.110
+++ ChangeLog   25 Feb 2015 15:30:07 -  1.111
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/sdl-gfx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.110 
2015/02/24 09:15:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/ChangeLog,v 1.111 
2015/02/25 15:30:07 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org sdl-gfx-2.0.25.ebuild:
+  Stable for x86, wrt bug #526022
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org sdl-gfx-2.0.25.ebuild:
   Stable for alpha, wrt bug #526022






[gentoo-commits] gentoo-x86 commit in dev-haskell/regex-tdfa: regex-tdfa-1.2.0.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:34:13

  Modified: regex-tdfa-1.2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535006
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild

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

Index: regex-tdfa-1.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- regex-tdfa-1.2.0.ebuild 19 Feb 2015 09:04:48 -  1.2
+++ regex-tdfa-1.2.0.ebuild 25 Feb 2015 15:34:13 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild,v 1.2 
2015/02/19 09:04:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild,v 1.3 
2015/02/25 15:34:13 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=
 
 RDEPEND=dev-haskell/mtl:=[profile?]



1.5  dev-haskell/regex-tdfa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Feb 2015 09:04:48 -  1.4
+++ ChangeLog   25 Feb 2015 15:34:13 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/regex-tdfa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog,v 1.4 
2015/02/19 09:04:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog,v 1.5 
2015/02/25 15:34:13 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org regex-tdfa-1.2.0.ebuild:
+  Stable for x86, wrt bug #535006
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org regex-tdfa-1.2.0.ebuild:
   Stable for amd64, wrt bug #535006






[gentoo-commits] gentoo-x86 commit in dev-haskell/safesemaphore: safesemaphore-0.10.1.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:34:30

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

Revision  ChangesPath
1.3  dev-haskell/safesemaphore/safesemaphore-0.10.1.ebuild

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

Index: safesemaphore-0.10.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/safesemaphore/safesemaphore-0.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- safesemaphore-0.10.1.ebuild 19 Feb 2015 09:07:23 -  1.2
+++ safesemaphore-0.10.1.ebuild 25 Feb 2015 15:34:30 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/safesemaphore/safesemaphore-0.10.1.ebuild,v 
1.2 2015/02/19 09:07:23 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/safesemaphore/safesemaphore-0.10.1.ebuild,v 
1.3 2015/02/25 15:34:30 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=amd64 ~x86 ~amd64-linux
+KEYWORDS=amd64 x86 ~amd64-linux
 IUSE=
 
 RDEPEND=dev-haskell/stm:=[profile?]



1.6  dev-haskell/safesemaphore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/safesemaphore/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   19 Feb 2015 09:07:23 -  1.5
+++ ChangeLog   25 Feb 2015 15:34:30 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/safesemaphore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/safesemaphore/ChangeLog,v 1.5 
2015/02/19 09:07:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/safesemaphore/ChangeLog,v 1.6 
2015/02/25 15:34:30 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org safesemaphore-0.10.1.ebuild:
+  Stable for x86, wrt bug #535008
 
   19 Feb 2015; Agostino Sarubbo a...@gentoo.org safesemaphore-0.10.1.ebuild:
   Stable for amd64, wrt bug #535008






[gentoo-commits] gentoo-x86 commit in lxde-base/lxsession: lxsession-0.4.9.2-r3.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:30:45

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

Revision  ChangesPath
1.7  lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild?r1=1.6r2=1.7

Index: lxsession-0.4.9.2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lxsession-0.4.9.2-r3.ebuild 21 Feb 2015 12:03:07 -  1.6
+++ lxsession-0.4.9.2-r3.ebuild 25 Feb 2015 15:30:45 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild,v 1.6 
2015/02/21 12:03:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/lxde-base/lxsession/lxsession-0.4.9.2-r3.ebuild,v 1.7 
2015/02/25 15:30:45 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://sourceforge/lxde/${P}.tar.gz
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 arm ppc ~x86 ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ppc x86 ~arm-linux ~x86-linux
 SLOT=0
 # upower USE flag is enabled by default in the desktop profile
 IUSE=nls upower



1.64 lxde-base/lxsession/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   21 Feb 2015 12:03:07 -  1.63
+++ ChangeLog   25 Feb 2015 15:30:45 -  1.64
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxsession
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.63 
2015/02/21 12:03:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxsession/ChangeLog,v 1.64 
2015/02/25 15:30:45 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org lxsession-0.4.9.2-r3.ebuild:
+  Stable for x86, wrt bug #527856
 
   21 Feb 2015; Agostino Sarubbo a...@gentoo.org lxsession-0.4.9.2-r3.ebuild:
   Stable for ppc, wrt bug #527856






[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-XML_RSS: PEAR-XML_RSS-1.0.2.ebuild ChangeLog

2015-02-25 Thread Agostino Sarubbo (ago)
ago 15/02/25 15:40:29

  Modified: PEAR-XML_RSS-1.0.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #535300
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.2.ebuild

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

Index: PEAR-XML_RSS-1.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PEAR-XML_RSS-1.0.2.ebuild   24 Feb 2015 09:06:06 -  1.6
+++ PEAR-XML_RSS-1.0.2.ebuild   25 Feb 2015 15:40:29 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.2.ebuild,v 1.6 
2015/02/24 09:06:06 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.2.ebuild,v 1.7 
2015/02/25 15:40:29 ago Exp $
 
 EAPI=5
 
@@ -9,6 +9,6 @@
 DESCRIPTION=Parser for Resource Description Framework (RDF) Site Summary 
(RSS) documents
 LICENSE=PHP-2.02 PHP-3
 SLOT=0
-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=
 RDEPEND=dev-php/PEAR-XML_Parser



1.48 dev-php/PEAR-XML_RSS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   24 Feb 2015 09:06:06 -  1.47
+++ ChangeLog   25 Feb 2015 15:40:29 -  1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PEAR-XML_RSS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.47 
2015/02/24 09:06:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.48 
2015/02/25 15:40:29 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-XML_RSS-1.0.2.ebuild:
+  Stable for x86, wrt bug #535300
 
   24 Feb 2015; Agostino Sarubbo a...@gentoo.org PEAR-XML_RSS-1.0.2.ebuild:
   Stable for alpha, wrt bug #535300






  1   2   3   4   >