[gentoo-commits] proj/betagarden:master commit in: app-crypt/jetring/

2015-01-18 Thread Sebastian Pipping
commit: ee5171cd4da4d48ea44a2fd299fbc88fdd4ee6ec
Author: Sebastian Pipping sebastian AT pipping DOT org
AuthorDate: Sun Jan 18 23:46:08 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jan 19 00:01:03 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=ee5171cd

app-crypt/jetring: 2014.3

---
 app-crypt/jetring/jetring-0.21.ebuild | 31 +++
 app-crypt/jetring/metadata.xml|  8 
 2 files changed, 39 insertions(+)

diff --git a/app-crypt/jetring/jetring-0.21.ebuild 
b/app-crypt/jetring/jetring-0.21.ebuild
new file mode 100644
index 000..4546630
--- /dev/null
+++ b/app-crypt/jetring/jetring-0.21.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION=Collection of tools that allow for gpg keyrings to be maintained 
using changesets
+HOMEPAGE=http://git.kitenet.net/?p=jetring.git;a=summary;
+SRC_URI=mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz
+
+LICENSE=GPL-2+
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=app-crypt/gnupg
+RDEPEND=
+   ${DEPEND}
+   dev-lang/perl
+   
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+   default
+
+   insinto /usr/share/${PN}/
+   doins -r example
+
+   doman ${PN}*.[0-9]
+}

diff --git a/app-crypt/jetring/metadata.xml b/app-crypt/jetring/metadata.xml
new file mode 100644
index 000..16bcc9f
--- /dev/null
+++ b/app-crypt/jetring/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailsp...@gentoo.org/email
+   nameSebastian Pipping/name
+   /maintainer
+/pkgmetadata



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

2015-01-18 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/19 05:50:07

  Modified: gcompris-13.11.ebuild ChangeLog
  Added:gcompris-14.12.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-kids/gcompris/gcompris-13.11.ebuild

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

Index: gcompris-13.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-13.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcompris-13.11.ebuild   15 Feb 2014 22:06:43 -  1.5
+++ gcompris-13.11.ebuild   19 Jan 2015 05:50:07 -  1.6
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-13.11.ebuild,v 
1.5 2014/02/15 22:06:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-13.11.ebuild,v 
1.6 2015/01/19 05:50:07 mr_bones_ Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE=sqlite,threads
 
 inherit autotools eutils python-single-r1 games



1.102games-kids/gcompris/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   15 Feb 2014 22:06:43 -  1.101
+++ ChangeLog   19 Jan 2015 05:50:07 -  1.102
@@ -1,6 +1,13 @@
 # ChangeLog for games-kids/gcompris
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.101 
2014/02/15 22:06:43 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.102 
2015/01/19 05:50:07 mr_bones_ Exp $
+
+*gcompris-14.12 (19 Jan 2015)
+
+  19 Jan 2015; Michael Sterrett mr_bon...@gentoo.org
+  +files/gcompris-14.12-build.patch, +gcompris-14.12.ebuild,
+  files/gcompris-13.11-build.patch, gcompris-13.11.ebuild:
+  version bump
 
   15 Feb 2014; Michael Sterrett mr_bon...@gentoo.org gcompris-13.11.ebuild:
   latest librsvg has dropped the gtk use flag (bug #501418)



1.1  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.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/gcompris-14.12.ebuild?rev=1.1content-type=text/plain

Index: gcompris-14.12.ebuild
===
# 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.1 2015/01/19 05:50:07 mr_bones_ Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite,threads

inherit autotools eutils python-single-r1 games

DESCRIPTION=full featured educational application for children from 2 to 10
HOMEPAGE=http://gcompris.net/;
SRC_URI=http://gcompris.net/download/${P}.tar.bz2;

LICENSE=GPL-3+
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=gstreamer
REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=x11-libs/gtk+:2
gnome-base/librsvg[gtk(+)]
gstreamer? (
media-libs/gstreamer:0.10
media-libs/gst-plugins-good:0.10
media-plugins/gst-plugins-ogg:0.10
media-plugins/gst-plugins-alsa:0.10
media-plugins/gst-plugins-vorbis:0.10 )
!gstreamer? (
media-libs/sdl-mixer
media-libs/libsdl:0 )
dev-libs/libxml2
dev-libs/popt
virtual/libintl
dev-db/sqlite:3
dev-python/pygtk[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
gnome-base/gnome-common
dev-perl/XML-Parser
sys-devel/gettext
sys-apps/texinfo
app-text/texi2html
virtual/pkgconfig
RDEPEND=${RDEPEND}
media-gfx/tuxpaint
sci-electronics/gnucap

pkg_setup() {

[gentoo-commits] gentoo-x86 commit in games-kids/gcompris/files: gcompris-13.11-build.patch gcompris-14.12-build.patch

2015-01-18 Thread Michael Sterrett (mr_bones_)
mr_bones_15/01/19 05:50:07

  Modified: gcompris-13.11-build.patch
  Added:gcompris-14.12-build.patch
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  games-kids/gcompris/files/gcompris-13.11-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/files/gcompris-13.11-build.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/files/gcompris-13.11-build.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/files/gcompris-13.11-build.patch?r1=1.1r2=1.2

Index: gcompris-13.11-build.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-kids/gcompris/files/gcompris-13.11-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcompris-13.11-build.patch  12 Nov 2013 16:26:09 -  1.1
+++ gcompris-13.11-build.patch  19 Jan 2015 05:50:07 -  1.2
@@ -1,6 +1,5 @@
-diff -ru gcompris-13.11.orig/Makefile.am gcompris-13.11/Makefile.am
 gcompris-13.11.orig/Makefile.am2013-08-31 05:21:59.0 -0400
-+++ gcompris-13.11/Makefile.am 2013-11-05 18:37:58.851772740 -0500
+--- gcompris-13.11.orig/Makefile.am
 gcompris-13.11/Makefile.am
 @@ -7,7 +7,7 @@
  # endif
  
@@ -19,9 +18,8 @@
  Applications_in_files = gcompris.desktop.in gcompris-edit.desktop.in
  Applications_DATA = gcompris.desktop gcompris-edit.desktop
  endif
-diff -ru gcompris-13.11.orig/configure.ac gcompris-13.11/configure.ac
 gcompris-13.11.orig/configure.ac   2013-11-03 18:13:54.0 -0500
-+++ gcompris-13.11/configure.ac2013-11-05 18:44:21.210250234 -0500
+--- gcompris-13.11.orig/configure.ac
 gcompris-13.11/configure.ac
 @@ -57,7 +57,8 @@
gtk+-2.0 = $GTK_REQUIRED \
librsvg-2.0 = $LIBRSVG_REQUIRED \
@@ -70,9 +68,8 @@
AC_SUBST(PYTHON_PLUGIN_DIR)
  
dnl System GCompris config directory
-diff -ru gcompris-13.11.orig/src/gcompris/gcompris.c 
gcompris-13.11/src/gcompris/gcompris.c
 gcompris-13.11.orig/src/gcompris/gcompris.c2013-10-02 
18:13:32.0 -0400
-+++ gcompris-13.11/src/gcompris/gcompris.c 2013-11-05 18:43:42.907603900 
-0500
+--- gcompris-13.11.orig/src/gcompris/gcompris.c
 gcompris-13.11/src/gcompris/gcompris.c
 @@ -1322,7 +1322,7 @@
  properties-package_plugin_dir = g_strconcat(pkg_clib_dir, /gcompris, 
NULL);
  properties-package_python_plugin_dir = g_strconcat(pkg_data_dir, 
/gcompris/python,



1.1  games-kids/gcompris/files/gcompris-14.12-build.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/files/gcompris-14.12-build.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gcompris/files/gcompris-14.12-build.patch?rev=1.1content-type=text/plain

Index: gcompris-14.12-build.patch
===
--- gcompris-13.11.orig/Makefile.am
+++ gcompris-13.11/Makefile.am
@@ -7,7 +7,7 @@
 # endif
 
 
-icondir=$(datadir)/pixmaps
+icondir=/usr/share/pixmaps
 icon_DATA = gcompris.png gcompris-edit.png
 
 if BUILD_MINGW32
@@ -15,7 +15,7 @@
 Applications_in_files =
 Applications_DATA =
 else
-Applicationsdir = $(datadir)/applications/
+Applicationsdir = /usr/share/applications/
 Applications_in_files = gcompris.desktop.in gcompris-edit.desktop.in
 Applications_DATA = gcompris.desktop gcompris-edit.desktop
 endif
--- gcompris-13.11.orig/configure.ac
+++ gcompris-13.11/configure.ac
@@ -57,7 +57,8 @@
   gtk+-2.0 = $GTK_REQUIRED \
   librsvg-2.0 = $LIBRSVG_REQUIRED \
   libxml-2.0 = $LIBXML_REQUIRED \
-  gthread-2.0 )
+  gthread-2.0 \
+  gmodule-2.0 )
 
 AC_SUBST(GCOMPRIS_CFLAGS)
 AC_SUBST(GCOMPRIS_LIBS)
@@ -204,10 +205,8 @@
   USE_DEBUG=$enableval, USE_DEBUG=no)
 if test x$USE_DEBUG == xyes ; then
 AC_DEFINE_UNQUOTED(DEBUG, 1, Enable debug messages.)
-CFLAGS=$CFLAGS $OSX_CFLAGS -Wall -g
-else
-CFLAGS=$CFLAGS $OSX_CFLAGS -Wall -O2
 fi
+CFLAGS=$CFLAGS $OSX_CFLAGS -Wall
 
 dnl disable activation code
 AC_ARG_ENABLE(disable-activation-code,
@@ -336,21 +335,21 @@
   fi
 else
   dnl Set PACKAGE_LOCALE_DIR in config.h.
-  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, ${myprefix}/${DATADIRNAME}/locale, 
[GCompris locale directory])
+  AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, /usr/share/locale, [GCompris locale 
directory])
 
   dnl Set PACKAGE_DATA_DIR
   PACKAGE_DATA_DIR=boards
   AC_SUBST(PACKAGE_DATA_DIR)
-  AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, ${myprefix}/${DATADIRNAME}, [GCompris 
data directory])
+  AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, ${datadir}, [GCompris data directory])
 
   dnl Plugin Directory
   my_libdir=`eval echo ${libdir}`
