[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2015-06-08 Thread Manuel Rüger
commit: 37c0699203e4dba99af1189276f2c859831b6694
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Mon Jun  8 17:47:14 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Mon Jun  8 17:47:14 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=37c06992

[profiles] Fix typo.

 profiles/package.mask/kde-frameworks-5.11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask/kde-frameworks-5.11 
b/profiles/package.mask/kde-frameworks-5.11
index 07f8d1e..1c89126 100644
--- a/profiles/package.mask/kde-frameworks-5.11
+++ b/profiles/package.mask/kde-frameworks-5.11
@@ -1,4 +1,4 @@
-# Manuel Rüger ~mr...@gentoo.org (08 Jun 2015)
+# Manuel Rüger mr...@gentoo.org (08 Jun 2015)
 # Unreleased.
 ~kde-frameworks/attica-5.11.0:5
 ~kde-frameworks/bluez-qt-5.11.0:5



[gentoo-commits] proj/linux-patches:4.1 commit in: /

2015-06-08 Thread Mike Pagano
commit: d9e0ab9c31aaa675ae74c89e5264d14f2082e02f
Author: Mike Pagano mpagano AT gentoo DOT org
AuthorDate: Mon Jun  8 17:59:22 2015 +
Commit: Mike Pagano mpagano AT gentoo DOT org
CommitDate: Mon Jun  8 17:59:22 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=d9e0ab9c

Patch to enable link security restrictions by default. Patch to disable Windows 
8 compatibility for some Lenovo ThinkPads.  Patch to ensure that /dev/root 
doesn't appear in /proc/mounts when bootint without an initramfs.  Path to not 
not lock when UMH is waiting on current thread spawned by linuxrc. (bug 
#481344) fbcondecor bootsplash patch. Kernel patch that enables gcc  v4.9 
optimizations for additional CPUs.   Fix for lz4 compression. Add patch to 
support namespace user.pax.* on tmpfs, bug #470644.

 _README|   32 +
 ...ble-link-security-restrictions-by-default.patch |   22 +
 2700_ThinkPad-30-brightness-control-fix.patch  |   67 +
 2900_dev-root-proc-mount-fix.patch |   30 +
 2905_2disk-resume-image-fix.patch  |   24 +
 2910_lz4-compression-fix.patch |   30 +
 4200_fbcondecor-3.19.patch | 2119 
 ...able-additional-cpu-optimizations-for-gcc.patch |  327 +++
 ...-additional-cpu-optimizations-for-gcc-4.9.patch |  402 
 9 files changed, 3053 insertions(+)

diff --git a/_README b/_README
index 36c2b96..69f60dc 100644
--- a/_README
+++ b/_README
@@ -47,6 +47,38 @@ Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.
 
+Patch:  1510_fs-enable-link-security-restrictions-by-default.patch
+From:   
http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/
+Desc:   Enable link security restrictions by default.
+
+Patch:  2700_ThinkPad-30-brightness-control-fix.patch
+From:   Seth Forshee seth.fors...@canonical.com
+Desc:   ACPI: Disable Windows 8 compatibility for some Lenovo ThinkPads.
+
+Patch:  2900_dev-root-proc-mount-fix.patch
+From:   https://bugs.gentoo.org/show_bug.cgi?id=438380
+Desc:   Ensure that /dev/root doesn't appear in /proc/mounts when bootint 
without an initramfs.
+
+Patch:  2905_s2disk-resume-image-fix.patch
+From:   Al Viro viro at ZenIV.linux.org.uk
+Desc:   Do not lock when UMH is waiting on current thread spawned by linuxrc. 
(bug #481344)
+
+Patch:  2910_lz4-compression-fix.patch
+From:   https://bugs.gentoo.org/show_bug.cgi?id=546422
+Desc:   Fix for lz4 compression regression. Thanks to Christian Xia. See bug 
#546422.
+
+Patch:  4200_fbcondecor-3.19.patch
+From:   http://www.mepiscommunity.org/fbcondecor
+Desc:   Bootsplash ported by Marco. (Bug #539616)
+
 Patch:  4567_distro-Gentoo-Kconfig.patch
 From:   Tom Wijsman tom...@gentoo.org
 Desc:   Add Gentoo Linux support config settings and defaults.
+
+Patch:  5000_enable-additional-cpu-optimizations-for-gcc.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc  v4.9 optimizations for additional CPUs.
+
+Patch:  5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch
+From:   https://github.com/graysky2/kernel_gcc_patch/
+Desc:   Kernel patch enables gcc = v4.9 optimizations for additional CPUs.

diff --git a/1510_fs-enable-link-security-restrictions-by-default.patch 
b/1510_fs-enable-link-security-restrictions-by-default.patch
new file mode 100644
index 000..639fb3c
--- /dev/null
+++ b/1510_fs-enable-link-security-restrictions-by-default.patch
@@ -0,0 +1,22 @@
+From: Ben Hutchings b...@decadent.org.uk
+Subject: fs: Enable link security restrictions by default
+Date: Fri, 02 Nov 2012 05:32:06 +
+Bug-Debian: https://bugs.debian.org/609455
+Forwarded: not-needed
+
+This reverts commit 561ec64ae67ef25cac8d72bb9c4bfc955edfd415
+('VFS: don't do protected {sym,hard}links by default').
+
+--- a/fs/namei.c
 b/fs/namei.c
+@@ -651,8 +651,8 @@ static inline void put_link(struct namei
+   path_put(link);
+ }
+ 
+-int sysctl_protected_symlinks __read_mostly = 0;
+-int sysctl_protected_hardlinks __read_mostly = 0;
++int sysctl_protected_symlinks __read_mostly = 1;
++int sysctl_protected_hardlinks __read_mostly = 1;
+ 
+ /**
+  * may_follow_link - Check symlink following for unsafe situations

diff --git a/2700_ThinkPad-30-brightness-control-fix.patch 
b/2700_ThinkPad-30-brightness-control-fix.patch
new file mode 100644
index 000..b548c6d
--- /dev/null
+++ b/2700_ThinkPad-30-brightness-control-fix.patch
@@ -0,0 +1,67 @@
+diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c
+index cb96296..6c242ed 100644
+--- a/drivers/acpi/blacklist.c
 b/drivers/acpi/blacklist.c
+@@ -269,6 +276,61 @@  static struct dmi_system_id acpi_osi_dmi_table[] 
__initdata = {
+   },
+ 
+   /*
++   * The following Lenovo models have a broken 

[gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/sandbox/files/, sys-apps/sandbox/

2015-06-08 Thread Anthony G. Basile
commit: b793e3ad0d62a2f6c20c10e62a87acbde69cd91b
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Mon Jun  8 19:36:11 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Mon Jun  8 19:36:11 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=b793e3ad

sys-apps/sandbox: handle musl-1.1.10's PROTECTED visibility symbols.

 .../files/sandbox-2.6-include-PROTECTED-symbols.patch| 12 
 sys-apps/sandbox/sandbox-2.6-r999.ebuild |  1 +
 2 files changed, 13 insertions(+)

diff --git a/sys-apps/sandbox/files/sandbox-2.6-include-PROTECTED-symbols.patch 
b/sys-apps/sandbox/files/sandbox-2.6-include-PROTECTED-symbols.patch
new file mode 100644
index 000..cb29a6c
--- /dev/null
+++ b/sys-apps/sandbox/files/sandbox-2.6-include-PROTECTED-symbols.patch
@@ -0,0 +1,12 @@
+diff -Naur sandbox-2.6.orig/scripts/gen_symbol_version_map.awk 
sandbox-2.6/scripts/gen_symbol_version_map.awk
+--- sandbox-2.6.orig/scripts/gen_symbol_version_map.awk2009-02-20 
06:29:29.0 +
 sandbox-2.6/scripts/gen_symbol_version_map.awk 2015-06-08 
19:29:55.72729 +
+@@ -14,7 +14,7 @@
+ 
+   # Only check FUNCtion symbols which are not LOCAL, or
+   # do not have DEFAULT visibility
+-  if ($4 != FUNC || $5 == LOCAL || $6 != DEFAULT)
++  if ($4 != FUNC || $5 == LOCAL || ($6 != DEFAULT  $6 != 
PROTECTED))
+   next;
+ 
+   for (x in SYMBOLS) {

diff --git a/sys-apps/sandbox/sandbox-2.6-r999.ebuild 
b/sys-apps/sandbox/sandbox-2.6-r999.ebuild
index f9efc11..1221d28 100644
--- a/sys-apps/sandbox/sandbox-2.6-r999.ebuild
+++ b/sys-apps/sandbox/sandbox-2.6-r999.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-check-empty-paths-at.patch #346929
epatch ${FILESDIR}/${P}-no-pch.patch #425524
epatch ${FILESDIR}/${P}-musl.patch
+   epatch ${FILESDIR}/${P}-include-PROTECTED-symbols.patch
epatch_user
 }
 



[gentoo-commits] gentoo-x86 commit in dev-db/pygresql: ChangeLog Manifest metadata.xml pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild pygresql-4.1.1.ebuild

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:49:43

  Removed:  ChangeLog Manifest metadata.xml
pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild
pygresql-4.1.1.ebuild
  Log:
  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.



[gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: libxmlpp-2.38.1.ebuild metadata.xml ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:00:07

  Modified: metadata.xml ChangeLog
  Added:libxmlpp-2.38.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  dev-cpp/libxmlpp/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml19 Mar 2007 01:09:25 -  1.4
+++ metadata.xml8 Jun 2015 18:00:06 -   1.5
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdgnome-mm/herd
+herdgnome-mm/herd
 /pkgmetadata



1.135dev-cpp/libxmlpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   3 May 2015 20:48:01 -   1.134
+++ ChangeLog   8 Jun 2015 18:00:06 -   1.135
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/libxmlpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.134 
2015/05/03 20:48:01 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.135 
2015/06/08 18:00:06 pacho Exp $
+
+*libxmlpp-2.38.1 (08 Jun 2015)
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org +libxmlpp-2.38.1.ebuild,
+  metadata.xml:
+  Version bump
 
 *libxmlpp-2.38.0 (03 May 2015)
 



1.1  dev-cpp/libxmlpp/libxmlpp-2.38.1.ebuild

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

Index: libxmlpp-2.38.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.38.1.ebuild,v 
1.1 2015/06/08 18:00:06 pacho Exp $

EAPI=5
GCONF_DEBUG=no
GNOME_ORG_MODULE=${PN/pp/++}

inherit gnome2 multilib-minimal

DESCRIPTION=C++ wrapper for the libxml2 XML parser library
HOMEPAGE=http://libxmlplusplus.sourceforge.net/;

LICENSE=LGPL-2.1
SLOT=2.6
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris
IUSE=doc

RDEPEND=
=dev-libs/libxml2-2.7.7[${MULTILIB_USEDEP}]
=dev-cpp/glibmm-2.32[${MULTILIB_USEDEP}]

DEPEND=${RDEPEND}
virtual/pkgconfig


multilib_src_prepare() {
gnome2_src_prepare
}

multilib_src_configure() {
ECONF_SOURCE=${S} gnome2_src_configure \
$(use_enable doc documentation)
}

multilib_src_install() {
gnome2_src_install
}






[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.2.1.ebuild vlc-9999.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:43:38

  Modified: vlc-2.2.1.ebuild vlc-.ebuild ChangeLog
  Log:
  Rename 'avahi' to 'zeroconf' (#477620)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.10 media-video/vlc/vlc-2.2.1.ebuild

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

Index: vlc-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vlc-2.2.1.ebuild18 May 2015 05:17:03 -  1.9
+++ vlc-2.2.1.ebuild8 Jun 2015 18:43:38 -   1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.9 
2015/05/18 05:17:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.10 
2015/06/08 18:43:38 pacho Exp $
 
 EAPI=5
 
@@ -37,10 +37,10 @@
 if [ ${PV%} = ${PV} ] ; then
KEYWORDS=~amd64 ~arm ~ppc64 -sparc ~x86 ~x86-fbsd
 else
-   KEYWORDS=~ppc64
+   KEYWORDS=
 fi
 
-IUSE=a52 aalib alsa altivec atmo +audioqueue avahi +avcodec
+IUSE=a52 aalib alsa altivec atmo +audioqueue +avcodec
+avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug
directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk
fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls
@@ -52,7 +52,7 @@
png postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
schroedinger sdl sdl-image sftp shout sid skins speex cpu_flags_x86_sse 
svg +swscale
taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau
-   vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zvbi
+   vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zeroconf zvbi
 
 RDEPEND=
!media-video/ffmpeg-1.2:0
@@ -63,7 +63,6 @@
a52? ( =media-libs/a52dec-0.7.4-r3:0 )
aalib? ( media-libs/aalib:0 )
alsa? ( =media-libs/alsa-lib-1.0.24:0 )
-   avahi? ( =net-dns/avahi-0.6:0[dbus] )
avcodec? (
!libav? ( media-video/ffmpeg:0= )
libav? ( =media-video/libav-11:0= )
@@ -155,7 +154,9 @@
!libav? ( media-video/ffmpeg:0=[vaapi] )
libav? ( media-video/libav:0=[vaapi] )
)
-   vcdx? ( =dev-libs/libcdio-0.78.2:0 
=media-video/vcdimager-0.7.22:0 )
+   vcdx? ( =dev-libs/libcdio-0.78.2:0 
=media-video/vcdimager-0.7.22:0 )
+   zeroconf? ( =net-dns/avahi-0.6:0[dbus] )
+
 
 # Temporarily block non-live FFMPEG versions as they break vdpau,  works;
 # thus we'll have to wait for a new release there.
@@ -332,7 +333,6 @@
$(use_enable altivec) \
$(use_enable atmo) \
$(use_enable audioqueue) \
-   $(use_enable avahi bonjour) \
$(use_enable avcodec) \
$(use_enable avformat) \
$(use_enable bidi fribidi) \
@@ -439,6 +439,7 @@
$(use_enable xcb) \
$(use_enable xml libxml2) \
$(use_enable xv xvideo) \
+   $(use_enable zeroconf bonjour) \
$(use_enable zvbi) $(use_enable !zvbi telx) \
--disable-asdcp \
--disable-coverage \



1.240media-video/vlc/vlc-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.240view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?rev=1.240content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-.ebuild?r1=1.239r2=1.240

Index: vlc-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- vlc-.ebuild 24 Apr 2015 05:48:12 -  1.239
+++ vlc-.ebuild 8 Jun 2015 18:43:38 -   1.240
@@ -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/vlc/vlc-.ebuild,v 1.239 
2015/04/24 05:48:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-.ebuild,v 1.240 
2015/06/08 18:43:38 pacho Exp $
 
 EAPI=5
 
@@ -40,7 +40,7 @@

[gentoo-commits] gentoo-x86 commit in dev-python/pygresql: metadata.xml ChangeLog pygresql-4.1.1.ebuild pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild Manifest

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:46:15

  Added:metadata.xml ChangeLog pygresql-4.1.1.ebuild
pygresql-4.1.1-r1.ebuild pygresql-4.1.1-r2.ebuild
Manifest
  Log:
  Package move. This is a Python specific driver package that does not belong
  in the dev-db category.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key D1BBFDA0)

Revision  ChangesPath
1.1  dev-python/pygresql/metadata.xml

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

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpostgresql/herd
herdpython/herd
upstream
remote-id type=pypiPyGreSQL/remote-id
/upstream
/pkgmetadata



1.1  dev-python/pygresql/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/pygresql
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygresql/ChangeLog,v 1.1 
2015/06/08 17:46:15 titanofold Exp $

  08 Jun 2015; Aaron W. Swenson titanof...@gentoo.org +pygresql-4.1.1.ebuild,
  +pygresql-4.1.1-r1.ebuild, +pygresql-4.1.1-r2.ebuild, +metadata.xml:
  Package move. This is a Python specific driver package that does not belong
  in the dev-db category.

  03 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
  Add pypi to remote-id in metadata.xml

  08 Apr 2015; Michał Górny mgo...@gentoo.org pygresql-4.1.1-r1.ebuild,
  pygresql-4.1.1-r2.ebuild, pygresql-4.1.1.ebuild:
  Drop old Python implementations

  28 Feb 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for ia64, wrt bug #534946

  27 Feb 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for sparc, wrt bug #534946

  24 Feb 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for alpha, wrt bug #534946

  26 Jan 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for x86, wrt bug #534946

*pygresql-4.1.1-r2 (22 Jan 2015)

  22 Jan 2015; Patrick Lauer patr...@gentoo.org +pygresql-4.1.1-r2.ebuild:
  Update pygresql for more postgresql slots

  13 Jan 2015; Jeroen Roovers j...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for HPPA (bug #534946).

  09 Jan 2015; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1-r1.ebuild:
  Stable for amd64, wrt bug #534946

  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org pygresql-4.1.1.ebuild,
  pygresql-4.1.1-r1.ebuild:
  Rename virtual/postgresql to dev-db/postgresql

  03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org pygresql-4.1.1.ebuild,
  pygresql-4.1.1-r1.ebuild:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.

  10 Aug 2014; Sergei Trofimovich sly...@gentoo.org pygresql-4.1.1-r1.ebuild,
  pygresql-4.1.1.ebuild:
  QA: drop trailing '.' from DESCRIPTION

*pygresql-4.1.1-r1 (11 Mar 2014)

  11 Mar 2014; Aaron W. Swenson titanof...@gentoo.org
  +pygresql-4.1.1-r1.ebuild:
  4.1.1 is not actually compatible with dev-db/postgresql-9.0. Updated
  POSTGRES_COMPAT to include 9.3. Fixes bug 499006.

  27 Jan 2014; Aaron W. Swenson titanof...@gentoo.org -pygresql-3.8.1.ebuild,
  -pygresql-4.0.ebuild:
  Clean out old versions.

  26 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for sparc, wrt bug #289228

  26 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for ia64, wrt bug #289228

  19 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for alpha, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for ppc, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for x86, wrt bug #289228

  17 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for amd64, wrt bug #289228

  16 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.0.ebuild:
  Stable for x86, wrt bug #289228

  16 Jan 2014; Agostino Sarubbo a...@gentoo.org pygresql-4.0.ebuild:
  Stable for amd64, wrt bug #289228

  16 Jan 2014; Jeroen Roovers j...@gentoo.org pygresql-4.1.1.ebuild:
  Stable for HPPA (bug #289228).

*pygresql-4.1.1 (16 Jan 2014)

  16 Jan 2014; Aaron W. Swenson titanof...@gentoo.org +pygresql-4.1.1.ebuild:
  Version bump. Fixes bug 289228 and 482704.

  28 Nov 2012; ti...@gentoo.org 

[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs/files: wmfs-201003-desktop.patch

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:23:31

  Modified: wmfs-201003-desktop.patch
  Log:
  Desktop entry goes into xsessions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  x11-wm/wmfs/files/wmfs-201003-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?r1=1.1r2=1.2

Index: wmfs-201003-desktop.patch
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmfs-201003-desktop.patch   8 Jun 2015 18:18:01 -   1.1
+++ wmfs-201003-desktop.patch   8 Jun 2015 18:23:31 -   1.2
@@ -1,10 +1,9 @@
 --- a/wmfs.desktop
 +++ b/wmfs.desktop
-@@ -1,5 +1,6 @@
+@@ -1,5 +1,4 @@
 -[Desktop Entry] 
+-Encoding=UTF-8
 +[Desktop Entry]
- Encoding=UTF-8
-+Type=Application
  Name=wmfs
  Comment=Window manager from scratch
  TryExec=wmfs






[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs: ChangeLog wmfs-201003.ebuild

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:23:31

  Modified: ChangeLog wmfs-201003.ebuild
  Log:
  Desktop entry goes into xsessions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  x11-wm/wmfs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   8 Jun 2015 18:18:01 -   1.1
+++ ChangeLog   8 Jun 2015 18:23:31 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/wmfs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v 1.1 2015/06/08 
18:18:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v 1.2 2015/06/08 
18:23:31 jer Exp $
+
+  08 Jun 2015; Jeroen Roovers j...@gentoo.org wmfs-201003.ebuild,
+  files/wmfs-201003-desktop.patch:
+  Desktop entry goes into xsessions.
 
 *wmfs-201003 (08 Jun 2015)
 



1.2  x11-wm/wmfs/wmfs-201003.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/wmfs-201003.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/wmfs-201003.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/wmfs-201003.ebuild?r1=1.1r2=1.2

Index: wmfs-201003.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/wmfs/wmfs-201003.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmfs-201003.ebuild  8 Jun 2015 18:18:01 -   1.1
+++ wmfs-201003.ebuild  8 Jun 2015 18:23:31 -   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/x11-wm/wmfs/wmfs-201003.ebuild,v 1.1 
2015/06/08 18:18:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/wmfs-201003.ebuild,v 1.2 
2015/06/08 18:23:31 jer Exp $
 
 EAPI=5
 inherit cmake-utils eutils
@@ -39,5 +39,4 @@
cmake-utils_src_install
rm -r ${D}/usr/share/${PN}
dodoc README TODO rc/status.sh
-   domenu ${PN}.desktop
 }






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-06-08 Thread Michał Górny
commit: f7a8f621c166daa96173e582d5178fee34814fcc
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Jun  8 20:04:35 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Mon Jun  8 20:04:35 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=f7a8f621

Update e-mail for jauhien

 files/overlays/repositories.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index acc11ee..7934dd2 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2315,7 +2315,7 @@ FIN
 description lang=enExperimental ebuilds/description
 homepagehttps://github.com/jauhien/jauhien-overlay/homepage
 owner type=person
-  emailpiatli...@gmail.com/email
+  emailjauh...@gentoo.org/email
   nameJauhien Piatlicki/name
 /owner
 source type=gitgit://github.com/jauhien/jauhien-overlay.git/source



[gentoo-commits] gentoo-x86 commit in x11-wm/musca/files: musca-0.9.24_p20100226-fix-pad.patch musca-0.9.24_p20100226-fix-cycle.patch

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:39:40

  Added:musca-0.9.24_p20100226-fix-pad.patch
musca-0.9.24_p20100226-fix-cycle.patch
  Log:
  Add two more patches from Arch.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  x11-wm/musca/files/musca-0.9.24_p20100226-fix-pad.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/musca/files/musca-0.9.24_p20100226-fix-pad.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/musca/files/musca-0.9.24_p20100226-fix-pad.patch?rev=1.1content-type=text/plain

Index: musca-0.9.24_p20100226-fix-pad.patch
===
--- a/musca.c
+++ b/musca.c
@@ -1985,7 +1985,8 @@ void group_other()
 // resize frames to match changes in the screen border padding
 void group_resize(group *ta, int l, int r, int t, int b)
 {
-   frame *f = ta-frames; int i;
+   frame *f = ta-frames; int i, j;
+   client *c = ta-clients;
int sw = ta-head-screen-width;
int sh = ta-head-screen-height;
 if (l  ta-l) { frames_fill_gap(ta, l, ta-t, ta-l - l, sh - 
ta-b, FRAMES_ALL); ta-l = l; }
@@ -1998,6 +1999,8 @@ void group_resize(group *ta, int l, int r, int t, int b)
else if (b  ta-b) { frames_make_gap(ta, ta-l, sh - b, sw - ta-l - 
ta-r, b - ta-b); ta-b = b; }
FOR_RING (NEXT, f, ta-frames, i)
frame_update(f);
+   FOR_RING (NEXT, c, ta-clients, j)
+   client_configure(c,NULL);
 }
 group* group_by_name(head *h, char *name)
 {



1.1  x11-wm/musca/files/musca-0.9.24_p20100226-fix-cycle.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/musca/files/musca-0.9.24_p20100226-fix-cycle.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/musca/files/musca-0.9.24_p20100226-fix-cycle.patch?rev=1.1content-type=text/plain

Index: musca-0.9.24_p20100226-fix-cycle.patch
===
--- a/musca.c
+++ b/musca.c
@@ -3202,7 +3202,7 @@ void mapnotify(XEvent *ev)
handle_map(ws);
head *h = head_by_root(ws-attr.root);
if (is_netwmstate(ws-state, NetWMStateFullscreen))
-   stack_push(h-fullscreen, (void*)ws);
+   stack_push(h-fullscreen, (void*)ws-w);
else
if (ws-attr.override_redirect || is_netwmstate(ws-state, 
NetWMStateAbove))
stack_push(h-above, (void*)ws-w);






[gentoo-commits] gentoo-x86 commit in x11-wm/musca: ChangeLog musca-0.9.24_p20100226-r4.ebuild

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:39:40

  Modified: ChangeLog
  Added:musca-0.9.24_p20100226-r4.ebuild
  Log:
  Add two more patches from Arch.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.27 x11-wm/musca/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   19 Jan 2015 11:03:01 -  1.26
+++ ChangeLog   8 Jun 2015 18:39:40 -   1.27
@@ -1,6 +1,14 @@
 # ChangeLog for x11-wm/musca
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.26 2015/01/19 
11:03:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.27 2015/06/08 
18:39:40 jer Exp $
+
+*musca-0.9.24_p20100226-r4 (08 Jun 2015)
+
+  08 Jun 2015; Jeroen Roovers j...@gentoo.org
+  +musca-0.9.24_p20100226-r4.ebuild,
+  +files/musca-0.9.24_p20100226-fix-cycle.patch,
+  +files/musca-0.9.24_p20100226-fix-pad.patch:
+  Add two more patches from Arch.
 
   19 Jan 2015; Jeroen Roovers j...@gentoo.org
   musca-0.9.24_p20100226-r3.ebuild:



1.1  x11-wm/musca/musca-0.9.24_p20100226-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/musca/musca-0.9.24_p20100226-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/musca/musca-0.9.24_p20100226-r4.ebuild?rev=1.1content-type=text/plain

Index: musca-0.9.24_p20100226-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/musca/musca-0.9.24_p20100226-r4.ebuild,v 1.1 
2015/06/08 18:39:40 jer Exp $

EAPI=5
inherit eutils savedconfig toolchain-funcs

DESCRIPTION=A simple dynamic window manager for X, with features nicked from
ratpoison and dwm
HOMEPAGE=https://launchpad.net/musca;
SRC_URI=mirror://gentoo/${P}.tgz

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

COMMON=x11-libs/libX11
DEPEND=${COMMON}
sys-apps/sed
RDEPEND=
${COMMON}
=x11-misc/dmenu-4.4
apis? ( x11-misc/xbindkeys )


src_prepare() {
restore_config config.h

sed -i config.h \
-e 's:sort | dmenu -i -b:-i -b:g' \
-e 's:sed.*exec.*-i::g' \
|| die

epatch \
${FILESDIR}/${PN}-0.9.24-make.patch \
${FILESDIR}/${PN}-0.9.24_p20100226-dmenu-4.4.patch \
${FILESDIR}/${PN}-0.9.24_p20100226-null.patch \
${FILESDIR}/${PN}-0.9.24_p20100226-fix-cycle.patch \
${FILESDIR}/${PN}-0.9.24_p20100226-fix-pad.patch

local i
for i in apis xlisten; do
if ! use ${i}; then
sed -e s|${i}||g -i Makefile || die
fi
done

tc-export CC
}

src_install() {
dobin musca

local i
for i in xlisten apis; do
if use ${i}; then
dobin ${i}
fi
done
doman musca.1

exeinto /etc/X11/Sessions
newexe ${FILESDIR}/${PN}.xsession musca

save_config config.h
}






[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-PageCache/

2015-06-08 Thread Kent Fredric
commit: d9a644d15a1d9802f13999d5a6f4920f86d42ade
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:24:37 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:24:37 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d9a644d1

[cleanup] Catalyst-Plugin-PageCache: Remove old versions

Package-Manager: portage-2.2.17

 .../Catalyst-Plugin-PageCache-0.180.0.ebuild   | 20 --
 .../Catalyst-Plugin-PageCache-0.190.0.ebuild   | 20 --
 .../Catalyst-Plugin-PageCache-0.210.0.ebuild   | 20 --
 .../Catalyst-Plugin-PageCache-0.220.0.ebuild   | 24 --
 4 files changed, 84 deletions(-)

diff --git 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.180.0.ebuild 
b/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.180.0.ebuild
deleted file mode 100644
index ab17550..000
--- 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.180.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=AGRUNDMA
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION=Cache the output of entire pages
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   dev-perl/Catalyst-Runtime
-
-RDEPEND=${DEPEND}

diff --git 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.190.0.ebuild 
b/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.190.0.ebuild
deleted file mode 100644
index 841a5a2..000
--- 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.190.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=AGRUNDMA
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION=Cache the output of entire pages
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   dev-perl/Catalyst-Runtime
-
-RDEPEND=${DEPEND}

diff --git 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.210.0.ebuild 
b/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.210.0.ebuild
deleted file mode 100644
index 4627ca3..000
--- 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.210.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=AGRUNDMA
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION=Cache the output of entire pages
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   dev-perl/Catalyst-Runtime
-
-RDEPEND=${DEPEND}

diff --git 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.220.0.ebuild 
b/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.220.0.ebuild
deleted file mode 100644
index 3c59ee8..000
--- 
a/dev-perl/Catalyst-Plugin-PageCache/Catalyst-Plugin-PageCache-0.220.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MRAMBERG
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION=Cache the output of entire pages
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-RDEPEND=
-   dev-perl/Catalyst-Runtime
-   =dev-perl/MRO-Compat-0.100.0
-
-# Tests will skip atm. 
-# https://rt.cpan.org/Ticket/Display.html?id=47373
-DEPEND=${RDEPEND}
-SRC_TEST=do



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

2015-06-08 Thread Kent Fredric
commit: 134b6e50db03d317245060cd4d9ac9ba7c89d74b
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:13:25 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:13:25 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=134b6e50

[cleanup] Mason: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Mason/Mason-2.160.0.ebuild | 68 -
 dev-perl/Mason/Mason-2.170.0.ebuild | 68 -
 dev-perl/Mason/Mason-2.180.0.ebuild | 68 -
 dev-perl/Mason/Mason-2.190.0.ebuild | 68 -
 4 files changed, 272 deletions(-)

diff --git a/dev-perl/Mason/Mason-2.160.0.ebuild 
b/dev-perl/Mason/Mason-2.160.0.ebuild
deleted file mode 100644
index e88db99..000
--- a/dev-perl/Mason/Mason-2.160.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.16
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Capture::Tiny
-   echo dev-perl/Capture-Tiny
-   # Class::Unload
-   echo dev-perl/Class-Unload
-   # Devel::GlobalDestruction
-   echo dev-perl/Devel-GlobalDestruction
-   # Exception::Class
-   echo dev-perl/Exception-Class
-   # File::Spec
-   echo virtual/perl-File-Spec
-   # File::Temp
-   echo virtual/perl-File-Temp
-   # Guard
-   echo dev-perl/Guard
-   # IPC::System::Simple
-   echo dev-perl/IPC-System-Simple
-   # JSON
-   echo dev-perl/JSON
-   # Log::Any 0.08 ( 0.80.0 )
-   echo \=dev-perl/Log-Any-0.80.0
-   # Memoize
-   echo virtual/perl-Memoize
-   # Method::Signatures::Simple
-   echo dev-perl/Method-Signatures-Simple
-   # Moose 1.15 ( 1.150.0 )
-   echo \=dev-perl/Moose-1.150.0
-   # MooseX::HasDefaults 0.03 ( 0.30.0 )
-   echo \=dev-perl/MooseX-HasDefaults-0.30.0
-   # MooseX::StrictConstructor 0.13 ( 0.130.0 )
-   echo \=dev-perl/MooseX-StrictConstructor-0.130.0
-   # Scalar::Util 1.01 ( 1.10.0 )
-   echo \=virtual/perl-Scalar-List-Utils-1.10.0
-   # Try::Tiny
-   echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
-   # Test::Class::Most
-   echo dev-perl/Test-Class-Most
-   # Test::LongString
-   echo dev-perl/Test-LongString
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git a/dev-perl/Mason/Mason-2.170.0.ebuild 
b/dev-perl/Mason/Mason-2.170.0.ebuild
deleted file mode 100644
index 247d268..000
--- a/dev-perl/Mason/Mason-2.170.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.17
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Capture::Tiny
-   echo dev-perl/Capture-Tiny
-   # Class::Unload
-   echo dev-perl/Class-Unload
-   # Devel::GlobalDestruction
-   echo dev-perl/Devel-GlobalDestruction
-   # Exception::Class
-   echo dev-perl/Exception-Class
-   # File::Spec
-   echo virtual/perl-File-Spec
-   # File::Temp
-   echo virtual/perl-File-Temp
-   # Guard
-   echo dev-perl/Guard
-   # IPC::System::Simple
-   echo dev-perl/IPC-System-Simple
-   # JSON
-   echo dev-perl/JSON
-   # Log::Any 0.08 ( 0.80.0 )
-   echo \=dev-perl/Log-Any-0.80.0
-   # Memoize
-   echo virtual/perl-Memoize
-   # Method::Signatures::Simple
-   echo dev-perl/Method-Signatures-Simple
-   # Moose 1.15 ( 1.150.0 )
-   echo \=dev-perl/Moose-1.150.0
-   # MooseX::HasDefaults 0.03 ( 0.30.0 )
-   echo \=dev-perl/MooseX-HasDefaults-0.30.0
-   # MooseX::StrictConstructor 0.13 ( 0.130.0 )
-   echo \=dev-perl/MooseX-StrictConstructor-0.130.0
-   # Scalar::Util 1.01 ( 1.10.0 )
-   echo \=virtual/perl-Scalar-List-Utils-1.10.0
-   # Try::Tiny
-   echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
-   # Test::Class::Most
-   echo dev-perl/Test-Class-Most
-   # Test::LongString
-   echo dev-perl/Test-LongString
-}
-DEPEND=
-   

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Find-Lib/

2015-06-08 Thread Kent Fredric
commit: 239e30c8934f4ddd104bb9e7fc1eaa8a595e5c18
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:18:27 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:18:27 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=239e30c8

[cleanup] Find-Lib: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild  | 26 --
 dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild | 26 --
 dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild | 27 ---
 dev-perl/Find-Lib/Find-Lib-1.30.0.ebuild | 26 --
 4 files changed, 105 deletions(-)

diff --git a/dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild 
b/dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild
deleted file mode 100644
index 45f6f49..000
--- a/dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=YANNK
-MODULE_VERSION=1.0
-inherit perl-module
-
-DESCRIPTION=Helper to smartly find libs to use in the filesystem tree
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-COMMON_DEPEND=
-   virtual/perl-File-Spec
-
-DEPEND=
-   ${COMMON_DEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   )
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild 
b/dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild
deleted file mode 100644
index 079d583..000
--- a/dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=YANNK
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION=Helper to smartly find libs to use in the filesystem tree
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-COMMON_DEPEND=
-   virtual/perl-File-Spec
-
-DEPEND=
-   ${COMMON_DEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   )
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild 
b/dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild
deleted file mode 100644
index 2b7d2ef..000
--- a/dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=YANNK
-MODULE_VERSION=1.02
-inherit perl-module
-
-DESCRIPTION=Helper to smartly find libs to use in the filesystem tree
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=
-#KEYWORDS=~amd64 ~x86
-IUSE=test
-COMMON_DEPEND=
-   virtual/perl-File-Spec
-
-DEPEND=
-   ${COMMON_DEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   )
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Find-Lib/Find-Lib-1.30.0.ebuild 
b/dev-perl/Find-Lib/Find-Lib-1.30.0.ebuild
deleted file mode 100644
index ef0b66c..000
--- a/dev-perl/Find-Lib/Find-Lib-1.30.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=YANNK
-MODULE_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION=Helper to smartly find libs to use in the filesystem tree
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-COMMON_DEPEND=
-   virtual/perl-File-Spec
-
-DEPEND=
-   ${COMMON_DEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   )
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do



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

2015-06-08 Thread Hans de Graaff (graaff)
graaff  15/06/08 19:14:14

  Modified: ChangeLog bson-3.0.4.ebuild
  Log:
  Update SLOT to allow for a proper dependency in dev-ruby/mongo.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.21 dev-ruby/bson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   8 Jun 2015 19:11:17 -   1.20
+++ ChangeLog   8 Jun 2015 19:14:14 -   1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bson
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.20 2015/06/08 
19:11:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.21 2015/06/08 
19:14:14 graaff Exp $
+
+  08 Jun 2015; Hans de Graaff gra...@gentoo.org bson-3.0.4.ebuild:
+  Update SLOT to allow for a proper dependency in dev-ruby/mongo.
 
 *bson-3.0.4 (08 Jun 2015)
 



1.2  dev-ruby/bson/bson-3.0.4.ebuild

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

Index: bson-3.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-3.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bson-3.0.4.ebuild   8 Jun 2015 19:11:17 -   1.1
+++ bson-3.0.4.ebuild   8 Jun 2015 19:14:14 -   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/dev-ruby/bson/bson-3.0.4.ebuild,v 1.1 
2015/06/08 19:11:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-3.0.4.ebuild,v 1.2 
2015/06/08 19:14:14 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
@@ -23,7 +23,7 @@
 RUBY_S=bson-ruby-${PV}
 
 LICENSE=APSL-2
-SLOT=2
+SLOT=3
 KEYWORDS=~amd64
 IUSE=test doc
 






[gentoo-commits] gentoo-x86 commit in dev-go/go-net: go-net-9999.ebuild go-net-1.4.2_p20150604.ebuild ChangeLog

2015-06-08 Thread Zac Medico (zmedico)
zmedico 15/06/08 19:34:50

  Modified: go-net-.ebuild ChangeLog
  Added:go-net-1.4.2_p20150604.ebuild
  Log:
  Add 1.4.2_p20150604 snapshot with timestamp preservation for bug 551486.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.4  dev-go/go-net/go-net-.ebuild

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

Index: go-net-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-net/go-net-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- go-net-.ebuild  24 May 2015 08:52:41 -  1.3
+++ go-net-.ebuild  8 Jun 2015 19:34:50 -   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-go/go-net/go-net-.ebuild,v 1.3 
2015/05/24 08:52:41 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/go-net-.ebuild,v 1.4 
2015/06/08 19:34:50 zmedico Exp $
 
 EAPI=5
 inherit git-r3
@@ -45,5 +45,6 @@
 src_install() {
insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' -exec rm -rf {} \; 2/dev/null
+   insopts -m0644 -p # preserve timestamps for bug 551486
doins -r ${WORKDIR}/{pkg,src}
 }



1.6  dev-go/go-net/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-net/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 May 2015 08:52:41 -  1.5
+++ ChangeLog   8 Jun 2015 19:34:50 -   1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-go/go-net
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/ChangeLog,v 1.5 2015/05/24 
08:52:41 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-net/ChangeLog,v 1.6 2015/06/08 
19:34:50 zmedico Exp $
+
+*go-net-1.4.2_p20150604 (08 Jun 2015)
+
+  08 Jun 2015; Zac Medico zmed...@gentoo.org +go-net-1.4.2_p20150604.ebuild,
+  go-net-.ebuild:
+  Add 1.4.2_p20150604 snapshot with timestamp preservation for bug 551486.
 
   24 May 2015; Zac Medico zmed...@gentoo.org go-net-1.4.2_p20150520.ebuild,
   go-net-.ebuild:



1.1  dev-go/go-net/go-net-1.4.2_p20150604.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-net/go-net-1.4.2_p20150604.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-net/go-net-1.4.2_p20150604.ebuild?rev=1.1content-type=text/plain

Index: go-net-1.4.2_p20150604.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-go/go-net/go-net-1.4.2_p20150604.ebuild,v 1.1 
2015/06/08 19:34:50 zmedico Exp $

EAPI=5

KEYWORDS=~amd64
DESCRIPTION=Go supplementary network libraries
MY_PN=${PN##*-}
GO_PN=golang.org/x/${MY_PN}
HOMEPAGE=https://godoc.org/${GO_PN};
EGIT_COMMIT=dfe268fd2bb5c793f4c083803609fce9806c6f80
SRC_URI=https://github.com/golang/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz - 
${P}.tar.gz
LICENSE=BSD
SLOT=0
IUSE=
DEPEND==dev-lang/go-1.4
dev-go/go-text
RDEPEND=
S=${WORKDIR}/src/${GO_PN}
EGIT_CHECKOUT_DIR=${S}
STRIP_MASK=*.a

src_unpack() {
default
mkdir -p src/${GO_PN%/*} || die
mv ${MY_PN}-${EGIT_COMMIT} src/${GO_PN} || die
}

src_prepare() {
# disable broken tests
sed -e 's:TestReadProppatch(:_\0:' -i webdav/xml_test.go || die
sed -e 's:TestPingGoogle(:_\0:' -i icmp/ping_test.go || die
}

src_compile() {
# Create a writable GOROOT in order to avoid sandbox violations.
GOROOT=${WORKDIR}/goroot
cp -sR ${EPREFIX}/usr/lib/go ${GOROOT} || die
rm -rf ${GOROOT}/src/${GO_PN} \
${GOROOT}/pkg/linux_${ARCH}/${GO_PN} || die
GOROOT=${GOROOT} GOPATH=${WORKDIR} go install -v -x -work 
${GO_PN}/... || die
}

src_test() {
GOROOT=${GOROOT} GOPATH=${WORKDIR} \
go test -x -v ${GO_PN}/... || die $?
}

src_install() {
insinto /usr/lib/go
find ${WORKDIR}/{pkg,src} -name '.git*' 

[gentoo-commits] proj/kde:master commit in: kde-apps/kde4-l10n/files/

2015-06-08 Thread Manuel Rüger
commit: ac9cf6603cd5759dd76a3f4531bdb549e0bd417f
Author: Manuel Rüger mrueg AT gentoo DOT org
AuthorDate: Mon Jun  8 17:34:29 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Mon Jun  8 17:34:29 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac9cf660

[kde-apps/kde4-l10n] Readd accidentally removed files.

Package-Manager: portage-2.2.20

 .../kde4-l10n/files/kde4-l10n-15.04.1-remove-dirs  |  47 +
 .../files/kde4-l10n-15.04.1-remove-messages| 205 +
 2 files changed, 252 insertions(+)

diff --git a/kde-apps/kde4-l10n/files/kde4-l10n-15.04.1-remove-dirs 
b/kde-apps/kde4-l10n/files/kde4-l10n-15.04.1-remove-dirs
new file mode 100644
index 000..57f687a
--- /dev/null
+++ b/kde-apps/kde4-l10n/files/kde4-l10n-15.04.1-remove-dirs
@@ -0,0 +1,47 @@
+# Disable any subdirectories listed here. Comments are ignored
+# First argument: parent directory
+# Second argument: which subdirectory to disable in CMakeLists.txt
+# kde-l10n 5
+data/kdeedu khangman
+docs/applications kate
+docs/applications konsole
+docs/applications kwrite
+docs/kdeedu kig
+docs/kdeedu parley
+docs/kdeedu step
+docs/kdegames bomber
+docs/kdegraphics gwenview
+docs/kdegraphics kruler
+docs/kdesdk kapptemplate
+docs/kdesdk okteta
+# Plasma 5.3
+docs/kde-runtime fundamentals
+docs/kde-runtime kdesu
+docs/kde-runtime khelpcenter
+docs/kde-runtime knetattach
+docs/kde-runtime onlinehelp
+docs/kde-runtime/kcontrol bookmarks
+docs/kde-runtime/kcontrol cookies
+docs/kde-runtime/kcontrol ebrowsing
+docs/kde-runtime/kcontrol emoticons
+docs/kde-runtime/kcontrol icons
+docs/kde-runtime/kcontrol kcmcgi
+docs/kde-runtime/kcontrol khtml
+docs/kde-runtime/kcontrol smb
+docs/kde-runtime/kcontrol trash
+docs/kde-runtime/kcontrol useragent
+docs/kde-workspace kfontview
+docs/kde-workspace kinfocenter
+docs/kde-workspace klipper
+docs/kde-workspace kmenuedit
+docs/kde-workspace ksysguard
+docs/kde-workspace plasma-desktop
+docs/kde-workspace systemsettings
+docs/kde-workspace/kcontrol clock
+docs/kde-workspace/kcontrol colors
+docs/kde-workspace/kcontrol desktopthemedetails
+docs/kde-workspace/kcontrol joystick
+docs/kde-workspace/kcontrol kcmaccess
+docs/kde-workspace/kcontrol kcmstyle
+docs/kde-workspace/kcontrol solid-actions
+docs/kde-workspace/kcontrol splashscreen

diff --git a/kde-apps/kde4-l10n/files/kde4-l10n-15.04.1-remove-messages 
b/kde-apps/kde4-l10n/files/kde4-l10n-15.04.1-remove-messages
new file mode 100644
index 000..8a5a900
--- /dev/null
+++ b/kde-apps/kde4-l10n/files/kde4-l10n-15.04.1-remove-messages
@@ -0,0 +1,205 @@
+# Remove any path listed here. Comments are ignored
+# KDE Workspace 4
+kde-workspace/freespacenotifier.po
+kde-workspace/joystick.po
+kde-workspace/kaccess.po
+kde-workspace/kcmaccess.po
+kde-workspace/kcm_autostart.po
+kde-workspace/kcmbell.po
+kde-workspace/kcmcolors.po
+kde-workspace/kcm_desktoppaths.po
+kde-workspace/kcm_desktopthemedetails.po
+kde-workspace/kcmdevinfo.po
+kde-workspace/kcmfonts.po
+kde-workspace/kcm_infobase.po
+kde-workspace/kcminfo.po
+kde-workspace/kcm_infosummary.po
+kde-workspace/kcminit.po
+kde-workspace/kcminput.po
+kde-workspace/kcmkclock.po
+kde-workspace/kcmkeyboard.po
+kde-workspace/kcmkeys.po
+kde-workspace/kcmkwincompositing.po
+kde-workspace/kcmkwindecoration.po
+kde-workspace/kcm_kwindesktop.po
+kde-workspace/kcmkwinrules.po
+kde-workspace/kcmkwinscreenedges.po
+kde-workspace/kcm-kwin-scripts.po
+kde-workspace/kcm_kwintabbox.po
+kde-workspace/kcmkwm.po
+kde-workspace/kcmlaunch.po
+kde-workspace/kcm_memory.po
+kde-workspace/kcmnic.po
+kde-workspace/kcmopengl.po
+kde-workspace/kcm_pci.po
+kde-workspace/kcmsamba.po
+kde-workspace/kcmsmserver.po
+kde-workspace/kcm_solid_actions.po
+kde-workspace/kcm_standard_actions.po
+kde-workspace/kcmstyle.po
+kde-workspace/kcmusb.po
+kde-workspace/kcmview1394.po
+kde-workspace/kcmworkspaceoptions.po
+kde-workspace/kfontinst.po
+kde-workspace/khotkeys.po
+kde-workspace/kinfocenter.po
+kde-workspace/klipper.po
+kde-workspace/kmenuedit.po
+kde-workspace/krdb.po
+kde-workspace/krunner.po
+kde-workspace/kscreenlocker_greet.po
+kde-workspace/kscreenlocker.po
+kde-workspace/ksgrd.po
+kde-workspace/ksmserver.po
+kde-workspace/ksplashthemes.po
+kde-workspace/ksysguardlsofwidgets.po
+kde-workspace/ksysguard.po
+kde-workspace/ktouchpadenabler.po
+kde-workspace/kwin_clients.po
+kde-workspace/kwin_effects.po
+kde-workspace/kwin.po
+kde-workspace/kwin_scripting.po
+kde-workspace/libkdecorations.po
+kde-workspace/libkworkspace.po
+kde-workspace/liboxygenstyleconfig.po
+kde-workspace/libpowerdevilcommonconfig.po
+kde-workspace/libtaskmanager.po
+kde-workspace/plasma_applet_quicklaunch.po
+kde-workspace/plasma_applet_system-monitor.po
+kde-workspace/plasma_applet_webbrowser.po
+kde-workspace/plasma_containmentactions_contextmenu.po
+kde-workspace/plasma_containmentactions_switchwindow.po
+kde-workspace/plasma_engine_keystate.po
+kde-workspace/plasma_engine_mpris2.po

[gentoo-commits] gentoo-x86 commit in mail-client/balsa: balsa-2.5.2.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 17:54:33

  Modified: balsa-2.5.2.ebuild ChangeLog
  Log:
  It uses webkit-gtk:4 slot instead of old :3
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  mail-client/balsa/balsa-2.5.2.ebuild

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

Index: balsa-2.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- balsa-2.5.2.ebuild  7 Jun 2015 12:02:20 -   1.1
+++ balsa-2.5.2.ebuild  8 Jun 2015 17:54:33 -   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/balsa/balsa-2.5.2.ebuild,v 1.1 
2015/06/07 12:02:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.5.2.ebuild,v 1.2 
2015/06/08 17:54:33 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -40,7 +40,7 @@
ldap? ( net-nds/openldap )
rubrica? ( dev-libs/libxml2:2 )
ssl? ( dev-libs/openssl:= )
-   webkit? ( net-libs/webkit-gtk:3 )
+   webkit? ( net-libs/webkit-gtk:4 )
xface? ( =media-libs/compface-1.5.1:= )
 
 DEPEND=${RDEPEND}



1.136mail-client/balsa/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   7 Jun 2015 12:02:58 -   1.135
+++ ChangeLog   8 Jun 2015 17:54:33 -   1.136
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/balsa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.135 
2015/06/07 12:02:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.136 
2015/06/08 17:54:33 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org balsa-2.5.2.ebuild:
+  It uses webkit-gtk:4 slot instead of old :3
 
   07 Jun 2015; Pacho Ramos pa...@gentoo.org balsa-2.4.14.ebuild:
   Move to testing for all but amd64/x86 arches






[gentoo-commits] gentoo-x86 commit in dev-python/pygresql: - New directory

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:38:21

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pygresql added to the repository



[gentoo-commits] gentoo-x86 commit in app-crypt/gpgme: gpgme-1.5.5.ebuild ChangeLog

2015-06-08 Thread Alon Bar-Lev (alonbl)
alonbl  15/06/08 18:02:54

  Modified: ChangeLog
  Added:gpgme-1.5.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.227app-crypt/gpgme/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   3 Mar 2015 05:43:41 -   1.226
+++ ChangeLog   8 Jun 2015 18:02:54 -   1.227
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/gpgme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.226 
2015/03/03 05:43:41 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/ChangeLog,v 1.227 
2015/06/08 18:02:54 alonbl Exp $
+
+*gpgme-1.5.5 (08 Jun 2015)
+
+  08 Jun 2015; Alon Bar-Lev alo...@gentoo.org +gpgme-1.5.5.ebuild:
+  Version bump
 
   02 Mar 2015; Yixun Lan d...@gentoo.org gpgme-1.5.3.ebuild:
   add arm64 support, tested on A53 board



1.1  app-crypt/gpgme/gpgme-1.5.5.ebuild

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

Index: gpgme-1.5.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.5.5.ebuild,v 1.1 
2015/06/08 18:02:54 alonbl Exp $

EAPI=5

inherit eutils libtool

DESCRIPTION=GnuPG Made Easy is a library for making GnuPG easier to use
HOMEPAGE=http://www.gnupg.org/related_software/gpgme;
SRC_URI=mirror://gnupg/gpgme/${P}.tar.bz2

LICENSE=GPL-2 LGPL-2.1
SLOT=1/11 # subslot = soname major version
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=common-lisp static-libs

DEPEND=app-crypt/gnupg
=dev-libs/libassuan-2.0.2
=dev-libs/libgpg-error-1.11
RDEPEND=${DEPEND}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.1.8-et_EE.patch
elibtoolize
}

src_configure() {
econf \
--includedir=${EPREFIX}/usr/include/gpgme \
$(use_enable static-libs static)
}

src_install() {
default
prune_libtool_files

if ! use common-lisp; then
rm -fr ${ED}usr/share/common-lisp
fi
}






[gentoo-commits] gentoo-x86 commit in app-editors/gobby: gobby-0.4.13.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:03:03

  Modified: gobby-0.4.13.ebuild ChangeLog
  Log:
  Move to ~ppc
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  app-editors/gobby/gobby-0.4.13.ebuild

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

Index: gobby-0.4.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gobby-0.4.13.ebuild 8 Jun 2012 11:50:03 -   1.5
+++ gobby-0.4.13.ebuild 8 Jun 2015 18:03:03 -   1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.13.ebuild,v 1.5 
2012/06/08 11:50:03 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.4.13.ebuild,v 1.6 
2015/06/08 18:03:03 pacho Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 SRC_URI=http://releases.0x539.de/${PN}/${P}.tar.gz;
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ppc x86
+KEYWORDS=amd64 ~ppc x86
 IUSE=avahi gnome
 
 RDEPEND=dev-cpp/glibmm:2



1.54 app-editors/gobby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   29 Mar 2015 03:57:40 -  1.53
+++ ChangeLog   8 Jun 2015 18:03:03 -   1.54
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/gobby
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.53 
2015/03/29 03:57:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.54 
2015/06/08 18:03:03 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org gobby-0.4.13.ebuild:
+  Move to ~ppc
 
   29 Mar 2015; Manuel Rüger mr...@gentoo.org -gobby-0.4.11.ebuild,
   -gobby-0.4.8.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs: - New directory

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:17:05

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-wm/wmfs added to the repository



[gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: libxmlpp-2.36.0.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:17:57

  Modified: libxmlpp-2.36.0.ebuild ChangeLog
  Log:
  Move to testing for arches that don't need it stable
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.11 dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild?r1=1.10r2=1.11

Index: libxmlpp-2.36.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libxmlpp-2.36.0.ebuild  22 Jun 2014 18:43:47 -  1.10
+++ libxmlpp-2.36.0.ebuild  8 Jun 2015 18:17:57 -   1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild,v 
1.10 2014/06/22 18:43:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild,v 
1.11 2015/06/08 18:17:57 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=2.6
-KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris
 IUSE=doc test
 
 RDEPEND==dev-libs/libxml2-2.7.3



1.136dev-cpp/libxmlpp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   8 Jun 2015 18:00:06 -   1.135
+++ ChangeLog   8 Jun 2015 18:17:57 -   1.136
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/libxmlpp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.135 
2015/06/08 18:00:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.136 
2015/06/08 18:17:57 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org libxmlpp-2.36.0.ebuild:
+  Move to testing for arches that don't need it stable
 
 *libxmlpp-2.38.1 (08 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs/files: wmfs-201003-pthread.patch wmfs-201003-desktop.patch

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:18:01

  Added:wmfs-201003-pthread.patch wmfs-201003-desktop.patch
  Log:
  Initial commit.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  x11-wm/wmfs/files/wmfs-201003-pthread.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-pthread.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-pthread.patch?rev=1.1content-type=text/plain

Index: wmfs-201003-pthread.patch
===
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,7 +92,8 @@
 set(LIBRARIES_TO_LINK
   ${FREETYPE_LIBRARIES}
   ${X11_LIBRARIES}
-  Xft)
+  Xft
+  pthread)
 
 # Includes
 include(FindDoxygen)



1.1  x11-wm/wmfs/files/wmfs-201003-desktop.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/files/wmfs-201003-desktop.patch?rev=1.1content-type=text/plain

Index: wmfs-201003-desktop.patch
===
--- a/wmfs.desktop
+++ b/wmfs.desktop
@@ -1,5 +1,6 @@
-[Desktop Entry] 
+[Desktop Entry]
 Encoding=UTF-8
+Type=Application
 Name=wmfs
 Comment=Window manager from scratch
 TryExec=wmfs






[gentoo-commits] gentoo-x86 commit in net-misc/sobby: sobby-0.4.8.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:17:09

  Modified: sobby-0.4.8.ebuild ChangeLog
  Log:
  Move to ~ppc
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.8  net-misc/sobby/sobby-0.4.8.ebuild

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

Index: sobby-0.4.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/sobby/sobby-0.4.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sobby-0.4.8.ebuild  22 Jun 2014 18:44:33 -  1.7
+++ sobby-0.4.8.ebuild  8 Jun 2015 18:17:09 -   1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/sobby-0.4.8.ebuild,v 1.7 
2014/06/22 18:44:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/sobby-0.4.8.ebuild,v 1.8 
2015/06/08 18:17:09 pacho Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 SRC_URI=http://releases.0x539.de/${PN}/${P}.tar.gz;
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ppc x86
+KEYWORDS=amd64 ~arm ~ppc x86
 IUSE=avahi
 
 RDEPEND==dev-cpp/glibmm-2.6



1.38 net-misc/sobby/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/sobby/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   26 Apr 2015 22:53:40 -  1.37
+++ ChangeLog   8 Jun 2015 18:17:09 -   1.38
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/sobby
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/ChangeLog,v 1.37 2015/04/26 
22:53:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/ChangeLog,v 1.38 2015/06/08 
18:17:09 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org sobby-0.4.8.ebuild:
+  Move to ~ppc
 
   26 Apr 2015; Manuel Rüger mr...@gentoo.org -files/sobby-conf-0.4.3,
   -files/sobby-init-0.4.3, -sobby-0.4.7.ebuild:






[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs: wmfs-201003.ebuild metadata.xml ChangeLog Manifest

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:18:01

  Added:wmfs-201003.ebuild metadata.xml ChangeLog Manifest
  Log:
  Initial commit.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  x11-wm/wmfs/wmfs-201003.ebuild

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

Index: wmfs-201003.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/wmfs-201003.ebuild,v 1.1 
2015/06/08 18:18:01 jer Exp $

EAPI=5
inherit cmake-utils eutils

DESCRIPTION=Window Manager From Scratch, A tiling window manager highly 
configurable
HOMEPAGE=https://github.com/xorg62/;
SRC_URI=${HOMEPAGE}${PN}/archive/201003.tar.gz - ${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64

RDEPEND=
media-libs/freetype
media-libs/imlib2
x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libXrandr

DEPEND=
${RDEPEND}
virtual/pkgconfig
x11-proto/randrproto
x11-proto/xineramaproto
x11-proto/xproto


src_prepare() {
epatch \
${FILESDIR}/${PN}-201003-desktop.patch \
${FILESDIR}/${PN}-201003-pthread.patch
}

src_install() {
cmake-utils_src_install
rm -r ${D}/usr/share/${PN}
dodoc README TODO rc/status.sh
domenu ${PN}.desktop
}



1.1  x11-wm/wmfs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailj...@gentoo.org/email
/maintainer
/pkgmetadata



1.1  x11-wm/wmfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for x11-wm/wmfs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmfs/ChangeLog,v 1.1 2015/06/08 
18:18:01 jer Exp $

*wmfs-201003 (08 Jun 2015)

  08 Jun 2015; Jeroen Roovers j...@gentoo.org +wmfs-201003.ebuild,
  +files/wmfs-201003-desktop.patch, +files/wmfs-201003-pthread.patch,
  +metadata.xml:
  Initial commit.




1.1  x11-wm/wmfs/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/wmfs/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
AUX wmfs-201003-desktop.patch 185 SHA256 
e22519da79733a1f22b1e9682440600e9589a5ee888abf01b77bd2ceafe303a9 SHA512 
9bd74783c707d4d4e57bf5cad1ea3e7eb34bd3c5dc197201f60f918a11da3b7ff3321e78f4855b1bcce0cb884a3a0b0d3dabb8cc685ba583f59a52ddb6a55dcc
 WHIRLPOOL 
59fdc2072087d177076d8c50b55b0d59c6924477de550516f7278dbb7c39ec125a28e53849bb3167dcc557cf8ac11d6961c672d4d463207b865039f5cc84af73
AUX wmfs-201003-pthread.patch 191 SHA256 
881c03c45b064ff556eb65fe2a2f6bd600acdf20da50cad68a7dfe90678bcbde SHA512 
871a6558fc3201c2652e1a84d221d7d2bd90150f4e1afb8b4a7e6862797e47d012f832ecf0b1c205ad07942aa9b0cd3807a9c839cc6304ce3fae3746065493fc
 WHIRLPOOL 
83b617e82f64ec6dd6c9a579615902380015115dd409b79ad7ffae2498fb5bf62d5fa4c62e730958cfdc34a0a99bf47d6ae06945fbb78fa8e73c3f87403c0e92
DIST wmfs-201003.tar.gz 59593 SHA256 
d341c15a62998e0c9062168887232e1b5adcdc2092b74a7b825d416660777c4d SHA512 
117a238d6a8d8d147291ec9fb4e0aaf2bf8bab8ea794cf00deeaeaac1df15f0122bc705cb1bff54abe80d7228a19e67a79e4b3e0de0ced82abaf98fab3778a90
 WHIRLPOOL 
908d96994501894099a16996260e77223a7c701ea5bd165046a79144c6db2fdce3d7e0ecbad21e55017c30857588e90e077d64d1a481c7ee37b2ba04ce0a1efb
EBUILD wmfs-201003.ebuild 868 SHA256 
f0cc10c898f535b9fea240267189d56eccd1bede2e4d4fc9b390b7d232efff50 SHA512 
87d9ace2aac63196af1b05e671fc9e13e60b7bb10492ceb610597e80121244007789fa90eea79420ef096f07bd7c5a76e16a3473e4b57383a9e5483b5f64e33e
 WHIRLPOOL 
8c434f534d21f9f34a13f62333be9a38e4f78687fc9db298126db06c19e6ed46f8dea0ad7136a3ffa907ee8bad81a079bb4660c3045a6b9eca1ac713123bbf56
MISC ChangeLog 314 SHA256 
f3011776fb19d74cc8d77b064c4a22f12d3a33c05655879f5ba80e0c6c588f2d SHA512 

[gentoo-commits] gentoo-x86 commit in x11-wm/wmfs/files: - New directory

2015-06-08 Thread Jeroen Roovers (jer)
jer 15/06/08 18:17:12

  Log:
  Directory /var/cvsroot/gentoo-x86/x11-wm/wmfs/files added to the repository



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Daemonize/

2015-06-08 Thread Kent Fredric
commit: 7f5a9af465b65ca51d868c952d4bc65633f21fe1
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:31:06 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:31:35 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7f5a9af4

[cleanup] MooseX-Daemonze: Remove old versions

Package-Manager: portage-2.2.17

 .../MooseX-Daemonize-0.100.0.ebuild| 27 -
 .../MooseX-Daemonize-0.120.0.ebuild| 29 --
 .../MooseX-Daemonize-0.130.0.ebuild| 30 ---
 .../MooseX-Daemonize-0.150.0.ebuild| 42 -
 .../MooseX-Daemonize-0.170.0.ebuild| 44 --
 5 files changed, 172 deletions(-)

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.100.0.ebuild 
b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.100.0.ebuild
deleted file mode 100644
index bbcba89..000
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.100.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=STEVAN
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION=Role for daemonizing your Moose based application
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-COMMON_DEPEND=
-   =dev-perl/Moose-0.330.0
-   =dev-perl/MooseX-Getopt-0.07
-   dev-perl/MooseX-Types-Path-Class
-
-DEPEND=
-   ${COMMON_DEPEND}
-   virtual/perl-Test-Simple
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-# Fails tests in 0.09 , http://rt.cpan.org/Public/Bug/Display.html?id=50754
-#SRC_TEST=do

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.120.0.ebuild 
b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.120.0.ebuild
deleted file mode 100644
index 577dce6..000
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.120.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=STEVAN
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION=Role for daemonizing your Moose based application
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   =dev-perl/Moose-0.330.0
-   =dev-perl/MooseX-Getopt-0.07
-   dev-perl/MooseX-Types-Path-Class
-
-DEPEND=
-   ${COMMON_DEPEND}
-   virtual/perl-Test-Simple
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.130.0.ebuild 
b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.130.0.ebuild
deleted file mode 100644
index 1c2541b..000
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.130.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=STEVAN
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION=Role for daemonizing your Moose based application
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-comment() { echo ''; }
-COMMON_DEPEND=
-   =dev-perl/Moose-0.330.0
-   =dev-perl/MooseX-Getopt-0.07 $(comment 0.70.0)
-   dev-perl/MooseX-Types-Path-Class
-
-DEPEND=
-   ${COMMON_DEPEND}
-   virtual/perl-Test-Simple $(comment Test::More)
-   =dev-perl/Moose-0.250.0 $(comment Test::Moose first version)
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.150.0.ebuild 
b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.150.0.ebuild
deleted file mode 100644
index de38ecf..000
--- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.150.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MICHAELR
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION='Role for daemonizing your Moose based application'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-   # Test::Moose
-   echo dev-perl/Moose
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-   # Moose 0.33 ( 0.330.0 )
-   echo \=dev-perl/Moose-0.330.0
-   # MooseX::Getopt 0.07 ( 0.70.0 )
-   echo \=dev-perl/MooseX-Getopt-0.70.0
-   # MooseX::Types::Path::Class
-   echo dev-perl/MooseX-Types-Path-Class
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.170.0.ebuild 

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

2015-06-08 Thread Hans de Graaff (graaff)
graaff  15/06/08 19:11:17

  Modified: ChangeLog
  Added:bson-3.0.4.ebuild
  Log:
  Version bump for security bug 551496.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.20 dev-ruby/bson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   7 Jun 2015 17:16:59 -   1.19
+++ ChangeLog   8 Jun 2015 19:11:17 -   1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bson
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.19 2015/06/07 
17:16:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/ChangeLog,v 1.20 2015/06/08 
19:11:17 graaff Exp $
+
+*bson-3.0.4 (08 Jun 2015)
+
+  08 Jun 2015; Hans de Graaff gra...@gentoo.org +bson-3.0.4.ebuild:
+  Version bump for security bug 551496.
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-ruby/bson/bson-3.0.4.ebuild

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

Index: bson-3.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bson/bson-3.0.4.ebuild,v 1.1 
2015/06/08 19:11:17 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

GITHUB_USER=mongodb
GITHUB_PROJECT=bson-ruby

inherit multilib ruby-fakegem

DESCRIPTION=A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)
HOMEPAGE=http://www.mongodb.org/;
SRC_URI=https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 - ${P}.tar.gz
RUBY_S=bson-ruby-${PV}

LICENSE=APSL-2
SLOT=2
KEYWORDS=~amd64
IUSE=test doc

ruby_add_bdepend \
test? (
dev-ruby/rake
dev-ruby/shoulda
dev-ruby/mocha
dev-ruby/test-unit:2
)
doc? ( dev-ruby/rdoc )

all_ruby_prepare() {
# Remove bundler support
sed -i -e '/bundler/I s:^:#:' Rakefile || die

# Remove project-specific rspec options
rm .rspec || die
}

each_ruby_configure() {
${RUBY} -C ext/bson extconf.rb || die extconf.rb failed
}

each_ruby_compile() {
emake -C ext/bson V=1 CFLAGS=${CFLAGS} -fPIC archflag=${LDFLAGS}
cp ext/bson/*$(get_modname) lib/ || die
}






[gentoo-commits] gentoo-x86 commit in app-text/acroread: acroread-9.5.5-r3.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 17:41:59

  Modified: acroread-9.5.5-r3.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #550590
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  app-text/acroread/acroread-9.5.5-r3.ebuild

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

Index: acroread-9.5.5-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.5-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acroread-9.5.5-r3.ebuild9 May 2015 12:32:16 -   1.1
+++ acroread-9.5.5-r3.ebuild8 Jun 2015 17:41: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-text/acroread/acroread-9.5.5-r3.ebuild,v 1.1 
2015/05/09 12:32:16 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.5.5-r3.ebuild,v 1.2 
2015/06/08 17:41:59 pacho Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 HOMEPAGE=http://www.adobe.com/products/reader/;
 
 LICENSE=Adobe
-KEYWORDS=-* ~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=-* amd64 x86 ~amd64-linux ~x86-linux
 SLOT=0
 IUSE=html ldap nsplugin
 # asian fonts from separate package:



1.208app-text/acroread/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog   9 May 2015 12:32:16 -   1.207
+++ ChangeLog   8 Jun 2015 17:41:59 -   1.208
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/acroread
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.207 
2015/05/09 12:32:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.208 
2015/06/08 17:41:59 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org acroread-9.5.5-r3.ebuild:
+  amd64/x86 stable, bug #550590
 
 *acroread-9.5.5-r3 (09 May 2015)
 






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

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:48:53

  Modified: 2Q-2015
  Log:
  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.

Revision  ChangesPath
1.14 profiles/updates/2Q-2015

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

Index: 2Q-2015
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/2Q-2015,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- 2Q-2015 4 Jun 2015 19:17:27 -   1.13
+++ 2Q-2015 8 Jun 2015 17:48:53 -   1.14
@@ -228,3 +228,4 @@
 move kde-base/thumbnailers kde-apps/thumbnailers
 move kde-base/umbrello kde-apps/umbrello
 move kde-base/zeroconf-ioslave kde-apps/zeroconf-ioslave
+move dev-db/pygresql dev-python/pygresql






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

2015-06-08 Thread Aaron Swenson (titanofold)
titanofold15/06/08 17:48:53

  Modified: ChangeLog
  Log:
  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.

Revision  ChangesPath
1.10078  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10077
retrieving revision 1.10078
diff -u -r1.10077 -r1.10078
--- ChangeLog   8 Jun 2015 07:33:00 -   1.10077
+++ ChangeLog   8 Jun 2015 17:48:53 -   1.10078
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10077 2015/06/08 
07:33:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10078 2015/06/08 
17:48:53 titanofold Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Jun 2015; Aaron W. Swenson titanof...@gentoo.org updates/2Q-2015:
+  Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.
+
   08 Jun 2015; Fabian Groffen grob...@gentoo.org package.mask:
   Mask upcoming Exim 4.86 RC1
 






[gentoo-commits] gentoo-x86 commit in gnome-extra/assogiate: assogiate-0.2.1.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:15:10

  Modified: assogiate-0.2.1.ebuild ChangeLog
  Log:
  Move to ~sparc
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.11 gnome-extra/assogiate/assogiate-0.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.1.ebuild?r1=1.10r2=1.11

Index: assogiate-0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- assogiate-0.2.1.ebuild  24 Dec 2013 12:14:37 -  1.10
+++ assogiate-0.2.1.ebuild  8 Jun 2015 18:15:10 -   1.11
@@ -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/gnome-extra/assogiate/assogiate-0.2.1.ebuild,v 1.10 
2013/12/24 12:14:37 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.1.ebuild,v 1.11 
2015/06/08 18:15:10 pacho Exp $
 
 EAPI=4
 GCONF_DEBUG=yes
@@ -13,7 +13,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 sparc x86
+KEYWORDS=amd64 ~sparc x86
 IUSE=
 
 RDEPEND==dev-libs/glib-2.8:2



1.13 gnome-extra/assogiate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/assogiate/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   24 Dec 2013 12:14:37 -  1.12
+++ ChangeLog   8 Jun 2015 18:15:10 -   1.13
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/assogiate
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/assogiate/ChangeLog,v 1.12 
2013/12/24 12:14:37 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/assogiate/ChangeLog,v 1.13 
2015/06/08 18:15:10 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org assogiate-0.2.1.ebuild:
+  Move to ~sparc
 
   24 Dec 2013; Pacho Ramos pa...@gentoo.org assogiate-0.2.1.ebuild:
   Honor LINGUAS (#408093 by Piotr Szymaniak)






[gentoo-commits] gentoo-x86 commit in dev-libs/libofx: libofx-0.9.5.ebuild ChangeLog

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:14:23

  Modified: libofx-0.9.5.ebuild ChangeLog
  Log:
  Move to testing in arches that don't need it stable
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.8  dev-libs/libofx/libofx-0.9.5.ebuild

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

Index: libofx-0.9.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libofx-0.9.5.ebuild 9 Sep 2012 15:44:22 -   1.7
+++ libofx-0.9.5.ebuild 8 Jun 2015 18:14:23 -   1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.5.ebuild,v 1.7 
2012/09/09 15:44:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.5.ebuild,v 1.8 
2015/06/08 18:14:23 pacho Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 hppa ppc ppc64 x86
+KEYWORDS=amd64 hppa ~ppc ~ppc64 x86
 IUSE=doc static-libs test
 
 RDEPEND==app-text/opensp-1.5



1.82 dev-libs/libofx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   26 Dec 2014 18:50:02 -  1.81
+++ ChangeLog   8 Jun 2015 18:14:23 -   1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libofx
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.81 2014/12/26 
18:50:02 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.82 2015/06/08 
18:14:23 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org libofx-0.9.5.ebuild:
+  Move to testing in arches that don't need it stable
 
 *libofx-0.9.10 (26 Dec 2014)
 






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

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:13:49

  Modified: ChangeLog
  Log:
  Update package.use.stable.mask to try to move more gnome-mm stuff to testing 
in less common arches

Revision  ChangesPath
1.10079  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10078
retrieving revision 1.10079
diff -u -r1.10078 -r1.10079
--- ChangeLog   8 Jun 2015 17:48:53 -   1.10078
+++ ChangeLog   8 Jun 2015 18:13:49 -   1.10079
@@ -1,11 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10078 2015/06/08 
17:48:53 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10079 2015/06/08 
18:13:49 pacho Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Jun 2015; Pacho Ramos pa...@gentoo.org
+  arch/powerpc/package.use.stable.mask:
+  Update package.use.stable.mask to try to move more gnome-mm stuff to testing
+  in less common arches
+
   08 Jun 2015; Aaron W. Swenson titanof...@gentoo.org updates/2Q-2015:
   Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver.
 






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

2015-06-08 Thread Pacho Ramos (pacho)
pacho   15/06/08 18:13:49

  Modified: package.use.stable.mask
  Log:
  Update package.use.stable.mask to try to move more gnome-mm stuff to testing 
in less common arches

Revision  ChangesPath
1.10 profiles/arch/powerpc/package.use.stable.mask

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

Index: package.use.stable.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.stable.mask,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- package.use.stable.mask 2 Jun 2015 18:30:37 -   1.9
+++ package.use.stable.mask 8 Jun 2015 18:13:49 -   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/profiles/arch/powerpc/package.use.stable.mask,v 1.9 
2015/06/02 18:30:37 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.stable.mask,v 1.10 
2015/06/08 18:13:49 pacho Exp $
 
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -29,6 +29,7 @@
 # Justin Lecher j...@gentoo.org (21 Feb 2015)
 # Needs stable GNOME-3
 net-fs/netatalk tracker
+app-office/homebank ofx
 
 # Michael Palimaka kensing...@gentoo.org (11 Dec 2014)
 # Dependencies not yet stable






[gentoo-commits] proj/perl-overlay:master commit in: profiles/

2015-06-08 Thread Kent Fredric
commit: ee3f7bdd43e6422b660797a357f9a61bf02bd585
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:10:56 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:10:56 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ee3f7bdd

[pmask] Fixup mask for CatalystX-Declare

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ecc08b6..dbc2e1a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -7,7 +7,7 @@
 # Catalyst::Controller::ActionRole deprecated by upstream.
 dev-perl/Catalyst-Controller-ActionRole
 =dev-perl/Catalyst-ActionRole-ACL-0.70.0
-=dev-perl/CatalystX-Declare-0.15.0
+=dev-perl/CatalystX-Declare-0.15.0-r1
 =dev-perl/CatalystX-SimpleLogin-0.180.0
 =dev-perl/Task-Catalyst-4.20.0-r2
 =dev-perl/Task-Kesho-WebDev-0.280.0



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FormValidator-Simple/

2015-06-08 Thread Kent Fredric
commit: 18f6bd46fa7637ac635a14a0b1c59f9ff481eb66
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:14:58 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:14:58 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=18f6bd46

[cleanup] FormValidator-Simple: remove old versions

Package-Manager: portage-2.2.17

 .../FormValidator-Simple-0.210.0.ebuild| 31 -
 .../FormValidator-Simple-0.220.0.ebuild| 31 -
 .../FormValidator-Simple-0.230.0.ebuild| 31 -
 .../FormValidator-Simple-0.280.0.ebuild| 32 --
 4 files changed, 125 deletions(-)

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild 
b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild
deleted file mode 100644
index 814e172..000
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.210.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=LYOKATO
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION=Validation with simple chains of constraints
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/Class-Accessor-0.220.0
-   =dev-perl/Class-Inspector-1.130.0
-   =dev-perl/Class-Data-Inheritable-0.40.0
-   =dev-perl/UNIVERSAL-require-0.10
-   dev-perl/MailTools
-   =dev-perl/Email-Valid-0.15
-   =dev-perl/Email-Valid-Loose-0.40.0
-   =dev-perl/Date-Calc-5.4
-   =dev-perl/Tie-IxHash-1.210.0
-   =dev-perl/yaml-0.390.0
-   =dev-perl/List-MoreUtils-0.16
-   =dev-perl/DateTime-Format-Strptime-1.70.0
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild 
b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild
deleted file mode 100644
index 60fe4aa..000
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.220.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=LYOKATO
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION=Validation with simple chains of constraints
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/Class-Accessor-0.220.0
-   =dev-perl/Class-Inspector-1.130.0
-   =dev-perl/Class-Data-Inheritable-0.40.0
-   =dev-perl/UNIVERSAL-require-0.10
-   dev-perl/MailTools
-   =dev-perl/Email-Valid-0.15
-   =dev-perl/Email-Valid-Loose-0.40.0
-   =dev-perl/Date-Calc-5.4
-   =dev-perl/Tie-IxHash-1.210.0
-   =dev-perl/yaml-0.390.0
-   =dev-perl/List-MoreUtils-0.16
-   =dev-perl/DateTime-Format-Strptime-1.70.0
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild 
b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild
deleted file mode 100644
index f2f5ff7..000
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.230.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=LYOKATO
-MODULE_VERSION=0.23
-inherit perl-module
-
-DESCRIPTION=Validation with simple chains of constraints
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/Class-Accessor-0.220.0
-   =dev-perl/Class-Inspector-1.130.0
-   =dev-perl/Class-Data-Inheritable-0.40.0
-   =dev-perl/UNIVERSAL-require-0.10
-   dev-perl/MailTools
-   =dev-perl/Email-Valid-0.15
-   =dev-perl/Email-Valid-Loose-0.40.0
-   =dev-perl/Date-Calc-5.4
-   =dev-perl/Tie-IxHash-1.210.0
-   =dev-perl/yaml-0.390.0
-   =dev-perl/List-MoreUtils-0.16
-   =dev-perl/DateTime-Format-Strptime-1.70.0
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild 
b/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild
deleted file mode 100644
index fca8082..000
--- a/dev-perl/FormValidator-Simple/FormValidator-Simple-0.280.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=LYOKATO
-MODULE_VERSION=0.28
-inherit perl-module
-
-DESCRIPTION=Validation with simple chains of constraints
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/Class-Accessor-0.220.0
-   =dev-perl/Class-Inspector-1.130.0
-   =dev-perl/Class-Data-Inheritable-0.40.0
-   =dev-perl/UNIVERSAL-require-0.10
-   

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-FastMmap/

2015-06-08 Thread Kent Fredric
commit: 065be5631e8bec9fd26baafd56ef1b27f779a13c
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:23:45 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:23:45 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=065be563

[cleanup] Catalyst-Plugin-Session-Store-FastMmap

Package-Manager: portage-2.2.17

 ...st-Plugin-Session-Store-FastMmap-0.100.0.ebuild | 26 --
 ...st-Plugin-Session-Store-FastMmap-0.110.0.ebuild | 26 --
 ...st-Plugin-Session-Store-FastMmap-0.130.0.ebuild | 26 --
 ...st-Plugin-Session-Store-FastMmap-0.140.0.ebuild | 26 --
 4 files changed, 104 deletions(-)

diff --git 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.100.0.ebuild
 
b/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.100.0.ebuild
deleted file mode 100644
index 2761704..000
--- 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.100.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION=FastMmap session storage backend.
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   =dev-perl/Cache-FastMmap-1.290.0
-   =dev-perl/Catalyst-Plugin-Session-0.220.0
-   dev-perl/Path-Class
-   dev-perl/MRO-Compat
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.110.0.ebuild
 
b/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.110.0.ebuild
deleted file mode 100644
index 5270eac..000
--- 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.110.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION=FastMmap session storage backend.
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   =dev-perl/Cache-FastMmap-1.290.0
-   =dev-perl/Catalyst-Plugin-Session-0.220.0
-   dev-perl/Path-Class
-   dev-perl/MRO-Compat
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.130.0.ebuild
 
b/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.130.0.ebuild
deleted file mode 100644
index 800ceba..000
--- 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.130.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION=FastMmap session storage backend.
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   =dev-perl/Cache-FastMmap-1.290.0
-   =dev-perl/Catalyst-Plugin-Session-0.270.0
-   dev-perl/Path-Class
-   dev-perl/MRO-Compat
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.140.0.ebuild
 
b/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.140.0.ebuild
deleted file mode 100644
index caa002a..000
--- 
a/dev-perl/Catalyst-Plugin-Session-Store-FastMmap/Catalyst-Plugin-Session-Store-FastMmap-0.140.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=SSCAFFIDI
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION=FastMmap session storage backend.
-
-IUSE=
-
-SLOT=0
-LICENSE=|| ( Artistic GPL-2 )
-KEYWORDS=~amd64 ~x86
-
-DEPEND=
-   =dev-perl/Cache-FastMmap-1.290.0
-   =dev-perl/Catalyst-Plugin-Session-0.270.0
-   dev-perl/Path-Class
-   dev-perl/MRO-Compat
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-
-RDEPEND=${DEPEND}
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/

2015-06-08 Thread Kent Fredric
commit: 1f1bb88cda50f70cc16d8e823a1f4fdd2a1006c2
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:33:01 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:33:01 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1f1bb88c

[cleanup] Log-Any-Adapter: remove old versions

Package-Manager: portage-2.2.17

 .../Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild | 42 --
 .../Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild  | 25 -
 .../Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild  | 40 -
 .../Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild  | 42 --
 .../Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild  | 42 --
 5 files changed, 191 deletions(-)

diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild 
b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild
deleted file mode 100644
index a561013..000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Capture::Tiny 0.12 ( 0.120.0 )
-   echo \=dev-perl/Capture-Tiny-0.120.0
-   # Carp
-   echo dev-lang/perl
-   # Devel::GlobalDestruction
-   echo dev-perl/Devel-GlobalDestruction
-   # Guard
-   echo dev-perl/Guard
-   # Log::Any
-   echo dev-perl/Log-Any
-}
-perl_meta_test() {
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild 
b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
deleted file mode 100644
index cdf875c..000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION=Log anywhere
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-COMMON_DEPEND=
-   =dev-perl/Log-Any-0.10
-   dev-perl/Scope-Guard
-
-DEPEND=
-   ${COMMON_DEPEND}
-   virtual/perl-Test-Simple
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild 
b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild
deleted file mode 100644
index 8480d35..000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Carp
-   # echo virtual/perl-Carp
-   # Devel::GlobalDestruction
-   echo dev-perl/Devel-GlobalDestruction
-   # Guard
-   echo dev-perl/Guard
-   # Log::Any
-   echo dev-perl/Log-Any
-}
-perl_meta_test() {
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild 
b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild
deleted file mode 100644
index 94beadc..000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Capture::Tiny
-   echo dev-perl/Capture-Tiny
-   # Carp
-   # echo virtual/perl-Carp
-   # Devel::GlobalDestruction
-   echo 

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/

2015-06-08 Thread Kent Fredric
commit: d800cd5e9cd84caed049374b93d9c06cab0c319c
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:22:34 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:22:34 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d800cd5e

[cleanup] CGI-Application: Remove old versions

Package-Manager: portage-2.2.17

 .../CGI-Application/CGI-Application-4.110.0.ebuild | 22 -
 .../CGI-Application/CGI-Application-4.200.0.ebuild | 22 -
 .../CGI-Application/CGI-Application-4.210.0.ebuild | 22 -
 .../CGI-Application-4.310.0-r1.ebuild  | 28 --
 4 files changed, 94 deletions(-)

diff --git a/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild 
b/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild
deleted file mode 100644
index 15ecef1..000
--- a/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=4.11
-inherit perl-module
-
-DESCRIPTION=Framework for building reusable web-applications
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-RDEPEND=
-   dev-perl/HTML-Template
-
-DEPEND=${RDEPEND}
-   virtual/perl-Module-Build
-
-SRC_TEST=do

diff --git a/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild 
b/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild
deleted file mode 100644
index 7e9be43..000
--- a/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=4.20
-inherit perl-module
-
-DESCRIPTION=Framework for building reusable web-applications
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-RDEPEND=
-   dev-perl/HTML-Template
-
-DEPEND=$RDEPEND
-   virtual/perl-Module-Build
-
-SRC_TEST=do

diff --git a/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild 
b/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild
deleted file mode 100644
index f4208aa..000
--- a/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=4.21
-inherit perl-module
-
-DESCRIPTION=Framework for building reusable web-applications
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-RDEPEND=
-   dev-perl/HTML-Template
-
-DEPEND=$RDEPEND
-   virtual/perl-Module-Build
-
-SRC_TEST=do

diff --git a/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild 
b/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
deleted file mode 100644
index 1c2b31c..000
--- a/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=4.31
-inherit perl-module
-
-DESCRIPTION=Framework for building reusable web-applications
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=test
-RDEPEND=
-   dev-perl/HTML-Template
-   dev-perl/Class-ISA
-   virtual/perl-CGI
-
-DEPEND=
-   ${RDEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   )
-   virtual/perl-Module-Build
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious-Plugin-Authentication/

2015-06-08 Thread Kent Fredric
commit: 8d6d293ee5ccdef29fff80f4138012a2d7296a04
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:12:40 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:12:40 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8d6d293e

[cleanup] Mojolicious-Plugin-Authentication: remove old versions

Package-Manager: portage-2.2.17

 ...ojolicious-Plugin-Authentication-1.200.0.ebuild | 20 -
 ...ojolicious-Plugin-Authentication-1.210.0.ebuild | 45 
 ...ojolicious-Plugin-Authentication-1.220.0.ebuild | 49 --
 ...ojolicious-Plugin-Authentication-1.230.0.ebuild | 49 --
 4 files changed, 163 deletions(-)

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
deleted file mode 100644
index 226a320..000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.20
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE= Artistic-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-RDEPEND=
-   dev-perl/Mojolicious
-
-DEPEND=
-   ${RDEPEND}
-
-SRC_TEST=do

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
deleted file mode 100644
index 5508451..000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.210.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.31 ( 6.310.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.31
-   # Module::Build 0.38 ( 0.380.0 )
-   echo \=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-   # Module::Build 0.38 ( 0.380.0 )
-   echo \=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-   # Mojo::Base
-   echo dev-perl/Mojolicious
-}
-perl_meta_test() {
-   # Mojolicious::Lite
-   echo dev-perl/Mojolicious
-   # Test::Mojo
-   echo dev-perl/Mojolicious
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
deleted file mode 100644
index e763f21..000
--- 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.220.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MADCAT
-MODULE_VERSION=1.22
-inherit perl-module
-
-DESCRIPTION='A plugin to make authentication a bit easier'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-   # Module::Build 0.38 ( 0.380.0 )
-   echo \=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_build() {
-   # Module::Build 0.38 ( 0.380.0 )
-   echo \=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-   # Mojo::Base
-   echo dev-perl/Mojolicious
-}
-perl_meta_test() {
-   # Mojolicious::Lite
-   echo dev-perl/Mojolicious
-   # Test::Mojo
-   echo dev-perl/Mojolicious
-   # Test::More
-   echo virtual/perl-Test-Simple
-   # strict
-   echo dev-lang/perl
-   # warnings
-   echo dev-lang/perl
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.230.0.ebuild
 
b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.230.0.ebuild
deleted file mode 100644
index 07d9d99..000
--- 

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Workers/

2015-06-08 Thread Kent Fredric
commit: 468a25d233d9a5a640664b4ffc73b405e394d7b6
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:25:36 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:25:36 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=468a25d2

[cleanup] MooseX-Workers: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/MooseX-Workers/MooseX-Workers-0.12.ebuild | 24 -
 .../MooseX-Workers/MooseX-Workers-0.140.ebuild | 29 ---
 .../MooseX-Workers/MooseX-Workers-0.150.ebuild | 29 ---
 .../MooseX-Workers/MooseX-Workers-0.160.ebuild | 29 ---
 .../MooseX-Workers/MooseX-Workers-0.200.0.ebuild   | 56 -
 .../MooseX-Workers/MooseX-Workers-0.210.0.ebuild   | 58 --
 6 files changed, 225 deletions(-)

diff --git a/dev-perl/MooseX-Workers/MooseX-Workers-0.12.ebuild 
b/dev-perl/MooseX-Workers/MooseX-Workers-0.12.ebuild
deleted file mode 100644
index 3985f3f..000
--- a/dev-perl/MooseX-Workers/MooseX-Workers-0.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=JHANNAH
-inherit perl-module
-
-DESCRIPTION=Simple sub-process management for asynchronous tasks
-LICENSE=|| ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-COMMON_DEPEND=
-   =dev-perl/Moose-0.900.0
-   =dev-perl/POE-1.4.0
-
-DEPEND=
-   ${COMMON_DEPEND}
-   =virtual/perl-Test-Simple-0.42
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Workers/MooseX-Workers-0.140.ebuild 
b/dev-perl/MooseX-Workers/MooseX-Workers-0.140.ebuild
deleted file mode 100644
index 27205ab..000
--- a/dev-perl/MooseX-Workers/MooseX-Workers-0.140.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=JHANNAH
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION=Simple sub-process management for asynchronous tasks
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   dev-perl/DateTime
-   =dev-perl/Moose-0.900.0
-   =dev-perl/POE-1.4.0
-
-DEPEND=
-   ${COMMON_DEPEND}
-   =virtual/perl-Test-Simple-0.42
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Workers/MooseX-Workers-0.150.ebuild 
b/dev-perl/MooseX-Workers/MooseX-Workers-0.150.ebuild
deleted file mode 100644
index e1f6384..000
--- a/dev-perl/MooseX-Workers/MooseX-Workers-0.150.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=JHANNAH
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION=Simple sub-process management for asynchronous tasks
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   dev-perl/DateTime
-   =dev-perl/Moose-0.900.0
-   =dev-perl/POE-1.4.0
-
-DEPEND=
-   ${COMMON_DEPEND}
-   =virtual/perl-Test-Simple-0.42
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Workers/MooseX-Workers-0.160.ebuild 
b/dev-perl/MooseX-Workers/MooseX-Workers-0.160.ebuild
deleted file mode 100644
index a2b336a..000
--- a/dev-perl/MooseX-Workers/MooseX-Workers-0.160.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=JHANNAH
-MODULE_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION=Simple sub-process management for asynchronous tasks
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   dev-perl/DateTime
-   =dev-perl/Moose-0.900.0
-   =dev-perl/POE-1.4.0
-
-DEPEND=
-   ${COMMON_DEPEND}
-   =virtual/perl-Test-Simple-0.42
-
-RDEPEND=
-   ${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/MooseX-Workers/MooseX-Workers-0.200.0.ebuild 
b/dev-perl/MooseX-Workers/MooseX-Workers-0.200.0.ebuild
deleted file mode 100644
index 6f9ce7c..000
--- a/dev-perl/MooseX-Workers/MooseX-Workers-0.200.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION='Simple sub-process management for asynchronous tasks'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Moose
-   echo dev-perl/Moose
-   # Moose::Role
-   echo dev-perl/Moose
-   # POE
-   echo dev-perl/POE
-   # POE::Wheel::Run
-   echo dev-perl/POE
-}
-perl_meta_test() {
-  

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Web-Scraper/

2015-06-08 Thread Kent Fredric
commit: 35dac4d639178fab5253f816cb484350520b7f71
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:34:05 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:34:05 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=35dac4d6

[cleanup] Web-Scraper: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Web-Scraper/Web-Scraper-0.320.0.ebuild | 31 -
 dev-perl/Web-Scraper/Web-Scraper-0.330.0.ebuild | 31 -
 dev-perl/Web-Scraper/Web-Scraper-0.340.0.ebuild | 35 --
 dev-perl/Web-Scraper/Web-Scraper-0.360.0.ebuild | 62 -
 4 files changed, 159 deletions(-)

diff --git a/dev-perl/Web-Scraper/Web-Scraper-0.320.0.ebuild 
b/dev-perl/Web-Scraper/Web-Scraper-0.320.0.ebuild
deleted file mode 100644
index a3bcc0e..000
--- a/dev-perl/Web-Scraper/Web-Scraper-0.320.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.32
-inherit perl-module
-
-DESCRIPTION=Web Scraping Toolkit using HTML and CSS Selectors or XPath 
expressions
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-RDEPEND=dev-perl/HTML-Parser
-   =dev-perl/HTML-Selector-XPath-0.30.0
-   dev-perl/HTML-Tagset
-   dev-perl/HTML-Tree
-   dev-perl/HTML-TreeBuilder-LibXML
-   dev-perl/HTML-TreeBuilder-XPath
-   dev-perl/libwww-perl
-   virtual/perl-Scalar-List-Utils
-   dev-perl/UNIVERSAL-require
-   dev-perl/URI
-   dev-perl/XML-XPathEngine
-   dev-perl/yaml
-DEPEND=${RDEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Web-Scraper/Web-Scraper-0.330.0.ebuild 
b/dev-perl/Web-Scraper/Web-Scraper-0.330.0.ebuild
deleted file mode 100644
index 97d9070..000
--- a/dev-perl/Web-Scraper/Web-Scraper-0.330.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.33
-inherit perl-module
-
-DESCRIPTION=Web Scraping Toolkit using HTML and CSS Selectors or XPath 
expressions
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-RDEPEND=dev-perl/HTML-Parser
-   =dev-perl/HTML-Selector-XPath-0.30.0
-   dev-perl/HTML-Tagset
-   dev-perl/HTML-Tree
-   dev-perl/HTML-TreeBuilder-LibXML
-   dev-perl/HTML-TreeBuilder-XPath
-   dev-perl/libwww-perl
-   virtual/perl-Scalar-List-Utils
-   dev-perl/UNIVERSAL-require
-   dev-perl/URI
-   dev-perl/XML-XPathEngine
-   dev-perl/yaml
-DEPEND=${RDEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Web-Scraper/Web-Scraper-0.340.0.ebuild 
b/dev-perl/Web-Scraper/Web-Scraper-0.340.0.ebuild
deleted file mode 100644
index 253e9a2..000
--- a/dev-perl/Web-Scraper/Web-Scraper-0.340.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.34
-inherit perl-module
-
-DESCRIPTION=Web Scraping Toolkit using HTML and CSS Selectors or XPath 
expressions
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=test
-
-RDEPEND=dev-perl/HTML-Parser
-   =dev-perl/HTML-Selector-XPath-0.30.0
-   dev-perl/HTML-Tagset
-   dev-perl/HTML-Tree
-   dev-perl/HTML-TreeBuilder-LibXML
-   dev-perl/HTML-TreeBuilder-XPath
-   dev-perl/libwww-perl
-   virtual/perl-Scalar-List-Utils
-   dev-perl/UNIVERSAL-require
-   dev-perl/URI
-   dev-perl/XML-XPathEngine
-   dev-perl/yaml
-DEPEND=${RDEPEND}
-   dev-perl/Test-Requires
-   test? (
-   dev-perl/Test-Base
-   )
-
-SRC_TEST=do

diff --git a/dev-perl/Web-Scraper/Web-Scraper-0.360.0.ebuild 
b/dev-perl/Web-Scraper/Web-Scraper-0.360.0.ebuild
deleted file mode 100644
index baa680c..000
--- a/dev-perl/Web-Scraper/Web-Scraper-0.360.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.36
-inherit perl-module
-
-DESCRIPTION='Web Scraping Toolkit using HTML and CSS Selectors or XPath 
expressions'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.620.0
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.620.0
-   # Test::Base
-   echo dev-perl/Test-Base
-   # Test::More
-   echo virtual/perl-Test-Simple
-   # Test::Requires
-   echo dev-perl/Test-Requires
-}
-perl_meta_runtime() {
-   # HTML::Entities
-   echo dev-perl/HTML-Parser
-   # HTML::Selector::XPath 0.03 ( 0.30.0 )
-   echo 

[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-Validation/

2015-06-08 Thread Kent Fredric
commit: 11b81a69bcaa12a289b14a4896404d7ec6a78166
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:21:39 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:21:39 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=11b81a69

[cleanup] DBIx-Class-Validation: Remove old versions

Package-Manager: portage-2.2.17

 .../DBIx-Class-Validation-0.20.10.ebuild   | 21 -
 .../DBIx-Class-Validation-0.20.20.ebuild   | 21 -
 .../DBIx-Class-Validation-0.20.30.ebuild   | 21 -
 .../DBIx-Class-Validation-0.20.40.ebuild   | 26 --
 4 files changed, 89 deletions(-)

diff --git 
a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.10.ebuild 
b/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.10.ebuild
deleted file mode 100644
index 2005347..000
--- a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=CLACO
-MODULE_VERSION=0.02001
-inherit perl-module
-
-DESCRIPTION=Validate all data before submitting to your database.
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/DBIx-Class-0.70.50
-   =dev-perl/FormValidator-Simple-0.170.0
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git 
a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.20.ebuild 
b/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.20.ebuild
deleted file mode 100644
index f50c5ab..000
--- a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.20.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=CLACO
-MODULE_VERSION=0.02002
-inherit perl-module
-
-DESCRIPTION=Validate all data before submitting to your database.
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/DBIx-Class-0.70.50
-   =dev-perl/FormValidator-Simple-0.170.0
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git 
a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.30.ebuild 
b/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.30.ebuild
deleted file mode 100644
index aef2d30..000
--- a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.30.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=CLACO
-MODULE_VERSION=0.02003
-inherit perl-module
-
-DESCRIPTION=Validate all data before submitting to your database.
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   =dev-perl/DBIx-Class-0.70.50
-   =dev-perl/FormValidator-Simple-0.170.0
-
-RDEPEND=${DEPEND}
-SRC_TEST=do

diff --git 
a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.40.ebuild 
b/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.40.ebuild
deleted file mode 100644
index ba418ad..000
--- a/dev-perl/DBIx-Class-Validation/DBIx-Class-Validation-0.20.40.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=RIBASUSHI
-MODULE_VERSION=0.02004
-inherit perl-module
-
-DESCRIPTION=Validate all data before submitting to your database.
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=+recommended
-DEPEND=
-   =dev-perl/DBIx-Class-0.70.50
-   =dev-perl/FormValidator-Simple-0.170.0
-   =dev-perl/DBD-SQLite-1.110.0
-   dev-perl/DateTime-Format-SQLite
-   recommended? (
-   dev-perl/Data-FormValidator
-   )
-
-RDEPEND=${DEPEND}
-SRC_TEST=do



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

2015-06-08 Thread Kent Fredric
commit: 71157c17b6c649481ff6576bfecb099b95b16fc8
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:20:11 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:20:11 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=71157c17

[cleanup] Devel-StackTrace-WithLexicals: Remove old versions

Package-Manager: portage-2.2.17

 .../Devel-StackTrace-WithLexicals-0.50.0.ebuild| 24 --
 .../Devel-StackTrace-WithLexicals-0.60.0.ebuild| 24 --
 .../Devel-StackTrace-WithLexicals-0.80.0.ebuild| 24 --
 .../Devel-StackTrace-WithLexicals-0.90.0.ebuild| 24 --
 4 files changed, 96 deletions(-)

diff --git 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.50.0.ebuild
 
b/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.50.0.ebuild
deleted file mode 100644
index 0385916..000
--- 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.50.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION=Devel::StackTrace + PadWalker
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   =dev-perl/Devel-StackTrace-1.22
-   dev-perl/PadWalker
-
-DEPEND=${COMMON_DEPEND}
-RDEPEND=${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.60.0.ebuild
 
b/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.60.0.ebuild
deleted file mode 100644
index 406ae75..000
--- 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.60.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION=Devel::StackTrace + PadWalker
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   =dev-perl/Devel-StackTrace-1.22
-   =dev-perl/PadWalker-1.9.2
-
-DEPEND=${COMMON_DEPEND}
-RDEPEND=${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.80.0.ebuild
 
b/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.80.0.ebuild
deleted file mode 100644
index 797a10b..000
--- 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.80.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION=Devel::StackTrace + PadWalker
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-COMMON_DEPEND=
-   =dev-perl/Devel-StackTrace-1.25
-   =dev-perl/PadWalker-1.9.2
-
-DEPEND=${COMMON_DEPEND}
-RDEPEND=${COMMON_DEPEND}
-
-SRC_TEST=do

diff --git 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.90.0.ebuild
 
b/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.90.0.ebuild
deleted file mode 100644
index 765abf7..000
--- 
a/dev-perl/Devel-StackTrace-WithLexicals/Devel-StackTrace-WithLexicals-0.90.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION=Devel::StackTrace + PadWalker
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-comment() { echo ''; }
-COMMON_DEPEND=
-   =dev-perl/Devel-StackTrace-1.25 $(comment 1.250.0)
-   =dev-perl/PadWalker-1.920 $(comment 1.920.0)
-
-DEPEND=${COMMON_DEPEND}
-RDEPEND=${COMMON_DEPEND}
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Lingua-EN-Inflect-Phrase/

2015-06-08 Thread Kent Fredric
commit: 6794580b1cb421a24d11f84d31c9f95397a03756
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Jun  8 18:29:35 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Jun  8 18:29:35 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6794580b

[cleanup] Lingua-EN-Inflect-Phrase: remove old versions

Package-Manager: portage-2.2.17

 .../Lingua-EN-Inflect-Phrase-0.100.0.ebuild| 42 
 .../Lingua-EN-Inflect-Phrase-0.120.0.ebuild| 42 
 .../Lingua-EN-Inflect-Phrase-0.130.0.ebuild| 42 
 .../Lingua-EN-Inflect-Phrase-0.150.0.ebuild| 46 --
 .../Lingua-EN-Inflect-Phrase-0.160.0.ebuild| 46 --
 .../Lingua-EN-Inflect-Phrase-0.40.0.ebuild | 22 ---
 6 files changed, 240 deletions(-)

diff --git 
a/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.100.0.ebuild 
b/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.100.0.ebuild
deleted file mode 100644
index e598b7b..000
--- a/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.100.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION='Inflect short English Phrases'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.42
-   # Test::More 0.94 ( 0.940.0 )
-   echo \=virtual/perl-Test-Simple-0.94
-}
-perl_meta_runtime() {
-   # Exporter 5.63 ( 5.630.0 )
-   echo \=virtual/perl-Exporter-5.630.0
-   # Lingua::EN::Inflect 1.891 ( 1.891.0 )
-   echo \=dev-perl/Lingua-EN-Inflect-1.891.0
-   # Lingua::EN::Inflect::Number 1.1 ( 1.100.0 )
-   echo \=dev-perl/Lingua-EN-Inflect-Number-1.100.0
-   # Lingua::EN::Tagger 0.15 ( 0.150.0 )
-   echo \=dev-perl/Lingua-EN-Tagger-0.150.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.120.0.ebuild 
b/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.120.0.ebuild
deleted file mode 100644
index f9e5454..000
--- a/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.120.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION='Inflect short English Phrases'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-   # Test::More 0.94 ( 0.940.0 )
-   echo \=virtual/perl-Test-Simple-0.94
-}
-perl_meta_runtime() {
-   # Exporter 5.63 ( 5.630.0 )
-   echo \=virtual/perl-Exporter-5.630.0
-   # Lingua::EN::Inflect 1.891 ( 1.891.0 )
-   echo \=dev-perl/Lingua-EN-Inflect-1.891.0
-   # Lingua::EN::Inflect::Number 1.1 ( 1.100.0 )
-   echo \=dev-perl/Lingua-EN-Inflect-Number-1.100.0
-   # Lingua::EN::Tagger 0.15 ( 0.150.0 )
-   echo \=dev-perl/Lingua-EN-Tagger-0.150.0
-}
-DEPEND=
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-
-RDEPEND=
-   $(perl_meta_runtime)
-
-SRC_TEST=do

diff --git 
a/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.130.0.ebuild 
b/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.130.0.ebuild
deleted file mode 100644
index d1e386c..000
--- a/dev-perl/Lingua-EN-Inflect-Phrase/Lingua-EN-Inflect-Phrase-0.130.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION='Inflect short English Phrases'
-LICENSE= || ( Artistic GPL-2 )
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-   echo \=virtual/perl-ExtUtils-MakeMaker-6.36
-   # Test::More 0.94 ( 0.940.0 )
-   echo \=virtual/perl-Test-Simple-0.94
-}
-perl_meta_runtime() {
-   # Exporter 

[gentoo-commits] gentoo-x86 commit in perl-core/Module-Metadata: ChangeLog Module-Metadata-1.0.11-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:15:59

  Modified: ChangeLog Module-Metadata-1.0.11-r1.ebuild
  Log:
  Drop keywords
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.42 perl-core/Module-Metadata/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   26 Jul 2014 14:08:15 -  1.41
+++ ChangeLog   8 Jun 2015 20:15:59 -   1.42
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Module-Metadata
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.41 
2014/07/26 14:08:15 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.42 
2015/06/08 20:15:59 dilfridge Exp $
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  Module-Metadata-1.0.11-r1.ebuild:
+  Drop keywords
 
 *Module-Metadata-1.0.11-r1 (26 Jul 2014)
 



1.2  perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild?r1=1.1r2=1.2

Index: Module-Metadata-1.0.11-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Module-Metadata-1.0.11-r1.ebuild26 Jul 2014 14:08:15 -  1.1
+++ Module-Metadata-1.0.11-r1.ebuild8 Jun 2015 20:15: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/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild,v
 1.1 2014/07/26 14:08:15 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.11-r1.ebuild,v
 1.2 2015/06/08 20:15:59 dilfridge Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Gather package and POD information from perl module files
 
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=
 IUSE=
 
 RDEPEND==virtual/perl-version-0.870






[gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime: kdepim-runtime-4.14.6.ebuild kdepim-runtime-4.14.3.ebuild kdepim-runtime-4.14.8.ebuild ChangeLog

2015-06-08 Thread Johannes Huber (johu)
johu15/06/08 20:36:03

  Modified: kdepim-runtime-4.14.6.ebuild
kdepim-runtime-4.14.3.ebuild
kdepim-runtime-4.14.8.ebuild ChangeLog
  Log:
  Pin net-libs/libkgapi to slot 4.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF3CFD2BD)

Revision  ChangesPath
1.2  kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild?r1=1.1r2=1.2

Index: kdepim-runtime-4.14.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdepim-runtime-4.14.6.ebuild29 Mar 2015 13:14:08 -  1.1
+++ kdepim-runtime-4.14.6.ebuild8 Jun 2015 20:36:03 -   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/kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild,v 
1.1 2015/03/29 13:14:08 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.6.ebuild,v 
1.2 2015/06/08 20:36:03 johu Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
facebook? ( net-libs/libkfbapi )
-   google? ( =net-libs/libkgapi-2.0 )
+   google? ( =net-libs/libkgapi-2.0:4 )
kolab? ( =net-libs/libkolab-0.5 )
 
 RDEPEND=${DEPEND}



1.6  kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild

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

Index: kdepim-runtime-4.14.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kdepim-runtime-4.14.3.ebuild17 Feb 2015 11:06:44 -  1.5
+++ kdepim-runtime-4.14.3.ebuild8 Jun 2015 20:36:03 -   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/kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild,v 
1.5 2015/02/17 11:06:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild,v 
1.6 2015/06/08 20:36:03 johu Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
facebook? ( net-libs/libkfbapi )
-   google? ( =net-libs/libkgapi-2.0 )
+   google? ( =net-libs/libkgapi-2.0:4 )
kolab? ( =net-libs/libkolab-0.5 )
 
 RDEPEND=${DEPEND}



1.2  kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild?r1=1.1r2=1.2

Index: kdepim-runtime-4.14.8.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdepim-runtime-4.14.8.ebuild15 May 2015 16:30:23 -  1.1
+++ kdepim-runtime-4.14.8.ebuild8 Jun 2015 20:36:03 -   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/kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild,v 
1.1 2015/05/15 16:30:23 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.14.8.ebuild,v 
1.2 2015/06/08 20:36:03 johu Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
facebook? ( net-libs/libkfbapi )
-   google? ( =net-libs/libkgapi-2.0 )
+   google? ( =net-libs/libkgapi-2.0:4 )
kolab? ( 

[gentoo-commits] gentoo-x86 commit in virtual/perl-Parse-CPAN-Meta: perl-Parse-CPAN-Meta-1.441.400-r1.ebuild ChangeLog perl-Parse-CPAN-Meta-1.440.400-r1.ebuild perl-Parse-CPAN-Meta-1.440.900.ebuild pe

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:41:02

  Modified: ChangeLog
  Added:perl-Parse-CPAN-Meta-1.441.400-r1.ebuild
  Removed:  perl-Parse-CPAN-Meta-1.440.400-r1.ebuild
perl-Parse-CPAN-Meta-1.440.900.ebuild
perl-Parse-CPAN-Meta-1.441.400.ebuild
  Log:
  Add Perl 5.22 as provider, remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.68 virtual/perl-Parse-CPAN-Meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   4 Apr 2015 23:48:12 -   1.67
+++ ChangeLog   8 Jun 2015 20:41:02 -   1.68
@@ -1,6 +1,15 @@
 # ChangeLog for virtual/perl-Parse-CPAN-Meta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog,v 
1.67 2015/04/04 23:48:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/ChangeLog,v 
1.68 2015/06/08 20:41:02 dilfridge Exp $
+
+*perl-Parse-CPAN-Meta-1.441.400-r1 (08 Jun 2015)
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Parse-CPAN-Meta-1.440.400-r1.ebuild,
+  -perl-Parse-CPAN-Meta-1.440.900.ebuild,
+  -perl-Parse-CPAN-Meta-1.441.400.ebuild,
+  +perl-Parse-CPAN-Meta-1.441.400-r1.ebuild:
+  Add Perl 5.22 as provider, remove old
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org
   perl-Parse-CPAN-Meta-1.440.400-r1.ebuild,



1.1  
virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400-r1.ebuild?rev=1.1content-type=text/plain

Index: perl-Parse-CPAN-Meta-1.441.400-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-1.441.400-r1.ebuild,v
 1.1 2015/06/08 20:41:02 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=
|| ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* 
~perl-core/${PN#perl-}-${PV} )
!perl-core/${PN#perl-}-${PV}
!perl-core/${PN#perl-}-${PV}-r999







[gentoo-commits] gentoo-x86 commit in dev-java/tomcat-jstl-spec: tomcat-jstl-spec-1.2.5.ebuild ChangeLog

2015-06-08 Thread Patrice Clement (monsieurp)
monsieurp15/06/08 21:08:52

  Modified: tomcat-jstl-spec-1.2.5.ebuild ChangeLog
  Log:
  Swap dev-java/tomcat-servlet-api dependency for java-virtuals/servlet-api.
  
  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/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5.ebuild

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

Index: tomcat-jstl-spec-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tomcat-jstl-spec-1.2.5.ebuild   3 Jun 2015 08:00:12 -   1.1
+++ tomcat-jstl-spec-1.2.5.ebuild   8 Jun 2015 21:08:52 -   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/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5.ebuild,v
 1.1 2015/06/03 08:00:12 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-spec/tomcat-jstl-spec-1.2.5.ebuild,v
 1.2 2015/06/08 21:08:52 monsieurp Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc source
@@ -20,7 +20,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=test
 
-CDEPEND=dev-java/tomcat-servlet-api:3.0
+CDEPEND=java-virtuals/servlet-api:3.0
 RDEPEND==virtual/jre-1.6
${CDEPEND}
 DEPEND==virtual/jdk-1.6
@@ -33,7 +33,7 @@
 S=${WORKDIR}/${MY_P}
 
 JAVA_ANT_REWRITE_CLASSPATH=yes
-EANT_GENTOO_CLASSPATH=tomcat-servlet-api-3.0
+EANT_GENTOO_CLASSPATH=servlet-api-3.0
 EANT_BUILD_TARGET=package
 EANT_BUILD_XML=spec/build.xml
 



1.2  dev-java/tomcat-jstl-spec/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-spec/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Jun 2015 08:00:12 -   1.1
+++ ChangeLog   8 Jun 2015 21:08:52 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/tomcat-jstl-spec
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-spec/ChangeLog,v 1.1 
2015/06/03 08:00:12 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-spec/ChangeLog,v 1.2 
2015/06/08 21:08:52 monsieurp Exp $
+
+  08 Jun 2015; Patrice Clement monsie...@gentoo.org
+  tomcat-jstl-spec-1.2.5.ebuild:
+  Swap dev-java/tomcat-servlet-api dependency for java-virtuals/servlet-api.
 
 *tomcat-jstl-spec-1.2.5 (03 Jun 2015)
 






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

2015-06-08 Thread Gilles Dartiguelongue
commit: 1120c66723c29f33a0f6b1ffe415d46ea7b390ab
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Jun  8 20:35:22 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Jun  8 20:35:22 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1120c667

gnome-extra/gnome-software: 3.16.2 → 3.16.3

 .../{gnome-software-3.16.2.ebuild = gnome-software-3.16.3.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-software/gnome-software-3.16.2.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.16.3.ebuild
similarity index 93%
rename from gnome-extra/gnome-software/gnome-software-3.16.2.ebuild
rename to gnome-extra/gnome-software/gnome-software-3.16.3.ebuild
index 57b0cda..a55455d 100644
--- a/gnome-extra/gnome-software/gnome-software-3.16.2.ebuild
+++ b/gnome-extra/gnome-software/gnome-software-3.16.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -23,7 +23,7 @@ RDEPEND=
gnome-base/gnome-desktop:3
=gnome-base/gsettings-desktop-schemas-3.11.5
net-libs/libsoup:2.4
-   =x11-libs/gtk+-3.14.1:3
+   =x11-libs/gtk+-3.16:3
 
 DEPEND=${DEPEND}
app-text/docbook-xml-dtd:4.2



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

2015-06-08 Thread Gilles Dartiguelongue
commit: 4f876942355025e4cd3f96b6c3aa18b7e0087bca
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Jun  8 20:45:26 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Jun  8 20:53:40 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4f876942

gnome-extra/evolution-ews: 3.16.2 → 3.16.3

 .../{evolution-ews-3.16.2.ebuild = evolution-ews-3.16.3.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild
similarity index 100%
rename from gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-06-08 Thread Gilles Dartiguelongue
commit: ce9562d73c05f6cb25424fb32ffe35c3ef1d181a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Jun  8 20:52:54 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Jun  8 20:53:51 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ce9562d7

mail-client/evolution: 3.16.2.1 → 3.16.3

 .../evolution/{evolution-3.16.2.1.ebuild = evolution-3.16.3.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.16.2.1.ebuild 
b/mail-client/evolution/evolution-3.16.3.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.16.2.1.ebuild
rename to mail-client/evolution/evolution-3.16.3.ebuild



[gentoo-commits] gentoo-x86 commit in dev-util/gdbus-codegen: ChangeLog gdbus-codegen-2.44.1.ebuild

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 21:50:16

  Modified: ChangeLog
  Added:gdbus-codegen-2.44.1.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.118dev-util/gdbus-codegen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?rev=1.118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gdbus-codegen/ChangeLog?r1=1.117r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   7 Jun 2015 10:16:07 -   1.117
+++ ChangeLog   8 Jun 2015 21:50:16 -   1.118
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/gdbus-codegen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.117 
2015/06/07 10:16:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/ChangeLog,v 1.118 
2015/06/08 21:50:16 eva Exp $
+
+*gdbus-codegen-2.44.1 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gdbus-codegen-2.44.1.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gdbus-codegen-2.42.2.ebuild:
   arm stable, bug #534012



1.1  dev-util/gdbus-codegen/gdbus-codegen-2.44.1.ebuild

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

Index: gdbus-codegen-2.44.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.44.1.ebuild,v 
1.1 2015/06/08 21:50:16 eva Exp $

EAPI=5
GNOME_ORG_MODULE=glib
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=xml

inherit eutils gnome.org distutils-r1

DESCRIPTION=GDBus code and documentation generator
HOMEPAGE=http://www.gtk.org/;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos
IUSE=

RDEPEND=${PYTHON_DEPS}
DEPEND=${RDEPEND}

# To prevent circular dependencies with glib[test]
PDEPEND==dev-libs/glib-${PV}:2

S=${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen

python_prepare_all() {
PATCHES=(
${FILESDIR}/${PN}-2.40.0-sitedir.patch
)
distutils-r1_python_prepare_all

sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in  
gdbus-codegen || die
cp ${FILESDIR}/setup.py-2.32.4 setup.py || die cp failed
sed -e s/@PV@/${PV}/ -i setup.py || die sed setup.py failed
}

src_test() {
einfo Skipping tests. This package is tested by dev-libs/glib
einfo when merged with FEATURES=test
}

python_install_all() {
distutils-r1_python_install_all # no-op, but prevents QA warning
doman ${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1
}






[gentoo-commits] gentoo-x86 commit in net-wireless/wireless-regdb: wireless-regdb-20150605.ebuild ChangeLog

2015-06-08 Thread Richard Farina (zerochaos)
zerochaos15/06/08 21:57:42

  Modified: ChangeLog
  Added:wireless-regdb-20150605.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key DD11F94A)

Revision  ChangesPath
1.57 net-wireless/wireless-regdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   14 Apr 2015 13:15:03 -  1.56
+++ ChangeLog   8 Jun 2015 21:57:42 -   1.57
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/wireless-regdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/ChangeLog,v 
1.56 2015/04/14 13:15:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/ChangeLog,v 
1.57 2015/06/08 21:57:42 zerochaos Exp $
+
+*wireless-regdb-20150605 (08 Jun 2015)
+
+  08 Jun 2015; Rick Farina zeroch...@gentoo.org
+  +wireless-regdb-20150605.ebuild:
+  version bump
 
   14 Apr 2015; Agostino Sarubbo a...@gentoo.org 
wireless-regdb-20150313.ebuild:
   Stable for ia64, wrt bug #529514



1.1  net-wireless/wireless-regdb/wireless-regdb-20150605.ebuild

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

Index: wireless-regdb-20150605.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/wireless-regdb-20150605.ebuild,v
 1.1 2015/06/08 21:57:42 zerochaos Exp $

EAPI=5

MY_P=wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}
DESCRIPTION=Binary regulatory database for CRDA
HOMEPAGE=http://wireless.kernel.org/en/developers/Regulatory;
SRC_URI=https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz;

LICENSE=ISC
SLOT=0
KEYWORDS=alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86
IUSE=

S=${WORKDIR}/${MY_P}

src_compile() {
einfo Recompiling regulatory.bin from db.txt would break CRDA verify. 
Installing unmodified binary version.
}

src_install() {
# This file is not ABI-specific, and crda itself always hardcodes
# this path.  So install into a common location for all ABIs to use.
insinto /usr/lib/crda
doins regulatory.bin

insinto /etc/wireless-regdb/pubkeys
doins sforshee.key.pub.pem

doman regulatory.bin.5
dodoc README db.txt
}






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

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 21:58:09

  Modified: 2Q-2015
  Log:
  Slot moves for phodav.

Revision  ChangesPath
1.15 profiles/updates/2Q-2015

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

Index: 2Q-2015
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/2Q-2015,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- 2Q-2015 8 Jun 2015 17:48:53 -   1.14
+++ 2Q-2015 8 Jun 2015 21:58:09 -   1.15
@@ -229,3 +229,5 @@
 move kde-base/umbrello kde-apps/umbrello
 move kde-base/zeroconf-ioslave kde-apps/zeroconf-ioslave
 move dev-db/pygresql dev-python/pygresql
+slotmove =net-libs/phodav-0.4* 0 1.0
+slotmove =net-libs/phodav-2.0* 0 2.0






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

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 21:58:09

  Modified: ChangeLog
  Log:
  Slot moves for phodav.

Revision  ChangesPath
1.10083  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10082
retrieving revision 1.10083
diff -u -r1.10082 -r1.10083
--- ChangeLog   8 Jun 2015 21:20:06 -   1.10082
+++ ChangeLog   8 Jun 2015 21:58:09 -   1.10083
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10082 2015/06/08 
21:20:06 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10083 2015/06/08 
21:58:09 eva Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org updates/2Q-2015:
+  Slot moves for phodav.
+
   08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org package.mask:
   Add mask for Gnome 3.16.
 






[gentoo-commits] gentoo-x86 commit in virtual/perl-Perl-OSType: ChangeLog perl-Perl-OSType-1.8.0.ebuild perl-Perl-OSType-1.3.0-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:46:54

  Modified: ChangeLog
  Added:perl-Perl-OSType-1.8.0.ebuild
  Removed:  perl-Perl-OSType-1.3.0-r1.ebuild
  Log:
  Add Perl 5.22 version, remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.48 virtual/perl-Perl-OSType/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   4 Apr 2015 23:51:55 -   1.47
+++ ChangeLog   8 Jun 2015 20:46:54 -   1.48
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Perl-OSType
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog,v 1.47 
2015/04/04 23:51:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog,v 1.48 
2015/06/08 20:46:54 dilfridge Exp $
+
+*perl-Perl-OSType-1.8.0 (08 Jun 2015)
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Perl-OSType-1.3.0-r1.ebuild, +perl-Perl-OSType-1.8.0.ebuild:
+  Add Perl 5.22 version, remove old
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org 
perl-Perl-OSType-1.7.0.ebuild:
   Mark m68k/s390/sh stable.



1.1  virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild?rev=1.1content-type=text/plain

Index: perl-Perl-OSType-1.8.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild,v
 1.1 2015/06/08 20:46:54 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

RDEPEND=
|| ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
!perl-core/${PN#perl-}-${PV}
!perl-core/${PN#perl-}-${PV}-r999







[gentoo-commits] gentoo-x86 commit in perl-core/Perl-OSType: ChangeLog Perl-OSType-1.3.0.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:46:57

  Modified: ChangeLog Perl-OSType-1.3.0.ebuild
  Log:
  Drop keywords
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.24 perl-core/Perl-OSType/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   8 Nov 2014 16:29:23 -   1.23
+++ ChangeLog   8 Jun 2015 20:46:57 -   1.24
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Perl-OSType
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/ChangeLog,v 1.23 
2014/11/08 16:29:23 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Perl-OSType/ChangeLog,v 1.24 
2015/06/08 20:46:57 dilfridge Exp $
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  Perl-OSType-1.3.0.ebuild:
+  Drop keywords
 
   08 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   -Perl-OSType-1.2.0-r1.ebuild:



1.3  perl-core/Perl-OSType/Perl-OSType-1.3.0.ebuild

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

Index: Perl-OSType-1.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Perl-OSType/Perl-OSType-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Perl-OSType-1.3.0.ebuild18 Oct 2014 19:22:50 -  1.2
+++ Perl-OSType-1.3.0.ebuild8 Jun 2015 20:46:57 -   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/perl-core/Perl-OSType/Perl-OSType-1.3.0.ebuild,v 1.2 
2014/10/18 19:22:50 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Perl-OSType/Perl-OSType-1.3.0.ebuild,v 1.3 
2015/06/08 20:46:57 dilfridge Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Map Perl operating system names to generic types
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=
 IUSE=test
 
 RDEPEND=






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

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 21:20:07

  Modified: ChangeLog package.mask
  Log:
  Add mask for Gnome 3.16.

Revision  ChangesPath
1.10082  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10081
retrieving revision 1.10082
diff -u -r1.10081 -r1.10082
--- ChangeLog   8 Jun 2015 20:45:58 -   1.10081
+++ ChangeLog   8 Jun 2015 21:20:06 -   1.10082
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10081 2015/06/08 
20:45:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10082 2015/06/08 
21:20:06 eva Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org package.mask:
+  Add mask for Gnome 3.16.
+
   08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add Perl::OSType to Perl 5.22 mask
 



1.16586  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16585
retrieving revision 1.16586
diff -u -r1.16585 -r1.16586
--- package.mask8 Jun 2015 20:45:58 -   1.16585
+++ package.mask8 Jun 2015 21:20:07 -   1.16586
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16585 2015/06/08 
20:45:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16586 2015/06/08 
21:20:07 eva Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,157 @@
 
 #--- END OF EXAMPLES ---
 
+# Gilles Dartiguelongue e...@gentoo.org# (08 June 2015)
+# Gnome 3.16 mask
+=app-accessibility/at-spi2-atk-2.15
+=app-accessibility/at-spi2-core-2.15
+=app-accessibility/orca-3.15
+=app-admin/packagekit-base-1
+=app-admin/packagekit-gtk-1
+=app-arch/file-roller-3.15
+=app-crypt/gcr-3.15
+=app-crypt/seahorse-3.15
+=app-dicts/gnome-dictionary-3.15
+=app-editors/gedit-3.15
+=app-editors/gedit-plugins-3.15
+=app-misc/bijiben-3.15
+=app-misc/gnote-3.15
+=app-misc/tracker-1.3
+=app-text/evince-3.15
+=app-text/yelp-tools-3.15
+=dev-cpp/glibmm-2.43
+=dev-cpp/gtkmm-3.15
+=dev-lang/vala-0.27
+=dev-libs/atk-2.15
+=dev-libs/folks-0.11
+=dev-libs/gdl-3.15
+=dev-libs/gjs-1.43
+=dev-libs/glib-2.43
+=dev-libs/gobject-introspection-1.43
+=dev-libs/gobject-introspection-common-1.43
+=dev-libs/libgdata-0.17
+=dev-libs/libgweather-3.15
+=dev-libs/libpeas-1.11
+=dev-libs/libunistring-0.9.5
+=dev-libs/vala-common-0.25
+=dev-python/pyatspi-2.15
+=dev-python/pygobject-3.15
+=dev-util/anjuta-3.15
+=dev-util/devhelp-3.15
+=dev-util/dogtail-0.8
+=dev-util/gdbus-codegen-2.43
+=dev-util/gnome-devel-docs-3.15
+=dev-util/gtk-update-icon-cache-3.15
+=dev-vcs/gitg-3.15
+=games-arcade/gnome-nibbles-3.15
+=games-arcade/gnome-robots-3.15
+=games-board/aisleriot-3.15
+=games-board/four-in-a-row-3.15
+=games-board/gnome-chess-3.15
+=games-board/gnome-mahjongg-3.15
+=games-board/gnome-mines-3.15
+=games-board/iagno-3.15
+=games-board/tali-3.15
+=games-puzzle/atomix-3.15
+=games-puzzle/five-or-more-3.15
+=games-puzzle/gnome-klotski-3.15
+=games-puzzle/gnome-sudoku-3.15
+=games-puzzle/gnome-taquin-3.15
+=games-puzzle/gnome-tetravex-3.15
+=games-puzzle/hitori-3.15
+=games-puzzle/lightsoff-3.15
+=games-puzzle/quadrapassel-3.15
+=games-puzzle/swell-foop-3.15
+=gnome-base/dconf-0.21
+=gnome-base/dconf-editor-3.15
+=gnome-base/gdm-3.15
+=gnome-base/gnome-3.15
+=gnome-base/gnome-control-center-3.15
+=gnome-base/gnome-core-apps-3.15
+=gnome-base/gnome-core-libs-3.15
+=gnome-base/gnome-desktop-3.15
+=gnome-base/gnome-extra-apps-3.15
+=gnome-base/gnome-keyring-3.15
+=gnome-base/gnome-session-3.15
+=gnome-base/gnome-settings-daemon-3.15
+=gnome-base/gnome-shell-3.15
+=gnome-base/gsettings-desktop-schemas-3.15
+=gnome-base/gvfs-1.23

[gentoo-commits] gentoo-x86 commit in games-strategy/lightyears: lightyears-1.4-r1.ebuild ChangeLog

2015-06-08 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/08 21:29:24

  Modified: lightyears-1.4-r1.ebuild ChangeLog
  Log:
  update HOMEPAGE (bug #551514)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-strategy/lightyears/lightyears-1.4-r1.ebuild

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

Index: lightyears-1.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lightyears-1.4-r1.ebuild26 Jan 2015 09:47:02 -  1.3
+++ lightyears-1.4-r1.ebuild8 Jun 2015 21:29:23 -   1.4
@@ -1,14 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.3 2015/01/26 09:47:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.4 2015/06/08 21:29:23 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 inherit eutils python-single-r1 games
 
 DESCRIPTION=a single-player game with a science-fiction theme
-HOMEPAGE=http://www.jwhitham.org.uk/20kly/;
-SRC_URI=http://www.jwhitham.org.uk/20kly/${P}.tar.bz2;
+HOMEPAGE=http://www.jwhitham.org/20kly/;
+SRC_URI=http://www.jwhitham.org/20kly//${P}.tar.bz2;
 
 LICENSE=GPL-2
 SLOT=0



1.22 games-strategy/lightyears/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   26 Jan 2015 21:13:30 -  1.21
+++ ChangeLog   8 Jun 2015 21:29:23 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/lightyears
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.21 
2015/01/26 21:13:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.22 
2015/06/08 21:29:23 mr_bones_ Exp $
+
+  08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
lightyears-1.4-r1.ebuild:
+  update HOMEPAGE (bug #551514)
 
   26 Jan 2015; Michael Sterrett mr_bon...@gentoo.org -lightyears-1.4.ebuild:
   old






[gentoo-commits] gentoo-x86 commit in dev-java/mojarra/files: mojarra-2.2.9-Util.java.patch

2015-06-08 Thread Patrice Clement (monsieurp)
monsieurp15/06/08 21:36:31

  Added:mojarra-2.2.9-Util.java.patch
  Log:
  Version bump. Update jakarta-jstl dependency. Patch to disable Groovy support 
for the time being. Fix bug 551032.
  
  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.1  dev-java/mojarra/files/mojarra-2.2.9-Util.java.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/mojarra/files/mojarra-2.2.9-Util.java.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/mojarra/files/mojarra-2.2.9-Util.java.patch?rev=1.1content-type=text/plain

Index: mojarra-2.2.9-Util.java.patch
===
--- src/com/sun/faces/util/Util.java.orig   2015-06-08 21:08:39.77000 
+
+++ src/com/sun/faces/util/Util.java2015-06-08 21:10:12.71900 +
@@ -315,13 +315,16 @@
 // as the same adapter in a standalone program works as one might 
expect.
 // So, for now, if the classname starts with '[', then use 
Class.forName()
 // to avoid CR 643419 and for all other cases, use 
ClassLoader.loadClass().
-if (loader.getClass() == 
com.sun.faces.scripting.groovy.GroovyHelperImpl.MojarraGroovyClassLoader.class) 
{
-if (name.charAt(0) == '[') {
-return Class.forName(name, true, loader);
-} else {
-return loader.loadClass(name);
-}
-}
+//
+// Disable Groovy stuff for the time being 
+// since groovy 2.4 hasn't hit the tree... yet.
+// if (loader.getClass() == 
com.sun.faces.scripting.groovy.GroovyHelperImpl.MojarraGroovyClassLoader.class) 
{
+// if (name.charAt(0) == '[') {
+// return Class.forName(name, true, loader);
+// } else {
+// return loader.loadClass(name);
+// }
+// }
 return Class.forName(name, true, loader);
 }
 






[gentoo-commits] gentoo-x86 commit in dev-java/mojarra: mojarra-2.2.9.ebuild ChangeLog

2015-06-08 Thread Patrice Clement (monsieurp)
monsieurp15/06/08 21:36:31

  Modified: ChangeLog
  Added:mojarra-2.2.9.ebuild
  Log:
  Version bump. Update jakarta-jstl dependency. Patch to disable Groovy support 
for the time being. Fix bug 551032.
  
  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.12 dev-java/mojarra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/mojarra/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   16 Dec 2012 14:13:11 -  1.11
+++ ChangeLog   8 Jun 2015 21:36:31 -   1.12
@@ -1,6 +1,13 @@
 # ChangeLog for dev-java/mojarra
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/mojarra/ChangeLog,v 1.11 
2012/12/16 14:13:11 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/mojarra/ChangeLog,v 1.12 
2015/06/08 21:36:31 monsieurp Exp $
+
+*mojarra-2.2.9 (08 Jun 2015)
+
+  08 Jun 2015; Patrice Clement monsie...@gentoo.org
+  +files/mojarra-2.2.9-Util.java.patch, +mojarra-2.2.9.ebuild:
+  Version bump. Update jakarta-jstl dependency. Patch to disable Groovy support
+  for the time being. Fix bug 551032.
 
   16 Dec 2012; Pacho Ramos pa...@gentoo.org metadata.xml:
   Cleanup due retirement, #95685



1.1  dev-java/mojarra/mojarra-2.2.9.ebuild

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

Index: mojarra-2.2.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/mojarra/mojarra-2.2.9.ebuild,v 1.1 
2015/06/08 21:36:31 monsieurp Exp $

EAPI=5

inherit eutils java-pkg-2 java-pkg-simple

DESCRIPTION=Project Mojarra - GlassFish's Implementation for JavaServer Faces 
API
HOMEPAGE=https://javaserverfaces.dev.java.net/;
SRC_URI=https://maven.java.net/content/repositories/releases/org/glassfish/javax.faces/${PV}/javax.faces-${PV}-sources.jar;

LICENSE=CDDL
SLOT=2.2
KEYWORDS=~amd64 ~x86

IUSE=

CDEPEND=dev-java/glassfish-persistence:0
dev-java/glassfish-ejb-api:0
java-virtuals/servlet-api:3.0
dev-java/tomcat-jstl-spec:1.2.5
dev-java/tomcat-jstl-impl:1.2.5
dev-java/validation-api:1.0
dev-java/javax-inject:0
dev-java/cdi-api:1.2

RDEPEND==virtual/jre-1.6
${CDEPEND}
DEPEND==virtual/jdk-1.6
app-arch/unzip
${CDEPEND}

JAVA_PKG_WANT_SOURCE=1.7
JAVA_PKG_WANT_TARGET=1.7
JAVA_SRC_DIR=src

JAVA_GENTOO_CLASSPATH=glassfish-persistence,glassfish-ejb-api,tomcat-jstl-spec-1.2.5,tomcat-jstl-impl-1.2.5,validation-api-1.0,cdi-api-1.2,servlet-api-3.0,javax-inject

java_prepare() {
mkdir src || die
mv * src

# We *MUST* bump Groovy to 2.4 at some point 
# to make this stuff work correctly. 
rm -v src/com/sun/faces/scripting/groovy/GroovyHelperImpl.java || die
epatch ${FILESDIR}/${P}-Util.java.patch
}






[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, ...

2015-06-08 Thread Johannes Huber
commit: 98477b0d2ba83725148c95bd29b0129ebc4f50da
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 21:47:51 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 21:47:51 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=98477b0d

[sets] Update kdepim-live

 Documentation/package.accept_keywords/.kde-applications-live/kdepim-live | 1 +
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 +
 Documentation/package.mask/kde-applications-live | 1 +
 Documentation/package.unmask/kde-applications-live   | 1 +
 sets/kdepim-live | 1 +
 5 files changed, 5 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
index 36d45d0..77f2b0a 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
@@ -1,4 +1,5 @@
 ~kde-apps/akonadi-calendar- **
+~kde-apps/akonadi-search- **
 ~kde-apps/gpgmepp- **
 ~kde-apps/kalarmcal- **
 ~kde-apps/kblog- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index aa5ce44..63ba1ef 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -68,6 +68,7 @@
 ~kde-apps/plasma-telepathy-meta- **
 ~kde-apps/signon-kwallet-extension- **
 ~kde-apps/akonadi-calendar- **
+~kde-apps/akonadi-search- **
 ~kde-apps/gpgmepp- **
 ~kde-apps/kalarmcal- **
 ~kde-apps/kblog- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index 5d78812..13937d4 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -68,6 +68,7 @@
 ~kde-apps/plasma-telepathy-meta-
 ~kde-apps/signon-kwallet-extension-
 ~kde-apps/akonadi-calendar-
+~kde-apps/akonadi-search-
 ~kde-apps/gpgmepp-
 ~kde-apps/kalarmcal-
 ~kde-apps/kblog-

diff --git a/Documentation/package.unmask/kde-applications-live 
b/Documentation/package.unmask/kde-applications-live
index 5d78812..13937d4 100644
--- a/Documentation/package.unmask/kde-applications-live
+++ b/Documentation/package.unmask/kde-applications-live
@@ -68,6 +68,7 @@
 ~kde-apps/plasma-telepathy-meta-
 ~kde-apps/signon-kwallet-extension-
 ~kde-apps/akonadi-calendar-
+~kde-apps/akonadi-search-
 ~kde-apps/gpgmepp-
 ~kde-apps/kalarmcal-
 ~kde-apps/kblog-

diff --git a/sets/kdepim-live b/sets/kdepim-live
index e13f0f0..57649e5 100644
--- a/sets/kdepim-live
+++ b/sets/kdepim-live
@@ -1,4 +1,5 @@
 ~kde-apps/akonadi-calendar-
+~kde-apps/akonadi-search-
 ~kde-apps/gpgmepp-
 ~kde-apps/kalarmcal-
 ~kde-apps/kblog-



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

2015-06-08 Thread Johannes Huber
commit: a3f7cb61760b7d4c8d25ae177fcfc217edd28cbf
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 21:46:40 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 21:46:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3f7cb61

[kde-apps/akonadi-search] New package

Package-Manager: portage-2.2.20

 kde-apps/akonadi-search/akonadi-search-.ebuild | 31 ++
 kde-apps/akonadi-search/metadata.xml   |  5 
 2 files changed, 36 insertions(+)

diff --git a/kde-apps/akonadi-search/akonadi-search-.ebuild 
b/kde-apps/akonadi-search/akonadi-search-.ebuild
new file mode 100644
index 000..180b57f
--- /dev/null
+++ b/kde-apps/akonadi-search/akonadi-search-.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION=Libraries and daemons to implement searching in Akonadi
+HOMEPAGE=https://projects.kde.org/projects/playground/pim/akonadi-search;
+KEYWORDS=
+IUSE=
+
+# TODO check if newer xapian is working
+RDEPEND=
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep ki18n)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kdepimlibs)
+   $(add_kdeapps_dep kmime)
+   =dev-libs/xapian-1.2*[chert]
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+
+DEPEND=${RDEPEND}
+   dev-libs/boost
+

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



[gentoo-commits] gentoo-x86 commit in media-libs/clutter-gst: ChangeLog clutter-gst-3.0.6.ebuild

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:25:39

  Modified: ChangeLog
  Added:clutter-gst-3.0.6.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.65 media-libs/clutter-gst/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   25 May 2015 10:58:58 -  1.64
+++ ChangeLog   8 Jun 2015 22:25:39 -   1.65
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/clutter-gst
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.64 
2015/05/25 10:58:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.65 
2015/06/08 22:25:39 eva Exp $
+
+*clutter-gst-3.0.6 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +clutter-gst-3.0.6.ebuild:
+  Version bump for Gnome 3.16.
 
 *clutter-gst-2.0.16 (25 May 2015)
 



1.1  media-libs/clutter-gst/clutter-gst-3.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild?rev=1.1content-type=text/plain

Index: clutter-gst-3.0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-3.0.6.ebuild,v 1.1 
2015/06/08 22:25:39 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes
PYTHON_COMPAT=( python2_7 )

inherit gnome2 python-any-r1

HOMEPAGE=http://www.clutter-project.org/;
DESCRIPTION=GStreamer integration library for Clutter

LICENSE=LGPL-2.1+
SLOT=3.0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=examples +introspection

# =cogl-1.18 provides cogl-2.0-experimental
# FIXME:
# - udev is automagic
# - provide a USE flag for HW decode support (--enable-gl-texture-upload)
COMMON_DEPEND=
=dev-libs/glib-2.20:2
=media-libs/clutter-1.20:1.0=[introspection?]
=media-libs/cogl-1.18:1.0=[introspection?]
=media-libs/gstreamer-1.4:1.0[introspection?]
=media-libs/gst-plugins-bad-1.4:1.0
=media-libs/gst-plugins-base-1.4:1.0[introspection?]
virtual/libgudev
introspection? ( =dev-libs/gobject-introspection-0.6.8 )

# uses goom from gst-plugins-good
RDEPEND=${COMMON_DEPEND}
=media-libs/gst-plugins-good-1.4:1.0

DEPEND=${COMMON_DEPEND}
${PYTHON_DEPS}
=dev-util/gtk-doc-am-1.11
virtual/pkgconfig


src_configure() {
gnome2_src_configure \
--disable-maintainer-flags \
$(use_enable introspection)
}

src_compile() {
# Clutter tries to access dri without userpriv, upstream bug #661873
# Massive failure of a hack, see bug 360219, bug 360073, bug 363917
unset DISPLAY
gnome2_src_compile
}

src_install() {
gnome2_src_install

if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/{*.c,*.png,README}
fi
}






[gentoo-commits] gentoo-x86 commit in kde-base/kdepim-meta: ChangeLog kdepim-meta-4.4.11.1-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:26:55

  Modified: ChangeLog kdepim-meta-4.4.11.1-r1.ebuild
  Log:
  Oldpim may only require oldpim
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.357kde-base/kdepim-meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/ChangeLog?rev=1.357view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/ChangeLog?rev=1.357content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/ChangeLog?r1=1.356r2=1.357

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -r1.356 -r1.357
--- ChangeLog   5 Jun 2015 16:10:56 -   1.356
+++ ChangeLog   8 Jun 2015 20:26:55 -   1.357
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdepim-meta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.356 
2015/06/05 16:10:56 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-meta/ChangeLog,v 1.357 
2015/06/08 20:26:55 dilfridge Exp $
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  kdepim-meta-4.4.11.1-r1.ebuild:
+  Oldpim may only require oldpim
 
   05 Jun 2015; Michael Palimaka kensing...@gentoo.org
   kdepim-meta-4.14.3.ebuild, kdepim-meta-4.14.6.ebuild,



1.7  kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild?r1=1.6r2=1.7

Index: kdepim-meta-4.4.11.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kdepim-meta-4.4.11.1-r1.ebuild  5 Jun 2015 16:10:56 -   1.6
+++ kdepim-meta-4.4.11.1-r1.ebuild  8 Jun 2015 20:26: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/kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild,v 
1.6 2015/06/05 16:10:56 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-base/kdepim-meta/kdepim-meta-4.4.11.1-r1.ebuild,v 
1.7 2015/06/08 20:26:55 dilfridge Exp $
 
 EAPI=5
 inherit kde4-meta-pkg
@@ -39,7 +39,7 @@
)
(
$(add_kdeapps_dep kde4-l10n '' 4.14.3)
-   $(add_kdebase_dep kdepim-l10n '' 4.14.3)
+   $(add_kdebase_dep kdepim-l10n '' 4.4.11.1-r1)
)
) )
 






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

2015-06-08 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr15/06/08 20:32:00

  Modified: ChangeLog
  Added:chromium-45.0.2421.0.ebuild
  Log:
  Dev channel bump.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.1252   www-client/chromium/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.1251
retrieving revision 1.1252
diff -u -r1.1251 -r1.1252
--- ChangeLog   4 Jun 2015 19:06:10 -   1.1251
+++ ChangeLog   8 Jun 2015 20:32:00 -   1.1252
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1251 
2015/06/04 19:06:10 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.1252 
2015/06/08 20:32:00 phajdan.jr Exp $
+
+*chromium-45.0.2421.0 (08 Jun 2015)
+
+  08 Jun 2015; Pawel Hajdan jr phajdan...@gentoo.org
+  +chromium-45.0.2421.0.ebuild:
+  Dev channel bump.
 
   04 Jun 2015; Michael Palimaka kensing...@gentoo.org
   chromium-43.0.2357.65.ebuild, chromium-43.0.2357.73.ebuild,



1.1  www-client/chromium/chromium-45.0.2421.0.ebuild

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

Index: chromium-45.0.2421.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/chromium/chromium-45.0.2421.0.ebuild,v 1.1 
2015/06/08 20:32:00 phajdan.jr Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

CHROMIUM_LANGS=am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW

inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx

DESCRIPTION=Open-source version of Google Chrome web browser
HOMEPAGE=http://chromium.org/;
SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~arm ~x86
IUSE=cups gnome gnome-keyring hidpi kerberos neon pic +proprietary-codecs 
pulseaudio selinux +tcmalloc
RESTRICT=proprietary-codecs? ( bindist )

# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=.*\.nexe

# Native Client binaries may be stripped by the build system, which uses the
# right tools for it, bug #469144 .
QA_PRESTRIPPED=.*\.nexe

RDEPEND==app-accessibility/speech-dispatcher-0.8:=
app-arch/bzip2:=
app-arch/snappy:=
cups? ( =net-print/cups-1.3.11:= )
=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:=
=dev-libs/jsoncpp-0.5.0-r1:=
=dev-libs/libevent-1.4.13:=
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
dev-libs/nspr:=
=dev-libs/nss-3.14.3:=
dev-libs/re2:=
gnome? ( =gnome-base/gconf-2.24.0:= )
gnome-keyring? ( =gnome-base/libgnome-keyring-3.12:= )
=media-libs/alsa-lib-1.0.19:=
media-libs/flac:=
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/harfbuzz:=[icu(+)]
media-libs/libexif:=
=media-libs/libjpeg-turbo-1.2.0-r1:=
media-libs/libpng:0=
=media-libs/libwebp-0.4.0:=
media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
sys-apps/dbus:=
sys-apps/pciutils:=
=sys-libs/libcap-2.22:=
sys-libs/zlib:=[minizip]
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
x11-libs/gtk+:2=
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
x11-libs/libXdamage:=
x11-libs/libXext:=
x11-libs/libXfixes:=
=x11-libs/libXi-1.6.0:=
x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
x11-libs/libXtst:=
x11-libs/pango:=
kerberos? ( virtual/krb5 )
DEPEND=${RDEPEND}
!arm? (
dev-lang/yasm
)

[gentoo-commits] gentoo-x86 commit in kde-base/blogilo: blogilo-4.14.3.ebuild blogilo-4.14.6.ebuild blogilo-4.14.8.ebuild ChangeLog

2015-06-08 Thread Johannes Huber (johu)
johu15/06/08 20:30:51

  Modified: blogilo-4.14.3.ebuild blogilo-4.14.6.ebuild
blogilo-4.14.8.ebuild ChangeLog
  Log:
  Pin net-libs/libkgapi to slot 4.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF3CFD2BD)

Revision  ChangesPath
1.6  kde-base/blogilo/blogilo-4.14.3.ebuild

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

Index: blogilo-4.14.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- blogilo-4.14.3.ebuild   17 Feb 2015 11:06:43 -  1.5
+++ blogilo-4.14.3.ebuild   8 Jun 2015 20:30:51 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.3.ebuild,v 
1.5 2015/02/17 11:06:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.3.ebuild,v 
1.6 2015/06/08 20:30:51 johu Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
-   =net-libs/libkgapi-2.2.0
+   =net-libs/libkgapi-2.2.0:4
 
 RDEPEND=${DEPEND}
 



1.2  kde-base/blogilo/blogilo-4.14.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/blogilo/blogilo-4.14.6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/blogilo/blogilo-4.14.6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/blogilo/blogilo-4.14.6.ebuild?r1=1.1r2=1.2

Index: blogilo-4.14.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blogilo-4.14.6.ebuild   29 Mar 2015 13:14:08 -  1.1
+++ blogilo-4.14.6.ebuild   8 Jun 2015 20:30:51 -   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/kde-base/blogilo/blogilo-4.14.6.ebuild,v 
1.1 2015/03/29 13:14:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.6.ebuild,v 
1.2 2015/06/08 20:30:51 johu Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
-   =net-libs/libkgapi-2.2.0
+   =net-libs/libkgapi-2.2.0:4
 
 RDEPEND=${DEPEND}
 



1.2  kde-base/blogilo/blogilo-4.14.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/blogilo/blogilo-4.14.8.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/blogilo/blogilo-4.14.8.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/blogilo/blogilo-4.14.8.ebuild?r1=1.1r2=1.2

Index: blogilo-4.14.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blogilo-4.14.8.ebuild   15 May 2015 16:30:23 -  1.1
+++ blogilo-4.14.8.ebuild   8 Jun 2015 20:30:51 -   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/kde-base/blogilo/blogilo-4.14.8.ebuild,v 
1.1 2015/05/15 16:30:23 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/blogilo/blogilo-4.14.8.ebuild,v 
1.2 2015/06/08 20:30:51 johu Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
-   =net-libs/libkgapi-2.2.0
+   =net-libs/libkgapi-2.2.0:4
 
 RDEPEND=${DEPEND}
 



1.198kde-base/blogilo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-base/blogilo/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   15 

[gentoo-commits] gentoo-x86 commit in perl-core/Params-Check: ChangeLog Params-Check-0.360.0-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:37:49

  Modified: ChangeLog
  Removed:  Params-Check-0.360.0-r1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.35 perl-core/Params-Check/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Params-Check/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Params-Check/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Params-Check/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Params-Check/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   26 Jul 2014 13:46:22 -  1.34
+++ ChangeLog   8 Jun 2015 20:37:49 -   1.35
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Params-Check
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Params-Check/ChangeLog,v 1.34 
2014/07/26 13:46:22 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Params-Check/ChangeLog,v 1.35 
2015/06/08 20:37:49 dilfridge Exp $
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Params-Check-0.360.0-r1.ebuild:
+  Remove old
 
 *Params-Check-0.380.0-r1 (26 Jul 2014)
 *Params-Check-0.360.0-r1 (26 Jul 2014)






[gentoo-commits] gentoo-x86 commit in virtual/perl-Params-Check: ChangeLog perl-Params-Check-0.380.0-r2.ebuild perl-Params-Check-0.380.0-r1.ebuild perl-Params-Check-0.360.0-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:37:40

  Modified: ChangeLog
  Added:perl-Params-Check-0.380.0-r2.ebuild
  Removed:  perl-Params-Check-0.380.0-r1.ebuild
perl-Params-Check-0.360.0-r1.ebuild
  Log:
  Add Perl 5.22 as provider, remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.52 virtual/perl-Params-Check/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Params-Check/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Params-Check/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Params-Check/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Params-Check/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   5 Apr 2015 02:10:53 -   1.51
+++ ChangeLog   8 Jun 2015 20:37:40 -   1.52
@@ -1,6 +1,13 @@
 # ChangeLog for virtual/perl-Params-Check
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Params-Check/ChangeLog,v 1.51 
2015/04/05 02:10:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Params-Check/ChangeLog,v 1.52 
2015/06/08 20:37:40 dilfridge Exp $
+
+*perl-Params-Check-0.380.0-r2 (08 Jun 2015)
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Params-Check-0.360.0-r1.ebuild, -perl-Params-Check-0.380.0-r1.ebuild,
+  +perl-Params-Check-0.380.0-r2.ebuild:
+  Add Perl 5.22 as provider, remove old
 
   05 Apr 2015; Mike Frysinger vap...@gentoo.org
   perl-Params-Check-0.380.0-r1.ebuild:



1.1  
virtual/perl-Params-Check/perl-Params-Check-0.380.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Params-Check/perl-Params-Check-0.380.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Params-Check/perl-Params-Check-0.380.0-r2.ebuild?rev=1.1content-type=text/plain

Index: perl-Params-Check-0.380.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Params-Check/perl-Params-Check-0.380.0-r2.ebuild,v
 1.1 2015/06/08 20:37:40 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=
|| ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* 
~perl-core/${PN#perl-}-${PV} )
!perl-core/${PN#perl-}-${PV}
!perl-core/${PN#perl-}-${PV}-r999







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

2015-06-08 Thread Johannes Huber
commit: 5482a9f1d6f861ad9508d18656e1940aa1b990ed
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Mon Jun  8 20:28:36 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 21:04:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5482a9f1

[sets] Update kdesdk-live

 sets/kdesdk-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdesdk-live b/sets/kdesdk-live
index 887dbeb..5b803dc 100644
--- a/sets/kdesdk-live
+++ b/sets/kdesdk-live
@@ -4,3 +4,4 @@
 ~kde-apps/libkomparediff2-
 ~kde-apps/lokalize-
 ~kde-apps/okteta-
+~kde-apps/umbrello-



[gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/files/, kde-apps/umbrello/

2015-06-08 Thread Johannes Huber
commit: ac5e5179132f416c4ddd7a7b19c5cc8dd8f7aa87
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Mon Jun  1 20:17:39 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 21:04:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac5e5179

[kde-apps/umbrello] Frameworks merged to master

Package-Manager: portage-2.2.20

 .../files/umbrello-5.-tests-optional.patch | 33 ---
 kde-apps/umbrello/umbrello-5..ebuild   | 49 --
 kde-apps/umbrello/umbrello-.ebuild | 38 +++--
 3 files changed, 35 insertions(+), 85 deletions(-)

diff --git a/kde-apps/umbrello/files/umbrello-5.-tests-optional.patch 
b/kde-apps/umbrello/files/umbrello-5.-tests-optional.patch
deleted file mode 100644
index e9bb603..000
--- a/kde-apps/umbrello/files/umbrello-5.-tests-optional.patch
+++ /dev/null
@@ -1,33 +0,0 @@
 a/CMakeLists.txt   2015-02-03 20:04:23.900153480 +0100
-+++ b/CMakeLists.txt   2015-02-03 20:25:08.164973819 +0100
-@@ -26,11 +26,19 @@
- Gui
- PrintSupport
- Svg
--Test
- Widgets
- Xml
- )
- 
-+find_package(Qt5Test ${QT_MIN_VERSION} QUIET)
-+set_package_properties(Qt5Test PROPERTIES
-+PURPOSE Required for tests
-+TYPE OPTIONAL)
-+add_feature_info(Qt5Test Qt5Test_FOUND Required for building tests)
-+if (NOT Qt5Test_FOUND)
-+set(BUILD_TESTING OFF CACHE BOOL Build the testing tree.)
-+endif()
-+
- # search packages used by KDE
- find_package(KF5 REQUIRED COMPONENTS
- Archive
-@@ -105,6 +113,8 @@
- endif(LIBXSLT_FOUND AND LIBXML2_FOUND)
- 
- # for automatic unit tests
--ecm_optional_add_subdirectory(unittests)
-+if (BUILD_TESTING)
-+ecm_optional_add_subdirectory(unittests)
-+endif()
- 
- feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

diff --git a/kde-apps/umbrello/umbrello-5..ebuild 
b/kde-apps/umbrello/umbrello-5..ebuild
deleted file mode 100644
index 5bb65ad..000
--- a/kde-apps/umbrello/umbrello-5..ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH=frameworks
-KDE_HANDBOOK=true
-KDE_TEST=true
-inherit kde5
-
-DESCRIPTION=KDE UML Modeller
-HOMEPAGE=
-   http://www.kde.org/applications/development/umbrello
-   http://umbrello.kde.org
-
-KEYWORDS=
-IUSE=
-
-RDEPEND=
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdoctools)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kinit)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   dev-libs/libxml2
-   dev-libs/libxslt
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-
-DEPEND=${RDEPEND}
-
-PATCHES=( ${FILESDIR}/${PN}-5.-tests-optional.patch )

diff --git a/kde-apps/umbrello/umbrello-.ebuild 
b/kde-apps/umbrello/umbrello-.ebuild
index ae00fa2..520b1c8 100644
--- a/kde-apps/umbrello/umbrello-.ebuild
+++ b/kde-apps/umbrello/umbrello-.ebuild
@@ -4,8 +4,9 @@
 
 EAPI=5
 
-KDE_HANDBOOK=optional
-inherit kde4-base
+KDE_HANDBOOK=true
+KDE_TEST=true
+inherit kde5
 
 DESCRIPTION=KDE UML Modeller
 HOMEPAGE=
@@ -13,10 +14,41 @@ HOMEPAGE=
http://umbrello.kde.org
 
 KEYWORDS=
-IUSE=debug
+IUSE=
 
 RDEPEND=
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdoctools)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kinit)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
dev-libs/libxml2
dev-libs/libxslt
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
 
 DEPEND=${RDEPEND}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_KF5=ON
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, ...

2015-06-08 Thread Johannes Huber
commit: 87a58a8008f6fdac420011ddf0147ee8a2d57669
Author: Andreas Sturmlechner andreas.sturmlechner AT gmail DOT com
AuthorDate: Mon Jun  8 20:29:23 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 21:04:40 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=87a58a80

[Documentation] Regenerate

 Documentation/package.accept_keywords/.kde-applications-live/kdesdk-live | 1 +
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 +
 Documentation/package.mask/kde-applications-live | 1 +
 Documentation/package.unmask/kde-applications-live   | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdesdk-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdesdk-live
index 3e4d435..aafd159 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdesdk-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdesdk-live
@@ -4,3 +4,4 @@
 ~kde-apps/libkomparediff2- **
 ~kde-apps/lokalize- **
 ~kde-apps/okteta- **
+~kde-apps/umbrello- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index e57e610..aa5ce44 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -93,6 +93,7 @@
 ~kde-apps/libkomparediff2- **
 ~kde-apps/lokalize- **
 ~kde-apps/okteta- **
+~kde-apps/umbrello- **
 ~kde-apps/kteatime- **
 ~kde-apps/filelight- **
 ~kde-apps/kcalc- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index 216a8b2..5d78812 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -93,6 +93,7 @@
 ~kde-apps/libkomparediff2-
 ~kde-apps/lokalize-
 ~kde-apps/okteta-
+~kde-apps/umbrello-
 ~kde-apps/kteatime-
 ~kde-apps/filelight-
 ~kde-apps/kcalc-

diff --git a/Documentation/package.unmask/kde-applications-live 
b/Documentation/package.unmask/kde-applications-live
index 216a8b2..5d78812 100644
--- a/Documentation/package.unmask/kde-applications-live
+++ b/Documentation/package.unmask/kde-applications-live
@@ -93,6 +93,7 @@
 ~kde-apps/libkomparediff2-
 ~kde-apps/lokalize-
 ~kde-apps/okteta-
+~kde-apps/umbrello-
 ~kde-apps/kteatime-
 ~kde-apps/filelight-
 ~kde-apps/kcalc-



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

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:22:15

  Modified: ChangeLog
  Added:atk-2.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.306dev-libs/atk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- ChangeLog   7 Jun 2015 10:26:22 -   1.305
+++ ChangeLog   8 Jun 2015 22:22:15 -   1.306
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/atk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.305 2015/06/07 
10:26:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/ChangeLog,v 1.306 2015/06/08 
22:22:15 eva Exp $
+
+*atk-2.16.0 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +atk-2.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org atk-2.14.0.ebuild:
   arm stable, bug #534012



1.1  dev-libs/atk/atk-2.16.0.ebuild

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

Index: atk-2.16.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.16.0.ebuild,v 1.1 
2015/06/08 22:22:15 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit gnome2 multilib-minimal

DESCRIPTION=GTK+  GNOME Accessibility Toolkit
HOMEPAGE=http://projects.gnome.org/accessibility/;

LICENSE=LGPL-2+
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
IUSE=+introspection nls test

RDEPEND=
=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
introspection? ( =dev-libs/gobject-introspection-0.6.7 )
abi_x86_32? (
!=app-emulation/emul-linux-x86-gtklibs-20140508
!app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
)

DEPEND=${RDEPEND}
=dev-lang/perl-5
dev-util/gtk-doc-am
=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
nls? ( sys-devel/gettext )


src_prepare() {
gnome2_src_prepare

if ! use test; then
# don't waste time building tests (bug #226353)
sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
|| die sed failed
fi
}

multilib_src_configure() {
ECONF_SOURCE=${S} \
gnome2_src_configure \
$(multilib_native_use_enable introspection)

# work-around gtk-doc out-of-source brokedness
if multilib_is_native_abi; then
ln -s ${S}/docs/html docs/html || die
fi
}

multilib_src_install() {
gnome2_src_install
}






[gentoo-commits] gentoo-x86 commit in media-libs/clutter: ChangeLog clutter-1.22.2.ebuild

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:23:32

  Modified: ChangeLog
  Added:clutter-1.22.2.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.96 media-libs/clutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   1 May 2015 16:03:20 -   1.95
+++ ChangeLog   8 Jun 2015 22:23:32 -   1.96
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/clutter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.95 
2015/05/01 16:03:20 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.96 
2015/06/08 22:23:32 eva Exp $
+
+*clutter-1.22.2 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +clutter-1.22.2.ebuild:
+  Version bump for Gnome 3.16.
 
 *clutter-1.20.2 (01 May 2015)
 



1.1  media-libs/clutter/clutter-1.22.2.ebuild

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

Index: clutter-1.22.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.22.2.ebuild,v 
1.1 2015/06/08 22:23:32 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 virtualx

HOMEPAGE=https://wiki.gnome.org/Projects/Clutter;
DESCRIPTION=Clutter is a library for creating graphical user interfaces

LICENSE=LGPL-2.1+ FDL-1.1+
SLOT=1.0
IUSE=aqua debug doc egl gtk +introspection test wayland +X
REQUIRED_USE=
|| ( aqua wayland X )
wayland? ( egl )

KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86

# NOTE: glx flavour uses libdrm + =mesa-7.3
# =libX11-1.3.1 needed for X Generic Event support
# do not depend on tslib, it does not build and is disable by default upstream
RDEPEND=
=dev-libs/glib-2.39.0:2
=dev-libs/atk-2.5.3[introspection?]
=dev-libs/json-glib-0.12[introspection?]
=media-libs/cogl-1.20.0:1.0=[introspection?,pango,wayland?]
=x11-libs/cairo-1.14:=[aqua?,glib]
=x11-libs/pango-1.30[introspection?]

virtual/opengl
x11-libs/libdrm:=

egl? (
=dev-libs/libinput-0.8
media-libs/cogl[gles2,kms]
=virtual/libgudev-136
x11-libs/libxkbcommon
)
gtk? ( =x11-libs/gtk+-3.3.18:3[aqua?] )
introspection? ( =dev-libs/gobject-introspection-1.39 )
X? (
media-libs/fontconfig
=x11-libs/libX11-1.3.1
x11-libs/libXext
x11-libs/libXdamage
x11-proto/inputproto
=x11-libs/libXi-1.3
=x11-libs/libXcomposite-0.4 )
wayland? (
dev-libs/wayland
x11-libs/gdk-pixbuf:2 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.20
=sys-devel/gettext-0.17
virtual/pkgconfig
doc? (
=dev-util/gtk-doc-1.20
=app-text/docbook-sgml-utils-0.6.14[jadetex]
dev-libs/libxslt )
test? ( x11-libs/gdk-pixbuf )

# Tests fail with both swrast and llvmpipe
# They pass under r600g or i965, so the bug is in mesa
#RESTRICT=test

src_prepare() {
# We only need conformance tests, the rest are useless for us
sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
-i tests/Makefile.am || die am tests sed failed
sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-i tests/Makefile.in || die in tests sed failed

gnome2_src_prepare
}

src_configure() {
# XXX: Conformance test suite (and clutter itself) does not work under 
Xvfb
# (GLX error blabla)
# XXX: coverage disabled for now
# XXX: What about cex100/win32 backends?
gnome2_src_configure \
--disable-maintainer-flags \
--disable-mir-backend \
--disable-gcov \
--disable-cex100-backend \
--disable-win32-backend \
--disable-tslib-input \
  

[gentoo-commits] gentoo-x86 commit in virtual/perl-Module-Metadata: ChangeLog perl-Module-Metadata-1.0.26.ebuild perl-Module-Metadata-1.0.11-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:16:07

  Modified: ChangeLog
  Added:perl-Module-Metadata-1.0.26.ebuild
  Removed:  perl-Module-Metadata-1.0.11-r1.ebuild
  Log:
  Add Perl 5.22 version, remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.51 virtual/perl-Module-Metadata/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   4 Apr 2015 23:36:11 -   1.50
+++ ChangeLog   8 Jun 2015 20:16:07 -   1.51
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/perl-Module-Metadata
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog,v 
1.50 2015/04/04 23:36:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/ChangeLog,v 
1.51 2015/06/08 20:16:07 dilfridge Exp $
+
+*perl-Module-Metadata-1.0.26 (08 Jun 2015)
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Module-Metadata-1.0.11-r1.ebuild, +perl-Module-Metadata-1.0.26.ebuild:
+  Add Perl 5.22 version, remove old
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org
   perl-Module-Metadata-1.0.11-r1.ebuild, perl-Module-Metadata-1.0.19.ebuild:



1.1  
virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild?rev=1.1content-type=text/plain

Index: perl-Module-Metadata-1.0.26.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild,v
 1.1 2015/06/08 20:16:07 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

RDEPEND=
|| ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
!perl-core/${PN#perl-}-${PV}
!perl-core/${PN#perl-}-${PV}-r999







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

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:14:59

  Modified: ChangeLog package.mask
  Log:
  Add Module::Metadata to Perl 5.22 mask

Revision  ChangesPath
1.10080  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10079
retrieving revision 1.10080
diff -u -r1.10079 -r1.10080
--- ChangeLog   8 Jun 2015 18:13:49 -   1.10079
+++ ChangeLog   8 Jun 2015 20:14:58 -   1.10080
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10079 2015/06/08 
18:13:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10080 2015/06/08 
20:14:58 dilfridge Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org package.mask:
+  Add Module::Metadata to Perl 5.22 mask
+
   08 Jun 2015; Pacho Ramos pa...@gentoo.org
   arch/powerpc/package.use.stable.mask:
   Update package.use.stable.mask to try to move more gnome-mm stuff to testing



1.16584  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16583
retrieving revision 1.16584
diff -u -r1.16583 -r1.16584
--- package.mask8 Jun 2015 07:33:00 -   1.16583
+++ package.mask8 Jun 2015 20:14:59 -   1.16584
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16583 2015/06/08 
07:33:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16584 2015/06/08 
20:14:59 dilfridge Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -70,6 +70,7 @@
 =virtual/perl-Math-BigInt-1.999.700
 =virtual/perl-Math-BigRat-0.260.800
 =virtual/perl-Module-Load-Conditional-0.640.0
+=virtual/perl-Module-Metadata-1.0.26
 
 # Michał Górny mgo...@gentoo.org (04 Jun 2015)
 # New version of PyPy. Masked for testing and binary package build.






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

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:45:59

  Modified: ChangeLog package.mask
  Log:
  Add Perl::OSType to Perl 5.22 mask

Revision  ChangesPath
1.10081  profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10080
retrieving revision 1.10081
diff -u -r1.10080 -r1.10081
--- ChangeLog   8 Jun 2015 20:14:58 -   1.10080
+++ ChangeLog   8 Jun 2015 20:45:58 -   1.10081
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10080 2015/06/08 
20:14:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10081 2015/06/08 
20:45:58 dilfridge Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org package.mask:
+  Add Perl::OSType to Perl 5.22 mask
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   Add Module::Metadata to Perl 5.22 mask
 
   08 Jun 2015; Pacho Ramos pa...@gentoo.org



1.16585  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16584
retrieving revision 1.16585
diff -u -r1.16584 -r1.16585
--- package.mask8 Jun 2015 20:14:59 -   1.16584
+++ package.mask8 Jun 2015 20:45:58 -   1.16585
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16584 2015/06/08 
20:14:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16585 2015/06/08 
20:45:58 dilfridge Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -71,6 +71,7 @@
 =virtual/perl-Math-BigRat-0.260.800
 =virtual/perl-Module-Load-Conditional-0.640.0
 =virtual/perl-Module-Metadata-1.0.26
+=virtual/perl-Perl-OSType-1.8.0
 
 # Michał Górny mgo...@gentoo.org (04 Jun 2015)
 # New version of PyPy. Masked for testing and binary package build.






[gentoo-commits] proj/kde:master commit in: kde-base/kdepim-runtime/

2015-06-08 Thread Johannes Huber
commit: 2802d8e8ad1e3e00fbd7798a2fe207ef0c30ba8d
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 20:38:23 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 20:38:23 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2802d8e8

[kde-base/kdepim-runtime] Pin net-libs/libkgapi to slot 4

Package-Manager: portage-2.2.20

 kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild | 2 +-
 kde-base/kdepim-runtime/kdepim-runtime-4..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild 
b/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild
index 6b58c69..8a9c9b5 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild
@@ -23,7 +23,7 @@ DEPEND=
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
facebook? ( net-libs/libkfbapi )
-   google? ( =net-libs/libkgapi-2.0 )
+   google? ( =net-libs/libkgapi-2.0:4 )
kolab? ( =net-libs/libkolab-0.5 )
 
 RDEPEND=${DEPEND}

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4..ebuild 
b/kde-base/kdepim-runtime/kdepim-runtime-4..ebuild
index 4b6f589..40e6cfc 100644
--- a/kde-base/kdepim-runtime/kdepim-runtime-4..ebuild
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4..ebuild
@@ -23,7 +23,7 @@ DEPEND=
$(add_kdebase_dep kdepimlibs)
x11-misc/shared-mime-info
facebook? ( net-libs/libkfbapi )
-   google? ( =net-libs/libkgapi-2.0 )
+   google? ( =net-libs/libkgapi-2.0:4 )
kolab? ( =net-libs/libkolab-0.5 )
 
 RDEPEND=${DEPEND}



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

2015-06-08 Thread Johannes Huber
commit: 73fdc03c982249315cee3d8bbb1889173f5bd764
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 20:58:18 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 20:58:18 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=73fdc03c

[kde-apps/kdepim-runtime] Restore USE flag google

Package-Manager: portage-2.2.20

 kde-apps/kdepim-runtime/kdepim-runtime-.ebuild | 13 +++--
 kde-apps/kdepim-runtime/metadata.xml   |  3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
index e16af2e..52cc56b 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
@@ -8,9 +8,9 @@ inherit kde5
 
 DESCRIPTION=KDE PIM runtime plugin collection
 KEYWORDS=
-IUSE=
+IUSE=google
 
-# TODO facebook, google, kolab, Qt5TextToSpeech
+# TODO facebook, kolab, Qt5TextToSpeech
 
 RDEPEND=
$(add_kdeapps_dep akonadi-calendar)
@@ -62,4 +62,13 @@ DEPEND=${RDEPEND}
dev-libs/libxslt
sys-devel/gettext
x11-misc/shared-mime-info
+   google? ( net-libs/libkgapi:5 )
 
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package google KF5GAPI)
+   )
+
+   kde5_src_configure
+}

diff --git a/kde-apps/kdepim-runtime/metadata.xml 
b/kde-apps/kdepim-runtime/metadata.xml
index a23f444..5d980cd 100644
--- a/kde-apps/kdepim-runtime/metadata.xml
+++ b/kde-apps/kdepim-runtime/metadata.xml
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdkde/herd
+   use
+   flag name=googleGoogle service integration via 
pkgnet-libs/libkgapi/pkg/flag
+   /use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in games-strategy/lightyears: lightyears-1.4-r1.ebuild ChangeLog

2015-06-08 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/08 21:30:13

  Modified: lightyears-1.4-r1.ebuild ChangeLog
  Log:
  fix typo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  games-strategy/lightyears/lightyears-1.4-r1.ebuild

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

Index: lightyears-1.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lightyears-1.4-r1.ebuild8 Jun 2015 21:29:23 -   1.4
+++ lightyears-1.4-r1.ebuild8 Jun 2015 21:30:13 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.4 2015/06/08 21:29:23 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.4-r1.ebuild,v 
1.5 2015/06/08 21:30:13 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -8,7 +8,7 @@
 
 DESCRIPTION=a single-player game with a science-fiction theme
 HOMEPAGE=http://www.jwhitham.org/20kly/;
-SRC_URI=http://www.jwhitham.org/20kly//${P}.tar.bz2;
+SRC_URI=http://www.jwhitham.org/20kly/${P}.tar.bz2;
 
 LICENSE=GPL-2
 SLOT=0



1.23 games-strategy/lightyears/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   8 Jun 2015 21:29:23 -   1.22
+++ ChangeLog   8 Jun 2015 21:30:13 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/lightyears
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.22 
2015/06/08 21:29:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.23 
2015/06/08 21:30:13 mr_bones_ Exp $
+
+  08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
lightyears-1.4-r1.ebuild:
+  fix typo
 
   08 Jun 2015; Michael Sterrett mr_bon...@gentoo.org 
lightyears-1.4-r1.ebuild:
   update HOMEPAGE (bug #551514)






[gentoo-commits] gentoo-x86 commit in dev-java/glassfish-ejb-api: glassfish-ejb-api-3.2.ebuild ChangeLog

2015-06-08 Thread Patrice Clement (monsieurp)
monsieurp15/06/08 21:30:26

  Modified: glassfish-ejb-api-3.2.ebuild ChangeLog
  Log:
  Add ~x86 keyword.
  
  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.4  dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild?r1=1.3r2=1.4

Index: glassfish-ejb-api-3.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glassfish-ejb-api-3.2.ebuild2 Apr 2015 18:07:23 -   1.3
+++ glassfish-ejb-api-3.2.ebuild8 Jun 2015 21:30:26 -   1.4
@@ -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/dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild,v
 1.3 2015/04/02 18:07:23 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/glassfish-ejb-api/glassfish-ejb-api-3.2.ebuild,v
 1.4 2015/06/08 21:30:26 monsieurp Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 
 CDEPEND=java-virtuals/xmlrpc-api:0
java-virtuals/transaction-api:0



1.3  dev-java/glassfish-ejb-api/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/glassfish-ejb-api/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   23 Oct 2013 17:50:52 -  1.2
+++ ChangeLog   8 Jun 2015 21:30:26 -   1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/glassfish-ejb-api
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-ejb-api/ChangeLog,v 1.2 
2013/10/23 17:50:52 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-ejb-api/ChangeLog,v 1.3 
2015/06/08 21:30:26 monsieurp Exp $
+
+  08 Jun 2015; Patrice Clement monsie...@gentoo.org
+  glassfish-ejb-api-3.2.ebuild:
+  Add ~x86 keyword.
 
   23 Oct 2013; Tom Wijsman tom...@gentoo.org glassfish-ejb-api-3.2.ebuild:
   Use the virtual instead for XML RPC.






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

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 21:46:52

  Modified: ChangeLog
  Added:gobject-introspection-1.44.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.149dev-libs/gobject-introspection/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   7 Jun 2015 10:28:48 -   1.148
+++ ChangeLog   8 Jun 2015 21:46:52 -   1.149
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/gobject-introspection
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.148 2015/06/07 10:28:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 
1.149 2015/06/08 21:46:52 eva Exp $
+
+*gobject-introspection-1.44.0 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org
+  +gobject-introspection-1.44.0.ebuild:
+  Version bump for Gnome 3.16.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org
   gobject-introspection-1.42.0-r1.ebuild:



1.1  
dev-libs/gobject-introspection/gobject-introspection-1.44.0.ebuild

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

Index: gobject-introspection-1.44.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.44.0.ebuild,v
 1.1 2015/06/08 21:46:52 eva Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=xml

inherit gnome2 python-single-r1 toolchain-funcs versionator

DESCRIPTION=Introspection infrastructure for generating gobject library 
bindings for various languages
HOMEPAGE=https://wiki.gnome.org/Projects/GObjectIntrospection;

LICENSE=LGPL-2+ GPL-2+
SLOT=0
IUSE=cairo doctool test
REQUIRED_USE=
${PYTHON_REQUIRED_USE}
test? ( cairo )

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

# virtual/pkgconfig needed at runtime, bug #505408
# We force glib and goi to be in sync by this way as explained in bug #518424
RDEPEND=
=dev-libs/gobject-introspection-common-${PV}
=dev-libs/glib-2.$(get_version_component_range 2):2
doctool? ( dev-python/mako )
virtual/libffi:=
virtual/pkgconfig
!dev-lang/vala-0.20.0
${PYTHON_DEPS}

# Wants real bison, not virtual/yacc
DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.19
sys-devel/bison
sys-devel/flex

# PDEPEND to avoid circular dependencies, bug #391213
PDEPEND=cairo? ( x11-libs/cairo[glib] )

pkg_setup() {
python-single-r1_pkg_setup
}

src_configure() {
if ! has_version x11-libs/cairo[glib]; then
# Bug #391213: enable cairo-gobject support even if it's not 
installed
# We only PDEPEND on cairo to avoid circular dependencies
export CAIRO_LIBS=-lcairo -lcairo-gobject
export CAIRO_CFLAGS=-I${EPREFIX}/usr/include/cairo
fi

# To prevent crosscompiling problems, bug #414105
gnome2_src_configure \
--disable-static \
CC=$(tc-getCC) \
YACC=$(type -p yacc) \
$(use_with cairo) \
$(use_enable doctool)
}

src_install() {
DOCS=AUTHORS CONTRIBUTORS ChangeLog NEWS README TODO
gnome2_src_install

# Prevent collision with gobject-introspection-common
rm -v ${ED}usr/share/aclocal/introspection.m4 \

${ED}usr/share/gobject-introspection-1.0/Makefile.introspection || die
rmdir ${ED}usr/share/aclocal || die
}






[gentoo-commits] gentoo-x86 commit in perl-core/Net-Ping: Net-Ping-2.41-r1.ebuild ChangeLog

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:21:14

  Modified: Net-Ping-2.41-r1.ebuild ChangeLog
  Log:
  Drop keywords
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.2  perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild?r1=1.1r2=1.2

Index: Net-Ping-2.41-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Net-Ping-2.41-r1.ebuild 24 Jul 2014 22:29:18 -  1.1
+++ Net-Ping-2.41-r1.ebuild 8 Jun 2015 20:21: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/perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild,v 1.1 
2014/07/24 22:29:18 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Net-Ping/Net-Ping-2.41-r1.ebuild,v 1.2 
2015/06/08 20:21:14 dilfridge Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 DESCRIPTION=check a remote host for reachability
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-macos
+KEYWORDS=
 IUSE=
 
 # online tests



1.4  perl-core/Net-Ping/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Net-Ping/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Net-Ping/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Net-Ping/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Net-Ping/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Nov 2014 16:24:24 -   1.3
+++ ChangeLog   8 Jun 2015 20:21:14 -   1.4
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Net-Ping
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Net-Ping/ChangeLog,v 1.3 
2014/11/08 16:24:24 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Net-Ping/ChangeLog,v 1.4 
2015/06/08 20:21:14 dilfridge Exp $
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  Net-Ping-2.41-r1.ebuild:
+  Drop keywords
 
   08 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   -Net-Ping-2.36-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in perl-core/Package-Constants: ChangeLog Package-Constants-0.60.0.ebuild Package-Constants-0.20.0-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:33:59

  Modified: ChangeLog
  Added:Package-Constants-0.60.0.ebuild
  Removed:  Package-Constants-0.20.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.26 perl-core/Package-Constants/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Package-Constants/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Package-Constants/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Package-Constants/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Package-Constants/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   25 Jul 2014 21:04:38 -  1.25
+++ ChangeLog   8 Jun 2015 20:33:59 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/Package-Constants
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Package-Constants/ChangeLog,v 
1.25 2014/07/25 21:04:38 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Package-Constants/ChangeLog,v 
1.26 2015/06/08 20:33:59 dilfridge Exp $
+
+*Package-Constants-0.60.0 (08 Jun 2015)
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Package-Constants-0.20.0-r1.ebuild, +Package-Constants-0.60.0.ebuild:
+  Version bump; remove old
 
 *Package-Constants-0.20.0-r1 (25 Jul 2014)
 



1.1  perl-core/Package-Constants/Package-Constants-0.60.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Package-Constants/Package-Constants-0.60.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Package-Constants/Package-Constants-0.60.0.ebuild?rev=1.1content-type=text/plain

Index: Package-Constants-0.60.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Package-Constants/Package-Constants-0.60.0.ebuild,v
 1.1 2015/06/08 20:33:59 dilfridge Exp $

EAPI=5

MODULE_VERSION=0.06
MODULE_AUTHOR=BINGOS
inherit perl-module

DESCRIPTION=List all constants declared in a package

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in kde-misc/akonadi-google: akonadi-google-20131213.ebuild ChangeLog

2015-06-08 Thread Johannes Huber (johu)
johu15/06/08 20:34:12

  Modified: akonadi-google-20131213.ebuild ChangeLog
  Log:
  Pin net-libs/libkgapi to slot 4.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xF3CFD2BD)

Revision  ChangesPath
1.4  kde-misc/akonadi-google/akonadi-google-20131213.ebuild

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

Index: akonadi-google-20131213.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20131213.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- akonadi-google-20131213.ebuild  30 Dec 2013 11:13:38 -  1.3
+++ akonadi-google-20131213.ebuild  8 Jun 2015 20:34:12 -   1.4
@@ -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/kde-misc/akonadi-google/akonadi-google-20131213.ebuild,v
 1.3 2013/12/30 11:13:38 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20131213.ebuild,v
 1.4 2015/06/08 20:34:12 johu Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
dev-libs/libxslt
dev-libs/qjson
-   =net-libs/libkgapi-2
+   =net-libs/libkgapi-2:4
!=kde-base/kdepim-runtime-4.8.50
 
 RDEPEND=${DEPEND}



1.22 kde-misc/akonadi-google/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   30 Dec 2013 11:13:38 -  1.21
+++ ChangeLog   8 Jun 2015 20:34:12 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/akonadi-google
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.21 
2013/12/30 11:13:38 johu Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.22 
2015/06/08 20:34:12 johu Exp $
+
+  08 Jun 2015; Johannes Huber j...@gentoo.org akonadi-google-20131213.ebuild:
+  Pin net-libs/libkgapi to slot 4.
 
   30 Dec 2013; Johannes Huber j...@gentoo.org 
-akonadi-google-20120619.ebuild,
   akonadi-google-20131213.ebuild:






[gentoo-commits] gentoo-x86 commit in virtual/perl-Package-Constants: perl-Package-Constants-0.60.0.ebuild ChangeLog perl-Package-Constants-0.20.0-r5.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:34:56

  Modified: ChangeLog
  Added:perl-Package-Constants-0.60.0.ebuild
  Removed:  perl-Package-Constants-0.20.0-r5.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.44 virtual/perl-Package-Constants/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   5 Apr 2015 02:18:48 -   1.43
+++ ChangeLog   8 Jun 2015 20:34:56 -   1.44
@@ -1,6 +1,13 @@
 # ChangeLog for virtual/perl-Package-Constants
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/ChangeLog,v 
1.43 2015/04/05 02:18:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/ChangeLog,v 
1.44 2015/06/08 20:34:56 dilfridge Exp $
+
+*perl-Package-Constants-0.60.0 (08 Jun 2015)
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -perl-Package-Constants-0.20.0-r5.ebuild,
+  +perl-Package-Constants-0.60.0.ebuild:
+  Version bump; remove old
 
   05 Apr 2015; Mike Frysinger vap...@gentoo.org
   perl-Package-Constants-0.40.0.ebuild:



1.1  
virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild?rev=1.1content-type=text/plain

Index: perl-Package-Constants-0.60.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild,v
 1.1 2015/06/08 20:34:56 dilfridge Exp $

EAPI=5

DESCRIPTION=Virtual for ${PN#perl-}
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

RDEPEND=
~perl-core/${PN#perl-}-${PV}


# removed from core; stabilize this together with dev-lang/perl-5.22






[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/.kde-applications-live/, ...

2015-06-08 Thread Johannes Huber
commit: 0ddac4d9ae328ef97c37712c272563ed738eebd9
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 20:40:56 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 20:40:56 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ddac4d9

[Documentation] Update KDE Applications live

 .../package.accept_keywords/.kde-applications-live.base/more-deps| 1 +
 Documentation/package.accept_keywords/.kde-applications-live/more-deps   | 1 +
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live.base/more-deps 
b/Documentation/package.accept_keywords/.kde-applications-live.base/more-deps
index 6d92561..4b25494 100644
--- 
a/Documentation/package.accept_keywords/.kde-applications-live.base/more-deps
+++ 
b/Documentation/package.accept_keywords/.kde-applications-live.base/more-deps
@@ -1 +1,2 @@
 ~app-office/akonadi-server- **
+~net-libs/libkgapi- **

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/more-deps 
b/Documentation/package.accept_keywords/.kde-applications-live/more-deps
index 6d92561..4b25494 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/more-deps
+++ b/Documentation/package.accept_keywords/.kde-applications-live/more-deps
@@ -1 +1,2 @@
 ~app-office/akonadi-server- **
+~net-libs/libkgapi- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index b1a8396..e57e610 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -100,3 +100,4 @@
 ~kde-apps/ktimer- **
 ~kde-apps/print-manager- **
 ~app-office/akonadi-server- **
+~net-libs/libkgapi- **



[gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/

2015-06-08 Thread Johannes Huber
commit: faf8c075109fbd123f7cf8e4e6d43e3d61aa073f
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 20:16:14 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 20:16:14 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=faf8c075

[net-libs/libkgapi] Move to KF5

Package-Manager: portage-2.2.20

 net-libs/libkgapi/libkgapi-.ebuild | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-.ebuild 
b/net-libs/libkgapi/libkgapi-.ebuild
index 584f3d3..d6dc072 100644
--- a/net-libs/libkgapi/libkgapi-.ebuild
+++ b/net-libs/libkgapi/libkgapi-.ebuild
@@ -4,18 +4,26 @@
 
 EAPI=5
 
-inherit kde4-base
+EGIT_BRANCH=frameworks
+inherit kde5
 
 DESCRIPTION=Library for accessing Google calendar and contact resources
 HOMEPAGE=https://projects.kde.org/projects/extragear/libs/libkgapi;
 
 LICENSE=GPL-2
-SLOT=4
 KEYWORDS=
-IUSE=debug
+IUSE=
 
 DEPEND=
-   $(add_kdebase_dep kdepimlibs '' 4.14)
-   dev-libs/qjson
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_kdeapps_dep kcalcore)
+   $(add_kdeapps_dep kcontacts)
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
 
 RDEPEND=${DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-base/blogilo/

2015-06-08 Thread Johannes Huber
commit: 9a2be0b6aea893a0bcd0423c6ebb0919de64d5a7
Author: Johannes Huber johu AT gentoo DOT org
AuthorDate: Mon Jun  8 20:32:41 2015 +
Commit: Johannes Huber johu AT gentoo DOT org
CommitDate: Mon Jun  8 20:32:41 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a2be0b6

[kde-base/blogilo] Pin net-libs/libkgapi to slot 4

Package-Manager: portage-2.2.20

 kde-base/blogilo/blogilo-4.14.9.ebuild | 2 +-
 kde-base/blogilo/blogilo-4..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/blogilo/blogilo-4.14.9.ebuild 
b/kde-base/blogilo/blogilo-4.14.9.ebuild
index a052fbd..3e6d460 100644
--- a/kde-base/blogilo/blogilo-4.14.9.ebuild
+++ b/kde-base/blogilo/blogilo-4.14.9.ebuild
@@ -17,7 +17,7 @@ IUSE=debug
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
-   =net-libs/libkgapi-2.2.0
+   =net-libs/libkgapi-2.2.0:4
 
 RDEPEND=${DEPEND}
 

diff --git a/kde-base/blogilo/blogilo-4..ebuild 
b/kde-base/blogilo/blogilo-4..ebuild
index 62030cd..b415904 100644
--- a/kde-base/blogilo/blogilo-4..ebuild
+++ b/kde-base/blogilo/blogilo-4..ebuild
@@ -17,7 +17,7 @@ IUSE=debug
 DEPEND=
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep kdepimlibs)
-   =net-libs/libkgapi-2.2.0
+   =net-libs/libkgapi-2.2.0:4
 
 RDEPEND=${DEPEND}
 



[gentoo-commits] gentoo-x86 commit in dev-java/tomcat-jstl-el: tomcat-jstl-el-1.2.5.ebuild ChangeLog

2015-06-08 Thread Patrice Clement (monsieurp)
monsieurp15/06/08 21:03:56

  Modified: tomcat-jstl-el-1.2.5.ebuild ChangeLog
  Log:
  Swap dev-java/tomcat-servlet-api dependency for java-virtuals/servlet-api.
  
  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/tomcat-jstl-el/tomcat-jstl-el-1.2.5.ebuild

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

Index: tomcat-jstl-el-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tomcat-jstl-el-1.2.5.ebuild 3 Jun 2015 07:56:37 -   1.1
+++ tomcat-jstl-el-1.2.5.ebuild 8 Jun 2015 21:03:56 -   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/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5.ebuild,v 
1.1 2015/06/03 07:56:37 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-el/tomcat-jstl-el-1.2.5.ebuild,v 
1.2 2015/06/08 21:03:56 monsieurp Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc source
@@ -20,9 +20,9 @@
 KEYWORDS=~amd64 ~x86
 IUSE=test
 
-CDEPEND=dev-java/tomcat-jstl-impl:1.2.5
-   dev-java/tomcat-jstl-spec:1.2.5
-   dev-java/tomcat-servlet-api:3.1
+CDEPEND=java-virtuals/servlet-api:3.0
+   dev-java/tomcat-jstl-impl:1.2.5
+   dev-java/tomcat-jstl-spec:1.2.5
 RDEPEND==virtual/jre-1.6
${CDEPEND}
 DEPEND==virtual/jdk-1.6
@@ -35,7 +35,7 @@
 S=${WORKDIR}/${MY_P}
 
 JAVA_ANT_REWRITE_CLASSPATH=yes
-EANT_GENTOO_CLASSPATH=tomcat-servlet-api-3.1,tomcat-jstl-spec-1.2.5,tomcat-jstl-impl-1.2.5
+EANT_GENTOO_CLASSPATH=servlet-api-3.0,tomcat-jstl-spec-1.2.5,tomcat-jstl-impl-1.2.5
 EANT_BUILD_TARGET=package
 EANT_BUILD_XML=jstlel/build.xml
 



1.2  dev-java/tomcat-jstl-el/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-el/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Jun 2015 07:56:37 -   1.1
+++ ChangeLog   8 Jun 2015 21:03:56 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/tomcat-jstl-el
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-el/ChangeLog,v 1.1 
2015/06/03 07:56:37 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-el/ChangeLog,v 1.2 
2015/06/08 21:03:56 monsieurp Exp $
+
+  08 Jun 2015; Patrice Clement monsie...@gentoo.org
+  tomcat-jstl-el-1.2.5.ebuild:
+  Swap dev-java/tomcat-servlet-api dependency for java-virtuals/servlet-api.
 
 *tomcat-jstl-el-1.2.5 (03 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in net-libs/phodav: ChangeLog phodav-0.4.ebuild phodav-2.0-r1.ebuild phodav-2.0.ebuild

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:01:37

  Modified: ChangeLog phodav-0.4.ebuild
  Added:phodav-2.0-r1.ebuild
  Removed:  phodav-2.0.ebuild
  Log:
  Make phodav slotted, bug #551460. Add missing glib slot for phodav-0.4.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.11 net-libs/phodav/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Jun 2015 14:07:20 -   1.10
+++ ChangeLog   8 Jun 2015 22:01:37 -   1.11
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/phodav
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.10 2015/06/07 
14:07:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/ChangeLog,v 1.11 2015/06/08 
22:01:37 eva Exp $
+
+*phodav-2.0-r1 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org phodav-0.4.ebuild,
+  -phodav-2.0.ebuild, +phodav-2.0-r1.ebuild:
+  Make phodav slotted, bug #551460. Add missing glib slot for phodav-0.4.
 
 *phodav-2.0 (07 Jun 2015)
 



1.10 net-libs/phodav/phodav-0.4.ebuild

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

Index: phodav-0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- phodav-0.4.ebuild   15 May 2015 12:55:01 -  1.9
+++ phodav-0.4.ebuild   8 Jun 2015 22:01:37 -   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/net-libs/phodav/phodav-0.4.ebuild,v 1.9 
2015/05/15 12:55:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-0.4.ebuild,v 1.10 
2015/06/08 22:01:37 eva Exp $
 
 EAPI=5
 
@@ -13,11 +13,12 @@
 HOMEPAGE=https://wiki.gnome.org/phodav;
 
 LICENSE=LGPL-2.1+
-SLOT=0
+SLOT=1.0
 KEYWORDS=~alpha amd64 arm ppc ppc64 ~x86
 IUSE=avahi spice systemd
 
-RDEPEND=dev-libs/glib
+RDEPEND=
+   dev-libs/glib:2
net-libs/libsoup:2.4
dev-libs/libxml2
avahi? ( net-dns/avahi )



1.1  net-libs/phodav/phodav-2.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild?rev=1.1content-type=text/plain

Index: phodav-2.0-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/phodav-2.0-r1.ebuild,v 1.1 
2015/06/08 22:01:37 eva Exp $

EAPI=5
GCONF_DEBUG=no
GNOME2_LA_PUNT=yes

inherit gnome2 systemd udev

DESCRIPTION=WebDav server implementation using libsoup
HOMEPAGE=https://wiki.gnome.org/phodav;

LICENSE=LGPL-2.1+
SLOT=2.0
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86
IUSE=spice systemd zeroconf

RDEPEND=
dev-libs/glib:2
=net-libs/libsoup-2.48:2.4
dev-libs/libxml2
zeroconf? ( net-dns/avahi )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.10
=dev-util/intltool-0.40.0
sys-devel/gettext
virtual/pkgconfig


src_prepare() {
# Make doc parallel installable
cd ${S}/doc/reference
sed -e s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/ \
-e s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/ \
-i Makefile.am Makefile.in || die
sed -e s/\(book.*name=\\)${PN}/\1${PN}-${SLOT}/ \
-i html/${PN}.devhelp2 || die
mv ${PN}-docs{,-${SLOT}}.sgml || die
mv ${PN}-overrides{,-${SLOT}}.txt || die
mv ${PN}-sections{,-${SLOT}}.txt || die
mv html/${PN}{,-${SLOT}}.devhelp2
cd ${S}

gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-static \
--program-suffix=-${SLOT} \
$(use_with zeroconf avahi) \
   

[gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-3.16.3.ebuild ChangeLog gtk+-2.24.28.ebuild gtk+-2.24.25-r1.ebuild gtk+-3.12.2-r2.ebuild gtk+-2.24.27-r1.ebuild

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:12:44

  Modified: ChangeLog
  Added:gtk+-3.16.3.ebuild
  Removed:  gtk+-2.24.28.ebuild gtk+-2.24.25-r1.ebuild
gtk+-3.12.2-r2.ebuild gtk+-2.24.27-r1.ebuild
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.782x11-libs/gtk+/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.782view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.782content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.781r2=1.782

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
retrieving revision 1.781
retrieving revision 1.782
diff -u -r1.781 -r1.782
--- ChangeLog   7 Jun 2015 10:45:01 -   1.781
+++ ChangeLog   8 Jun 2015 22:12:44 -   1.782
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/gtk+
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.781 2015/06/07 
10:45:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.782 2015/06/08 
22:12:44 eva Exp $
+
+*gtk+-3.16.3 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org -gtk+-2.24.25-r1.ebuild,
+  -gtk+-2.24.27-r1.ebuild, -gtk+-2.24.28.ebuild, -gtk+-3.12.2-r2.ebuild,
+  +gtk+-3.16.3.ebuild, +files/gtk+-3.16.2-remove_update-icon-cache.patch:
+  Version bump for Gnome 3.16. Clean up old revisions.
 
   07 Jun 2015; Markus Meier mae...@gentoo.org gtk+-2.24.27.ebuild:
   arm stable, bug #534012



1.1  x11-libs/gtk+/gtk+-3.16.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.16.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.16.3.ebuild?rev=1.1content-type=text/plain

Index: gtk+-3.16.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.16.3.ebuild,v 1.1 
2015/06/08 22:12:44 eva Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes

inherit autotools eutils flag-o-matic gnome2 multilib virtualx multilib-minimal

DESCRIPTION=Gimp ToolKit +
HOMEPAGE=http://www.gtk.org/;

LICENSE=LGPL-2+
SLOT=3
IUSE=aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland X xinerama
REQUIRED_USE=
|| ( aqua wayland X )
xinerama? ( X )


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

# FIXME: introspection data is built against system installation of gtk+:3
# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
COMMON_DEPEND=
=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
=dev-libs/glib-2.43.4:2[${MULTILIB_USEDEP}]
media-libs/fontconfig[${MULTILIB_USEDEP}]
=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}]
=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}]
=x11-libs/pango-1.36.7[introspection?,${MULTILIB_USEDEP}]
x11-misc/shared-mime-info

cloudprint? (
=net-libs/rest-0.7[${MULTILIB_USEDEP}]
=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
colord? ( =x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
cups? ( =net-print/cups-1.2[${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-1.39 )
wayland? (
=dev-libs/wayland-1.5.91[${MULTILIB_USEDEP}]
media-libs/mesa[wayland,${MULTILIB_USEDEP}]
=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
)
X? (
=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
x11-libs/libXrender[${MULTILIB_USEDEP}]
x11-libs/libX11[${MULTILIB_USEDEP}]
=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
=x11-libs/libXrandr-1.3[${MULTILIB_USEDEP}]
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXfixes[${MULTILIB_USEDEP}]
x11-libs/libXcomposite[${MULTILIB_USEDEP}]
x11-libs/libXdamage[${MULTILIB_USEDEP}]
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
)

DEPEND=${COMMON_DEPEND}
app-text/docbook-xsl-stylesheets

[gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-3.16.2-remove_update-icon-cache.patch

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:12:44

  Added:gtk+-3.16.2-remove_update-icon-cache.patch
  Log:
  Version bump for Gnome 3.16. Clean up old revisions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.1  
x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-3.16.2-remove_update-icon-cache.patch?rev=1.1content-type=text/plain

Index: gtk+-3.16.2-remove_update-icon-cache.patch
===
From d83443d10381a53637226b937094454951de44c1 Mon Sep 17 00:00:00 2001
From: Ole Reifschneider tranquil...@gentoo.org
Date: Thu, 16 Apr 2015 23:51:51 +0200
Subject: [PATCH] Remove update-icon-cache from bin_PROGRAMS

---
 gtk/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 83dfe31..a5afc03 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1380,7 +1380,6 @@ endif
 #
 bin_PROGRAMS = \
gtk-query-immodules-3.0 \
-   gtk-update-icon-cache \
gtk-encode-symbolic-svg \
gtk-launch

--
2.0.5







[gentoo-commits] gentoo-x86 commit in media-libs/cogl: ChangeLog cogl-1.20.0.ebuild

2015-06-08 Thread Gilles Dartiguelongue (eva)
eva 15/06/08 22:21:49

  Modified: ChangeLog
  Added:cogl-1.20.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.57 media-libs/cogl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   31 Mar 2015 17:56:31 -  1.56
+++ ChangeLog   8 Jun 2015 22:21:49 -   1.57
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/cogl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.56 2015/03/31 
17:56:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.57 2015/06/08 
22:21:49 eva Exp $
+
+*cogl-1.20.0 (08 Jun 2015)
+
+  08 Jun 2015; Gilles Dartiguelongue e...@gentoo.org +cogl-1.20.0.ebuild:
+  Version bump for Gnome 3.16.
 
   31 Mar 2015; Ulrich Müller u...@gentoo.org cogl-1.18.2.ebuild,
   cogl-1.18.2-r1.ebuild:



1.1  media-libs/cogl/cogl-1.20.0.ebuild

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

Index: cogl-1.20.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.20.0.ebuild,v 1.1 
2015/06/08 22:21:49 eva Exp $

EAPI=5
CLUTTER_LA_PUNT=yes

# Inherit gnome2 after clutter to download sources from gnome.org
inherit clutter gnome2 multilib virtualx

DESCRIPTION=A library for using 3D graphics hardware to draw pretty pictures
HOMEPAGE=http://www.cogl3d.org/;

LICENSE=MIT BSD
SLOT=1.0/20 # subslot = .so version
# doc and profile disable for now due bugs #484750 and #483332
IUSE=examples gles2 gstreamer +introspection +kms +opengl +pango test wayland 
# doc profile
REQUIRED_USE=wayland? ( gles2 )
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86

COMMON_DEPEND=
=dev-libs/glib-2.32:2
x11-libs/cairo:=
=x11-libs/gdk-pixbuf-2:2
x11-libs/libX11
=x11-libs/libXcomposite-0.4
x11-libs/libXdamage
x11-libs/libXext
=x11-libs/libXfixes-3
=x11-libs/libXrandr-1.2
virtual/opengl
gles2? ( media-libs/mesa[gles2] )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0 )

introspection? ( =dev-libs/gobject-introspection-1.34.2 )
kms? (
media-libs/mesa[gbm]
x11-libs/libdrm:= )
pango? ( =x11-libs/pango-1.20.0[introspection?] )
wayland? (
=dev-libs/wayland-1.1.90
media-libs/mesa[egl,wayland] )

# before clutter-1.7, cogl was part of clutter
RDEPEND=${COMMON_DEPEND}
!media-libs/clutter-1.7
DEPEND=${COMMON_DEPEND}
=dev-util/gtk-doc-am-1.13
sys-devel/gettext
virtual/pkgconfig
test? (
app-eselect/eselect-opengl
media-libs/mesa[classic] )


# Need classic mesa swrast for tests, llvmpipe causes a test failure
# For some reason GL3 conformance test all fails again...
RESTRICT=test

src_prepare() {
# Do not build examples
sed -e s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/ \
-i Makefile.am Makefile.in || die

if ! use test ; then
# For some reason the configure switch will not completely 
disable
# tests being built
sed -e s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/ \
-e s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/ \
-e s/^\(.*am__append.* \)tests\(.*\)$/\1\2/ \
-i Makefile.am Makefile.in || die
fi

gnome2_src_prepare
}

src_configure() {
# TODO: think about quartz, sdl
# Prefer gl over gles2 if both are selected
# Profiling needs uprof, which is not available in portage yet, bug 
#484750
# FIXME: Doesn't provide prebuilt docs, but they can neither be 
rebuilt, bug #483332
gnome2_src_configure \
--disable-examples-install \
--disable-maintainer-flags \
--enable-cairo \
--enable-deprecated 

[gentoo-commits] gentoo-x86 commit in perl-core/Parse-CPAN-Meta: ChangeLog Parse-CPAN-Meta-1.440.900-r1.ebuild Parse-CPAN-Meta-1.440.400-r1.ebuild

2015-06-08 Thread Andreas Huettel (dilfridge)
dilfridge15/06/08 20:41:01

  Modified: ChangeLog Parse-CPAN-Meta-1.440.900-r1.ebuild
  Removed:  Parse-CPAN-Meta-1.440.400-r1.ebuild
  Log:
  Remove old, drop keywords
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.50 perl-core/Parse-CPAN-Meta/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   26 Jul 2014 14:10:16 -  1.49
+++ ChangeLog   8 Jun 2015 20:41:01 -   1.50
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Parse-CPAN-Meta
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.49 
2014/07/26 14:10:16 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.50 
2015/06/08 20:41:01 dilfridge Exp $
+
+  08 Jun 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Parse-CPAN-Meta-1.440.400-r1.ebuild, Parse-CPAN-Meta-1.440.900-r1.ebuild:
+  Remove old, drop keywords
 
 *Parse-CPAN-Meta-1.440.900-r1 (26 Jul 2014)
 *Parse-CPAN-Meta-1.440.400-r1 (26 Jul 2014)



1.2  
perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild?r1=1.1r2=1.2

Index: Parse-CPAN-Meta-1.440.900-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Parse-CPAN-Meta-1.440.900-r1.ebuild 26 Jul 2014 14:10:16 -  1.1
+++ Parse-CPAN-Meta-1.440.900-r1.ebuild 8 Jun 2015 20:41:01 -   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/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild,v
 1.1 2014/07/26 14:10:16 dilfridge Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.440.900-r1.ebuild,v
 1.2 2015/06/08 20:41:01 dilfridge Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION=Parse META.yml and other similar CPAN metadata files
 
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+KEYWORDS=
 IUSE=
 
 RDEPEND=






[gentoo-commits] gentoo-x86 commit in dev-java/tomcat-jstl-compat: tomcat-jstl-compat-1.2.5.ebuild ChangeLog

2015-06-08 Thread Patrice Clement (monsieurp)
monsieurp15/06/08 21:00:35

  Modified: tomcat-jstl-compat-1.2.5.ebuild ChangeLog
  Log:
  Swap dev-java/tomcat-servlet-api dependency for java-virtuals/servlet-api.
  
  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/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5.ebuild

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

Index: tomcat-jstl-compat-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tomcat-jstl-compat-1.2.5.ebuild 3 Jun 2015 07:53:38 -   1.1
+++ tomcat-jstl-compat-1.2.5.ebuild 8 Jun 2015 21:00:35 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5.ebuild,v
 1.1 2015/06/03 07:53:38 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-compat/tomcat-jstl-compat-1.2.5.ebuild,v
 1.2 2015/06/08 21:00:35 monsieurp Exp $
 
 EAPI=5
 JAVA_PKG_IUSE=doc source
@@ -20,9 +20,9 @@
 KEYWORDS=~amd64 ~x86
 IUSE=test
 
-CDEPEND=dev-java/tomcat-jstl-impl:1.2.5
+CDEPEND=java-virtuals/servlet-api:3.0
dev-java/tomcat-jstl-spec:1.2.5
-   dev-java/tomcat-servlet-api:3.1
+   dev-java/tomcat-jstl-impl:1.2.5
 RDEPEND==virtual/jre-1.6
${CDEPEND}
 DEPEND==virtual/jdk-1.6
@@ -35,7 +35,7 @@
 S=${WORKDIR}/${MY_P}
 
 JAVA_ANT_REWRITE_CLASSPATH=yes
-EANT_GENTOO_CLASSPATH=tomcat-servlet-api-3.1,tomcat-jstl-spec-1.2.5,tomcat-jstl-impl-1.2.5
+EANT_GENTOO_CLASSPATH=servlet-api-3.0,tomcat-jstl-spec-1.2.5,tomcat-jstl-impl-1.2.5
 EANT_BUILD_TARGET=package
 EANT_BUILD_XML=compat/build.xml
 



1.2  dev-java/tomcat-jstl-compat/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-compat/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   3 Jun 2015 07:53:38 -   1.1
+++ ChangeLog   8 Jun 2015 21:00:35 -   1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/tomcat-jstl-compat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-compat/ChangeLog,v 1.1 
2015/06/03 07:53:38 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-jstl-compat/ChangeLog,v 1.2 
2015/06/08 21:00:35 monsieurp Exp $
+
+  08 Jun 2015; Patrice Clement monsie...@gentoo.org
+  tomcat-jstl-compat-1.2.5.ebuild:
+  Swap dev-java/tomcat-servlet-api dependency for java-virtuals/servlet-api.
 
 *tomcat-jstl-compat-1.2.5 (03 Jun 2015)
 






  1   2   3   4   >