[gentoo-commits] gentoo-x86 commit in metadata: layout.conf

2015-06-11 Thread Ulrich Mueller (ulm)
ulm 15/06/11 11:11:02

  Modified: layout.conf
  Log:
  Demote EAPI 1 from deprecated to banned.

Revision  ChangesPath
1.14 metadata/layout.conf

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.13r2=1.14

Index: layout.conf
===
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- layout.conf 22 Feb 2015 20:35:23 -  1.13
+++ layout.conf 11 Jun 2015 11:11:02 -  1.14
@@ -3,9 +3,11 @@
 # and/or GLEP 59.
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
-# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2.
+# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
-eapis-deprecated = 0 1 2 3
+# 2015-06-11 EAPI 1 banned.
+eapis-banned = 1
+eapis-deprecated = 0 2 3
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the gentoo repo






[gentoo-commits] gentoo-x86 commit in sys-fs/xfsprogs: ChangeLog xfsprogs-3.2.3.ebuild

2015-06-11 Thread Lars Wendler (polynomial-c)
polynomial-c15/06/11 11:44:14

  Modified: ChangeLog
  Added:xfsprogs-3.2.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.179sys-fs/xfsprogs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog   15 Dec 2014 10:01:52 -  1.178
+++ ChangeLog   11 Jun 2015 11:44:14 -  1.179
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/xfsprogs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.178 
2014/12/15 10:01:52 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.179 
2015/06/11 11:44:14 polynomial-c Exp $
+
+*xfsprogs-3.2.3 (11 Jun 2015)
+
+  11 Jun 2015; Lars Wendler polynomia...@gentoo.org +xfsprogs-3.2.3.ebuild:
+  Version bump.
 
 *xfsprogs-3.2.2 (15 Dec 2014)
 



1.1  sys-fs/xfsprogs/xfsprogs-3.2.3.ebuild

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

Index: xfsprogs-3.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-3.2.3.ebuild,v 1.1 
2015/06/11 11:44:14 polynomial-c Exp $

EAPI=4

inherit eutils toolchain-funcs multilib

DESCRIPTION=xfs filesystem utilities
HOMEPAGE=http://oss.sgi.com/projects/xfs/;
SRC_URI=ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=libedit nls readline static static-libs
REQUIRED_USE=static? ( static-libs )

LIB_DEPEND==sys-apps/util-linux-2.17.2[static-libs(+)]
readline? ( sys-libs/readline[static-libs(+)] )
!readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )
RDEPEND=!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
!sys-fs/xfsdump-3
DEPEND=${RDEPEND}
static? (
${LIB_DEPEND}
readline? ( sys-libs/ncurses[static-libs] )
)
nls? ( sys-devel/gettext )

pkg_setup() {
if use readline  use libedit ; then
ewarn You have USE='readline libedit' but these are exclusive.
ewarn Defaulting to readline; please disable this USE flag if 
you want libedit.
fi
}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.2.2-sharedlibs.patch

sed -i \
-e /^PKG_DOC_DIR/s:@pkg_name@:${PF}: \
include/builddefs.in || die
sed -i \
-e '1iLLDFLAGS = -static' \
{estimate,fsr}/Makefile || die
sed -i \
-e /LLDFLAGS/s:-static-libtool-libs:$(use static  echo 
-all-static): \
$(find -name Makefile) || die

# libdisk has broken blkid conditional checking
sed -i \
-e '/LIB_SUBDIRS/s:libdisk::' \
Makefile || die

# TODO: write a patch for configure.in to use pkg-config for the 
uuid-part
if use static  use readline ; then
sed -i \
-e 's|-lreadline|\0 -lncurses|' \
-e 's|-lblkid|\0 -luuid|' \
configure || die
fi
}

src_configure() {
export DEBUG=-DNDEBUG
export OPTIMIZER=${CFLAGS}
unset PLATFORM # if set in user env, this breaks configure

local myconf
if use static || use static-libs ; then
myconf+= --enable-static
else
myconf+= --disable-static
fi

econf \
--bindir=/usr/bin \
--libexecdir=/usr/$(get_libdir) \
$(use_enable nls gettext) \
$(use_enable readline) \
$(usex readline --disable-editline $(use_enable libedit 
editline)) \
${myconf}

MAKEOPTS+= V=1
}