-  AC_DEFINE_UNQUOTED(PACKAGE_CLIB_DIR, ${my_libdir}, [Gcompris plugins 
directory])
+  AC_DEFINE_UNQUOTED(PACKAGE_CLIB_DIR, ${libdir}, 

[gentoo-commits] gentoo-x86 commit in sys-power/phc-intel: phc-intel-0.3.2.12.16.ebuild ChangeLog

2015-01-18 Thread Michael Weber (xmw)
xmw 15/01/19 07:47:23

  Modified: phc-intel-0.3.2.12.16.ebuild ChangeLog
  Log:
  Allow kernel 3.17 (bug 533392).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  ChangesPath
1.2  sys-power/phc-intel/phc-intel-0.3.2.12.16.ebuild

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

Index: phc-intel-0.3.2.12.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phc-intel-0.3.2.12.16.ebuild5 Aug 2014 07:10:07 -   1.1
+++ phc-intel-0.3.2.12.16.ebuild19 Jan 2015 07:47:23 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.16.ebuild,v 1.1 
2014/08/05 07:10:07 xmw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-power/phc-intel/phc-intel-0.3.2.12.16.ebuild,v 1.2 
2015/01/19 07:47:23 xmw Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
eerror Please use a previous version of ${PN} or a newer 
kernel.
die
fi
-   if kernel_is gt 3 16 ; then
+   if kernel_is gt 3 17 ; then
eerror Your kernel version is not yet supported by this 
version of ${PN}.
eerror Please use a newer version of ${PN} or an older kernel.
die
@@ -63,8 +63,10 @@
 
if kernel_is lt 3 0 ; then
epatch 
inc/${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}/linux-phc-0.3.2.patch
-   else
+   elif kernel_is lt 3 17 ; then
epatch inc/${KV_MAJOR}.${KV_MINOR}/linux-phc-0.3.2.patch
+   else
+   epatch inc/3.16/linux-phc-0.3.2.patch
fi
 
mv acpi-cpufreq.c phc-intel.c || die



1.21 sys-power/phc-intel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   5 Aug 2014 07:13:28 -   1.20
+++ ChangeLog   19 Jan 2015 07:47:23 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sys-power/phc-intel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v 1.20 
2014/08/05 07:13:28 xmw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/phc-intel/ChangeLog,v 1.21 
2015/01/19 07:47:23 xmw Exp $
+
+  19 Jan 2015; Michael Weber x...@gentoo.org phc-intel-0.3.2.12.16.ebuild:
+  Allow kernel 3.17 (bug 533392).
 
   05 Aug 2014; Michael Weber x...@gentoo.org
   -files/phc-intel-0.3.2-rev12-trailing-space-3.5.patch,






[gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: tilt-2.0.1-r1.ebuild ChangeLog tilt-1.4.1-r2.ebuild tilt-2.0.1.ebuild

2015-01-18 Thread Hans de Graaff (graaff)
graaff  15/01/19 07:16:54

  Modified: ChangeLog
  Added:tilt-2.0.1-r1.ebuild tilt-1.4.1-r2.ebuild
  Removed:  tilt-2.0.1.ebuild
  Log:
  Move tilt 2.x in a separate slot since many packages depend explicitly on 
tilt 1.x.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.37 dev-ruby/tilt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   18 Nov 2014 13:35:58 -  1.36
+++ ChangeLog   19 Jan 2015 07:16:53 -  1.37
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/tilt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.36 2014/11/18 
13:35:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.37 2015/01/19 
07:16:53 graaff Exp $
+
+*tilt-2.0.1-r1 (19 Jan 2015)
+*tilt-1.4.1-r2 (19 Jan 2015)
+
+  19 Jan 2015; Hans de Graaff gra...@gentoo.org +tilt-1.4.1-r2.ebuild,
+  -tilt-2.0.1.ebuild, +tilt-2.0.1-r1.ebuild:
+  Move tilt 2.x in a separate slot since many packages depend explicitly on
+  tilt 1.x.
 
   18 Nov 2014; Manuel Rüger mr...@gentoo.org
   -files/tilt-1.3.2-thread_id.patch:



1.1  dev-ruby/tilt/tilt-2.0.1-r1.ebuild

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

Index: tilt-2.0.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild,v 1.1 
2015/01/19 07:16:53 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md docs/TEMPLATES.md

inherit ruby-fakegem

DESCRIPTION=A thin interface over a Ruby template engines to make their usage 
as generic as possible
HOMEPAGE=https://github.com/rtomayko/tilt;

LICENSE=MIT
SLOT=2
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

# Block on some of the potential test dependencies. These dependencies
# are optional for the test suite, and we don't want to depend on all of
# them to faciliate keywording and stabling.
ruby_add_bdepend test? (
dev-ruby/bluecloth
dev-ruby/coffee-script
dev-ruby/erubis
dev-ruby/nokogiri
dev-ruby/radius
!!dev-ruby/maruku-0.7.2 )

# Most dependencies are optional: skip haml for ruby20 and ruby21
# because haml depends on rails.
USE_RUBY=ruby19 ruby_add_bdepend test? ( dev-ruby/haml )

ruby_add_rdepend =dev-ruby/builder-2.0.0
!!dev-ruby/tilt-1.4.1-r2:0

all_ruby_prepare() {
rm Gemfile || die
sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die

# Avoid tests with minor syntax differences since this happens all
# the time when details in the dependencies change.
sed -e '/test_smarty_pants_true/,/^end/ s:^:#:' -i 
test/tilt_markdown_test.rb || die
sed -e '/smartypants when :smart is set/,/^end/ s:^:#:' -i 
test/tilt_rdiscounttemplate_test.rb || die
}



1.1  dev-ruby/tilt/tilt-1.4.1-r2.ebuild

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

Index: tilt-1.4.1-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1-r2.ebuild,v 1.1 
2015/01/19 07:16:54 graaff Exp $

EAPI=5

# jruby fails tests
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md TEMPLATES.md

RUBY_FAKEGEM_BINWRAP=

inherit ruby-fakegem

DESCRIPTION=A thin interface over a Ruby template engines to make their usage 
as generic as possible
HOMEPAGE=http://github.com/rtomayko/tilt;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 

[gentoo-commits] gentoo-x86 commit in dev-ruby/ansi: ChangeLog ansi-1.5.0.ebuild

2015-01-18 Thread Hans de Graaff (graaff)
graaff  15/01/19 07:04:45

  Modified: ChangeLog
  Added:ansi-1.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/ansi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ansi/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Aug 2014 11:39:45 -  1.4
+++ ChangeLog   19 Jan 2015 07:04:45 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ansi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ansi/ChangeLog,v 1.4 2014/08/19 
11:39:45 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ansi/ChangeLog,v 1.5 2015/01/19 
07:04:45 graaff Exp $
+
+*ansi-1.5.0 (19 Jan 2015)
+
+  19 Jan 2015; Hans de Graaff gra...@gentoo.org +ansi-1.5.0.ebuild:
+  Version bump.
 
   19 Aug 2014; Raúl Porcel armi...@gentoo.org ansi-1.4.3.ebuild:
   add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170



1.1  dev-ruby/ansi/ansi-1.5.0.ebuild

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

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

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_TEST=
RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_EXTRADOC=DEMO.md HISTORY.md README.md

inherit ruby-fakegem

DESCRIPTION=The Ruby ANSI project is collection of ANSI escape codes for Ruby
HOMEPAGE=https://rubyworks.github.io/ansi/;

LICENSE=BSD-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

# Tests cause circular dependencies with dev-ruby/qed  dev-ruby/rubytest
RESTRICT=test






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/sparc: hwlist.xml

2015-01-18 Thread Raul Porcel (armin76)
armin76 15/01/19 07:54:33

  Modified: hwlist.xml
  Log:
  Migrated to wiki

Revision  ChangesPath
1.18 xml/htdocs/proj/en/base/sparc/hwlist.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/sparc/hwlist.xml?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/sparc/hwlist.xml?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/sparc/hwlist.xml?r1=1.17r2=1.18

Index: hwlist.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/hwlist.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hwlist.xml  28 Oct 2012 15:20:59 -  1.17
+++ hwlist.xml  19 Jan 2015 07:54:33 -  1.18
@@ -1,6 +1,6 @@
 ?xml version='1.0' encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-guide lang=en
+guide lang=en disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Sparc/NonSunHw;
 titleLinux/SPARC64 Non-SUN Hardware Compatibility List/title
 
 !-- {{{ header stuff --






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

2015-01-18 Thread Anthony G. Basile
commit: 45286727a63d16d0688a88bf7cf68289efd26861
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jan 19 03:21:16 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jan 19 03:21:16 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=45286727

Do not untar with --acls, fixes bug #536762

---
 modules/catalyst_support.py |  6 +++---
 modules/generic_stage_target.py | 18 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/modules/catalyst_support.py b/modules/catalyst_support.py
index 0e9faac..702887d 100644
--- a/modules/catalyst_support.py
+++ b/modules/catalyst_support.py
@@ -108,9 +108,9 @@ contents_map={
# 'find' is disabled because it requires the source path, which is not
# always available
#find :[calc_contents,find %(path)s],
-   tar-tv:[calc_contents,tar --xattrs --acls tvf %(file)s],
-   tar-tvz:[calc_contents,tar --xattrs --acls tvzf %(file)s],
-   tar-tvj:[calc_contents,tar --xattrs --acls -I lbzip2 -tvf %(file)s],
+   tar-tv:[calc_contents,tar --xattrs tvf %(file)s],
+   tar-tvz:[calc_contents,tar --xattrs tvzf %(file)s],
+   tar-tvj:[calc_contents,tar --xattrs -I lbzip2 -tvf %(file)s],
isoinfo-l:[calc_contents,isoinfo -l -i %(file)s],
# isoinfo-f should be a last resort only
isoinfo-f:[calc_contents,isoinfo -f -i %(file)s],

diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py
index c7db027..cc24c63 100644
--- a/modules/generic_stage_target.py
+++ b/modules/generic_stage_target.py
@@ -660,10 +660,10 @@ class generic_stage_target(generic_target):
self.settings[chroot_path]+\
 (This may take some time) 
...\n
if bz2 == self.settings[chroot_path][-3:]:
-   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf +self.settings[source_path]+ -C +\
+   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux 
-I lbzip2 -xpf +self.settings[source_path]+ -C +\
self.settings[chroot_path]
else:
-   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf +self.settings[source_path]+ -C +\
+   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux 
-I lbzip2 -xpf +self.settings[source_path]+ -C +\
self.settings[chroot_path]
error_msg=Tarball extraction of +\
self.settings[source_path]+ to +\
@@ -675,10 +675,10 @@ class generic_stage_target(generic_target):
self.settings[chroot_path]+\
 (This may take some time) ...\n
if bz2 == self.settings[chroot_path][-3:]:
-   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf +self.settings[source_path]+ -C +\
+   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux 
-I lbzip2 -xpf +self.settings[source_path]+ -C +\
self.settings[chroot_path]
else:
-   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags  --acls 
--selinux -I lbzip2 -xpf +self.settings[source_path]+ -C +\
+   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux 
-I lbzip2 -xpf +self.settings[source_path]+ -C +\
self.settings[chroot_path]
error_msg=Tarball extraction of 
+self.settings[source_path]+\
 to +self.settings[chroot_path]+ failed.
@@ -777,9 +777,9 @@ class generic_stage_target(generic_target):
catalyst-hash)
destdir=self.settings[snapshot_cache_path]
if bz2 == self.settings[chroot_path][-3:]:
-   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags --acls 
--selinux -I lbzip2 -xpf +self.settings[snapshot_path]+ -C +destdir
+   unpack_cmd=tar --xattrs 
--xattrs-include=security.capability --xattrs-include=user.pax.flags 

[gentoo-commits] gentoo-x86 commit in profiles/updates: 1Q-2015

2015-01-18 Thread Hans de Graaff (graaff)
graaff  15/01/19 07:20:42

  Modified: 1Q-2015
  Log:
  Move tilt 2.x into a separate slot.

Revision  ChangesPath
1.3  profiles/updates/1Q-2015

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/1Q-2015?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/1Q-2015?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/1Q-2015?r1=1.2r2=1.3

Index: 1Q-2015
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/1Q-2015,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 1Q-2015 14 Jan 2015 12:12:50 -  1.2
+++ 1Q-2015 19 Jan 2015 07:20:42 -  1.3
@@ -8,3 +8,4 @@
 slotmove sys-firmware/iwl7260-ucode 1 8
 slotmove sys-firmware/iwl7260-ucode 2 9
 slotmove sys-firmware/iwl7260-ucode 3 10
+slotmove dev-ruby/tilt 2.0.1 2






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

2015-01-18 Thread Hans de Graaff (graaff)
graaff  15/01/19 07:20:42

  Modified: ChangeLog
  Log:
  Move tilt 2.x into a separate slot.

Revision  ChangesPath
1.9691   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9690
retrieving revision 1.9691
diff -u -r1.9690 -r1.9691
--- ChangeLog   18 Jan 2015 21:26:56 -  1.9690
+++ ChangeLog   19 Jan 2015 07:20:42 -  1.9691
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9690 2015/01/18 
21:26:56 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9691 2015/01/19 
07:20:42 graaff 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!
 
+  19 Jan 2015; Hans de Graaff gra...@gentoo.org updates/1Q-2015:
+  Move tilt 2.x into a separate slot.
+
   18 Jan 2015; Manuel Rüger mr...@gentoo.org package.mask:
   Mask Ruby 1.9 only packages.
 






[gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/sparc: sunhw.xml

2015-01-18 Thread Raul Porcel (armin76)
armin76 15/01/19 07:51:05

  Modified: sunhw.xml
  Log:
  Migrated to wiki

Revision  ChangesPath
1.38 xml/htdocs/proj/en/base/sparc/sunhw.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/sparc/sunhw.xml?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/sparc/sunhw.xml?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/sparc/sunhw.xml?r1=1.37r2=1.38

Index: sunhw.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/sunhw.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sunhw.xml   28 Oct 2012 15:20:59 -  1.37
+++ sunhw.xml   19 Jan 2015 07:51:05 -  1.38
@@ -1,6 +1,6 @@
 ?xml version='1.0' encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-guide lang=en
+guide lang=en disclaimer=obsolete 
redirect=http://wiki.gentoo.org/wiki/Sparc/SunHw;
 titleLinux/SPARC64 Sun Hardware Compatibility List/title
 
 !-- {{{ header stuff --






[gentoo-commits] proj/betagarden:master commit in: dev-util/grml-debootstrap/

2015-01-18 Thread Sebastian Pipping
commit: 79e7e11755425191b64a6e661528e1398fac6f41
Author: Sebastian Pipping sebastian AT pipping DOT org
AuthorDate: Sun Jan 18 22:17:24 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jan 19 00:01:15 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=79e7e117

dev-util/grml-debootstrap: 0.67

---
 .../grml-debootstrap/grml-debootstrap-0.67.ebuild  | 67 ++
 dev-util/grml-debootstrap/metadata.xml |  8 +++
 2 files changed, 75 insertions(+)

diff --git a/dev-util/grml-debootstrap/grml-debootstrap-0.67.ebuild 
b/dev-util/grml-debootstrap/grml-debootstrap-0.67.ebuild
new file mode 100644
index 000..5fe21cd
--- /dev/null
+++ b/dev-util/grml-debootstrap/grml-debootstrap-0.67.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION=Flexible wrapper around debootstrap
+HOMEPAGE=https://github.com/grml/grml-debootstrap;
+SRC_URI=https://github.com/grml/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz
+
+LICENSE=GPL-2  # not GPL-2+ since the config file is GPL-2 only
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=doc
+
+DEPEND=
+   app-text/asciidoc
+   dev-libs/libxslt
+   
+RDEPEND=
+   app-emulation/qemu
+   app-shells/mksh
+   dev-util/dialog
+   dev-util/debootstrap
+   sys-block/parted
+   sys-apps/debian-archive-keyring
+   sys-boot/grub:2
+   
+
+src_prepare() {
+   local old=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
+   local new=/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
+   sed s,${old},${new}, -i Makefile || die
+
+   sed 's,grub-mkimage,grub2-mkimage,' -i ${PN} || die
+}
+
+src_compile() {
+   emake doc_man
+   use doc  emake doc_html
+}
+
+src_install() {
+   # debian/rules target install
+   dodir etc/debootstrap usr/sbin etc/debootstrap/extrapackages \
+   etc/zsh/completion.d 
usr/share/grml-debootstrap/functions
+   install -m 644 config   ${D}/etc/debootstrap/
+   install -m 644 devices.tar.gz   ${D}/etc/debootstrap/
+   install -m 644 locale.gen   ${D}/etc/debootstrap/
+   install -m 644 packages ${D}/etc/debootstrap/
+   install -m 755 chroot-script${D}/etc/debootstrap/
+   install -m 755 grml-debootstrap ${D}/usr/sbin/
+   install -m 644 zsh-completion   
${D}/etc/zsh/completion.d/_grml-debootstrap
+   install -m 644 cmdlineopts.clp  
${D}/usr/share/grml-debootstrap/functions/cmdlineopts.clp
+   install -m 755 bootgrub.mksh
${D}/usr/share/grml-debootstrap/bootgrub.mksh
+
+   # debian/rules target binary-indep
+   dodoc TODO THANKS
+   doman ${PN}.8
+
+   # Some doc on top
+   use doc  {
+   dodoc grml-debootstrap.8.html
+   insinto /usr/share/doc/${PF}/
+   doins -r images
+   }
+}

diff --git a/dev-util/grml-debootstrap/metadata.xml 
b/dev-util/grml-debootstrap/metadata.xml
new file mode 100644
index 000..16bcc9f
--- /dev/null
+++ b/dev-util/grml-debootstrap/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   maintainer
+   emailsp...@gentoo.org/email
+   nameSebastian Pipping/name
+   /maintainer
+/pkgmetadata



[gentoo-commits] proj/betagarden:master commit in: sys-apps/debian-archive-keyring/

2015-01-18 Thread Sebastian Pipping
commit: 981cfd959337695572aa7ed216729d0d3540bd0b
Author: Sebastian Pipping sebastian AT pipping DOT org
AuthorDate: Sun Jan 18 23:45:56 2015 +
Commit: Sebastian Pipping sping AT gentoo DOT org
CommitDate: Mon Jan 19 00:01:03 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=981cfd95

sys-apps/debian-archive-keyring: 2014.3

---
 ...g-2012.4.ebuild = debian-archive-keyring-2014.3.ebuild} | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git 
a/sys-apps/debian-archive-keyring/debian-archive-keyring-2012.4.ebuild 
b/sys-apps/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
similarity index 59%
rename from sys-apps/debian-archive-keyring/debian-archive-keyring-2012.4.ebuild
rename to sys-apps/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
index 9c9ba11..2fdc350 100644
--- a/sys-apps/debian-archive-keyring/debian-archive-keyring-2012.4.ebuild
+++ b/sys-apps/debian-archive-keyring/debian-archive-keyring-2014.3.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit unpacker
-
 DESCRIPTION=GnuPG archive keys of the Debian archive
 HOMEPAGE=http://packages.debian.org/sid/debian-archive-keyring;
-SRC_URI=mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb
+SRC_URI=mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz
 
 LICENSE=GPL-2+
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
 
-S=${WORKDIR}
+DEPEND=app-crypt/jetring
 
-src_install() {
-   insinto /
-   doins -r .
-}
+MAKEOPTS+=' -j1'



[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-3.4.105.ebuild ck-sources-3.17.8.ebuild ChangeLog ck-sources-3.14.27.ebuild ck-sources-3.12.35.ebuild ck-sources-3.10.63.ebuild

2015-01-18 Thread Yixun Lan (dlan)
dlan15/01/19 06:23:22

  Modified: ChangeLog
  Added:ck-sources-3.4.105.ebuild ck-sources-3.17.8.ebuild
ck-sources-3.14.27.ebuild ck-sources-3.12.35.ebuild
ck-sources-3.10.63.ebuild ck-sources-3.18.3.ebuild
  Removed:  ck-sources-3.17.6.ebuild ck-sources-3.18.0.ebuild
ck-sources-3.14.26.ebuild ck-sources-3.4.104.ebuild
ck-sources-3.12.34.ebuild ck-sources-3.10.62.ebuild
  Log:
  version bump, drop old, thanks Harold Naparst
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  ChangesPath
1.242sys-kernel/ck-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog   12 Dec 2014 08:04:13 -  1.241
+++ ChangeLog   19 Jan 2015 06:23:22 -  1.242
@@ -1,6 +1,22 @@
 # ChangeLog for sys-kernel/ck-sources
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.241 
2014/12/12 08:04:13 dlan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.242 
2015/01/19 06:23:22 dlan Exp $
+
+*ck-sources-3.18.3 (19 Jan 2015)
+*ck-sources-3.17.8 (19 Jan 2015)
+*ck-sources-3.14.27 (19 Jan 2015)
+*ck-sources-3.12.35 (19 Jan 2015)
+*ck-sources-3.10.63 (19 Jan 2015)
+*ck-sources-3.4.105 (19 Jan 2015)
+
+  19 Jan 2015; Yixun Lan d...@gentoo.org -ck-sources-3.4.104.ebuild,
+  +ck-sources-3.4.105.ebuild, -ck-sources-3.10.62.ebuild,
+  +ck-sources-3.10.63.ebuild, -ck-sources-3.12.34.ebuild,
+  +ck-sources-3.12.35.ebuild, -ck-sources-3.14.26.ebuild,
+  +ck-sources-3.14.27.ebuild, -ck-sources-3.17.6.ebuild,
+  +ck-sources-3.17.8.ebuild, -ck-sources-3.18.0.ebuild,
+  +ck-sources-3.18.3.ebuild:
+  version bump, drop old, thanks Harold Naparst
 
 *ck-sources-3.18.0 (12 Dec 2014)
 *ck-sources-3.17.6 (12 Dec 2014)



1.1  sys-kernel/ck-sources/ck-sources-3.4.105.ebuild

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

Index: ck-sources-3.4.105.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.4.105.ebuild,v 1.1 
2015/01/19 06:23:22 dlan Exp $

EAPI=5
ETYPE=sources
KEYWORDS=~amd64 ~x86
IUSE=bfsonly experimental urwlocks

HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/
http://users.on.net/~ckolivas/kernel/;

K_WANT_GENPATCHES=base extras
K_GENPATCHES_VER=88
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1

inherit kernel-2
detect_version
detect_arch

K_BRANCH_ID=${KV_MAJOR}.${KV_MINOR}

DESCRIPTION=Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high 
performance patchset and Gentoo's genpatches

#-- If Gentoo-Sources don't follow then extra incremental patches are needed -

XTRA_INCP_MIN=
XTRA_INCP_MAX=

#--

CK_VERSION=3
BFS_VERSION=424

CK_FILE=patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2
BFS_FILE=${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch
XPR_1_FILE=bfs${BFS_VERSION}-grq_urwlocks.patch
XPR_2_FILE=urw-locks.patch

CK_BASE_URL=http://ck.kolivas.org/patches/3.0;
CK_LVER_URL=${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}
CK_URI=${CK_LVER_URL}/${CK_FILE}
BFS_URI=${CK_LVER_URL}/patches/${BFS_FILE}
XPR_1_URI=${CK_LVER_URL}/patches/${XPR_1_FILE}
XPR_2_URI=${CK_LVER_URL}/patches/${XPR_2_FILE}

#-- Build extra incremental patches list --

LX_INCP_URI=
LX_INCP_LIST=
if [ -n ${XTRA_INCP_MIN} ]; then
LX_INCP_URL=${KERNEL_BASE_URI}/incr
for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
LX_INCP[i]=patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2
LX_INCP_URI=${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}
LX_INCP_LIST=${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}
done
fi

#-- CK needs sometimes to patch itself... -

CK_INCP_URI=
CK_INCP_LIST=

#-- Local patches needed for the ck-patches to apply smoothly -


[gentoo-commits] gentoo-x86 commit in dev-ruby/text: text-1.3.0.ebuild ChangeLog

2015-01-18 Thread Hans de Graaff (graaff)
graaff  15/01/19 07:04:30

  Modified: text-1.3.0.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/text/text-1.3.0.ebuild

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

Index: text-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- text-1.3.0.ebuild   17 Aug 2014 00:41:53 -  1.4
+++ text-1.3.0.ebuild   19 Jan 2015 07:04:30 -  1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.3.0.ebuild,v 1.4 
2014/08/17 00:41:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.3.0.ebuild,v 1.5 
2015/01/19 07:04:30 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_EXTRADOC=README.rdoc



1.24 dev-ruby/text/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   18 Nov 2014 11:47:27 -  1.23
+++ ChangeLog   19 Jan 2015 07:04:30 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/text
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.23 2014/11/18 
11:47:27 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.24 2015/01/19 
07:04:30 graaff Exp $
+
+  19 Jan 2015; Hans de Graaff gra...@gentoo.org text-1.3.0.ebuild:
+  Add ruby22.
 
   18 Nov 2014; Agostino Sarubbo a...@gentoo.org text-1.2.3-r1.ebuild:
   Stable for sparc, wrt bug #505920






[gentoo-commits] gentoo-x86 commit in dev-python/gitdb: gitdb-0.6.4.ebuild ChangeLog gitdb-0.6.1.ebuild

2015-01-18 Thread Ian Delaney (idella4)
idella4 15/01/18 08:06:46

  Modified: ChangeLog
  Added:gitdb-0.6.4.ebuild
  Removed:  gitdb-0.6.1.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/gitdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gitdb/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   12 Jan 2015 05:31:18 -  1.7
+++ ChangeLog   18 Jan 2015 08:06:46 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gitdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/ChangeLog,v 1.7 2015/01/12 
05:31:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/ChangeLog,v 1.8 2015/01/18 
08:06:46 idella4 Exp $
+
+*gitdb-0.6.4 (18 Jan 2015)
+
+  18 Jan 2015; Ian Delaney idel...@gentoo.org +gitdb-0.6.4.ebuild,
+  -gitdb-0.6.1.ebuild:
+  bump, rm old
 
 *gitdb-0.6.3 (12 Jan 2015)
 



1.1  dev-python/gitdb/gitdb-0.6.4.ebuild

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

Index: gitdb-0.6.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gitdb/gitdb-0.6.4.ebuild,v 1.1 
2015/01/18 08:06:46 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=GitDB is a pure-Python git object database
HOMEPAGE=
https://github.com/gitpython-developers/gitdb
http://pypi.python.org/pypi/gitdb;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-vcs/git
=dev-python/smmap-0.8.5[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
# Testsuite appears to require files from a git repo

python_compile() {
python_is_python3 || local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
distutils-r1_python_compile
}






[gentoo-commits] gentoo-x86 commit in dev-util/comparator: comparator-2.10.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:35:35

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

Revision  ChangesPath
1.5  dev-util/comparator/comparator-2.10.ebuild

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

Index: comparator-2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- comparator-2.10.ebuild  17 Jan 2015 13:36:58 -  1.4
+++ comparator-2.10.ebuild  18 Jan 2015 08:35:35 -  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-util/comparator/comparator-2.10.ebuild,v 1.4 
2015/01/17 13:36:58 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.10.ebuild,v 1.5 
2015/01/18 08:35:35 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 arm ~mips ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 arm ~mips ppc ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND=



1.34 dev-util/comparator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   17 Jan 2015 13:36:58 -  1.33
+++ ChangeLog   18 Jan 2015 08:35:35 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/comparator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.33 
2015/01/17 13:36:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.34 
2015/01/18 08:35:35 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org comparator-2.10.ebuild:
+  Stable for ppc64, wrt bug #535396
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org comparator-2.10.ebuild:
   Stable for ppc, wrt bug #535396






[gentoo-commits] gentoo-x86 commit in sys-apps/paxctl: paxctl-0.9.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:35:52

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

Revision  ChangesPath
1.7  sys-apps/paxctl/paxctl-0.9.ebuild

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

Index: paxctl-0.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- paxctl-0.9.ebuild   17 Jan 2015 13:37:21 -  1.6
+++ paxctl-0.9.ebuild   18 Jan 2015 08:35:52 -  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/paxctl/paxctl-0.9.ebuild,v 1.6 
2015/01/17 13:37:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.9.ebuild,v 1.7 
2015/01/18 08:35:52 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 SRC_URI=http://pax.grsecurity.net/${P}.tar.gz;
 HOMEPAGE=http://pax.grsecurity.net;
 
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux
 IUSE=
 LICENSE=GPL-2
 SLOT=0



1.60 sys-apps/paxctl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   17 Jan 2015 13:37:21 -  1.59
+++ ChangeLog   18 Jan 2015 08:35:52 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/paxctl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.59 2015/01/17 
13:37:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.60 2015/01/18 
08:35:52 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org paxctl-0.9.ebuild:
+  Stable for ppc64, wrt bug #535648
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org paxctl-0.9.ebuild:
   Stable for ppc, wrt bug #535648






[gentoo-commits] gentoo-x86 commit in net-dns/openresolv: openresolv-3.6.1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:35:17

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

Revision  ChangesPath
1.7  net-dns/openresolv/openresolv-3.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild?r1=1.6r2=1.7

Index: openresolv-3.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openresolv-3.6.1.ebuild 17 Jan 2015 13:36:37 -  1.6
+++ openresolv-3.6.1.ebuild 18 Jan 2015 08:35:17 -  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/net-dns/openresolv/openresolv-3.6.1.ebuild,v 1.6 
2015/01/17 13:36:37 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.6.1.ebuild,v 1.7 
2015/01/18 08:35:17 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 s390 sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=
 
 DEPEND=!net-dns/resolvconf-gentoo



1.97 net-dns/openresolv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   17 Jan 2015 13:36:37 -  1.96
+++ ChangeLog   18 Jan 2015 08:35:17 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/openresolv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.96 
2015/01/17 13:36:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.97 
2015/01/18 08:35:17 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org openresolv-3.6.1.ebuild:
+  Stable for ppc64, wrt bug #535556
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org openresolv-3.6.1.ebuild:
   Stable for ppc, wrt bug #535556






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

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:36:10

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

Revision  ChangesPath
1.6  app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild

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

Index: dvipdfmx-20110311-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dvipdfmx-20110311-r1.ebuild 17 Jan 2015 13:37:44 -  1.5
+++ dvipdfmx-20110311-r1.ebuild 18 Jan 2015 08:36:10 -  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/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild,v 1.5 
2015/01/17 13:37:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/dvipdfmx/dvipdfmx-20110311-r1.ebuild,v 1.6 
2015/01/18 08:36:10 ago Exp $
 
 EAPI=3
 inherit autotools eutils texlive-common
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris
 IUSE=
 
 DEPEND=app-text/libpaper



1.81 app-text/dvipdfmx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   17 Jan 2015 13:37:44 -  1.80
+++ ChangeLog   18 Jan 2015 08:36:10 -  1.81
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/dvipdfmx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.80 
2015/01/17 13:37:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipdfmx/ChangeLog,v 1.81 
2015/01/18 08:36:10 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org dvipdfmx-20110311-r1.ebuild:
+  Stable for ppc64, wrt bug #534904
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org dvipdfmx-20110311-r1.ebuild:
   Stable for ppc, wrt bug #534904






[gentoo-commits] gentoo-x86 commit in dev-haskell/utf8-string: utf8-string-0.3.8.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:37:19

  Modified: utf8-string-0.3.8.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535022
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-haskell/utf8-string/utf8-string-0.3.8.ebuild

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

Index: utf8-string-0.3.8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- utf8-string-0.3.8.ebuild17 Jan 2015 13:40:44 -  1.3
+++ utf8-string-0.3.8.ebuild18 Jan 2015 08:37:19 -  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-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.3 
2015/01/17 13:40:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.4 
2015/01/18 08:37:19 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~ppc-macos ~x86-macos
 IUSE=
 
 RDEPEND==dev-lang/ghc-7.4.1:=



1.31 dev-haskell/utf8-string/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/utf8-string/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   17 Jan 2015 13:40:44 -  1.30
+++ ChangeLog   18 Jan 2015 08:37:19 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/utf8-string
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.30 
2015/01/17 13:40:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.31 
2015/01/18 08:37:19 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org utf8-string-0.3.8.ebuild:
+  Stable for ppc64, wrt bug #535022
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org utf8-string-0.3.8.ebuild:
   Stable for ppc, wrt bug #535022






[gentoo-commits] gentoo-x86 commit in dev-haskell/uulib: uulib-0.9.16.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:37:36

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

Revision  ChangesPath
1.4  dev-haskell/uulib/uulib-0.9.16.ebuild

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

Index: uulib-0.9.16.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uulib-0.9.16.ebuild 17 Jan 2015 13:41:04 -  1.3
+++ uulib-0.9.16.ebuild 18 Jan 2015 08:37:36 -  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-haskell/uulib/uulib-0.9.16.ebuild,v 1.3 
2015/01/17 13:41:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.16.ebuild,v 1.4 
2015/01/18 08:37:36 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=amd64 ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 ppc ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND==dev-lang/ghc-7.4.1:=



1.32 dev-haskell/uulib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uulib/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   17 Jan 2015 13:41:04 -  1.31
+++ ChangeLog   18 Jan 2015 08:37:36 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/uulib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/ChangeLog,v 1.31 
2015/01/17 13:41:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/ChangeLog,v 1.32 
2015/01/18 08:37:36 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org uulib-0.9.16.ebuild:
+  Stable for ppc64, wrt bug #535024
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org uulib-0.9.16.ebuild:
   Stable for ppc, wrt bug #535024






[gentoo-commits] gentoo-x86 commit in app-crypt/dirmngr: dirmngr-1.1.1-r1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:36:28

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

Revision  ChangesPath
1.5  app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild

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

Index: dirmngr-1.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dirmngr-1.1.1-r1.ebuild 17 Jan 2015 13:38:25 -  1.4
+++ dirmngr-1.1.1-r1.ebuild 18 Jan 2015 08:36:28 -  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/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild,v 
1.4 2015/01/17 13:38:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild,v 
1.5 2015/01/18 08:36:28 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86
 IUSE=nls
 
 RDEPEND==net-nds/openldap-2.1.26



1.70 app-crypt/dirmngr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   17 Jan 2015 13:38:25 -  1.69
+++ ChangeLog   18 Jan 2015 08:36:28 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/dirmngr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/ChangeLog,v 1.69 
2015/01/17 13:38:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/dirmngr/ChangeLog,v 1.70 
2015/01/18 08:36:28 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org dirmngr-1.1.1-r1.ebuild:
+  Stable for ppc64, wrt bug #534826
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org dirmngr-1.1.1-r1.ebuild:
   Stable for ppc, wrt bug #534826






[gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.45.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:36:47

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

Revision  ChangesPath
1.5  x11-misc/xlockmore/xlockmore-5.45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.45.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.45.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.45.ebuild?r1=1.4r2=1.5

Index: xlockmore-5.45.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.45.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xlockmore-5.45.ebuild   17 Jan 2015 13:39:11 -  1.4
+++ xlockmore-5.45.ebuild   18 Jan 2015 08:36:47 -  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/x11-misc/xlockmore/xlockmore-5.45.ebuild,v 
1.4 2015/01/17 13:39:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.45.ebuild,v 
1.5 2015/01/18 08:36:47 ago Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic pam
@@ -11,7 +11,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86
 IUSE=crypt debug gtk imagemagick motif nas opengl pam truetype xinerama 
xlockrc
 
 REQUIRED_USE=



1.145x11-misc/xlockmore/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   17 Jan 2015 13:39:11 -  1.144
+++ ChangeLog   18 Jan 2015 08:36:47 -  1.145
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xlockmore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.144 
2015/01/17 13:39:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.145 
2015/01/18 08:36:47 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org xlockmore-5.45.ebuild:
+  Stable for ppc64, wrt bug #534742
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org xlockmore-5.45.ebuild:
   Stable for ppc, wrt bug #534742






[gentoo-commits] gentoo-x86 commit in dev-python/python-nbxmpp: python-nbxmpp-0.5.1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:38:09

  Modified: python-nbxmpp-0.5.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #533402
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild

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

Index: python-nbxmpp-0.5.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-nbxmpp-0.5.1.ebuild  17 Jan 2015 19:48:02 -  1.6
+++ python-nbxmpp-0.5.1.ebuild  18 Jan 2015 08:38:09 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild,v 
1.6 2015/01/17 19:48:02 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild,v 
1.7 2015/01/18 08:38:09 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 SLOT=0
 LICENSE=BSD
-KEYWORDS=~alpha amd64 arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 S=${WORKDIR}/nbxmpp-${PV}



1.16 dev-python/python-nbxmpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   17 Jan 2015 19:48:02 -  1.15
+++ ChangeLog   18 Jan 2015 08:38:09 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-nbxmpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v 1.15 
2015/01/17 19:48:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/ChangeLog,v 1.16 
2015/01/18 08:38:09 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org python-nbxmpp-0.5.1.ebuild:
+  Stable for ppc64, wrt bug #533402
 
   17 Jan 2015; Markus Meier mae...@gentoo.org python-nbxmpp-0.5.1.ebuild:
   arm stable, bug #533402






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-id: myspell-id-2.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:38:46

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

Revision  ChangesPath
1.6  app-dicts/myspell-id/myspell-id-2.0.ebuild

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

Index: myspell-id-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- myspell-id-2.0.ebuild   17 Jan 2015 13:43:24 -  1.5
+++ myspell-id-2.0.ebuild   18 Jan 2015 08:38:46 -  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/app-dicts/myspell-id/myspell-id-2.0.ebuild,v 1.5 
2015/01/17 13:43:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-2.0.ebuild,v 1.6 
2015/01/18 08:38:46 ago Exp $
 
 EAPI=4
 
@@ -24,5 +24,5 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
 IUSE=



1.26 app-dicts/myspell-id/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-id/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   17 Jan 2015 13:43:24 -  1.25
+++ ChangeLog   18 Jan 2015 08:38:46 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/myspell-id
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.25 
2015/01/17 13:43:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.26 
2015/01/18 08:38:46 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org myspell-id-2.0.ebuild:
+  Stable for ppc64, wrt bug #534836
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org myspell-id-2.0.ebuild:
   Stable for ppc, wrt bug #534836






[gentoo-commits] gentoo-x86 commit in app-dicts/dictd-vera: dictd-vera-1.22.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:38:26

  Modified: dictd-vera-1.22.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #534834
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-dicts/dictd-vera/dictd-vera-1.22.ebuild

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

Index: dictd-vera-1.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dictd-vera-1.22.ebuild  17 Jan 2015 13:43:02 -  1.3
+++ dictd-vera-1.22.ebuild  18 Jan 2015 08:38:26 -  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/app-dicts/dictd-vera/dictd-vera-1.22.ebuild,v 1.3 
2015/01/17 13:43:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.22.ebuild,v 1.4 
2015/01/18 08:38:26 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 SLOT=0
 LICENSE=FDL-1.3
-KEYWORDS=amd64 ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 ppc ppc64 ~sparc ~x86
 
 DEPEND==app-text/dictd-1.5.5
 RDEPEND=${DEPEND}



1.33 app-dicts/dictd-vera/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/dictd-vera/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/dictd-vera/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/dictd-vera/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   17 Jan 2015 13:43:02 -  1.32
+++ ChangeLog   18 Jan 2015 08:38:26 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/dictd-vera
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.32 
2015/01/17 13:43:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.33 
2015/01/18 08:38:26 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org dictd-vera-1.22.ebuild:
+  Stable for ppc64, wrt bug #534834
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org dictd-vera-1.22.ebuild:
   Stable for ppc, wrt bug #534834






[gentoo-commits] gentoo-x86 commit in net-misc/rdesktop: rdesktop-1.8.3.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:51:10

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

Revision  ChangesPath
1.6  net-misc/rdesktop/rdesktop-1.8.3.ebuild

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

Index: rdesktop-1.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rdesktop-1.8.3.ebuild   17 Jan 2015 14:05:14 -  1.5
+++ rdesktop-1.8.3.ebuild   18 Jan 2015 08:51:10 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.8.3.ebuild,v 
1.5 2015/01/17 14:05:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.8.3.ebuild,v 
1.6 2015/01/18 08:51:10 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris
 IUSE=alsa ao debug ipv6 kerberos libsamplerate oss pcsc-lite
 
 S=${WORKDIR}/${PN}-${MY_PV}



1.171net-misc/rdesktop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog   17 Jan 2015 14:05:14 -  1.170
+++ ChangeLog   18 Jan 2015 08:51:10 -  1.171
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/rdesktop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.170 
2015/01/17 14:05:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.171 
2015/01/18 08:51:10 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org rdesktop-1.8.3.ebuild:
+  Stable for ppc64, wrt bug #535614
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org rdesktop-1.8.3.ebuild:
   Stable for ppc, wrt bug #535614






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

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 09:50:31

  Modified: ChangeLog
  Added:hatari-1.8.0.ebuild
  Log:
  Version bump to 1.8.0 Bug #524434
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.48 games-emulation/hatari/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   16 Jul 2014 02:48:29 -  1.47
+++ ChangeLog   18 Jan 2015 09:50:31 -  1.48
@@ -1,6 +1,12 @@
 # ChangeLog for games-emulation/hatari
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.47 
2014/07/16 02:48:29 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.48 
2015/01/18 09:50:31 tupone Exp $
+
+*hatari-1.8.0 (18 Jan 2015)
+
+  18 Jan 2015; Tupone Alfredo tup...@gentoo.org +hatari-1.8.0.ebuild,
+  +files/hatari-1.8.0-gentoo.patch, +files/hatari-1.8.0-gentoo-docdir.patch:
+  Version bump to 1.8.0 Bug #524434 by Hanno Boeck
 
 *hatari-1.7.0 (16 Jul 2014)
 



1.1  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.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/hatari-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: hatari-1.8.0.ebuild
===
# 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.1 2015/01/18 09:50:31 tupone Exp $

EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
inherit eutils toolchain-funcs cmake-utils python-single-r1 games

DESCRIPTION=Atari ST emulator
HOMEPAGE=http://hatari.tuxfamily.org/;
SRC_URI=http://download.tuxfamily.org/hatari/${PV}/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=
REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=${PYTHON_DEPS}
media-libs/libsdl[X,sound,video]
sys-libs/readline
media-libs/libpng
sys-libs/zlib
DEPEND=${RDEPEND}
virtual/pkgconfig
RDEPEND=${RDEPEND}
dev-python/pygtk[${PYTHON_USEDEP}]
games-emulation/emutos

pkg_setup() {
games_pkg_setup
python-single-r1_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${P}-gentoo.patch \
${FILESDIR}/${P}-gentoo-docdir.patch
# build with newer zlib (bug #387829)
sed -i -e '1i#define OF(x) x' src/includes/unzip.h || die
sed -i -e '/Encoding/d' ./python-ui/hatariui.desktop || die
sed -i -e s/python/${EPYTHON}/ tools/atari-hd-image.sh || die
sed -i \
-e s%conf=.*$%conf=\${GAMES_SYSCONFDIR}\% \
-e s%path=.*$%path=\${GAMES_DATADIR}/${PN}/hatariui\% \
python-ui/hatariui || die
sed -i -e s#@DOCDIR@#/usr/share/doc/${PF}/html/# 
python-ui/uihelpers.py || die
rm -f doc/CMakeLists.txt
}

src_configure() {
mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=TRUE
-DCMAKE_BUILD_TYPE:STRING=Release
-DDATADIR=${GAMES_DATADIR}/${PN}
-DBIN2DATADIR=${GAMES_DATADIR}/${PN}
-DBINDIR=${GAMES_BINDIR}
-DICONDIR=/usr/share/pixmaps
-DDESKTOPDIR=/usr/share/applications
-DMANDIR=/usr/share/man/man1
-DDOCDIR=/usr/share/doc/${PF}
)
cmake-utils_src_configure
}

src_install() {
DOCS=readme.txt doc/*.txt cmake-utils_src_install
dohtml -r doc/
python_fix_shebang ${ED%/}/usr/share/games/hatari/{hatariui,hconsole}/
prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
echo
elog You need a TOS ROM to run hatari. EmuTOS, a free TOS 
implementation,
elog has been installed in $(games_get_libdir) with a .img extension 
(there
elog are several from which to choose).
elog
elog Another option is to go to http://www.atari.st/ and get a real 
TOS:
elog   http://www.atari.st/;
elog
elog The first time you run hatari, you should configure it to find 
the
elog TOS you prefer to use.  Be sure to save your settings.
echo
}





[gentoo-commits] gentoo-x86 commit in games-emulation/hatari/files: hatari-1.8.0-gentoo.patch hatari-1.8.0-gentoo-docdir.patch

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 09:50:31

  Added:hatari-1.8.0-gentoo.patch
hatari-1.8.0-gentoo-docdir.patch
  Log:
  Version bump to 1.8.0 Bug #524434
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.1  games-emulation/hatari/files/hatari-1.8.0-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/files/hatari-1.8.0-gentoo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/files/hatari-1.8.0-gentoo.patch?rev=1.1content-type=text/plain

Index: hatari-1.8.0-gentoo.patch
===
--- hatari-1.4.0.orig/src/paths.c
+++ hatari-1.4.0/src/paths.c
@@ -109,71 +109,6 @@
free(pTmpName);
 }
 
-
-/**
- * Locate the directory where the hatari executable resides
- */
-static char *Paths_InitExecDir(const char *argv0)
-{
-   char *psExecDir;  /* Path string where the hatari executable can be 
found */
-
-   /* Allocate memory for storing the path string of the executable */
-   psExecDir = malloc(FILENAME_MAX);
-   if (!psExecDir)
-   {
-   fprintf(stderr, Out of memory (Paths_Init)\n);
-   exit(-1);
-   }
-
-   /* Determine the bindir...
-* Start with empty string, then try to use OS specific functions,
-* and finally analyze the PATH variable if it has not been found yet. 
*/
-   psExecDir[0] = '\0';
-
-#if defined(__linux__)
-   {
-   int i;
-   /* On Linux, we can analyze the symlink /proc/self/exe */
-   i = readlink(/proc/self/exe, psExecDir, FILENAME_MAX);
-   if (i  0)
-   {
-   char *p;
-   psExecDir[i] = '\0';
-   p = strrchr(psExecDir, '/');/* Search last slash */
-   if (p)
-   *p = 0; /* Strip file name 
from path */
-   }
-   }
-//#elif defined(WIN32) || defined(__CEGCC__)
-// /* On Windows we can use GetModuleFileName for getting the exe path */
-// GetModuleFileName(NULL, psExecDir, FILENAME_MAX);
-#endif
-
-   /* If we do not have the execdir yet, analyze argv[0] and the PATH: */
-   if (psExecDir[0] == 0)
-   {
-   if (strchr(argv0, PATHSEP) == 0)
-   {
-   /* No separator in argv[0], we have to explore PATH... 
*/
-   Paths_GetExecDirFromPATH(argv0, psExecDir, 
FILENAME_MAX);
-   }
-   else
-   {
-   /* There was a path separator in argv[0], so let's 
assume a
-* relative or absolute path to the current directory 
in argv[0] */
-   char *p;
-   strncpy(psExecDir, argv0, FILENAME_MAX);
-   psExecDir[FILENAME_MAX-1] = 0;
-   p = strrchr(psExecDir, PATHSEP);  /* Search last slash 
*/
-   if (p)
-   *p = 0;   /* Strip file 
name from path */
-   }
-   }
-
-   return psExecDir;
-}
-
-
 /**
  * Initialize the users home directory string
  * and Hatari's home directory (~/.hatari)
@@ -226,8 +161,6 @@
  */
 void Paths_Init(const char *argv0)
 {
-   char *psExecDir;  /* Path string where the hatari executable can be 
found */
-
/* Init working directory string */
if (getcwd(sWorkingDir, FILENAME_MAX) == NULL)
{
@@ -238,27 +171,11 @@
/* Init the user's home directory string */
Paths_InitHomeDirs();
 
-   /* Get the directory where the executable resides */
-   psExecDir = Paths_InitExecDir(argv0);
-
-   /* Now create the datadir path name from the bindir path name: */
-   if (psExecDir  strlen(psExecDir)  0)
-   {
-   snprintf(sDataDir, sizeof(sDataDir), %s%c%s,
-psExecDir, PATHSEP, BIN2DATADIR);
-   }
-   else
-   {
-   /* bindir could not be determined, let's assume datadir is 
relative
-* to current working directory... */
-   strcpy(sDataDir, BIN2DATADIR);
-   }
+   strcpy(sDataDir, BIN2DATADIR);
 
/* And finally make a proper absolute path out of datadir: */
File_MakeAbsoluteName(sDataDir);
 
-   free(psExecDir);
-
/* fprintf(stderr,  WorkingDir = %s\n DataDir = %s\n UserHomeDir = 
%s\n HatariHomeDir = %s\n,
sWorkingDir, sDataDir, sUserHomeDir, sHatariHomeDir); */
 }



1.1  
games-emulation/hatari/files/hatari-1.8.0-gentoo-docdir.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hatari/files/hatari-1.8.0-gentoo-docdir.patch?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in www-apache/mod_wsgi: mod_wsgi-4.4.6.ebuild ChangeLog

2015-01-18 Thread Dirkjan Ochtman (djc)
djc 15/01/18 12:43:51

  Modified: ChangeLog
  Added:mod_wsgi-4.4.6.ebuild
  Log:
  Version bump mod_wsgi to 4.4.6
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.57 www-apache/mod_wsgi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   16 Jan 2015 11:07:24 -  1.56
+++ ChangeLog   18 Jan 2015 12:43:51 -  1.57
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_wsgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.56 
2015/01/16 11:07:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.57 
2015/01/18 12:43:51 djc Exp $
+
+*mod_wsgi-4.4.6 (18 Jan 2015)
+
+  18 Jan 2015; Dirkjan Ochtman d...@gentoo.org +mod_wsgi-4.4.6.ebuild:
+  Version bump mod_wsgi to 4.4.6
 
   16 Jan 2015; Agostino Sarubbo a...@gentoo.org mod_wsgi-4.3.0.ebuild:
   Stable for x86, wrt bug #533312



1.1  www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild

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

Index: mod_wsgi-4.4.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild,v 
1.1 2015/01/18 12:43:51 djc Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
PYTHON_REQ_USE=threads

inherit apache-module eutils python-single-r1

DESCRIPTION=An Apache2 module for running Python WSGI applications
HOMEPAGE=http://code.google.com/p/modwsgi/;
SRC_URI=https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND=
RDEPEND=

APACHE2_MOD_CONF=70_${PN}
APACHE2_MOD_DEFINE=WSGI
APACHE2_MOD_FILE=${S}/src/server/.libs/${PN}.so

DOCFILES=README.rst

need_apache2

src_configure() {
econf --with-apxs=${APXS} --with-python=${PYTHON}
}

src_compile() {
default
}






[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: metadata.xml ChangeLog

2015-01-18 Thread Michal Gorny (mgorny)
mgorny  15/01/18 13:25:44

  Modified: metadata.xml ChangeLog
  Log:
  Describe USE=curl, bug #536934. Thanks to Elias Probst for the description.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.34 sys-apps/systemd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/metadata.xml?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/metadata.xml?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/metadata.xml?r1=1.33r2=1.34

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/metadata.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- metadata.xml19 Dec 2014 17:07:50 -  1.33
+++ metadata.xml18 Jan 2015 13:25:44 -  1.34
@@ -8,6 +8,7 @@
use
flag name='apparmor'Enable AppArmor support/flag
flag name='audit'Enable support for 
pkgsys-process/audit/pkg/flag
+   flag name='curl'Enable support for uploading journals and 
import of container images/flag
flag name='cryptsetup'Enable cryptsetup tools (includes unit 
generator for crypttab)/flag
flag name='firmware-loader'Enable user-space firmware loader 
(for kernels prior to 3.8)/flag
flag name='elfutils'Enable coredump stacktraces in the 
journal/flag



1.339sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- ChangeLog   17 Jan 2015 20:51:30 -  1.338
+++ ChangeLog   18 Jan 2015 13:25:44 -  1.339
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.338 
2015/01/17 20:51:30 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.339 
2015/01/18 13:25:44 mgorny Exp $
+
+  18 Jan 2015; Michał Górny mgo...@gentoo.org metadata.xml:
+  Describe USE=curl, bug #536934. Thanks to Elias Probst for the description.
 
 *systemd-218-r2 (17 Jan 2015)
 






[gentoo-commits] proj/openrc:openrc-0.13.x commit in: /

2015-01-18 Thread William Hubbs
commit: 34b55f31b357af37b999bc3e619c332fc5be1938
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Sun Jan 18 15:31:53 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sun Jan 18 15:31:53 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=34b55f31

start work on 0.13.8

---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index ca1ed74..443daf7 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.13.7
+VERSION=   0.13.8
 PKG=   ${NAME}-${VERSION}



[gentoo-commits] gentoo-x86 commit in games-engines/freesci: ChangeLog freesci-0.6.4.ebuild

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 15:39:18

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

Revision  ChangesPath
1.25 games-engines/freesci/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/freesci/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   1 Aug 2009 06:51:04 -   1.24
+++ ChangeLog   18 Jan 2015 15:39:18 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/freesci
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/freesci/ChangeLog,v 1.24 
2009/08/01 06:51:04 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/freesci/ChangeLog,v 1.25 
2015/01/18 15:39:18 tupone Exp $
+
+  18 Jan 2015; Tupone Alfredo tup...@gentoo.org freesci-0.6.4.ebuild:
+  EAPI 5
 
   01 Aug 2009; Samuli Suominen ssuomi...@gentoo.org freesci-0.6.4.ebuild:
   Remove USE depend for media-libs/alsa-lib[midi].



1.6  games-engines/freesci/freesci-0.6.4.ebuild

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

Index: freesci-0.6.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/freesci/freesci-0.6.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- freesci-0.6.4.ebuild1 Aug 2009 06:51:04 -   1.5
+++ freesci-0.6.4.ebuild18 Jan 2015 15:39:18 -  1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/freesci/freesci-0.6.4.ebuild,v 1.5 
2009/08/01 06:51:04 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/freesci/freesci-0.6.4.ebuild,v 1.6 
2015/01/18 15:39:18 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=Sierra script interpreter for your old Sierra adventures
@@ -22,6 +22,7 @@
)
ggi? ( media-libs/libggi )
sdl? ( media-libs/libsdl )
+RDEPEND=${DEPEND}
 
 src_prepare() {
sed -i \
@@ -33,19 +34,16 @@
 
 src_configure() {
egamesconf \
-   --disable-dependency-tracking \
--with-Wall \
--without-directfb \
$(use_with X x) \
$(use_with ggi) \
-   $(use_with sdl) \
-   || die
+   $(use_with sdl)
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die emake install failed
+   default
doicon desktop/${PN}.png
make_desktop_entry ${PN} FreeSCI
-   dodoc AUTHORS ChangeLog NEWS README README.Unix THANKS TODO
prepgamesdirs
 }






[gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/kmod/

2015-01-18 Thread Anthony G. Basile
commit: 31720a533702153cce8da813101973e990661923
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sun Jan 18 15:49:17 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sun Jan 18 15:49:17 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=31720a53

sys-apps/kmod: make stable on all arches

Package-Manager: portage-2.2.14
Manifest-Sign-Key: 0xF52D4BBA

---
 sys-apps/kmod/kmod-19-r99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/kmod/kmod-19-r99.ebuild b/sys-apps/kmod/kmod-19-r99.ebuild
index 164cfae..6da3cd0 100644
--- a/sys-apps/kmod/kmod-19-r99.ebuild
+++ b/sys-apps/kmod/kmod-19-r99.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-2
 else
SRC_URI=mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz
-   KEYWORDS=~amd64 ~arm ~mips ~ppc ~x86
+   KEYWORDS=amd64 arm ~mips ppc x86
inherit libtool
 fi
 



[gentoo-commits] proj/openrc:openrc-0.13.x commit in: /

2015-01-18 Thread William Hubbs
commit: a3a64ac94eaadb38dcb78f8c88437d8a1335fa07
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Sun Jan 18 15:45:32 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sun Jan 18 15:45:32 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a3a64ac9

update ChangeLog

---
 ChangeLog | 38 ++
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d6206f2..a411a9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+commit 1a2f45a4c540c5ff29b8615e7241c60f36637608
+Author: William Hubbs w.d.hu...@gmail.com
+Date:   Sun Jan 18 09:12:58 2015 -0600
+
+tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly
+
+commit 34b55f31b357af37b999bc3e619c332fc5be1938
+Author: William Hubbs w.d.hu...@gmail.com
+Date:   Sun Jan 18 09:31:53 2015 -0600
+
+start work on 0.13.8
+
+commit e0c746e938f7f22dc270cd0802ccfd2803ca7a8c
+Author: William Hubbs w.d.hu...@gmail.com
+Date:   Thu Jan 15 09:34:01 2015 -0600
+
+Create ChangeLog
+
 commit 50329eee7a126dd1e961d8fb823e5f35f515a143
 Author: William Hubbs w.d.hu...@gmail.com
 Date:   Mon Jan 12 14:37:10 2015 -0600
@@ -988,23 +1006,3 @@ Date:   Sat Jan 18 13:50:05 2014 -0600
 
 X-Gentoo-Bug: 498206
 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=498206
-
-commit cdc0dd061bed38be298e714e45cd0faa7cf77bf6
-Author: William Hubbs w.d.hu...@gmail.com
-Date:   Sat Jan 18 02:34:39 2014 -0600
-
-init-Linux.sh: do not mount /run with nosuid
-
-This is so that we will be consistent with the systemd spec forr the
-/run directory mentioned in this wiki article:
-
-http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface/
-
-commit 561b53ef09eed4dfba0b7f3026ddcdc2b7b5c54a
-Author: William Hubbs w.d.hu...@gmail.com
-Date:   Wed Jan 15 10:43:52 2014 -0600
-
-bootmisc: Remove console directories only if $RC_LIBEXECDIR is writable
-
-X-Gentoo-Bug: 489368
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=489368



[gentoo-commits] proj/openrc: New tag: openrc-0.13.8

2015-01-18 Thread William Hubbs
commit: 
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sun Jan 18 16:08:57 2015 +

New tag: openrc-0.13.8




[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.13.8.ebuild ChangeLog

2015-01-18 Thread William Hubbs (williamh)
williamh15/01/18 16:16:07

  Modified: ChangeLog
  Added:openrc-0.13.8.ebuild
  Log:
  version bump to fix interaction with kmod
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0x30C46538)

Revision  ChangesPath
1.322sys-apps/openrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -r1.321 -r1.322
--- ChangeLog   17 Jan 2015 04:35:51 -  1.321
+++ ChangeLog   18 Jan 2015 16:16:07 -  1.322
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.321 
2015/01/17 04:35:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.322 
2015/01/18 16:16:07 williamh Exp $
+
+*openrc-0.13.8 (18 Jan 2015)
+
+  18 Jan 2015; William Hubbs willi...@gentoo.org +openrc-0.13.8.ebuild:
+  version bump to fix interaction with kmod
 
   17 Jan 2015; Mikle Kolyada zlog...@gentoo.org openrc-0.13.7.ebuild:
   amd64 stable



1.1  sys-apps/openrc/openrc-0.13.8.ebuild

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

Index: openrc-0.13.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.13.8.ebuild,v 1.1 
2015/01/18 16:16:07 williamh Exp $

EAPI=5

inherit eutils flag-o-matic multilib pam toolchain-funcs

DESCRIPTION=OpenRC manages the services, startup and shutdown of a host
HOMEPAGE=http://www.gentoo.org/proj/en/base/openrc/;

if [[ ${PV} ==  ]]; then
EGIT_REPO_URI=git://github.com/OpenRC/${PN}.git
inherit git-r3
else
SRC_URI=http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
fi

LICENSE=BSD-2
SLOT=0
IUSE=debug elibc_glibc ncurses pam newnet prefix +netifrc selinux static-libs
tools unicode kernel_linux kernel_FreeBSD

COMMON_DEPEND=kernel_FreeBSD? ( || ( =sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
elibc_glibc? ( =sys-libs/glibc-2.5 )
ncurses? ( sys-libs/ncurses )
pam? ( sys-auth/pambase )
tools? ( dev-lang/perl )
kernel_linux? (
sys-process/psmisc
!sys-process/procps-3.3.9-r2
)
selinux? ( sys-libs/libselinux )
!sys-apps/baselayout-2.1-r1
!sys-fs/udev-init-scripts-27
DEPEND=${COMMON_DEPEND}
virtual/os-headers
ncurses? ( virtual/pkgconfig )
RDEPEND=${COMMON_DEPEND}
!prefix? (
kernel_linux? ( || ( =sys-apps/sysvinit-2.86-r6 
sys-process/runit ) )
kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )
)
selinux? (
sec-policy/selinux-base-policy
sec-policy/selinux-openrc
)


PDEPEND=netifrc? ( net-misc/netifrc )

src_prepare() {
sed -i 's:0444:0644:' mk/sys.mk || die

if [[ ${PV} ==  ]] ; then
local ver=git-${EGIT_VERSION:0:6}
sed -i /^GITVER[[:space:]]*=/s:=.*:=${ver}: mk/git.mk || die
fi

# Allow user patches to be applied without modifying the ebuild
epatch_user
}

src_compile() {
unset LIBDIR #266688

MAKE_ARGS=${MAKE_ARGS}
LIBNAME=$(get_libdir)
LIBEXECDIR=${EPREFIX}/$(get_libdir)/rc
MKNET=$(usex newnet)
MKSELINUX=$(usex selinux)
MKSTATICLIBS=$(usex static-libs)
MKTOOLS=$(usex tools)

local brand=Unknown
if use kernel_linux ; then
MAKE_ARGS=${MAKE_ARGS} OS=Linux
brand=Linux
elif use kernel_FreeBSD ; then
MAKE_ARGS=${MAKE_ARGS} OS=FreeBSD
brand=FreeBSD
fi
export BRANDING=Gentoo ${brand}
use prefix  MAKE_ARGS=${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}
export DEBUG=$(usev debug)
export MKPAM=$(usev pam)
export MKTERMCAP=$(usev ncurses)

tc-export CC AR RANLIB
emake ${MAKE_ARGS}
}


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

2015-01-18 Thread Pacho Ramos (pacho)
pacho   15/01/18 13:41:37

  Modified: ChangeLog
  Added:gnome-session-3.14.0-r1.ebuild
  Log:
  Patch from 3.14 branch to fix crash when autostart conditions are wrong, use 
new location for defaults list (#534790), update that list to fit new names for 
.desktop files in 3.14 cycle.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.346gnome-base/gnome-session/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- ChangeLog   22 Dec 2014 21:25:39 -  1.345
+++ ChangeLog   18 Jan 2015 13:41:37 -  1.346
@@ -1,6 +1,15 @@
 # ChangeLog for gnome-base/gnome-session
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.345 
2014/12/22 21:25:39 eva Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/ChangeLog,v 1.346 
2015/01/18 13:41:37 pacho Exp $
+
+*gnome-session-3.14.0-r1 (18 Jan 2015)
+
+  18 Jan 2015; Pacho Ramos pa...@gentoo.org +files/defaults.list-r3,
+  +files/gnome-session-3.14.0-validate-autostart.patch,
+  +gnome-session-3.14.0-r1.ebuild:
+  Patch from 3.14 branch to fix crash when autostart conditions are wrong, use
+  new location for defaults list (#534790), update that list to fit new names
+  for .desktop files in 3.14 cycle.
 
 *gnome-session-3.14.0 (22 Dec 2014)
 



1.1  gnome-base/gnome-session/gnome-session-3.14.0-r1.ebuild

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

Index: gnome-session-3.14.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.14.0-r1.ebuild,v
 1.1 2015/01/18 13:41:37 pacho Exp $

EAPI=5
GCONF_DEBUG=yes

inherit gnome2

DESCRIPTION=Gnome session manager
HOMEPAGE=https://git.gnome.org/browse/gnome-session;

LICENSE=GPL-2 LGPL-2 FDL-1.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris
IUSE=doc elibc_FreeBSD gconf ipv6 systemd

# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
# gdk-pixbuf used in the inhibit dialog
COMMON_DEPEND=
=dev-libs/glib-2.40.0:2
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-2.90.7:3
=dev-libs/json-glib-0.10
=dev-libs/dbus-glib-0.76
=gnome-base/gnome-desktop-3.9.91:3=
elibc_FreeBSD? ( dev-libs/libexecinfo )

virtual/opengl
x11-libs/libSM
x11-libs/libICE
x11-libs/libXau
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXtst
x11-misc/xdg-user-dirs
x11-misc/xdg-user-dirs-gtk
x11-apps/xdpyinfo

gconf? ( =gnome-base/gconf-2:2 )
systemd? ( =sys-apps/systemd-183:0= )

# Pure-runtime deps from the session files should *NOT* be added here
# Otherwise, things like gdm pull in gnome-shell
# gnome-themes-standard is needed for the failwhale dialog themeing
# sys-apps/dbus[X] is needed for session management
RDEPEND=${COMMON_DEPEND}
gnome-base/gnome-settings-daemon
=gnome-base/gsettings-desktop-schemas-0.1.7
=x11-themes/gnome-themes-standard-2.91.92
sys-apps/dbus[X]
!systemd? ( sys-auth/consolekit )

DEPEND=${COMMON_DEPEND}
=dev-lang/perl-5
=sys-devel/gettext-0.10.40
dev-libs/libxslt
=dev-util/intltool-0.40.6
virtual/pkgconfig
!gnome-base/gdm-2.20.4
doc? (
app-text/xmlto
dev-libs/libxslt )

# gnome-common needed for eautoreconf
# gnome-base/gdm does not provide gnome.desktop anymore

src_prepare() {
# Validate autostart condition gsettings key (from '3.14')
epatch 

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

2015-01-18 Thread Mike Gilbert (floppym)
floppym 15/01/18 14:19:13

  Modified: ChangeLog
  Added:systemd-216-r3.ebuild
  Log:
  Backport patch for compatibility with =sys-apps/kmod-18-r2.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.340sys-apps/systemd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -r1.339 -r1.340
--- ChangeLog   18 Jan 2015 13:25:44 -  1.339
+++ ChangeLog   18 Jan 2015 14:19:13 -  1.340
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/systemd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.339 
2015/01/18 13:25:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.340 
2015/01/18 14:19:13 floppym Exp $
+
+*systemd-216-r3 (18 Jan 2015)
+
+  18 Jan 2015; Mike Gilbert flop...@gentoo.org
+  +files/216-tmpfiles-setup-dev.patch, +systemd-216-r3.ebuild:
+  Backport patch for compatibility with =sys-apps/kmod-18-r2.
 
   18 Jan 2015; Michał Górny mgo...@gentoo.org metadata.xml:
   Describe USE=curl, bug #536934. Thanks to Elias Probst for the description.



1.1  sys-apps/systemd/systemd-216-r3.ebuild

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

Index: systemd-216-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 1.1 
2015/01/18 14:19:13 floppym Exp $

EAPI=5

AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit autotools-utils bash-completion-r1 linux-info multilib \
multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \
user

DESCRIPTION=System and service manager for Linux
HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd;
SRC_URI=http://www.freedesktop.org/software/systemd/${P}.tar.xz;

LICENSE=GPL-2 LGPL-2.1 MIT public-domain
SLOT=0/2
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=acl apparmor audit cryptsetup curl doc elfutils +firmware-loader gcrypt 
gudev http
idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode 
+seccomp
selinux ssl sysv-utils test vanilla

MINKV=3.8

COMMON_DEPEND==sys-apps/util-linux-2.20:0=
sys-libs/libcap:0=
acl? ( sys-apps/acl:0= )
apparmor? ( sys-libs/libapparmor:0= )
audit? ( =sys-process/audit-2:0= )
cryptsetup? ( =sys-fs/cryptsetup-1.6:0= )
curl? ( net-misc/curl:0= )
elfutils? ( =dev-libs/elfutils-0.158:0= )
gcrypt? ( =dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
gudev? ( =dev-libs/glib-2.34.3:2=[${MULTILIB_USEDEP}] )
http? (
=net-libs/libmicrohttpd-0.9.33:0=
ssl? ( =net-libs/gnutls-3.1.4:0= )
)
idn? ( net-dns/libidn:0= )
introspection? ( =dev-libs/gobject-introspection-1.31.1:0= )
kmod? ( =sys-apps/kmod-15:0= )
lz4? ( =app-arch/lz4-0_p119:0=[${MULTILIB_USEDEP}] )
lzma? ( =app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
pam? ( virtual/pam:= )
python? ( ${PYTHON_DEPS} )
qrcode? ( media-gfx/qrencode:0= )
seccomp? ( sys-libs/libseccomp:0= )
selinux? ( sys-libs/libselinux:0= )
sysv-utils? (
!sys-apps/systemd-sysv-utils
!sys-apps/sysvinit
=sys-apps/util-linux-2.24.1-r2 )
abi_x86_32? ( !=app-emulation/emul-linux-x86-baselibs-20130224-r9
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )

# baselayout-2.2 has /run
RDEPEND=${COMMON_DEPEND}
=sys-apps/baselayout-2.2
|| (
=sys-apps/util-linux-2.22
sys-apps/sysvinit-2.88-r4
)
!sys-auth/nss-myhostname
!sys-libs/glibc-2.14
!sys-fs/udev

# sys-apps/dbus: the daemon only (+ build-time lib dep for tests)
PDEPEND==sys-apps/dbus-1.6.8-r1:0[systemd]
=sys-apps/hwids-20130717-r1[udev]
=sys-fs/udev-init-scripts-25
policykit? ( sys-auth/polkit )
!vanilla? ( sys-apps/gentoo-systemd-integration )

# Newer 

[gentoo-commits] gentoo-x86 commit in sys-apps/systemd/files: 216-tmpfiles-setup-dev.patch

2015-01-18 Thread Mike Gilbert (floppym)
floppym 15/01/18 14:19:13

  Added:216-tmpfiles-setup-dev.patch
  Log:
  Backport patch for compatibility with =sys-apps/kmod-18-r2.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.1  sys-apps/systemd/files/216-tmpfiles-setup-dev.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/files/216-tmpfiles-setup-dev.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/files/216-tmpfiles-setup-dev.patch?rev=1.1content-type=text/plain

Index: 216-tmpfiles-setup-dev.patch
===
From 8c94052ee543c3598a3c7b0c46688150aa2c6168 Mon Sep 17 00:00:00 2001
From: Tom Gundersen t...@jklm.no
Date: Mon, 27 Oct 2014 17:15:42 +0100
Subject: units: tmpfiles-setup-dev - allow unsafe file creation to happen in
 /dev at boot

This will allow us to mark static device nodes with '!' to indicate that they 
should only be created at early boot.

diff --git a/units/systemd-tmpfiles-setup-dev.service.in 
b/units/systemd-tmpfiles-setup-dev.service.in
index f3833fd..0123a03 100644
--- a/units/systemd-tmpfiles-setup-dev.service.in
+++ b/units/systemd-tmpfiles-setup-dev.service.in
@@ -17,4 +17,4 @@ ConditionCapability=CAP_SYS_MODULE
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create
+ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot
-- 
cgit v0.10.2







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

2015-01-18 Thread Mike Pagano (mpagano)
mpagano 15/01/18 15:07:55

  Modified: ChangeLog
  Added:git-sources-3.19_rc5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1416   sys-kernel/git-sources/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v
retrieving revision 1.1415
retrieving revision 1.1416
diff -u -r1.1415 -r1.1416
--- ChangeLog   11 Jan 2015 21:13:04 -  1.1415
+++ ChangeLog   18 Jan 2015 15:07:55 -  1.1416
@@ -1,6 +1,11 @@
 # ChangeLog for sys-kernel/git-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1415 
2015/01/11 21:13:04 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1416 
2015/01/18 15:07:55 mpagano Exp $
+
+*git-sources-3.19_rc5 (18 Jan 2015)
+
+  18 Jan 2015; Mike Pagano mpag...@gentoo.org +git-sources-3.19_rc5.ebuild:
+  Version bump
 
 *git-sources-3.19_rc4 (11 Jan 2015)
 



1.1  sys-kernel/git-sources/git-sources-3.19_rc5.ebuild

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

Index: git-sources-3.19_rc5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.19_rc5.ebuild,v 
1.1 2015/01/18 15:07:55 mpagano Exp $

EAPI=5
UNIPATCH_STRICTORDER=yes
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_NOUSEPR=yes
K_SECURITY_UNSUPPORTED=yes
K_DEBLOB_AVAILABLE=0
ETYPE=sources
CKV=${PVR/-r/-git}

# only use this if it's not an _rc/_pre release
[ ${PV/_pre} == ${PV} ]  [ ${PV/_rc} == ${PV} ]  OKV=${PV}
inherit kernel-2
detect_version

DESCRIPTION=The very latest -git version of the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=

K_EXTRAEINFO=This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
report the problem so it can be fixed in time for the next kernel release.

RDEPEND=
DEPEND=${RDEPEND}
=sys-devel/patch-2.7.1-r3

pkg_postinst() {
postinst_sources
}






[gentoo-commits] proj/openrc:master commit in: init.d/

2015-01-18 Thread William Hubbs
commit: 3c5dc0ec7774a72e243da43ac5180ea36a311ad8
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Sun Jan 18 15:12:58 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sun Jan 18 15:13:43 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=3c5dc0ec

tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly

---
 init.d/tmpfiles.dev.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in
index 3566928..c809bf9 100644
--- a/init.d/tmpfiles.dev.in
+++ b/init.d/tmpfiles.dev.in
@@ -14,7 +14,7 @@ depend()
 start()
 {
ebegin setting up tmpfiles.d entries for /dev
-   @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts}
+   @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot 
${tmpfiles_opts}
eend $?
return 0
 }



[gentoo-commits] gentoo-x86 commit in games-engines/frotz: frotz-2.43.ebuild ChangeLog

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 15:41:51

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

Revision  ChangesPath
1.21 games-engines/frotz/frotz-2.43.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild?r1=1.20r2=1.21

Index: frotz-2.43.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- frotz-2.43.ebuild   29 Dec 2010 03:02:39 -  1.20
+++ frotz-2.43.ebuild   18 Jan 2015 15:41:51 -  1.21
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 
1.20 2010/12/29 03:02:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 
1.21 2015/01/18 15:41:51 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=Curses based interpreter for Z-code based text games
@@ -16,6 +16,7 @@
 
 DEPEND=sys-libs/ncurses
alsa? ( oss? ( media-libs/alsa-oss ) )
+RDEPEND=${DEPEND}
 
 src_prepare() {
sed -i \
@@ -30,11 +31,11 @@
 src_compile() {
local OPTS=CONFIG_DIR=${GAMES_SYSCONFDIR}
use oss  OPTS=${OPTS} SOUND_DEFS=-DOSS_SOUND SOUND_DEV=/dev/dsp
-   emake ${OPTS} all || die emake failed
+   emake ${OPTS} all
 }
 
 src_install () {
-   dogamesbin {d,}frotz || die dogamesbin failed
+   dogamesbin {d,}frotz
doman doc/*.6
dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY README TODO \
doc/{frotz.conf-big,frotz.conf-small}



1.19 games-engines/frotz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   29 Dec 2010 03:02:39 -  1.18
+++ ChangeLog   18 Jan 2015 15:41:51 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/frotz
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.18 
2010/12/29 03:02:39 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/ChangeLog,v 1.19 
2015/01/18 15:41:51 tupone Exp $
+
+  18 Jan 2015; Tupone Alfredo tup...@gentoo.org frotz-2.43.ebuild:
+  EAPI 5
 
   29 Dec 2010; Michael Sterrett mr_bon...@gentoo.org frotz-2.43.ebuild:
   update HOMEPAGE (bug #349396)






[gentoo-commits] gentoo-x86 commit in games-engines/nazghul: nazghul-0.7.1.ebuild ChangeLog

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 15:44:48

  Modified: nazghul-0.7.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-engines/nazghul/nazghul-0.7.1.ebuild

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

Index: nazghul-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nazghul-0.7.1.ebuild15 May 2014 16:42:05 -  1.4
+++ nazghul-0.7.1.ebuild18 Jan 2015 15:44:48 -  1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v 1.4 
2014/05/15 16:42:05 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/nazghul/nazghul-0.7.1.ebuild,v 1.5 
2015/01/18 15:44:48 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION=A computer role-playing game (CRPG) engine with game called 
HaximA
@@ -18,6 +18,7 @@
=media-libs/libsdl-1.2.3[X,sound,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[midi,vorbis,wav]
+RDEPEND=${DEPEND}
 
 src_prepare() {
ecvs_clean
@@ -29,10 +30,8 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} install || die
-
-   dodoc AUTHORS ChangeLog NEWS README \
-   doc/{GAME_RULES,GHULSCRIPT,MAP_HACKERS_GUIDE,USERS_GUIDE}
+   default
+   dodoc doc/{GAME_RULES,GHULSCRIPT,MAP_HACKERS_GUIDE,USERS_GUIDE}
 
dohtml -a html,gif -r doc/*
 



1.10 games-engines/nazghul/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   15 May 2014 16:42:05 -  1.9
+++ ChangeLog   18 Jan 2015 15:44:48 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/nazghul
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v 1.9 
2014/05/15 16:42:05 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/nazghul/ChangeLog,v 1.10 
2015/01/18 15:44:48 tupone Exp $
+
+  18 Jan 2015; Tupone Alfredo tup...@gentoo.org nazghul-0.7.1.ebuild:
+  EAPI 5
 
   15 May 2014; Ulrich Müller u...@gentoo.org nazghul-0.7.1.ebuild:
   Fix USE dependency on media-libs/libsdl, audio USE flag was renamed to






[gentoo-commits] proj/openrc:openrc-0.13.x commit in: init.d/

2015-01-18 Thread William Hubbs
commit: 1a2f45a4c540c5ff29b8615e7241c60f36637608
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Sun Jan 18 15:12:58 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Sun Jan 18 15:32:49 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=1a2f45a4

tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly

---
 init.d/tmpfiles.dev.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in
index 3566928..c809bf9 100644
--- a/init.d/tmpfiles.dev.in
+++ b/init.d/tmpfiles.dev.in
@@ -14,7 +14,7 @@ depend()
 start()
 {
ebegin setting up tmpfiles.d entries for /dev
-   @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create ${tmpfiles_opts}
+   @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot 
${tmpfiles_opts}
eend $?
return 0
 }



[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-session/files: gnome-session-3.14.0-validate-autostart.patch defaults.list-r3

2015-01-18 Thread Pacho Ramos (pacho)
pacho   15/01/18 13:41:37

  Added:gnome-session-3.14.0-validate-autostart.patch
defaults.list-r3
  Log:
  Patch from 3.14 branch to fix crash when autostart conditions are wrong, use 
new location for defaults list (#534790), update that list to fit new names for 
.desktop files in 3.14 cycle.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  
gnome-base/gnome-session/files/gnome-session-3.14.0-validate-autostart.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/files/gnome-session-3.14.0-validate-autostart.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/files/gnome-session-3.14.0-validate-autostart.patch?rev=1.1content-type=text/plain

Index: gnome-session-3.14.0-validate-autostart.patch
===
From 3442740ad4808f91fb857fb2dda3c24992f0bbdf Mon Sep 17 00:00:00 2001
From: Matthias Clasen mcla...@redhat.com
Date: Fri, 14 Nov 2014 09:49:21 -0500
Subject: autostart: validate autostart condition gsettings key

gnome-session will crash if fed a desktop file with an
autostart condition that references an invalid key for
a given schema.

This commit validates that the key associated with the
autostart condition is defined in the schema and defined
to have a boolean type.

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

diff --git a/gnome-session/gsm-autostart-app.c 
b/gnome-session/gsm-autostart-app.c
index 21a6004..437fb0c 100644
--- a/gnome-session/gsm-autostart-app.c
+++ b/gnome-session/gsm-autostart-app.c
@@ -337,12 +337,16 @@ setup_gsettings_condition_monitor (GsmAutostartApp *app,
 GSettingsSchemaSource *source;
 GSettingsSchema *schema;
 GSettings *settings;
+GSettingsSchemaKey *schema_key;
+const GVariantType *key_type;
 char **elems;
 gboolean retval = FALSE;
 char *signal;
 
 retval = FALSE;
 
+schema = NULL;
+
 elems = g_strsplit (key,  , 2);
 
 if (elems == NULL)
@@ -358,9 +362,24 @@ setup_gsettings_condition_monitor (GsmAutostartApp *app,
 if (schema == NULL)
 goto out;
 
+if (!g_settings_schema_has_key (schema, elems[1]))
+goto out;
+
+schema_key = g_settings_schema_get_key (schema, elems[1]);
+
+g_assert (schema_key != NULL);
+
+key_type = g_settings_schema_key_get_value_type (schema_key);
+
+g_settings_schema_key_unref (schema_key);
+
+g_assert (key_type != NULL);
+
+if (!g_variant_type_equal (key_type, G_VARIANT_TYPE_BOOLEAN))
+goto out;
+
 settings = g_settings_new_full (schema, NULL, NULL);
 retval = g_settings_get_boolean (settings, elems[1]);
-g_settings_schema_unref (schema);
 
 signal = g_strdup_printf (changed::%s, elems[1]);
 g_signal_connect (G_OBJECT (settings), signal,
@@ -370,6 +389,8 @@ setup_gsettings_condition_monitor (GsmAutostartApp *app,
 app-priv-condition_settings = settings;
 
 out:
+if (schema)
+g_settings_schema_unref (schema);
 g_strfreev (elems);
 
 return retval;
-- 
cgit v0.10.1




1.1  gnome-base/gnome-session/files/defaults.list-r3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/files/defaults.list-r3?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-session/files/defaults.list-r3?rev=1.1content-type=text/plain

Index: defaults.list-r3
===
[Default Applications]
application/rtf=abiword.desktop;libreoffice-writer.desktop;openoffice.org-writer.desktop;
application/x-abiword=abiword.desktop;
text/abiword=abiword.desktop;
text/richtext=abiword.desktop;libreoffice-writer.desktop;openoffice.org-writer.desktop;
text/rtf=abiword.desktop;libreoffice-writer.desktop;openoffice.org-writer.desktop;
text/x-abiword=abiword.desktop;
text/x-xml-abiword=abiword.desktop;
x-content/blank-bd=brasero-org.gnome.Nautilus.desktop;
x-content/blank-dvd=brasero-org.gnome.Nautilus.desktop;
x-content/blank-cd=brasero-org.gnome.Nautilus.desktop;
x-content/blank-hddvd=brasero-org.gnome.Nautilus.desktop;
application/x-dia-diagram=dia.desktop;
image/bmp=eog.desktop;
image/gif=eog.desktop;
image/jpeg=eog.desktop;
image/jpg=eog.desktop;
image/pjpeg=eog.desktop;
image/png=eog.desktop;
image/svg+xml=eog.desktop;
image/svg+xml-compressed=eog.desktop;
image/x-bmp=eog.desktop;
image/x-gray=eog.desktop;
image/x-icb=eog.desktop;
image/x-ico=eog.desktop;
image/x-pcx=eog.desktop;
image/x-png=eog.desktop;
image/x-portable-anymap=eog.desktop;
image/x-portable-bitmap=eog.desktop;
image/x-portable-graymap=eog.desktop;
image/x-portable-pixmap=eog.desktop;
image/x-xbitmap=eog.desktop;

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

2015-01-18 Thread Jeroen Roovers (jer)
jer 15/01/18 13:53:21

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v
retrieving revision 1.445
retrieving revision 1.446
diff -u -r1.445 -r1.446
--- ChangeLog   16 Jan 2015 07:35:40 -  1.445
+++ ChangeLog   18 Jan 2015 13:53:21 -  1.446
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/youtube-dl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.445 
2015/01/16 07:35:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/ChangeLog,v 1.446 
2015/01/18 13:53:21 jer Exp $
+
+*youtube-dl-2015.01.16 (18 Jan 2015)
+
+  18 Jan 2015; Jeroen Roovers j...@gentoo.org -youtube-dl-2015.01.11.ebuild,
+  +youtube-dl-2015.01.16.ebuild:
+  Version bump.
 
 *youtube-dl-2015.01.15.1 (16 Jan 2015)
 



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

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

Index: youtube-dl-2015.01.16.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2015.01.16.ebuild,v 1.1 
2015/01/18 13:53:21 jer Exp $

EAPI=5

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

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

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

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


S=${WORKDIR}/${PN}

src_prepare() {
if ! use offensive; then
sed -i -e /__version__/s|'$|-gentoo_no_offensive_sites'|g \
youtube_dl/version.py || die
local xxx=(
alphaporno anysex behindkink drtuber empflix eporner 
eroprofile extremetube
fourtube foxgay goshgay hellporno hentaistigma 
hornbunny mofosex
motherless pornhd pornhub pornotube pornoxo redtube 
sexykarma sexu
sunporno slutload spankwire thisav tnaflix trutube 
tube8 vporn xbef
xhamster xnxx xtube xvideos xxxymovies youjizz youporn
)
sed -i -e $( printf '/%s/d;' ${xxx[@]} ) 
youtube_dl/extractor/__init__.py || die
rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
test/test_age_restriction.py || die
fi
}

src_compile() {
distutils-r1_src_compile
}

src_test() {
emake test
}

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






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

2015-01-18 Thread Richard Freeman (rich0)
rich0   15/01/18 14:01:28

  Modified: kmod-19.ebuild ChangeLog
  Log:
  Revert amd64 keyword due to stable tree block on systemd.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.4  sys-apps/kmod/kmod-19.ebuild

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

Index: kmod-19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmod-19.ebuild  17 Jan 2015 03:15:26 -  1.3
+++ kmod-19.ebuild  18 Jan 2015 14:01:28 -  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/kmod/kmod-19.ebuild,v 1.3 
2015/01/17 03:15:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-19.ebuild,v 1.4 
2015/01/18 14:01:28 rich0 Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
inherit autotools git-2
 else
SRC_URI=mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz
-   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
inherit libtool
 fi
 



1.180sys-apps/kmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog   17 Jan 2015 03:15:26 -  1.179
+++ ChangeLog   18 Jan 2015 14:01:28 -  1.180
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kmod
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.179 2015/01/17 
03:15:26 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.180 2015/01/18 
14:01:28 rich0 Exp $
+
+  18 Jan 2015; Richard Freeman ri...@gentoo.org kmod-19.ebuild:
+  Revert amd64 keyword due to stable tree block on systemd.
 
   17 Jan 2015; Mikle Kolyada zlog...@gentoo.org kmod-19.ebuild:
   amd64 stable wrt bug #530424






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

2015-01-18 Thread Jeroen Roovers (jer)
jer 15/01/18 14:14:22

  Modified: ChangeLog use.mask
  Log:
  Mask USE=vaapi (bug #536956).

Revision  ChangesPath
1.232profiles/arch/hppa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog   24 Dec 2014 16:55:57 -  1.231
+++ ChangeLog   18 Jan 2015 14:14:22 -  1.232
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/hppa profile
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.231 
2014/12/24 16:55:57 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.232 
2015/01/18 14:14:22 jer Exp $
+
+  18 Jan 2015; Jeroen Roovers j...@gentoo.org use.mask:
+  Mask USE=vaapi (bug #536956).
 
   24 Dec 2014; Jeroen Roovers j...@gentoo.org package.use.mask, use.mask:
   Generally mask USE=clang.



1.87 profiles/arch/hppa/use.mask

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

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- use.mask24 Dec 2014 16:55:57 -  1.86
+++ use.mask18 Jan 2015 14:14:22 -  1.87
@@ -1,7 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.86 
2014/12/24 16:55:57 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/use.mask,v 1.87 
2015/01/18 14:14:22 jer Exp $
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
h...@gentoo.org.
 
+# Jeroen Roovers j...@gentoo.org (18 Jan 2015)
+# No video acceleration is available so video decoding acceleration will not
+# work either (bug #536956)
+vaapi
+
 # Jeroen Roovers j...@gentoo.org (24 Dec 2014)
 # sys-devel/clang has not been ported to HPPA
 clang






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

2015-01-18 Thread Johannes Huber
commit: 7a36c07883683dd53e210b04726bcdac868d0f35
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sun Jan 18 14:56:53 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sun Jan 18 14:56:53 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7a36c078

[kde-apps/lokalize] Fix file collisions

Package-Manager: portage-2.2.15

---
 kde-apps/lokalize/lokalize-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/lokalize/lokalize-.ebuild 
b/kde-apps/lokalize/lokalize-.ebuild
index 92c0b67..74e44f8 100644
--- a/kde-apps/lokalize/lokalize-.ebuild
+++ b/kde-apps/lokalize/lokalize-.ebuild
@@ -34,6 +34,8 @@ DEPEND=${PYTHON_DEPS}
 
 RDEPEND=${DEPEND}
$(add_kdeapps_dep pykde5 ${PYTHON_USEDEP})
+   !kde-apps/lokalize:4
+   !kde-base/lokalize
 
 
 pkg_setup() {



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

2015-01-18 Thread Johannes Huber
commit: 6cb2413c973f08bfe27633ac0d44ae05a48cfaaf
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Fri Jan 16 23:26:06 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sun Jan 18 13:50:01 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6cb2413c

[kde-apps/pykde5] add initial ebuild

---
 kde-apps/pykde5/metadata.xml   |  5 +++
 kde-apps/pykde5/pykde5-.ebuild | 81 ++
 2 files changed, 86 insertions(+)

diff --git a/kde-apps/pykde5/metadata.xml b/kde-apps/pykde5/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-apps/pykde5/metadata.xml
@@ -0,0 +1,5 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+   herdkde/herd
+/pkgmetadata

diff --git a/kde-apps/pykde5/pykde5-.ebuild 
b/kde-apps/pykde5/pykde5-.ebuild
new file mode 100644
index 000..433fce4
--- /dev/null
+++ b/kde-apps/pykde5/pykde5-.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE=threads
+OPENGL_REQUIRED=always
+
+inherit python-r1 portability kde5 multilib eutils
+
+DESCRIPTION=Python bindings for KDE Applications 5
+KEYWORDS=
+IUSE=doc
+HOMEPAGE=http://techbase.kde.org/Development/Languages/Python;
+
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND=${PYTHON_DEPS}
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kplotting)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep sonnet)
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
+   =dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+
+
+DEPEND=${RDEPEND}
+   doc? ( $(add_frameworks_dep kapidox) )
+
+
+src_prepare() {
+   kde5_src_prepare
+
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local mycmakeargs=(
+   -DPYTHON_EXECUTABLE=${PYTHON}
+   )
+   local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
+   kde5_src_configure
+   }
+
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   compilation() {
+   local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
+   kde5_src_compile
+   }
+   python_foreach_impl run_in_build_dir compilation
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir kde5_src_test
+}
+
+src_install() {
+   installation() {
+   emake DESTDIR=${D} install
+
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+
+   # As we don't call the eclass's src_install, we have to install the 
docs manually
+   use doc  HTML_DOCS=(${S}/docs/html/)
+   einstalldocs
+}



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

2015-01-18 Thread Johannes Huber
commit: 2897560ad456bf78c24eef80dc7fe29307beed5c
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Fri Jan 16 23:29:22 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sun Jan 18 13:50:01 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2897560a

[kde-apps/lokalize] add lokalize-:5 ebuild

---
 ...lokalize-.ebuild = lokalize-4..ebuild} |  1 +
 kde-apps/lokalize/lokalize-.ebuild | 38 +-
 2 files changed, 24 insertions(+), 15 deletions(-)

diff --git a/kde-apps/lokalize/lokalize-.ebuild 
b/kde-apps/lokalize/lokalize-4..ebuild
similarity index 96%
copy from kde-apps/lokalize/lokalize-.ebuild
copy to kde-apps/lokalize/lokalize-4..ebuild
index 9db2bee..e354dc2 100644
--- a/kde-apps/lokalize/lokalize-.ebuild
+++ b/kde-apps/lokalize/lokalize-4..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+EGIT_BRANCH=Applications/14.12
 KDE_HANDBOOK=optional
 PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde4-base

diff --git a/kde-apps/lokalize/lokalize-.ebuild 
b/kde-apps/lokalize/lokalize-.ebuild
index 9db2bee..92c0b67 100644
--- a/kde-apps/lokalize/lokalize-.ebuild
+++ b/kde-apps/lokalize/lokalize-.ebuild
@@ -4,42 +4,50 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
+KDE_HANDBOOK=true
 PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 kde4-base
+inherit python-single-r1 kde5
 
-DESCRIPTION=KDE4 translation tool
+DESCRIPTION=KDE Applications 5 translation tool
 HOMEPAGE=http://www.kde.org/applications/development/lokalize
 http://l10n.kde.org/tools;
 KEYWORDS=
-IUSE=debug nepomuk
+IUSE=
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-DEPEND=
-   ${PYTHON_DEPS}
+DEPEND=${PYTHON_DEPS}
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdoctools)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kross)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
=app-text/hunspell-1.2.8
-   =dev-qt/qtsql-4.5.0:4[sqlite]
-   nepomuk? ( =dev-libs/soprano-2.9.0 )
+   dev-qt/qtdbus:5
+   dev-qt/qtscript:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwidgets:5
 
 RDEPEND=${DEPEND}
-   $(add_kdeapps_dep kdesdk-strigi-analyzer)
-   $(add_kdebase_dep krosspython ${PYTHON_USEDEP})
-   $(add_kdebase_dep pykde4 ${PYTHON_USEDEP})
+   $(add_kdeapps_dep pykde5 ${PYTHON_USEDEP})
 
 
 pkg_setup() {
python-single-r1_pkg_setup
-   kde4-base_pkg_setup
+   kde5_pkg_setup
 }
 
 src_install() {
-   kde4-base_src_install
-   python_fix_shebang ${ED}/usr/share/apps/${PN}
+   kde5_src_install
+   python_fix_shebang ${ED}/usr/share/${PN}
 }
 
 pkg_postinst() {
-   kde4-base_pkg_postinst
+   kde5_pkg_postinst
 
if ! has_version dev-vcs/subversion ; then
elog To be able to autofetch KDE translations in new project 
wizard, install dev-vcs/subversion.



[gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/20140826: faq.xml

2015-01-18 Thread Markos Chandras (hwoarang)
hwoarang15/01/18 15:16:43

  Modified: faq.xml
  Log:
  Fix typo. Bug #536844

Revision  ChangesPath
1.3  xml/htdocs/proj/en/pr/releases/20140826/faq.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/20140826/faq.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/20140826/faq.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/20140826/faq.xml?r1=1.2r2=1.3

Index: faq.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/20140826/faq.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.xml 5 Sep 2014 03:52:48 -   1.2
+++ faq.xml 18 Jan 2015 15:16:43 -  1.3
@@ -1,6 +1,6 @@
 ?xml version='1.0' encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/20140826/faq.xml,v 1.2 
2014/09/05 03:52:48 robbat2 Exp $ --
+!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/20140826/faq.xml,v 1.3 
2015/01/18 15:16:43 hwoarang Exp $ --
 
 guide
 titleGentoo 20140826 LiveDVD Frequently Asked Questions/title
@@ -208,7 +208,7 @@
 
 ul
   li
-uri link=x86-amd64-pkg.txtx86-amd64 package list/uri
+uri link=x86-amd64.pkg.txtx86-amd64 package list/uri
   /li
   liuri link=amd64.pkg.txtamd64 package list/uri/li
 /ul






[gentoo-commits] gentoo-x86 commit in dev-perl/NetAddr-IP: NetAddr-IP-4.72.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:43:31

  Modified: NetAddr-IP-4.72.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535214
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-perl/NetAddr-IP/NetAddr-IP-4.72.0.ebuild

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

Index: NetAddr-IP-4.72.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/NetAddr-IP/NetAddr-IP-4.72.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- NetAddr-IP-4.72.0.ebuild17 Jan 2015 13:52:22 -  1.5
+++ NetAddr-IP-4.72.0.ebuild18 Jan 2015 08:43:31 -  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-perl/NetAddr-IP/NetAddr-IP-4.72.0.ebuild,v 1.5 
2015/01/17 13:52:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/NetAddr-IP/NetAddr-IP-4.72.0.ebuild,v 1.6 
2015/01/18 08:43:31 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=|| ( Artistic Artistic-2 )
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
 IUSE=ipv6
 
 RDEPEND=ipv6? ( dev-perl/Socket6 )



1.74 dev-perl/NetAddr-IP/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/NetAddr-IP/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   17 Jan 2015 13:52:22 -  1.73
+++ ChangeLog   18 Jan 2015 08:43:31 -  1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/NetAddr-IP
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetAddr-IP/ChangeLog,v 1.73 
2015/01/17 13:52:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetAddr-IP/ChangeLog,v 1.74 
2015/01/18 08:43:31 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org NetAddr-IP-4.72.0.ebuild:
+  Stable for ppc64, wrt bug #535214
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org NetAddr-IP-4.72.0.ebuild:
   Stable for ppc, wrt bug #535214






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-syck: pecl-syck-0.9.3-r3.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:44:09

  Modified: pecl-syck-0.9.3-r3.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #534566
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/pecl-syck/pecl-syck-0.9.3-r3.ebuild

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

Index: pecl-syck-0.9.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/pecl-syck-0.9.3-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pecl-syck-0.9.3-r3.ebuild   17 Jan 2015 13:55:33 -  1.4
+++ pecl-syck-0.9.3-r3.ebuild   18 Jan 2015 08:44:08 -  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/pecl-syck/pecl-syck-0.9.3-r3.ebuild,v 1.4 
2015/01/17 13:55:33 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-syck/pecl-syck-0.9.3-r3.ebuild,v 1.5 
2015/01/18 08:44:08 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 USE_PHP=php5-6 php5-5 php5-4
 inherit php-ext-pecl-r2
 
-KEYWORDS=amd64 ~arm ppc ~ppc64 x86
+KEYWORDS=amd64 ~arm ppc ppc64 x86
 
 DESCRIPTION=PHP bindings for Syck - reads and writes YAML with it
 LICENSE=PHP-3.01



1.13 dev-php/pecl-syck/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   17 Jan 2015 13:55:33 -  1.12
+++ ChangeLog   18 Jan 2015 08:44:08 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-syck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/ChangeLog,v 1.12 
2015/01/17 13:55:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-syck/ChangeLog,v 1.13 
2015/01/18 08:44:08 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org pecl-syck-0.9.3-r3.ebuild:
+  Stable for ppc64, wrt bug #534566
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org pecl-syck-0.9.3-r3.ebuild:
   Stable for ppc, wrt bug #534566






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-crack: pecl-crack-0.4-r4.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:43:50

  Modified: pecl-crack-0.4-r4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #534560
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-php/pecl-crack/pecl-crack-0.4-r4.ebuild

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

Index: pecl-crack-0.4-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pecl-crack-0.4-r4.ebuild17 Jan 2015 13:55:12 -  1.4
+++ pecl-crack-0.4-r4.ebuild18 Jan 2015 08:43:50 -  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/pecl-crack/pecl-crack-0.4-r4.ebuild,v 1.4 
2015/01/17 13:55:12 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r4.ebuild,v 1.5 
2015/01/18 08:43:50 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS=amd64 ppc ~ppc64 x86
+KEYWORDS=amd64 ppc ppc64 x86
 
 DESCRIPTION=PHP interface to the cracklib libraries
 LICENSE=PHP-3 CRACKLIB



1.17 dev-php/pecl-crack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Jan 2015 13:55:12 -  1.16
+++ ChangeLog   18 Jan 2015 08:43:50 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-crack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/ChangeLog,v 1.16 
2015/01/17 13:55:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/ChangeLog,v 1.17 
2015/01/18 08:43:50 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org pecl-crack-0.4-r4.ebuild:
+  Stable for ppc64, wrt bug #534560
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org pecl-crack-0.4-r4.ebuild:
   Stable for ppc, wrt bug #534560






[gentoo-commits] gentoo-x86 commit in sci-libs/superlu: superlu-4.3.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:46:16

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

Revision  ChangesPath
1.11 sci-libs/superlu/superlu-4.3.ebuild

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

Index: superlu-4.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- superlu-4.3.ebuild  17 Jan 2015 13:58:54 -  1.10
+++ superlu-4.3.ebuild  18 Jan 2015 08:46:16 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.10 
2015/01/17 13:58:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3.ebuild,v 1.11 
2015/01/18 08:46:16 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc examples static-libs test
 
 RDEPEND=



1.25 sci-libs/superlu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   17 Jan 2015 13:58:54 -  1.24
+++ ChangeLog   18 Jan 2015 08:46:16 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/superlu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.24 
2015/01/17 13:58:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.25 
2015/01/18 08:46:16 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org superlu-4.3.ebuild:
+  Stable for ppc64, wrt bug #534634
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org superlu-4.3.ebuild:
   Stable for ppc, wrt bug #534634






[gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run: IPC-Run-0.920.0-r1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:42:37

  Modified: IPC-Run-0.920.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535204
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild

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

Index: IPC-Run-0.920.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- IPC-Run-0.920.0-r1.ebuild   17 Jan 2015 13:51:21 -  1.4
+++ IPC-Run-0.920.0-r1.ebuild   18 Jan 2015 08:42: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-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.4 
2015/01/17 13:51:21 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.5 
2015/01/18 08:42:37 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=system() and background procs w/ piping, redirs, ptys
 
 SLOT=0
-KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-linux
+KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-linux
 IUSE=test
 
 RDEPEND==dev-perl/IO-Tty-1.08



1.50 dev-perl/IPC-Run/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   17 Jan 2015 13:51:21 -  1.49
+++ ChangeLog   18 Jan 2015 08:42:37 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.49 
2015/01/17 13:51:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.50 
2015/01/18 08:42:37 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org IPC-Run-0.920.0-r1.ebuild:
+  Stable for ppc64, wrt bug #535204
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org IPC-Run-0.920.0-r1.ebuild:
   Stable for ppc, wrt bug #535204






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-DNS: Net-DNS-0.740.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:42:56

  Modified: Net-DNS-0.740.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535210
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild

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

Index: Net-DNS-0.740.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Net-DNS-0.740.0.ebuild  17 Jan 2015 19:55:30 -  1.5
+++ Net-DNS-0.740.0.ebuild  18 Jan 2015 08:42:55 -  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-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v 
1.5 2015/01/17 19:55:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.740.0.ebuild,v 
1.6 2015/01/18 08:42:55 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Perl Net::DNS - Perl DNS Resolver Module
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 IUSE=ipv6 test
 
 RDEPEND=



1.176dev-perl/Net-DNS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.176view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?rev=1.176content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/ChangeLog?r1=1.175r2=1.176

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog   17 Jan 2015 19:55:30 -  1.175
+++ ChangeLog   18 Jan 2015 08:42:55 -  1.176
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Net-DNS
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.175 
2015/01/17 19:55:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/ChangeLog,v 1.176 
2015/01/18 08:42:55 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org Net-DNS-0.740.0.ebuild:
+  Stable for ppc64, wrt bug #535210
 
   17 Jan 2015; Markus Meier mae...@gentoo.org Net-DNS-0.740.0.ebuild:
   arm stable, bug #535210






[gentoo-commits] gentoo-x86 commit in dev-perl/Net-SSLeay: Net-SSLeay-1.650.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:43:14

  Modified: Net-SSLeay-1.650.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535212
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild

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

Index: Net-SSLeay-1.650.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Net-SSLeay-1.650.0.ebuild   17 Jan 2015 19:54:44 -  1.5
+++ Net-SSLeay-1.650.0.ebuild   18 Jan 2015 08:43:13 -  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-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild,v 1.5 
2015/01/17 19:54:44 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/Net-SSLeay-1.650.0.ebuild,v 1.6 
2015/01/18 08:43:13 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=
 
 RDEPEND=dev-libs/openssl



1.133dev-perl/Net-SSLeay/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?rev=1.133view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?rev=1.133content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog?r1=1.132r2=1.133

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   17 Jan 2015 19:54:44 -  1.132
+++ ChangeLog   18 Jan 2015 08:43:14 -  1.133
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Net-SSLeay
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.132 
2015/01/17 19:54:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SSLeay/ChangeLog,v 1.133 
2015/01/18 08:43:14 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org Net-SSLeay-1.650.0.ebuild:
+  Stable for ppc64, wrt bug #535212
 
   17 Jan 2015; Markus Meier mae...@gentoo.org Net-SSLeay-1.650.0.ebuild:
   arm stable, bug #535212






[gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-engine: foomatic-db-engine-4.0.11.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:44:25

  Modified: foomatic-db-engine-4.0.11.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535630
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild?r1=1.6r2=1.7

Index: foomatic-db-engine-4.0.11.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- foomatic-db-engine-4.0.11.ebuild17 Jan 2015 13:55:54 -  1.6
+++ foomatic-db-engine-4.0.11.ebuild18 Jan 2015 08:44:25 -  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/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild,v
 1.6 2015/01/17 13:55:54 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.11.ebuild,v
 1.7 2015/01/18 08:44:25 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
 IUSE=
 
 DEPEND=net-print/cups



1.88 net-print/foomatic-db-engine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/ChangeLog?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/ChangeLog?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/ChangeLog?r1=1.87r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   17 Jan 2015 13:55:54 -  1.87
+++ ChangeLog   18 Jan 2015 08:44:25 -  1.88
@@ -1,6 +1,10 @@
 # ChangeLog for net-print/foomatic-db-engine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 
1.87 2015/01/17 13:55:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/ChangeLog,v 
1.88 2015/01/18 08:44:25 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org
+  foomatic-db-engine-4.0.11.ebuild:
+  Stable for ppc64, wrt bug #535630
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org
   foomatic-db-engine-4.0.11.ebuild:






[gentoo-commits] proj/kde:master commit in: kde-misc/akonadi-git-resource/

2015-01-18 Thread Johannes Huber
commit: 3d94abf341f35e610753a79c07802550892073e2
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sun Jan 18 11:33:19 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sun Jan 18 11:33:19 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d94abf3

[kde-misc/akonadi-git-resource] Use dev-libs/libgit2 subslot

Package-Manager: portage-2.2.15

---
 kde-misc/akonadi-git-resource/akonadi-git-resource-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/akonadi-git-resource/akonadi-git-resource-.ebuild 
b/kde-misc/akonadi-git-resource/akonadi-git-resource-.ebuild
index 688051f..faf6f55 100644
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-.ebuild
+++ b/kde-misc/akonadi-git-resource/akonadi-git-resource-.ebuild
@@ -16,5 +16,5 @@ IUSE=debug
 
 DEPEND=
$(add_kdebase_dep kdepimlibs)
-   =dev-libs/libgit2-0.17
+   =dev-libs/libgit2-0.17:=
 



[gentoo-commits] gentoo-x86 commit in games-emulation/openmsx: ChangeLog openmsx-0.9.1.ebuild

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 11:32:28

  Modified: ChangeLog openmsx-0.9.1.ebuild
  Log:
  Verbose build. Bug #444276
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.51 games-emulation/openmsx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   17 Jan 2015 16:43:57 -  1.50
+++ ChangeLog   18 Jan 2015 11:32:28 -  1.51
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/openmsx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.50 
2015/01/17 16:43:57 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.51 
2015/01/18 11:32:28 tupone Exp $
+
+  18 Jan 2015; Tupone Alfredo tup...@gentoo.org openmsx-0.9.1.ebuild,
+  +files/openmsx-0.9.1-verbose.patch:
+  Verbose build. Bug #444276 by Agostino Sarubbo
 
   17 Jan 2015; Tupone Alfredo tup...@gentoo.org openmsx-0.9.1.ebuild:
   EAPI 5



1.7  games-emulation/openmsx/openmsx-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild?r1=1.6r2=1.7

Index: openmsx-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openmsx-0.9.1.ebuild17 Jan 2015 16:43:57 -  1.6
+++ openmsx-0.9.1.ebuild18 Jan 2015 11:32:28 -  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/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.6 
2015/01/17 16:43:57 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.9.1.ebuild,v 1.7 
2015/01/18 11:32:28 tupone Exp $
 
 EAPI=5
 inherit eutils games
@@ -34,6 +34,7 @@
|| die
sed -i -e '/SYMLINK/s:true:false:' build/custom.mk || die
sed -i -e 's/GPL.txt//' doc/node.mk || die
+   epatch ${FILESDIR}/${P}-verbose.patch
 }
 
 src_compile() {






[gentoo-commits] gentoo-x86 commit in games-emulation/openmsx/files: openmsx-0.9.1-verbose.patch

2015-01-18 Thread Alfredo Tupone (tupone)
tupone  15/01/18 11:32:28

  Added:openmsx-0.9.1-verbose.patch
  Log:
  Verbose build. Bug #444276
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.1  games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch?rev=1.1content-type=text/plain

Index: openmsx-0.9.1-verbose.patch
===
--- build/main.mk.old   2015-01-18 12:18:50.608153217 +0100
+++ build/main.mk   2015-01-18 12:20:00.352861984 +0100
@@ -541,10 +541,9 @@
 DEPEND_SUBST=$(patsubst $(SOURCES_PATH)/%.cc,$(DEPEND_PATH)/%.d,$)
 $(OBJECTS_FULL): $(INIT_DUMMY_FILE)
 $(OBJECTS_FULL): $(OBJECTS_PATH)/%.o: $(SOURCES_PATH)/%.cc $(DEPEND_PATH)/%.d
-   @echo Compiling $(patsubst $(SOURCES_PATH)/%,%,$)...
@mkdir -p $(@D)
@mkdir -p $(patsubst $(OBJECTS_PATH)%,$(DEPEND_PATH)%,$(@D))
-   @$(COMPILE_ENV) $(CXX) \
+   $(COMPILE_ENV) $(CXX) \
$(DEPEND_FLAGS) -MMD -MF $(DEPEND_SUBST) \
-o $@ $(CXXFLAGS) $(COMPILE_FLAGS) -c $
@touch $@ # Force .o file to be newer than .d file.






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

2015-01-18 Thread Sergei Trofimovich (slyfox)
slyfox  15/01/18 11:50:59

  Modified: ghc-7.8.3.ebuild ghc-7.6.3-r1.ebuild
ghc-7.4.2.ebuild ghc-7.8.4.ebuild ChangeLog
  Log:
  Drop build-tile dependency on alex and happy. Released tarballs already 
comtain pregenerated parsers and lexers to ease bootstrap.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

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

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

Index: ghc-7.8.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ghc-7.8.3.ebuild2 Jan 2015 23:50:56 -   1.11
+++ ghc-7.8.3.ebuild18 Jan 2015 11:50:59 -  1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.11 
2015/01/02 23:50:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.12 
2015/01/18 11:50:59 slyfox Exp $
 
 EAPI=5
 
@@ -86,8 +86,7 @@
 
 # similar for glibc. we have bootstrapped binaries against glibc-2.17
 DEPEND=${RDEPEND}
-   ghcbootstrap? ( =dev-haskell/alex-2.3
-   =dev-haskell/happy-1.18
+   ghcbootstrap? (
doc? ( app-text/docbook-xml-dtd:4.2
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets



1.16 dev-lang/ghc/ghc-7.6.3-r1.ebuild

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

Index: ghc-7.6.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ghc-7.6.3-r1.ebuild 2 Jan 2015 23:50:56 -   1.15
+++ ghc-7.6.3-r1.ebuild 18 Jan 2015 11:50:59 -  1.16
@@ -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-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.15 
2015/01/02 23:50:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.16 
2015/01/18 11:50:59 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -107,12 +107,11 @@
 
 # similar for glibc. we have bootstrapped binaries against glibc-2.14
 DEPEND=${RDEPEND}
-   ghcbootstrap? ( =dev-haskell/alex-2.3
-   =dev-haskell/happy-1.18
-   doc? (  app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xml-dtd:4.5
-   app-text/docbook-xsl-stylesheets
-   =dev-libs/libxslt-1.1.2 ) )
+   ghcbootstrap? (
+   doc? ( app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   =dev-libs/libxslt-1.1.2 ) )
!ghcbootstrap? ( !prefix? ( elibc_glibc? ( =sys-libs/glibc-2.15 ) ) )
 
 PDEPEND=!ghcbootstrap? ( =app-admin/haskell-updater-1.2* )



1.16 dev-lang/ghc/ghc-7.4.2.ebuild

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

Index: ghc-7.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ghc-7.4.2.ebuild15 Feb 2014 08:52:36 -  1.15
+++ ghc-7.4.2.ebuild18 Jan 2015 11:50:59 -  1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.15 
2014/02/15 08:52:36 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.16 
2015/01/18 

[gentoo-commits] proj/kde:master commit in: kde-plasma/baloo-widgets/

2015-01-18 Thread Johannes Huber
commit: 6c15a9cd4bb166a08b324feca10171ff4407ba9d
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Sun Jan 18 11:51:49 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Sun Jan 18 11:51:49 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6c15a9cd

[kde-plasma/baloo-widgets] Fix file collisions with kde-base/baloo-widgets:5

Package-Manager: portage-2.2.15

---
 kde-plasma/baloo-widgets/baloo-widgets-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/baloo-widgets/baloo-widgets-.ebuild 
b/kde-plasma/baloo-widgets/baloo-widgets-.ebuild
index 2f3c75e..f3398f8 100644
--- a/kde-plasma/baloo-widgets/baloo-widgets-.ebuild
+++ b/kde-plasma/baloo-widgets/baloo-widgets-.ebuild
@@ -23,4 +23,6 @@ DEPEND=
dev-qt/qtgui:5
dev-qt/qtwidgets:5
 
-RDEPEND=${DEPEND}
+RDEPEND=${DEPEND}
+   !kde-base/baloo-widgets:5
+



[gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.9.2.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 12:01:18

  Modified: gcc-4.9.2.ebuild ChangeLog
  Log:
  Add ~amd64, wrt bug #536874
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=~amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  sys-devel/gcc/gcc-4.9.2.ebuild

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

Index: gcc-4.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcc-4.9.2.ebuild17 Jan 2015 18:04:55 -  1.3
+++ gcc-4.9.2.ebuild18 Jan 2015 12:01:18 -  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-devel/gcc/gcc-4.9.2.ebuild,v 1.3 
2015/01/17 18:04:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.4 
2015/01/18 12:01:18 ago Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@
 
 inherit eutils toolchain
 
-KEYWORDS=~hppa
+KEYWORDS=~amd64 ~hppa
 
 RDEPEND=
 DEPEND=${RDEPEND}



1.1038   sys-devel/gcc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1037
retrieving revision 1.1038
diff -u -r1.1037 -r1.1038
--- ChangeLog   17 Jan 2015 18:04:55 -  1.1037
+++ ChangeLog   18 Jan 2015 12:01:18 -  1.1038
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1037 2015/01/17 
18:04:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1038 2015/01/18 
12:01:18 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org gcc-4.9.2.ebuild:
+  Add ~amd64, wrt bug #536874
 
   17 Jan 2015; Jeroen Roovers j...@gentoo.org gcc-4.9.0.ebuild,
   gcc-4.9.1.ebuild, gcc-4.9.2.ebuild:






[gentoo-commits] gentoo-x86 commit in www-client/chromium: ChangeLog chromium-40.0.2214.85.ebuild chromium-41.0.2272.3.ebuild

2015-01-18 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr15/01/18 12:51:41

  Modified: ChangeLog chromium-40.0.2214.85.ebuild
chromium-41.0.2272.3.ebuild
  Log:
  Require at least gcc-4.8, bug #535730 by Anton Kochkov.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.1181   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1180
retrieving revision 1.1181
diff -u -r1.1180 -r1.1181
--- ChangeLog   16 Jan 2015 00:51:32 -  1.1180
+++ ChangeLog   18 Jan 2015 12:51:41 -  1.1181
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1180 
2015/01/16 00:51:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1181 
2015/01/18 12:51:41 phajdan.jr Exp $
+
+  18 Jan 2015; Pawel Hajdan jr phajdan...@gentoo.org
+  chromium-40.0.2214.85.ebuild, chromium-41.0.2272.3.ebuild:
+  Require at least gcc-4.8, bug #535730 by Anton Kochkov.
 
 *chromium-40.0.2214.85 (16 Jan 2015)
 



1.2  www-client/chromium/chromium-40.0.2214.85.ebuild

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

Index: chromium-40.0.2214.85.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.85.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-40.0.2214.85.ebuild16 Jan 2015 00:51:32 -  1.1
+++ chromium-40.0.2214.85.ebuild18 Jan 2015 12:51:41 -  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/www-client/chromium/chromium-40.0.2214.85.ebuild,v 1.1 
2015/01/16 00:51:32 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-40.0.2214.85.ebuild,v 1.2 
2015/01/18 12:51:41 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -148,6 +148,13 @@
 - x11-themes/tango-icon-theme
 
 
+pkg_pretend() {
+   if [[ $(tc-getCC)$ == *gcc* ]]  \
+   [[ $(gcc-major-version)$(gcc-minor-version) -lt 48 ]]; then
+   die 'At least gcc 4.8 is required, see bugs: #535730, #525374, 
#518668.'
+   fi
+}
+
 pkg_setup() {
if [[ ${SLOT} == 0 ]]; then
CHROMIUM_SUFFIX=



1.2  www-client/chromium/chromium-41.0.2272.3.ebuild

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

Index: chromium-41.0.2272.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2272.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-41.0.2272.3.ebuild 14 Jan 2015 20:01:29 -  1.1
+++ chromium-41.0.2272.3.ebuild 18 Jan 2015 12:51:41 -  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/www-client/chromium/chromium-41.0.2272.3.ebuild,v 1.1 
2015/01/14 20:01:29 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-41.0.2272.3.ebuild,v 1.2 
2015/01/18 12:51:41 phajdan.jr Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -148,6 +148,13 @@
 - x11-themes/tango-icon-theme
 
 
+pkg_pretend() {
+   if [[ $(tc-getCC)$ == *gcc* ]]  \
+   [[ $(gcc-major-version)$(gcc-minor-version) -lt 48 ]]; then
+   die 'At least gcc 4.8 is required, see bugs: #535730, #525374, 
#518668.'
+   fi
+}
+
 pkg_setup() {
if [[ ${SLOT} == 0 ]]; then
CHROMIUM_SUFFIX=






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-ro: myspell-ro-3.3.10.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:39:06

  Modified: myspell-ro-3.3.10.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #534840
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild

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

Index: myspell-ro-3.3.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- myspell-ro-3.3.10.ebuild17 Jan 2015 13:43:46 -  1.5
+++ myspell-ro-3.3.10.ebuild18 Jan 2015 08:39:06 -  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/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v 1.5 
2015/01/17 13:43:46 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-ro/myspell-ro-3.3.10.ebuild,v 1.6 
2015/01/18 08:39:06 ago Exp $
 
 EAPI=5
 
@@ -30,5 +30,5 @@
 
 LICENSE=GPL-2 LGPL-2.1 MPL-1.1
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
 IUSE=



1.37 app-dicts/myspell-ro/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-ro/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   17 Jan 2015 13:43:46 -  1.36
+++ ChangeLog   18 Jan 2015 08:39:06 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/myspell-ro
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.36 
2015/01/17 13:43:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ro/ChangeLog,v 1.37 
2015/01/18 08:39:06 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org myspell-ro-3.3.10.ebuild:
+  Stable for ppc64, wrt bug #534840
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org myspell-ro-3.3.10.ebuild:
   Stable for ppc, wrt bug #534840






[gentoo-commits] gentoo-x86 commit in app-text/docbook-xsl-stylesheets: docbook-xsl-stylesheets-1.78.0-r1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:39:26

  Modified: docbook-xsl-stylesheets-1.78.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #534902
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  
app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild

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

Index: docbook-xsl-stylesheets-1.78.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- docbook-xsl-stylesheets-1.78.0-r1.ebuild17 Jan 2015 19:41:35 -  
1.6
+++ docbook-xsl-stylesheets-1.78.0-r1.ebuild18 Jan 2015 08:39:26 -  
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-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild,v
 1.6 2015/01/17 19:41:35 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild,v
 1.7 2015/01/18 08:39:26 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=ruby
 
 RDEPEND==app-text/build-docbook-catalog-1.1



1.144app-text/docbook-xsl-stylesheets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog?rev=1.144view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog?rev=1.144content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog?r1=1.143r2=1.144

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   17 Jan 2015 19:41:35 -  1.143
+++ ChangeLog   18 Jan 2015 08:39:26 -  1.144
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/docbook-xsl-stylesheets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.143 
2015/01/17 19:41:35 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.144 
2015/01/18 08:39:26 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org
+  docbook-xsl-stylesheets-1.78.0-r1.ebuild:
+  Stable for ppc64, wrt bug #534902
 
   17 Jan 2015; Markus Meier mae...@gentoo.org
   docbook-xsl-stylesheets-1.78.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/libmix: libmix-2.05-r7.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:40:07

  Modified: libmix-2.05-r7.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535114
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/libmix/libmix-2.05-r7.ebuild

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

Index: libmix-2.05-r7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmix/libmix-2.05-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libmix-2.05-r7.ebuild   17 Jan 2015 19:45:11 -  1.5
+++ libmix-2.05-r7.ebuild   18 Jan 2015 08:40:07 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmix/libmix-2.05-r7.ebuild,v 1.5 
2015/01/17 19:45:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmix/libmix-2.05-r7.ebuild,v 1.6 
2015/01/18 08:40:07 ago Exp $
 
 EAPI=5
 inherit autotools base multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd
 IUSE=static-libs
 
 S=${WORKDIR}/${PN}-v${PV}



1.42 dev-libs/libmix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmix/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   17 Jan 2015 19:45:11 -  1.41
+++ ChangeLog   18 Jan 2015 08:40:07 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libmix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmix/ChangeLog,v 1.41 2015/01/17 
19:45:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmix/ChangeLog,v 1.42 2015/01/18 
08:40:07 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org libmix-2.05-r7.ebuild:
+  Stable for ppc64, wrt bug #535114
 
   17 Jan 2015; Markus Meier mae...@gentoo.org libmix-2.05-r7.ebuild:
   arm stable, bug #535114






[gentoo-commits] gentoo-x86 commit in app-text/xmlto: xmlto-0.0.26.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:39:47

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

Revision  ChangesPath
1.6  app-text/xmlto/xmlto-0.0.26.ebuild

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

Index: xmlto-0.0.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xmlto-0.0.26.ebuild 17 Jan 2015 19:43:30 -  1.5
+++ xmlto-0.0.26.ebuild 18 Jan 2015 08:39:47 -  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/app-text/xmlto/xmlto-0.0.26.ebuild,v 1.5 
2015/01/17 19:43:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v 1.6 
2015/01/18 08:39:47 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
 IUSE=latex
 
 RDEPEND==app-text/docbook-xsl-stylesheets-1.62.0-r1



1.97 app-text/xmlto/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   17 Jan 2015 19:43:30 -  1.96
+++ ChangeLog   18 Jan 2015 08:39:47 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/xmlto
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.96 2015/01/17 
19:43:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.97 2015/01/18 
08:39:47 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org xmlto-0.0.26.ebuild:
+  Stable for ppc64, wrt bug #534918
 
   17 Jan 2015; Markus Meier mae...@gentoo.org xmlto-0.0.26.ebuild:
   arm stable, bug #534918






[gentoo-commits] gentoo-x86 commit in app-dicts/myspell-lv: myspell-lv-1.0.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:41:05

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

Revision  ChangesPath
1.6  app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild

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

Index: myspell-lv-1.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- myspell-lv-1.0.0.ebuild 17 Jan 2015 13:47:17 -  1.5
+++ myspell-lv-1.0.0.ebuild 18 Jan 2015 08:41: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/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild,v 1.5 
2015/01/17 13:47:17 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-1.0.0.ebuild,v 1.6 
2015/01/18 08:41:05 ago Exp $
 
 EAPI=5
 
@@ -24,5 +24,5 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
 IUSE=



1.31 app-dicts/myspell-lv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   17 Jan 2015 13:47:17 -  1.30
+++ ChangeLog   18 Jan 2015 08:41:05 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-dicts/myspell-lv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.30 
2015/01/17 13:47:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.31 
2015/01/18 08:41:05 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org myspell-lv-1.0.0.ebuild:
+  Stable for ppc64, wrt bug #534838
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org myspell-lv-1.0.0.ebuild:
   Stable for ppc, wrt bug #534838






[gentoo-commits] gentoo-x86 commit in dev-libs/libxdg-basedir: libxdg-basedir-1.2.0-r1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:40:25

  Modified: libxdg-basedir-1.2.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535122
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild

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

Index: libxdg-basedir-1.2.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxdg-basedir-1.2.0-r1.ebuild  17 Jan 2015 19:44:27 -  1.5
+++ libxdg-basedir-1.2.0-r1.ebuild  18 Jan 2015 08:40:25 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v
 1.5 2015/01/17 19:44:27 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild,v
 1.6 2015/01/18 08:40:25 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=amd64 arm hppa ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x64-macos ~x86-solaris
+KEYWORDS=amd64 arm hppa ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x64-macos ~x86-solaris
 IUSE=doc static-libs
 
 RDEPEND=



1.43 dev-libs/libxdg-basedir/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   17 Jan 2015 19:44:27 -  1.42
+++ ChangeLog   18 Jan 2015 08:40:25 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxdg-basedir
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.42 
2015/01/17 19:44:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdg-basedir/ChangeLog,v 1.43 
2015/01/18 08:40:25 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org 
libxdg-basedir-1.2.0-r1.ebuild:
+  Stable for ppc64, wrt bug #535122
 
   17 Jan 2015; Markus Meier mae...@gentoo.org libxdg-basedir-1.2.0-r1.ebuild:
   arm stable, bug #535122






[gentoo-commits] gentoo-x86 commit in net-libs/ccrtp: ccrtp-2.0.9.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:40:45

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

Revision  ChangesPath
1.4  net-libs/ccrtp/ccrtp-2.0.9.ebuild

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

Index: ccrtp-2.0.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccrtp-2.0.9.ebuild  17 Jan 2015 13:46:55 -  1.3
+++ ccrtp-2.0.9.ebuild  18 Jan 2015 08:40: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/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.3 
2015/01/17 13:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.4 
2015/01/18 08:40:45 ago Exp $
 
 EAPI=5
 inherit eutils multilib
@@ -9,7 +9,7 @@
 HOMEPAGE=http://www.gnu.org/software/ccrtp/;
 SRC_URI=mirror://gnu/${PN}/${P}.tar.gz
 
-KEYWORDS=amd64 ppc ~ppc64 ~x86
+KEYWORDS=amd64 ppc ppc64 ~x86
 LICENSE=GPL-2
 IUSE=doc
 SLOT=0/2



1.36 net-libs/ccrtp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   17 Jan 2015 13:46:55 -  1.35
+++ ChangeLog   18 Jan 2015 08:40:45 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/ccrtp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.35 2015/01/17 
13:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.36 2015/01/18 
08:40:45 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org ccrtp-2.0.9.ebuild:
+  Stable for ppc64, wrt bug #535572
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org ccrtp-2.0.9.ebuild:
   Stable for ppc, wrt bug #535572






[gentoo-commits] gentoo-x86 commit in net-analyzer/arping: arping-2.14.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:41:25

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

Revision  ChangesPath
1.6  net-analyzer/arping/arping-2.14.ebuild

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

Index: arping-2.14.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.14.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- arping-2.14.ebuild  17 Jan 2015 13:48:59 -  1.5
+++ arping-2.14.ebuild  18 Jan 2015 08:41:25 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.14.ebuild,v 
1.5 2015/01/17 13:48:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.14.ebuild,v 
1.6 2015/01/18 08:41:25 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=2
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos
 
 DEPEND=
net-libs/libpcap



1.86 net-analyzer/arping/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   17 Jan 2015 13:48:59 -  1.85
+++ ChangeLog   18 Jan 2015 08:41:25 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/arping
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.85 
2015/01/17 13:48:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.86 
2015/01/18 08:41:25 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org arping-2.14.ebuild:
+  Stable for ppc64, wrt bug #535522
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org arping-2.14.ebuild:
   Stable for ppc, wrt bug #535522






[gentoo-commits] gentoo-x86 commit in dev-perl/Clone: Clone-0.360.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:41:43

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

Revision  ChangesPath
1.6  dev-perl/Clone/Clone-0.360.0.ebuild

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

Index: Clone-0.360.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.360.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Clone-0.360.0.ebuild17 Jan 2015 19:52:31 -  1.5
+++ Clone-0.360.0.ebuild18 Jan 2015 08:41: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-perl/Clone/Clone-0.360.0.ebuild,v 1.5 
2015/01/17 19:52:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.360.0.ebuild,v 1.6 
2015/01/18 08:41:43 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Recursively copy Perl datatypes
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 
 SRC_TEST=do
 mymake='OPTIMIZE=${CFLAGS}'



1.100dev-perl/Clone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   17 Jan 2015 19:52:31 -  1.99
+++ ChangeLog   18 Jan 2015 08:41:43 -  1.100
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Clone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.99 2015/01/17 
19:52:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.100 2015/01/18 
08:41:43 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org Clone-0.360.0.ebuild:
+  Stable for ppc64, wrt bug #535154
 
   17 Jan 2015; Markus Meier mae...@gentoo.org Clone-0.360.0.ebuild:
   arm stable, bug #535154






[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Socket-SSL: IO-Socket-SSL-1.967.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:42:01

  Modified: IO-Socket-SSL-1.967.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535200
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild?r1=1.5r2=1.6

Index: IO-Socket-SSL-1.967.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- IO-Socket-SSL-1.967.0.ebuild17 Jan 2015 19:54:00 -  1.5
+++ IO-Socket-SSL-1.967.0.ebuild18 Jan 2015 08:42:01 -  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-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild,v 
1.5 2015/01/17 19:54:00 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.967.0.ebuild,v 
1.6 2015/01/18 08:42:01 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Nearly transparent SSL encapsulation for IO::Socket::INET
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=idn
 
 DEPEND=



1.215dev-perl/IO-Socket-SSL/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog   17 Jan 2015 19:54:00 -  1.214
+++ ChangeLog   18 Jan 2015 08:42:01 -  1.215
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-Socket-SSL
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.214 
2015/01/17 19:54:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.215 
2015/01/18 08:42:01 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org IO-Socket-SSL-1.967.0.ebuild:
+  Stable for ppc64, wrt bug #535200
 
   17 Jan 2015; Markus Meier mae...@gentoo.org IO-Socket-SSL-1.967.0.ebuild:
   arm stable, bug #535200






[gentoo-commits] dev/maksbotan:master commit in: dev-util/zimwriterfs/

2015-01-18 Thread Maxim Koltsov
commit: 7e62648b7710ef2318b022d2e5aa48117f36cafe
Author: Maxim Koltsov maksbotan AT gentoo DOT org
AuthorDate: Sun Jan 18 10:53:14 2015 +
Commit: Maxim Koltsov maksbotan AT gentoo DOT org
CommitDate: Sun Jan 18 10:53:14 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=7e62648b

Add zimlib and zimwriterfs

Package-Manager: portage-2.2.15
Manifest-Sign-Key: F8DBDADE

---
 dev-util/zimwriterfs/Manifest| 16 +++
 dev-util/zimwriterfs/metadata.xml|  8 ++
 dev-util/zimwriterfs/zimwriterfs-.ebuild | 41 
 3 files changed, 65 insertions(+)

diff --git a/dev-util/zimwriterfs/Manifest b/dev-util/zimwriterfs/Manifest
new file mode 100644
index 000..5da39e4
--- /dev/null
+++ b/dev-util/zimwriterfs/Manifest
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+EBUILD zimwriterfs-.ebuild 888 SHA256 
3d2f623efadbf315d39ee8f1cb39e4d009c3fd6cd6dc450268bac635ef14e76b SHA512 
35c5d9c6ce6927712a6899304d50a3cdd32a027ff67580b975a7d05f412911c9075e15541ece77602e24d978d515133fc5572608d80f228b74be288d50a26dd5
 WHIRLPOOL 
ce88e6062d11f10323a819b1f5b020c0bcbc1a77e79bc1a16ac7d1943581d3028b0d1fa44c6e7837cbc81f24de8052daa9a926901bc91598442f46831b4a4984
+MISC metadata.xml 231 SHA256 
4e5ecd8a6a366d31e2380f97c3690a855a3e48bd7b5d46a0a34d81cca20d2cd0 SHA512 
171193e6a3f8f58ab05385323b4c409410fd337074999c1b2d876f9b40a37396aa8862800be3afb60ee796228ca0eb656fe1808ca2a3673f0650edc9902fe4b4
 WHIRLPOOL 
96527743d36b29dfb1428f1f59562a5e119d0ceca038381aaa4a7fe0396d72d2b4913f430686caf56a2e24a8584ade707017b0219f4583306d324ba3c20d0e42
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJUu5CaAAoJEAmJmMX429reKBQH/RPE5ZiO6aiN8z4XkdZR9tYp
+4eWWkqnTFnlCtWSDFLAU0I0Dl+2iYKlBIoRjKI+/H17iAbNM9/cRWYyJtfSeGwsv
+sbc/AGiKuZPH5pxCW64QlK1/Wtor63R7SsMOEvcQt5avHsvQzgc25xhOYML7Y/Q4
+8A0rF3jbjC2XC/h6voZalaaRbys1mK9ZxbZecOIO/TQxX5nXyO08IFKdUYEPRAOP
+vNzbD3GYJiX2Hdlpi9PPqf2scXL+iB0myPAEQvryeDkfB5JXMxOyvRZ98VBN3gTY
+lidbN7lDBeBidBWBlrtyBWEAfKnBi2Bd520JoUp6kwtBNC4nMxgmLvkW8i8LhTk=
+=csIx
+-END PGP SIGNATURE-

diff --git a/dev-util/zimwriterfs/metadata.xml 
b/dev-util/zimwriterfs/metadata.xml
new file mode 100644
index 000..d0f
--- /dev/null
+++ b/dev-util/zimwriterfs/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+   emailmaksbo...@gentoo.org/email
+   nameMaxim Koltsov/name
+/maintainer
+/pkgmetadata

diff --git a/dev-util/zimwriterfs/zimwriterfs-.ebuild 
b/dev-util/zimwriterfs/zimwriterfs-.ebuild
new file mode 100644
index 000..e4fbdb4
--- /dev/null
+++ b/dev-util/zimwriterfs/zimwriterfs-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_REPO_URI=git://git.code.sf.net/p/kiwix/other
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils git-r3
+
+DESCRIPTION=console tool to create ZIM files from a localy stored directory 
containing HTML content
+HOMEPAGE=https://sourceforge.net/p/kiwix/other/ci/master/tree/zimwriterfs/;
+SRC_URI=
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=
+IUSE=
+
+DEPEND=
+   dev-libs/gumbo
+   dev-libs/zimlib
+
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${P}/${PN}
+
+src_prepare() {
+   sed -i configure.ac \
+   -e 's/AC_PROC_CC/AC_PROG_CC/' \
+   -e 's/-Igumbo//' \
+   -e 's/^CFLAGS=/CFLAGS=$CFLAGS /' \
+   || die 'sed configure.ac failed'
+   sed -i Makefile.am \
+   -e 's/gumbo\/[^ ]\+//g' \
+   -e 's/LDFLAGS=/LDFLAGS=-lgumbo /' \
+   || die 'sed Makefile.am failed'
+
+   autotools-utils_src_prepare
+}



[gentoo-commits] dev/maksbotan:master commit in: dev-libs/zimlib/

2015-01-18 Thread Maxim Koltsov
commit: fd7dbf10c1a548f2713f08d8a980f111e2be9104
Author: Maxim Koltsov maksbotan AT gentoo DOT org
AuthorDate: Sun Jan 18 10:52:50 2015 +
Commit: Maxim Koltsov maksbotan AT gentoo DOT org
CommitDate: Sun Jan 18 10:52:50 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=fd7dbf10

Add zimlib and zimwriterfs

Package-Manager: portage-2.2.15
Manifest-Sign-Key: F8DBDADE

---
 dev-libs/zimlib/Manifest   | 18 ++
 dev-libs/zimlib/metadata.xml   |  8 +++
 dev-libs/zimlib/zimlib-1.2.ebuild  | 49 ++
 dev-libs/zimlib/zimlib-.ebuild | 49 ++
 4 files changed, 124 insertions(+)

diff --git a/dev-libs/zimlib/Manifest b/dev-libs/zimlib/Manifest
new file mode 100644
index 000..8e525b5
--- /dev/null
+++ b/dev-libs/zimlib/Manifest
@@ -0,0 +1,18 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST zimlib-1.2.tar.gz 432073 SHA256 
ce119c2c5aa4cce24aed387da8072c0b0a39f9d93c832a28908d0b76d85afd43 SHA512 
8a70fbb8433d6f609758781d023d11659a653cbd79b4475f3d7a4269a02fd6f0b212d6201f9aba1568440def2f0a0ab7d0e0bb4d817358f5edff2a206d54b6b2
 WHIRLPOOL 
affe6b063f42a90e2d94996bf91be83b413dc1c226711ac4e38a376561be9440093a1671f80a7ea28522bb48008590da41750ec07ba86e7bba6512778651365b
+EBUILD zimlib-1.2.ebuild 959 SHA256 
508fd1a0c6136213bce47e8a970043a27e0e800bc1a90c8f5e0c8347c630c31c SHA512 
ace48c6b010a83e66dda0c084349ad36ddd186b4884d27508a79c249c7e7092a73580d52ed752a8584e52bb729038a07862dbe76da5c0a3b3d0d6fd1d6be5cd1
 WHIRLPOOL 
a0ef086744621247ab72f9d00e784604c099d359b41c65a576d55cbc927f0b44087d09f0b8f2ebf024c0b34455f71c1681b23b3fea0fdcf53c8ba4b5c49d7a06
+EBUILD zimlib-.ebuild 959 SHA256 
508fd1a0c6136213bce47e8a970043a27e0e800bc1a90c8f5e0c8347c630c31c SHA512 
ace48c6b010a83e66dda0c084349ad36ddd186b4884d27508a79c249c7e7092a73580d52ed752a8584e52bb729038a07862dbe76da5c0a3b3d0d6fd1d6be5cd1
 WHIRLPOOL 
a0ef086744621247ab72f9d00e784604c099d359b41c65a576d55cbc927f0b44087d09f0b8f2ebf024c0b34455f71c1681b23b3fea0fdcf53c8ba4b5c49d7a06
+MISC metadata.xml 231 SHA256 
4e5ecd8a6a366d31e2380f97c3690a855a3e48bd7b5d46a0a34d81cca20d2cd0 SHA512 
171193e6a3f8f58ab05385323b4c409410fd337074999c1b2d876f9b40a37396aa8862800be3afb60ee796228ca0eb656fe1808ca2a3673f0650edc9902fe4b4
 WHIRLPOOL 
96527743d36b29dfb1428f1f59562a5e119d0ceca038381aaa4a7fe0396d72d2b4913f430686caf56a2e24a8584ade707017b0219f4583306d324ba3c20d0e42
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJUu5CCAAoJEAmJmMX429reC7YIALPBvZdIWvK0oi3YrZLQLV0Z
+i5rC9wEOK5LqWfm4xwZ3EO8KVlFpXJiRyGFq8N+uhwsGx6ywiL9IocJdzx7bpTKQ
+Ud0wC2n2X4WPBzJe0fnYhRJtRFeG8wdPKhH6vwkF72wb8+KwN62t5+wIQa2EiL2G
+hHXqEhJ3p4lM1hFAVcih/L/2KWxRU3ZCD64Tqnd8JU7ReZAbDQovjVWNnqH8ylah
+/68g9WkmYk9IkHt7YudYqaALb/8iblsGM4ZGEasmlYKEZ8g1AweIl8ux6pf9ZbZE
+Q5RMqlvU9aAN9gwIPW7td66TlEvUyYL6wkWLC+r+2hDUQnAUABMRwx11umnxHiM=
+=dcRX
+-END PGP SIGNATURE-

diff --git a/dev-libs/zimlib/metadata.xml b/dev-libs/zimlib/metadata.xml
new file mode 100644
index 000..d0f
--- /dev/null
+++ b/dev-libs/zimlib/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+   emailmaksbo...@gentoo.org/email
+   nameMaxim Koltsov/name
+/maintainer
+/pkgmetadata

diff --git a/dev-libs/zimlib/zimlib-1.2.ebuild 
b/dev-libs/zimlib/zimlib-1.2.ebuild
new file mode 100644
index 000..7503bb4
--- /dev/null
+++ b/dev-libs/zimlib/zimlib-1.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+if [[ ${PV} ==  ]]; then
+   AUTOTOOLS_AUTORECONF=1
+   EGIT_REPO_URI=https://gerrit.wikimedia.org/r/p/openzim.git;
+   KEYWORDS=
+   SRC_URI=
+   S=${WORKDIR}/${P}/${PN}
+   inherit git-r3
+else
+   KEYWORDS=~amd64 ~x86
+   SRC_URI=http://www.openzim.org/download/${P}.tar.gz;
+fi
+
+inherit autotools-utils
+
+DESCRIPTION=The zimlib is the standard implementation of the ZIM 
specification
+HOMEPAGE=http://www.openzim.org//wiki/Libzim;
+
+LICENSE=GPL-2
+SLOT=0
+IUSE=bzip2 +lzma test zlib
+
+RDEPEND=
+   app-arch/xz-utils
+
+DEPEND=${RDEPEND}
+   test? ( dev-libs/cxxtools )
+
+
+src_configure() {
+   # Do not compile
+   # $(use_with cxxtools)
+   # $(use_enable benchmark)
+   local myeconfargs=(
+   $(use_enable zlib)
+   $(use_enable bzip2)
+   $(use_enable lzma)
+   $(use_enable test unittest)
+   )
+
+   autotools-utils_src_configure
+}

diff --git a/dev-libs/zimlib/zimlib-.ebuild 
b/dev-libs/zimlib/zimlib-.ebuild
new file mode 100644
index 000..7503bb4
--- /dev/null
+++ b/dev-libs/zimlib/zimlib-.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General 

[gentoo-commits] gentoo-x86 commit in net-dns/openresolv/files: openresolv-3.5.4-config-conflict.patch

2015-01-18 Thread Alon Bar-Lev (alonbl)
alonbl  15/01/18 10:54:26

  Removed:  openresolv-3.5.4-config-conflict.patch
  Log:
  cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)



[gentoo-commits] gentoo-x86 commit in net-dns/openresolv: ChangeLog openresolv-3.5.6.ebuild openresolv-3.5.4-r3.ebuild

2015-01-18 Thread Alon Bar-Lev (alonbl)
alonbl  15/01/18 10:54:26

  Modified: ChangeLog
  Removed:  openresolv-3.5.6.ebuild openresolv-3.5.4-r3.ebuild
  Log:
  cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.98 net-dns/openresolv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   18 Jan 2015 08:35:17 -  1.97
+++ ChangeLog   18 Jan 2015 10:54:26 -  1.98
@@ -1,6 +1,11 @@
 # ChangeLog for net-dns/openresolv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.97 
2015/01/18 08:35:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/ChangeLog,v 1.98 
2015/01/18 10:54:26 alonbl Exp $
+
+  18 Jan 2015; Alon Bar-Lev alo...@gentoo.org
+  -files/openresolv-3.5.4-config-conflict.patch, -openresolv-3.5.4-r3.ebuild,
+  -openresolv-3.5.6.ebuild:
+  cleanup
 
   18 Jan 2015; Agostino Sarubbo a...@gentoo.org openresolv-3.6.1.ebuild:
   Stable for ppc64, wrt bug #535556






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

2015-01-18 Thread Pacho Ramos (pacho)
pacho   15/01/18 11:35:29

  Modified: ChangeLog
  Added:evince-3.14.1-r1.ebuild
  Log:
  Apply multiple upstream patches, tests are no longer provided in 3.14 cycle 
as they were broken, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.281app-text/evince/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   27 Dec 2014 16:19:23 -  1.280
+++ ChangeLog   18 Jan 2015 11:35:29 -  1.281
@@ -1,6 +1,19 @@
 # ChangeLog for app-text/evince
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.280 
2014/12/27 16:19:23 eva Exp $
+# 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 $
+
+*evince-3.14.1-r1 (18 Jan 2015)
+
+  18 Jan 2015; Pacho Ramos pa...@gentoo.org +evince-3.14.1-r1.ebuild,
+  +files/evince-3.14.1-critical-warning.patch,
+  +files/evince-3.14.1-disable-toggle-find.patch,
+  +files/evince-3.14.1-gnome-desktop.patch,
+  +files/evince-3.14.1-incorrect-resolution.patch,
+  +files/evince-3.14.1-scroll-search.patch,
+  +files/evince-3.14.1-show-correct.patch,
+  +files/evince-3.14.1-thumbnail-size.patch:
+  Apply multiple upstream patches, tests are no longer provided in 3.14 cycle 
as
+  they were broken, drop old
 
   27 Dec 2014; Gilles Dartiguelongue e...@gentoo.org evince-3.14.1.ebuild:
   Add missing dependency for eautoreconf, bug #533682.



1.1  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.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/evince-3.14.1-r1.ebuild?rev=1.1content-type=text/plain

Index: evince-3.14.1-r1.ebuild
===
# 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 $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit autotools eutils gnome2

DESCRIPTION=Simple document viewer for GNOME
HOMEPAGE=https://wiki.gnome.org/Apps/Evince;

LICENSE=GPL-2+ CC-BY-SA-3.0
# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
SLOT=0/evd3.4-evv3.3
IUSE=debug djvu dvi gnome +introspection libsecret nautilus +postscript t1lib 
tiff xps
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris

# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
# not mature enough
# atk used in libview
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
COMMON_DEPEND=
dev-libs/atk
=dev-libs/glib-2.36:2
=dev-libs/libxml2-2.5:2
sys-libs/zlib:=
x11-libs/gdk-pixbuf:2
=x11-libs/gtk+-3.14:3[introspection?]
gnome-base/gsettings-desktop-schemas
=x11-libs/cairo-1.10:=
=app-text/poppler-0.24:=[cairo]
djvu? ( =app-text/djvu-3.5.17:= )
dvi? (
virtual/tex-base
dev-libs/kpathsea:=
t1lib? ( =media-libs/t1lib-5:= ) )
gnome? ( gnome-base/gnome-desktop:3 )
introspection? ( =dev-libs/gobject-introspection-1 )
libsecret? ( =app-crypt/libsecret-0.5 )
nautilus? ( =gnome-base/nautilus-2.91.4[introspection?] )
postscript? ( =app-text/libspectre-0.2:= )
tiff? ( =media-libs/tiff-3.6:0= )
xps? ( =app-text/libgxps-0.2.1:= )

RDEPEND=${COMMON_DEPEND}
gnome-base/librsvg
|| (
=x11-themes/adwaita-icon-theme-2.17.1
=x11-themes/gnome-icon-theme-2.17.1
=x11-themes/hicolor-icon-theme-0.10 )
x11-themes/gnome-icon-theme-symbolic

DEPEND=${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
app-text/yelp-tools
dev-util/gdbus-codegen
=dev-util/gtk-doc-am-1.13
=dev-util/intltool-0.35
sys-devel/gettext
virtual/pkgconfig

# eautoreconf needs:
#  app-text/yelp-tools

src_prepare() {
# Disable toggle-find action for documents not supporting find (from 
'3.14')
epatch 

[gentoo-commits] gentoo-x86 commit in app-text/evince/files: evince-3.14.1-thumbnail-size.patch evince-3.14.1-critical-warning.patch evince-3.14.1-disable-toggle-find.patch evince-3.14.1-incorrect-res

2015-01-18 Thread Pacho Ramos (pacho)
pacho   15/01/18 11:35:29

  Added:evince-3.14.1-thumbnail-size.patch
evince-3.14.1-critical-warning.patch
evince-3.14.1-disable-toggle-find.patch
evince-3.14.1-incorrect-resolution.patch
evince-3.14.1-gnome-desktop.patch
evince-3.14.1-show-correct.patch
evince-3.14.1-scroll-search.patch
  Log:
  Apply multiple upstream patches, tests are no longer provided in 3.14 cycle 
as they were broken, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.1  app-text/evince/files/evince-3.14.1-thumbnail-size.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.1-thumbnail-size.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.1-thumbnail-size.patch?rev=1.1content-type=text/plain

Index: evince-3.14.1-thumbnail-size.patch
===
From 1820802ff261d1ca05acd3c3153918c0fd1c686f Mon Sep 17 00:00:00 2001
From: Sebastian Keller sebastian-kel...@gmx.de
Date: Sat, 29 Nov 2014 03:46:27 +0100
Subject: thumbnailer: Use correct maximum size for thumbnail images

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

diff --git a/thumbnailer/evince-thumbnailer.c b/thumbnailer/evince-thumbnailer.c
index 1649252..998447d 100644
--- a/thumbnailer/evince-thumbnailer.c
+++ b/thumbnailer/evince-thumbnailer.c
@@ -177,7 +177,7 @@ evince_thumbnail_pngenc_get (EvDocument *document, const 
char *thumbnail, int si

ev_document_get_page_size (document, 0, width, height);
 
-   rc = ev_render_context_new (page, 0, size / width);
+   rc = ev_render_context_new (page, 0, size / MAX (height, width));
pixbuf = ev_document_get_thumbnail (document, rc);
g_object_unref (rc);
g_object_unref (page);
-- 
cgit v0.10.1




1.1  app-text/evince/files/evince-3.14.1-critical-warning.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.1-critical-warning.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.1-critical-warning.patch?rev=1.1content-type=text/plain

Index: evince-3.14.1-critical-warning.patch
===
From 8875003da7f78a6fbba36fcc70d6ed2d372da7a6 Mon Sep 17 00:00:00 2001
From: Carlos Garcia Campos carlo...@gnome.org
Date: Sun, 19 Oct 2014 16:01:38 +0200
Subject: Fix runtime critical warning when starting in fullscreen mode

The problem is that when running fullscreen mode we call
ev_window_update_links_model() to update the page action widget of the
fullscreen toolbar, but when running directly in fullscreen mode, this
can happen before the links have been loaded in the sidebar. Since
ev_window_update_links_model() is also called automatically when the
links model property changes, we can simply return early in
ev_window_update_links_model() when the model is NULL and it will be
called again with a valid model when the links job finishes.

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

diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4de4732..e7f6a96 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4024,6 +4024,9 @@ ev_window_update_links_model (EvWindow *window)
  model, model,
  NULL);
 
+   if (!model)
+   return;
+
page_selector = ev_toolbar_get_page_selector (EV_TOOLBAR 
(window-priv-toolbar));
ev_page_action_widget_update_links_model (EV_PAGE_ACTION_WIDGET 
(page_selector), model);
if (window-priv-fs_toolbar) {
-- 
cgit v0.10.1




1.1  
app-text/evince/files/evince-3.14.1-disable-toggle-find.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.1-disable-toggle-find.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/evince/files/evince-3.14.1-disable-toggle-find.patch?rev=1.1content-type=text/plain

Index: evince-3.14.1-disable-toggle-find.patch
===
From bfa59b72ed0c86192ca9b1f0882ca5119aa7fe12 Mon Sep 17 00:00:00 2001
From: Carlos Garcia Campos carlo...@gnome.org
Date: Sun, 19 Oct 2014 15:24:18 +0200
Subject: Disable toggle-find action for documents not supporting find

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

diff --git a/shell/ev-window.c b/shell/ev-window.c
index c4f1f5d..4de4732 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -502,6 +502,8 @@ ev_window_update_actions_sensitivity (EvWindow *ev_window)
  can_get_text  !recent_view_mode);
ev_window_set_action_enabled (ev_window, 

[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Tty: IO-Tty-1.120.0.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:42:19

  Modified: IO-Tty-1.120.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #535202
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild

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

Index: IO-Tty-1.120.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- IO-Tty-1.120.0.ebuild   17 Jan 2015 19:53:14 -  1.5
+++ IO-Tty-1.120.0.ebuild   18 Jan 2015 08:42:19 -  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-perl/IO-Tty/IO-Tty-1.120.0.ebuild,v 1.5 
2015/01/17 19:53:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild,v 1.6 
2015/01/18 08:42:19 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=IO::Tty and IO::Pty modules for Perl
 
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=
 
 SRC_TEST=do



1.56 dev-perl/IO-Tty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   17 Jan 2015 19:53:14 -  1.55
+++ ChangeLog   18 Jan 2015 08:42:19 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IO-Tty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.55 2015/01/17 
19:53:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.56 2015/01/18 
08:42:19 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org IO-Tty-1.120.0.ebuild:
+  Stable for ppc64, wrt bug #535202
 
   17 Jan 2015; Markus Meier mae...@gentoo.org IO-Tty-1.120.0.ebuild:
   arm stable, bug #535202






[gentoo-commits] gentoo-x86 commit in sci-libs/arpack: arpack-3.1.3-r1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:45:57

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

Revision  ChangesPath
1.5  sci-libs/arpack/arpack-3.1.3-r1.ebuild

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

Index: arpack-3.1.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- arpack-3.1.3-r1.ebuild  17 Jan 2015 13:58:32 -  1.4
+++ arpack-3.1.3-r1.ebuild  18 Jan 2015 08:45:57 -  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-libs/arpack/arpack-3.1.3-r1.ebuild,v 
1.4 2015/01/17 13:58:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.3-r1.ebuild,v 
1.5 2015/01/18 08:45:57 ago Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos
+KEYWORDS=~alpha amd64 ~arm hppa ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos
 IUSE=doc examples mpi static-libs
 
 RDEPEND=



1.60 sci-libs/arpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   17 Jan 2015 13:58:32 -  1.59
+++ ChangeLog   18 Jan 2015 08:45:57 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/arpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.59 2015/01/17 
13:58:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.60 2015/01/18 
08:45:57 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org arpack-3.1.3-r1.ebuild:
+  Stable for ppc64, wrt bug #534630
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org arpack-3.1.3-r1.ebuild:
   Stable for ppc, wrt bug #534630






[gentoo-commits] gentoo-x86 commit in sci-libs/suitesparseconfig: suitesparseconfig-4.2.1.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:45:38

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

Revision  ChangesPath
1.7  sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild

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

Index: suitesparseconfig-4.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suitesparseconfig-4.2.1.ebuild  17 Jan 2015 13:58:10 -  1.6
+++ suitesparseconfig-4.2.1.ebuild  18 Jan 2015 08:45: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/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v
 1.6 2015/01/17 13:58:10 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild,v
 1.7 2015/01/18 08:45:38 ago Exp $
 
 EAPI=5
 
@@ -12,5 +12,5 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos
 IUSE=static-libs



1.9  sci-libs/suitesparseconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   17 Jan 2015 13:58:10 -  1.8
+++ ChangeLog   18 Jan 2015 08:45:38 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/suitesparseconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v 1.8 
2015/01/17 13:58:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparseconfig/ChangeLog,v 1.9 
2015/01/18 08:45:38 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org 
suitesparseconfig-4.2.1.ebuild:
+  Stable for ppc64, wrt bug #534624
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org 
suitesparseconfig-4.2.1.ebuild:
   Stable for ppc, wrt bug #534624






[gentoo-commits] gentoo-x86 commit in app-misc/devtodo: devtodo-0.1.20-r3.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:47:12

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

Revision  ChangesPath
1.6  app-misc/devtodo/devtodo-0.1.20-r3.ebuild

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

Index: devtodo-0.1.20-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- devtodo-0.1.20-r3.ebuild17 Jan 2015 14:00:16 -  1.5
+++ devtodo-0.1.20-r3.ebuild18 Jan 2015 08:47:12 -  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/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v 
1.5 2015/01/17 14:00:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/devtodo-0.1.20-r3.ebuild,v 
1.6 2015/01/18 08:47:12 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=
 
 RDEPEND=



1.113app-misc/devtodo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   17 Jan 2015 14:00:16 -  1.112
+++ ChangeLog   18 Jan 2015 08:47:12 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/devtodo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.112 
2015/01/17 14:00:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/devtodo/ChangeLog,v 1.113 
2015/01/18 08:47:12 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org devtodo-0.1.20-r3.ebuild:
+  Stable for ppc64, wrt bug #534870
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org devtodo-0.1.20-r3.ebuild:
   Stable for ppc, wrt bug #534870






[gentoo-commits] gentoo-x86 commit in sci-libs/inchi: inchi-1.04.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:46:33

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

Revision  ChangesPath
1.9  sci-libs/inchi/inchi-1.04.ebuild

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

Index: inchi-1.04.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- inchi-1.04.ebuild   17 Jan 2015 13:59:33 -  1.8
+++ inchi-1.04.ebuild   18 Jan 2015 08:46: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/sci-libs/inchi/inchi-1.04.ebuild,v 1.8 
2015/01/17 13:59:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/inchi-1.04.ebuild,v 1.9 
2015/01/18 08:46:33 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=IUPAC-InChi
 SLOT=0
-KEYWORDS=amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux
 IUSE=doc static-libs
 
 DEPEND=app-arch/unzip



1.10 sci-libs/inchi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/inchi/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   17 Jan 2015 13:59:33 -  1.9
+++ ChangeLog   18 Jan 2015 08:46:33 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/inchi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/ChangeLog,v 1.9 2015/01/17 
13:59:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/inchi/ChangeLog,v 1.10 2015/01/18 
08:46:33 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org inchi-1.04.ebuild:
+  Stable for ppc64, wrt bug #534610
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org inchi-1.04.ebuild:
   Stable for ppc, wrt bug #534610






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

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:46:51

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

Revision  ChangesPath
1.6  app-misc/colordiff/colordiff-1.0.13-r1.ebuild

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

Index: colordiff-1.0.13-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- colordiff-1.0.13-r1.ebuild  17 Jan 2015 13:59:52 -  1.5
+++ colordiff-1.0.13-r1.ebuild  18 Jan 2015 08:46:51 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13-r1.ebuild,v 1.5 
2015/01/17 13:59:52 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13-r1.ebuild,v 1.6 
2015/01/18 08:46:51 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=
 
 RDEPEND=



1.109app-misc/colordiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   17 Jan 2015 13:59:52 -  1.108
+++ ChangeLog   18 Jan 2015 08:46:51 -  1.109
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/colordiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.108 
2015/01/17 13:59:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/ChangeLog,v 1.109 
2015/01/18 08:46:51 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org colordiff-1.0.13-r1.ebuild:
+  Stable for ppc64, wrt bug #534866
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org colordiff-1.0.13-r1.ebuild:
   Stable for ppc, wrt bug #534866






[gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.2.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:47:32

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

Revision  ChangesPath
1.6  app-text/wdiff/wdiff-1.2.2.ebuild

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

Index: wdiff-1.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wdiff-1.2.2.ebuild  17 Jan 2015 19:42:34 -  1.5
+++ wdiff-1.2.2.ebuild  18 Jan 2015 08:47:32 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.2.ebuild,v 1.5 
2015/01/17 19:42:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.2.ebuild,v 1.6 
2015/01/18 08:47:32 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~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 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris
 IUSE=experimental test
 
 RDEPEND=



1.101app-text/wdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   17 Jan 2015 19:42:34 -  1.100
+++ ChangeLog   18 Jan 2015 08:47:32 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.100 2015/01/17 
19:42:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.101 2015/01/18 
08:47:32 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org wdiff-1.2.2.ebuild:
+  Stable for ppc64, wrt bug #534914
 
   17 Jan 2015; Markus Meier mae...@gentoo.org wdiff-1.2.2.ebuild:
   arm stable, bug #534914






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-meta: gst-plugins-meta-1.0-r3.ebuild gst-plugins-meta-0.10-r10.ebuild ChangeLog gst-plugins-meta-0.10-r8.ebuild gst-plugins-meta-1.0-r1.

2015-01-18 Thread Pacho Ramos (pacho)
pacho   15/01/18 10:10:49

  Modified: ChangeLog
  Added:gst-plugins-meta-1.0-r3.ebuild
gst-plugins-meta-0.10-r10.ebuild
  Removed:  gst-plugins-meta-0.10-r8.ebuild
gst-plugins-meta-1.0-r1.ebuild
  Log:
  Pull modplug (#462300 by Richard H) and vaapi plugins, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.121media-plugins/gst-plugins-meta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   11 Oct 2014 12:23:08 -  1.120
+++ ChangeLog   18 Jan 2015 10:10:49 -  1.121
@@ -1,6 +1,14 @@
 # ChangeLog for media-plugins/gst-plugins-meta
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog,v 
1.120 2014/10/11 12:23:08 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog,v 
1.121 2015/01/18 10:10:49 pacho Exp $
+
+*gst-plugins-meta-1.0-r3 (18 Jan 2015)
+*gst-plugins-meta-0.10-r10 (18 Jan 2015)
+
+  18 Jan 2015; Pacho Ramos pa...@gentoo.org 
+gst-plugins-meta-0.10-r10.ebuild,
+  +gst-plugins-meta-1.0-r3.ebuild, -gst-plugins-meta-0.10-r8.ebuild,
+  -gst-plugins-meta-1.0-r1.ebuild:
+  Pull modplug (#462300 by Richard H) and vaapi plugins, drop old
 
   11 Oct 2014; Markus Meier mae...@gentoo.org
   gst-plugins-meta-0.10-r9.ebuild:



1.1  
media-plugins/gst-plugins-meta/gst-plugins-meta-1.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-1.0-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-1.0-r3.ebuild?rev=1.1content-type=text/plain

Index: gst-plugins-meta-1.0-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-1.0-r3.ebuild,v
 1.1 2015/01/18 10:10:49 pacho Exp $

EAPI=5

inherit multilib-build

DESCRIPTION=Meta ebuild to pull in gst plugins for apps
HOMEPAGE=http://www.gentoo.org;

LICENSE=metapackage
SLOT=1.0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-solaris
IUSE=aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi 
vcd vorbis vpx wavpack X x264
REQUIRED_USE=opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )

RDEPEND=
=media-libs/gstreamer-1.2.3:1.0[${MULTILIB_USEDEP}]

=media-libs/gst-plugins-base-1.2.3:1.0[alsa?,ogg?,theora?,vorbis?,X?,${MULTILIB_USEDEP}]
=media-libs/gst-plugins-good-1.2.3:1.0[${MULTILIB_USEDEP}]
a52? ( =media-plugins/gst-plugins-a52dec-1.2.3:1.0[${MULTILIB_USEDEP}] 
)
aac? ( =media-plugins/gst-plugins-faad-1.2.3:1.0[${MULTILIB_USEDEP}] )
cdda? ( || (

=media-plugins/gst-plugins-cdparanoia-1.2.3:1.0[${MULTILIB_USEDEP}]
=media-plugins/gst-plugins-cdio-1.2.3:1.0[${MULTILIB_USEDEP}] 
) )
dts? ( =media-plugins/gst-plugins-dts-1.2.3:1.0[${MULTILIB_USEDEP}] )
dv? ( =media-plugins/gst-plugins-dv-1.2.3:1.0[${MULTILIB_USEDEP}] )
dvb? (
=media-plugins/gst-plugins-dvb-1.2.3:1.0[${MULTILIB_USEDEP}]
=media-libs/gst-plugins-bad-1.2.3:1.0[${MULTILIB_USEDEP}] )
dvd? (
=media-libs/gst-plugins-ugly-1.2.3:1.0[${MULTILIB_USEDEP}]
=media-plugins/gst-plugins-a52dec-1.2.3:1.0[${MULTILIB_USEDEP}]

=media-plugins/gst-plugins-dvdread-1.2.3:1.0[${MULTILIB_USEDEP}]

=media-plugins/gst-plugins-mpeg2dec-1.2.3:1.0[${MULTILIB_USEDEP}]

=media-plugins/gst-plugins-resindvd-1.2.3:1.0[${MULTILIB_USEDEP}] )
ffmpeg? ( 
=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0[${MULTILIB_USEDEP}] )
flac? ( =media-plugins/gst-plugins-flac-1.2.3:1.0[${MULTILIB_USEDEP}] )
http? ( =media-plugins/gst-plugins-soup-1.2.3:1.0[${MULTILIB_USEDEP}] )
jack? ( 

[gentoo-commits] gentoo-x86 commit in sci-libs/scikits_image: ChangeLog scikits_image-0.10.1.ebuild

2015-01-18 Thread Justin Lecher (jlec)
jlec15/01/18 11:30:55

  Modified: ChangeLog scikits_image-0.10.1.ebuild
  Log:
  sci-libs/scikits_image: Add missing dep, #536880
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.20 sci-libs/scikits_image/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Oct 2014 18:07:08 -  1.19
+++ ChangeLog   18 Jan 2015 11:30:55 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/scikits_image
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/ChangeLog,v 1.19 
2014/10/26 18:07:08 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/scikits_image/ChangeLog,v 1.20 
2015/01/18 11:30:55 jlec Exp $
+
+  18 Jan 2015; Justin Lecher j...@gentoo.org scikits_image-0.10.1.ebuild:
+  Add missing dep, #536880
 
 *scikits_image-0.10.1 (26 Oct 2014)
 



1.2  sci-libs/scikits_image/scikits_image-0.10.1.ebuild

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

Index: scikits_image-0.10.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-libs/scikits_image/scikits_image-0.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scikits_image-0.10.1.ebuild 26 Oct 2014 18:07:08 -  1.1
+++ scikits_image-0.10.1.ebuild 18 Jan 2015 11:30:55 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/scikits_image/scikits_image-0.10.1.ebuild,v 
1.1 2014/10/26 18:07:08 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/scikits_image/scikits_image-0.10.1.ebuild,v 
1.2 2015/01/18 11:30:55 jlec Exp $
 
 EAPI=5
 
@@ -21,6 +21,7 @@
 IUSE=doc freeimage gtk pyamg qt4 test
 
 RDEPEND=
+   dev-python/six[${PYTHON_USEDEP}]
sci-libs/scipy[sparse,${PYTHON_USEDEP}]
freeimage? ( media-libs/freeimage )
gtk? ( dev-python/pygtk[$(python_gen_usedep 'python2*')] )
@@ -34,7 +35,8 @@
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
-   sci-libs/scipy[sparse,${PYTHON_USEDEP}] )
+   sci-libs/scipy[sparse,${PYTHON_USEDEP}]
+   )
 
 S=${WORKDIR}/${MYP}
 






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

2015-01-18 Thread Justin Lecher (jlec)
jlec15/01/18 11:44:19

  Modified: ChangeLog
  Added:aufs-sources-3.18.3.ebuild
aufs-sources-3.14.29.ebuild
  Log:
  sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog   16 Jan 2015 07:39:39 -  1.168
+++ ChangeLog   18 Jan 2015 11:44:19 -  1.169
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/aufs-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.168 
2015/01/16 07:39:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/ChangeLog,v 1.169 
2015/01/18 11:44:19 jlec Exp $
+
+*aufs-sources-3.18.3 (18 Jan 2015)
+*aufs-sources-3.14.29 (18 Jan 2015)
+
+  18 Jan 2015; Justin Lecher j...@gentoo.org +aufs-sources-3.14.29.ebuild,
+  +aufs-sources-3.18.3.ebuild:
+  Bump to latest aufs3, genpatches and linux release
 
 *aufs-sources-3.17.8-r1 (16 Jan 2015)
 



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

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

Index: aufs-sources-3.18.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.18.3.ebuild,v 
1.1 2015/01/18 11:44:19 jlec Exp $

EAPI=5

ETYPE=sources
K_WANT_GENPATCHES=base extras experimental
K_GENPATCHES_VER=5
K_DEBLOB_AVAILABLE=1
UNIPATCH_STRICTORDER=1
inherit kernel-2 eutils readme.gentoo
detect_version
detect_arch

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

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

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


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

README_GENTOO_SUFFIX=-r1

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

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

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

unpack ${AUFS_TARBALL}

einfo Using aufs3 version: ${AUFS_VERSION}

kernel-2_src_unpack
}

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

src_install() {
kernel-2_src_install
dodoc ${WORKDIR}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
docompress -x 
/usr/share/doc/${PF}/{aufs3-loopback,vfs-ino,tmpfs-idr}.patch
readme.gentoo_create_doc
}

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

readme.gentoo_pkg_postinst
}

pkg_postrm() {
kernel-2_pkg_postrm
}



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

file : 

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

2015-01-18 Thread Jason Zaman
commit: 
Commit: Jason Zaman gentoo AT perfinion DOT com
CommitDate: Sun Jan 18 11:59:47 2015 +

New branch: next




[gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.3.6.ebuild ChangeLog

2015-01-18 Thread Dirkjan Ochtman (djc)
djc 15/01/18 12:39:12

  Modified: openvpn-2.3.6.ebuild ChangeLog
  Log:
  Fix minimum version of libpkcs11-helper dependency (fixes bug 536332)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.11 net-misc/openvpn/openvpn-2.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild?r1=1.10r2=1.11

Index: openvpn-2.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openvpn-2.3.6.ebuild26 Dec 2014 09:18:09 -  1.10
+++ openvpn-2.3.6.ebuild18 Jan 2015 12:39:12 -  1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 
1.10 2014/12/26 09:18:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.6.ebuild,v 
1.11 2015/01/18 12:39:12 djc Exp $
 
 EAPI=4
 
@@ -29,7 +29,7 @@
!polarssl? ( =dev-libs/openssl-0.9.7 ) polarssl? ( 
=net-libs/polarssl-1.2.10 )
)
lzo? ( =dev-libs/lzo-1.07 )
-   pkcs11? ( =dev-libs/pkcs11-helper-1.05 )
+   pkcs11? ( =dev-libs/pkcs11-helper-1.11 )
 RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-openvpn )
 



1.318net-misc/openvpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -r1.317 -r1.318
--- ChangeLog   28 Dec 2014 11:33:39 -  1.317
+++ ChangeLog   18 Jan 2015 12:39:12 -  1.318
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/openvpn
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.317 
2014/12/28 11:33:39 djc Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.318 
2015/01/18 12:39:12 djc Exp $
+
+  18 Jan 2015; Dirkjan Ochtman d...@gentoo.org openvpn-2.3.6.ebuild:
+  Fix minimum version of libpkcs11-helper dependency (fixes bug 536332)
 
   28 Dec 2014; Dirkjan Ochtman d...@gentoo.org -openvpn-2.3.2.ebuild,
   -openvpn-2.3.3.ebuild, -openvpn-2.3.4-r1.ebuild, -openvpn-2.3.5.ebuild:






[gentoo-commits] gentoo-x86 commit in www-apache/mod_wsgi: ChangeLog mod_wsgi-4.4.2.ebuild mod_wsgi-4.2.7.ebuild mod_wsgi-4.4.5.ebuild

2015-01-18 Thread Dirkjan Ochtman (djc)
djc 15/01/18 12:47:17

  Modified: ChangeLog
  Removed:  mod_wsgi-4.4.2.ebuild mod_wsgi-4.2.7.ebuild
mod_wsgi-4.4.5.ebuild
  Log:
  Remove old versions of mod_wsgi
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  ChangesPath
1.58 www-apache/mod_wsgi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   18 Jan 2015 12:43:51 -  1.57
+++ ChangeLog   18 Jan 2015 12:47:17 -  1.58
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_wsgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.57 
2015/01/18 12:43:51 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/ChangeLog,v 1.58 
2015/01/18 12:47:17 djc Exp $
+
+  18 Jan 2015; Dirkjan Ochtman d...@gentoo.org -mod_wsgi-4.2.7.ebuild,
+  -mod_wsgi-4.4.2.ebuild, -mod_wsgi-4.4.5.ebuild:
+  Remove old versions of mod_wsgi
 
 *mod_wsgi-4.4.6 (18 Jan 2015)
 






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

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:47:51

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

Revision  ChangesPath
1.5  app-accessibility/brltty/brltty-5.2.ebuild

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

Index: brltty-5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- brltty-5.2.ebuild   17 Jan 2015 14:01:47 -  1.4
+++ brltty-5.2.ebuild   18 Jan 2015 08:47:51 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.4 
2015/01/17 14:01:47 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.2.ebuild,v 1.5 
2015/01/18 08:47:51 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2 LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~x86
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~x86
 IUSE=+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +midi ncurses nls ocaml +pcm python usb +speech
tcl X



1.165app-accessibility/brltty/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   17 Jan 2015 14:01:47 -  1.164
+++ ChangeLog   18 Jan 2015 08:47:51 -  1.165
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/brltty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.164 
2015/01/17 14:01:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.165 
2015/01/18 08:47:51 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org brltty-5.2.ebuild:
+  Stable for ppc64, wrt bug #534800
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org brltty-5.2.ebuild:
   Stable for ppc, wrt bug #534800






[gentoo-commits] gentoo-x86 commit in app-arch/gzip: gzip-1.6.ebuild ChangeLog

2015-01-18 Thread Agostino Sarubbo (ago)
ago 15/01/18 08:48:24

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

Revision  ChangesPath
1.8  app-arch/gzip/gzip-1.6.ebuild

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

Index: gzip-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gzip-1.6.ebuild 17 Jan 2015 14:02:45 -  1.7
+++ gzip-1.6.ebuild 18 Jan 2015 08:48:24 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.7 
2015/01/17 14:02:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.8 
2015/01/18 08:48:24 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-3
 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 ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=pic static
 
 src_prepare() {



1.130app-arch/gzip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   17 Jan 2015 14:02:45 -  1.129
+++ ChangeLog   18 Jan 2015 08:48:24 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/gzip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.129 2015/01/17 
14:02:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.130 2015/01/18 
08:48:24 ago Exp $
+
+  18 Jan 2015; Agostino Sarubbo a...@gentoo.org gzip-1.6.ebuild:
+  Stable for ppc64, wrt bug #534810
 
   17 Jan 2015; Agostino Sarubbo a...@gentoo.org gzip-1.6.ebuild:
   Stable for ppc, wrt bug #534810






  1   2   >