src_install() {
emake DIST_ROOT=${ED} install
# parallel install fails on these targets for =xfsprogs-3.2.0
emake 

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

2015-06-11 Thread James Le Cuirot (chewi)
chewi   15/06/11 10:52:54

  Modified: ChangeLog package.use.mask
  Log:
  Temporarily mask rdeps of rhino, which has EAPI 1, until I have a
  chance to drop Java support on ia64 entirely.

Revision  ChangesPath
1.233profiles/arch/ia64/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   9 Jun 2015 15:35:37 -   1.232
+++ ChangeLog   11 Jun 2015 10:52:54 -  1.233
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/ia64 profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.232 
2015/06/09 15:35:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.233 
2015/06/11 10:52:54 chewi Exp $
+
+  11 Jun 2015; ch...@gentoo.org package.use.mask:
+  Temporarily mask rdeps of rhino, which has EAPI 1, until I have a chance to
+  drop Java support on ia64 entirely.
 
   09 Jun 2015; Gilles Dartiguelongue e...@gentoo.org package.use.mask:
   Add gnome-base/gvfs nfs USE mask, bug #551576



1.170profiles/arch/ia64/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- package.use.mask9 Jun 2015 15:35:37 -   1.169
+++ package.use.mask11 Jun 2015 10:52:54 -  1.170
@@ -1,6 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.169 
2015/06/09 15:35:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.170 
2015/06/11 10:52:54 chewi Exp $
+
+# James Le Cuirot ch...@gentoo.org (11 Jun 2015)
+# Temporarily mask rdeps of rhino, which has EAPI 1, until I have a
+# chance to drop Java support on ia64 entirely.
+dev-java/icedtea javascript
 
 # Gilles Dartiguelongue e...@gentoo.org (09 Jun 2015)
 # net-fs/libnfs lacks ia64 keyword, bug #551576






[gentoo-commits] gentoo-x86 commit in sci-geosciences/josm-plugins: ChangeLog josm-plugins-20100531.ebuild

2015-06-11 Thread Manuel Rueger (mrueg)
mrueg   15/06/11 11:14:17

  Modified: ChangeLog
  Removed:  josm-plugins-20100531.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.17 sci-geosciences/josm-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   18 May 2015 21:33:01 -  1.16
+++ ChangeLog   11 Jun 2015 11:14:17 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/josm-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v 
1.16 2015/05/18 21:33:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm-plugins/ChangeLog,v 
1.17 2015/06/11 11:14:17 mrueg Exp $
+
+  11 Jun 2015; Manuel Rüger mr...@gentoo.org -josm-plugins-20100531.ebuild:
+  Remove old.
 
   18 May 2015; Manuel Rüger mr...@gentoo.org -josm-plugins-20090301.ebuild,
   -josm-plugins-20090401.ebuild, -josm-plugins-20090504.ebuild,






[gentoo-commits] gentoo-x86 commit in app-portage/portage-utils: ChangeLog portage-utils-0.56.ebuild

2015-06-11 Thread Mike Frysinger (vapier)
vapier  15/06/11 09:55:12

  Modified: ChangeLog portage-utils-0.56.ebuild
  Log:
  Mark arm64/ia64/m68k/s390/sh stable #551682.

Revision  ChangesPath
1.165app-portage/portage-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/ChangeLog?rev=1.165view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/ChangeLog?rev=1.165content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/ChangeLog?r1=1.164r2=1.165

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   11 Jun 2015 00:15:44 -  1.164
+++ ChangeLog   11 Jun 2015 09:55:12 -  1.165
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/portage-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.164 
2015/06/11 00:15:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.165 
2015/06/11 09:55:12 vapier Exp $
+
+  11 Jun 2015; Mike Frysinger vap...@gentoo.org portage-utils-0.56.ebuild:
+  Mark arm64/ia64/m68k/s390/sh stable #551682.
 
   11 Jun 2015; Anthony G. Basile bluen...@gentoo.org
   portage-utils-0.56.ebuild:



1.4  app-portage/portage-utils/portage-utils-0.56.ebuild

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

Index: portage-utils-0.56.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.56.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- portage-utils-0.56.ebuild   11 Jun 2015 00:15:44 -  1.3
+++ portage-utils-0.56.ebuild   11 Jun 2015 09:55:12 -  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-portage/portage-utils/portage-utils-0.56.ebuild,v 
1.3 2015/06/11 00:15:44 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.56.ebuild,v 
1.4 2015/06/11 09:55:12 vapier Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=nls static
 
 DEPEND=app-arch/xz-utils






[gentoo-commits] gentoo-x86 commit in sci-mathematics/gfan: ChangeLog gfan-0.4-r1.ebuild

2015-06-11 Thread Manuel Rueger (mrueg)
mrueg   15/06/11 11:09:18

  Modified: ChangeLog
  Removed:  gfan-0.4-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.12 sci-mathematics/gfan/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Aug 2012 04:35:02 -  1.11
+++ ChangeLog   11 Jun 2015 11:09:18 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/gfan
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.11 
2012/08/23 04:35:02 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.12 
2015/06/11 11:09:18 mrueg Exp $
+
+  11 Jun 2015; Manuel Rüger mr...@gentoo.org
+  -files/gfan-0.4-fix-polynomial.patch, -files/gfan-0.4-gcc45.patch,
+  -gfan-0.4-r1.ebuild:
+  Remove old.
 
   23 Aug 2012; Christoph Junghans ott...@gentoo.org gfan-0.5.ebuild:
   added prefix keywords (bug #349742)






[gentoo-commits] gentoo-x86 commit in sci-mathematics/gfan/files: gfan-0.4-fix-polynomial.patch gfan-0.4-gcc45.patch

2015-06-11 Thread Manuel Rueger (mrueg)
mrueg   15/06/11 11:09:18

  Removed:  gfan-0.4-fix-polynomial.patch gfan-0.4-gcc45.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )



[gentoo-commits] gentoo-x86 commit in app-portage/portage-utils: portage-utils-0.56.ebuild ChangeLog

2015-06-11 Thread Mike Frysinger (vapier)
vapier  15/06/11 09:56:40

  Modified: portage-utils-0.56.ebuild ChangeLog
  Log:
  Add fix for qcheck tests #551718 by Jeroen Roovers.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  app-portage/portage-utils/portage-utils-0.56.ebuild

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

Index: portage-utils-0.56.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.56.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- portage-utils-0.56.ebuild   11 Jun 2015 09:55:12 -  1.4
+++ portage-utils-0.56.ebuild   11 Jun 2015 09:56:40 -  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-portage/portage-utils/portage-utils-0.56.ebuild,v 
1.4 2015/06/11 09:55:12 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.56.ebuild,v 
1.5 2015/06/11 09:56:40 vapier Exp $
 
 EAPI=4
 
@@ -21,6 +21,7 @@
 RDEPEND=!static? ( dev-libs/iniparser )
 
 src_prepare() {
+   epatch ${FILESDIR}/${P}-qcheck-tz.patch #551718
epatch_user
 }
 



1.166app-portage/portage-utils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   11 Jun 2015 09:55:12 -  1.165
+++ ChangeLog   11 Jun 2015 09:56:40 -  1.166
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/portage-utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.165 
2015/06/11 09:55:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.166 
2015/06/11 09:56:40 vapier Exp $
+
+  11 Jun 2015; Mike Frysinger vap...@gentoo.org
+  +files/portage-utils-0.56-qcheck-tz.patch, portage-utils-0.56.ebuild:
+  Add fix for qcheck tests #551718 by Jeroen Roovers.
 
   11 Jun 2015; Mike Frysinger vap...@gentoo.org portage-utils-0.56.ebuild:
   Mark arm64/ia64/m68k/s390/sh stable #551682.






[gentoo-commits] gentoo-x86 commit in app-portage/portage-utils/files: portage-utils-0.56-qcheck-tz.patch

2015-06-11 Thread Mike Frysinger (vapier)
vapier  15/06/11 09:56:40

  Added:portage-utils-0.56-qcheck-tz.patch
  Log:
  Add fix for qcheck tests #551718 by Jeroen Roovers.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  
app-portage/portage-utils/files/portage-utils-0.56-qcheck-tz.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/files/portage-utils-0.56-qcheck-tz.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/portage-utils/files/portage-utils-0.56-qcheck-tz.patch?rev=1.1content-type=text/plain

Index: portage-utils-0.56-qcheck-tz.patch
===
From 359fe5097ca531291a2cbb878dc6940351a7a358 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Thu, 11 Jun 2015 09:51:22 +
Subject: [PATCH] tests: qcheck: fix timezone handling

Make sure the stamps are pinned to UTC rather than using the active TZ.

URL: https://bugs.gentoo.org/551718
Reported-by: Jeroen Roovers j...@gentoo.org
---
 tests/qcheck/dotest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/qcheck/dotest b/tests/qcheck/dotest
index 965a5b5..9122321 100755
--- a/tests/qcheck/dotest
+++ b/tests/qcheck/dotest
@@ -10,8 +10,8 @@ export Q_VDB=/
 # This is the valid mtime the test packages have hardcoded in the CONTENTS
 # files.  The stamp is the CONTENTS while the touch date is the corresponding
 # unpacked date.
-STAMP=1398954900 DATE=201405011035
-find ${ROOT} -exec touch -h -t ${DATE} {} +
+STAMP=1398954900 DATE='2014-05-01T14:35:00Z'
+find ${ROOT} -exec touch -h -d ${DATE} {} +
 
 mktmpdir
 
-- 
2.4.1







[gentoo-commits] gentoo-x86 commit in dev-java/rhino: rhino-1.7.2-r2.ebuild ChangeLog

2015-06-11 Thread James Le Cuirot (chewi)
chewi   15/06/11 10:55:06

  Modified: rhino-1.7.2-r2.ebuild ChangeLog
  Log:
  Drop ia64 keyword before the EAPI 1 banhammer hits.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.12 dev-java/rhino/rhino-1.7.2-r2.ebuild

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

Index: rhino-1.7.2-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.2-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rhino-1.7.2-r2.ebuild   10 Aug 2014 20:22:50 -  1.11
+++ rhino-1.7.2-r2.ebuild   11 Jun 2015 10:55:06 -  1.12
@@ -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-java/rhino/rhino-1.7.2-r2.ebuild,v 1.11 
2014/08/10 20:22:50 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.2-r2.ebuild,v 1.12 
2015/06/11 10:55:06 chewi Exp $
 
 EAPI=1
 JAVA_PKG_IUSE=doc examples source
@@ -15,7 +15,7 @@
 # dual license for rhino and BSD-2 for the swing-ex from Sun's tutorial
 LICENSE=|| ( MPL-1.1 GPL-2 ) BSD-2
 SLOT=1.6
-KEYWORDS=amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=
 
 S=${WORKDIR}/${MY_P}



1.77 dev-java/rhino/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   10 Aug 2014 20:22:50 -  1.76
+++ ChangeLog   11 Jun 2015 10:55:06 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/rhino
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.76 2014/08/10 
20:22:50 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.77 2015/06/11 
10:55:06 chewi Exp $
+
+  11 Jun 2015;  ch...@gentoo.org rhino-1.7.2-r2.ebuild:
+  Drop ia64 keyword before the EAPI 1 banhammer hits.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org rhino-1.5.5-r4.ebuild,
   rhino-1.5.5-r5.ebuild, rhino-1.6.5.ebuild, rhino-1.7.2-r2.ebuild:






[gentoo-commits] proj/portage-utils:master commit in: tests/qcheck/

2015-06-11 Thread Mike Frysinger
commit: 359fe5097ca531291a2cbb878dc6940351a7a358
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Thu Jun 11 09:51:22 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Thu Jun 11 09:51:22 2015 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=359fe509

tests: qcheck: fix timezone handling

Make sure the stamps are pinned to UTC rather than using the active TZ.

URL: https://bugs.gentoo.org/551718
Reported-by: Jeroen Roovers jer AT gentoo.org

 tests/qcheck/dotest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/qcheck/dotest b/tests/qcheck/dotest
index 965a5b5..9122321 100755
--- a/tests/qcheck/dotest
+++ b/tests/qcheck/dotest
@@ -10,8 +10,8 @@ export Q_VDB=/
 # This is the valid mtime the test packages have hardcoded in the CONTENTS
 # files.  The stamp is the CONTENTS while the touch date is the corresponding
 # unpacked date.
-STAMP=1398954900 DATE=201405011035
-find ${ROOT} -exec touch -h -t ${DATE} {} +
+STAMP=1398954900 DATE='2014-05-01T14:35:00Z'
+find ${ROOT} -exec touch -h -d ${DATE} {} +
 
 mktmpdir
 



[gentoo-commits] gentoo-x86 commit in app-emacs/ddskk: ChangeLog ddskk-14.1.ebuild ddskk-14.2.ebuild ddskk-13.1-r1.ebuild

2015-06-11 Thread Manuel Rueger (mrueg)
mrueg   15/06/11 11:11:38

  Modified: ChangeLog
  Removed:  ddskk-14.1.ebuild ddskk-14.2.ebuild
ddskk-13.1-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.43 app-emacs/ddskk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ddskk/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   9 Jul 2013 03:42:35 -   1.42
+++ ChangeLog   11 Jun 2015 11:11:38 -  1.43
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/ddskk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ddskk/ChangeLog,v 1.42 2013/07/09 
03:42:35 naota Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ddskk/ChangeLog,v 1.43 2015/06/11 
11:11:38 mrueg Exp $
+
+  11 Jun 2015; Manuel Rüger mr...@gentoo.org -ddskk-13.1-r1.ebuild,
+  -ddskk-14.1.ebuild, -ddskk-14.2.ebuild:
+  Remove old.
 
 *ddskk-15.1 (09 Jul 2013)
 






[gentoo-commits] gentoo-x86 commit in sys-libs/openipmi: openipmi-2.0.18-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:17:19

  Modified: openipmi-2.0.18-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #539602
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-libs/openipmi/openipmi-2.0.18-r1.ebuild

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

Index: openipmi-2.0.18-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/openipmi/openipmi-2.0.18-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openipmi-2.0.18-r1.ebuild   9 Jun 2015 07:22:10 -   1.4
+++ openipmi-2.0.18-r1.ebuild   11 Jun 2015 14:17:19 -  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/sys-libs/openipmi/openipmi-2.0.18-r1.ebuild,v 1.4 
2015/06/09 07:22:10 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/openipmi/openipmi-2.0.18-r1.ebuild,v 1.5 
2015/06/11 14:17:19 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=LGPL-2.1 GPL-2
 SLOT=0
-KEYWORDS=amd64 ~hppa ~ia64 ~ppc x86
+KEYWORDS=amd64 ~hppa ~ia64 ppc x86
 IUSE=crypt snmp perl tcl python
 S=${WORKDIR}/${MY_P}
 RESTRICT='test'



1.34 sys-libs/openipmi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/openipmi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   9 Jun 2015 07:22:10 -   1.33
+++ ChangeLog   11 Jun 2015 14:17:19 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/openipmi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/openipmi/ChangeLog,v 1.33 
2015/06/09 07:22:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/openipmi/ChangeLog,v 1.34 
2015/06/11 14:17:19 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org openipmi-2.0.18-r1.ebuild:
+  Stable for ppc, wrt bug #539602
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org openipmi-2.0.18-r1.ebuild:
   Stable for x86, wrt bug #539602






[gentoo-commits] gentoo-x86 commit in dev-python/markdown: markdown-2.6.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:23:52

  Modified: markdown-2.6.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550128
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-python/markdown/markdown-2.6.1.ebuild

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

Index: markdown-2.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- markdown-2.6.1.ebuild   2 Jun 2015 05:22:19 -   1.7
+++ markdown-2.6.1.ebuild   11 Jun 2015 14:23:52 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.6.1.ebuild,v 
1.7 2015/06/02 05:22:19 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.6.1.ebuild,v 
1.8 2015/06/11 14:23:52 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -16,7 +16,7 @@
 
 LICENSE=|| ( BSD GPL-2 )
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc test pygments
 
 DEPEND=test? ( dev-python/nose[${PYTHON_USEDEP}]



1.76 dev-python/markdown/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   2 Jun 2015 05:22:19 -   1.75
+++ ChangeLog   11 Jun 2015 14:23:52 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/markdown
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.75 
2015/06/02 05:22:19 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/ChangeLog,v 1.76 
2015/06/11 14:23:52 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org markdown-2.6.1.ebuild:
+  Stable for ppc, wrt bug #550128
 
   02 Jun 2015; Jack Morgan jmor...@gentoo.org markdown-2.6.1.ebuild:
   sparc stable wrt bug #550128






[gentoo-commits] gentoo-x86 commit in app-admin/logrotate: logrotate-3.8.9-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:22:46

  Modified: logrotate-3.8.9-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550032
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  app-admin/logrotate/logrotate-3.8.9-r1.ebuild

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

Index: logrotate-3.8.9-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- logrotate-3.8.9-r1.ebuild   2 Jun 2015 05:19:08 -   1.7
+++ logrotate-3.8.9-r1.ebuild   11 Jun 2015 14:22:46 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild,v 1.7 
2015/06/02 05:19:08 jmorgan Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.9-r1.ebuild,v 1.8 
2015/06/11 14:22:46 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,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=acl +cron selinux
 
 CDEPEND=



1.207app-admin/logrotate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/ChangeLog?rev=1.207view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/ChangeLog?rev=1.207content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/logrotate/ChangeLog?r1=1.206r2=1.207

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog   2 Jun 2015 05:19:08 -   1.206
+++ ChangeLog   11 Jun 2015 14:22:46 -  1.207
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/logrotate
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.206 
2015/06/02 05:19:08 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.207 
2015/06/11 14:22:46 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org logrotate-3.8.9-r1.ebuild:
+  Stable for ppc, wrt bug #550032
 
   02 Jun 2015; Jack Morgan jmor...@gentoo.org logrotate-3.8.9-r1.ebuild:
   sparc stable wrt bug #550032






[gentoo-commits] gentoo-x86 commit in app-office/texmacs: texmacs-1.99.2-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:23:30

  Modified: texmacs-1.99.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550074
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  app-office/texmacs/texmacs-1.99.2-r1.ebuild

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

Index: texmacs-1.99.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.99.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- texmacs-1.99.2-r1.ebuild27 May 2015 11:05:37 -  1.4
+++ texmacs-1.99.2-r1.ebuild11 Jun 2015 14:23:30 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.99.2-r1.ebuild,v 1.4 
2015/05/27 11:05:37 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.99.2-r1.ebuild,v 1.5 
2015/06/11 14:23:30 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 LICENSE=GPL-3
 SLOT=0
 IUSE=imlib jpeg netpbm pdf qt4 svg spell
-KEYWORDS=~alpha amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux
 
 RDEPEND=
app-text/ghostscript-gpl



1.125app-office/texmacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   27 May 2015 11:05:37 -  1.124
+++ ChangeLog   11 Jun 2015 14:23:30 -  1.125
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/texmacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.124 
2015/05/27 11:05:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.125 
2015/06/11 14:23:30 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org texmacs-1.99.2-r1.ebuild:
+  Stable for ppc, wrt bug #550074
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org texmacs-1.99.2-r1.ebuild:
   Stable for x86, wrt bug #550074






[gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.85.ebuild ChangeLog

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

  Modified: exim-4.85.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550528
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  mail-mta/exim/exim-4.85.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85.ebuild?r1=1.5r2=1.6

Index: exim-4.85.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- exim-4.85.ebuild9 Jun 2015 07:09:12 -   1.5
+++ exim-4.85.ebuild11 Jun 2015 14:27: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/mail-mta/exim/exim-4.85.ebuild,v 1.5 
2015/06/09 07:09:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85.ebuild,v 1.6 
2015/06/11 14:27:10 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris
+KEYWORDS=~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-solaris
 
 COMMON_DEPEND==sys-apps/sed-4.0.5
=sys-libs/db-3.2



1.315mail-mta/exim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.315view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.315content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.314r2=1.315

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- ChangeLog   9 Jun 2015 07:09:12 -   1.314
+++ ChangeLog   11 Jun 2015 14:27:10 -  1.315
@@ -1,6 +1,9 @@
 # ChangeLog for mail-mta/exim
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.314 2015/06/09 
07:09:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.315 2015/06/11 
14:27:10 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org exim-4.85.ebuild:
+  Stable for ppc, wrt bug #550528
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org exim-4.85.ebuild:
   Stable for x86, wrt bug #550528






[gentoo-commits] gentoo-x86 commit in media-sound/mikmod: mikmod-3.2.6.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:03:48

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

Revision  ChangesPath
1.2  media-sound/mikmod/mikmod-3.2.6.ebuild

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

Index: mikmod-3.2.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mikmod-3.2.6.ebuild 17 Oct 2014 13:13:26 -  1.1
+++ mikmod-3.2.6.ebuild 11 Jun 2015 15:03:48 -  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/media-sound/mikmod/mikmod-3.2.6.ebuild,v 
1.1 2014/10/17 13:13:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.6.ebuild,v 
1.2 2015/06/11 15:03:48 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86
+KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86
 IUSE=
 
 RDEPEND==media-libs/libmikmod-3.3



1.40 media-sound/mikmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   17 Oct 2014 13:17:00 -  1.39
+++ ChangeLog   11 Jun 2015 15:03:48 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mikmod
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.39 
2014/10/17 13:17:00 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.40 
2015/06/11 15:03:48 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org mikmod-3.2.6.ebuild:
+  Stable for amd64, wrt bug #535500
 
   17 Oct 2014; Samuli Suominen ssuomi...@gentoo.org -mikmod-3.2.2.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in app-arch/rar: rar-5.2.1.ebuild ChangeLog

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

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

Revision  ChangesPath
1.2  app-arch/rar/rar-5.2.1.ebuild

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

Index: rar-5.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/rar/rar-5.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rar-5.2.1.ebuild14 Mar 2015 19:01:09 -  1.1
+++ rar-5.2.1.ebuild11 Jun 2015 15:04:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-5.2.1.ebuild,v 1.1 
2015/03/14 19:01:09 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-5.2.1.ebuild,v 1.2 
2015/06/11 15:04:59 ago Exp $
 EAPI=4
 MY_PV=${PV/0_beta/b}
 DESCRIPTION=RAR compressor/uncompressor
@@ -18,7 +18,7 @@
 
 LICENSE=RAR
 SLOT=0
-KEYWORDS=-* ~amd64 ~x86
+KEYWORDS=-* amd64 ~x86
 IUSE=all_sfx static
 
 DEPEND=all_sfx? ( app-arch/unrar )



1.92 app-arch/rar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   14 Mar 2015 19:01:09 -  1.91
+++ ChangeLog   11 Jun 2015 15:04:59 -  1.92
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/rar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.91 2015/03/14 
19:01:09 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.92 2015/06/11 
15:04:59 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org rar-5.2.1.ebuild:
+  Stable for amd64, wrt bug #534818
 
 *rar-5.2.1 (14 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-db/mysql++: mysql++-3.2.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:49

  Modified: mysql++-3.2.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534942
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-db/mysql++/mysql++-3.2.1.ebuild

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

Index: mysql++-3.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql++-3.2.1.ebuild6 May 2014 03:13:55 -   1.1
+++ mysql++-3.2.1.ebuild11 Jun 2015 15:04:49 -  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/dev-db/mysql++/mysql++-3.2.1.ebuild,v 1.1 
2014/05/06 03:13:55 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-3.2.1.ebuild,v 1.2 
2015/06/11 15:04:49 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2
 SLOT=0/3
-KEYWORDS=~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=
 
 RDEPEND==virtual/mysql-4.0



1.75 dev-db/mysql++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql++/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   16 Aug 2014 14:36:20 -  1.74
+++ ChangeLog   11 Jun 2015 15:04:49 -  1.75
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql++
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.74 2014/08/16 
14:36:20 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.75 2015/06/11 
15:04:49 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org mysql++-3.2.1.ebuild:
+  Stable for amd64, wrt bug #534942
 
   16 Aug 2014; Jeroen Roovers j...@gentoo.org mysql++-3.1.0.ebuild:
   Fix underlinking (bug #519388).






[gentoo-commits] gentoo-x86 commit in media-sound/gmusicbrowser: gmusicbrowser-1.1.13.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:05:09

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

Revision  ChangesPath
1.2  media-sound/gmusicbrowser/gmusicbrowser-1.1.13.ebuild

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

Index: gmusicbrowser-1.1.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/gmusicbrowser-1.1.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gmusicbrowser-1.1.13.ebuild 6 Sep 2014 22:45:17 -   1.1
+++ gmusicbrowser-1.1.13.ebuild 11 Jun 2015 15:05:09 -  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/media-sound/gmusicbrowser/gmusicbrowser-1.1.13.ebuild,v 
1.1 2014/09/06 22:45:17 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/gmusicbrowser-1.1.13.ebuild,v 
1.2 2015/06/11 15:05:09 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 GSTREAMER_DEPEND=



1.32 media-sound/gmusicbrowser/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   25 Nov 2014 23:25:38 -  1.31
+++ ChangeLog   11 Jun 2015 15:05:09 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/gmusicbrowser
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/ChangeLog,v 1.31 
2014/11/25 23:25:38 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmusicbrowser/ChangeLog,v 1.32 
2015/06/11 15:05:09 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org gmusicbrowser-1.1.13.ebuild:
+  Stable for amd64, wrt bug #535494
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:39

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

Revision  ChangesPath
1.4  dev-libs/libp11/libp11-0.2.8-r3.ebuild

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

Index: libp11-0.2.8-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.8-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libp11-0.2.8-r3.ebuild  9 Jun 2015 18:30:01 -   1.3
+++ libp11-0.2.8-r3.ebuild  11 Jun 2015 15:06:39 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.8-r3.ebuild,v 
1.3 2015/06/09 18:30:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.8-r3.ebuild,v 
1.4 2015/06/11 15:06:39 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
 IUSE=doc
 
 RDEPEND=dev-libs/openssl:0



1.77 dev-libs/libp11/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   9 Jun 2015 18:30:01 -   1.76
+++ ChangeLog   11 Jun 2015 15:06:39 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libp11
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v 1.76 2015/06/09 
18:30:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v 1.77 2015/06/11 
15:06:39 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libp11-0.2.8-r3.ebuild:
+  Stable for amd64, wrt bug #535116
 
   09 Jun 2015; Markus Meier mae...@gentoo.org libp11-0.2.8-r3.ebuild:
   arm stable, bug #535116






[gentoo-commits] gentoo-x86 commit in net-dialup/xc: xc-4.3.2-r4.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:03:38

  Modified: xc-4.3.2-r4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535552
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-dialup/xc/xc-4.3.2-r4.ebuild

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

Index: xc-4.3.2-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xc-4.3.2-r4.ebuild  19 Apr 2014 01:43:08 -  1.1
+++ xc-4.3.2-r4.ebuild  11 Jun 2015 15:03:38 -  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/net-dialup/xc/xc-4.3.2-r4.ebuild,v 1.1 
2014/04/19 01:43:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild,v 1.2 
2015/06/11 15:03:38 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=xc-radley
 SLOT=0
-KEYWORDS=~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 RDEPEND=sys-libs/ncurses



1.36 net-dialup/xc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   19 Apr 2014 01:43:08 -  1.35
+++ ChangeLog   11 Jun 2015 15:03:38 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/xc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.35 2014/04/19 
01:43:08 kumba Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.36 2015/06/11 
15:03:38 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org xc-4.3.2-r4.ebuild:
+  Stable for amd64, wrt bug #535552
 
 *xc-4.3.2-r4 (19 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/gif2png: gif2png-2.5.9.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:13

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

Revision  ChangesPath
1.2  media-gfx/gif2png/gif2png-2.5.9.ebuild

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

Index: gif2png-2.5.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gif2png-2.5.9.ebuild20 Jun 2014 06:40:32 -  1.1
+++ gif2png-2.5.9.ebuild11 Jun 2015 15:04:13 -  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/media-gfx/gif2png/gif2png-2.5.9.ebuild,v 
1.1 2014/06/20 06:40:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.9.ebuild,v 
1.2 2015/06/11 15:04:13 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=ZLIB
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=
 
 RDEPEND==media-libs/libpng-1.2:0



1.38 media-gfx/gif2png/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   10 Jan 2015 22:56:33 -  1.37
+++ ChangeLog   11 Jun 2015 15:04:13 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gif2png
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.37 
2015/01/10 22:56:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/ChangeLog,v 1.38 
2015/06/11 15:04:13 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org gif2png-2.5.9.ebuild:
+  Stable for amd64, wrt bug #535440
 
 *gif2png-2.5.10 (10 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: haskeline-0.7.1.3.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:19

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

Revision  ChangesPath
1.3  dev-haskell/haskeline/haskeline-0.7.1.3.ebuild

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

Index: haskeline-0.7.1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haskeline-0.7.1.3.ebuild25 Jul 2014 09:16:17 -  1.2
+++ haskeline-0.7.1.3.ebuild11 Jun 2015 15:06:19 -  1.3
@@ -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-haskell/haskeline/haskeline-0.7.1.3.ebuild,v 1.2 
2014/07/25 09:16:17 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.7.1.3.ebuild,v 1.3 
2015/06/11 15:06:19 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos 
~x86-macos
+KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos 
~x86-macos
 IUSE=legacy-encoding libiconv +terminfo
 
 RDEPEND==dev-haskell/transformers-0.2:=[profile?] 
dev-haskell/transformers-0.5:=[profile?]



1.36 dev-haskell/haskeline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   5 Apr 2015 01:42:56 -   1.35
+++ ChangeLog   11 Jun 2015 15:06:19 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/haskeline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.35 
2015/04/05 01:42:56 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.36 
2015/06/11 15:06:19 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org haskeline-0.7.1.3.ebuild:
+  Stable for amd64, wrt bug #534980
 
 *haskeline-0.7.2.1 (05 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-libs/libntlm: libntlm-1.4.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:39

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

Revision  ChangesPath
1.2  net-libs/libntlm/libntlm-1.4.ebuild

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

Index: libntlm-1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libntlm-1.4.ebuild  10 Oct 2014 04:09:55 -  1.1
+++ libntlm-1.4.ebuild  11 Jun 2015 15:04:39 -  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/net-libs/libntlm/libntlm-1.4.ebuild,v 1.1 
2014/10/10 04:09:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/libntlm-1.4.ebuild,v 1.2 
2015/06/11 15:04:39 ago Exp $
 
 EAPI=5
 inherit autotools-utils
@@ -11,5 +11,5 @@
 
 SLOT=0
 LICENSE=LGPL-2
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux
 IUSE=static-libs



1.41 net-libs/libntlm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   10 Oct 2014 04:09:55 -  1.40
+++ ChangeLog   11 Jun 2015 15:04:39 -  1.41
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libntlm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.40 
2014/10/10 04:09:55 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libntlm/ChangeLog,v 1.41 
2015/06/11 15:04:39 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libntlm-1.4.ebuild:
+  Stable for amd64, wrt bug #535580
 
 *libntlm-1.4 (10 Oct 2014)
 
@@ -134,4 +137,3 @@
   30 Sep 2007; Andrej Kacian ti...@gentoo.org +metadata.xml,
   +libntlm-0.4.0.ebuild:
   Initial import. Ebuild by hardcoiler hardcoiler at gmail.com.
-






[gentoo-commits] gentoo-x86 commit in app-vim/vim-misc: vim-misc-1.17.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:34

  Modified: vim-misc-1.17.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534938
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-vim/vim-misc/vim-misc-1.17.1.ebuild

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

Index: vim-misc-1.17.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.17.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vim-misc-1.17.1.ebuild  25 Nov 2014 23:39:02 -  1.1
+++ vim-misc-1.17.1.ebuild  11 Jun 2015 15:04:34 -  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/app-vim/vim-misc/vim-misc-1.17.1.ebuild,v 
1.1 2014/11/25 23:39:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/vim-misc-1.17.1.ebuild,v 
1.2 2015/06/11 15:04:34 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 HOMEPAGE=http://peterodding.com/code/vim/misc/;
 SRC_URI=https://github.com/xolox/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz
 LICENSE=MIT
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 RDEPEND=!app-vim/xolox-misc
 



1.10 app-vim/vim-misc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Jun 2015 08:18:15 -   1.9
+++ ChangeLog   11 Jun 2015 15:04:34 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/vim-misc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.9 2015/06/07 
08:18:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-misc/ChangeLog,v 1.10 
2015/06/11 15:04:34 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org vim-misc-1.17.1.ebuild:
+  Stable for amd64, wrt bug #534938
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.2.6-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:18:59

  Modified: xine-lib-1.2.6-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #541672
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  media-libs/xine-lib/xine-lib-1.2.6-r1.ebuild

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

Index: xine-lib-1.2.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xine-lib-1.2.6-r1.ebuild29 May 2015 04:44:06 -  1.5
+++ xine-lib-1.2.6-r1.ebuild11 Jun 2015 14:18:59 -  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/media-libs/xine-lib/xine-lib-1.2.6-r1.ebuild,v 1.5 
2015/05/29 04:44:06 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6-r1.ebuild,v 1.6 
2015/06/11 14:18:59 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
NLS_DEPEND=sys-devel/gettext
NLS_RDEPEND=virtual/libintl
 else
-   KEYWORDS=amd64 hppa ~ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd
+   KEYWORDS=amd64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd
SRC_URI=mirror://sourceforge/xine/${P}.tar.xz
NLS_IUSE=nls
NLS_DEPEND=nls? ( sys-devel/gettext )



1.721media-libs/xine-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.721view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.721content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.720r2=1.721

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
retrieving revision 1.720
retrieving revision 1.721
diff -u -r1.720 -r1.721
--- ChangeLog   29 May 2015 04:44:06 -  1.720
+++ ChangeLog   11 Jun 2015 14:18:59 -  1.721
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/xine-lib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.720 
2015/05/29 04:44:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.721 
2015/06/11 14:18:59 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org xine-lib-1.2.6-r1.ebuild:
+  Stable for ppc, wrt bug #541672
 
   29 May 2015; Jeroen Roovers j...@gentoo.org xine-lib-1.2.6-r1.ebuild:
   Stable for HPPA (bug #541672).






[gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ghostscript-gpl-9.15-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:20:02

  Modified: ghostscript-gpl-9.15-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #546632
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?r1=1.9r2=1.10

Index: ghostscript-gpl-9.15-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ghostscript-gpl-9.15-r1.ebuild  9 Jun 2015 05:24:24 -   1.9
+++ ghostscript-gpl-9.15-r1.ebuild  11 Jun 2015 14:20:02 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v
 1.9 2015/06/09 05:24:24 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v
 1.10 2015/06/11 14:20:02 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=AGPL-3 CPL-1.0
 SLOT=0
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=cups dbus djvu gtk idn linguas_de static-libs X
 RESTRICT=djvu? ( bindist )
 



1.187app-text/ghostscript-gpl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.187view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.187content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.186r2=1.187

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog   9 Jun 2015 12:22:58 -   1.186
+++ ChangeLog   11 Jun 2015 14:20:02 -  1.187
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.186 
2015/06/09 12:22:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.187 
2015/06/11 14:20:02 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org 
ghostscript-gpl-9.15-r1.ebuild:
+  Stable for ppc, wrt bug #546632
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in sys-apps/fakeroot: fakeroot-1.20.2.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:19:19

  Modified: fakeroot-1.20.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #542152
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-apps/fakeroot/fakeroot-1.20.2.ebuild

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

Index: fakeroot-1.20.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.20.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fakeroot-1.20.2.ebuild  9 Jun 2015 07:06:24 -   1.4
+++ fakeroot-1.20.2.ebuild  11 Jun 2015 14:19:19 -  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/sys-apps/fakeroot/fakeroot-1.20.2.ebuild,v 
1.4 2015/06/09 07:06:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/fakeroot-1.20.2.ebuild,v 
1.5 2015/06/11 14:19:19 ago Exp $
 
 EAPI=4
 inherit eutils flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm hppa ppc ~sparc x86 ~amd64-linux ~x86-linux
 IUSE=acl debug static-libs test
 
 DEPEND=acl? ( sys-apps/acl )



1.109sys-apps/fakeroot/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   9 Jun 2015 07:06:24 -   1.108
+++ ChangeLog   11 Jun 2015 14:19:19 -  1.109
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/fakeroot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/ChangeLog,v 1.108 
2015/06/09 07:06:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot/ChangeLog,v 1.109 
2015/06/11 14:19:19 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org fakeroot-1.20.2.ebuild:
+  Stable for ppc, wrt bug #542152
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org fakeroot-1.20.2.ebuild:
   Stable for x86, wrt bug #542152






[gentoo-commits] gentoo-x86 commit in sys-fs/ntfs3g: ntfs3g-2014.2.15-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:20:36

  Modified: ntfs3g-2014.2.15-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #548248
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild

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

Index: ntfs3g-2014.2.15-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntfs3g-2014.2.15-r1.ebuild  9 Jun 2015 07:07:42 -   1.4
+++ ntfs3g-2014.2.15-r1.ebuild  11 Jun 2015 14:20:36 -  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/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild,v 
1.4 2015/06/09 07:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15-r1.ebuild,v 
1.5 2015/06/11 14:20:36 ago Exp $
 
 EAPI=5
 inherit eutils linux-info udev toolchain-funcs autotools
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux 
~x86-linux
+KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~arm-linux 
~x86-linux
 IUSE=acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr
 
 RDEPEND=!sys-apps/util-linux-2.20.1-r2



1.174sys-fs/ntfs3g/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.174view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.174content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.173r2=1.174

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog   9 Jun 2015 07:07:42 -   1.173
+++ ChangeLog   11 Jun 2015 14:20:36 -  1.174
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/ntfs3g
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.173 2015/06/09 
07:07:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.174 2015/06/11 
14:20:36 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org ntfs3g-2014.2.15-r1.ebuild:
+  Stable for ppc, wrt bug #548248
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org ntfs3g-2014.2.15-r1.ebuild:
   Stable for x86, wrt bug #548248






[gentoo-commits] gentoo-x86 commit in lxde-base/lxpanel: lxpanel-0.7.0-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:22:24

  Modified: lxpanel-0.7.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550024
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild

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

Index: lxpanel-0.7.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxpanel-0.7.0-r1.ebuild 27 May 2015 11:07:01 -  1.5
+++ lxpanel-0.7.0-r1.ebuild 11 Jun 2015 14:22:24 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild,v 
1.5 2015/05/27 11:07:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.7.0-r1.ebuild,v 
1.6 2015/06/11 14:22:24 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 
SRC_URI=mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~arm ~arm64 ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux
 SLOT=0
 IUSE=+alsa wifi
 RESTRICT=test  # bug 249598



1.68 lxde-base/lxpanel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   27 May 2015 11:07:01 -  1.67
+++ ChangeLog   11 Jun 2015 14:22:24 -  1.68
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxpanel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.67 
2015/05/27 11:07:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.68 
2015/06/11 14:22:24 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org lxpanel-0.7.0-r1.ebuild:
+  Stable for ppc, wrt bug #550024
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org lxpanel-0.7.0-r1.ebuild:
   Stable for x86, wrt bug #550024






[gentoo-commits] gentoo-x86 commit in media-video/xine-ui: xine-ui-0.99.9.ebuild ChangeLog

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

  Modified: xine-ui-0.99.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550046
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  media-video/xine-ui/xine-ui-0.99.9.ebuild

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

Index: xine-ui-0.99.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xine-ui-0.99.9.ebuild   5 Jun 2015 17:41:36 -   1.6
+++ xine-ui-0.99.9.ebuild   11 Jun 2015 14:23:07 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v 
1.6 2015/06/05 17:41:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v 
1.7 2015/06/11 14:23:07 ago Exp $
 
 EAPI=5
 inherit fdo-mime gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ~ppc ppc64 x86 ~x86-fbsd
+KEYWORDS=amd64 hppa ppc ppc64 x86 ~x86-fbsd
 IUSE=aalib curl debug libcaca lirc nls readline vdr X xinerama
 
 RDEPEND=|| ( app-arch/tar app-arch/libarchive )



1.194media-video/xine-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.194view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.194content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.193r2=1.194

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog   5 Jun 2015 17:41:36 -   1.193
+++ ChangeLog   11 Jun 2015 14:23:07 -  1.194
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/xine-ui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.193 
2015/06/05 17:41:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.194 
2015/06/11 14:23:07 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org xine-ui-0.99.9.ebuild:
+  Stable for ppc, wrt bug #550046
 
   05 Jun 2015; Mikle Kolyada zlog...@gentoo.org xine-ui-0.99.9.ebuild:
   amd64 stable wrt bug #550046






[gentoo-commits] gentoo-x86 commit in x11-plugins/wmbiff: wmbiff-0.4.28.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:27:30

  Modified: wmbiff-0.4.28.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550548
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-plugins/wmbiff/wmbiff-0.4.28.ebuild

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

Index: wmbiff-0.4.28.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmbiff-0.4.28.ebuild9 Jun 2015 07:08:30 -   1.3
+++ wmbiff-0.4.28.ebuild11 Jun 2015 14:27:30 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 
1.3 2015/06/09 07:08:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.28.ebuild,v 
1.4 2015/06/11 14:27:30 ago Exp $
 
 EAPI=5
 inherit autotools eutils
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc x86
+KEYWORDS=amd64 ppc x86
 IUSE=crypt
 
 RDEPEND=x11-libs/libX11



1.42 x11-plugins/wmbiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   9 Jun 2015 07:08:30 -   1.41
+++ ChangeLog   11 Jun 2015 14:27:30 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmbiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.41 
2015/06/09 07:08:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/ChangeLog,v 1.42 
2015/06/11 14:27:30 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org wmbiff-0.4.28.ebuild:
+  Stable for ppc, wrt bug #550548
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org wmbiff-0.4.28.ebuild:
   Stable for x86, wrt bug #550548






[gentoo-commits] gentoo-x86 commit in dev-ruby/builder: builder-3.0.4-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:31:49

  Modified: builder-3.0.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551414
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-ruby/builder/builder-3.0.4-r1.ebuild

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

Index: builder-3.0.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- builder-3.0.4-r1.ebuild 9 Jun 2015 07:19:38 -   1.6
+++ builder-3.0.4-r1.ebuild 11 Jun 2015 14:31:49 -  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-ruby/builder/builder-3.0.4-r1.ebuild,v 
1.6 2015/06/09 07:19:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4-r1.ebuild,v 
1.7 2015/06/11 14:31:49 ago Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -17,7 +17,7 @@
 
 LICENSE=MIT
 SLOT=3
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 ruby_add_bdepend doc? ( dev-ruby/rdoc )



1.119dev-ruby/builder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   9 Jun 2015 07:19:38 -   1.118
+++ ChangeLog   11 Jun 2015 14:31:49 -  1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/builder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.118 
2015/06/09 07:19:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/ChangeLog,v 1.119 
2015/06/11 14:31:49 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org builder-3.0.4-r1.ebuild:
+  Stable for ppc, wrt bug #551414
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org builder-3.0.4-r1.ebuild:
   Stable for x86, wrt bug #551414






[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:32:30

  Modified: gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild
ChangeLog
  Log:
  Stable for ppc, wrt bug #551488
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild?r1=1.3r2=1.4

Index: gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild9 Jun 2015 07:09:31 
-   1.3
+++ gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild11 Jun 2015 14:32:30 
-  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild,v
 1.3 2015/06/09 07:09:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild,v
 1.4 2015/06/11 14:32:30 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib-minimal
@@ -19,7 +19,7 @@

http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz;
 
 LICENSE=GPL-2
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd
 IUSE=libav +orc
 
 S=${WORKDIR}/${MY_P}



1.200media-plugins/gst-plugins-ffmpeg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog   9 Jun 2015 07:09:31 -   1.199
+++ ChangeLog   11 Jun 2015 14:32:30 -  1.200
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-ffmpeg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.199 
2015/06/09 07:09:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.200 
2015/06/11 14:32:30 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org
+  gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
+  Stable for ppc, wrt bug #551488
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org
   gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/daemons: daemons-1.1.9-r1.ebuild ChangeLog

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

  Modified: daemons-1.1.9-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551418
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-ruby/daemons/daemons-1.1.9-r1.ebuild

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

Index: daemons-1.1.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- daemons-1.1.9-r1.ebuild 9 Jun 2015 07:19:57 -   1.8
+++ daemons-1.1.9-r1.ebuild 11 Jun 2015 14:32:10 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v 
1.8 2015/06/09 07:19:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v 
1.9 2015/06/11 14:32:10 ago Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -17,7 +17,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
 IUSE=examples
 
 all_ruby_prepare() {



1.97 dev-ruby/daemons/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   9 Jun 2015 07:19:57 -   1.96
+++ ChangeLog   11 Jun 2015 14:32:10 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/daemons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.96 
2015/06/09 07:19:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.97 
2015/06/11 14:32:10 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org daemons-1.1.9-r1.ebuild:
+  Stable for ppc, wrt bug #551418
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org daemons-1.1.9-r1.ebuild:
   Stable for x86, wrt bug #551418






[gentoo-commits] gentoo-x86 commit in app-vim/c-support: c-support-6.1.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:03

  Modified: c-support-6.1.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534922
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-vim/c-support/c-support-6.1.1.ebuild

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

Index: c-support-6.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/c-support/c-support-6.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- c-support-6.1.1.ebuild  18 Oct 2014 03:41:39 -  1.1
+++ c-support-6.1.1.ebuild  11 Jun 2015 15:04:03 -  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/app-vim/c-support/c-support-6.1.1.ebuild,v 
1.1 2014/10/18 03:41:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/c-support-6.1.1.ebuild,v 
1.2 2015/06/11 15:04:03 ago Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 DESCRIPTION=vim plugin: C/C++-IDE -- Write and run programs using menus and 
hotkeys
 HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=213;
 LICENSE=public-domain
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 
 VIM_PLUGIN_HELPFILES=${PN}
 



1.13 app-vim/c-support/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/c-support/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/c-support/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/c-support/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   18 Oct 2014 03:41:39 -  1.12
+++ ChangeLog   11 Jun 2015 15:04:03 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-vim/c-support
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v 1.12 
2014/10/18 03:41:39 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v 1.13 
2015/06/11 15:04:03 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org c-support-6.1.1.ebuild:
+  Stable for amd64, wrt bug #534922
 
 *c-support-6.1.1 (18 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/viewnior: viewnior-1.4.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:44

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

Revision  ChangesPath
1.2  media-gfx/viewnior/viewnior-1.4.ebuild

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

Index: viewnior-1.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- viewnior-1.4.ebuild 8 May 2014 04:46:40 -   1.1
+++ viewnior-1.4.ebuild 11 Jun 2015 15:04:44 -  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/media-gfx/viewnior/viewnior-1.4.ebuild,v 
1.1 2014/05/08 04:46:40 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.4.ebuild,v 
1.2 2015/06/11 15:04:44 ago Exp $
 
 EAPI=5
 inherit fdo-mime gnome2-utils autotools
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND=dev-libs/glib:2



1.19 media-gfx/viewnior/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   23 Dec 2014 17:45:29 -  1.18
+++ ChangeLog   11 Jun 2015 15:04:44 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/viewnior
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.18 
2014/12/23 17:45:29 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.19 
2015/06/11 15:04:44 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org viewnior-1.4.ebuild:
+  Stable for amd64, wrt bug #535450
 
   23 Dec 2014; Sergey Popov pinkb...@gentoo.org -viewnior-1.1.ebuild:
   Drop old version, that does not build, wrt bug #499060






[gentoo-commits] gentoo-x86 commit in lxde-base/lxtask: lxtask-0.1.6.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:03:53

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

Revision  ChangesPath
1.3  lxde-base/lxtask/lxtask-0.1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild?r1=1.2r2=1.3

Index: lxtask-0.1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lxtask-0.1.6.ebuild 9 Jun 2015 18:32:42 -   1.2
+++ lxtask-0.1.6.ebuild 11 Jun 2015 15:03:53 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild,v 1.2 
2015/06/09 18:32:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild,v 1.3 
2015/06/11 15:03:53 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SRC_URI=mirror://sourceforge/lxde/${P}.tar.xz
 
 LICENSE=GPL-2
-KEYWORDS=~alpha ~amd64 arm ~ppc ~x86 ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm ~ppc ~x86 ~arm-linux ~x86-linux
 SLOT=0
 IUSE=
 



1.38 lxde-base/lxtask/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   9 Jun 2015 18:32:42 -   1.37
+++ ChangeLog   11 Jun 2015 15:03:53 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for lxde-base/lxtask
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.37 
2015/06/09 18:32:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.38 
2015/06/11 15:03:53 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org lxtask-0.1.6.ebuild:
+  Stable for amd64, wrt bug #535432
 
   09 Jun 2015; Markus Meier mae...@gentoo.org lxtask-0.1.6.ebuild:
   arm stable, bug #535432






[gentoo-commits] gentoo-x86 commit in net-wireless/b43-fwcutter: b43-fwcutter-019.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:24

  Modified: b43-fwcutter-019.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535634
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild

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

Index: b43-fwcutter-019.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- b43-fwcutter-019.ebuild 21 Mar 2015 20:39:24 -  1.2
+++ b43-fwcutter-019.ebuild 11 Jun 2015 15:08:24 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild,v 1.2 
2015/03/21 20:39:24 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild,v 1.3 
2015/06/11 15:08:24 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~ppc ~ppc64 ~x86
 IUSE=
 
 src_compile() {



1.35 net-wireless/b43-fwcutter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/b43-fwcutter/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/b43-fwcutter/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/b43-fwcutter/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/b43-fwcutter/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   21 Mar 2015 20:39:24 -  1.34
+++ ChangeLog   11 Jun 2015 15:08:24 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/b43-fwcutter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/b43-fwcutter/ChangeLog,v 1.34 
2015/03/21 20:39:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/b43-fwcutter/ChangeLog,v 1.35 
2015/06/11 15:08:24 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org b43-fwcutter-019.ebuild:
+  Stable for amd64, wrt bug #535634
 
   21 Mar 2015; Justin Lecher j...@gentoo.org b43-fwcutter-018.ebuild,
   b43-fwcutter-019.ebuild:






[gentoo-commits] gentoo-x86 commit in app-shells/sash: sash-3.8.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:29

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

Revision  ChangesPath
1.5  app-shells/sash/sash-3.8.ebuild

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

Index: sash-3.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sash-3.8.ebuild 9 Jun 2015 04:52:07 -   1.4
+++ sash-3.8.ebuild 11 Jun 2015 15:08:29 -  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-shells/sash/sash-3.8.ebuild,v 1.4 
2015/06/09 04:52:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.8.ebuild,v 1.5 
2015/06/11 15:08:29 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=freedist
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86
 IUSE=static
 
 DEPEND=



1.58 app-shells/sash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   9 Jun 2015 04:52:07 -   1.57
+++ ChangeLog   11 Jun 2015 15:08:29 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/sash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.57 2015/06/09 
04:52:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.58 2015/06/11 
15:08:29 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org sash-3.8.ebuild:
+  Stable for amd64, wrt bug #534898
 
   09 Jun 2015; Jeroen Roovers j...@gentoo.org sash-3.8.ebuild:
   Stable for HPPA PPC64 (bug #534898).






[gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.86.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:18

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

Revision  ChangesPath
1.2  media-gfx/gifsicle/gifsicle-1.86.ebuild

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

Index: gifsicle-1.86.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.86.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gifsicle-1.86.ebuild24 Nov 2014 05:47:55 -  1.1
+++ gifsicle-1.86.ebuild11 Jun 2015 15:04:18 -  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/media-gfx/gifsicle/gifsicle-1.86.ebuild,v 
1.1 2014/11/24 05:47:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.86.ebuild,v 
1.2 2015/06/11 15:04:18 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2 MIT
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=X
 
 RDEPEND=X? ( x11-libs/libX11 x11-libs/libXt )



1.55 media-gfx/gifsicle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   10 Jan 2015 22:58:19 -  1.54
+++ ChangeLog   11 Jun 2015 15:04:18 -  1.55
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gifsicle
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.54 
2015/01/10 22:58:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.55 
2015/06/11 15:04:18 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org gifsicle-1.86.ebuild:
+  Stable for amd64, wrt bug #535442
 
 *gifsicle-1.87 (10 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libsbsms: libsbsms-2.0.2.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:44

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

Revision  ChangesPath
1.3  media-libs/libsbsms/libsbsms-2.0.2.ebuild

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

Index: libsbsms-2.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsbsms-2.0.2.ebuild   29 Jan 2015 17:41:44 -  1.2
+++ libsbsms-2.0.2.ebuild   11 Jun 2015 15:08:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 
1.2 2015/01/29 17:41:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/libsbsms-2.0.2.ebuild,v 
1.3 2015/06/11 15:08:44 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~mips ~ppc ~ppc64 ~x86
+KEYWORDS=amd64 ~mips ~ppc ~ppc64 ~x86
 IUSE=cpu_flags_x86_sse static-libs
 
 src_prepare() {



1.11 media-libs/libsbsms/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   29 Jan 2015 17:41:44 -  1.10
+++ ChangeLog   11 Jun 2015 15:08:44 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsbsms
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v 1.10 
2015/01/29 17:41:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsbsms/ChangeLog,v 1.11 
2015/06/11 15:08:44 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libsbsms-2.0.2.ebuild:
+  Stable for amd64, wrt bug #535466
 
   29 Jan 2015; Michał Górny mgo...@gentoo.org libsbsms-2.0.0.ebuild,
   libsbsms-2.0.1.ebuild, libsbsms-2.0.2.ebuild:






[gentoo-commits] gentoo-x86 commit in net-nntp/tin: tin-2.2.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:15:54

  Modified: tin-2.2.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535626
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-nntp/tin/tin-2.2.1.ebuild

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

Index: tin-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tin-2.2.1.ebuild9 Jun 2015 18:38:03 -   1.4
+++ tin-2.2.1.ebuild11 Jun 2015 14:15:54 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.2.1.ebuild,v 1.4 
2015/06/09 18:38:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.2.1.ebuild,v 1.5 
2015/06/11 14:15:54 ago Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs versionator
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=amd64 arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=cancel-locks debug doc +etiquette evil forgery gpg idn ipv6 mime nls 
sasl socks5 spell unicode
 
 RDEPEND=



1.57 net-nntp/tin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   9 Jun 2015 18:38:03 -   1.56
+++ ChangeLog   11 Jun 2015 14:15:54 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for net-nntp/tin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.56 2015/06/09 
18:38:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.57 2015/06/11 
14:15:54 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org tin-2.2.1.ebuild:
+  Stable for ppc, wrt bug #535626
 
   09 Jun 2015; Markus Meier mae...@gentoo.org tin-2.2.1.ebuild:
   arm stable, bug #535626






[gentoo-commits] gentoo-x86 commit in net-libs/libbluedevil: libbluedevil-2.1.ebuild ChangeLog

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

  Modified: libbluedevil-2.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550746
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-libs/libbluedevil/libbluedevil-2.1.ebuild

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

Index: libbluedevil-2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libbluedevil-2.1.ebuild 9 Jun 2015 07:12:27 -   1.3
+++ libbluedevil-2.1.ebuild 11 Jun 2015 14:28:10 -  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/libbluedevil/libbluedevil-2.1.ebuild,v 1.3 
2015/06/09 07:12:27 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-2.1.ebuild,v 1.4 
2015/06/11 14:28:10 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=4
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86
+KEYWORDS=amd64 ~arm ppc ~ppc64 x86
 IUSE=debug
 
 RDEPEND==net-wireless/bluez-5



1.45 net-libs/libbluedevil/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   9 Jun 2015 12:23:06 -   1.44
+++ ChangeLog   11 Jun 2015 14:28:10 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libbluedevil
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v 1.44 
2015/06/09 12:23:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/ChangeLog,v 1.45 
2015/06/11 14:28:10 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libbluedevil-2.1.ebuild:
+  Stable for ppc, wrt bug #550746
 
   09 Jun 2015; Manuel Rüger mr...@gentoo.org -libbluedevil-2.0.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in net-wireless/bluedevil: bluedevil-2.1.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:28:15

  Modified: bluedevil-2.1.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550746
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  net-wireless/bluedevil/bluedevil-2.1.1.ebuild

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

Index: bluedevil-2.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluedevil-2.1.1.ebuild  9 Jun 2015 07:12:32 -   1.3
+++ bluedevil-2.1.1.ebuild  11 Jun 2015 14:28:15 -  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-wireless/bluedevil/bluedevil-2.1.1.ebuild,v 1.3 
2015/06/09 07:12:32 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-2.1.1.ebuild,v 1.4 
2015/06/11 14:28:15 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2+
 SLOT=4
-KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86
+KEYWORDS=amd64 ~arm ppc ~ppc64 x86
 IUSE=debug
 
 RDEPEND=



1.71 net-wireless/bluedevil/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   9 Jun 2015 12:21:59 -   1.70
+++ ChangeLog   11 Jun 2015 14:28:15 -  1.71
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/bluedevil
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v 1.70 
2015/06/09 12:21:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/ChangeLog,v 1.71 
2015/06/11 14:28:15 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org bluedevil-2.1.1.ebuild:
+  Stable for ppc, wrt bug #550746
 
   09 Jun 2015; Manuel Rüger mr...@gentoo.org -bluedevil-2.0.ebuild,
   -bluedevil-2.1.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-biology/rebase: rebase-1505.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:28:53

  Modified: rebase-1505.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550804
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  sci-biology/rebase/rebase-1505.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1505.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1505.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1505.ebuild?r1=1.3r2=1.4

Index: rebase-1505.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1505.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rebase-1505.ebuild  9 Jun 2015 07:20:34 -   1.3
+++ rebase-1505.ebuild  11 Jun 2015 14:28:53 -  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/sci-biology/rebase/rebase-1505.ebuild,v 1.3 
2015/06/09 07:20:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1505.ebuild,v 1.4 
2015/06/11 14:28:53 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=public-domain
-KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris
+KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris
 IUSE=emboss minimal
 
 RDEPEND=emboss? ( =sci-biology/emboss-5.0.0 )



1.163sci-biology/rebase/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.163view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.163content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.162r2=1.163

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog   9 Jun 2015 07:20:34 -   1.162
+++ ChangeLog   11 Jun 2015 14:28:53 -  1.163
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.162 
2015/06/09 07:20:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.163 
2015/06/11 14:28:53 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org rebase-1505.ebuild:
+  Stable for ppc, wrt bug #550804
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org rebase-1505.ebuild:
   Stable for x86, wrt bug #550804






[gentoo-commits] gentoo-x86 commit in media-libs/taglib-extras: taglib-extras-1.0.1-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:28:34

  Modified: taglib-extras-1.0.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550748
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild

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

Index: taglib-extras-1.0.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- taglib-extras-1.0.1-r1.ebuild   9 Jun 2015 07:12:50 -   1.4
+++ taglib-extras-1.0.1-r1.ebuild   11 Jun 2015 14:28:34 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild,v
 1.4 2015/06/09 07:12:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild,v
 1.5 2015/06/11 14:28:34 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc ~ppc64 x86
+KEYWORDS=amd64 ppc ~ppc64 x86
 IUSE=debug
 
 RDEPEND=



1.18 media-libs/taglib-extras/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   9 Jun 2015 07:12:50 -   1.17
+++ ChangeLog   11 Jun 2015 14:28:34 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/taglib-extras
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.17 
2015/06/09 07:12:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.18 
2015/06/11 14:28:34 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org 
taglib-extras-1.0.1-r1.ebuild:
+  Stable for ppc, wrt bug #550748
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org 
taglib-extras-1.0.1-r1.ebuild:
   Stable for x86, wrt bug #550748






[gentoo-commits] gentoo-x86 commit in dev-ruby/capistrano: capistrano-2.15.5-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:30:33

  Modified: capistrano-2.15.5-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551138
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild

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

Index: capistrano-2.15.5-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- capistrano-2.15.5-r1.ebuild 9 Jun 2015 07:19:00 -   1.4
+++ capistrano-2.15.5-r1.ebuild 11 Jun 2015 14:30:33 -  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-ruby/capistrano/capistrano-2.15.5-r1.ebuild,v 1.4 
2015/06/09 07:19:00 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild,v 1.5 
2015/06/11 14:30:33 ago Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -15,7 +15,7 @@
 
 LICENSE=MIT
 SLOT=2
-KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris
+KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x64-solaris ~x86-solaris
 IUSE=
 
 ruby_add_rdepend 



1.114dev-ruby/capistrano/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   9 Jun 2015 07:19:00 -   1.113
+++ ChangeLog   11 Jun 2015 14:30:33 -  1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capistrano
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.113 
2015/06/09 07:19:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.114 
2015/06/11 14:30:33 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org capistrano-2.15.5-r1.ebuild:
+  Stable for ppc, wrt bug #551138
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org capistrano-2.15.5-r1.ebuild:
   Stable for x86, wrt bug #551138






[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-3.0.1-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:30:05

  Modified: postfix-3.0.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551084
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  mail-mta/postfix/postfix-3.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild?r1=1.4r2=1.5

Index: postfix-3.0.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postfix-3.0.1-r1.ebuild 9 Jun 2015 07:15:49 -   1.4
+++ postfix-3.0.1-r1.ebuild 11 Jun 2015 14:30:05 -  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/mail-mta/postfix/postfix-3.0.1-r1.ebuild,v 
1.4 2015/06/09 07:15:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.0.1-r1.ebuild,v 
1.5 2015/06/11 14:30:05 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator
@@ -19,7 +19,7 @@
 
 LICENSE=IBM
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd
 IUSE=+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda
 
 DEPEND==dev-libs/libpcre-3.4



1.593mail-mta/postfix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.593view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.593content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.592r2=1.593

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -r1.592 -r1.593
--- ChangeLog   9 Jun 2015 07:15:49 -   1.592
+++ ChangeLog   11 Jun 2015 14:30:05 -  1.593
@@ -1,6 +1,9 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.592 
2015/06/09 07:15:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.593 
2015/06/11 14:30:05 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org postfix-3.0.1-r1.ebuild:
+  Stable for ppc, wrt bug #551084
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org postfix-3.0.1-r1.ebuild:
   Stable for x86, wrt bug #551084






[gentoo-commits] gentoo-x86 commit in net-nntp/nzbget: nzbget-14.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:03:58

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

Revision  ChangesPath
1.2  net-nntp/nzbget/nzbget-14.1.ebuild

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

Index: nzbget-14.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-14.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nzbget-14.1.ebuild  28 Nov 2014 17:08:55 -  1.1
+++ nzbget-14.1.ebuild  11 Jun 2015 15:03:58 -  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/net-nntp/nzbget/nzbget-14.1.ebuild,v 1.1 
2014/11/28 17:08:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-14.1.ebuild,v 1.2 
2015/06/11 15:03:58 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=debug gnutls ncurses parcheck ssl zlib
 
 RDEPEND=dev-libs/libxml2



1.98 net-nntp/nzbget/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   22 Apr 2015 21:50:56 -  1.97
+++ ChangeLog   11 Jun 2015 15:03:58 -  1.98
@@ -1,6 +1,9 @@
 # ChangeLog for net-nntp/nzbget
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.97 2015/04/22 
21:50:56 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.98 2015/06/11 
15:03:58 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org nzbget-14.1.ebuild:
+  Stable for amd64, wrt bug #535622
 
   22 Apr 2015; Sven Wegener swege...@gentoo.org files/nzbget.initd:
   Use ${NZBGET_USER}:${NZBGET_GROUP} for setting permissions on /run/nzbget






[gentoo-commits] gentoo-x86 commit in media-sound/gimmix: gimmix-0.5.7.2.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:08

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

Revision  ChangesPath
1.3  media-sound/gimmix/gimmix-0.5.7.2.ebuild

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

Index: gimmix-0.5.7.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.5.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gimmix-0.5.7.2.ebuild   12 Apr 2015 16:30:34 -  1.2
+++ gimmix-0.5.7.2.ebuild   11 Jun 2015 15:04:08 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.5.7.2.ebuild,v 
1.2 2015/04/12 16:30:34 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.5.7.2.ebuild,v 
1.3 2015/06/11 15:04:08 ago Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=cover lyrics taglib
 
 RDEPEND==media-libs/libmpd-0.17



1.37 media-sound/gimmix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   12 Apr 2015 16:30:34 -  1.36
+++ ChangeLog   11 Jun 2015 15:04:08 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/gimmix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.36 
2015/04/12 16:30:34 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.37 
2015/06/11 15:04:08 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org gimmix-0.5.7.2.ebuild:
+  Stable for amd64, wrt bug #535490
 
   12 Apr 2015;  christ...@gentoo.org gimmix-0.5.7.1.ebuild,
   gimmix-0.5.7.2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/commons-compress: commons-compress-1.8.1-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:03:43

  Modified: commons-compress-1.8.1-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535042
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-java/commons-compress/commons-compress-1.8.1-r1.ebuild

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

Index: commons-compress-1.8.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/commons-compress/commons-compress-1.8.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-compress-1.8.1-r1.ebuild20 Nov 2014 08:22:57 -  1.1
+++ commons-compress-1.8.1-r1.ebuild11 Jun 2015 15:03:43 -  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/dev-java/commons-compress/commons-compress-1.8.1-r1.ebuild,v
 1.1 2014/11/20 08:22:57 ercpe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-compress/commons-compress-1.8.1-r1.ebuild,v
 1.2 2015/06/11 15:03:43 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 COMMON_DEPEND=dev-java/xz-java



1.12 dev-java/commons-compress/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-compress/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-compress/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-compress/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-compress/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 Nov 2014 08:22:57 -  1.11
+++ ChangeLog   11 Jun 2015 15:03:43 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-compress
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-compress/ChangeLog,v 1.11 
2014/11/20 08:22:57 ercpe Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-compress/ChangeLog,v 1.12 
2015/06/11 15:03:43 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org
+  commons-compress-1.8.1-r1.ebuild:
+  Stable for amd64, wrt bug #535042
 
 *commons-compress-1.8.1-r1 (20 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/haskell-src: haskell-src-1.0.1.6.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:24

  Modified: haskell-src-1.0.1.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534982
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-haskell/haskell-src/haskell-src-1.0.1.6.ebuild

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

Index: haskell-src-1.0.1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haskell-src-1.0.1.6.ebuild  2 Jul 2014 09:19:43 -   1.1
+++ haskell-src-1.0.1.6.ebuild  11 Jun 2015 15:06:24 -  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/dev-haskell/haskell-src/haskell-src-1.0.1.6.ebuild,v 
1.1 2014/07/02 09:19:43 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0.1.6.ebuild,v 
1.2 2015/06/11 15:06:24 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=
 
 RDEPEND=dev-haskell/syb:=[profile?]



1.56 dev-haskell/haskell-src/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   4 Apr 2015 12:12:02 -   1.55
+++ ChangeLog   11 Jun 2015 15:06:24 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/haskell-src
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.55 
2015/04/04 12:12:02 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.56 
2015/06/11 15:06:24 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org haskell-src-1.0.1.6.ebuild:
+  Stable for amd64, wrt bug #534982
 
 *haskell-src-1.0.2.0 (04 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/libspectrum: libspectrum-1.1.1.ebuild ChangeLog

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

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

Revision  ChangesPath
1.2  app-emulation/libspectrum/libspectrum-1.1.1.ebuild

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

Index: libspectrum-1.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libspectrum-1.1.1.ebuild23 Jul 2014 22:03:19 -  1.1
+++ libspectrum-1.1.1.ebuild11 Jun 2015 15:06:14 -  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/app-emulation/libspectrum/libspectrum-1.1.1.ebuild,v 
1.1 2014/07/23 22:03:19 neurogeek Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/libspectrum/libspectrum-1.1.1.ebuild,v 
1.2 2015/06/11 15:06:14 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=audiofile bzip2 gcrypt zlib
 
 RDEPEND=zlib? ( sys-libs/zlib )



1.37 app-emulation/libspectrum/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   9 Jun 2015 11:09:43 -   1.36
+++ ChangeLog   11 Jun 2015 15:06:14 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/libspectrum
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.36 
2015/06/09 11:09:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/libspectrum/ChangeLog,v 1.37 
2015/06/11 15:06:14 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libspectrum-1.1.1.ebuild:
+  Stable for amd64, wrt bug #534850
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-util/lcov: lcov-1.11.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:19

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

Revision  ChangesPath
1.3  dev-util/lcov/lcov-1.11.ebuild

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

Index: lcov-1.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lcov-1.11.ebuild9 Jun 2015 18:34:20 -   1.2
+++ lcov-1.11.ebuild11 Jun 2015 15:08:19 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.11.ebuild,v 1.2 
2015/06/09 18:34:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.11.ebuild,v 1.3 
2015/06/11 15:08:19 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-linux ~x64-macos
+KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-linux ~x64-macos
 IUSE=
 
 DEPEND=



1.23 dev-util/lcov/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   9 Jun 2015 18:34:20 -   1.22
+++ ChangeLog   11 Jun 2015 15:08:19 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/lcov
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.22 2015/06/09 
18:34:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/ChangeLog,v 1.23 2015/06/11 
15:08:19 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org lcov-1.11.ebuild:
+  Stable for amd64, wrt bug #535402
 
   09 Jun 2015; Markus Meier mae...@gentoo.org lcov-1.11.ebuild:
   arm stable, bug #535402






[gentoo-commits] gentoo-x86 commit in net-libs/libesmtp: libesmtp-1.0.6-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:04:24

  Modified: libesmtp-1.0.6-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535576
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild

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

Index: libesmtp-1.0.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libesmtp-1.0.6-r1.ebuild9 Jun 2015 18:37:14 -   1.2
+++ libesmtp-1.0.6-r1.ebuild11 Jun 2015 15:04:24 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild,v 1.2 
2015/06/09 18:37:14 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild,v 1.3 
2015/06/11 15:04:24 ago Exp $
 
 EAPI=5
 inherit libtool
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2.1 GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-macos
+KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-macos
 IUSE=debug ntlm ssl static-libs threads
 
 RDEPEND=ssl? ( dev-libs/openssl )



1.59 net-libs/libesmtp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   9 Jun 2015 18:37:14 -   1.58
+++ ChangeLog   11 Jun 2015 15:04:24 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libesmtp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.58 
2015/06/09 18:37:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.59 
2015/06/11 15:04:24 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libesmtp-1.0.6-r1.ebuild:
+  Stable for amd64, wrt bug #535576
 
   09 Jun 2015; Markus Meier mae...@gentoo.org libesmtp-1.0.6-r1.ebuild:
   arm stable, bug #535576






[gentoo-commits] gentoo-x86 commit in net-mail/mu: mu-0.9.9.6.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:07:44

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

Revision  ChangesPath
1.2  net-mail/mu/mu-0.9.9.6.ebuild

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

Index: mu-0.9.9.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mu-0.9.9.6.ebuild   29 Jun 2014 13:18:11 -  1.1
+++ mu-0.9.9.6.ebuild   11 Jun 2015 15:07:44 -  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/net-mail/mu/mu-0.9.9.6.ebuild,v 1.1 
2014/06/29 13:18:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.9.6.ebuild,v 1.2 
2015/06/11 15:07:44 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc emacs gui
 
 # net-mail/mailutils also installes /usr/bin/mu.  Block it until somebody



1.23 net-mail/mu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   6 Oct 2014 12:32:48 -   1.22
+++ ChangeLog   11 Jun 2015 15:07:44 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.22 2014/10/06 
12:32:48 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.23 2015/06/11 
15:07:44 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org mu-0.9.9.6.ebuild:
+  Stable for amd64, wrt bug #535588
 
   06 Oct 2014; Thomas Kahle to...@gentoo.org metadata.xml:
   Remove me from metadata.xml






[gentoo-commits] gentoo-x86 commit in net-fs/wdfs: wdfs-1.4.2-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:14

  Modified: wdfs-1.4.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535562
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  net-fs/wdfs/wdfs-1.4.2-r1.ebuild

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

Index: wdfs-1.4.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/wdfs/wdfs-1.4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wdfs-1.4.2-r1.ebuild4 Jul 2014 15:32:37 -   1.1
+++ wdfs-1.4.2-r1.ebuild11 Jun 2015 15:08:14 -  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/net-fs/wdfs/wdfs-1.4.2-r1.ebuild,v 1.1 
2014/07/04 15:32:37 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/wdfs/wdfs-1.4.2-r1.ebuild,v 1.2 
2015/06/11 15:08:14 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND==net-libs/neon-0.24.7



1.10 net-fs/wdfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/wdfs/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   4 Jul 2014 15:32:37 -   1.9
+++ ChangeLog   11 Jun 2015 15:08:14 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/wdfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/wdfs/ChangeLog,v 1.9 2014/07/04 
15:32:37 dev-zero Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/wdfs/ChangeLog,v 1.10 2015/06/11 
15:08:14 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org wdfs-1.4.2-r1.ebuild:
+  Stable for amd64, wrt bug #535562
 
 *wdfs-1.4.2-r1 (04 Jul 2014)
 






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:07:39

  Modified: gaupol-0.19.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535512
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  media-video/gaupol/gaupol-0.19.2-r1.ebuild

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

Index: gaupol-0.19.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/gaupol/gaupol-0.19.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gaupol-0.19.2-r1.ebuild 22 May 2014 21:16:49 -  1.1
+++ gaupol-0.19.2-r1.ebuild 11 Jun 2015 15:07:39 -  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/media-video/gaupol/gaupol-0.19.2-r1.ebuild,v 1.1 
2014/05/22 21:16:49 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/gaupol/gaupol-0.19.2-r1.ebuild,v 1.2 
2015/06/11 15:07:39 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=spell
 
 RDEPEND=dev-python/chardet[${PYTHON_USEDEP}]



1.21 media-video/gaupol/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/gaupol/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   27 May 2015 13:21:38 -  1.20
+++ ChangeLog   11 Jun 2015 15:07:39 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/gaupol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gaupol/ChangeLog,v 1.20 
2015/05/27 13:21:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gaupol/ChangeLog,v 1.21 
2015/06/11 15:07:39 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org gaupol-0.19.2-r1.ebuild:
+  Stable for amd64, wrt bug #535512
 
   27 May 2015; Patrick Lauer patr...@gentoo.org gaupol-0.28.2.ebuild:
   Fix header






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:46

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

Revision  ChangesPath
1.3  media-libs/libdvdcss/libdvdcss-1.3.0.ebuild

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

Index: libdvdcss-1.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libdvdcss-1.3.0.ebuild  9 Jun 2015 18:35:05 -   1.2
+++ libdvdcss-1.3.0.ebuild  11 Jun 2015 15:06:46 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.0.ebuild,v 1.2 
2015/06/09 18:35:05 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.3.0.ebuild,v 1.3 
2015/06/11 15:06:46 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=1.2
-KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~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 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 IUSE=doc static-libs
 
 RDEPEND=



1.134media-libs/libdvdcss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   9 Jun 2015 18:35:05 -   1.133
+++ ChangeLog   11 Jun 2015 15:06:46 -  1.134
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libdvdcss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.133 
2015/06/09 18:35:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.134 
2015/06/11 15:06:46 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libdvdcss-1.3.0.ebuild:
+  Stable for amd64, wrt bug #535458
 
   09 Jun 2015; Markus Meier mae...@gentoo.org libdvdcss-1.3.0.ebuild:
   arm stable, bug #535458






[gentoo-commits] gentoo-x86 commit in media-sound/ncmpc: ncmpc-0.24.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:59

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

Revision  ChangesPath
1.2  media-sound/ncmpc/ncmpc-0.24.ebuild

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

Index: ncmpc-0.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.24.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncmpc-0.24.ebuild   15 Jul 2014 01:56:49 -  1.1
+++ ncmpc-0.24.ebuild   11 Jun 2015 15:06:59 -  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/media-sound/ncmpc/ncmpc-0.24.ebuild,v 1.1 
2014/07/15 01:56:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.24.ebuild,v 1.2 
2015/06/11 15:06:59 ago Exp $
 
 EAPI=5
 inherit multilib
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
 IUSE=artist-screen chat-screen colors debug +help-screen key-screen lirc 
lyrics-screen mouse nls search-screen song-screen
 
 RDEPEND==dev-libs/glib-2.12:2



1.86 media-sound/ncmpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   15 Jul 2014 01:56:49 -  1.85
+++ ChangeLog   11 Jun 2015 15:06:59 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/ncmpc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.85 
2014/07/15 01:56:49 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.86 
2015/06/11 15:06:59 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org ncmpc-0.24.ebuild:
+  Stable for amd64, wrt bug #535502
 
 *ncmpc-0.24 (15 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/offlineimap: offlineimap-6.5.6.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:15:35

  Modified: offlineimap-6.5.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535590
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-mail/offlineimap/offlineimap-6.5.6.ebuild

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

Index: offlineimap-6.5.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.5.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- offlineimap-6.5.6.ebuild27 May 2015 11:25:31 -  1.4
+++ offlineimap-6.5.6.ebuild11 Jun 2015 14:15: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/net-mail/offlineimap/offlineimap-6.5.6.ebuild,v 1.4 
2015/05/27 11:25:31 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.5.6.ebuild,v 1.5 
2015/06/11 14:15:35 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~ia64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 IUSE=doc ssl sqlite
 
 RDEPEND=



1.102net-mail/offlineimap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   27 May 2015 11:25:31 -  1.101
+++ ChangeLog   11 Jun 2015 14:15:35 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/offlineimap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.101 
2015/05/27 11:25:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.102 
2015/06/11 14:15:35 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org offlineimap-6.5.6.ebuild:
+  Stable for ppc, wrt bug #535590
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org offlineimap-6.5.6.ebuild:
   Stable for x86, wrt bug #535590






[gentoo-commits] gentoo-x86 commit in sys-apps/hdparm: hdparm-9.45.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:14:55

  Modified: hdparm-9.45.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #528772
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  sys-apps/hdparm/hdparm-9.45.ebuild

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

Index: hdparm-9.45.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.45.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hdparm-9.45.ebuild  9 Jun 2015 07:06:05 -   1.6
+++ hdparm-9.45.ebuild  11 Jun 2015 14:14:55 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.45.ebuild,v 1.6 
2015/06/09 07:06:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-9.45.ebuild,v 1.7 
2015/06/11 14:14:55 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD GPL-2 # GPL-2 only
 SLOT=0
-KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux
 IUSE=static
 
 src_prepare() {



1.249sys-apps/hdparm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog   9 Jun 2015 07:06:05 -   1.248
+++ ChangeLog   11 Jun 2015 14:14:55 -  1.249
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hdparm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.248 
2015/06/09 07:06:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/ChangeLog,v 1.249 
2015/06/11 14:14:55 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org hdparm-9.45.ebuild:
+  Stable for ppc, wrt bug #528772
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org hdparm-9.45.ebuild:
   Stable for x86, wrt bug #528772






[gentoo-commits] gentoo-x86 commit in dev-ml/camlp5: camlp5-6.12.ebuild ChangeLog

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

  Modified: camlp5-6.12.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535126
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  dev-ml/camlp5/camlp5-6.12.ebuild

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

Index: camlp5-6.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- camlp5-6.12.ebuild  27 May 2015 11:27:02 -  1.3
+++ camlp5-6.12.ebuild  11 Jun 2015 14:15:15 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.12.ebuild,v 1.3 
2015/05/27 11:27:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.12.ebuild,v 1.4 
2015/06/11 14:15:15 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=amd64 ~ppc x86 ~x86-fbsd
+KEYWORDS=amd64 ppc x86 ~x86-fbsd
 IUSE=doc +ocamlopt
 
 DEPEND==dev-lang/ocaml-3.10:=[ocamlopt?]



1.86 dev-ml/camlp5/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   27 May 2015 11:27:02 -  1.85
+++ ChangeLog   11 Jun 2015 14:15:15 -  1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/camlp5
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.85 2015/05/27 
11:27:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.86 2015/06/11 
14:15:15 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org camlp5-6.12.ebuild:
+  Stable for ppc, wrt bug #535126
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org camlp5-6.12.ebuild:
   Stable for x86, wrt bug #535126






[gentoo-commits] gentoo-x86 commit in mail-client/evolution: ChangeLog evolution-3.16.3.ebuild

2015-06-11 Thread Alexandre Rostovtsev (tetromino)
tetromino15/06/11 14:13:48

  Modified: ChangeLog evolution-3.16.3.ebuild
  Log:
  Require =gtk+-3.16 (bug #551774, thanks to Toralf Förster).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.443mail-client/evolution/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- ChangeLog   9 Jun 2015 16:24:05 -   1.442
+++ ChangeLog   11 Jun 2015 14:13:48 -  1.443
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/evolution
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.442 
2015/06/09 16:24:05 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.443 
2015/06/11 14:13:48 tetromino Exp $
+
+  11 Jun 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  evolution-3.16.3.ebuild:
+  Require =gtk+-3.16 (bug #551774, thanks to Toralf Förster).
 
 *evolution-3.16.3 (09 Jun 2015)
 



1.2  mail-client/evolution/evolution-3.16.3.ebuild

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

Index: evolution-3.16.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-3.16.3.ebuild 9 Jun 2015 16:24:05 -   1.1
+++ evolution-3.16.3.ebuild 11 Jun 2015 14:13:48 -  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/mail-client/evolution/evolution-3.16.3.ebuild,v 1.1 
2015/06/09 16:24:05 eva Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.16.3.ebuild,v 1.2 
2015/06/11 14:13:48 tetromino Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -23,6 +23,7 @@
 # password from inside evolution, bug 160302
 PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )
 
+# gtk+-3.16 needed for gtk_drag_cancel
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
 # dconf explicitely needed for backup plugin
@@ -43,7 +44,7 @@
=net-libs/webkit-gtk-2.2:3
=x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gdk-pixbuf-2.24:2
-   =x11-libs/gtk+-3.10:3
+   =x11-libs/gtk+-3.16:3
=x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
 






[gentoo-commits] gentoo-x86 commit in sci-calculators/calculator: calculator-1.7.49.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:16:36

  Modified: calculator-1.7.49.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535832
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  sci-calculators/calculator/calculator-1.7.49.ebuild

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

Index: calculator-1.7.49.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.7.49.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- calculator-1.7.49.ebuild9 Jun 2015 07:13:48 -   1.2
+++ calculator-1.7.49.ebuild11 Jun 2015 14:16:36 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.7.49.ebuild,v 
1.2 2015/06/09 07:13:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-calculators/calculator/calculator-1.7.49.ebuild,v 
1.3 2015/06/11 14:16:36 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc x86
 IUSE=
 
 RDEPEND=~x11-libs/fox-${PV}



1.50 sci-calculators/calculator/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   9 Jun 2015 07:13:48 -   1.49
+++ ChangeLog   11 Jun 2015 14:16:36 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/calculator
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.49 
2015/06/09 07:13:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calculator/ChangeLog,v 1.50 
2015/06/11 14:16:36 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org calculator-1.7.49.ebuild:
+  Stable for ppc, wrt bug #535832
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org calculator-1.7.49.ebuild:
   Stable for x86, wrt bug #535832






[gentoo-commits] gentoo-x86 commit in app-editors/adie: adie-1.7.49.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:16:41

  Modified: adie-1.7.49.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535832
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-editors/adie/adie-1.7.49.ebuild

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

Index: adie-1.7.49.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.49.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- adie-1.7.49.ebuild  9 Jun 2015 07:13:52 -   1.3
+++ adie-1.7.49.ebuild  11 Jun 2015 14:16:41 -  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-editors/adie/adie-1.7.49.ebuild,v 1.3 
2015/06/09 07:13:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.49.ebuild,v 1.4 
2015/06/11 14:16:41 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86
 IUSE=
 
 DEPEND=~x11-libs/fox-${PV}



1.59 app-editors/adie/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   9 Jun 2015 07:13:52 -   1.58
+++ ChangeLog   11 Jun 2015 14:16:41 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/adie
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.58 
2015/06/09 07:13:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.59 
2015/06/11 14:16:41 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org adie-1.7.49.ebuild:
+  Stable for ppc, wrt bug #535832
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org adie-1.7.49.ebuild:
   Stable for x86, wrt bug #535832






[gentoo-commits] gentoo-x86 commit in x11-libs/fox: fox-1.7.49.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:16:57

  Modified: fox-1.7.49.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535832
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-libs/fox/fox-1.7.49.ebuild

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

Index: fox-1.7.49.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.7.49.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fox-1.7.49.ebuild   27 May 2015 11:25:12 -  1.3
+++ fox-1.7.49.ebuild   11 Jun 2015 14:16:57 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.7.49.ebuild,v 1.3 
2015/05/27 11:25:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/fox-1.7.49.ebuild,v 1.4 
2015/06/11 14:16:57 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=1.7
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86
 IUSE=+bzip2 +jpeg +opengl +png tiff +truetype +zlib
 
 # newish autoconf needed for working mmap check



1.191x11-libs/fox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   27 May 2015 11:25:12 -  1.190
+++ ChangeLog   11 Jun 2015 14:16:57 -  1.191
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/fox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.190 2015/05/27 
11:25:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fox/ChangeLog,v 1.191 2015/06/11 
14:16:57 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org fox-1.7.49.ebuild:
+  Stable for ppc, wrt bug #535832
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org fox-1.7.49.ebuild:
   Stable for x86, wrt bug #535832






[gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:16:46

  Modified: pathfinder-1.7.49.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535832
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-misc/pathfinder/pathfinder-1.7.49.ebuild

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

Index: pathfinder-1.7.49.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pathfinder-1.7.49.ebuild27 May 2015 11:25:05 -  1.3
+++ pathfinder-1.7.49.ebuild11 Jun 2015 14:16:46 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.3 
2015/05/27 11:25:05 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.4 
2015/06/11 14:16:46 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86
 IUSE=+jpeg +png +tiff
 
 DEPEND=



1.44 x11-misc/pathfinder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   27 May 2015 11:25:05 -  1.43
+++ ChangeLog   11 Jun 2015 14:16:46 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/pathfinder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.43 
2015/05/27 11:25:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.44 
2015/06/11 14:16:46 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org pathfinder-1.7.49.ebuild:
+  Stable for ppc, wrt bug #535832
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org pathfinder-1.7.49.ebuild:
   Stable for x86, wrt bug #535832






[gentoo-commits] gentoo-x86 commit in dev-haskell/openglraw: openglraw-1.5.0.0.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:07:30

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

Revision  ChangesPath
1.2  dev-haskell/openglraw/openglraw-1.5.0.0.ebuild

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

Index: openglraw-1.5.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/openglraw/openglraw-1.5.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openglraw-1.5.0.0.ebuild2 Jul 2014 10:02:35 -   1.1
+++ openglraw-1.5.0.0.ebuild11 Jun 2015 15:07:30 -  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/dev-haskell/openglraw/openglraw-1.5.0.0.ebuild,v 1.1 
2014/07/02 10:02:35 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/openglraw/openglraw-1.5.0.0.ebuild,v 1.2 
2015/06/11 15:07:30 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~sparc ~x86
+KEYWORDS=amd64 ~sparc ~x86
 IUSE=
 
 RDEPEND==dev-lang/ghc-7.4.1:=



1.8  dev-haskell/openglraw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/openglraw/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Jul 2014 08:59:33 -  1.7
+++ ChangeLog   11 Jun 2015 15:07:30 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/openglraw
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openglraw/ChangeLog,v 1.7 
2014/07/25 08:59:33 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openglraw/ChangeLog,v 1.8 
2015/06/11 15:07:30 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org openglraw-1.5.0.0.ebuild:
+  Stable for amd64, wrt bug #534998
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.






[gentoo-commits] gentoo-x86 commit in net-mail/lbdb: lbdb-0.39.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:09

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

Revision  ChangesPath
1.2  net-mail/lbdb/lbdb-0.39.ebuild

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

Index: lbdb-0.39.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.39.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lbdb-0.39.ebuild20 Jun 2014 07:49:18 -  1.1
+++ lbdb-0.39.ebuild11 Jun 2015 15:08:09 -  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/net-mail/lbdb/lbdb-0.39.ebuild,v 1.1 
2014/06/20 07:49:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/lbdb-0.39.ebuild,v 1.2 
2015/06/11 15:08:09 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 SRC_URI=http://www.spinnaker.de/debian/${MY_P}.tar.gz;
 HOMEPAGE=http://www.spinnaker.de/lbdb/;
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 LICENSE=GPL-2
 IUSE=pda ldap finger nis abook crypt evo
 



1.63 net-mail/lbdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   20 Jun 2014 07:49:18 -  1.62
+++ ChangeLog   11 Jun 2015 15:08:09 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/lbdb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.62 2014/06/20 
07:49:18 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/lbdb/ChangeLog,v 1.63 2015/06/11 
15:08:09 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org lbdb-0.39.ebuild:
+  Stable for amd64, wrt bug #535586
 
 *lbdb-0.39 (20 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-dialup/pptpclient: pptpclient-1.8.0.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:49

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

Revision  ChangesPath
1.2  net-dialup/pptpclient/pptpclient-1.8.0.ebuild

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

Index: pptpclient-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pptpclient-1.8.0.ebuild 2 Dec 2013 11:43:54 -   1.1
+++ pptpclient-1.8.0.ebuild 11 Jun 2015 15:08:49 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.8.0.ebuild,v 1.1 
2013/12/02 11:43:54 pinkbyte Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.8.0.ebuild,v 1.2 
2015/06/11 15:08:49 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86
+KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~x86
 IUSE=tk
 
 DEPEND=net-dialup/ppp



1.67 net-dialup/pptpclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/pptpclient/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/pptpclient/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/pptpclient/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   2 Dec 2013 11:43:54 -   1.66
+++ ChangeLog   11 Jun 2015 15:08:49 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/pptpclient
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.66 
2013/12/02 11:43:54 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/ChangeLog,v 1.67 
2015/06/11 15:08:49 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org pptpclient-1.8.0.ebuild:
+  Stable for amd64, wrt bug #535550
 
 *pptpclient-1.8.0 (02 Dec 2013)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/ipmitool: ipmitool-1.8.14-r1.ebuild ChangeLog

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

  Modified: ipmitool-1.8.14-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535646
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  sys-apps/ipmitool/ipmitool-1.8.14-r1.ebuild

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

Index: ipmitool-1.8.14-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.14-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ipmitool-1.8.14-r1.ebuild   11 Oct 2014 21:21:18 -  1.1
+++ ipmitool-1.8.14-r1.ebuild   11 Jun 2015 15:07:59 -  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-apps/ipmitool/ipmitool-1.8.14-r1.ebuild,v 1.1 
2014/10/11 21:21:18 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.14-r1.ebuild,v 1.2 
2015/06/11 15:07:59 ago Exp $
 
 EAPI=4
 inherit eutils
@@ -15,7 +15,7 @@
 #IUSE=freeipmi openipmi status
 IUSE=openipmi static
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~x86
+KEYWORDS=amd64 ~hppa ~ia64 ~ppc ~x86
 LICENSE=BSD
 
 RDEPEND=dev-libs/openssl



1.28 sys-apps/ipmitool/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   11 Oct 2014 21:21:18 -  1.27
+++ ChangeLog   11 Jun 2015 15:07:59 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/ipmitool
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v 1.27 
2014/10/11 21:21:18 robbat2 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v 1.28 
2015/06/11 15:07:59 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org ipmitool-1.8.14-r1.ebuild:
+  Stable for amd64, wrt bug #535646
 
 *ipmitool-1.8.14-r1 (11 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-i18n/rime-data: rime-data-0.35.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:34

  Modified: rime-data-0.35.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534860
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-i18n/rime-data/rime-data-0.35.ebuild

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

Index: rime-data-0.35.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/rime-data/rime-data-0.35.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rime-data-0.35.ebuild   1 May 2015 05:48:35 -   1.3
+++ rime-data-0.35.ebuild   11 Jun 2015 15:06:34 -  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-i18n/rime-data/rime-data-0.35.ebuild,v 
1.3 2015/05/01 05:48:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/rime-data/rime-data-0.35.ebuild,v 
1.4 2015/06/11 15:06:34 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~amd64 ~ppc ppc64 ~x86
+KEYWORDS=amd64 ~ppc ppc64 ~x86
 IUSE=
 
 DEPEND=app-i18n/librime



1.16 app-i18n/rime-data/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/rime-data/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   1 May 2015 05:48:35 -   1.15
+++ ChangeLog   11 Jun 2015 15:06:34 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/rime-data
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/rime-data/ChangeLog,v 1.15 
2015/05/01 05:48:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/rime-data/ChangeLog,v 1.16 
2015/06/11 15:06:34 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org rime-data-0.35.ebuild:
+  Stable for amd64, wrt bug #534860
 
   01 May 2015; Jeroen Roovers j...@gentoo.org rime-data-0.35.ebuild:
   Stable for PPC64 (bug #540844).






[gentoo-commits] gentoo-x86 commit in media-sound/quimup: quimup-1.3.2.ebuild ChangeLog

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

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

Revision  ChangesPath
1.2  media-sound/quimup/quimup-1.3.2.ebuild

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

Index: quimup-1.3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/quimup/quimup-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quimup-1.3.2.ebuild 29 Jun 2014 14:53:42 -  1.1
+++ quimup-1.3.2.ebuild 11 Jun 2015 15:07:04 -  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/media-sound/quimup/quimup-1.3.2.ebuild,v 
1.1 2014/06/29 14:53:42 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/quimup-1.3.2.ebuild,v 
1.2 2015/06/11 15:07:04 ago Exp $
 
 EAPI=5
 inherit eutils qt4-r2
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND=dev-qt/qtgui:4



1.24 media-sound/quimup/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/quimup/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   12 Apr 2015 18:47:01 -  1.23
+++ ChangeLog   11 Jun 2015 15:07:04 -  1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/quimup
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/ChangeLog,v 1.23 
2015/04/12 18:47:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quimup/ChangeLog,v 1.24 
2015/06/11 15:07:04 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org quimup-1.3.2.ebuild:
+  Stable for amd64, wrt bug #535504
 
 *quimup-1.4.0 (12 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-dialup/pppconfig: pppconfig-2.3.21.ebuild ChangeLog

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

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

Revision  ChangesPath
1.2  net-dialup/pppconfig/pppconfig-2.3.21.ebuild

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

Index: pppconfig-2.3.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pppconfig-2.3.21.ebuild 26 May 2014 13:33:22 -  1.1
+++ pppconfig-2.3.21.ebuild 11 Jun 2015 15:08:39 -  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/net-dialup/pppconfig/pppconfig-2.3.21.ebuild,v 1.1 
2014/05/26 13:33:22 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-dialup/pppconfig/pppconfig-2.3.21.ebuild,v 1.2 
2015/06/11 15:08:39 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 IUSE=nls
 
 RDEPEND=net-dialup/ppp



1.32 net-dialup/pppconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   10 Aug 2014 20:56:07 -  1.31
+++ ChangeLog   11 Jun 2015 15:08:39 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/pppconfig
-# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.31 
2014/08/10 20:56:07 slyfox Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppconfig/ChangeLog,v 1.32 
2015/06/11 15:08:39 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org pppconfig-2.3.21.ebuild:
+  Stable for amd64, wrt bug #535548
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org
   pppconfig-2.3.17-r1.ebuild:






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:08:04

  Modified: task-2.3.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534880
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  app-misc/task/task-2.3.0-r1.ebuild

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

Index: task-2.3.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/task-2.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- task-2.3.0-r1.ebuild28 Nov 2014 18:00:46 -  1.1
+++ task-2.3.0-r1.ebuild11 Jun 2015 15:08:04 -  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/app-misc/task/task-2.3.0-r1.ebuild,v 1.1 
2014/11/28 18:00:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/task-2.3.0-r1.ebuild,v 1.2 
2015/06/11 15:08:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~amd64 ~arm ~x86 ~x64-macos
+KEYWORDS=amd64 ~arm ~x86 ~x64-macos
 IUSE=gnutls vim-syntax zsh-completion
 
 DEPEND=gnutls? ( net-libs/gnutls )



1.54 app-misc/task/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   16 May 2015 19:37:36 -  1.53
+++ ChangeLog   11 Jun 2015 15:08:04 -  1.54
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/task
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.53 2015/05/16 
19:37:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/task/ChangeLog,v 1.54 2015/06/11 
15:08:04 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org task-2.3.0-r1.ebuild:
+  Stable for amd64, wrt bug #534880
 
   16 May 2015; Tim Harder radher...@gentoo.org task-2.4.4.ebuild:
   Add slot for readline dep.






[gentoo-commits] gentoo-x86 commit in dev-haskell/glut: glut-2.5.1.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:06:09

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

Revision  ChangesPath
1.2  dev-haskell/glut/glut-2.5.1.1.ebuild

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

Index: glut-2.5.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.5.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glut-2.5.1.1.ebuild 2 Jul 2014 09:58:40 -   1.1
+++ glut-2.5.1.1.ebuild 11 Jun 2015 15:06:09 -  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/dev-haskell/glut/glut-2.5.1.1.ebuild,v 1.1 
2014/07/02 09:58:40 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.5.1.1.ebuild,v 1.2 
2015/06/11 15:06:09 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND==dev-haskell/opengl-2.8.0.0:=[profile?]



1.26 dev-haskell/glut/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Jul 2014 08:58:10 -  1.25
+++ ChangeLog   11 Jun 2015 15:06:09 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/glut
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.25 
2014/07/25 08:58:10 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/ChangeLog,v 1.26 
2015/06/11 15:06:09 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org glut-2.5.1.1.ebuild:
+  Stable for amd64, wrt bug #534974
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.






[gentoo-commits] gentoo-x86 commit in media-tv/shoutcast2vdr: shoutcast2vdr-0.0.8-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:07:19

  Modified: shoutcast2vdr-0.0.8-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535508
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild

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

Index: shoutcast2vdr-0.0.8-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shoutcast2vdr-0.0.8-r1.ebuild   25 Sep 2014 15:18:24 -  1.1
+++ shoutcast2vdr-0.0.8-r1.ebuild   11 Jun 2015 15:07:19 -  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/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild,v 
1.1 2014/09/25 15:18:24 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild,v 
1.2 2015/06/11 15:07:19 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 HOMEPAGE=http://www.vdr-portal.de/board/thread.php?threadid=19478;
 SRC_URI=http://www.kost.sh/vdr/${P}.gz;
 
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 SLOT=0
 LICENSE=GPL-2
 IUSE=



1.5  media-tv/shoutcast2vdr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Sep 2014 15:18:24 -  1.4
+++ ChangeLog   11 Jun 2015 15:07:19 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/shoutcast2vdr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog,v 1.4 
2014/09/25 15:18:24 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog,v 1.5 
2015/06/11 15:07:19 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org 
shoutcast2vdr-0.0.8-r1.ebuild:
+  Stable for amd64, wrt bug #535508
 
 *shoutcast2vdr-0.0.8-r1 (25 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/tnef: tnef-1.4.12.ebuild ChangeLog

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

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

Revision  ChangesPath
1.2  net-mail/tnef/tnef-1.4.12.ebuild

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

Index: tnef-1.4.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.4.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tnef-1.4.12.ebuild  10 Oct 2014 04:03:44 -  1.1
+++ tnef-1.4.12.ebuild  11 Jun 2015 15:07:14 -  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/net-mail/tnef/tnef-1.4.12.ebuild,v 1.1 
2014/10/10 04:03:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.4.12.ebuild,v 1.2 
2015/06/11 15:07:14 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 SLOT=0
 LICENSE=GPL-2
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
 
 src_test() {
emake -j1 check



1.74 net-mail/tnef/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   10 Oct 2014 04:03:44 -  1.73
+++ ChangeLog   11 Jun 2015 15:07:14 -  1.74
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/tnef
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.73 2014/10/10 
04:03:44 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.74 2015/06/11 
15:07:14 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org tnef-1.4.12.ebuild:
+  Stable for amd64, wrt bug #535594
 
 *tnef-1.4.12 (10 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/conspy: conspy-1.10.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:07:49

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

Revision  ChangesPath
1.2  sys-apps/conspy/conspy-1.10.ebuild

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

Index: conspy-1.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/conspy/conspy-1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- conspy-1.10.ebuild  14 Oct 2014 21:34:23 -  1.1
+++ conspy-1.10.ebuild  11 Jun 2015 15:07:49 -  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-apps/conspy/conspy-1.10.ebuild,v 1.1 
2014/10/14 21:34:23 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/conspy-1.10.ebuild,v 1.2 
2015/06/11 15:07:49 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE=AGPL-3
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND=sys-libs/ncurses



1.13 sys-apps/conspy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   26 May 2015 23:03:38 -  1.12
+++ ChangeLog   11 Jun 2015 15:07:49 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/conspy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v 1.12 2015/05/26 
23:03:38 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v 1.13 2015/06/11 
15:07:49 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org conspy-1.10.ebuild:
+  Stable for amd64, wrt bug #535642
 
   26 May 2015; Matthias Maier tam...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in x11-misc/shutterbug: shutterbug-1.7.49.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:16:52

  Modified: shutterbug-1.7.49.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #535832
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-misc/shutterbug/shutterbug-1.7.49.ebuild

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

Index: shutterbug-1.7.49.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.7.49.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shutterbug-1.7.49.ebuild27 May 2015 11:25:09 -  1.3
+++ shutterbug-1.7.49.ebuild11 Jun 2015 14:16:51 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.7.49.ebuild,v 1.3 
2015/05/27 11:25:09 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.7.49.ebuild,v 1.4 
2015/06/11 14:16:51 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86
+KEYWORDS=~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86
 IUSE=+jpeg +png +tiff
 
 DEPEND=



1.42 x11-misc/shutterbug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   27 May 2015 11:25:09 -  1.41
+++ ChangeLog   11 Jun 2015 14:16:52 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/shutterbug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.41 
2015/05/27 11:25:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.42 
2015/06/11 14:16:52 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org shutterbug-1.7.49.ebuild:
+  Stable for ppc, wrt bug #535832
 
   27 May 2015; Agostino Sarubbo a...@gentoo.org shutterbug-1.7.49.ebuild:
   Stable for x86, wrt bug #535832






[gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.1-r4.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:17:58

  Modified: nettle-2.7.1-r4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #540892
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/nettle/nettle-2.7.1-r4.ebuild

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

Index: nettle-2.7.1-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nettle-2.7.1-r4.ebuild  1 Jun 2015 05:07:07 -   1.7
+++ nettle-2.7.1-r4.ebuild  11 Jun 2015 14:17:58 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r4.ebuild,v 
1.7 2015/06/01 05:07:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r4.ebuild,v 
1.8 2015/06/11 14:17:58 ago Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
 
 LICENSE=|| ( LGPL-3 LGPL-2.1 )
 SLOT=0/4 # subslot = libnettle soname version
-KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris
 IUSE=doc +gmp neon static-libs test
 
 DEPEND=gmp? ( dev-libs/gmp:0[${MULTILIB_USEDEP}] )



1.130dev-libs/nettle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   1 Jun 2015 05:07:07 -   1.129
+++ ChangeLog   11 Jun 2015 14:17:58 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/nettle
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.129 
2015/06/01 05:07:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.130 
2015/06/11 14:17:58 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org nettle-2.7.1-r4.ebuild:
+  Stable for ppc, wrt bug #540892
 
   01 Jun 2015; Jeroen Roovers j...@gentoo.org nettle-2.7.1-r4.ebuild:
   Stable for HPPA (bug #540892).






[gentoo-commits] gentoo-x86 commit in app-crypt/ssh-multiadd: ssh-multiadd-1.3.2-r1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:17:38

  Modified: ssh-multiadd-1.3.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #539604
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild

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

Index: ssh-multiadd-1.3.2-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ssh-multiadd-1.3.2-r1.ebuild9 Jun 2015 07:12:01 -   1.3
+++ ssh-multiadd-1.3.2-r1.ebuild11 Jun 2015 14:17:38 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild,v 
1.3 2015/06/09 07:12:01 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild,v 
1.4 2015/06/11 14:17:38 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~ppc x86
+KEYWORDS=amd64 ppc x86
 IUSE=X
 
 DEPEND=



1.28 app-crypt/ssh-multiadd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   9 Jun 2015 07:12:01 -   1.27
+++ ChangeLog   11 Jun 2015 14:17:38 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/ssh-multiadd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog,v 1.27 
2015/06/09 07:12:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ChangeLog,v 1.28 
2015/06/11 14:17:38 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org ssh-multiadd-1.3.2-r1.ebuild:
+  Stable for ppc, wrt bug #539604
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org ssh-multiadd-1.3.2-r1.ebuild:
   Stable for x86, wrt bug #539604






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:24:25

  Modified: php-5.6.9.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550164
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  dev-lang/php/php-5.6.9.ebuild

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

Index: php-5.6.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-5.6.9.ebuild28 May 2015 05:09:40 -  1.5
+++ php-5.6.9.ebuild11 Jun 2015 14:24:24 -  1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.9.ebuild,v 1.5 
2015/05/28 05:09:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.9.ebuild,v 1.6 
2015/06/11 14:24:24 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.983dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.982
retrieving revision 1.983
diff -u -r1.982 -r1.983
--- ChangeLog   11 Jun 2015 07:17:31 -  1.982
+++ ChangeLog   11 Jun 2015 14:24:24 -  1.983
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.982 2015/06/11 
07:17:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.983 2015/06/11 
14:24:24 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org php-5.6.9.ebuild:
+  Stable for ppc, wrt bug #550164
 
   11 Jun 2015; Agostino Sarubbo a...@gentoo.org php-5.4.41.ebuild,
   php-5.5.25-r1.ebuild:






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:25:35

  Modified: bundler-1.7.13.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #550314
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-ruby/bundler/bundler-1.7.13.ebuild

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

Index: bundler-1.7.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bundler-1.7.13.ebuild   9 Jun 2015 04:34:39 -   1.7
+++ bundler-1.7.13.ebuild   11 Jun 2015 14:25:35 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 
1.7 2015/06/09 04:34:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 
1.8 2015/06/11 14:25:35 ago Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 
 LICENSE=MIT
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=test
 
 ruby_add_rdepend virtual/rubygems



1.96 dev-ruby/bundler/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   9 Jun 2015 04:34:39 -   1.95
+++ ChangeLog   11 Jun 2015 14:25:35 -  1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.95 
2015/06/09 04:34:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.96 
2015/06/11 14:25:35 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org bundler-1.7.13.ebuild:
+  Stable for ppc, wrt bug #550314
 
   09 Jun 2015; Jeroen Roovers j...@gentoo.org bundler-1.7.13.ebuild:
   Stable for HPPA PPC64 (bug #550314).






[gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-6.9.0.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:29:13

  Modified: dhcpcd-6.9.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551010
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  net-misc/dhcpcd/dhcpcd-6.9.0.ebuild

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

Index: dhcpcd-6.9.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.9.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dhcpcd-6.9.0.ebuild 11 Jun 2015 04:27:22 -  1.6
+++ dhcpcd-6.9.0.ebuild 11 Jun 2015 14:29:13 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.9.0.ebuild,v 1.6 
2015/06/11 04:27:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.9.0.ebuild,v 1.7 
2015/06/11 14:29:13 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
MY_P=${MY_P/_beta/-beta}
MY_P=${MY_P/_rc/-rc}
SRC_URI=http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2;
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
S=${WORKDIR}/${MY_P}
 fi
 



1.463net-misc/dhcpcd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -r1.462 -r1.463
--- ChangeLog   11 Jun 2015 04:27:22 -  1.462
+++ ChangeLog   11 Jun 2015 14:29:13 -  1.463
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/dhcpcd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.462 
2015/06/11 04:27:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.463 
2015/06/11 14:29:13 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org dhcpcd-6.9.0.ebuild:
+  Stable for ppc, wrt bug #551010
 
   11 Jun 2015; Jeroen Roovers j...@gentoo.org dhcpcd-6.9.0.ebuild:
   Stable for HPPA PPC64 (bug #551010).






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:29:43

  Modified: apr-util-1.5.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551068
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.8  dev-libs/apr-util/apr-util-1.5.4.ebuild

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

Index: apr-util-1.5.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- apr-util-1.5.4.ebuild   9 Jun 2015 07:23:42 -   1.7
+++ apr-util-1.5.4.ebuild   11 Jun 2015 14:29:43 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild,v 
1.7 2015/06/09 07:23:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.4.ebuild,v 
1.8 2015/06/11 14:29:43 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=1
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=berkdb doc freetds gdbm ldap mysql nss odbc openssl postgres sqlite 
static-libs
 #RESTRICT=test
 



1.218dev-libs/apr-util/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog   9 Jun 2015 07:23:42 -   1.217
+++ ChangeLog   11 Jun 2015 14:29:43 -  1.218
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/apr-util
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.217 
2015/06/09 07:23:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/ChangeLog,v 1.218 
2015/06/11 14:29:43 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org apr-util-1.5.4.ebuild:
+  Stable for ppc, wrt bug #551068
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org apr-util-1.5.4.ebuild:
   Stable for x86, wrt bug #551068






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

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 14:29:38

  Modified: apr-1.5.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551068
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-libs/apr/apr-1.5.2.ebuild

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

Index: apr-1.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr-1.5.2.ebuild9 Jun 2015 07:23:38 -   1.6
+++ apr-1.5.2.ebuild11 Jun 2015 14:29:38 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.2.ebuild,v 1.6 
2015/06/09 07:23:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.2.ebuild,v 1.7 
2015/06/11 14:29:38 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=Apache-2.0
 SLOT=1
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 IUSE=doc elibc_FreeBSD older-kernels-compatibility selinux static-libs 
+urandom
 
 CDEPEND=elibc_glibc? ( =sys-apps/util-linux-2.16 )



1.233dev-libs/apr/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   9 Jun 2015 07:23:38 -   1.232
+++ ChangeLog   11 Jun 2015 14:29:38 -  1.233
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/apr
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.232 2015/06/09 
07:23:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.233 2015/06/11 
14:29:38 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org apr-1.5.2.ebuild:
+  Stable for ppc, wrt bug #551068
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org apr-1.5.2.ebuild:
   Stable for x86, wrt bug #551068






[gentoo-commits] proj/gnome:master commit in: gnome-extra/california/

2015-06-11 Thread Alexandre Rostovtsev
commit: 0fc1e72cd4c4e3b6c2b8a9ca5fe485d9e916c97c
Author: Alexandre Rostovtsev tetromino AT gentoo DOT org
AuthorDate: Thu Jun 11 14:57:31 2015 +
Commit: Alexandre Rostovtsev tetromino AT gentoo DOT org
CommitDate: Thu Jun 11 14:59:22 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0fc1e72c

gnome-extra/california: drop for now, incompatible with eds-3.16 (bug #548520)

Upstream needs to fix:

* https://bugzilla.gnome.org/show_bug.cgi?id=743961
* https://bugzilla.gnome.org/show_bug.cgi?id=743981

 gnome-extra/california/california-0.4.0.ebuild | 48 --
 gnome-extra/california/metadata.xml|  5 ---
 2 files changed, 53 deletions(-)

diff --git a/gnome-extra/california/california-0.4.0.ebuild 
b/gnome-extra/california/california-0.4.0.ebuild
deleted file mode 100644
index 6a11939..000
--- a/gnome-extra/california/california-0.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-VAPA_API_MIN_VERSION=0.24
-
-inherit gnome2 vala
-
-DESCRIPTION=Manage your online calendars with simple and modern interface
-HOMEPAGE=https://wiki.gnome.org/Apps/California;
-
-LICENSE=LGPL-2.1+
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-RDEPEND=
-   =dev-libs/glib-2.38:2
-   =dev-libs/gobject-introspection-1.38
-   =dev-libs/libgdata-0.14
-   =dev-libs/libgee-0.10.5:0.8
-   =net-libs/gnome-online-accounts-3.8.3
-   =net-libs/libsoup-2.44:2.4
-   =gnome-extra/evolution-data-server-3.8
-   =x11-libs/gtk+-3.12.2:3
-   x11-misc/xdg-utils
-
-DEPEND=${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   =dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_install() {
-   # FIXME: report doc install being broken upstream
-   gnome2_src_install
-
-   rm -rf ${ED}/usr/doc || die
-}

diff --git a/gnome-extra/california/metadata.xml 
b/gnome-extra/california/metadata.xml
deleted file mode 100644
index 6e0e2ec..000
--- a/gnome-extra/california/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  herdgnome/herd
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in dev-java/jfreesvg: jfreesvg-3.0.ebuild ChangeLog

2015-06-11 Thread Patrice Clement (monsieurp)
monsieurp15/06/11 15:01:46

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

Revision  ChangesPath
1.2  dev-java/jfreesvg/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Jun 2015 16:38:14 -   1.1
+++ ChangeLog   11 Jun 2015 15:01:46 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jfreesvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/ChangeLog,v 1.1 
2015/06/09 16:38:14 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/ChangeLog,v 1.2 
2015/06/11 15:01:46 monsieurp Exp $
+
+*jfreesvg-3.0 (11 Jun 2015)
+
+  11 Jun 2015; Patrice Clement monsie...@gentoo.org +jfreesvg-3.0.ebuild:
+  Version bump. Fix bug 528400.
 
 *jfreesvg-2.1 (09 Jun 2015)
 



1.1  dev-java/jfreesvg/jfreesvg-3.0.ebuild

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

Index: jfreesvg-3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/jfreesvg-3.0.ebuild,v 1.1 
2015/06/11 15:01:46 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE=doc source

inherit java-pkg-2 java-ant-2

DESCRIPTION=JFreeSVG is a fast, light-weight, vector graphics library for the 
Java platform
HOMEPAGE=http://www.jfree.org/jfreesvg/;
SRC_URI=mirror://sourceforge/jfreegraphics2d/${P}.zip

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

DEPEND==virtual/jdk-1.6
app-arch/unzip
RDEPEND==virtual/jre-1.6

java_prepare() {
find ${WORKDIR} -name '*.jar' -print -delete || die
}

src_compile() {
if ! use debug; then
antflags=-Dbuild.debug=false -Dbuild.optimize=true
fi
eant -f ant/build.xml compile $(use_doc) $antflags
}

src_install() {
java-pkg_newjar ./lib/${P}.jar ${PN}.jar
dodoc README.md
use doc  java-pkg_dojavadoc javadoc
use source  java-pkg_dosrc src/main/java
}






[gentoo-commits] gentoo-x86 commit in media-libs/mutagen: mutagen-1.27.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:05:34

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

Revision  ChangesPath
1.2  media-libs/mutagen/mutagen-1.27.ebuild

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

Index: mutagen-1.27.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mutagen-1.27.ebuild 29 Nov 2014 22:40:33 -  1.1
+++ mutagen-1.27.ebuild 11 Jun 2015 15:05:34 -  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/media-libs/mutagen/mutagen-1.27.ebuild,v 
1.1 2014/11/29 22:40:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.27.ebuild,v 
1.2 2015/06/11 15:05:34 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix 
~amd64-linux ~x86-linux
+KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix 
~amd64-linux ~x86-linux
 IUSE=doc test
 
 # TODO: Missing support for =dev-python/eyeD3-0.7 API



1.109media-libs/mutagen/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   29 Nov 2014 22:40:33 -  1.108
+++ ChangeLog   11 Jun 2015 15:05:34 -  1.109
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mutagen
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.108 
2014/11/29 22:40:33 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.109 
2015/06/11 15:05:34 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org mutagen-1.27.ebuild:
+  Stable for amd64, wrt bug #535470
 
 *mutagen-1.27 (29 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/gluraw: gluraw-1.4.0.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:05:59

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

Revision  ChangesPath
1.2  dev-haskell/gluraw/gluraw-1.4.0.1.ebuild

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

Index: gluraw-1.4.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/gluraw-1.4.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gluraw-1.4.0.1.ebuild   2 Jul 2014 09:40:18 -   1.1
+++ gluraw-1.4.0.1.ebuild   11 Jun 2015 15:05:59 -  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/dev-haskell/gluraw/gluraw-1.4.0.1.ebuild,v 
1.1 2014/07/02 09:40:18 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/gluraw-1.4.0.1.ebuild,v 
1.2 2015/06/11 15:05:59 ago Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~sparc ~x86
+KEYWORDS=amd64 ~sparc ~x86
 IUSE=
 
 RDEPEND==dev-haskell/openglraw-1.3.0.0:=[profile?]



1.8  dev-haskell/gluraw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Jul 2014 08:58:56 -  1.7
+++ ChangeLog   11 Jun 2015 15:05:59 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/gluraw
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/ChangeLog,v 1.7 
2014/07/25 08:58:56 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gluraw/ChangeLog,v 1.8 
2015/06/11 15:05:59 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org gluraw-1.4.0.1.ebuild:
+  Stable for amd64, wrt bug #534972
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.






[gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.7.1.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:05:04

  Modified: ansi-wl-pprint-0.6.7.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534948
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.1.ebuild

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

Index: ansi-wl-pprint-0.6.7.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ansi-wl-pprint-0.6.7.1.ebuild   26 Jan 2015 13:06:49 -  1.2
+++ ansi-wl-pprint-0.6.7.1.ebuild   11 Jun 2015 15:05:04 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.1.ebuild,v
 1.2 2015/01/26 13:06:49 qnikst Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.1.ebuild,v
 1.3 2015/06/11 15:05:04 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 IUSE=example
 
 RDEPEND==dev-haskell/ansi-terminal-0.4.0:=[profile?] 
dev-haskell/ansi-terminal-0.7:=[profile?]



1.37 dev-haskell/ansi-wl-pprint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   6 Jun 2015 10:12:14 -   1.36
+++ ChangeLog   11 Jun 2015 15:05:04 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.36 
2015/06/06 10:12:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.37 
2015/06/11 15:05:04 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org 
ansi-wl-pprint-0.6.7.1.ebuild:
+  Stable for amd64, wrt bug #534948
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in media-libs/flickcurl: flickcurl-1.26.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:05:54

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

Revision  ChangesPath
1.2  media-libs/flickcurl/flickcurl-1.26.ebuild

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

Index: flickcurl-1.26.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flickcurl/flickcurl-1.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flickcurl-1.26.ebuild   10 Oct 2014 03:57:39 -  1.1
+++ flickcurl-1.26.ebuild   11 Jun 2015 15:05:54 -  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/media-libs/flickcurl/flickcurl-1.26.ebuild,v 1.1 
2014/10/10 03:57:39 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/flickcurl/flickcurl-1.26.ebuild,v 1.2 
2015/06/11 15:05:54 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=|| ( LGPL-2.1 GPL-2 Apache-2.0 )
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=doc raptor static-libs
 
 RDEPEND==net-misc/curl-7.10.0



1.18 media-libs/flickcurl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/flickcurl/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   10 Oct 2014 03:57:39 -  1.17
+++ ChangeLog   11 Jun 2015 15:05:54 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/flickcurl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/ChangeLog,v 1.17 
2014/10/10 03:57:39 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flickcurl/ChangeLog,v 1.18 
2015/06/11 15:05:54 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org flickcurl-1.26.ebuild:
+  Stable for amd64, wrt bug #535454
 
 *flickcurl-1.26 (10 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libmikmod: libmikmod-3.3.7.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:05:14

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

Revision  ChangesPath
1.4  media-libs/libmikmod/libmikmod-3.3.7.ebuild

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

Index: libmikmod-3.3.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.3.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libmikmod-3.3.7.ebuild  9 Jun 2015 18:36:22 -   1.3
+++ libmikmod-3.3.7.ebuild  11 Jun 2015 15:05:14 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.3.7.ebuild,v 1.3 
2015/06/09 18:36:22 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.3.7.ebuild,v 1.4 
2015/06/11 15:05:14 ago Exp $
 
 EAPI=5
 inherit eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE=LGPL-2+ LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
 IUSE=+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads
 
 REQUIRED_USE=|| ( alsa coreaudio nas openal oss pulseaudio )



1.140media-libs/libmikmod/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   9 Jun 2015 18:36:22 -   1.139
+++ ChangeLog   11 Jun 2015 15:05:14 -  1.140
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libmikmod
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.139 
2015/06/09 18:36:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.140 
2015/06/11 15:05:14 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org libmikmod-3.3.7.ebuild:
+  Stable for amd64, wrt bug #535462
 
   09 Jun 2015; Markus Meier mae...@gentoo.org libmikmod-3.3.7.ebuild:
   arm stable, bug #535462






[gentoo-commits] gentoo-x86 commit in dev-haskell/regex-pcre-builtin: regex-pcre-builtin-0.94.4.8.8.35.ebuild ChangeLog

2015-06-11 Thread Agostino Sarubbo (ago)
ago 15/06/11 15:07:54

  Modified: regex-pcre-builtin-0.94.4.8.8.35.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #535004
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  
dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.94.4.8.8.35.ebuild

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

Index: regex-pcre-builtin-0.94.4.8.8.35.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.94.4.8.8.35.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- regex-pcre-builtin-0.94.4.8.8.35.ebuild 2 Jul 2014 12:45:19 -   
1.1
+++ regex-pcre-builtin-0.94.4.8.8.35.ebuild 11 Jun 2015 15:07:54 -  
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/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.94.4.8.8.35.ebuild,v
 1.1 2014/07/02 12:45:19 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-pcre-builtin/regex-pcre-builtin-0.94.4.8.8.35.ebuild,v
 1.2 2015/06/11 15:07:54 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 RDEPEND==dev-haskell/regex-base-0.93:=[profile?]



1.13 dev-haskell/regex-pcre-builtin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-pcre-builtin/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Jul 2014 08:58:11 -  1.12
+++ ChangeLog   11 Jun 2015 15:07:54 -  1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/regex-pcre-builtin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-pcre-builtin/ChangeLog,v 
1.12 2014/07/25 08:58:11 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-pcre-builtin/ChangeLog,v 
1.13 2015/06/11 15:07:54 ago Exp $
+
+  11 Jun 2015; Agostino Sarubbo a...@gentoo.org
+  regex-pcre-builtin-0.94.4.8.8.35.ebuild:
+  Stable for amd64, wrt bug #535004
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.






[gentoo-commits] gentoo-x86 commit in www-apache/mod_h2: mod_h2-0.6.5.ebuild ChangeLog

2015-06-11 Thread Mike Frysinger (vapier)
vapier  15/06/11 14:19:05

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

Revision  ChangesPath
1.6  www-apache/mod_h2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Jun 2015 11:30:27 -  1.5
+++ ChangeLog   11 Jun 2015 14:19:05 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_h2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v 1.5 
2015/06/10 11:30:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_h2/ChangeLog,v 1.6 
2015/06/11 14:19:05 vapier Exp $
+
+*mod_h2-0.6.5 (11 Jun 2015)
+
+  11 Jun 2015; Mike Frysinger vap...@gentoo.org +mod_h2-0.6.5.ebuild:
+  Version bump.
 
 *mod_h2-0.6.4 (10 Jun 2015)
 



1.1  www-apache/mod_h2/mod_h2-0.6.5.ebuild

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

Index: mod_h2-0.6.5.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_h2/mod_h2-0.6.5.ebuild,v 1.1 
2015/06/11 14:19:05 vapier Exp $

EAPI=5

inherit apache-module

if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=https://github.com/icing/mod_h2.git;
inherit git-2
else

SRC_URI=https://github.com/icing/mod_h2/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64 ~x86
fi

DESCRIPTION=HTTP/2 module for Apache
HOMEPAGE=https://github.com/icing/mod_h2;

LICENSE=Apache-2.0
SLOT=0
IUSE=ssl

RDEPEND==net-libs/nghttp2-0.7*
ssl? ( www-servers/apache[alpn] )
DEPEND=${RDEPEND}

# The mpm_prefork module doesn't work right.  See upstream docs.
# The threads logic is to handle the default eclass behavior which selects a
# default mpm via the USE=threads flag.
RDEPEND+=
|| (
www-servers/apache[apache2_mpms_worker]
www-servers/apache[apache2_mpms_event]

www-servers/apache[threads,-apache2_mpms_prefork,-apache2_mpms_peruser]
)

need_apache2_4

src_configure() {
econf \
--docdir='$(datarootdir)'/doc/${PF} \
--disable-werror \
--disable-sandbox
}

src_compile() {
default
}

src_install() {
default

APACHE2_MOD_DEFINE=HTTP2
insinto ${APACHE_MODULES_CONFDIR}
newins ${FILESDIR}/mod_h2.conf 75_mod_h2.conf
}






  1   2   3   >